Home
last modified time | relevance | path

Searched refs:CANONICAL (Results 26 – 50 of 190) sorted by path

12345678

/plugin/combo/ComboStrap/
H A DDateTag.php14 public const CANONICAL = "variable:date"; define in ComboStrap\\DateTag
91 LogUtility::warning("The date component has been deprecated for the date variable", DateTag::CANONICAL);
114 LogUtility::error($message, DateTag::CANONICAL);
H A DDimension.php17 const NATURAL_SIZING_ELEMENT = [SvgImageLink::CANONICAL, RasterImageLink::CANONICAL];
56 const CANONICAL = "dimension"; define in ComboStrap\\Dimension
225 throw new ExceptionBadSyntax("The width value ($width) of the ratio `$stringRatio` is not numeric", PageImageTag::CANONICAL);
230 throw new ExceptionBadSyntax("The width value ($height) of the ratio `$stringRatio` is not numeric", PageImageTag::CANONICAL);
233 throw new ExceptionBadSyntax("The height value of the ratio `$stringRatio` should not be zero", PageImageTag::CANONICAL);
297 LogUtility::error("The conditional length ($conditionalWidthLength) could not be transformed as CSS value. Error", self::CANONICAL);
323 LogUtility::error("The conditional length ($conditionalWidthLength) could not be transformed as CSS value. Error", self::CANONICAL);
H A DEditButton.php26 const CANONICAL = "edit-button"; define in ComboStrap\\EditButton
182 ->generateNewHtmlIdForComponent(self::CANONICAL, $slotPath);
276 LogUtility::internalError("No data found in the edit comment", self::CANONICAL);
285 LogUtility::internalError("A page id is mandatory for a edit button (no wiki id, no global ID were found). No edit buttons was created then.", self::CANONICAL);
297 //LogUtility::internalError("The file ({$page->getPathObject()}) does not exist, we cannot set the last modified time on the edit buttons.", self::CANONICAL);
434 LogUtility::internalError("The tag format ($format) is not valid", self::CANONICAL);
H A DEvent.php21 const CANONICAL = "event"; define in ComboStrap\\Event
62 LogUtility::error("Sqlite is mandatory for asynchronous event", self::CANONICAL, $e);
175 LogUtility::internalError("An internal error has runned on event. " . $e->getMessage(), self::CANONICAL, $e);
219 LogUtility::error("Unable to create the event $name. Error:" . $e->getMessage(), self::CANONICAL, $e);
252 LogUtility::internalError("Sqlite is not available, no events was returned", self::CANONICAL);
271 LogUtility::internalError("Unable to get the queue. Error:" . $e->getMessage(), self::CANONICAL, $e);
300 throw new ExceptionCompile("Unable to count the number of event in the queue. Error:" . $e->getMessage(), self::CANONICAL, 0, $e);
H A DExecutionContext.php53 const CANONICAL = "execution-context"; define in ComboStrap\\ExecutionContext
768 $this->closeAndRemoveRuntimeVariableIfExists(Snippet::CANONICAL);
H A DFetcherAppPages.php22 const CANONICAL = "page-app"; define in ComboStrap\\FetcherAppPages
H A DFetcherCache.php18 const CANONICAL = "fetcher:cache"; define in ComboStrap\\FetcherCache
104 LogUtility::internalError("The path seems to be not local, it should never happen.", self::CANONICAL, $e);
H A DFetcherImage.php26 const CANONICAL = "image"; define in ComboStrap\\FetcherImage
121 LogUtility::error("Unable to calculate the image tok. The source path is not a web/wiki path", self::CANONICAL, $e);
144 throw new ExceptionBadArgument("The width value ($requestedWidth) is not a valid integer", FetcherImage::CANONICAL, 0, $e);
157 throw new ExceptionBadArgument("The height value ($requestedHeight) is not a valid integer", FetcherImage::CANONICAL, 0, $e);
167 throw new ExceptionBadArgument("The requested ratio ($requestedRatio) is not a valid value ({$e->getMessage()})", FetcherImage::CANONICAL, 0, $e);
H A DFetcherMarkup.php48 const CANONICAL = "markup-fragment-fetcher"; define in ComboStrap\\FetcherMarkup
319 throw new ExceptionRuntime("Internal error: The XHTML mime was not found.", self::CANONICAL, 1, $e);
406 LogUtility::error("The metadata path should be known. " . $e->getMessage(), self::CANONICAL, $e);
617 throw new ExceptionCompile("An error has occurred while getting the output. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
623 LogUtility::internalError("The output was an array", self::CANONICAL);
786 throw new ExceptionRuntime("Internal error: The fetch path should exists.", self::CANONICAL, 1, $e);
1095 LogUtility::error("The path ($sourcePath) does not exist, we have set the markup to the empty string during rendering. If you want to delete the cache path, ask it via the cache path function", self::CANONICAL, $e);
1379 throw new ExceptionRuntimeInternal("An error has occurred while processing the instructions. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
H A DFetcherMarkupWebcode.php28 const CANONICAL = "webcode"; define in ComboStrap\\FetcherMarkupWebcode
133 throw new ExceptionRuntimeInternal("An error has occurred while transforming the markup fragment to HTML. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
170 throw new ExceptionBadState("The markup was not defined.", self::CANONICAL);
183 return self::CANONICAL;
H A DFetcherPage.php18 const CANONICAL = "page"; define in ComboStrap\\FetcherPage
255 LogUtility::internalError("The html template should be found", self::CANONICAL, $e);
H A DFetcherPageBundler.php21 const CANONICAL = self::NAME; define in ComboStrap\\FetcherPageBundler
92 throw new ExceptionRuntimeInternal("We were unable to get the start markup wiki path. Error:{$e->getMessage()}", self::CANONICAL);
101 throw new ExceptionRuntimeInternal("The toc could not be created. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
116 throw new ExceptionRuntimeInternal("The $layoutName template returns an error", self::CANONICAL, 1, $e);
253 LogUtility::error("An error occurs when trying to move the h2 children below the recreated heading title ($title)", self::CANONICAL);
267 LogUtility::error("An error occurs when trying to add the recreated title heading ($title) to the root", self::CANONICAL);
275 return self::CANONICAL;
H A DFetcherRailBar.php26 const CANONICAL = self::NAME; define in ComboStrap\\FetcherRailBar
56 return StyleAttribute::addComboStrapSuffix(self::CANONICAL);
79 throw new ExceptionBadArgument("The viewport width is not a valid integer. Error:{$e->getMessage()}", self::CANONICAL);
90 throw new ExceptionBadArgument("The layout is not a valid. Error:{$e->getMessage()}", self::CANONICAL);
214 return Snippet::getClassFromComponentId(self::CANONICAL);
H A DFetcherRaster.php30 const CANONICAL = "raster"; define in ComboStrap\\FetcherRaster
164 throw new ExceptionBadSyntax("We couldn't retrieve the type and dimensions of the image ($this). The image format seems to be not supported.", self::CANONICAL);
168 throw new ExceptionBadSyntax("We couldn't retrieve the width of the image ($this)", self::CANONICAL);
172 throw new ExceptionBadSyntax("We couldn't retrieve the height of the image ($this)", self::CANONICAL);
211 LogUtility::info("For the image ($this), the requested width of ($requestedWidth) can not be bigger than the intrinsic width of ($mediaWidth). The width was then set to its natural width ($mediaWidth)", self::CANONICAL);
239 LogUtility::info("For the image ($this), the requested height of ($requestedHeight) can not be bigger than the intrinsic height of ($mediaHeight). The height was then set to its natural height ($mediaHeight)", self::CANONICAL);
260 LogUtility::info("For the image ($this), the calculated width of ($targetWidth) cannot be bigger than the intrinsic width of ($targetWidth). The requested width was then set to its natural width ($intrinsicWidth).", self::CANONICAL);
313 return self::CANONICAL;
335 LogUtility::info("For the image ($this), the requested height of ($requestedHeight) can not be bigger than the intrinsic height of ($intrinsicHeight). The height was then set to its natural height ($intrinsicHeight)", self::CANONICAL);
H A DFetcherScreenshot.php30 const CANONICAL = "snapshot"; define in ComboStrap\\FetcherScreenshot
215 return self::CANONICAL;
255 return self::CANONICAL;
H A DFetcherSvg.php36 const CANONICAL = "svg"; define in ComboStrap\\FetcherSvg
433 throw new ExceptionBadSyntaxRuntime($e->getMessage(), self::CANONICAL, 1, $e);
449 throw new ExceptionBadSyntaxRuntime($e->getMessage(), self::CANONICAL, 1, $e);
728 LogUtility::internalError("root not possible, we should have a last name", self::CANONICAL);
1376 return self::CANONICAL;
1400 LogUtility::error("The $svgAttribute value ($value) of the svg ($this) is not an integer", self::CANONICAL);
1414 LogUtility::error("The $svgAttribute value ($value) of the svg ($this) is not a float", self::CANONICAL);
1424 LogUtility::error("The $svgAttribute value ($value) of the svg ($this) is not an valid color", self::CANONICAL);
1470 throw new ExceptionBadArgument("We can't get the icon path. Error: {$e->getMessage()}. (ie media or icon name attribute is mandatory).", self::CANONICAL, 1, $e);
1511 throw new ExceptionNotFound("The name ($requestedName) is not a valid icon name. Error: ({$e->getMessage()}.", self::CANONICAL,
[all...]
H A DFetcherVignette.php29 const CANONICAL = self::VIGNETTE_FETCHER_NAME; define in ComboStrap\\FetcherVignette
88 LogUtility::internalError("The path of the actual class cannot be determined", self::CANONICAL);
128 throw new ExceptionBadArgument("Error while getting the muted color. Error: {$e->getMessage()}", self::CANONICAL);
198 LogUtility::errorIfDevOrTest("Error while getting the modified date. Error: {$e->getMessage()}", self::CANONICAL);
205 LogUtility::errorIfDevOrTest("Error while formatting the modified date. Error: {$e->getMessage()}", self::CANONICAL);
391 throw new ExceptionBadArgument("The extension ($extension) is not supported by the GD library", self::CANONICAL);
397 throw new ExceptionBadArgument("The extension ($extension) is not supported by the GD library", self::CANONICAL);
402 throw new ExceptionBadArgument("The extension ($extension) is not supported by the GD library", self::CANONICAL);
H A DFloatAttribute.php16 const CANONICAL = "float"; define in ComboStrap\\FloatAttribute
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 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 DHistoricalBreadcrumbMenuItem.php37 const CANONICAL = "breadcrumb"; define in ComboStrap\\HistoricalBreadcrumbMenuItem
156 $attributes = LinkMarkup::createFromPageIdOrPath($id)->toAttributes(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 DHttpRequest.php16 const CANONICAL = "httpRequest"; define in ComboStrap\\HttpRequest

12345678