Home
last modified time | relevance | path

Searched refs:remoteEtags (Results 1 – 1 of 1) sorted by path

/plugin/webdavclient/
H A Dhelper.php913 $remoteEtags = $this->getRemoteETagsForConnection($conn);
914 dbglog($remoteEtags);
915 if($remoteEtags === false)
948 $worklist = $this->compareETags($remoteEtags, $localEtags);
1080 * @param array $remoteEtags Array with the remot ETags
1085 private function compareETags($remoteEtags, $localEtags) argument
1096 foreach($remoteEtags as $href => $etag)