Home
last modified time | relevance | path

Searched refs:isEnabled (Results 1 – 25 of 92) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DPolicyHintsControl.php38 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/
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/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
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/diagramsnet/lib/js/grapheditor/
DActions.js24 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 …]
DDialogs.js642 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/
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/fedauth/classes/usr/
Dfa_login.usr.class.php153 if (!$pro->isEnabled() || ($pro->getURL() == null)) continue;
182 if (!$pro->isEnabled() || !$pro->hasUsername()) {
201 if (!$pro->isEnabled()) {
/plugin/bureaucracy-au/helper/
Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/bureaucracy/helper/
Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/bureaucracyau/helper/
Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php100 * @param bool $isEnabled
103 public static function policyHints(bool $isEnabled = true): PolicyHintsControl argument
105 return new PolicyHintsControl($isEnabled);
/plugin/fedauth/classes/adm/
Dfa_manage.adm.class.php194 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/
Dfa_provider.class.php68 $this->data['disabled'] = $this->isEnabled() ? 1 : 0;
76 public function isEnabled() { function in fa_provider
/plugin/struct/meta/
H A DSchema.php328 static fn(Column $col) => $col->isEnabled()
346 …if ($col->isEnabled() && PhpString::strtolower($col->getLabel()) === PhpString::strtolower($name))…
387 'isenabled' => $column->isEnabled(),
H A DSchemaEditor.php119 $class = $col->isEnabled() ? '' : 'disabled';
156 $checked = $col->isEnabled() ? 'checked="checked"' : '';
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckspecialcombo.js173 FCKSpecialCombo.prototype.SetEnabled = function( isEnabled ) argument
175 this.Enabled = isEnabled ;
177 this._OuterTable.className = isEnabled ? '' : 'SC_FieldDisabled' ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckspecialcombo.js191 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/
DSimple.php21 if ($connection->isEnabled()) {
/plugin/dev/
Dcli.php470 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/
Dhelper.php19 function isEnabled(){ function in helper_plugin_recaptcha
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverElement.php104 public function isEnabled(); function
/plugin/recaptcha2/
Dhelper.php20 function isEnabled(){ function in helper_plugin_recaptcha2
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_keyboard_navigation.js188 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/
Ddhtmlxgantt_keyboard_navigation.js13isEnabled:function(){return!!this.isActive},getDefaultNode:function(){var e;return(e=t.config.keyb… method
/plugin/swiftmail/Swift/
DLog.php88 public function isEnabled() function in Swift_Log

1234