/dokuwiki/lib/plugins/config/core/Setting/ |
D | SettingString.php | 13 $disable = ''; 17 $disable = 'disabled="disabled"'; 29 ']" type="text" class="edit" value="' . $value . '" ' . $disable . '/>';
|
D | SettingOnoff.php | 30 $disable = ''; 34 $disable = ' disabled="disabled"'; 44 ']" type="checkbox" class="checkbox" value="1"' . $checked . $disable . '/></div>';
|
D | SettingMultichoice.php | 16 $disable = ''; 21 $disable = ' disabled="disabled"'; 32 $disable = ' disabled="disabled"'; 41 …elect class="edit" id="config___' . $key . '" name="config[' . $key . ']"' . $disable . '>' . "\n";
|
D | SettingPassword.php | 32 $disable = $this->isProtected() ? 'disabled="disabled"' : ''; 38 … ']" autocomplete="new-password" type="password" class="edit" value="" ' . $disable . ' />';
|
D | SettingArray.php | 68 $disable = ''; 72 $disable = 'disabled="disabled"'; 84 ']" type="text" class="edit" value="' . $value . '" ' . $disable . '/>';
|
D | SettingMulticheckbox.php | 40 $disable = ''; 44 $disable = 'disabled="disabled"'; 72 …'][]" type="checkbox" class="checkbox" value="' . $choice . '" ' . $disable . ' ' . $checked . "/>… 98 '" ' . $disable . " />\n";
|
D | Setting.php | 199 $disable = ''; 203 $disable = 'disabled="disabled"'; 215 '" name="config[' . $key . ']" class="edit" ' . $disable . '>' . $value . '</textarea>';
|
/dokuwiki/lib/plugins/extension/lang/en/ |
D | intro_plugins.txt | 1 These are the plugins currently installed in your DokuWiki. You can enable or disable or even compl…
|
/dokuwiki/lib/plugins/extension/ |
D | remote.php | 94 public function disable($extension) function in remote_plugin_extension 101 $ext->disable();
|
D | admin.php | 58 $ext->disable();
|
D | Installer.php | 248 public function disable(Extension $extension) function in dokuwiki\\plugin\\extension\\Installer 262 if (!$plugin_controller->disable($extension->getBase())) {
|
D | cli.php | 155 $ext->disable();
|
/dokuwiki/_test/core/ |
D | DokuWikiTest.php | 117 if (!$plugin_controller->disable($plugin)) { 125 if (!$plugin_controller->disable($plugin)) {
|
/dokuwiki/inc/ |
D | pluginutils.php | 94 return $plugin_controller->disable($plugin);
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
D | Colors.php | 93 public function disable() function in splitbrain\\phpcli\\Colors
|
D | Base.php | 179 $this->colors->disable();
|
/dokuwiki/ |
D | .htaccess.dist | 1 ## You should disable Indexes and MultiViews either here or in the
|
/dokuwiki/inc/Extension/ |
D | PluginController.php | 169 public function disable($plugin) function in dokuwiki\\Extension\\PluginController
|
/dokuwiki/vendor/splitbrain/php-cli/ |
D | README.md | 79 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/ |
D | adLDAPUsers.php | 442 public function disable($username, $isGUID = false) function in adLDAPUsers
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery.min.js | 2 …disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return… method
|
D | jquery-ui.min.js | 6 …disable:function(){return this._setOptions({disabled:!0})},_classes:function(n){var o=[],a=this;fu… property
|
/dokuwiki/vendor/geshi/geshi/ |
D | CHANGELOG | 733 - Added a method to enable/disable keyword linking (Ian McKellar)
|