Home
last modified time | relevance | path

Searched refs:etags (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DFeature.php25 public $etags; variable in Google\\Service\\Directory\\Feature
38 public function setEtags($etags) argument
40 $this->etags = $etags;
47 return $this->etags;
H A DBuilding.php42 public $etags; variable in Google\\Service\\Directory\\Building
125 public function setEtags($etags) argument
127 $this->etags = $etags;
134 return $this->etags;
H A DCalendarResource.php33 public $etags; variable in Google\\Service\\Directory\\CalendarResource
114 public function setEtags($etags) argument
116 $this->etags = $etags;
123 return $this->etags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Licensing/
H A DLicenseAssignment.php25 public $etags; variable in Google\\Service\\Licensing\\LicenseAssignment
58 public function setEtags($etags) argument
60 $this->etags = $etags;
67 return $this->etags;
/plugin/authgoogle/google/contrib/
H A DGoogle_LicensingService.php200 public $etags; variable in Google_LicenseAssignment
206 public function setEtags( $etags) { argument
207 $this->etags = $etags;
210 return $this->etags;
/plugin/webdavclient/
H A Dhelper.php1050 * @param array $etags An array of etags to retrieve
1054 private function getRemoteObjectsByEtag($conn, $etags) argument
1061 array_values($etags));
1069 array_values($etags));
1202 $etags = $this->parseResponse();
1203 return $etags;
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1817 * Fixed: Issue 57: Supporting quotes around etags in If-Match and If-None-Match