| /dokuwiki/lib/scripts/ |
| H A D | locktimer.js | 2 * 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 D | compatibility.js | 4 * This will print a warning to the JavaScript console (if available) in
|
| H A D | behaviour.js | 140 // No warning requested or none necessary 233 // check failed, display a warning message
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedCreatorValidationTest.php | 47 $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 D | Notice.php | 8 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 D | cli.php | 35 … 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 D | style.less | 196 &.warning div.li span.icon svg {
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 56 …* '_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 D | Plugin.php | 23 * Outputs nothing but a warning unless an action plugin overwrites it
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | CLI.php | 76 public function warning($message, array $context = array()) function in splitbrain\\phpcli\\CLI 78 $this->log('warning', $message, $context);
|
| H A D | Base.php | 50 'warning' => array( 167 … 'Valid levels are: debug, info, notice, success, warning, error, critical, alert, emergency.',
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | make.php | 55 '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 D | sas.php | 131 'WARNING' 254 6 => array(//Warning messages 255 GESHI_SEARCH => '(^WARNING.*)',
|
| H A D | urbi.php | 45 // Urbi warning. 46 3 => "#\[[0-9a-f]{8}:warning\].*#",
|
| H A D | povray.php | 177 …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 D | visualprolog.php | 59 '#orrequires','#requires','#then','#warning'
|
| H A D | 4cs.php | 77 'View', 'Wait', 'Warning', 'While', 'XOr'
|
| H A D | io.php | 73 'UDPReceiver', 'URL', 'User', 'Warning', 'WeakLink'
|
| H A D | genero.php | 340 "WARNING",
|
| /dokuwiki/lib/plugins/config/_test/Setting/ |
| H A D | AbstractSettingTest.php | 84 $setting = new $this->class('test', ['_caution' => 'warning']); 85 $this->assertEquals('warning', $setting->caution());
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | README.md | 11 **WARNING**
|
| /dokuwiki/inc/Ui/ |
| H A D | PageView.php | 76 * Show a revision warning
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 151 * warning 160 Messages from `warning` level onwards are printed to `STDERR` all below are printed to `STDOUT`.
|
| /dokuwiki/inc/Debug/ |
| H A D | PropertyDeprecationHelper.php | 28 * $foo->bar; // works but logs a warning
|
| H A D | DebugHelper.php | 79 * This marks logs a deprecation warning for a property that should no longer be used
|