Home
last modified time | relevance | path

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

12345

/plugin/owncloud/tpl/
H A Ddetail.php46 <?php if(!$ERROR): ?>
55 if($ERROR):
56 echo '<h1>'.$ERROR.'</h1>';
154 <?php if (!$ERROR): ?>
/plugin/swiftmail/Swift/
H A DLog.php29 const ERROR = "!!"; define in Swift_Log
99 $this->add("Recipient '" . $address . "' rejected by connection.", self::ERROR);
/plugin/geonav/tpl/startermap/
H A Ddetail.php36 <?php if($ERROR){ print $ERROR; }else{ ?>
/plugin/html2pdf/snorriheim/
H A Ddetail.php38 <?php if($ERROR){ print $ERROR; }else{ ?>
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php150 'Throwable' => LogLevel::ERROR,
168 E_USER_ERROR => LogLevel::ERROR,
172 E_RECOVERABLE_ERROR => LogLevel::ERROR,
183 $level = LogLevel::ERROR;
H A DLogger.php64 public const ERROR = 400; define in Monolog\\Logger
108 self::ERROR => 'ERROR',
566 $this->addRecord(static::ERROR, (string) $message, $context);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php589 echo 'ERROR: Setting a config option requires a name and value'.PHP_EOL.PHP_EOL;
613 … echo 'ERROR: Deleting a config option requires the name of the option'.PHP_EOL.PHP_EOL;
641 … echo 'ERROR: Setting a runtime config option requires a name and value'.PHP_EOL.PHP_EOL;
657 … echo 'ERROR: The specified sniff code "'.$sniff.'" is invalid'.PHP_EOL.PHP_EOL;
668 … echo 'ERROR: The specified sniff code "'.$sniff.'" is invalid'.PHP_EOL.PHP_EOL;
680 … echo 'ERROR: The specified bootstrap file "'.$file.'" does not exist'.PHP_EOL.PHP_EOL;
691 … echo 'ERROR: The specified file list "'.$file.'" does not exist'.PHP_EOL.PHP_EOL;
707 … echo 'ERROR: The specified file "'.$inputFile.'" does not exist'.PHP_EOL.PHP_EOL;
730 …echo 'ERROR: The specified report file path "'.$this->values['reportFile'].'" points to a non-exis…
754 …echo 'ERROR: The specified report file path "'.$this->values['reportFile'].'" is a directory'.PHP_…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRollbarHandler.php47 Logger::ERROR => 'error',
66 …public function __construct(RollbarLogger $rollbarLogger, $level = Logger::ERROR, bool $bubble = t…
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php59 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php60 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php60 LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php60 LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php28 self::ERROR => 400,
44 public function __construct($stream, $level = Mustache_Logger::ERROR)
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/zotero/
H A Dsyntax.php105 return $this->output('<span class="error">ERROR: ' . $message . "</span>");
/plugin/mimetex/
H A Dsyntax.php102 $renderer->doc .= '**ERROR RENDERING LATEX**:<br/><b>'.$mimetex->_error."</b>";
/plugin/gnuplot/
H A Dsyntax.php97 $renderer->doc .= '**ERROR RENDERING GNUPLOT**';
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLogger.php37 const ERROR = 'error'; define
/plugin/format/
H A Dsyntax.php129 $renderer->doc .= '**ERROR RENDERING '.$config['name'].'**';
/plugin/reproduce/
H A Dsyntax.php91 | @orange:**ERROR !** | @orange:The source for **%%' . $match . '%%** can\'t be found. |
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php353 3 => 'ERROR',
400 3 => 'ERROR',

12345