Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php39 <?php if (!$ERROR) : ?>
48 if ($ERROR) :
49 echo '<h1>' . $ERROR . '</h1>';
89 <?php if (!$ERROR) : ?>
/dokuwiki/lib/exe/
H A Ddetail.php9 global $INPUT, $INFO, $IMG, $ID, $REV, $SRC, $ERROR, $AUTH;
27 $ERROR = false; variable
36 $ERROR = 'File not found'; variable
40 $ERROR = p_locale_xhtml('denied'); variable
/dokuwiki/lib/plugins/extension/
H A DNotice.php9 public const ERROR = 'error'; define in dokuwiki\\plugin\\extension\\Notice
15 self::ERROR => 'E',
22 self::ERROR => [],
115 $this->notices[self::ERROR][] = sprintf(
163 $this->notices[self::ERROR][] = sprintf(
179 $this->notices[self::ERROR][] = $e->getMessage();
220 $this->notices[self::ERROR][] = $e->getMessage();
H A Dcli.php34 … " b - bundled with DokuWiki " . Notice::symbol(Notice::ERROR) . " - extension error\n" .
317 if ($notices[Notice::ERROR]) $status .= Notice::symbol(Notice::ERROR);
/dokuwiki/_test/tests/inc/
H A Dmailer.test.php256 if(substr($line,0,5) == 'ERROR' || substr($line,0,7) == 'WARNING'){
/dokuwiki/inc/
H A Dinfoutils.php467 echo "ERROR(" . $msgdata['lvl'] . ") " . $msgdata['msg'] . "\n";