/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
H A D | PolicyHintsControl.php | 38 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/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | UsersettingsNotesExport.php | 29 public $isEnabled; variable in Google\\Service\\Books\\UsersettingsNotesExport 48 public function setIsEnabled($isEnabled) argument 50 $this->isEnabled = $isEnabled; 57 return $this->isEnabled;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1TargetServer.php | 33 public $isEnabled; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServer 80 public function setIsEnabled($isEnabled) argument 82 $this->isEnabled = $isEnabled; 89 return $this->isEnabled;
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxFreehand.js | 68 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/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 24 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 …]
|
H A D | Dialogs.js | 2094 if (graph.isEnabled()) 2126 if (!graph.isEnabled()) 2180 if (graph.isEnabled()) 2188 if (!graph.isEnabled()) 2221 if (graph.isEnabled()) 2245 if (!graph.isEnabled()) 2261 if (graph.isEnabled()) 2279 if (!graph.isEnabled()) 2438 if (graph.isEnabled()) 2445 if (graph.isEnabled()) [all …]
|
/plugin/fedauth/classes/usr/ |
H A D | fa_login.usr.class.php | 153 if (!$pro->isEnabled() || ($pro->getURL() == null)) continue; 182 if (!$pro->isEnabled() || !$pro->hasUsername()) { 201 if (!$pro->isEnabled()) {
|
/plugin/bureaucracy-au/helper/ |
H A D | fieldsubmit.php | 39 if(!is_null($helper) && $helper->isEnabled()){ 72 if(!is_null($helper) && $helper->isEnabled()){
|
/plugin/bureaucracyau/helper/ |
H A D | fieldsubmit.php | 39 if(!is_null($helper) && $helper->isEnabled()){ 72 if(!is_null($helper) && $helper->isEnabled()){
|
/plugin/bureaucracy/helper/ |
H A D | fieldsubmit.php | 39 if(!is_null($helper) && $helper->isEnabled()){ 72 if(!is_null($helper) && $helper->isEnabled()){
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
H A D | Controls.php | 100 * @param bool $isEnabled 103 public static function policyHints(bool $isEnabled = true): PolicyHintsControl 105 return new PolicyHintsControl($isEnabled); 102 policyHints(bool $isEnabled = true) global() argument
|
/plugin/fedauth/classes/adm/ |
H A D | fa_manage.adm.class.php | 194 if (!$pro->isEnabled()) $class[] = 'disabled'; 198 $checked = $pro->isEnabled() ? ' checked="checked"' : ''; 207 …__p_'.$id.'">'.$pro->getImageXHTML().$pro->getName().'</label>'.(!$pro->isEnabled()?'<span class="…
|
/plugin/fedauth/classes/ |
H A D | fa_provider.class.php | 68 $this->data['disabled'] = $this->isEnabled() ? 1 : 0; 76 public function isEnabled() { function in fa_provider
|
/plugin/struct/meta/ |
H A D | Schema.php | 328 static fn(Column $col) => $col->isEnabled() 346 if ($col->isEnabled() && PhpString::strtolower($col->getLabel()) === PhpString::strtolower($name)) { 387 'isenabled' => $column->isEnabled(),
|
H A D | SchemaEditor.php | 119 $class = $col->isEnabled() ? '' : 'disabled'; 155 $checked = $col->isEnabled() ? 'checked="checked"' : '';
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/ |
H A D | Simple.php | 21 if ($connection->isEnabled()) {
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckspecialcombo.js | 191 FCKSpecialCombo.prototype.SetEnabled = function( isEnabled ) argument 193 this.Enabled = isEnabled ; 195 this._OuterTable.className = isEnabled ? '' : 'SC_FieldDisabled' ;
|
/plugin/recaptcha/ |
H A D | helper.php | 19 function isEnabled(){ function in helper_plugin_recaptcha
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverElement.php | 104 public function isEnabled(); function
|
/plugin/recaptcha2/ |
H A D | helper.php | 20 function isEnabled(){ function in helper_plugin_recaptcha2
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_keyboard_navigation.js | 188 if(!dispatcher.isEnabled()) 255 if (!dispatcher.isEnabled()) { 313 if(dispatcher.isEnabled()){ 371 if(enable && !dispatcher.isEnabled()){ 373 }else if(!enable && dispatcher.isEnabled()){ 485 if(dispatcher.isEnabled()){ 815 isEnabled: function () { method in gantt.$keyboardNavigation.dispatcher 873 if (this.isEnabled()) { 898 if (!this.isEnabled()) 980 isEnabled: function () { [all …]
|
/plugin/swiftmail/Swift/ |
H A D | Log.php | 88 public function isEnabled() function in Swift_Log
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_keyboard_navigation.js | 13 …isEnabled:function(){return!!this.isActive},getDefaultNode:function(){var e;return(e=t.config.keyb… method in t.$keyboardNavigation.dispatcher
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/ |
H A D | ConnectionPool.php | 65 if ($connection->isEnabled()) {
|
/plugin/requiz/ |
H A D | helper.php | 18 function isEnabled(){ function in helper_plugin_requiz
|