Home
last modified time | relevance | path

Searched full:isenabled (Results 26 – 50 of 128) sorted by relevance

123456

/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/fedauth/classes/usr/
H A Dfa_login.usr.class.php153 if (!$pro->isEnabled() || ($pro->getURL() == null)) continue;
182 if (!$pro->isEnabled() || !$pro->hasUsername()) {
201 if (!$pro->isEnabled()) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js188 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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php100 * @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/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13isEnabled:function(){return!!this.isActive},getDefaultNode:function(){var e;return(e=t.config.keyb… method in t.$keyboardNavigation.dispatcher
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/fedauth/classes/adm/
H A 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="…
/dokuwiki/inc/Extension/
H A DPluginController.php90 if (!$disabled && !$this->isEnabled($plugin)) {
144 * @deprecated in favor of the more sensible isEnabled where the return value matches the enabled state
148 dbg_deprecated('isEnabled()');
149 return !$this->isEnabled($plugin);
158 public function isEnabled($plugin)
160 public function isEnabled($plugin) global() function in dokuwiki\\Extension\\PluginController
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/
H A DSimple.php21 if ($connection->isEnabled()) {
/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(),
/plugin/fedauth/classes/
H A Dfa_provider.class.php68 $this->data['disabled'] = $this->isEnabled() ? 1 : 0;
76 public function isEnabled() { function in fa_provider
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js191 FCKSpecialCombo.prototype.SetEnabled = function( isEnabled ) argument
193 this.Enabled = isEnabled ;
195 this._OuterTable.className = isEnabled ? '' : 'SC_FieldDisabled' ;
/plugin/recaptcha/
H A Dhelper.php19 function isEnabled(){ function in helper_plugin_recaptcha
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js2094 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/recaptcha2/
H A Dhelper.php20 function isEnabled(){ function in helper_plugin_recaptcha2
/plugin/struct/script/
H A DSchemaEditor.js22 jQuery('#plugin__struct_editor').find('td.isenabled input').change(function () {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/
H A DConnectionPool.php65 if ($connection->isEnabled()) {
/plugin/swiftmail/Swift/
H A DLog.php88 public function isEnabled() function in Swift_Log
/plugin/requiz/
H A Dhelper.php18 function isEnabled(){ function in helper_plugin_requiz
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php301 public function isEnabled() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
304 return $this->element->isEnabled();
/dokuwiki/inc/
H A Ddeprecated.php376 * @deprecated 2019-04-20 \dokuwiki\Subscriptions\SubscriberManager::isenabled function in Subscription
378 public function isenabled() {
379 DebugHelper::dbgDeprecatedFunction('\dokuwiki\Subscriptions\SubscriberManager::isenabled');
381 return $subscriberManager->isenabled();
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js196 })).isEnabled = isGraphEnabled;
289 }).isEnabled = isGraphEnabled;
295 if (graph.isEnabled())
313 })).isEnabled = function()
689 action.isEnabled = isGraphEnabled;
740 if (graph.isEnabled() && !graph.isSelectionEmpty())
1949 if (graph.isEnabled())
1958 })).isEnabled = isGraphEnabled;
2644 }))).isEnabled = isGraphEnabled;
2780 renameAction.isEnabled = function()
[all …]
/plugin/fckg/fckeditor/editor/
H A Dfckdialog.html745 window.SetEnabled = function( isEnabled )
748 cover.style.display = isEnabled ? 'none' : '' ;
752 if ( !isEnabled )
/plugin/dokumicrobugtracker/
H A Dsyntax.php77 if(!is_null($helper) && $helper->isEnabled())
387 if(!is_null($helper) && $helper->isEnabled()) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverElement.php104 public function isEnabled(); function

123456