Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 23 of 23) sorted by relevance

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingString.php13 $disable = '';
17 $disable = 'disabled="disabled"';
29 ']" type="text" class="edit" value="' . $value . '" ' . $disable . '/>';
H A DSettingOnoff.php30 $disable = '';
34 $disable = ' disabled="disabled"';
44 ']" type="checkbox" class="checkbox" value="1"' . $checked . $disable . '/></div>';
H A DSettingMultichoice.php16 $disable = '';
21 $disable = ' disabled="disabled"';
32 $disable = ' disabled="disabled"';
41 …elect class="edit" id="config___' . $key . '" name="config[' . $key . ']"' . $disable . '>' . "\n";
H A DSettingPassword.php32 $disable = $this->isProtected() ? 'disabled="disabled"' : '';
38 … ']" autocomplete="new-password" type="password" class="edit" value="" ' . $disable . ' />';
H A DSettingArray.php68 $disable = '';
72 $disable = 'disabled="disabled"';
84 ']" type="text" class="edit" value="' . $value . '" ' . $disable . '/>';
H A DSettingMulticheckbox.php40 $disable = '';
44 $disable = 'disabled="disabled"';
72 …'][]" type="checkbox" class="checkbox" value="' . $choice . '" ' . $disable . ' ' . $checked . "/>…
98 '" ' . $disable . " />\n";
H A DSetting.php199 $disable = '';
203 $disable = 'disabled="disabled"';
215 '" name="config[' . $key . ']" class="edit" ' . $disable . '>' . $value . '</textarea>';
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_plugins.txt1 These are the plugins currently installed in your DokuWiki. You can enable or disable or even compl…
/dokuwiki/lib/plugins/extension/
H A Dremote.php94 public function disable($extension) function in remote_plugin_extension
101 $ext->disable();
H A Dadmin.php58 $ext->disable();
H A DInstaller.php245 public function disable(Extension $extension) function in dokuwiki\\plugin\\extension\\Installer
259 if (!$plugin_controller->disable($extension->getBase())) {
H A Dcli.php155 $ext->disable();
/dokuwiki/_test/core/
H A DDokuWikiTest.php117 if (!$plugin_controller->disable($plugin)) {
125 if (!$plugin_controller->disable($plugin)) {
/dokuwiki/inc/
H A Dpluginutils.php94 return $plugin_controller->disable($plugin);
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php93 public function disable() function in splitbrain\\phpcli\\Colors
H A DBase.php179 $this->colors->disable();
/dokuwiki/
H A D.htaccess.dist1 ## You should disable Indexes and MultiViews either here or in the
/dokuwiki/inc/Extension/
H A DPluginController.php169 public function disable($plugin) function in dokuwiki\\Extension\\PluginController
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md79 exit the programm with a non-zero exit code. You can disable this behaviour and catch all exception…
91 Disabling colors will also disable the emoticon prefixes.
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php442 public function disable($username, $isGUID = false) function in adLDAPUsers
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return… method
H A Djquery-ui.min.js6disable:function(){return this._setOptions({disabled:!0})},_classes:function(n){var o=[],a=this;fu… property
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG733 - Added a method to enable/disable keyword linking (Ian McKellar)