Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 25 of 44) sorted by relevance

12

/template/able/
Dsmall-menu.js6 timeout = false;
26 if ( false !== timeout )
27 clearTimeout( timeout );
29 timeout = setTimeout( function() {
/template/arcade-basic/
Dsmall-menu.js6 timeout = false;
26 if ( false !== timeout )
27 clearTimeout( timeout );
29 timeout = setTimeout( function() {
/template/strap/vendor/symfony/process/
H A DPhpProcess.php32 * @param int $timeout The timeout in seconds
35 …_construct(string $script, ?string $cwd = null, ?array $env = null, int $timeout = 60, ?array $php… argument
50 parent::__construct($php, $cwd, $env, $script, $timeout);
56 …line(string $command, ?string $cwd = null, ?array $env = null, $input = null, ?float $timeout = 60) argument
H A DProcess.php62 private $timeout; variable in Symfony\\Component\\Process\\Process
140 * @param int|float|null $timeout The timeout in seconds or null to disable
144 …truct(array $command, ?string $cwd = null, ?array $env = null, $input = null, ?float $timeout = 60) argument
165 $this->setTimeout($timeout);
187 * @param int|float|null $timeout The timeout in seconds or null to disable
193 …line(string $command, ?string $cwd = null, ?array $env = null, $input = null, ?float $timeout = 60) argument
195 $process = new static([], $cwd, $env, $input, $timeout);
913 * @param int|float $timeout The timeout in seconds
918 public function stop(float $timeout = 10, ?int $signal = null) argument
920 $timeoutMicro = microtime(true) + $timeout;
[all …]
H A DCHANGELOG.md92 * added the ability to define an idle timeout
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWait.php22 protected $timeout; variable in Facebook\\WebDriver\\WebDriverWait
31 $this->timeout = isset($timeout_in_second) ? $timeout_in_second : 30;
48 $end = microtime(true) + $this->timeout;
/template/templar/js/
Dbootstrap-tooltip.js95 clearTimeout(this.timeout)
97 this.timeout = setTimeout(function() {
105 if (this.timeout) clearTimeout(this.timeout)
109 this.timeout = setTimeout(function() {
234 var timeout = setTimeout(function () {
239 clearTimeout(timeout)
Dbootstrap-modal.js130 , timeout = setTimeout(function () {
136 clearTimeout(timeout)
/template/starterpjax/
Djquery.pjax.js190 settings.timeout = 0
199 if (settings.timeout > 0) {
203 }, settings.timeout)
206 settings.timeout = 0
259 timeout: options.timeout property
307 timeout: options.timeout property
418 timeout: state.timeout, property
773 timeout: 1050, property
/template/parallax/lib/bootstrap/js/
Dbootstrap.js890 , timeout = setTimeout(function () {
896 clearTimeout(timeout)
1068 clearTimeout(this.timeout)
1070 this.timeout = setTimeout(function () {
1076 if (this.timeout) clearTimeout(this.timeout)
1080 this.timeout = setTimeout(function () {
1149 var timeout = setTimeout(function () {
1154 clearTimeout(timeout)
Dbootstrap.min.js586 clearTimeout(this.timeout);
588 this.timeout = setTimeout(function () {
595 if (this.timeout) {
596 clearTimeout(this.timeout)
602 this.timeout = setTimeout(function () {
/template/breeze/bower_components/gumby/js/libs/
Dmodernizr-2.6.2.min.js4timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=… method
/template/dokubootstrapsimplified/js/
Dbootstrap.min.js9timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,plac…
/template/dokutwitterbootstrap/js/
Dbootstrap.min.js9timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,plac…
/template/launch/js/
Dbootstrap.min.js6timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",a,b)};c…
/template/flat/assets/js/
Dflat.min2.js1timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.2",c.TRANSITIO…
Dflat.js1223 this.timeout =
1320 clearTimeout(self.timeout)
1326 self.timeout = setTimeout(function () {
1340 clearTimeout(self.timeout)
1346 self.timeout = setTimeout(function () {
1638 clearTimeout(this.timeout)
Dflat.min.js1timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.2",c.TRANSITIO…
/template/klean/bootstrap/js/
Dbootstrap.min.js6timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",a,b)};c…
Dbootstrap.js1277 this.timeout = null
1384 clearTimeout(self.timeout)
1390 self.timeout = setTimeout(function () {
1418 clearTimeout(self.timeout)
1424 self.timeout = setTimeout(function () {
1733 clearTimeout(this.timeout)
/template/starterbootstrap/js/
Dbootstrap.min.js6timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.0",c.TRANSITIO…
Dbootstrap.js1206 this.timeout =
1303 clearTimeout(self.timeout)
1309 self.timeout = setTimeout(function () {
1323 clearTimeout(self.timeout)
1329 self.timeout = setTimeout(function () {
1621 clearTimeout(this.timeout)
/template/flat/
Dflat.min.js1timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.2",c.TRANSITIO…
/template/kajukkk/bs/
Dbootstrap.min.js11timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",t,e)};i…
Dbootstrap.js1007 this.timeout = null
1114 clearTimeout(self.timeout)
1120 self.timeout = setTimeout(function () {
1148 clearTimeout(self.timeout)
1154 self.timeout = setTimeout(function () {
1463 clearTimeout(this.timeout)

12