Home
last modified time | relevance | path

Searched refs:etag (Results 326 – 350 of 387) sorted by relevance

1...<<111213141516

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php104 …$etag = $this->caldavBackend->updateCalendarObject($this->calendarInfo['id'], $this->objectData['u…
106 $this->objectData['etag'] = $etag;
108 return $etag;
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js619 var etag = latestFile.getCurrentRevisionId();
623 if (current == etag)
771 var etag = this.file.getDescriptorRevisionId(desc);
864 var etag = this.file.getDescriptorRevisionId(desc);
867 if (current == etag)
1086 var etag = this.file.getDescriptorRevisionId(desc);
1101 'from', this.file.getCurrentRevisionId(), 'to', etag,
1113 var to = this.ui.hashValue(etag);
1177 var to = this.ui.hashValue(etag);
1306 var etag = this.file.getDescriptorRevisionId(lastDesc);
[all …]
H A DGitHubFile.js171 GitHubFile.prototype.setDescriptorEtag = function(desc, etag) argument
173 desc.sha = etag;
248 this.peer.saveFile(this, mxUtils.bind(this, function(etag) argument
253 this.setDescriptorEtag(this.meta, etag);
H A DGitLabFile.js83 GitLabFile.prototype.setDescriptorEtag = function(desc, etag) argument
85 desc.last_commit_id = etag;
H A DDriveFile.js420 var etag = this.getCurrentEtag();
430 this.sync.descriptorChanged(etag);
442 this.sync.descriptorChanged(etag);
669 return desc.etag;
675 DriveFile.prototype.setDescriptorEtag = function(desc, etag) argument
677 desc.etag = etag;
H A DDriveClient.js1357 var etag0 = file.desc.etag;
1479 if (etag0 == resp.etag)
1584 var etag = (!overwrite && file.constructor == DriveFile &&
1650 if (resp != null && resp.etag == etag)
1695 'local', etag, 'remote', resp.etag,
1732 if (realOverwrite || etag == null)
1771 if (urlParams['test'] == '1' && etag != desc2.etag)
1774 'from', etag, 'to', desc2.etag,
1779 etag = desc2.etag;
2013 if (etag != null)
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php842 public $etag; variable in Google_Bucket
888 $this->etag = $etag;
891 return $this->etag;
979 public $etag; variable in Google_BucketAccessControl
1015 $this->etag = $etag;
1018 return $this->etag;
1400 public $etag; variable in Google_ObjectAccessControl
1438 $this->etag = $etag;
1441 return $this->etag;
1546 public $etag; variable in Google_StorageObject
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithXmlRootNamespace.php31 private $etag; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithXmlRootNamespace
50 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
H A DObjectWithXmlNamespaces.php37 private $etag; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithXmlNamespaces
57 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
H A DBlogPost.php68 private $etag; variable in JMS\\Serializer\\Tests\\Fixtures\\BlogPost
119 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDevice.php64 public $etag; variable in Google\\Service\\Directory\\ChromeOsDevice
331 public function setEtag($etag) argument
333 $this->etag = $etag;
340 return $this->etag;
H A DUser.php66 public $etag; variable in Google\\Service\\Directory\\User
349 public function setEtag($etag) argument
351 $this->etag = $etag;
358 return $this->etag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDatabaseInstance.php58 public $etag; variable in Google\\Service\\SQLAdmin\\DatabaseInstance
277 public function setEtag($etag) argument
279 $this->etag = $etag;
286 return $this->etag;
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php164 $etag = $node->patch($body, $range[0], isset($range[1]) ? $range[1] : null);
169 if ($etag) $response->setHeader('ETag', $etag);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php164 $etag = $node->patch($body, $range[0], isset($range[1]) ? $range[1] : null);
169 if ($etag) $response->setHeader('ETag', $etag);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTable.php53 public $etag; variable in Google\\Service\\Bigquery\\Table
250 public function setEtag($etag) argument
252 $this->etag = $etag;
259 return $this->etag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php60 public $etag; variable in Google\\Service\\Calendar\\Event
313 public function setEtag($etag) argument
315 $this->etag = $etag;
322 return $this->etag;
/plugin/webdavclient/db/
H A Dupdate0001.sql24 etag text, field
48 etag text, field
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DPerson.php48 public $etag; variable in Google\\Service\\PeopleService\\Person
249 public function setEtag($etag) argument
251 $this->etag = $etag;
258 return $this->etag;
/plugin/davcal/db/
H A Dupdate0001.sql7 etag text, field
60 etag text, field
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php72 protected $etag; variable in Sabre\\CalDAV\\Xml\\Notification\\InviteReply
208 return $this->etag;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php73 protected $etag; variable in Sabre\\CalDAV\\Xml\\Notification\\InviteReply
209 return $this->etag;
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php75 $etag = $resp->getResponseHeader("etag");
76 if (self::isExpired($resp) && $etag == false) {
/plugin/webdavclient/
H A Dhelper.php109 $etag = '"'.$entry['etag'].'"';
110 …etupClient($conn, strlen($data), null, 'text/calendar; charset=utf-8', array('If-Match' => $etag));
138 $etag = '"'.$entry['etag'].'"';
315 $etag = '"'.$entry['etag'].'"';
316 …->setupClient($conn, strlen($data), null, 'text/vcard; charset=utf-8', array('If-Match' => $etag));
344 $etag = '"'.$entry['etag'].'"';
345 …->setupClient($conn, strlen($data), null, 'text/vcard; charset=utf-8', array('If-Match' => $etag));
1038 foreach($worklist as $etag => $href)
1041 $sqlite->query($query, $etag, $conn['id']);
1096 foreach($remoteEtags as $href => $etag)
[all …]
/plugin/webdav/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);

1...<<111213141516