Home
last modified time | relevance | path

Searched +full:depth +(+path:plugin +path:sync) -(+path:plugin +path:sync +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/sync/
H A Dadmin.php290 echo '<label for="sync__depth">'.$this->getLang('depth').'</label> ';
291 echo '<select name="prf[depth]" id="sync__depth" class="edit">';
292 …echo '<option value="0" '.(($this->profiles[$no]['depth']==0)?'selected="selected"':'').'>'.$this-…
293 …echo '<option value="1" '.(($this->profiles[$no]['depth']==1)?'selected="selected"':'').'>'.$this-…
294 …echo '<option value="2" '.(($this->profiles[$no]['depth']==2)?'selected="selected"':'').'>'.$this-…
295 …echo '<option value="3" '.(($this->profiles[$no]['depth']==3)?'selected="selected"':'').'>'.$this-…
654 array('depth' => (int) $this->profiles[$no]['depth'],
658 array('depth' => (int) $this->profiles[$no]['depth'],
680 array('depth' => (int) $this->profiles[$no]['depth'],
684 array('depth' => (int) $this->profiles[$no]['depth'],
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DISyncCollection.php64 * The second argument is basically the 'depth' of the report. If it's 1,
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DISyncCollection.php64 * The second argument is basically the 'depth' of the report. If it's 1,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php80 * The second argument is basically the 'depth' of the report. If it's 1,