Searched refs:isTimeout (Results 1 – 3 of 3) sorted by relevance
563 if ($response === true && $this->isTimeout()) {603 } elseif ($response === true && $this->isTimeout()) {
3259 public function isTimeout() function in phpseclib3\\Net\\SSH2
5163 var onreadystatechange = xhr.onreadystatechange = function( isTimeout ) {5165 if ( !xhr || xhr.readyState === 0 || isTimeout === "abort" ) {5178 } else if ( !requestDone && xhr && (xhr.readyState === 4 || isTimeout === "timeout") ) {5182 status = isTimeout === "timeout" ?5216 if ( isTimeout === "timeout" ) {