Home
last modified time | relevance | path

Searched refs:CANONICAL (Results 176 – 190 of 190) sorted by last modified time

12345678

/plugin/combo/ComboStrap/
H A DSlotManagerMenuItem.php27 const CANONICAL = "slot:manager"; define in ComboStrap\\SlotManagerMenuItem
H A DSlotSystem.php8 const CANONICAL = "slot-system"; define in ComboStrap\\SlotSystem
55 LogUtility::warning($html, self::CANONICAL);
H A DSnippet.php76 const CANONICAL = "snippet"; define in ComboStrap\\Snippet
226 return ExecutionContext::getActualOrCreateFromEnv()->getRuntimeObject(self::CANONICAL);
272 $snippets = &$executionContext->getRuntimeObject(self::CANONICAL);
275 $executionContext->setRuntimeObject(self::CANONICAL, $snippets);
549 LogUtility::internalError("A component id was not found for the snippet ($this)", self::CANONICAL);
711 throw new ExceptionRuntimeInternal("The local url should ne asked. use (hasLocalUrl) before calling this function", self::CANONICAL, $e);
852 LogUtility::internalError("The snippet ($this) does not have content defined (the path does not exist, no inline content and no remote url)", self::CANONICAL);
947 LogUtility::internalError("The extension ($extension) is unknown", self::CANONICAL);
1001 throw new ExceptionBadState("The internal js snippet ($this) has no content. Skipped", self::CANONICAL);
1042 throw new ExceptionNotFound("The internal css snippet ($this) has no content.", self::CANONICAL);
[all...]
H A DSvgImageLink.php26 const CANONICAL = FetcherSvg::CANONICAL; define in ComboStrap\\SvgImageLink
H A DBacklinkMenuItem.php26 const CANONICAL = "backlink"; define in ComboStrap\\BacklinkMenuItem
35 $snippetManager->attachJavascriptFromComponentId(self::CANONICAL);
H A DSkin.php17 const CANONICAL = self::SKIN_ATTRIBUTE; define in ComboStrap\\Skin
90 LogUtility::msg("A component type is mandatory when using the skin attribute", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
112 LogUtility::msg("The type value ($type) is not supported. Only the following types value may be used: $types", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
H A DTagAttributes.php105 FetcherSvg::CANONICAL,
106 FetcherRaster::CANONICAL,
125 const CANONICAL = "tag"; define in ComboStrap\\TagAttributes
492 LogUtility::msg("The attribute ($attLower) stores an unique value and has already a value ($actual). to set another value ($attributeValue), use the `set` operation instead", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A DTemplate.php23 const CANONICAL = "variable-template"; define in ComboStrap\\Template
81 LogUtility::warning("The variable ($variable) was not found in the data and has not been replaced", self::CANONICAL);
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php65 const CANONICAL = "ad"; define in ComboStrap\\Tag\\AdTag
H A DBarTag.php30 public const CANONICAL = BarTag::SLIDE_TAG; define in ComboStrap\\Tag\\BarTag
101 LogUtility::error("The position of the slide is not an integer", BarTag::CANONICAL);
H A DFollowTag.php19 public const CANONICAL = FollowTag::MARKUP; define in ComboStrap\\Tag\\FollowTag
H A DMermaidTag.php19 const CANONICAL = "mermaid"; define in ComboStrap\\Tag\\MermaidTag
37 $snippetId = self::CANONICAL;
46 LogUtility::internalError("The url should be good", self::CANONICAL,$e);
98 return Sanitizer::sanitize($content, " in a mermaid language", self::CANONICAL);
H A DShareTag.php23 const CANONICAL = "share"; define in ComboStrap\\Tag\\ShareTag
102 throw new ExceptionRuntime($message, self::CANONICAL, 1, $e);
138 LogUtility::internalError($e->getMessage(), self::CANONICAL, $e);
/plugin/combo/ComboStrap/TagAttribute/
H A DShadow.php26 const CANONICAL = "shadow"; define in ComboStrap\\TagAttribute\\Shadow
107 LogUtility::msg("The shadow / elevation value ($value) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
/plugin/combo/action/
H A Dcanonical.php21 const CANONICAL = Canonical::PROPERTY_NAME; define in action_plugin_combo_canonical

12345678