Home
last modified time | relevance | path

Searched full:sites (Results 1 – 25 of 215) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
DSites.php24 * The "sites" collection of methods.
28 * $sites = $dfareportingService->sites;
31 class Sites extends \Google\Service\Resource class
34 * Gets one site by ID. (sites.get)
48 * Inserts a new site. (sites.insert)
62 * Retrieves a list of sites, possibly filtered. This method supports paging.
63 * (sites.listSites)
72 * @opt_param bool acceptsPublisherPaidPlacements Select only sites that accept
74 * @opt_param bool adWordsSite Select only AdWords sites.
75 * @opt_param bool approved Select only approved sites.
[all …]
DDirectorySites.php62 * Retrieves a list of directory sites, possibly filtered. This method supports
72 * @opt_param bool acceptsPublisherPaidPlacements Select only directory sites
74 * @opt_param bool active Select only active directory sites. Leave blank to
75 * retrieve both active and inactive directory sites.
76 * @opt_param string dfpNetworkCode Select only directory sites with this Ad
78 * @opt_param string ids Select only directory sites with these IDs.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
DAdvertisersChannelsSites.php29 * The "sites" collection of methods.
33 * $sites = $displayvideoService->sites;
39 * Bulk edits sites under a single channel. The operation will delete the sites
40 * provided in BulkEditSitesRequest.deleted_sites and then create the sites
41 * provided in BulkEditSitesRequest.created_sites. (sites.bulkEdit)
46 * sites belong.
58 * Creates a site in a channel. (sites.create)
78 * Deletes a site from a channel. (sites.delete)
98 * Lists sites in a channel. (sites.listAdvertisersChannelsSites)
103 * requested sites belong.
[all …]
DPartnersChannelsSites.php29 * The "sites" collection of methods.
33 * $sites = $displayvideoService->sites;
39 * Bulk edits sites under a single channel. The operation will delete the sites
40 * provided in BulkEditSitesRequest.deleted_sites and then create the sites
41 * provided in BulkEditSitesRequest.created_sites. (sites.bulkEdit)
45 * sites belong.
57 * Creates a site in a channel. (sites.create)
76 * Deletes a site from a channel. (sites.delete)
95 * Lists sites in a channel. (sites.listPartnersChannelsSites)
99 * requested sites belong.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DWebmasters.php26 * View Google Search Console data for your verified sites.</p>
37 /** View and manage Search Console data for your verified sites. */
40 /** View Search Console data for your verified sites. */
46 public $sites; variable in Google\\Service\\Webmasters
71 'path' => 'sites/{siteUrl}/searchAnalytics/query',
91 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
106 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
121 'path' => 'sites/{siteUrl}/sitemaps',
135 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
153 $this->sites = new Webmasters\Resource\Sites(
[all …]
DSearchConsole.php38 /** View and manage Search Console data for your verified sites. */
41 /** View Search Console data for your verified sites. */
47 public $sites; variable in Google\\Service\\SearchConsole
74 'path' => 'webmasters/v3/sites/{siteUrl}/searchAnalytics/query',
94 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}',
109 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}',
124 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps',
138 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}',
156 $this->sites = new SearchConsole\Resource\Sites(
159 'sites',
[all …]
DAbusiveExperienceReport.php26 * Views Abusive Experience Report data, and gets a list of sites that have a
40 public $sites; variable in Google\\Service\\AbusiveExperienceReport
60 $this->sites = new AbusiveExperienceReport\Resource\Sites(
63 'sites',
DAdExperienceReport.php26 * Views Ad Experience Report data, and gets a list of sites that have a
40 public $sites; variable in Google\\Service\\AdExperienceReport
59 $this->sites = new AdExperienceReport\Resource\Sites(
62 'sites',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/Resource/
DSites.php24 * The "sites" collection of methods.
28 * $sites = $searchconsoleService->sites;
31 class Sites extends \Google\Service\Resource class
34 * Adds a site to the set of the user's sites in Search Console. (sites.add)
46 * Removes a site from the set of the user's Search Console sites.
47 * (sites.delete)
60 * Retrieves information about specific site. (sites.get)
74 * Lists the user's Search Console sites. (sites.listSites)
88 class_alias(Sites::class, 'Google_Service_SearchConsole_Resource_Sites');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/Resource/
DSites.php24 * The "sites" collection of methods.
28 * $sites = $webmastersService->sites;
31 class Sites extends \Google\Service\Resource class
34 * Adds a site to the set of the user's sites in Search Console. (sites.add)
46 * Removes a site from the set of the user's Search Console sites.
47 * (sites.delete)
62 * Retrieves information about specific site. (sites.get)
78 * Lists the user's Search Console sites. (sites.listSites)
92 class_alias(Sites::class, 'Google_Service_Webmasters_Resource_Sites');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/Resource/
DAccountsSites.php24 * The "sites" collection of methods.
28 * $sites = $adsenseService->sites;
34 * Gets information about the selected site. (sites.get)
37 * accounts/{account}/sites/{site}
48 * Lists all the sites available in an account. (sites.listAccountsSites)
51 * sites. Format: accounts/{account}
54 * @opt_param int pageSize The maximum number of sites to include in the
55 * response, used for paging. If unspecified, at most 10000 sites will be
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AbusiveExperienceReport/Resource/
DSites.php23 * The "sites" collection of methods.
27 * $sites = $abusiveexperiencereportService->sites;
30 class Sites extends \Google\Service\Resource class
33 * Gets a site's Abusive Experience Report summary. (sites.get)
36 * `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}`
49 class_alias(Sites::class, 'Google_Service_AbusiveExperienceReport_Resource_Sites');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExperienceReport/Resource/
DSites.php23 * The "sites" collection of methods.
27 * $sites = $adexperiencereportService->sites;
30 class Sites extends \Google\Service\Resource class
33 * Gets a site's Ad Experience Report summary. (sites.get)
36 * `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}`
49 class_alias(Sites::class, 'Google_Service_AdExperienceReport_Resource_Sites');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
DRemoveTargetedSitesRequest.php22 protected $collection_key = 'sites';
26 public $sites; variable in Google\\Service\\RealTimeBidding\\RemoveTargetedSitesRequest
31 public function setSites($sites) argument
33 $this->sites = $sites;
40 return $this->sites;
DAddTargetedSitesRequest.php22 protected $collection_key = 'sites';
26 public $sites; variable in Google\\Service\\RealTimeBidding\\AddTargetedSitesRequest
35 public function setSites($sites) argument
37 $this->sites = $sites;
44 return $this->sites;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DReplaceSitesResponse.php22 protected $collection_key = 'sites';
29 public function setSites($sites) argument
31 $this->sites = $sites;
38 return $this->sites;
DBulkEditSitesResponse.php22 protected $collection_key = 'sites';
29 public function setSites($sites) argument
31 $this->sites = $sites;
38 return $this->sites;
DListSitesResponse.php22 protected $collection_key = 'sites';
47 public function setSites($sites) argument
49 $this->sites = $sites;
56 return $this->sites;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
DListSitesResponse.php22 protected $collection_key = 'sites';
47 public function setSites($sites) argument
49 $this->sites = $sites;
56 return $this->sites;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DSitesListResponse.php22 protected $collection_key = 'sites';
65 public function setSites($sites) argument
67 $this->sites = $sites;
74 return $this->sites;
/plugin/javadoc/
Dsyntax.php95 $sites = array(
102 // Add configured default Javadoc URL to sites
105 $sites['jdk'] = $jdkurl;
108 // Add configured user Javadoc URLs to sites
122 $sites[$key] = $url;
137 $prefix = $sites[$data];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
DOrganizationsSitesApicategories.php39 * structure in your request: `organizations/{org}/sites/{site}`
55 * `organizations/{org}/sites/{site}/apicategories/{apicategory}`
70 * `organizations/{org}/sites/{site}/apicategories/{apicategory}`
85 * structure in your request: `organizations/{org}/sites/{site}`
100 * `organizations/{org}/sites/{site}/apicategories/{apicategory}`
DOrganizationsSites.php21 * The "sites" collection of methods.
25 * $sites = $apigeeService->sites;
/plugin/vshare/
H A Daction.php32 $sites = parse_ini_file(__DIR__ . '/sites.ini', true, INI_SCANNER_RAW);
35 foreach ($sites as $site => $data) {
/plugin/vshare/syntax/
H A Dvideo.php6 * Easily embed videos from various Video Sharing sites
13 protected $sites; variable in syntax_plugin_vshare_video
32 * Intitalizes the supported video sites
36 $this->sites = helper_plugin_vshare::loadSites();
60 $pattern = implode('|', array_keys($this->sites));
81 if (!$this->sites[$site]) return null; // unknown site
90 $url = $this->insertPlaceholders($this->sites[$site]['url'], $vid, $width, $height);

123456789