Home
last modified time | relevance | path

Searched refs:localEtags (Results 1 – 1 of 1) sorted by last modified time

/plugin/webdavclient/
H A Dhelper.php940 $localEtags = $this->getLocalETagsForConnection($conn);
941 dbglog($localEtags);
942 if($localEtags === false)
948 $worklist = $this->compareETags($remoteEtags, $localEtags);
1081 * @param array $localEtags Array with the local ETags
1085 private function compareETags($remoteEtags, $localEtags) argument
1093 foreach($localEtags as $localEtag)