Home
last modified time | relevance | path

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

12345678

/plugin/combo/syntax/
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 Diterator.php83 const CANONICAL = "iterator"; define in syntax_plugin_combo_iterator
103 LogUtility::warning("Error while creating the path for the page image with the path value ($pathString)", PageImageTag::CANONICAL, $e);
118 LogUtility::internalError("The path string should be absolute, we should not get this error", PageImageTag::CANONICAL, $e);
445 LogUtility::error("Internal Error: the page selected ($contextualPage) was not added. It does not exist and was deleted from the database index.", self::CANONICAL);
464 LogUtility::debug("The physical query (Sql: {$pageSql->getExecutableSql()}, Parameters: $parametersString) does not return any data", syntax_plugin_combo_iterator::CANONICAL);
567 LogUtility::error("Error while rendering the template header. Error: {$e->getMessage()}", self::CANONICAL);
576 LogUtility::error("Error while rendering a data row. Error: {$e->getMessage()}", self::CANONICAL, $e);
585 LogUtility::error("Error while rendering the template footer. Error: {$e->getMessage()}", self::CANONICAL);
600 LogUtility::error("Error while rendering the iterator footer. Error: {$e->getMessage()}", self::CANONICAL);
/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)
/plugin/combo/ComboStrap/
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 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 DCanonical.php17 public const CANONICAL = "canonical"; define in ComboStrap\\Canonical
151 LogUtility::internalError("A canonical should not be the root, should not happen", self::CANONICAL);
159 return self::CANONICAL;
198 LogUtility::internalError($message, self::CANONICAL, $e);
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 DFragmentTag.php14 public const CANONICAL = syntax_plugin_combo_variable::CANONICAL; define in ComboStrap\\FragmentTag
H A DMetadataStoreTransfer.php12 const CANONICAL = "meta-store-transfer"; define in ComboStrap\\MetadataStoreTransfer
80 LogUtility::warning("The meta ($originalMetaKey) was not found", self::CANONICAL, $e);
102 ->setCanonical(Metadata::CANONICAL);
110 $this->messages[] = Message::createWarningMessage("The metadata ($originalMetaKey) is unknown and was not persisted")->setCanonical(Metadata::CANONICAL);
H A DMarkupFileSystem.php11 const CANONICAL = "markup-file-system"; define in ComboStrap\\MarkupFileSystem
84 throw new ExceptionRuntimeInternal("The path could not be cast to a local path", self::CANONICAL, 1, $e);
94 throw new ExceptionRuntimeInternal("The path could not be deleted", 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 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 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 DSectionTag.php12 public const CANONICAL = HeadingTag::CANONICAL; define in ComboStrap\\SectionTag
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 DCacheMenuItem.php26 const CANONICAL = "cache"; define in ComboStrap\\CacheMenuItem
35 $snippetManager->attachJavascriptFromComponentId(self::CANONICAL);
H A DMetaManagerMenuItem.php26 const CANONICAL = "metadata"; define in ComboStrap\\MetaManagerMenuItem
35 $snippetManager->attachJavascriptFromComponentId(self::CANONICAL);
H A DBacklinkMenuItem.php26 const CANONICAL = "backlink"; define in ComboStrap\\BacklinkMenuItem
35 $snippetManager->attachJavascriptFromComponentId(self::CANONICAL);
H A DComboFs.php14 const CANONICAL = "combo-file-system"; define in ComboStrap\\ComboFs
33 throw new ExceptionRuntimeInternal("Unable to store the page id in the database. Message:" . $e->getMessage(), self::CANONICAL, 1, $e);
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);
/plugin/combo/action/
H A Dstaticresource.php42 const CANONICAL = "cache"; define in action_plugin_combo_staticresource
84 if ($fetcher === FetcherRaster::CANONICAL) {
168 LogUtility::internalError("The media ($mediaToSend) does not exist", self::CANONICAL);
250 ->setCanonical(self::CANONICAL)
271 ->setCanonical(self::CANONICAL)
288 ->setCanonical(self::CANONICAL)
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 Dindexer.php53 const CANONICAL = "replication";
165 LogUtility::internalError("The identifier and the value identifier should be known at this stage", self::CANONICAL, $e);
175 LogUtility::warning("Reference error when persisting to the file system store: " . $e->getMessage(), self::CANONICAL, $e);
51 const CANONICAL = "replication"; global() define in action_plugin_combo_indexer
H A Dbacklinkmenuitem.php26 const CANONICAL = "backlink"; define in action_plugin_combo_backlinkmenuitem
111 ->setCanonical(self::CANONICAL)
126 ->setCanonical(self::CANONICAL)
H A Dimgmove.php26 const CANONICAL = "imgmove"; define in action_plugin_combo_imgmove
84 LogUtility::error("The target path image ($targetImageId) is not a path", self::CANONICAL, $e);
254 throw new ExceptionRuntime($e->getMessage(), self::CANONICAL, 0, $e);
256 LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, self::CANONICAL, $e);
291 throw new ExceptionCompile("A move error has occurred while trying to move the image ($relativeOrAbsoluteWikiId). The target resolution function send the following error message: " . $e->getMessage(), self::CANONICAL);

12345678