Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 8 of 8) sorted by path

/dokuwiki/conf/
H A Dmysql.conf.php.example46 * a warning during operation. See the example below.
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
/dokuwiki/lib/plugins/extension/
H A Dcli.php75 $this->warning('Extension Repository API is not accessible, no remote info available!');
H A Dstyle.less338 background: transparent url(images/warning.png) center left no-repeat;
/dokuwiki/lib/scripts/
H A Dlocktimer.js2 * Class managing the timer to display a warning on a expiring lock
73 * (Re)start the warning timer
77 dw_locktimer.timerID = window.setTimeout(dw_locktimer.warning, dw_locktimer.timeout);
81 * Display the warning about the expiring lock
83 warning: function(){ method in dw_locktimer
89 * Remove the current warning timer
133 * Callback. Resets the warning timer
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG564 * Fixed a regular expression in mIRC language file that caused a warning message to be issued (BenBE)
879 - Fixed warning in dos.php about undefined constant (Tim Van Wassenhove)
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md151 * warning
160 Messages from `warning` level onwards are printed to `STDERR` all below are printed to `STDOUT`.
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DCLI.php76 public function warning($message, array $context = array()) function in splitbrain\\phpcli\\CLI
78 $this->log('warning', $message, $context);