Home
last modified time | relevance | path

Searched refs:Site (Results 26 – 50 of 127) sorted by last modified time

123456

/plugin/combo/ComboStrap/
H A DBrandTag.php172 $htmlOutput .= Site::getName();
H A DMarkupPath.php460 if (!Site::isLowQualityProtectionEnable()) {
821 $startPageName = Site::getIndexPageName();
2193 $startPageName = Site::getIndexPageName();
H A DCacheExpirationDate.php60 $cacheIntervalInSecond = Site::getXhtmlCacheTime();
H A DCanonical.php143 if ($resourceCombo->getPathObject()->getLastNameWithoutExtension() === Site::getIndexPageName()) {
H A DColorRgb.php848 $primaryColor = Site::getPrimaryColorValue();
857 $secondaryColor = Site::getSecondaryColorValue();
H A DDateTag.php42 $lang = Site::getLang();
H A DFetcherAppPages.php75 $pageLang = Site::getLangObject();
H A DFetcherPage.php51 $rewrite = Site::getUrlRewrite();
H A DFetcherSvg.php584 $files = array_merge(Site::getConfigurationFiles(), $files); // svg generation depends on configuration
1230 $primaryColor = Site::getPrimaryColorValue();
H A DFetcherVignette.php215 $imagePath = Site::getLogoAsRasterImage()->getSourcePath();
H A DIndex.php66 if ($lastNameToFind === Site::getIndexPageName()) {
H A DTemplateSlot.php30 public const CONF_PAGE_MAIN_SIDEKICK_NAME_DEFAULT = Site::SLOT_MAIN_SIDE_NAME;
H A DTextColor.php49 $primaryColor = Site::getPrimaryColor();
56 $secondaryColor = Site::getSecondaryColor();
H A DToc.php73 $tocMinHeads = Site::getTocMinHeadings();
98 $topTocLevel = Site::getTopTocLevel();
188 if (!Site::isStrapTemplate()) {
/plugin/combo/action/
H A Dmetacsp.php4 use ComboStrap\Site; alias
81 if (strpos($httpHeaderReferer, Site::getBaseUrl()) === false) {
H A Dmetafacebook.php17 use ComboStrap\Site; alias
102 $title = Site::getName();
H A Dmetatitle.php9 use ComboStrap\Site; alias
51 // Site name
52 if (!empty(Site::getName())) {
53 $pageTitle .= self::TITLE_SEPARATOR . Site::getName();
H A Dmetatwitter.php10 use ComboStrap\Site; alias
25 require_once(__DIR__ . '/../ComboStrap/Site.php');
H A Dslottemplate.php14 use ComboStrap\Site; alias
/plugin/combo/syntax/
H A Drelated.php12 use ComboStrap\Site; alias
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedImage.php13 use ComboStrap\Site; alias
/plugin/combo/
H A Ddeleted.files97 class/Site.php
/plugin/combo/lang/fr/
H A Dadd.txt4 | Site web | - <nowiki>http://www.example.com/mypage</nowiki> \\ - <nowiki>http://www.example.com</nowiki> |
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php13 use ComboStrap\Site; alias
/plugin/combo/ComboStrap/Web/
H A DUrl.php23 use ComboStrap\Site;
397 $remoteHost = Site::getServerHost();
26 use ComboStrap\Site; global() alias

123456