Home
last modified time | relevance | path

Searched refs:CONF_MINIMAL_SCORE_FOR_REDIRECT (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/
H A DRouterBestEndPage.php24 const CONF_MINIMAL_SCORE_FOR_REDIRECT = 'BestEndPageMinimalScoreForAliasCreation'; define in ComboStrap\\RouterBestEndPage
57 $minimalScoreForARedirect = SiteConfig::getConfValue(self::CONF_MINIMAL_SCORE_FOR_REDIRECT, self::CONF_MINIMAL_SCORE_FOR_REDIRECT_DEFAULT);
/plugin/combo/conf/
H A Dmetadata.php84 $meta[RouterBestEndPage::CONF_MINIMAL_SCORE_FOR_REDIRECT] = array('string');
/plugin/combo/lang/en/
H A Dsettings.php76 $lang[RouterBestEndPage::CONF_MINIMAL_SCORE_FOR_REDIRECT] = PluginUtility::getDocumentationHyperLink("best:end:page:name", action_plugin_combo_router::NAME . ' - Best End Page Name') . ' - The number of last part of a DokuWiki Id to perform a ' . PluginUtility::getDocumentationHyperLink(action_plugin_combo_router::PERMANENT_REDIRECT_CANONICAL, "permanent redirect") . ' (0 to disable)';