Home
last modified time | relevance | path

Searched full:setting (Results 1 – 25 of 1200) sorted by path

12345678910>>...48

/dokuwiki/conf/
H A Ddokuwiki.php169 $conf['defer_js'] = 1; // Defer javascript to be executed after the page's HTML has been parsed. Setting will be removed in the next release.
/dokuwiki/inc/Action/Exception/
H A DActionDisabledException.php9 * config setting. You should probably not use it.
H A DActionException.php61 * @param null|bool $set when null is given, the current setting is not changed
/dokuwiki/inc/Cache/
H A DCacheRenderer.php62 // default renderer cache file 'age' is dependent on 'cachetime' setting, two special values:
/dokuwiki/inc/Extension/
H A DAdminPlugin.php17 * (Default localized language string 'menu' is returned, override this function for setting another name)
35 * (Override this function for setting another image)
H A DPluginController.php264 "is a need to override a default setting. Plugins are\n" .
H A DPluginInterface.php93 * @param string $setting the setting to access
94 * @param mixed $notset what to return if the setting is not available
97 public function getConf($setting, $notset = false); argument
H A DPluginTrait.php185 public function getConf($setting, $notset = false)
192 if (isset($this->conf[$setting])) {
193 return $this->conf[$setting];
222 * @return array setting => value
161 getConf($setting, $notset = false) global() argument
/dokuwiki/inc/Form/
H A DDropdownElement.php103 * When setting a value that is not defined in the options, the value is ignored
H A DElement.php109 * This is the preferred method of setting the element's class
127 * This is the preferred way of setting the element's ID
144 * This is the preferred way of setting the element's value
H A DInputElement.php79 * This is the preferred method of setting the element's class
H A DTextareaElement.php29 * This is the preferred way of setting the element's value
/dokuwiki/inc/Utf8/
H A DSort.php160 * Filenames may not be equal to page names, depending on the setting in $conf['fnencode'],
/dokuwiki/inc/
H A Dcommon.php1525 * return an obfuscated email address in line with $conf['mailguard'] setting
1671 //setting 'link' to false disables linking
1945 * Remove it by setting $val to false
2012 * CSS. However it should used with small SVGs only. The $maxsize setting ensures only small
H A Ddeprecated.php63 class setting extends \dokuwiki\plugin\config\core\Setting\Setting
68 dbg_deprecated(\dokuwiki\plugin\config\core\Setting\Setting::class);
77 class setting_authtype extends \dokuwiki\plugin\config\core\Setting\SettingAuthtype
82 dbg_deprecated(\dokuwiki\plugin\config\core\Setting\SettingAuthtype::class);
91 class setting_string extends \dokuwiki\plugin\config\core\Setting\SettingString
96 dbg_deprecated(\dokuwiki\plugin\config\core\Setting\SettingString::class);
61 class setting extends \dokuwiki\plugin\config\core\Setting\Setting global() class
H A Dfetch.functions.php111 * There is no additional checking, just the encoding and setting the key=value for usage in headers
H A Dinit.php415 * setting the values only if needed.
H A Dparserutils.php202 msg('Unable to save cache file. Hint: disk full; file permissions; safe_mode setting.', -1);
306 msg('Unable to save metadata file. Hint: disk full; file permissions; safe_mode setting.', -1);
740 $msg .= " and the 'renderer_xhtml' config setting";
H A Dtemplate.php1277 * @param mixed $notset what to return if the setting is not available
/dokuwiki/inc/lang/en/
H A Dinstall.html3 <p>DokuWiki uses ordinary files for the storage of wiki pages and other information associated with those pages (e.g. images, search indexes, old revisions, etc). In order to operate successfully DokuWiki <strong>must</strong> have write access to the directories that hold those files. This installer is not capable of setting up directory permissions. That normally needs to be done directly on a command shell or if you are using hosting, through FTP or your hosting control panel (e.g. cPanel).</p>
/dokuwiki/inc/parser/
H A Dmetadata.php574 * Should honor $conf['mailguard'] setting
H A Drenderer.php654 * Should honor $conf['mailguard'] setting
H A Dxhtml.php1123 * Honors $conf['mailguard'] setting
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php126 * Setting to false will fudge "Domain Users" and is much faster. Keep in mind though that if
461 * Get the real primary group setting
489 * Get the SSL setting
510 * Get the TLS setting
535 * Get the SSO setting
556 * Get the recursive groups setting
/dokuwiki/lib/plugins/authad/
H A Dauth.php16 * Set DokuWiki's local.protected.php auth setting to read

12345678910>>...48