Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/popularity/
H A Dadmin.php73 * @param bool $enable If TRUE, it will enable autosubmit. Else, it will disable it.
75 protected function enableAutosubmit($enable) argument
77 if ($enable) {
/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.php77 public function enable($extension) function in remote_plugin_extension
84 $ext->enable();
H A Dadmin.php55 $ext->enable();
H A DInstaller.php226 public function enable(Extension $extension) function in dokuwiki\\plugin\\extension\\Installer
234 if (!$plugin_controller->enable($extension->getBase())) {
H A Dcli.php152 $ext->enable();
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php232 $enable = false;
234 if ($l == $level) $enable = true;
235 $this->loglevel[$l]['enabled'] = $enable;
H A DColors.php85 public function enable() function in splitbrain\\phpcli\\Colors
/dokuwiki/inc/
H A Dpluginutils.php81 return $plugin_controller->enable($plugin);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php758 * @param bool $enable Force the given data/URL to be treated as a feed
760 public function force_feed($enable = false) argument
762 $this->force_feed = (bool) $enable;
859 * @param bool $enable Force fsockopen() to be used
861 public function force_fsockopen($enable = false) argument
863 $this->force_fsockopen = (bool) $enable;
873 * @param bool $enable Enable caching
875 public function enable_cache($enable = true) argument
877 $this->enable_cache = (bool) $enable;
902 * @param bool $enable Force use of cache on fail.
[all …]
H A DSanitize.php116 public function remove_div($enable = true) argument
118 $this->remove_div = (bool) $enable;
/dokuwiki/
H A D.htaccess.dist39 ## If you enable DokuWikis XML-RPC interface, you should consider to
/dokuwiki/_test/core/
H A DDokuWikiTest.php135 $plugin_controller->enable($plugin);
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md11 …e conversion from PHP types to XML-RPC types and vice versa. This should enable developers to writ…
/dokuwiki/inc/Extension/
H A DPluginController.php182 public function enable($plugin) function in dokuwiki\\Extension\\PluginController
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less104 /* enable horizontal scrolling in media manager */
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php276 * @param bool $enable
279 public function enableImports(bool $enable): void argument
281 $this->importDisabled = !$enable;
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php459 public function enable($username, $isGUID = false) function in adLDAPUsers
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1907 * @param boolean $enable If true, links will be added to keywords
1910 public function enable_keyword_links($enable = true) { argument
1911 $this->keyword_links = (bool) $enable;
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md122 - Re-enable xml:base for all supported RSS formats by @Alkarex in [#723](https://github.com/simplep…
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE167 Component, and (b) serves only to enable use of the work with that
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG733 - Added a method to enable/disable keyword linking (Ian McKellar)
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptio… property