Home
last modified time | relevance | path

Searched +full:warning -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 60) sorted by relevance

123

/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
H A Dcompatibility.js4 * This will print a warning to the JavaScript console (if available) in
H A Dbehaviour.js140 // No warning requested or none necessary
233 // check failed, display a warning message
H A Dedit.js187 * global var used for not saved yet warning
/dokuwiki/inc/Action/
H A DPlugin.php23 * Outputs nothing but a warning unless an action plugin overwrites it
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php56 * '_caution' - no value (default) or 'warning', 'danger', 'security'. display an alert along with the setting
86 $meta['start'] = ['string', '_caution' => 'warning', '_pattern' => '!^[^:;/]+$!']; // don't accept namespaces
114 $meta['camelcase'] = ['onoff', '_caution' => 'warning'];
115 $meta['deaccent'] = ['multichoice', '_choices' => [0, 1, 2], '_caution' => 'warning'];
235 $meta['sepchar'] = ['sepchar', '_caution' => 'warning'];
237 $meta['fnencode'] = ['multichoice', '_choices' => ['url', 'safe', 'utf-8'], '_caution' => 'warning'];
243 $meta['compression'] = ['compression', '_caution' => 'warning'];
245 $meta['xsendfile'] = ['multichoice', '_choices' => [0, 1, 2, 3], '_caution' => 'warning'];
246 $meta['renderer_xhtml'] = ['renderer', '_format' => 'xhtml', '_choices' => ['xhtml'], '_caution' => 'warning'];
/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);
H A DBase.php50 'warning' => array(
167 'Valid levels are: debug, info, notice, success, warning, error, critical, alert, emergency.',
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmake.php55 'info', 'warning', 'error'
67 //'suffix', 'warning', 'wildcard', 'word', 'wordlist', 'words'
130 GESHI_SEARCH => '(\\$[({])(subst|addprefix|addsuffix|basename|call|dir|error|eval|filter-out|filter,|findstring|firstword|foreach|if|join|notdir|origin|patsubst|shell|sort|strip,|suffix|warning|wildcard|word|wordlist|words)([ })])',
H A Dsas.php131 'WARNING'
254 6 => array(//Warning messages
255 GESHI_SEARCH => '(^WARNING.*)',
H A Durbi.php45 // Urbi warning.
46 3 => "#\[[0-9a-f]{8}:warning\].*#",
H A Dpovray.php177 0 => '\#(?!(include|declare|local|fopen|fclose|read|write|default|version|if|else|end|ifdef|ifndef|switch|case|range|break|while|debug|error|warning|macro) )[[:word:]]*',
179 1 => "\#(include|declare|local|fopen|fclose|read|write|default|version|if|else|end|ifdef|ifndef|switch|case|range|break|while|debug|error|warning|macro)",
H A Dvisualprolog.php59 '#orrequires','#requires','#then','#warning'
H A Dio.php73 'UDPReceiver', 'URL', 'User', 'Warning', 'WeakLink'
H A D4cs.php77 'View', 'Wait', 'Warning', 'While', 'XOr'
H A Dgenero.php340 "WARNING",
H A Dphix.php80 'warning'
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md11 **WARNING**
/dokuwiki/inc/Ui/
H A DPageView.php76 * Show a revision warning
/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/inc/Debug/
H A DPropertyDeprecationHelper.php28 * $foo->bar; // works but logs a warning
H A DDebugHelper.php79 * This marks logs a deprecation warning for a property that should no longer be used
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php195 * If a class has a private __sleep() it'll emit a warning
/dokuwiki/lib/plugins/extension/
H A Dstyle.less338 background: transparent url(images/warning.png) center left no-repeat;
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php23 protected static $validCautions = ['warning', 'danger', 'security'];

123