Home
last modified time | relevance | path

Searched refs:CANONICAL (Results 101 – 125 of 190) sorted by last modified time

12345678

/plugin/combo/ComboStrap/
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 DConditionalValue.php13 const CANONICAL = "conditional"; define in ComboStrap\\ConditionalValue
H A DContainerTag.php18 public const CANONICAL = ContainerTag::TAG; define in ComboStrap\\ContainerTag
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...]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStoreAbs.php15 const CANONICAL = "store"; define in ComboStrap\\Meta\\Api\\MetadataStoreAbs
51 throw new ExceptionRuntime("The class value is not a string", MetadataStoreAbs::CANONICAL);
70 return self::CANONICAL;
/plugin/combo/syntax/
H A Dtoggle.php19 const CANONICAL = self::TAG; define in syntax_plugin_combo_toggle
151 ->setLogicalTag(self::CANONICAL);
161 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::CANONICAL);
H A Dtogglecollapse.php13 const CANONICAL = syntax_plugin_combo_toggle::CANONICAL; define in syntax_plugin_combo_togglecollapse
H A Dtoggleexpand.php13 const CANONICAL = syntax_plugin_combo_toggle::CANONICAL; define in syntax_plugin_combo_toggleexpand
H A Dtooltip.php41 const CANONICAL = "tooltip"; define in syntax_plugin_combo_tooltip
H A Dvariable.php23 const CANONICAL = self::TAG; define in syntax_plugin_combo_variable
/plugin/combo/action/
H A Dpagesystemmutation.php34 const CANONICAL = "combo-file-system"; define in action_plugin_combo_pagesystemmutation
H A Dprofile.php22 const CANONICAL = Identity::CANONICAL; define in action_plugin_combo_profile
232 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
433 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A Dqualitymutation.php25 const CANONICAL = "low_quality";
29 const CANONICAL = "low_quality"; global() define in action_plugin_combo_qualitymutation
H A Dregistration.php30 const CANONICAL = Identity::CANONICAL; define in action_plugin_combo_registration
267 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A Dresend.php23 const CANONICAL = "resend"; define in action_plugin_combo_resend
24 const FORM_RESEND_PWD_CLASS = "form-" . self::CANONICAL;
54 print IdentityFormsHelper::getHtmlStyleTag(self::CANONICAL);
80 print IdentityFormsHelper::getHtmlStyleTag(self::CANONICAL);
136 LogUtility::msg("The register field name($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, \ComboStrap\Identity::CANONICAL);
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
H A Droutermessage.php148 LogUtility::msg("The redirection source ($redirectSource) is unknown. It was not expected", LogUtility::LVL_MSG_ERROR, action_plugin_combo_router::CANONICAL);
165 ->setCanonical(action_plugin_combo_router::CANONICAL)
168 LogUtility::infoToPublic($html, action_plugin_combo_router::CANONICAL);
H A Dsnippets.php30 const CANONICAL = "snippets"; define in action_plugin_combo_snippets
125 LogUtility::error("We couldn't get the attributes of the snippet ($snippet). It has been skipped. Error: {$e->getMessage()}", self::CANONICAL);
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)
/plugin/combo/ComboStrap/Meta/Field/
H A DAlias.php16 const CANONICAL = "alias"; define in ComboStrap\\Meta\\Field\\Alias
H A DPageImages.php27 const CANONICAL = "page:image"; define in ComboStrap\\Meta\\Field\\PageImages
138 return self::CANONICAL;
195 LogUtility::internalError("The page path didn't have any values in the rows", self::CANONICAL);
211 LogUtility::internalError("Bad Usage value. Should not happen on get. Error: " . $e->getMessage(), self::CANONICAL, $e);
/plugin/combo/
H A Dcli.php74 const CANONICAL = "combo-cli"; define in cli_plugin_combo
364 LogUtility::error("Error when get the analytics.", self::CANONICAL, $e);
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php34 const CANONICAL = "database"; define in ComboStrap\\Meta\\Store\\MetadataDbStore
98 throw new ExceptionRuntime("The metadata ($metadata) is not yet supported on set", self::CANONICAL);
107 throw new ExceptionRuntime("The resource type ({$resource->getType()}) is not yet supported for the database metadata store", self::CANONICAL);
268 throw new ExceptionRuntimeInternal("An exception has occurred with the $tableName ({$metadata->getResource()}) selection query. Message: {$e->getMessage()}, Query: ($query", self::CANONICAL, 1, $e);
321 return self::CANONICAL;
/plugin/combo/db/combo/
H A Dupdate0002.sql5 CANONICAL TEXT NOT NULL -- The canonical value should be unique field
7 CREATE UNIQUE INDEX PAGES_UK ON PAGES (ID, CANONICAL);
13 CANONICAL TEXT, -- The canonical value field
17 CREATE UNIQUE INDEX PAGES_ALIAS_UK ON PAGES_ALIAS (CANONICAL, ALIAS);

12345678