Home
last modified time | relevance | path

Searched full:isenabled (Results 1 – 25 of 128) sorted by relevance

123456

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DPolicyHintsControl.php38 protected $isEnabled;
41 * @param bool $isEnabled
43 public function __construct(bool $isEnabled = true)
45 $this->isEnabled = $isEnabled;
50 * @param bool $isEnabled argument
53 public function setIsEnabled(bool $isEnabled)
55 $this->isEnabled = $isEnabled;
65 return $this->isEnabled;
35 protected $isEnabled; global() variable in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl
40 __construct(bool $isEnabled = true) global() argument
[all...]
/plugin/swarmwebhook/
H A Dswarm.struct.json16 "isenabled": true, boolean
38 "isenabled": true, boolean
60 "isenabled": true, boolean
82 "isenabled": true, boolean
104 "isenabled": true, boolean
126 "isenabled": true, boolean
148 "isenabled": true, boolean
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DUsersettingsNotesExport.php29 public $isEnabled; variable in Google\\Service\\Books\\UsersettingsNotesExport
48 public function setIsEnabled($isEnabled) argument
50 $this->isEnabled = $isEnabled;
57 return $this->isEnabled;
/plugin/structpublish/db/json/
H A Dstructpublish0001.struct.json19 "isenabled": true, boolean
44 "isenabled": true, boolean
74 "isenabled": true, boolean
102 "isenabled": true, boolean
134 "isenabled": true, boolean
160 "isenabled": false, boolean
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TargetServer.php33 public $isEnabled; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServer
80 public function setIsEnabled($isEnabled) argument
82 $this->isEnabled = $isEnabled;
89 return $this->isEnabled;
/plugin/structtasks/_test/json/
H A Dbadassignees.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
62 "isenabled": true, boolean
H A Dbaddate.struct.json16 "isenabled": true, boolean
38 "isenabled": true, boolean
64 "isenabled": true, boolean
H A Dmultistatus.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
62 "isenabled": true, boolean
H A Dvalid2.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
62 "isenabled": true, boolean
H A Dbadstatus.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
62 "isenabled": true, boolean
H A Dmissingstatus.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
66 "isenabled": false, boolean
H A Dmultidate.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
66 "isenabled": true, boolean
H A Dvalid.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
66 "isenabled": true, boolean
H A Dmissingassignees.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
H A Dmissingdate.struct.json16 "isenabled": true, boolean
42 "isenabled": true, boolean
/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js68 var setEnabled = function(isEnabled) argument
70 enabled = isEnabled;
71 graph.getRubberband().setEnabled(!isEnabled);
72 graph.graphHandler.setSelectEnabled(!isEnabled);
73 graph.graphHandler.setMoveEnabled(!isEnabled);
74 graph.container.style.cursor = (isEnabled) ? 'crosshair' : '';
201 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
266 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
316 if (path && graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
334 if (path && graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
/plugin/structstatus/
H A Dstatus.struct.json10 "isenabled": true, boolean
33 "isenabled": true, boolean
57 "isenabled": true, boolean
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js24 return Action.prototype.isEnabled.apply(this, arguments) && graph.isEnabled(); method in Action
54 if (graph.isEnabled())
95 }).isEnabled = isGraphEnabled;
552 if (graph.isEnabled())
573 if (graph.isEnabled())
613 if (graph.isEnabled())
638 if (graph.isEnabled())
717 })).isEnabled = isGraphEnabled;
773 })).isEnabled = isGraphEnabled;
776 if (graph.isEnabled())
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckspellcheckcommand_gecko.js28 this.IsEnabled = ( FCKConfig.SpellChecker == 'SpellerPages' ) ;
38 return this.IsEnabled ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
H A Dfckspellcheckcommand_ie.js28 …this.IsEnabled = ( FCKConfig.SpellChecker == 'ieSpell' || FCKConfig.SpellChecker == 'SpellerPages'…
66 return this.IsEnabled ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php16 public function isenabled()
39 if (!$this->isenabled()) {
83 if (!$this->isenabled()) {
114 if (!$this->isenabled()) {
169 if (!$this->isenabled()) {
237 if (!$this->isenabled()) {
17 public function isenabled() global() function in dokuwiki\\Subscriptions\\SubscriberManager
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbarset.js309 this.IsEnabled = true ;
316 if ( this.IsEnabled )
319 this.IsEnabled = true ;
328 if ( !this.IsEnabled )
331 this.IsEnabled = false ;
/dokuwiki/inc/Debug/
H A DDebugHelper.php20 public static function isEnabled()
44 if (!self::isEnabled()) return;
91 if (!self::isEnabled()) return;
129 if (!self::isEnabled()) return;
21 public static function isEnabled() global() function in dokuwiki\\Debug\\DebugHelper
/plugin/struct/meta/
H A DSchemaEditor.php119 $class = $col->isEnabled() ? '' : 'disabled';
154 $html .= '<td class="isenabled">';
155 $checked = $col->isEnabled() ? 'checked="checked"' : '';
156 $html .= '<input type="checkbox" name="' . $base . '[isenabled]" value="1" ' . $checked . '>';
/plugin/bureaucracy-au/helper/
H A Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){

123456