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 66) 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
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
/dokuwiki/_test/tests/Feed/
H A DFeedCreatorValidationTest.php47 $line = (int)$xml->xpath('//m:warnings/m:warninglist/warning/line')[0];
48 $text = (string)$xml->xpath('//m:warnings/m:warninglist/warning/text')[0];
49 $element = (string)$xml->xpath('//m:warnings/m:warninglist/warning/element')[0];
50 $parent = (string)$xml->xpath('//m:warnings/m:warninglist/warning/parent')[0];
56 "Feed validation produced a warning:\n" .
/dokuwiki/lib/plugins/extension/
H A DNotice.php8 public const WARNING = 'warning'; define in dokuwiki\\plugin\\extension\\Notice
14 self::WARNING => 'W',
21 self::WARNING => [],
135 $this->notices[self::WARNING][] = sprintf(
192 $this->notices[self::WARNING][] = sprintf($this->getLang('update_message'), $msg);
203 $this->notices[self::WARNING][] = sprintf(
H A Dcli.php35 … g - installed via git " . Notice::symbol(Notice::WARNING) . " - extension warning\n" .
84 $this->warning($e->getMessage());
318 if ($notices[Notice::WARNING]) $status .= Notice::symbol(Notice::WARNING);
H A Dstyle.less196 &.warning div.li span.icon svg {
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php56 …* '_caution' - no value (default) or 'warning', 'danger', 'security'. display an alert along …
86 $meta['start'] = ['string', '_caution' => 'warning', '_pattern' => '!^[^:;/]+$!']; // don't accept …
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 …rer_xhtml'] = ['renderer', '_format' => 'xhtml', '_choices' => ['xhtml'], '_caution' => 'warning'];
/dokuwiki/inc/Action/
H A DPlugin.php23 * Outputs nothing but a warning unless an action plugin overwrites it
/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 …irstword|foreach|if|join|notdir|origin|patsubst|shell|sort|strip,|suffix|warning|wildcard|word|wor…
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 …rsion|if|else|end|ifdef|ifndef|switch|case|range|break|while|debug|error|warning|macro) )[[:word:]…
179 …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 D4cs.php77 'View', 'Wait', 'Warning', 'While', 'XOr'
H A Dio.php73 'UDPReceiver', 'URL', 'User', 'Warning', 'WeakLink'
H A Dgenero.php340 "WARNING",
/dokuwiki/lib/plugins/config/_test/Setting/
H A DAbstractSettingTest.php84 $setting = new $this->class('test', ['_caution' => 'warning']);
85 $this->assertEquals('warning', $setting->caution());
/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

123