Home
last modified time | relevance | path

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

/plugin/sync/
Dadmin.php354 lock($id); // lock local
404 //delete local
518 <th class="sync__local">'.$this->getLang('local').'</th>
559 $item['local']['mtime'] <= $letime){
563 $item['local']['mtime'] > $ltime){
567 if(!$item['local']['mtime'] && $item['remote']['mtime']){
570 if($item['local']['mtime'] && !$item['remote']['mtime']){
579 if(!isset($item['local'])){
582 echo '<div>'.strftime($conf['dformat'],$item['local']['mtime']).'</div>';
583 echo ' <div>('.$item['local']['size'].' bytes)</div>';
[all …]