Home
last modified time | relevance | path

Searched refs:timeout (Results 76 – 100 of 435) sorted by relevance

12345678910>>...18

/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php121 * @param int $timeout
124 public function accept(int $timeout = -1): ?Socket
126 $socket = @\stream_socket_accept($this->socket, $timeout);
86 accept($timeout = 1) global() argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DInsightOpsHandler.php43 float $timeout = 0.0, argument
61 $timeout,
H A DLogEntriesHandler.php40 float $timeout = 0.0, argument
55 $timeout,
H A DLogmaticHandler.php54 float $timeout = 0.0, argument
71 $timeout,
H A DFlowdockHandler.php47 float $timeout = 0.0, argument
61 $timeout,
H A DFleepHookHandler.php53 float $timeout = 0.0, argument
70 $timeout,
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php65 protected $timeout = 15; variable in Swift_Connection_SMTP
110 $this->timeout = (int) $time;
118 return $this->timeout;
246 stream_set_timeout($this->handle, $this->timeout);
301 if (!$this->handle = @fsockopen($server, $this->port, $errno, $errstr, $this->timeout))
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php113 if ($this->timeout) {
122 $n = @stream_select($r, $w, $e, $this->timeout);
128 …new PHPUnit_Framework_Exception(sprintf('Job execution aborted after %d seconds', $this->timeout));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLockDiscoveryTest.php15 $lock->timeout = 600;
53 $lock->timeout = 600;
/plugin/mikioplugin/
H A Dscript.js104 timeout = carousel.find('.mikiop-carousel-item.mikiop-active').attr('data-interval');
106 if (timeout == 0) {
107 timeout = 3;
111 var timeout = carouselNext(carousel);
113 if (timeout == 0) {
114 timeout = 3;
117 window.setTimeout(nextSlide, (timeout * 1000) + 500);
120 window.setTimeout(nextSlide, (timeout * 1000) + 500);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticNoPingConnectionPool.php73 $timeout = min(
78 if ($connection->getLastPing() + $timeout < time()) {
H A DStaticConnectionPool.php90 $timeout = min(
95 if ($connection->getLastPing() + $timeout < time()) {
/plugin/layeranimation/
H A Dscript.js49 var timeout = item.currentTime / (currentLeft * item.direction) * self.stepWidth;
70 window.setTimeout( function() { self.run(itemNr +1, layerNr); }, timeout);
78 item.currentTime -= timeout;
103 timeout = self.layer[layerNr].waitTime || self.waitTime;
115 self.layerPlayingTimeOut = window.setTimeout( self.run, timeout);
211 var timeout = self.layer[self.currentLayer].waitTime;
228 }, timeout);
314 innerLayer.waitTime = innerLayer.elem.attr('timing') * 1000 || self.timeout;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DGraphNamespace.asciidoc34 $params['timeout'] = (time) Explicit operation timeout
H A DNodesNamespace.asciidoc41 $params['timeout'] = (time) Explicit operation timeout
98 $params['timeout'] = (time) Explicit operation timeout
/plugin/linkback/
H A Dhttp.php112 $socket = @ fsockopen($server, $port, $errno, $errstr, $this->timeout);
135 if (time() - $start > $this->timeout) {
214 if (time() - $start > $this->timeout) {
244 if (time() - $start > $this->timeout) {
/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php57 function getOnlineNick($channel = NULL, $timeout = 20) argument
71 if (time()-$timeout < $res["timestamp"][$i])
/plugin/tindexmenu/
H A Dnojsindex-full.js70 timeout = window.setTimeout(function(){
78 window.clearTimeout(timeout);
H A Dnojsindex.js1timeout=window.setTimeout((function(){ul.innerHTML="<li><img src=\""+DOKU_BASE+"lib/images/throbbe…
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DView.svelte44 let timeout;
46 clearTimeout(timeout);
48 timeout = setTimeout(function () {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc6 exception: connection refusal, connection timeout, DNS lookup timeout, etc. 4xx
24 result in a connection timeout (for example), the client will throw an
/plugin/snap/
H A Dhelper.php69 var $timeout=false; variable in helper_plugin_snap
131 $this->timeout=false;
255 if (preg_match("/html2image error: time out/i",$this->snapLog)) $this->timeout=true;
258 if (preg_match("/html2image error: time out/i",$this->snapLog)) $this->timeout=true;
/plugin/tcycle/
H A Dscript.js2 ….children(),s=e.extend({speed:500,timeout:4e3},n.data()),r="scroll"!=s.fx,c=o.length,l=n.width(),a…
/plugin/authucenter/lib/uc_client/
H A Dclient.php75 function fsocketopen($hostname, $port = 80, &$errno, &$errstr, $timeout = 15) { argument
78 $fp = @fsockopen($hostname, $port, $errno, $errstr, $timeout);
80 $fp = @pfsockopen($hostname, $port, $errno, $errstr, $timeout);
82 $fp = @stream_socket_client($hostname.':'.$port, $errno, $errstr, $timeout);
216 …url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout = 15, $block = TR… argument
222 return uc_fopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block);
225 function uc_fopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout argument
261 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
267 'timeout' => $timeout,
279 stream_set_timeout($fp, $timeout);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js817 timeout = null;
829 if (timeout) {
830 clearTimeout(timeout);
831 timeout = null;
843 clearTimeout(timeout);
856 var timeout, result;
859 timeout = null;
864 if (timeout) clearTimeout(timeout);
866 var callNow = !timeout;
877 clearTimeout(timeout);
[all …]

12345678910>>...18