/dokuwiki/lib/plugins/popularity/ |
H A D | admin.php | 71 * @param bool $enable If TRUE, it will enable autosubmit. Else, it will disable it. 73 protected function enableAutosubmit($enable) argument 75 if ($enable) {
|
/dokuwiki/lib/plugins/extension/lang/en/ |
H A D | intro_plugins.txt | 1 These are the plugins currently installed in your DokuWiki. You can enable or disable or even compl…
|
/dokuwiki/vendor/simplepie/simplepie/library/ |
H A D | SimplePie.php | 739 public function force_feed($enable = false) argument 741 $this->force_feed = (bool) $enable; 847 $this->force_fsockopen = (bool) $enable; 857 * @param bool $enable Enable caching 859 public function enable_cache($enable = true) argument 861 $this->cache = (bool) $enable; 876 $this->force_cache_fallback= (bool) $enable; 918 $this->order_by_date = (bool) $enable; 1162 public function remove_div($enable = true) argument 1164 $this->sanitize->remove_div($enable); [all …]
|
/dokuwiki/inc/ |
H A D | pluginutils.php | 80 return $plugin_controller->enable($plugin);
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
H A D | Colors.php | 78 public function enable() function in splitbrain\\phpcli\\Colors
|
/dokuwiki/ |
H A D | .htaccess.dist | 39 ## If you enable DokuWikis XML-RPC interface, you should consider to
|
/dokuwiki/lib/plugins/extension/ |
H A D | admin.php | 103 $status = $extension->enable();
|
H A D | cli.php | 153 $status = $ext->enable();
|
/dokuwiki/vendor/kissifrot/php-ixr/ |
H A D | README.md | 11 …e conversion from PHP types to XML-RPC types and vice versa. This should enable developers to writ…
|
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
H A D | Sanitize.php | 81 public function remove_div($enable = true) argument 83 $this->remove_div = (bool) $enable;
|
/dokuwiki/inc/Extension/ |
H A D | PluginController.php | 184 public function enable($plugin) function in dokuwiki\\Extension\\PluginController
|
/dokuwiki/lib/plugins/extension/helper/ |
H A D | extension.php | 715 public function enable() function in helper_plugin_extension_extension 723 if ($plugin_controller->enable($this->base)) {
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | mobile.less | 104 /* enable horizontal scrolling in media manager */
|
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
H A D | adLDAPUsers.php | 459 public function enable($username, $isGUID = false) function in adLDAPUsers
|
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 1907 * @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/lib/scripts/jquery/ |
H A D | jquery-ui.min.js | 6 …-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return … method in t.Widget 13 …ow(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(e){var i=…
|
/dokuwiki/vendor/marcusschwarz/lesserphp/ |
H A D | LICENSE | 167 Component, and (b) serves only to enable use of the work with that
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 731 - Added a method to enable/disable keyword linking (Ian McKellar)
|