Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 33) sorted by relevance

12

/template/strap/ComboStrap/
H A DLogUtility.php81 …public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = …
170 …public static function log2FrontEnd($message, $level, string $canonical = self::SUPPORT_CANONICAL,…
255 public static function log2BrowserConsole($message)
267 private static function throwErrorIfTest($level, $message, \Exception $e = null)
286 private static function messageNotEmpty(?string $message)
306 public static function wrapInRedForHtml(string $message): string
334 …public static function error(string $message, string $canonical = self::SUPPORT_CANONICAL, \Except…
339 …public static function warning(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exce…
344 …public static function info(string $message, string $canonical = self::SUPPORT_CANONICAL, \Excepti…
364 public static function errorIfDevOrTest($message, $canonical = "support")
[all …]
H A DCacheLog.php28 …public static function deleteCacheIfExistsAndLog(IFetcher $fetcher, string $event, string $message)
58 … public static function renderCacheAndLog(IFetcherSource $fetcher, string $event, string $message)
82 …tion logCacheEvent(string $event, string $path, string $format, string $operation, string $message)
H A DExceptionCompile.php21 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
35 public static function withMessageAndError(string $message, Throwable $previous)
H A DExceptionRuntime.php23 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
36 public static function withMessageAndError(string $message, Throwable $previous)
H A DExceptionNotEquals.php19 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
24 public static function create(string $message, $left, $right): ExceptionNotEquals
H A DMessage.php63 function addContent($message, $mime): Message
83 function addHtmlContent($message): Message
H A DConsole.php15 public static function log($message)
H A DLogException.php22 public function __construct($message = "", $code = 0, Throwable $previous = null)
/template/strap/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php18 public function __construct($message, $results = null)
87 public static function throwException($status_code, $message, $results)
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteStatus.php15 protected $message; variable in Facebook\\WebDriver\\Remote\\RemoteStatus
23 protected function __construct($isReady, $message, array $meta = [])
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php27 public function __construct(Parser $recognizer, string $predicate, ?string $message = null)
73 public function formatMessage(string $predicate, ?string $message = null) : string
/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php80 …public function testIntegration($file, $message, $condition, $templates, $exception, $outputs, $de…
89 …public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $output…
144 …protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs…
/template/strap/vendor/symfony/deprecation-contracts/
H A Dfunction.php23 function trigger_deprecation(string $package, string $version, string $message, ...$args): void
/template/strap/vendor/carica/phpcss/src/PhpCss/Exception/
H A DTokenException.php31 public function __construct(PhpCss\Scanner\Token $token, string $message) {
/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityNotAllowedTagError.php25 …public function __construct(string $message, string $tagName, int $lineno = -1, string $filename =…
DSecurityNotAllowedFilterError.php25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen…
DSecurityNotAllowedFunctionError.php25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen…
DSecurityNotAllowedMethodError.php26 …public function __construct(string $message, string $className, string $methodName, int $lineno = …
DSecurityNotAllowedPropertyError.php26 …public function __construct(string $message, string $className, string $propertyName, int $lineno …
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWait.php46 public function until($func_or_ec, $message = '')
/template/strap/vendor/symfony/yaml/Exception/
H A DParseException.php32 …public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string …
/template/strap/ComboStrap/Tag/
H A DFollowTag.php102 private static function returnErrorString($message, $state): string
/template/dokubootstrapsimplified/
Dtpl_functions.php218 function dw($message) {
/template/twigstarter/vendor/twig/twig/src/Error/
DError.php58 …public function __construct(string $message, int $lineno = -1, $source = null, \Exception $previou…
/template/twigstarter/vendor/twig/twig/src/
DTokenStream.php71 public function expect($type, $value = null, string $message = null): Token

12