Home
last modified time | relevance | path

Searched refs:timeout (Results 151 – 175 of 435) sorted by relevance

12345678910>>...18

/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js385 var timeout;
389 timeout = null;
392 var callNow = immediate && !timeout;
393 clearTimeout(timeout);
394 timeout = setTimeout(later, wait);
/plugin/diagramsnet/lib/math/extensions/
H A DMathEvents.js19timeout=setTimeout(a.menu,a.delay,r,this);r.preventDefault()}},end:function(r){var q=new Date().ge…
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php172 * @param integer $timeout set connection timeout in seconds
407 * @param integer $timeout set connection timeout in seconds
413 function send($data, $timeout=0, $response_timeout=30, $cookies=NULL) { argument
423 if (!$this->connect($timeout, $response_timeout)){
447 * @param integer $timeout set connection timeout in seconds
454 function sendHTTPS($data, $timeout=0, $response_timeout=30, $cookies) { argument
455 return $this->send($data, $timeout, $response_timeout, $cookies);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc111 $params['timeout'] = (time) Controls the time to wait for the transform to start
127 $params['timeout'] = (time) Controls the time to wait until the transform has stopped. Default to 30 seconds
H A DDataFrameTransformDeprecatedNamespace.asciidoc116 $params['timeout'] = (time) Controls the time to wait for the transform to start
132 $params['timeout'] = (time) Controls the time to wait until the transform has stopped. Default to 30 seconds
/plugin/batchedit/
H A Dinterface.js2 function debounce(callback, timeout) { argument
17 }, timeout);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js478 function throttle (callback, timeout) { argument
487 }, timeout);
492 function delay (callback, timeout){ argument
502 }, timeout);
/plugin/statistics/inc/
H A DBrowscap.php90 * $timeout: The timeout for the requests.
103 public $timeout = 5; variable in Browscap
964 $remote_handler = fsockopen($remote_url['host'], 80, $c, $e, $this->timeout);
967 stream_set_timeout($remote_handler, $this->timeout);
1004 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $this->timeout);
/plugin/webdav/
H A Dadmin.php150 echo "<td>{$lock->timeout} seconds</td>";
/plugin/tgnotify/
H A Daction.php124 'timeout' => 10,
/plugin/dokukiwix/
H A DINSTALL22 …es that link to several big external pictures, you may need to raise the timeout limit or the maxi…
/plugin/markdownextra/lib/meltdown/
H A DREADME.md11 ###Advanced, changing the preview slider timeout and adding an example widget, still awesome
/plugin/linkback/action/
H A Dakismet.php126 $http->timeout = 5;
/plugin/imageshack/
H A Daction.php46 $http->timeout = 60;
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php46 var $timeout = 20; // timeout in seconds. variable in Auth_Yadis_HTTPFetcher
/plugin/webdav/core/Plugin/
H A DFakeLocker.php139 $lockInfo->timeout = 1800;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DOnDemandScanning.php128 'timeout' => [
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php111 curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout);
/plugin/elasticsearch/helper/
H A Ddocparser.php124 $http->timeout = 90;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php111 curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout);
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php52 public $timeout = 20; // timeout in seconds. variable in Auth_Yadis_HTTPFetcher
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1 …void 0!==a.animateAgain&&a.animateAgain();g.reload&&(g.timeout&&clearTimeout(g.timeout),g.timeout=…
H A Ddataloader.js353 if ( options.timeout )
354 clearTimeout( options.timeout );
356 options.timeout = setTimeout( loadFile, 1000 * options.reload, url, holder, options );
/plugin/searchcombinedgoogle/
H A Daction.php79 $http->timeout = 25; //max. 25 sec

12345678910>>...18