Lines Matching refs:hsc

47                 msg($this->getLang('xmlerr').' '.hsc($this->client->getErrorMessage()),-1);
60 msg($this->getLang('xmlerr').' '.hsc($this->client->getErrorMessage()),-1);
227 echo '<input type="hidden" name="no" value="'.hsc($no).'" />';
230 echo '<p>'.$this->getLang('remotever').' '.hsc($version).'</p>';
238 …echo '<p class="error">'.$this->getLang('noconnect').'<br />'.hsc($this->client->getErrorMessage()…
255 … echo '<option value="'.hsc($pno).'" '.(($no!=='' && $pno == $no)?'selected="selected"':'').'>';
257 if($opts['user']) echo hsc($opts['user']).'@';
258 echo hsc($srv['host']);
259 if($opts['ns']) echo ':'.hsc($opts['ns']);
281 echo '<input type="hidden" name="no" value="'.hsc($no).'" />';
284 …echo '<input type="text" name="prf[server]" id="sync__server" class="edit" value="'.hsc($this->pro…
288 …echo '<input type="text" name="prf[ns]" id="sync__ns" class="edit" value="'.hsc($this->profiles[$n…
300 …echo '<input type="text" name="prf[user]" id="sync__user" class="edit" value="'.hsc($this->profile…
303 …echo '<input type="password" name="prf[pass]" id="sync__pass" class="edit" value="'.hsc($this->pro…
306 …echo '<input type="number" name="prf[timeout]" id="sync__timeout" class="edit" value="'.hsc($this-…
351 $this->_listOut($this->getLang('lockfail').' '.hsc($id),'error');
367 $this->_listOut($this->getLang('lockfail').' '.hsc($id),'error');
378 echo '<li class="'.hsc($class).'"><div class="li">';
379 echo hsc($msg);
577 echo '<td class="sync__file">'.hsc($id).'</td>';
589 …echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="2" class="syncpush" title="'.…
591 …echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="1" class="syncpush" title="'.…
595 …echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="0" class="syncskip" title="'.…
599 …echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="-2" class="syncpull" title="'…
601 …echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="-1" class="syncpull" title="'…
714 echo $this->getLang('pullfail').' '.hsc($id).' ';
715 echo hsc($this->client->getErrorMessage());