/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/ |
H A D | Sites.php | 20 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/combo/ComboStrap/ |
H A D | Site.php | 18 class Site class 436 $value = Site::getSecondaryColorValue($default); 467 if (Site::getTemplate() === self::STRAP_TEMPLATE_NAME) { 544 Site::getSidebarName(), 545 Site::getHeaderSlotPageName(), 546 Site::getFooterSlotPageName(), 547 Site::getMainHeaderSlotName(), 548 Site::getMainFooterSlotName() 552 return [Site::getSidebarName()]; 739 return Site::getComboHome()->resolve("resources"); [all …]
|
H A D | Brand.php | 64 $this->brandUrl = Site::getBaseUrl(); 65 $secondaryColor = Site::getSecondaryColor(); 154 return $this->name . " (" . Site::getTitle() . ")"; 180 return Site::getTitle(); 202 $primaryColor = Site::getPrimaryColor(); 225 $image = Site::getLogoAsSvgImage();
|
H A D | Bootstrap.php | 37 if (Site::isStrapTemplate()) { 39 Site::loadStrapUtilityTemplateIfPresentAndSameVersion();
|
H A D | CacheMedia.php | 136 … $files[] = Site::getComboHome()->resolve("ComboStrap")->resolve("SvgDocument.php")->toString(); 137 … $files[] = Site::getComboHome()->resolve("ComboStrap")->resolve( "XmlDocument.php")->toString(); 140 $files[] = Site::getComboHome()->resolve("plugin.info.txt");
|
H A D | PageTitle.php | 59 if ($resource->isRootHomePage() && !empty(Site::getTagLine())) { 60 return Site::getTagLine();
|
/plugin/combo/action/ |
H A D | anchor.php | 7 use ComboStrap\Site; alias 72 $primaryColor = Site::getPrimaryColor(); 73 if (Site::isBrandingColorInheritanceEnabled() && $primaryColor !== null) { 78 $primaryColorText = Site::getPrimaryColorForText(); 79 $primaryColorHoverText = Site::getPrimaryColorTextHover();
|
H A D | docss.php | 10 use ComboStrap\Site; alias 31 if (!Site::isStrapTemplate()) { 41 $iconColor = Site::getPrimaryColor($defaultColor); 42 $colorText = Site::getPrimaryColorForText($defaultColor);
|
H A D | metatitle.php | 5 use ComboStrap\Site; alias 43 if (!empty(Site::getName())) { 44 $pageTitle .= self::TITLE_SEPARATOR . Site::getName();
|
H A D | webcode.php | 5 use ComboStrap\Site; alias 82 if (Site::isStrapTemplate()) { 88 Site::loadStrapUtilityTemplateIfPresentAndSameVersion();
|
H A D | manifest.php | 5 use ComboStrap\Site; alias 65 $primaryColor = Site::getPrimaryColor();
|
H A D | bootstrap.php | 7 use ComboStrap\Site; alias 48 if (Site::isStrapTemplate()) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | BulkEditSitesResponse.php | 23 protected $sitesType = Site::class; 27 * @param Site[] 34 * @return Site[]
|
H A D | ReplaceSitesResponse.php | 23 protected $sitesType = Site::class; 27 * @param Site[] 34 * @return Site[]
|
H A D | ListSitesResponse.php | 27 protected $sitesType = Site::class; 45 * @param Site[] 52 * @return Site[]
|
H A D | ReplaceSitesRequest.php | 27 protected $newSitesType = Site::class; 49 * @param Site[] 56 * @return Site[]
|
H A D | BulkEditSitesRequest.php | 27 protected $createdSitesType = Site::class; 53 * @param Site[] 60 * @return Site[]
|
H A D | Site.php | 20 class Site extends \Google\Model class 62 class_alias(Site::class, 'Google_Service_DisplayVideo_Site');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/ |
H A D | AdvertisersChannelsSites.php | 26 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 D | PartnersChannelsSites.php | 26 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/Adsense/ |
H A D | ListSitesResponse.php | 27 protected $sitesType = Site::class; 45 * @param Site[] 52 * @return Site[]
|
H A D | Site.php | 20 class Site extends \Google\Model class 116 class_alias(Site::class, 'Google_Service_Adsense_Site');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | SitesListResponse.php | 31 protected $sitesType = Site::class; 63 * @param Site[] 70 * @return Site[]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/Resource/ |
H A D | AccountsSites.php | 21 use Google\Service\Adsense\Site; alias 39 * @return Site 45 return $this->call('get', [$params], Site::class);
|
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/ |
H A D | special-attributes.md | 6 ## The Site ## {.main} 8 ## The Site ## {.main .shine #the-site}
|