Home
last modified time | relevance | path

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

123456

/plugin/owncloud/tpl/
Ddetail.php46 <?php if(!$ERROR): ?>
55 if($ERROR):
56 echo '<h1>'.$ERROR.'</h1>';
154 <?php if (!$ERROR): ?>
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
DLoggerTrait.php35 LogLevel::ERROR,
48 LogLevel::ERROR,
/plugin/swiftmail/Swift/
DLog.php29 const ERROR = "!!"; define in Swift_Log
99 $this->add("Recipient '" . $address . "' rejected by connection.", self::ERROR);
/plugin/geonav/tpl/startermap/
Ddetail.php36 <?php if($ERROR){ print $ERROR; }else{ ?>
/plugin/html2pdf/snorriheim/
Ddetail.php38 <?php if($ERROR){ print $ERROR; }else{ ?>
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.number.to-fixed.js9 var ERROR = 'Number.toFixed: incorrect invocation!'; variable
66 var x = aNumberValue(this, ERROR);
71 if (f < 0 || f > 20) throw RangeError(ERROR);
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.number.to-fixed.js9 var ERROR = 'Number.toFixed: incorrect invocation!'; variable
66 var x = aNumberValue(this, ERROR);
71 if (f < 0 || f > 20) throw RangeError(ERROR);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
DErrorHandler.php150 'Throwable' => LogLevel::ERROR,
168 E_USER_ERROR => LogLevel::ERROR,
172 E_RECOVERABLE_ERROR => LogLevel::ERROR,
183 $level = LogLevel::ERROR;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
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/
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/
DLoggerInterfaceTest.php59 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
DLoggerInterfaceTest.php60 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
DLoggerInterfaceTest.php60 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/authssocas/vendor/psr/log/Psr/Log/Test/
DLoggerInterfaceTest.php60 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/pureldap/vendor/psr/log/Psr/Log/Test/
DLoggerInterfaceTest.php60 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
DLoggerInterfaceTest.php60 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
DStreamLogger.php28 self::ERROR => 400,
44 public function __construct($stream, $level = Mustache_Logger::ERROR)
/plugin/asciidocjs/node_modules/jake/lib/task/
Dtask.js358 this.taskStatus = Task.runStatuses.ERROR;
359 this._invocationChain.chainStatus = Task.runStatuses.ERROR;
368 chain.chainStatus == Task.runStatuses.ERROR);
440 ERROR: 'error' property
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/webdav/vendor/psr/log/Psr/Log/
DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/pureldap/vendor/psr/log/Psr/Log/
DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/authssocas/vendor/psr/log/Psr/Log/
DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
/plugin/smtp/subtree/php-fig/log/Psr/Log/
DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel

123456