Home
last modified time | relevance | path

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

12345678

/plugin/combo/ComboStrap/
H A DMetaManagerMenuItem.php26 const CANONICAL = "metadata"; define in ComboStrap\\MetaManagerMenuItem
35 $snippetManager->attachJavascriptFromComponentId(self::CANONICAL);
H A DOutline.php26 const CANONICAL = "outline";
28 const CONTEXT = self::CANONICAL; define in ComboStrap\\Outline
247 LogUtility::internalError("The level was not present on the heading call", self::CANONICAL);
253 throw new ExceptionRuntimeInternal("This is not a dokuwiki header call", self::CANONICAL);
271 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
288 LogUtility::warning($message, self::CANONICAL);
306 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
319 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
481 throw new ExceptionRuntimeInternal("Error while adding a section during the outline merge. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
H A DOutlineSection.php8 const CANONICAL = "outline"; define in ComboStrap\\OutlineSection
199 LogUtility::internalError("The level ($level) could not be cast to an integer", self::CANONICAL);
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 DPageSqlTreeListener.php32 const CANONICAL = PageSql::CANONICAL; define in ComboStrap\\PageSqlTreeListener
250 LogUtility::msg("The value of the depth attribute ($text) is not an integer", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
255 LogUtility::msg("The requested page is unknown and is mandatory with the depth attribute", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
267 LogUtility::error("The value of the column $this->actualPredicateColumn ($text) could not be transformed as a number. Error: {$e->getMessage()}", self::CANONICAL);
362 LogUtility::msg("The page is unknown. A Page SQL with backlinks should be asked within a page request scope.", LogUtility::LVL_MSG_ERROR, PageSql::CANONICAL);
370 LogUtility::warning("Descendants should be asked from an index page.", PageSql::CANONICAL);
386 LogUtility::msg("The page is unknown. A Page SQL with a depth attribute should be asked within a page request scope. The start depth has been set to 0", LogUtility::LVL_MSG_ERROR, PageSql::CANONICAL);
H A DPanelTag.php21 public const CANONICAL = PanelTag::PANEL_LOGICAL_MARKUP; define in ComboStrap\\PanelTag
H A DFontSize.php11 const CANONICAL = self::FONT_SIZE; define in ComboStrap\\FontSize
45 LogUtility::msg("The font-size scale value ($value) is not between 1 and 6.",LogUtility::LVL_MSG_ERROR,self::CANONICAL);
H A DFragmentTag.php14 public const CANONICAL = syntax_plugin_combo_variable::CANONICAL; define in ComboStrap\\FragmentTag
H A DGridTag.php77 public const CANONICAL = GridTag::TAG; define in ComboStrap\\GridTag
192 LogUtility::warning("The auto rows type has been deprecated.", self::CANONICAL);
198 LogUtility::warning("Deprecation: The type value (" . self::TYPE_FIT_VALUE . " and " . self::TYPE_FIT_OLD_VALUE . ") for a contained row tag.", self::CANONICAL);
241 LogUtility::error("The max-cells attribute value ($maxCellsValue) is not a valid length value. Error: {$e->getMessage()}", GridTag::CANONICAL);
246 LogUtility::error("The max-cells attribute value ($maxCellsValue) should be less than 12.", GridTag::CANONICAL);
272 LogUtility::error("Error internal: We were unable to find the closing template tag.", GridTag::CANONICAL);
323 LogUtility::warning("The ratio ($ratio) of the width ($conditionalLengthObject) should not be greater than 1 on the children of the row", GridTag::CANONICAL);
359 LogUtility::error("Bad default value initialization. Error:{$e->getMessage()}", GridTag::CANONICAL);
446 LogUtility::error("The grid type ($type) is unknown.", GridTag::CANONICAL);
H A DPathTreeNode.php9 const CANONICAL = "path-tree"; define in ComboStrap\\PathTreeNode
45 throw new ExceptionRuntimeInternal("We shouldn't add the node two times. ", self::CANONICAL, 1, $e);
H A DHeadingTag.php34 public const CANONICAL = "heading"; define in ComboStrap\\HeadingTag
296 LogUtility::msg("Bootstrap 4 does not support the type ($type). Switch to " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "bootstrap 5") . " if you want to use it. The display type was set to `d4`", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
348 LogUtility::internalError("An error has occurred while trying to add the outline heading numbering stylesheet.", self::CANONICAL, $e);
420 LogUtility::msg("The level is mandatory when closing a heading", self::CANONICAL);
H A DHorizontal.php14 const CANONICAL = self::HORIZONTAL_ATTRIBUTE; define in ComboStrap\\Horizontal
43 LogUtility::warning("The $attributeName attribute is only meant to be used on the following component " . implode(", ", Vertical::COMPONENTS), self::CANONICAL);
48 LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", self::CANONICAL);
58 LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It should be one of: " . implode(", ", $possibleValues), self::CANONICAL);
H A DPipelineUtility.php281 throw new ExceptionBadSyntax("The format method allows for now only date. The value ($value) is not a date.", PipelineTag::CANONICAL);
309 LogUtility::error("Internal Error: No default locale could be determined. The locale was set to $locale", DateTag::CANONICAL);
H A DQualityDynamicMonitoringOverwrite.php43 return QualityMessageHandler::CANONICAL;
H A DRasterImageLink.php36 const CANONICAL = FetcherRaster::CANONICAL; define in ComboStrap\\RasterImageLink
54 throw new ExceptionBadArgument("The mime value ($mime) is not a supported raster image.", self::CANONICAL);
78 ->setLogicalTag(self::CANONICAL);
144 LogUtility::warning("The variable (" . self::CONF_RESPONSIVE_IMAGE_MARGIN . ") has a value ($imageMargin) that is not a valid length.", self::CANONICAL, $e);
H A DSearchTag.php21 const CANONICAL = "search"; define in ComboStrap\\SearchTag
56 LogUtility::error($e->getMessage(), self::CANONICAL,$e);;
H A DIdentity.php25 const CANONICAL = "identity"; define in ComboStrap\\Identity
H A DSectionTag.php12 public const CANONICAL = HeadingTag::CANONICAL; define in ComboStrap\\SectionTag
H A DSnippetSystem.php42 const CANONICAL = "snippet-system"; define in ComboStrap\\SnippetSystem
56 return $executionContext->getRuntimeObject(self::CANONICAL);
59 $executionContext->setRuntimeObject(self::CANONICAL, $snippetSystem);
H A DSpacing.php29 if ($logicalTag == SvgImageLink::CANONICAL) {
31 LogUtility::msg("We didn't apply the padding value ($spacingValue) on your svg or icon because it will make the icon invisible. Apply a margin or apply the spacing to the container component.", LogUtility::LVL_MSG_WARNING, SvgImageLink::CANONICAL);
38 LogUtility::msg("We didn't apply the margin value ($spacingValue) on your column because it will make the last column in the grid to go to the line. Apply the following padding instead ($expectedValue)", LogUtility::LVL_MSG_WARNING, GridTag::CANONICAL);
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);
/plugin/combo/action/
H A Dbacklinkmenuitem.php26 const CANONICAL = "backlink"; define in action_plugin_combo_backlinkmenuitem
111 ->setCanonical(self::CANONICAL)
126 ->setCanonical(self::CANONICAL)
H A Dinstructionspostprocessing.php30 const CANONICAL = Outline::CANONICAL; define in action_plugin_combo_instructionspostprocessing
/plugin/combo/syntax/
H A Dbrand.php34 const CANONICAL = self::TAG; define in syntax_plugin_combo_brand

12345678