Home
last modified time | relevance | path

Searched refs:etag (Results 301 – 325 of 387) sorted by relevance

1...<<111213141516

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DReport.php35 public $etag; variable in Google\\Service\\Dfareporting\\Report
144 public function setEtag($etag) argument
146 $this->etag = $etag;
153 return $this->etag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideo.php29 public $etag; variable in Google\\Service\\YouTube\\Video
96 public function setEtag($etag) argument
98 $this->etag = $etag;
105 return $this->etag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2Job.php56 public $etag; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Job
237 public function setEtag($etag) argument
239 $this->etag = $etag;
246 return $this->etag;
H A DGoogleCloudRunOpV2Revision.php54 public $etag; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Revision
233 public function setEtag($etag) argument
235 $this->etag = $etag;
242 return $this->etag;
H A DGoogleCloudRunV2Revision.php54 public $etag; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Revision
233 public function setEtag($etag) argument
235 $this->etag = $etag;
242 return $this->etag;
H A DGoogleCloudRunOpV2Service.php58 public $etag; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service
253 public function setEtag($etag) argument
255 $this->etag = $etag;
262 return $this->etag;
H A DGoogleCloudRunV2Service.php58 public $etag; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Service
253 public function setEtag($etag) argument
255 $this->etag = $etag;
262 return $this->etag;
H A DGoogleCloudRunV2Task.php50 public $etag; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Task
231 public function setEtag($etag) argument
233 $this->etag = $etag;
240 return $this->etag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1Version.php48 public $etag; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Version
215 public function setEtag($etag) argument
217 $this->etag = $etag;
224 return $this->etag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DBackup.php65 public $etag; variable in Google\\Service\\BackupforGKE\\Backup
280 public function setEtag($etag) argument
282 $this->etag = $etag;
289 return $this->etag;
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusService.php380 public $etag; variable in Google_Activity
432 $this->etag = $etag;
593 public $etag; variable in Google_ActivityFeed
605 $this->etag = $etag;
1064 public $etag; variable in Google_Comment
1087 $this->etag = $etag;
1193 public $etag; variable in Google_CommentFeed
1204 $this->etag = $etag;
1790 $this->etag = $etag;
1851 $this->etag = $etag;
[all …]
H A DGoogle_LicensingService.php255 public $etag; variable in Google_LicenseAssignmentList
261 public function setEtag( $etag) { argument
262 $this->etag = $etag;
265 return $this->etag;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1074 * @param string $etag
1077 function createFile($uri, $data, &$etag = null) { argument
1096 $etag = $parent->createFile($name, $data);
1098 if ($modified) $etag = null;
1115 * @param string $etag
1130 $etag = $node->put($data);
1131 if ($modified) $etag = null;
1299 $etag = null;
1325 if ($etag === $ifMatchItem) {
1337 if ($etag) $response->setHeader('ETag', $etag);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1009 * @param string $etag
1012 function createFile($uri, $data, &$etag = null) { argument
1031 $etag = $parent->createFile($name, $data);
1033 if ($modified) $etag = null;
1050 * @param string $etag
1065 $etag = $node->put($data);
1066 if ($modified) $etag = null;
1223 $etag = null;
1249 if ($etag === $ifMatchItem) {
1261 if ($etag) $response->setHeader('ETag', $etag);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DStorageObject.php66 public $etag; variable in Google\\Service\\Storage\\StorageObject
303 public function setEtag($etag) argument
305 $this->etag = $etag;
312 return $this->etag;
H A DBucket.php42 public $etag; variable in Google\\Service\\Storage\\Bucket
215 public function setEtag($etag) argument
217 $this->etag = $etag;
224 return $this->etag;
/plugin/ghissues/helper/
H A DapiCacheInterface.php269 public $etag = ''; variable in cache_ghissues_api
274 $this->etag = substr($this->cache, 0, -9).'.etag';
278 return io_readFile($this->etag, $clean);
284 return io_saveFile($this->etag, $etagValue);
291 if (!($this->_etag_time = @filemtime($this->etag))) return false; // Check if cache is there
/plugin/davcal/
H A DcalendarBackendDokuwiki.php359 $etag = $this->hlp->addCalendarEntryToCalendarByICS($calendarId, $objectUri, $calendarData);
360 dbglog($etag);
362 return '"' . $etag . '"';
387 … $etag = $this->hlp->editCalendarEntryToCalendarByICS($calendarId, $objectUri, $calendarData);
388 dbglog($etag);
389 return '"' . $etag. '"';
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php96 …$etag = $this->carddavBackend->updateCard($this->addressBookInfo['id'], $this->cardData['uri'], $c…
98 $this->cardData['etag'] = $etag;
100 return $etag;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php106 …$etag = $this->caldavBackend->updateCalendarObject($this->calendarInfo['id'], $this->objectData['u…
108 $this->objectData['etag'] = $etag;
110 return $etag;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php94 …$etag = $this->carddavBackend->updateCard($this->addressBookInfo['id'], $this->cardData['uri'], $c…
96 $this->cardData['etag'] = $etag;
98 return $etag;
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveFile.js269 OneDriveFile.prototype.setDescriptorEtag = function(desc, etag) argument
271 desc.eTag = etag;
387 var etag = (!overwrite && this.constructor == OneDriveFile &&
464 }), etag);
523 var etag = this.getCurrentEtag();
533 this.sync.descriptorChanged(etag);
545 this.sync.descriptorChanged(etag);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php329 $etag = md5($cardData);
337 $etag,
342 return '"' . $etag . '"';
375 $etag = md5($cardData);
380 $etag,
387 return '"' . $etag . '"';
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php324 $etag = md5($cardData);
332 $etag,
337 return '"' . $etag . '"';
370 $etag = md5($cardData);
375 $etag,
382 return '"' . $etag . '"';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DMobileDevice.php76 public $etag; variable in Google\\Service\\Directory\\MobileDevice
367 public function setEtag($etag) argument
369 $this->etag = $etag;
376 return $this->etag;

1...<<111213141516