Home
last modified time | relevance | path

Searched refs:Site (Results 1 – 25 of 127) sorted by relevance

123456

/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/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 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[]
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');
/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/Dfareporting/
H A DSitesListResponse.php31 protected $sitesType = Site::class;
63 * @param Site[]
70 * @return 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);
/plugin/combo/action/
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 Dhistoricalbreadcrumb.php17 use ComboStrap\Site; alias
46 if (Site::getVisitedPagesCountInHistoricalBreadCrumb() <= 0) return;
H A Dmanifest.php5 use ComboStrap\Site; alias
64 $primaryColor = Site::getPrimaryColor();
H A Ddocss.php10 use ComboStrap\Site; alias
35 if (!Site::isStrapTemplate()) {
H A Dmetacsp.php4 use ComboStrap\Site; alias
81 if (strpos($httpHeaderReferer, Site::getBaseUrl()) === false) {
/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php12 use ComboStrap\Site; alias
66 if (Site::shouldEndpointUrlBeAbsolute()) {
93 $rewrite = Site::getUrlRewrite();
175 $urlPathBaseDir = Site::getUrlPathBaseDir();
/plugin/combo/ComboStrap/
H A DBrand.php64 $this->brandUrl = Site::getBaseUrl();
65 $secondaryColor = Site::getSecondaryColor();
225 return $this->name . " (" . Site::getTitle() . ")";
251 return Site::getTitle();
298 return Site::getLogoAsSvgImage()
H A DIconTag.php40 Site::isBrandingColorInheritanceEnabled() &&
51 $color = Site::getSecondaryColor();
56 $color = Site::getPrimaryColor();
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dspecial-attributes.md6 ## The Site ## {.main}
8 ## The Site ## {.main .shine #the-site}
/plugin/pgn4web/pgn4web/
H A Deuroteams2011.pgn2 [Site "Porto Carras GRE"]
25 [Site "Porto Carras GRE"]
54 [Site "Porto Carras GRE"]
79 [Site "Porto Carras GRE"]
113 [Site "Porto Carras GRE"]
137 [Site "Porto Carras GRE"]
165 [Site "Porto Carras GRE"]
190 [Site "Porto Carras GRE"]
212 [Site "Porto Carras GRE"]
240 [Site "Porto Carras GRE"]
[all …]
H A Dtwic944.pgn2 [Site "London ENG"]
26 [Site "London ENG"]
51 [Site "London ENG"]
82 [Site "London ENG"]
112 [Site "London ENG"]
139 [Site "London ENG"]
168 [Site "London ENG"]
195 [Site "London ENG"]
218 [Site "London ENG"]
248 [Site "London ENG"]
[all …]
H A Dchess960wch06.pgn2 [Site "Mainz GER"]
21 [Site "Mainz GER"]
39 [Site "Mainz GER"]
59 [Site "Mainz GER"]
77 [Site "Mainz GER"]
96 [Site "Mainz GER"]
113 [Site "Mainz GER"]
132 [Site "Mainz GER"]

123456