Home
last modified time | relevance | path

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

12345678

/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php62 const CANONICAL = "xml"; define in ComboStrap\\Xml\\XmlDocument
86 throw new ExceptionBadSyntax("The xml text markup should not be empty.", self::CANONICAL);
92 throw new ExceptionBadSyntax("The php `libxml` module was not found on your installation, the xml/svg file could not be modified / instantiated", self::CANONICAL);
213 throw new ExceptionBadSyntax($message, self::CANONICAL);
/plugin/combo/ComboStrap/
H A DIso8601Date.php22 public const CANONICAL = "date"; define in ComboStrap\\Iso8601Date
130 throw new ExceptionBadSyntax($message, self::CANONICAL);
218 throw new ExceptionNotFound("The constant ($constant) is not a valid constant", self::CANONICAL);
273 LogUtility::warning("The date format ($pattern) is no more supported. Why ? Because Php has deprecated <a href=\"https://www.php.net/manual/en/function.strftime.php\">strftime</a>. You need to use the <a href=\"https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax\">Unicode Date Time format</a>", self::CANONICAL);
H A DBrandButton.php46 const CANONICAL = "social"; define in ComboStrap\\BrandButton
243 if ($this->brand->getName() == \action_plugin_combo_metatwitter::CANONICAL) {
265 LogUtility::msg($message, LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A DButtonTag.php52 $tagAttributes->addComponentAttributeValue(Shadow::CANONICAL, true);
H A DCacheExpirationFrequency.php18 public const CANONICAL = "page-cache-expiration-frequency"; define in ComboStrap\\CacheExpirationFrequency
99 return self::CANONICAL;
H A DCacheLog.php26 const CANONICAL = "support"; define in ComboStrap\\CacheLog
130 throw new ExceptionCompile("Unable to get the cache log. Error:" . $e->getMessage(), self::CANONICAL, 0, $e);
H A DMarkupRenderer.php15 const CANONICAL = "markup:renderer"; define in ComboStrap\\MarkupRenderer
H A DCacheMenuItem.php26 const CANONICAL = "cache"; define in ComboStrap\\CacheMenuItem
35 $snippetManager->attachJavascriptFromComponentId(self::CANONICAL);
H A DMediaLink.php34 const CANONICAL = "image"; define in ComboStrap\\MediaLink
H A DMediaMarkup.php76 const CANONICAL = "media"; define in ComboStrap\\MediaMarkup
155 throw new ExceptionBadArgument("The media reference was not found in the callstack array", self::CANONICAL);
218 throw new ExceptionRuntime("Media Rendering Error. {$e->getMessage()}", MediaLink::CANONICAL, 0, $e);
222 LogUtility::msg($message, LogUtility::LVL_MSG_ERROR, MediaLink::CANONICAL);
269 LogUtility::internalError("For an external markup, the src should not be empty", self::CANONICAL);
H A DCacheResults.php15 const CANONICAL = "cache-results"; define in ComboStrap\\CacheResults
57 LogUtility::internalError("The executing path should exist as it's executed",self::CANONICAL, $e);
H A DCardTag.php19 public const CANONICAL = CardTag::LOGICAL_TAG; define in ComboStrap\\CardTag
/plugin/combo/syntax/
H A Dcontentlist.php61 const CANONICAL = self::MARKI_TAG; define in syntax_plugin_combo_contentlist
256 LogUtility::error("We were unable to wrap the content list to enable numbering placement. Error: {$e->getMessage()}", self::CANONICAL);
H A Dedit.php29 const CANONICAL = self::TAG; define in syntax_plugin_combo_edit
131 LogUtility::error("The edit button should be a special tag", self::CANONICAL);
139 LogUtility::error("Error while rendering the edit button ($editButton). Error: {$e->getMessage()}", self::CANONICAL);
H A Dlink.php97 const CANONICAL = "link"; define in syntax_plugin_combo_link
373 LogUtility::error("No default Label can be defined. Error while parsing the markup ref ($markupRef). Error: {$e->getMessage()}", self::CANONICAL, $e);
H A Dmedia.php77 const CANONICAL = "media"; define in syntax_plugin_combo_media
104 LogUtility::internalError("The mime for the path ($path) was not found", self::CANONICAL, $e);
343 LogUtility::internalError("No src found, we couldn't register the media in the index. Error: {$e->getMessage()}", self::CANONICAL, $e);
H A Dmenubar.php47 const CANONICAL = self::TAG; define in syntax_plugin_combo_menubar
255 LogUtility::error("The position value ($position) is not yet implemented", self::CANONICAL);
270 LogUtility::warning("The align attribute has been deprecated, you should delete it or use the container instead", self::CANONICAL);
H A Dstrong.php30 const CANONICAL = Boldness::CANONICAL; define in syntax_plugin_combo_strong
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php36 public const CANONICAL = "meta-manager"; define in ComboStrap\\Api\\MetaManagerHandler
61 ->setCanonical(MetaManagerHandler::CANONICAL)
71 ->setCanonical(MetaManagerHandler::CANONICAL)
85 ->setCanonical(MetaManagerHandler::CANONICAL)
107 ->setCanonical(MetaManagerHandler::CANONICAL)
127 ->setCanonical(MetaManagerHandler::CANONICAL)
181 LogUtility::internalError("The boolean metadata name ($booleanMeta) was not found", self::CANONICAL, $e);
267 ->setCanonical(MetaManagerHandler::CANONICAL)
298 ->setCanonical(MetaManagerHandler::CANONICAL)
H A DQualityMessageHandler.php21 public const CANONICAL = "quality:dynamic_monitoring"; define in ComboStrap\\Api\\QualityMessageHandler
55 ->setCanonical(QualityMessageHandler::CANONICAL)
82 ->setCanonical(QualityMessageHandler::CANONICAL)
/plugin/combo/action/
H A Deventsystem.php26 const CANONICAL = "event";
37 const CANONICAL = "event"; global() define in action_plugin_combo_eventsystem
H A Dlang.php22 const CANONICAL = "lang"; define in action_plugin_combo_lang
85 LogUtility::internalError("No last name, we were unable to set the request id right", self::CANONICAL);
142 PluginUtility::getSnippetManager()->attachCssInternalStylesheet(self::CANONICAL . "-rtl");
H A Dlinkmove.php32 const CANONICAL = "move"; define in action_plugin_combo_linkmove
335 LogUtility::error($message, self::CANONICAL, $exception);
H A Dlinkwizard.php36 const CANONICAL = "linkwizard"; define in action_plugin_combo_linkwizard
109 LogUtility::internalError("The selection should return wiki path", self::CANONICAL, $e);
H A Dlogin.php32 const CANONICAL = Identity::CANONICAL; define in action_plugin_combo_login
123 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);

12345678