/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | Webmasters.php | 71 'path' => 'sites/{siteUrl}/searchAnalytics/query', 74 'siteUrl' => [ 91 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', 94 'siteUrl' => [ 106 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', 109 'siteUrl' => [ 121 'path' => 'sites/{siteUrl}/sitemaps', 124 'siteUrl' => [ 135 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', 138 'siteUrl' => [ [all …]
|
D | SearchConsole.php | 74 'path' => 'webmasters/v3/sites/{siteUrl}/searchAnalytics/query', 77 'siteUrl' => [ 94 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}', 97 'siteUrl' => [ 109 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}', 112 'siteUrl' => [ 124 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps', 127 'siteUrl' => [ 138 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}', 141 'siteUrl' => [ [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/Resource/ |
D | Sitemaps.php | 36 * @param string $siteUrl The site's URL, including protocol. For example: 42 public function delete($siteUrl, $feedpath, $optParams = []) argument 44 $params = ['siteUrl' => $siteUrl, 'feedpath' => $feedpath]; 51 * @param string $siteUrl The site's URL, including protocol. For example: 58 public function get($siteUrl, $feedpath, $optParams = []) argument 60 $params = ['siteUrl' => $siteUrl, 'feedpath' => $feedpath]; 69 * @param string $siteUrl The site's URL, including protocol. For example: 77 public function listSitemaps($siteUrl, $optParams = []) argument 79 $params = ['siteUrl' => $siteUrl]; 86 * @param string $siteUrl The site's URL, including protocol. For example: [all …]
|
D | Sites.php | 36 * @param string $siteUrl The URL of the site to add. 39 public function add($siteUrl, $optParams = []) argument 41 $params = ['siteUrl' => $siteUrl]; 49 * @param string $siteUrl The URI of the property as defined in Search Console. 55 public function delete($siteUrl, $optParams = []) argument 57 $params = ['siteUrl' => $siteUrl]; 64 * @param string $siteUrl The URI of the property as defined in Search Console. 71 public function get($siteUrl, $optParams = []) argument 73 $params = ['siteUrl' => $siteUrl];
|
D | Searchanalytics.php | 43 * @param string $siteUrl The site's URL, including protocol. For example: 49 public function query($siteUrl, SearchAnalyticsQueryRequest $postBody, $optParams = []) argument 51 $params = ['siteUrl' => $siteUrl, 'postBody' => $postBody];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/Resource/ |
D | Sitemaps.php | 38 * @param string $siteUrl The site's URL, including protocol. For example: 44 public function delete($siteUrl, $feedpath, $optParams = []) argument 46 $params = ['siteUrl' => $siteUrl, 'feedpath' => $feedpath]; 53 * @param string $siteUrl The site's URL, including protocol. For example: 60 public function get($siteUrl, $feedpath, $optParams = []) argument 62 $params = ['siteUrl' => $siteUrl, 'feedpath' => $feedpath]; 71 * @param string $siteUrl The site's URL, including protocol. For example: 79 public function listSitemaps($siteUrl, $optParams = []) argument 81 $params = ['siteUrl' => $siteUrl]; 88 * @param string $siteUrl The site's URL, including protocol. For example: [all …]
|
D | Sites.php | 36 * @param string $siteUrl The URL of the site to add. 39 public function add($siteUrl, $optParams = []) argument 41 $params = ['siteUrl' => $siteUrl]; 49 * @param string $siteUrl The URI of the property as defined in Search Console. 53 public function delete($siteUrl, $optParams = []) argument 55 $params = ['siteUrl' => $siteUrl]; 62 * @param string $siteUrl The URI of the property as defined in Search Console. 67 public function get($siteUrl, $optParams = []) argument 69 $params = ['siteUrl' => $siteUrl];
|
D | Searchanalytics.php | 41 * @param string $siteUrl The site's URL, including protocol. For example: 47 public function query($siteUrl, SearchAnalyticsQueryRequest $postBody, $optParams = []) argument 49 $params = ['siteUrl' => $siteUrl, 'postBody' => $postBody];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/ |
D | WmxSite.php | 29 public $siteUrl; variable in Google\\Service\\SearchConsole\\WmxSite 48 public function setSiteUrl($siteUrl) argument 50 $this->siteUrl = $siteUrl; 57 return $this->siteUrl;
|
D | InspectUrlIndexRequest.php | 33 public $siteUrl; variable in Google\\Service\\SearchConsole\\InspectUrlIndexRequest 66 public function setSiteUrl($siteUrl) argument 68 $this->siteUrl = $siteUrl; 75 return $this->siteUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/ |
D | WmxSite.php | 23 public $siteUrl; variable in Google\\Service\\Webmasters\\WmxSite 33 public function setSiteUrl($siteUrl) argument 35 $this->siteUrl = $siteUrl; 39 return $this->siteUrl;
|
/plugin/diagramsnet/lib/plugins/ |
D | cConf-comments.js | 107 function confCommentToDrawio(atlasComment, parentId, siteUrl) argument 114 user.displayName, siteUrl + user.profilePicture.path)); 128 var reply = confCommentToDrawio(replies[i], atlasComment.id, siteUrl); 194 ui.remoteInvoke('getComments', [null, false], null, function(comments, siteUrl) argument 238 conComments.push(confCommentToDrawio(origComments[i], null, siteUrl));
|
/plugin/authgoogle/google/contrib/ |
D | Google_GanService.php | 415 public $siteUrl; variable in Google_Advertiser 533 public function setSiteUrl( $siteUrl) { argument 534 $this->siteUrl = $siteUrl; 537 return $this->siteUrl;
|
/plugin/diagramsnet/lib/js/onedrive/ |
D | OneDriveOrig.js | 2 …siteUrl:e);var t=i.buildPickerUXConfig(i.invokerOptions);i.invokerOptions.navEntryLocation&&(t.ent…
|
D | OneDrive.js | 6 …siteUrl:e);var t=i.buildPickerUXConfig(i.invokerOptions);i.invokerOptions.navEntryLocation&&(t.ent…
|