Home
last modified time | relevance | path

Searched refs:CANONICAL (Results 176 – 190 of 190) sorted by relevance

12345678

/plugin/combo/syntax/
H A Dtooltip.php41 const CANONICAL = "tooltip"; define in syntax_plugin_combo_tooltip
H A Dheadingwiki.php166 LogUtility::msg("The number of `=` character for a wiki heading is not the same before ($levelFromStartTag) and after ($levelFromMatch) the content ($content).", LogUtility::LVL_MSG_INFO, HeadingTag::CANONICAL);
H A Dbrand.php34 const CANONICAL = self::TAG; define in syntax_plugin_combo_brand
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);
/plugin/combo/ComboStrap/
H A DFetcherAppPages.php22 const CANONICAL = "page-app"; define in ComboStrap\\FetcherAppPages
H A DCardTag.php19 public const CANONICAL = CardTag::LOGICAL_TAG; define in ComboStrap\\CardTag
H A DWikiPath.php80 const CANONICAL = "wiki-path"; define in ComboStrap\\WikiPath
167 LogUtility::error("The current relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
179 LogUtility::error("The parent relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
H A DPanelTag.php21 public const CANONICAL = PanelTag::PANEL_LOGICAL_MARKUP; define in ComboStrap\\PanelTag
H A DExecutionContext.php53 const CANONICAL = "execution-context"; define in ComboStrap\\ExecutionContext
768 $this->closeAndRemoveRuntimeVariableIfExists(Snippet::CANONICAL);
H A DOutlineVisitor.php156 LogUtility::error("Error while capturing the feature images. Error: " . $e->getMessage(), Outline::CANONICAL, $e);
H A DHttpResponse.php18 const CANONICAL = "http:response"; define in ComboStrap\\HttpResponse
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php107 LogUtility::error("No template could be found", self::CANONICAL, $e);
/plugin/combo/ComboStrap/Web/
H A DUrl.php67 const CANONICAL = "url";
267 throw new ExceptionNotFound("The property ($propertyName) was not found", self::CANONICAL);
70 const CANONICAL = "url"; global() define in ComboStrap\\Web\\Url
/plugin/combo/action/
H A Drouter.php93 const CANONICAL = 'router';
803 LogUtility::msg("The <a href=\"https://www.dokuwiki.org/config:send404\">dokuwiki send404 configuration</a> is on and should be disabled when using the url manager", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
91 const CANONICAL = 'router'; global() define in action_plugin_combo_router
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php74 const CANONICAL = "metadata"; define in ComboStrap\\Meta\\Api\\Metadata

12345678