/plugin/owncloud/tpl/ |
H A D | detail.php | 46 <?php if(!$ERROR): ?> 55 if($ERROR): 56 echo '<h1>'.$ERROR.'</h1>'; 154 <?php if (!$ERROR): ?>
|
/plugin/swiftmail/Swift/ |
H A D | Log.php | 29 const ERROR = "!!"; define in Swift_Log 99 $this->add("Recipient '" . $address . "' rejected by connection.", self::ERROR);
|
/plugin/geonav/tpl/startermap/ |
H A D | detail.php | 36 <?php if($ERROR){ print $ERROR; }else{ ?>
|
/plugin/html2pdf/snorriheim/ |
H A D | detail.php | 38 <?php if($ERROR){ print $ERROR; }else{ ?>
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
H A D | ErrorHandler.php | 150 'Throwable' => LogLevel::ERROR, 168 E_USER_ERROR => LogLevel::ERROR, 172 E_RECOVERABLE_ERROR => LogLevel::ERROR, 183 $level = LogLevel::ERROR;
|
H A D | Logger.php | 64 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 D | CLI.php | 589 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 D | RollbarHandler.php | 47 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 D | LoggerInterfaceTest.php | 59 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
|
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/ |
H A D | LoggerInterfaceTest.php | 60 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
|
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/ |
H A D | LoggerInterfaceTest.php | 60 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
|
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/ |
H A D | LoggerInterfaceTest.php | 60 LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/ |
H A D | StreamLogger.php | 28 self::ERROR => 400, 44 public function __construct($stream, $level = Mustache_Logger::ERROR)
|
/plugin/webdav/vendor/psr/log/Psr/Log/ |
H A D | LogLevel.php | 13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
|
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/ |
H A D | LogLevel.php | 13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
|
/plugin/elasticsearch/vendor/psr/log/Psr/Log/ |
H A D | LogLevel.php | 13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
|
/plugin/smtp/subtree/php-fig/log/Psr/Log/ |
H A D | LogLevel.php | 13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
|
/plugin/dw2pdf/vendor/psr/log/Psr/Log/ |
H A D | LogLevel.php | 13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
|
/plugin/zotero/ |
H A D | syntax.php | 105 return $this->output('<span class="error">ERROR: ' . $message . "</span>");
|
/plugin/mimetex/ |
H A D | syntax.php | 102 $renderer->doc .= '**ERROR RENDERING LATEX**:<br/><b>'.$mimetex->_error."</b>";
|
/plugin/gnuplot/ |
H A D | syntax.php | 97 $renderer->doc .= '**ERROR RENDERING GNUPLOT**';
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/ |
H A D | Logger.php | 37 const ERROR = 'error'; define
|
/plugin/format/ |
H A D | syntax.php | 129 $renderer->doc .= '**ERROR RENDERING '.$config['name'].'**';
|
/plugin/reproduce/ |
H A D | syntax.php | 91 | @orange:**ERROR !** | @orange:The source for **%%' . $match . '%%** can\'t be found. |
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Cli.php | 353 3 => 'ERROR', 400 3 => 'ERROR',
|