| /template/strap/ComboStrap/ |
| H A D | LogUtility.php | 29 const LVL_MSG_ERROR = 4; //-1; define in ComboStrap\\LogUtility 81 …public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = … 87 self::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $canonical); 128 …static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, ?string $canonical = s… 135 $logLevel = self::LVL_MSG_ERROR; 177 $level = self::LVL_MSG_ERROR; 336 self::msg($message, LogUtility::LVL_MSG_ERROR, $canonical, $e);
|
| H A D | CallStack.php | 112 …ipulate the callstack (ie the function getCallWriter does not exist).", LogUtility::LVL_MSG_ERROR); 125 …nipulate the callstack (ie the calls of the call writer are private).", LogUtility::LVL_MSG_ERROR); 154 …t manipulate the callstack (ie the calls of the handler are private).", LogUtility::LVL_MSG_ERROR); 158 …late the callstack (ie the handler does not have any calls property).", LogUtility::LVL_MSG_ERROR); 344 … cannot be ask because the end of the stack was reached", LogUtility::LVL_MSG_ERROR, self::CANONIC… 348 …annot be ask because the start of the stack was reached", LogUtility::LVL_MSG_ERROR, self::CANONIC… 424 …ing tag, you can't ask for the opening tag." . $actualState, LogUtility::LVL_MSG_ERROR, "support"); 545 …an be asked only from a tag call. The state is $enterState", LogUtility::LVL_MSG_ERROR, "support"); 884 …an be asked only from a tag call. The state is $enterState", LogUtility::LVL_MSG_ERROR, "support"); 1023 … or end), you can't ask for the corresponding exit call", LogUtility::LVL_MSG_ERROR, self::CANONIC… [all …]
|
| H A D | EditButtonManager.php | 49 …:msg("The position for a start section should not be empty", LogUtility::LVL_MSG_ERROR, "support"); 52 …ity::msg("The name for a start section should not be empty", LogUtility::LVL_MSG_ERROR, "support");
|
| H A D | Lang.php | 67 …lue) could no be written to ($languageDataCache->cache)", LogUtility::LVL_MSG_ERROR, self::PROPERT… 75 …ef=\"$downloadUrl\">$langValue</a>). Error: " . $message, LogUtility::LVL_MSG_ERROR, self::PROPERT… 84 …a from the language ($langValue). No direction was set.", LogUtility::LVL_MSG_ERROR, self::PROPERT…
|
| H A D | Event.php | 123 …sg("Error while retrieving the event {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanoni… 137 … of the event was not successful or it was deleted by another process", LogUtility::LVL_MSG_ERROR); 142 …or while deleting the event. Message {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanoni…
|
| H A D | PluginUtility.php | 480 msg("Unable to find the main script", LogUtility::LVL_MSG_ERROR); 606 …ity::msg("The match does not contain any opening tag. Match: {$match}", LogUtility::LVL_MSG_ERROR); 612 …ity::msg("The match does not contain any closing tag. Match: {$match}", LogUtility::LVL_MSG_ERROR); 618 …ity::msg("The match does not contain any closing tag. Match: {$match}", LogUtility::LVL_MSG_ERROR); 759 … LogUtility::msg("The match does not contain any tag. Match: {$match}", LogUtility::LVL_MSG_ERROR);
|
| H A D | PageSqlTreeListener.php | 267 … value of the depth attribute ($text) is not an integer", LogUtility::LVL_MSG_ERROR, self::CANONIC… 272 …ge is unknown and is mandatory with the depth attribute", LogUtility::LVL_MSG_ERROR, self::CANONIC… 379 … backlinks should be asked within a page request scope.", LogUtility::LVL_MSG_ERROR, PageSql::CANO… 403 …a page request scope. The start depth has been set to 0", LogUtility::LVL_MSG_ERROR, PageSql::CANO…
|
| H A D | LineSpacing.php | 52 …spacing value ($lineSpacingValue) is not a valid value.", LogUtility::LVL_MSG_ERROR, self::CANONIC…
|
| H A D | FontSize.php | 45 …e font-size scale value ($value) is not between 1 and 6.",LogUtility::LVL_MSG_ERROR,self::CANONICA…
|
| H A D | Message.php | 231 $type = LogUtility::LVL_MSG_ERROR; 234 $type = LogUtility::LVL_MSG_ERROR;
|
| H A D | PanelTag.php | 111 …uld be a `tabs` and not a `" . $siblingTag->getTagName() . "`", LogUtility::LVL_MSG_ERROR, "tabs"); 223 …d("The context ($context) is unknown in enter rendering", LogUtility::LVL_MSG_ERROR, PanelTag::PAN…
|
| H A D | PipelineUtility.php | 157 … LogUtility::msg("command ($commandName) is unknown", LogUtility::LVL_MSG_ERROR, "pipeline"); 213 … LogUtility::msg("The side value ($side) is unknown", LogUtility::LVL_MSG_ERROR, "pipeline");
|
| H A D | Search.php | 75 …ty::msg("Error while trying to retrieve a list of pages", LogUtility::LVL_MSG_ERROR, action_plugin…
|
| H A D | PageKeywords.php | 98 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getMessage());
|
| H A D | PageUrlType.php | 55 …ue ($urlType) is unknown and was set to the default one", LogUtility::LVL_MSG_ERROR, PageUrlPath::…
|
| /template/strap/ComboStrap/TagAttribute/ |
| H A D | Toggle.php | 66 … should be (expanded, collapsed or breakpoint-expanded)", LogUtility::LVL_MSG_ERROR, self::CANONIC… 72 …pports only `expanded` as value, not $toggleStateValue.", LogUtility::LVL_MSG_ERROR, self::CANONIC… 77 …ional toggle breakpoint ($value) needs an id attribute.", LogUtility::LVL_MSG_ERROR, self::CANONIC…
|
| H A D | TextAlign.php | 69 …Utility::msg("The text-align value ($value) is unknown.", LogUtility::LVL_MSG_ERROR, self::CANONIC… 94 … the text-align value ($textAlignValue) is not correct.", LogUtility::LVL_MSG_ERROR, self::CANONIC… 135 …Utility::msg("The text-align value ($value) is unknown.", LogUtility::LVL_MSG_ERROR, self::CANONIC…
|
| H A D | Boldness.php | 77 …name ($value) is unknown. The attribute was not applied", LogUtility::LVL_MSG_ERROR, self::CANONIC…
|
| H A D | Shadow.php | 107 …::msg("The shadow / elevation value ($value) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONIC…
|
| /template/strap/admin/ |
| H A D | pagerules.php | 115 msg('Matcher can not be null', LogUtility::LVL_MSG_ERROR); 119 msg('Target can not be null', LogUtility::LVL_MSG_ERROR); 124 … msg($this->lang['SameSourceAndTargetAndPage'] . ': ' . $matcher . '', LogUtility::LVL_MSG_ERROR); 133 …er pattern ($matcher) already exists. The page rule was not inserted.", LogUtility::LVL_MSG_ERROR);
|
| /template/strap/syntax/ |
| H A D | para.php | 256 …array ($attributes) for the creation of the paragraph is not an array", LogUtility::LVL_MSG_ERROR); 361 … (" . $nextDisplay . ") of the call ( $nextCall ) was not implemented", LogUtility::LVL_MSG_ERROR); 397 …isplay for a open paragraph (" . $nextDisplay . ") is not implemented", LogUtility::LVL_MSG_ERROR);
|
| /template/strap/action/ |
| H A D | imgmove.php | 112 … LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical(), $e); 181 …he frontmatter could not be loaded. " . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanoni… 233 … LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical()); 256 … LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, self::CANONICAL, $e);
|
| H A D | profile.php | 232 …ility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONIC… 433 …ility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONIC…
|
| /template/strap/ComboStrap/Web/ |
| H A D | Sanitizer.php | 53 LogUtility::msg($string, LogUtility::LVL_MSG_ERROR, $canonical);
|
| /template/strap/ComboStrap/Meta/Api/ |
| H A D | MetadataJson.php | 49 … store is not a valid json. Message:" . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanoni…
|