| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
| H A D | PolicyHintsControl.php | 38 protected $isEnabled; variable in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl 41 * @param bool $isEnabled 43 public function __construct(bool $isEnabled = true) argument 45 $this->isEnabled = $isEnabled; 50 * @param bool $isEnabled 53 public function setIsEnabled(bool $isEnabled) argument 55 $this->isEnabled = $isEnabled; 65 return $this->isEnabled; 73 $this->controlValue = Asn1::sequence(Asn1::integer($this->isEnabled ? 1 : 0)); 90 $isEnabled = $request->getChild(0); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
| 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/ |
| 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/grapheditor/ |
| D | Actions.js | 24 return Action.prototype.isEnabled.apply(this, arguments) && graph.isEnabled(); method in Action 54 if (graph.isEnabled()) 95 }).isEnabled = isGraphEnabled; 96 … function() { ui.saveFile(false); }, null, null, Editor.ctrlKey + '+S').isEnabled = isGraphEnabled; 97 …tion() { ui.saveFile(true); }, null, null, Editor.ctrlKey + '+Shift+S').isEnabled = isGraphEnabled; 105 …showDialog(new PageSetupDialog(ui).container, 320, 240, true, true); }).isEnabled = isGraphEnabled; 157 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent())) 253 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent())) 300 if (graph.isEnabled() && cell != null && graph.getModel().isVertex(cell)) 313 if (graph.isEnabled() && !graph.isSelectionEmpty() && ui.copiedSize != null) [all …]
|
| D | Dialogs.js | 642 if (editorUi.editor.graph.isEnabled()) 659 if (editorUi.editor.graph.isEnabled()) 2094 if (graph.isEnabled()) 2126 if (!graph.isEnabled()) 2142 if (graph.isEnabled() && !graph.isSelectionEmpty()) 2180 if (graph.isEnabled()) 2188 if (!graph.isEnabled()) 2197 if (graph.isEnabled() && layer != null) 2221 if (graph.isEnabled()) 2245 if (!graph.isEnabled()) [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| 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/fedauth/classes/usr/ |
| 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/ |
| D | fieldsubmit.php | 39 if(!is_null($helper) && $helper->isEnabled()){ 72 if(!is_null($helper) && $helper->isEnabled()){
|
| /plugin/bureaucracy/helper/ |
| D | fieldsubmit.php | 39 if(!is_null($helper) && $helper->isEnabled()){ 72 if(!is_null($helper) && $helper->isEnabled()){
|
| /plugin/bureaucracyau/helper/ |
| 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 argument 105 return new PolicyHintsControl($isEnabled);
|
| /plugin/fedauth/classes/adm/ |
| 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/ |
| 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'; 156 $checked = $col->isEnabled() ? 'checked="checked"' : '';
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fckspecialcombo.js | 173 FCKSpecialCombo.prototype.SetEnabled = function( isEnabled ) argument 175 this.Enabled = isEnabled ; 177 this._OuterTable.className = isEnabled ? '' : 'SC_FieldDisabled' ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckspecialcombo.js | 191 FCKSpecialCombo.prototype.SetEnabled = function( isEnabled ) argument 193 this.Enabled = isEnabled ; 195 this._OuterTable.className = isEnabled ? '' : 'SC_FieldDisabled' ;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/ |
| D | Simple.php | 21 if ($connection->isEnabled()) {
|
| /plugin/dev/ |
| D | cli.php | 470 if ($this->colors->isEnabled()) { 513 ($this->colors->isEnabled()) ? '--colors' : '--no-colors', 541 ($this->colors->isEnabled()) ? '--ansi' : '--no-ansi', 564 ($this->colors->isEnabled()) ? '--colors' : '--no-colors',
|
| /plugin/recaptcha/ |
| 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/ |
| D | helper.php | 20 function isEnabled(){ function in helper_plugin_recaptcha2
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_keyboard_navigation.js | 188 if(!dispatcher.isEnabled()) 255 if (!dispatcher.isEnabled()) { 276 if (gantt.config.keyboard_navigation && dispatcher.isEnabled()) { 287 if(gantt.config.keyboard_navigation && 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 873 if (this.isEnabled()) { [all …]
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
| D | dhtmlxgantt_keyboard_navigation.js | 13 …isEnabled:function(){return!!this.isActive},getDefaultNode:function(){var e;return(e=t.config.keyb… method
|
| /plugin/swiftmail/Swift/ |
| D | Log.php | 88 public function isEnabled() function in Swift_Log
|