Home
last modified time | relevance | path

Searched full:isenabled (Results 1 – 11 of 11) sorted by relevance

/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/Subscriptions/
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
H A DBulkSubscriptionSender.php27 if (!$subscriberManager->isenabled()) {
/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/
H A Ddeprecated.php376 public function isenabled() { global() function in Subscription
H A Dpluginutils.php68 return !$plugin_controller->isEnabled($plugin);
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php98 public function isEnabled()
94 public function isEnabled() global() function in splitbrain\\phpcli\\Colors
H A DBase.php303 if ($this->colors->isEnabled()) {
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php
H A Dextension.php
/dokuwiki/lib/plugins/extension/
H A Dcli.php299 if ($ext->isEnabled()) {