Home
last modified time | relevance | path

Searched refs:nextLink (Results 1 – 25 of 26) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DEntityUserLinks.php36 public $nextLink; variable in Google\\Service\\Analytics\\EntityUserLinks
95 public function setNextLink($nextLink) argument
97 $this->nextLink = $nextLink;
104 return $this->nextLink;
DUploads.php36 public $nextLink; variable in Google\\Service\\Analytics\\Uploads
95 public function setNextLink($nextLink) argument
97 $this->nextLink = $nextLink;
104 return $this->nextLink;
DEntityAdWordsLinks.php36 public $nextLink; variable in Google\\Service\\Analytics\\EntityAdWordsLinks
95 public function setNextLink($nextLink) argument
97 $this->nextLink = $nextLink;
104 return $this->nextLink;
DProfiles.php36 public $nextLink; variable in Google\\Service\\Analytics\\Profiles
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DRemarketingAudiences.php36 public $nextLink; variable in Google\\Service\\Analytics\\RemarketingAudiences
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DUnsampledReports.php36 public $nextLink; variable in Google\\Service\\Analytics\\UnsampledReports
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DCustomDimensions.php36 public $nextLink; variable in Google\\Service\\Analytics\\CustomDimensions
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DFilters.php36 public $nextLink; variable in Google\\Service\\Analytics\\Filters
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DProfileFilterLinks.php36 public $nextLink; variable in Google\\Service\\Analytics\\ProfileFilterLinks
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DWebproperties.php36 public $nextLink; variable in Google\\Service\\Analytics\\Webproperties
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DAccountSummaries.php36 public $nextLink; variable in Google\\Service\\Analytics\\AccountSummaries
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DAccounts.php36 public $nextLink; variable in Google\\Service\\Analytics\\Accounts
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DCustomMetrics.php36 public $nextLink; variable in Google\\Service\\Analytics\\CustomMetrics
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DSegments.php36 public $nextLink; variable in Google\\Service\\Analytics\\Segments
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DCustomDataSources.php36 public $nextLink; variable in Google\\Service\\Analytics\\CustomDataSources
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DExperiments.php36 public $nextLink; variable in Google\\Service\\Analytics\\Experiments
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DGoals.php36 public $nextLink; variable in Google\\Service\\Analytics\\Goals
99 public function setNextLink($nextLink) argument
101 $this->nextLink = $nextLink;
108 return $this->nextLink;
DMcfData.php44 public $nextLink; variable in Google\\Service\\Analytics\\McfData
149 public function setNextLink($nextLink) argument
151 $this->nextLink = $nextLink;
158 return $this->nextLink;
DGaData.php50 public $nextLink; variable in Google\\Service\\Analytics\\GaData
185 public function setNextLink($nextLink) argument
187 $this->nextLink = $nextLink;
194 return $this->nextLink;
/plugin/authgoogle/google/contrib/
DGoogle_AnalyticsService.php678 public $nextLink; variable in Google_Accounts
702 public function setNextLink( $nextLink) { argument
703 $this->nextLink = $nextLink;
706 return $this->nextLink;
873 public $nextLink; variable in Google_CustomDataSources
897 public function setNextLink( $nextLink) { argument
898 $this->nextLink = $nextLink;
901 return $this->nextLink;
1106 public $nextLink; variable in Google_DailyUploads
1130 public function setNextLink( $nextLink) { argument
[all …]
DGoogle_DriveService.php1808 public $nextLink; variable in Google_ChangeList
1836 public function setNextLink( $nextLink) { argument
1837 $this->nextLink = $nextLink;
1840 return $this->nextLink;
1928 public $nextLink; variable in Google_ChildList
1950 public function setNextLink( $nextLink) { argument
1951 $this->nextLink = $nextLink;
1954 return $this->nextLink;
2138 public $nextLink; variable in Google_CommentList
2154 public function setNextLink( $nextLink) { argument
[all …]
DGoogle_PlusDomainsService.php773 public $nextLink; variable in Google_ActivityFeed
803 public function setNextLink( $nextLink) { argument
804 $this->nextLink = $nextLink;
807 return $this->nextLink;
1428 public $nextLink; variable in Google_CircleFeed
1452 public function setNextLink( $nextLink) { argument
1453 $this->nextLink = $nextLink;
1456 return $this->nextLink;
1633 public $nextLink; variable in Google_CommentFeed
1662 public function setNextLink( $nextLink) { argument
[all …]
DGoogle_PlusService.php599 public $nextLink; variable in Google_ActivityFeed
629 public function setNextLink( $nextLink) { argument
630 $this->nextLink = $nextLink;
633 return $this->nextLink;
1199 public $nextLink; variable in Google_CommentFeed
1228 public function setNextLink( $nextLink) { argument
1229 $this->nextLink = $nextLink;
1232 return $this->nextLink;
1784 public $nextLink; variable in Google_MomentsFeed
1808 public function setNextLink( $nextLink) { argument
[all …]
/plugin/lightboxv2/
Dscreen.css1nextLink{width:49%;height:100%;background:transparent url(images/blank.gif) no-repeat;display:bloc…
/plugin/ghissues/helper/
DapiCacheInterface.php135 $nextLink = $apiHead['link'];
137 if(preg_match('/<(.*?)>; rel="next"/', $nextLink, $matches)) {
257 $nextLink = $apiHead['link'];
259 if(preg_match('/<(.*?)>; rel="next"/', $nextLink, $matches)) {

12