Home
last modified time | relevance | path

Searched refs:entries (Results 51 – 75 of 278) sorted by last modified time

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompensationInfo.php61 public function setEntries($entries) argument
63 $this->entries = $entries;
70 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountsCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DAccountstatusesCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DAccounttaxCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DLiasettingsCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DPosCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DProductsCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DProductstatusesCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DProductstatusesCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DRegionalinventoryCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DShippingsettingsCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DLocalinventoryCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DShippingsettingsCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DDatafeedsCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DDatafeedstatusesCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DDatafeedstatusesCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DTailLogEntriesResponse.php31 public function setEntries($entries) argument
33 $this->entries = $entries;
40 return $this->entries;
H A DWriteLogEntriesRequest.php61 public function setEntries($entries) argument
63 $this->entries = $entries;
70 return $this->entries;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md413 …* Added $expandNewlines flag to the ErrorLogHandler to create multiple log entries when a message …
527 the oldest entries
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataCatalog.php43 public $entries; variable in Google\\Service\\DataCatalog
87 'entries',
91 'path' => 'v1/entries:lookup',
228 'entries',
232 'path' => 'v1/{+parent}/entries',
276 'path' => 'v1/{+parent}/entries',
H A DLogging.php65 public $entries; variable in Google\\Service\\Logging
685 'entries',
689 'path' => 'v2/entries:copy',
693 'path' => 'v2/entries:list',
697 'path' => 'v2/entries:tail',
701 'path' => 'v2/entries:write',
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1780 $entries = $this->readlist($path, true);
1782 if ($entries === false) {
1788 if (empty($entries)) {
1792 unset($entries['.'], $entries['..']);
1793 foreach ($entries as $filename => $props) {
2590 $entries = $this->readlist($path, true);
2594 if (empty($entries)) {
2598 unset($entries['.'], $entries['..']);
2599 foreach ($entries as $filename => $props) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DRow.php47 public function setEntries($entries) argument
49 $this->entries = $entries;
56 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ThreatEntryMetadata.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php88 private $entries; variable in phpseclib3\\Net\\SFTP\\Stream
560 $this->entries = $this->sftp->nlist($path);
561 return $this->entries !== false;
572 if (isset($this->entries[$this->pos])) {
573 return $this->entries[$this->pos++];

12345678910>>...12