Searched refs:inited (Results 1 – 10 of 10) sorted by relevance
/plugin/tagsections/action/ |
H A D | editbutton.php | 14 private $inited = null; variable in action_plugin_tagsections_editbutton 55 if ( is_null( $inited ) ) { 56 $this->inited = (plugin_load('action', 'tag' ) != null); 59 return $this->inited;
|
H A D | ajax.php | 14 private $inited = null; variable in action_plugin_tagsections_ajax
|
/plugin/sectionedit/ |
H A D | action.php | 14 private $inited = null; variable in action_plugin_sectionedit 45 $this->inited = $ACT; 61 if ( is_null($this->inited) || $this->inited == 'save' ) return;
|
/plugin/spellcheck/ |
H A D | script.js | 80 this.inited = false; 110 if (this.inited){ return; } 111 this.inited = true;
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/ |
H A D | require.js | 650 if (!mod.inited && expired) { 658 } else if (!mod.inited && mod.fetched && map.isDefine) { 726 if (this.inited) { 753 this.inited = true; 829 if (!this.inited) { 976 this.inited = true; 1310 if (!mod.inited && !mod.map.unnormalized) { 1516 if (!found && !hasProp(defined, moduleName) && mod && !mod.inited) {
|
/plugin/jplayer/components/ |
H A D | require.js | 650 if (!mod.inited && expired) { 658 } else if (!mod.inited && mod.fetched && map.isDefine) { 726 if (this.inited) { 753 this.inited = true; 829 if (!this.inited) { 976 this.inited = true; 1310 if (!mod.inited && !mod.map.unnormalized) { 1516 if (!found && !hasProp(defined, moduleName) && mod && !mod.inited) {
|
H A D | require-built.js | 650 if (!mod.inited && expired) { 658 } else if (!mod.inited && mod.fetched && map.isDefine) { 726 if (this.inited) { 753 this.inited = true; 829 if (!this.inited) { 976 this.inited = true; 1310 if (!mod.inited && !mod.map.unnormalized) { 1516 if (!found && !hasProp(defined, moduleName) && mod && !mod.inited) {
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 1261 …inited:!1,ready:!1,edit:g.prototype.edit,focusedEditable:null,definition:d,repository:a,draggable:… 1315 …))return b;return null},isInited:function(){return!(!this.wrapper||!this.inited)},isReady:function…
|
H A D | ckeditor.js.unc | 25088 inited: !1, 25102 this.inited = !0; 26173 return !(!this.wrapper || !this.inited)
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …inited = false;\n const values = [];\n let pending = 0;\n let cleanup = noop;…
|