Home
last modified time | relevance | path

Searched full:isenabled (Results 1 – 25 of 128) sorted by last modified time

123456

/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/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
/dokuwiki/inc/
H A Dpluginutils.php68 return !$plugin_controller->isEnabled($plugin);
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();
/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/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
/plugin/structpublish/db/json/
H A Dstructpublish0001.struct.json19 "isenabled": true, boolean
44 "isenabled": true, boolean
74 "isenabled": true, boolean
102 "isenabled": true, boolean
134 "isenabled": true, boolean
160 "isenabled": false, boolean
/plugin/struct/meta/
H A DCSVImporter.php128 if (!$col->isEnabled()) continue;
H A DColumn.php143 public function isEnabled() function in dokuwiki\\plugin\\struct\\meta\\Column
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 DSchemaBuilder.php184 $enabled = (bool)($this->data['cols'][$column->getColref()]['isenabled'] ?? 0);
263 if (!$column['isenabled']) continue; // we do not add a disabled column
H A DSchemaEditor.php119 $class = $col->isEnabled() ? '' : 'disabled';
154 $html .= '<td class="isenabled">';
155 $checked = $col->isEnabled() ? 'checked="checked"' : '';
156 $html .= '<input type="checkbox" name="' . $base . '[isenabled]" value="1" ' . $checked . '>';
/plugin/struct/script/
H A DSchemaEditor.js22 jQuery('#plugin__struct_editor').find('td.isenabled input').change(function () {
/plugin/struct/
H A Dstyle.less271 td.isenabled {
/plugin/structstatus/
H A Dstatus.struct.json10 "isenabled": true, boolean
33 "isenabled": true, boolean
57 "isenabled": true, boolean
/plugin/structtasks/_test/json/
H A Dbadassignees.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
62 "isenabled": true, boolean
H A Dbaddate.struct.json16 "isenabled": true, boolean
38 "isenabled": true, boolean
64 "isenabled": true, boolean
H A Dbadstatus.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
62 "isenabled": true, boolean
H A Dmissingassignees.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
H A Dmissingdate.struct.json16 "isenabled": true, boolean
42 "isenabled": true, boolean

123456