Searched refs:ERROR (Results  1 – 6 of 6) sorted by relevance
| /dokuwiki/lib/tpl/dokuwiki/ | 
| H A D | detail.php | 39                 <?php if (!$ERROR) : ?>48                     if ($ERROR) :
 49                         echo '<h1>' . $ERROR . '</h1>';
 89             <?php if (!$ERROR) : ?>
 
 | 
| /dokuwiki/lib/exe/ | 
| H A D | detail.php | 9 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 D | Notice.php | 9     public const ERROR = 'error';  define in dokuwiki\\plugin\\extension\\Notice15         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 D | cli.php | 34 …  "   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 D | mailer.test.php | 256             if(substr($line,0,5) == 'ERROR' || substr($line,0,7) == 'WARNING'){
 | 
| /dokuwiki/inc/ | 
| H A D | infoutils.php | 467                 echo "ERROR(" . $msgdata['lvl'] . ") " . $msgdata['msg'] . "\n";
 |