Home
last modified time | relevance | path

Searched refs:hasMoreResults (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSourceResultCount.php25 public $hasMoreResults; variable in Google\\Service\\CloudSearch\\SourceResultCount
40 public function setHasMoreResults($hasMoreResults) argument
42 $this->hasMoreResults = $hasMoreResults;
49 return $this->hasMoreResults;
H A DSearchResponse.php32 public $hasMoreResults; variable in Google\\Service\\CloudSearch\\SearchResponse
97 public function setHasMoreResults($hasMoreResults) argument
99 $this->hasMoreResults = $hasMoreResults;
106 return $this->hasMoreResults;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php77 public function hasMoreResults(): bool
74 public function hasMoreResults(): bool global() function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php139 return $this->lastResponse->hasMoreResults();