Home
last modified time | relevance | path

Searched refs:CANONICAL (Results 1 – 25 of 190) sorted by path

12345678

/plugin/combo/ComboStrap/Api/
H A DApiRouter.php19 public const CANONICAL = "ajax"; define in ComboStrap\\Api\\ApiRouter
60 throw new ExceptionRuntimeInternal("Error while creating the ajax fetcher.", self::CANONICAL, 1, $e);
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/ComboStrap/
H A DBacklinkMenuItem.php26 const CANONICAL = "backlink"; define in ComboStrap\\BacklinkMenuItem
35 $snippetManager->attachJavascriptFromComponentId(self::CANONICAL);
H A DBootstrap.php20 const TAG = self::CANONICAL;
68 const CANONICAL = "bootstrap";
153 LogUtility::internalError("An error has occurred reading the file ($stylesheetsFile). Error:{$e->getMessage()}", self::CANONICAL);
204 return $executionContext->getRuntimeObject(self::CANONICAL);
209 $executionContext->setRuntimeObject(self::CANONICAL, $bootstrap);
272 throw new ExceptionRuntimeInternal("Unable to read the file {$bootstrapJsonFile} as json.", self::CANONICAL, 1, $e);
299 LogUtility::internalError("The url ($url) for the bootstrap metadata ($fileNameWithExtension) from the bootstrap dictionary is not valid. Error:{$e->getMessage()}", self::CANONICAL);
306 LogUtility::internalError("No extension was found on the file metadata ($fileNameWithExtension) from the bootstrap dictionary", self::CANONICAL);
323 LogUtility::internalError("The snippet key ($key) is unknown for bootstrap", self::CANONICAL);
70 const CANONICAL = "bootstrap"; global() define in ComboStrap\\Bootstrap
H A DBrand.php18 const CANONICAL = "brand"; define in ComboStrap\\Brand
154 LogUtility::error("We can't load the brands dictionary. Error: " . $e->getMessage(), self::CANONICAL, $e);
175 $objectIdentifier = self::CANONICAL . "-" . $brandNameQualified;
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 DBrandingColors.php22 const CANONICAL = "branding-colors"; define in ComboStrap\\BrandingColors
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 DCacheMenuItem.php26 const CANONICAL = "cache"; define in ComboStrap\\CacheMenuItem
35 $snippetManager->attachJavascriptFromComponentId(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 DCall.php146 const CANONICAL = "call"; define in ComboStrap\\Call
425 LogUtility::error("The handle data is not an array for the call ($this), correct the returned data from the handle syntax plugin function", self::CANONICAL);
435 LogUtility::error($message, self::CANONICAL);
H A DCallStack.php44 const CANONICAL = "support"; define in ComboStrap\\CallStack
344 LogUtility::msg("The actual call cannot be ask because the end of the stack was reached", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
348 LogUtility::msg("The actual call cannot be ask because the start of the stack was reached", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
605 LogUtility::error("Unable to move the callback pointer to the offset ($targetOffset)", self::CANONICAL);
1023 LogUtility::msg("You are not on the stack (start or end), you can't ask for the corresponding exit call", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
1028 LogUtility::msg("You are not on an enter tag ($actualState). You can't ask for the corresponding exit call .", LogUtility::LVL_MSG_ERROR, self::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 DCardTag.php19 public const CANONICAL = CardTag::LOGICAL_TAG; define in ComboStrap\\CardTag
H A DCarrouselTag.php34 public const CANONICAL = CarrouselTag::TAG; define in ComboStrap\\CarrouselTag
H A DColorHsl.php17 const CANONICAL = "color"; define in ComboStrap\\ColorHsl
134 throw new ExceptionCompile($message, self::CANONICAL, 0, $e);
H A DColorSystem.php11 const CANONICAL = "color-system"; define in ComboStrap\\ColorSystem
28 LogUtility::error("Error while calculating the primary text color. {$e->getMessage()}", self::CANONICAL, $e);
62 LogUtility::error("Error while calculating the color text hover color. {$e->getMessage()}", self::CANONICAL, $e);
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 DConditionalValue.php13 const CANONICAL = "conditional"; define in ComboStrap\\ConditionalValue
H A DContainerTag.php18 public const CANONICAL = ContainerTag::TAG; define in ComboStrap\\ContainerTag
H A DCreationDate.php132 return Metadata::CANONICAL;
H A DDatabasePageRow.php66 const CANONICAL = MetadataDbStore::CANONICAL; define in ComboStrap\\DatabasePageRow
414 LogUtility::error("Something went wrong when deleting the page ({$this->markupPath}) from the database with the rowid $rowId", self::CANONICAL, $e);
621 LogUtility::error("The database replication has not updated exactly 1 record but ($countChanges) record", \action_plugin_combo_indexer::CANONICAL);
860 LogUtility::internalError("The metadata ($name) is unknown", self::CANONICAL);
918 throw new ExceptionRuntimeInternal("Error while retrieving the object by id", self::CANONICAL, 1, $e);
936 throw new ExceptionRuntimeInternal($message, self::CANONICAL);
974 throw new ExceptionRuntime("An exception has occurred with the page search from CANONICAL. " . $e->getMessage());
1013 LogUtility::error($message, self::CANONICAL);
1260 throw new ExceptionCompile("Unable to get the analytics document", self::CANONICAL,
[all...]

12345678