Home
last modified time | relevance | path

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

123456

/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
/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
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php27 if (!$subscriberManager->isenabled()) {
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
/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();
H A Dpluginutils.php68 return !$plugin_controller->isEnabled($plugin);
/dokuwiki/lib/plugins/extension/
H A Dcli.php347 if ($ext->isEnabled()) {
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php189 public function isEnabled()
198 return $plugin_controller->isEnabled($this->base);
390 if (!$plugin_controller->isEnabled($dependency)) {
737 if ($this->isEnabled()) return $this->getLang('alreadyenabled');
761 if (!$this->isEnabled()) return $this->getLang('alreadydisabled');
795 } elseif (!$this->isTemplate() && $this->isEnabled()) {
169 public function isEnabled() global() function in helper_plugin_extension_extension
H A Dlist.php186 $class .= ($extension->isEnabled()) ? ' enabled' : ' disabled';
588 if ($extension->isEnabled()) {
598 $extension->isEnabled() &&
660 $status[] = $extension->isEnabled()
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php303 if ($this->colors->isEnabled()) {
H A DColors.php94 public function isEnabled() function in splitbrain\\phpcli\\Colors
/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/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/blogtng/action/
H A Dcomments.php116 if ($captcha && $captcha->isEnabled()) {
/plugin/blogtng/helper/
H A Dcomments.php516 if ($captcha && $captcha->isEnabled()) {
/plugin/bureaucracy-au/helper/
H A Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/captcha/
H A Dhelper.php38 public function isEnabled()
32 public function isEnabled() global() function in helper_plugin_captcha
/plugin/ckgdoku/action/
H A Dedit.php680 …p ||!$USERINFO) && $guest_perm < 4 && $this->captcha && $this->captcha->isEnabled()) $CAPTCHA_HID…
862 <?php if($this->captcha && $this->captcha->isEnabled()) echo $this->captcha->getHTML(); ?>
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js516 isEnabled:function(){return!this._.disabled},eventProcessors:CKEDITOR.tools.extend({},CKEDITOR.ui.d…
594isEnabled:function(){return!this.getElement().hasClass("cke_disabled")},isVisible:function(){retur…
/plugin/ckgedit/action/
H A Dedit.php921 <?php if($this->captcha && $this->captcha->isEnabled()) echo $this->captcha->getHTML(); ?>
/plugin/ckgedit/ckeditor/
H A Dckeditor.js563 isVisible:function(){return this.getElement().getFirst().isVisible()},isEnabled:function(){return!t…
641isEnabled:function(){return!this.getElement().hasClass("cke_disabled")},isVisible:function(){retur…
H A Dckeditor.js.unc11129 isEnabled: function() {
12605 isEnabled: function() {
12612 return this.isEnabled() && this.isVisible() ? !0 : !1
/plugin/combo/syntax/
H A Dheadingwiki.php42 public static function isEnabled(): int function in syntax_plugin_combo_headingwiki

123456