Home
last modified time | relevance | path

Searched refs:isActive (Results 51 – 70 of 70) sorted by path

123

/plugin/publish/action/
H A Dbanner.php23 if (!$this->hlp->isActive()) {
H A Dhide.php27 if (!$this->hlp->isActive()) {
H A Dmail.php54 if (!$this->hlp->isActive($ID)) {
H A Drecent.php21 if (!$this->hlp->isActive()) {
H A Dremoveattic.php25 if (!$this->hlp->isActive()) {
H A Drevisions.php24 if (!$this->hlp->isActive()) {
H A Dstart.php43 if (!$this->hlp->isActive()) {
/plugin/publish/
H A Dhelper.php298 if (!$this->isActive($id)) {
337 function isActive($id = null) { function in helper_plugin_publish
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js23724 isActive: false,
23761 if (this.isActive)
23819 this.isActive = true;
23824 if (!this.isActive) return;
23828 this.isActive = false;
/plugin/simplewikipagetree/
H A Dsyntax.php101 if($this->isActive($filepath)){
169 private function isActive($filepath){ function in syntax_plugin_simplewikipagetree
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js6225 Firebug.CommandLine=extend(Firebug.Module,{element:null,isMultiLine:false,isActive:false,initialize…
6238 if(this.isActive){if(this.isMultiLine==multiLine){return
6258 }this.isActive=true
6259 },deactivate:function(){if(!this.isActive){return
6260 }this.isActive=false;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckcorestylecommand.js55 _OnStyleStateChange : function( styleName, isActive ) argument
57 this.IsActive = isActive ;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1isActive","disableMethod","methodName","dummyMethod","restoreMethod","restoreMethods","batchUpdate…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13isActive:!1,activeNode:null,globalNode:new t.$keyboardNavigation.GanttNode,enable:function(){this. property in t.$keyboardNavigation.dispatcher
H A Ddhtmlxgantt_keyboard_navigation.js.map1isActive","activeNode","globalNode","GanttNode","enable","setActiveNode","getActiveNode","disable"…
H A Ddhtmlxgantt_multiselect.js13isActive:function(){return this.updateState(),this._active},updateState:function(){this._one_level… method in gantt._multiselect
H A Ddhtmlxgantt_multiselect.js.map1isActive","updateState","active","reset","setLastSelected","$data","tasksStore","silent","store","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15364 var isActive = false;
15401 batch_update: isActive
15406 if(isActive){
15433 isActive = true;
15447 isActive = false;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js800 isActive: false, property in gantt.$keyboardNavigation.dispatcher
805 this.isActive = true;
811 this.isActive = false;
816 return !!this.isActive;
H A Ddhtmlxgantt_multiselect.js136 isActive: function() { method in gantt._multiselect
232 if (!this.isActive())
326 if (multiselect.isActive()) {
340 var isActive = multiselect.isActive();
342 if(id && isActive) {
350 if (!isActive)
357 if (id && multiselect.isActive()) {
364 multiselect.isActive();
385 if (!multiselect.isActive())
395 if (!multiselect.isActive())
[all …]

123