Home
last modified time | relevance | path

Searched refs:etag (Results 351 – 375 of 387) sorted by relevance

1...<<111213141516

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php513 if (!$this->server->updateFile($path, $body, $etag)) {
518 if ($etag) $response->setHeader('ETag', $etag);
523 $etag = null;
525 if (!$this->server->createFile($path, $body, $etag)) {
531 if ($etag) $response->setHeader('ETag', $etag);
/plugin/combo/action/
H A Dstaticresource.php243 $etag = self::getEtagValue($mediaToSend, $_REQUEST);
244 header("ETag: $etag");
251 ->setBodyAsJsonMessage("We were unable to get the etag because the media was not found. Error: {$e->getMessage()}")
263 if ($ifNoneMatch && $ifNoneMatch === $etag) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php105 protected $etag; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite
298 return $this->etag;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php104 protected $etag; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite
303 return $this->etag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudRun.php100 'etag' => [
230 'etag' => [
402 'etag' => [
518 'etag' => [
H A DBackupforGKE.php148 'etag' => [
270 'etag' => [
528 'etag' => [
654 'etag' => [
H A DAssuredworkloads.php131 'etag' => [
H A DApiKeysService.php132 'etag' => [
H A DCloudDeploy.php157 'etag' => [
523 'etag' => [
H A DSecretManager.php143 'etag' => [
H A DCloudResourceManager.php551 'etag' => [
663 'etag' => [
H A DIam.php199 'etag' => [
547 'etag' => [
H A DEventarc.php339 'etag' => [
H A DCloudDataplex.php1067 'etag' => [
1159 'etag' => [
/plugin/davcard/db/
H A Dupdate0001.sql7 etag text, field
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DObjectWithXmlNamespaces.yml17 etag:
H A DBlogPost.yml27 etag:
/plugin/externalembed/helper/
H A DcacheInterface.php203 $this->e_tag = substr($this->cache, 0, -15) . '.etag';
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1583 var etag = this.getCurrentEtag();
1593 this.sync.descriptorChanged(etag);
1730 return desc.etag;
1736 EmbedFile.prototype.setDescriptorEtag = function(desc, etag) argument
1738 desc.etag = etag;
1815 var etag = curFile.getCurrentEtag();
1824 curFile.sync.descriptorChanged(etag);
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php530 public $etag; variable in Google_DatabaseInstance
552 public function setEtag( $etag) { argument
553 $this->etag = $etag;
556 return $this->etag;
H A DGoogle_MirrorService.php964 public $etag; variable in Google_TimelineItem
1030 public function setEtag( $etag) { argument
1031 $this->etag = $etag;
1034 return $this->etag;
H A DGoogle_ShoppingService.php234 public $etag; variable in Google_Products
290 public function setEtag( $etag) { argument
291 $this->etag = $etag;
294 return $this->etag;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php80 $p = new PropertyMetadata($m->name, 'etag');
81 $p->serializedName = 'etag';
402 self::assertEquals($p, $m->propertyMetadata['etag']);
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js464 DrawioFile.prototype.checksumError = function(error, patches, details, etag, functionName) argument
507 if (etag == null)
515 if (file != null && file.getCurrentEtag() == etag)
1297 DrawioFile.prototype.setCurrentEtag = function(etag) argument
1299 this.setDescriptorEtag(this.getDescriptor(), etag);
1342 DrawioFile.prototype.setDescriptorEtag = function(desc, etag) { }; argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php384 …Equals('e86ce85cdb1253e4fc6352f5cf297248bceec62b', $this->xpathFirstToString($xml, './@ns2:etag'));
392 … self::assertAttributeSame('e86ce85cdb1253e4fc6352f5cf297248bceec62b', 'etag', $deserialized);

1...<<111213141516