Lines Matching refs:no

220         $no = $this->profno;
227 echo '<input type="hidden" name="no" value="'.hsc($no).'" />';
231 if($this->profiles[$no]['ltime']){
232 …p>'.$this->getLang('lastsync').' '.strftime($conf['dformat'],$this->profiles[$no]['ltime']).'</p>';
247 function _profilelist($no=''){ argument
255 … echo '<option value="'.hsc($pno).'" '.(($no!=='' && $pno == $no)?'selected="selected"':'').'>';
271 function _profileform($no=''){ argument
274 if($no !== ''){
281 echo '<input type="hidden" name="no" value="'.hsc($no).'" />';
284 …e="prf[server]" id="sync__server" class="edit" value="'.hsc($this->profiles[$no]['server']).'" />';
288 …e="text" name="prf[ns]" id="sync__ns" class="edit" value="'.hsc($this->profiles[$no]['ns']).'" />';
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-…
300 …t" name="prf[user]" id="sync__user" class="edit" value="'.hsc($this->profiles[$no]['user']).'" />';
303 …d" name="prf[pass]" id="sync__pass" class="edit" value="'.hsc($this->profiles[$no]['pass']).'" />';
306 …prf[timeout]" id="sync__timeout" class="edit" value="'.hsc($this->profiles[$no]['timeout']).'" />';
311 …e="radio" name="prf[type]" id="sync__type0" value="0" '.(($this->profiles[$no]['type'] == 0)?'chec…
314 …e="radio" name="prf[type]" id="sync__type1" value="1" '.(($this->profiles[$no]['type'] == 1)?'chec…
317 …e="radio" name="prf[type]" id="sync__type2" value="2" '.(($this->profiles[$no]['type'] == 2)?'chec…
324 if($no !== '' && $this->profiles[$no]['ltime']){
390 $no = $this->profno;
496 $no = $this->profno;
498 $this->profiles[$no]['ltime'] = $ltime;
499 $this->profiles[$no]['rtime'] = $rtime;
500 $this->profiles[$no]['letime'] = $letime;
501 $this->profiles[$no]['retime'] = $retime;
509 $no = $this->profno;
515 echo '<input type="hidden" name="no" value="'.$no.'" />';
547 $no = $this->profno;
549 $ltime = (int) $this->profiles[$no]['ltime'];
550 $rtime = (int) $this->profiles[$no]['rtime'];
551 $letime = (int) $this->profiles[$no]['letime'];
552 $retime = (int) $this->profiles[$no]['retime'];
616 …echo '<a href="'.DOKU_BASE.'lib/plugins/sync/diff.php?id='.$id.'&amp;no='.$no.'" target="_blank" c…
647 $no = $this->profno;
649 $ns = $this->profiles[$no]['ns'];
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'],
710 $no = $this->profno;