Home
last modified time | relevance | path

Searched defs:canonical (Results 1 – 12 of 12) sorted by relevance

/template/strap/ComboStrap/
H A DLogUtility.php81 …public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = …
128 …static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, ?string $canonical = s…
170 …public static function log2FrontEnd($message, $level, string $canonical = self::SUPPORT_CANONICAL,…
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")
388 …public static function internalError(string $message, string $canonical = "support", Throwable $pr…
409 …public static function debug(string $message, string $canonical = self::SUPPORT_CANONICAL, $e = nu…
414 public static function infoToPublic(string $html, string $canonical)
H A DExceptionCompile.php19 private $canonical; variable in ComboStrap\\ExceptionCompile
21 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
H A DExceptionRuntime.php21 private $canonical; variable in ComboStrap\\ExceptionRuntime
23 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
H A DMessage.php28 private $canonical = "support"; variable in ComboStrap\\Message
89 function setCanonical($canonical): Message
H A DHttpResponse.php37 private $canonical = "support"; variable in ComboStrap\\HttpResponse
228 function setCanonical($canonical): HttpResponse
H A DExceptionNotEquals.php19 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null)
H A DCanonical.php78 public static function createFromValue(string $canonical): Canonical
H A DDatabasePageRow.php270 static function createFromCanonical($canonical): DatabasePageRow
H A DMarkupPath.php60 private $canonical; variable in ComboStrap\\MarkupPath
275 function setCanonical($canonical): MarkupPath
H A DPluginUtility.php523 …static function getDocumentationHyperLink($canonical, $label, bool $withIcon = true, $tooltip = ""…
/template/strap/ComboStrap/Web/
H A DSanitizer.php12 public static function sanitize($content, $suffixMessage = "", $canonical = "security")
51 private static function logAndReturnTheEmptyString(string $string, $canonical): string
/template/strap/ComboStrap/Meta/Form/
H A DFormMetaField.php77 private string $canonical; variable in ComboStrap\\Meta\\Form\\FormMetaField
369 function setCanonical(string $canonical): FormMetaField