Home
last modified time | relevance | path

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

/plugin/sync/
H A Dadmin.php26 if ( isset($this->profiles[$this->profno]['timeout']) ){
27 $timeout = (int) $this->profiles[$this->profno]['timeout'];
29 $timeout = $this->defaultTimeout;
33 … $this->client = new IXR_Client($this->profiles[$this->profno]['server'], false, 80, $timeout);
37 $this->client->timeout = $timeout;
94 … if ( !isset($_REQUEST['prf']['timeout']) || !is_numeric($_REQUEST['prf']['timeout']) ){
95 $_REQUEST['prf']['timeout'] = $this->defaultTimeout;
305 echo '<label for="sync__timeout">'.$this->getLang('timeout').'</label>';
306 …o '<input type="number" name="prf[timeout]" id="sync__timeout" class="edit" value="'.hsc($this->pr…