Home
last modified time | relevance | path

Searched refs:CONF_CANONICAL_LAST_NAMES_COUNT (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DCanonical.php25 public const CONF_CANONICAL_LAST_NAMES_COUNT = 'MinimalNamesCountForAutomaticCanonical'; define in ComboStrap\\Canonical
102 $canonicalLastNamesCount = SiteConfig::getConfValue(self::CONF_CANONICAL_LAST_NAMES_COUNT, 0);
H A DDatabasePageRow.php1001 $canonicalLastNamesCount = SiteConfig::getConfValue(Canonical::CONF_CANONICAL_LAST_NAMES_COUNT, 0);
/plugin/combo/conf/
H A Dmetadata.php86 $meta[Canonical::CONF_CANONICAL_LAST_NAMES_COUNT] = array('string');
/plugin/combo/lang/en/
H A Dsettings.php73 $lang[Canonical::CONF_CANONICAL_LAST_NAMES_COUNT] = PluginUtility::getDocumentationHyperLink("automatic:canonical", 'Automatic Canonical') . ' - The number of last part of a page path to create a ' . PluginUtility::getDocumentationHyperLink("canonical", "canonical") . ' (0 to disable)';