Home
last modified time | relevance | path

Searched refs:Site (Results 76 – 100 of 127) sorted by last modified time

123456

/plugin/combo/ComboStrap/
H A DFetcherMarkup.php708 if (!Site::isHtmlRenderCacheOn()) {
H A DPageTitle.php66 if ($resource->isRootHomePage() && !empty(Site::getTagLine())) {
67 return Site::getTagLine();
H A DIFetcherAbs.php180 return Site::getXhtmlCacheTime();
H A DIconTag.php40 Site::isBrandingColorInheritanceEnabled() &&
51 $color = Site::getSecondaryColor();
56 $color = Site::getPrimaryColor();
H A DIdentityFormsHelper.php142 $primaryColor = Site::getPrimaryColor();
247 $primaryColor = Site::getPrimaryColor();
274 $logoImagesPath = Site::getLogoImagesAsPath();
H A DSite.php22 class Site class
289 return Lang::createFromValue(Site::getLang());
392 * @deprecated use {@link Site::getName()} instead
662 * Same as {@link Site::setDescription()}
717 $value = Site::getSecondaryColorValue($default);
791 return self::isBrandingColorInheritanceEnabled() && Site::getPrimaryColorValue() !== null;
851 $logosImages = Site::getLogoImagesAsPath();
H A DSiteConfig.php138 Site::setConf($key, $value, $pluginNamespace);
152 Site::setConf($confKey, $value, $plugin);
289 return WikiPath::createRootNamespacePathOnMarkupDrive()->resolve(Site::getIndexPageName() . "." . WikiPath::MARKUP_DEFAULT_TXT_EXTENSION);
516 $value = Site::getPrimaryColorValue();
560 $secondaryColor = Site::getSecondaryColor();
H A DSlotSystem.php80 return Site::SLOT_MAIN_HEADER_NAME;
111 return Site::SLOT_MAIN_FOOTER_NAME;
H A DLang.php206 return Site::getLang();
242 return Site::getLangDirection();
H A DSkin.php62 $primaryColorRgbHex = Site::getPrimaryColor("#007bff")->toRgbHex();
63 $secondaryColorRgbHex = Site::getSecondaryColor("#6c757d")->toRgbHex();
103 if (!Site::isBrandingColorInheritanceFunctional()) {
/plugin/combo/action/
H A Dcanonical.php4 use ComboStrap\Site; alias
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DSites.php20 use Google\Service\Dfareporting\Site; alias
39 * @return Site
45 return $this->call('get', [$params], Site::class);
51 * @param Site $postBody
53 * @return Site
59 return $this->call('insert', [$params], Site::class);
107 * @param Site $postBody
109 * @return Site
115 return $this->call('patch', [$params], Site::class);
121 * @param Site $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSite.php20 class Site extends \Google\Collection class
251 class_alias(Site::class, 'Google_Service_Dfareporting_Site');
H A DSitesListResponse.php31 protected $sitesType = Site::class;
63 * @param Site[]
70 * @return Site[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersChannelsSites.php26 use Google\Service\DisplayVideo\Site; alias
64 * @param Site $postBody
69 * @return Site
71 public function create($advertiserId, $channelId, Site $postBody, $optParams = [])
75 return $this->call('create', [$params], Site::class);
H A DPartnersChannelsSites.php26 use Google\Service\DisplayVideo\Site; alias
62 * @param Site $postBody
67 * @return Site
69 public function create($partnerId, $channelId, Site $postBody, $optParams = [])
73 return $this->call('create', [$params], Site::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DBulkEditSitesRequest.php27 protected $createdSitesType = Site::class;
53 * @param Site[]
60 * @return Site[]
H A DSite.php20 class Site extends \Google\Model class
62 class_alias(Site::class, 'Google_Service_DisplayVideo_Site');
H A DBulkEditSitesResponse.php23 protected $sitesType = Site::class;
27 * @param Site[]
34 * @return Site[]
H A DReplaceSitesResponse.php23 protected $sitesType = Site::class;
27 * @param Site[]
34 * @return Site[]
H A DListSitesResponse.php27 protected $sitesType = Site::class;
45 * @param Site[]
52 * @return Site[]
H A DReplaceSitesRequest.php27 protected $newSitesType = Site::class;
49 * @param Site[]
56 * @return Site[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DListSitesResponse.php27 protected $sitesType = Site::class;
45 * @param Site[]
52 * @return Site[]
H A DSite.php20 class Site extends \Google\Model class
116 class_alias(Site::class, 'Google_Service_Adsense_Site');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/Resource/
H A DAccountsSites.php21 use Google\Service\Adsense\Site; alias
39 * @return Site
45 return $this->call('get', [$params], Site::class);

123456