Home
last modified time | relevance | path

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

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