/webtrees/app/ |
H A D | DB.php | 134 self::exec($sql); 143 public static function exec(string $sql): int|false function in Fisharebest\\Webtrees\\DB 145 return self::pdo()->exec($sql);
|
/webtrees/app/Schema/ |
H A D | SeedGedcomTable.php | 39 DB::exec('SET IDENTITY_INSERT [' . DB::prefix() . 'gedcom] ON'); 49 DB::exec('SET IDENTITY_INSERT [' . DB::prefix() . 'gedcom] OFF');
|
H A D | SeedUserTable.php | 39 DB::exec('SET IDENTITY_INSERT [' . DB::prefix() . 'user] ON'); 52 DB::exec('SET IDENTITY_INSERT [' . DB::prefix() . 'user] OFF');
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 220 …exec=function(b){if(this.state==CKEDITOR.TRISTATE_DISABLED||!this.checkAllowed())return!1;this.edi… method 293 …RISTATE_DISABLED&&!1!==this.fire("beforeCommandExec",d)&&(d.returnValue=c.exec(d.commandData),!c.a… 302 …:function(){},parse:function(b){for(var c,f,h=0,k;c=this._.htmlPartsRegex.exec(b);){f=c.index;if(f… 385 …nction(a,b){var c=Array.prototype.slice.call(arguments,0);CKEDITOR.env.ie&&/^focus|blur$/.exec(a)&& 527 CKEDITOR.styleCommand.prototype.exec=function(a){a.focus();this.state==CKEDITOR.TRISTATE_OFF?a.appl… method in CKEDITOR.styleCommand 664 …ame=a;CKEDITOR.tools.extend(this,b,!0)};CKEDITOR.dialogCommand.prototype={exec:function(a){var b=t… method 669 …:1,vi:1,zh:1,"zh-cn":1},init:function(b){var c=this;b.addCommand("a11yHelp",{exec:function(){var a= method 676 …!=(a._.selDir||a.lang.dir)&&(a._.selDir=b,a.fire("contentDirChanged",b))},exec:function(f){var d=f… 681 …gth;m++)l[n[m]]=CKEDITOR.tools.override(l[n[m]],w)})();(function(){var m={exec:function(g){var a=g… method 711 …(c.focus){c.focus();return}};var E={modes:{wysiwyg:1,source:1},readOnly:1,exec:function(a){a.toolb… method [all …]
|
/webtrees/app/Cli/ |
H A D | Console.php | 78 DB::exec('START TRANSACTION');
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastetools/filter/ |
H A D | image.js | 6 c.exec(b);)a.push(d[1]);return a}CKEDITOR.pasteFilters.image=function(b,c,a){var d=[];if(!a)return …
|
/webtrees/app/Cli/Commands/ |
H A D | TreeCreate.php | 83 DB::exec(sql: 'COMMIT');
|
H A D | UserCreate.php | 127 DB::exec(sql: 'COMMIT');
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/ |
H A D | link.js | 10 …"),b=this.getValue(),c=/^((javascript:)|[#\/\.\?])/i,f=/^(http|https|ftp|news):\/\/(?=.)/i.exec(b);
|
/webtrees/app/Http/RequestHandlers/ |
H A D | SetupWizard.php | 460 … DB::exec('CREATE DATABASE IF NOT EXISTS `' . $data['dbname'] . '` COLLATE utf8mb4_unicode_ci');
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/tabletools/dialogs/ |
H A D | tableCell.js | 7 …t().$.selectedIndex=-1))}}function u(a,b){var c=/^(\d+(?:\.\d+)?)(px|%)$/.exec(a.getStyle(b)||a.ge…
|
/webtrees/resources/js/ |
H A D | webtrees.js | 387 if (greg_regex.exec(dateField.value)) {
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastefromword/filter/ |
H A D | default.js | 38 …gsFromHtml:function(b){for(var a=/<img[^>]+src="([^"]+)[^>]+/g,c=[],e;e=a.exec(b);)c.push(e[1]);re…
|
/webtrees/public/js/ |
H A D | webtrees.min.js | 1 …if(/(?:(\d*) ?(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC) )?(\d+)/i.exec(o.value)){var a=Reg…
|