Home
last modified time | relevance | path

Searched refs:worklist (Results 1 – 1 of 1) sorted by relevance

/plugin/webdavclient/
H A Dhelper.php948 $worklist = $this->compareETags($remoteEtags, $localEtags);
949 dbglog($worklist);
954 if(!empty($worklist['fetch']))
956 $objects = $this->getRemoteObjectsByEtag($conn, $worklist['fetch']);
968 if(!empty($worklist['del']))
970 $this->deleteEntriesByETag($conn, $worklist['del']);
1014 * @param array $worklist An array of etags
1018 private function deleteEntriesByETag($conn, $worklist) argument
1038 foreach($worklist as $etag => $href)