Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 25 of 107) sorted by relevance

12345

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverTimeouts.php31 * @param int $seconds Wait time in second.
34 public function implicitlyWait($seconds) argument
39 ['implicit' => $seconds * 1000]
47 ['ms' => $seconds * 1000]
56 * @param int $seconds Wait time in second.
59 public function setScriptTimeout($seconds) argument
64 ['script' => $seconds * 1000]
72 ['ms' => $seconds * 1000]
81 * @param int $seconds Wait time in second.
84 public function pageLoadTimeout($seconds) argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DDuration.php29 public $seconds; variable in Google\\Service\\ToolResults\\Duration
48 public function setSeconds($seconds) argument
50 $this->seconds = $seconds;
57 return $this->seconds;
H A DTimestamp.php29 public $seconds; variable in Google\\Service\\ToolResults\\Timestamp
48 public function setSeconds($seconds) argument
50 $this->seconds = $seconds;
57 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDuration.php29 public $seconds; variable in Google\\Service\\Compute\\Duration
48 public function setSeconds($seconds) argument
50 $this->seconds = $seconds;
57 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DTimestamp.php29 public $seconds; variable in Google\\Service\\AndroidPublisher\\Timestamp
48 public function setSeconds($seconds) argument
50 $this->seconds = $seconds;
57 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DAudioVideoOffset.php29 public $seconds; variable in Google\\Service\\DisplayVideo\\AudioVideoOffset
48 public function setSeconds($seconds) argument
50 $this->seconds = $seconds;
57 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\OSConfig\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\AuthorizedBuyersMarketplace\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\Sheets\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\Classroom\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\CloudRedis\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGoogleTypeTimeOfDay.php37 public $seconds; variable in Google\\Service\\DLP\\GoogleTypeTimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\CloudMemorystoreforMemcached\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\MyBusinessBusinessInformation\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\MyBusinessLodging\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\Storagetransfer\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\AdExchangeBuyerII\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\CloudTalentSolution\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\CloudFilestore\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php138 public function setConnectionTimeout(float $seconds): self argument
140 $this->validateTimeout($seconds);
141 $this->connectionTimeout = $seconds;
151 public function setTimeout(float $seconds): self argument
153 $this->validateTimeout($seconds);
154 $this->timeout = $seconds;
162 * @param float $seconds 0 for no timeout
164 public function setWritingTimeout(float $seconds): self argument
166 $this->validateTimeout($seconds);
167 $this->writingTimeout = $seconds;
[all …]
/plugin/goto/
H A Dsyntax.php33 … $seconds = $this->getConf('seconds'); //Default number of seconds to wait before redirect.
43 $seconds = 3;
50 $seconds = $matches[1];
54 $seconds = $matches[2];
58 …if ($seconds < $minSeconds){ $seconds = $minSeconds; }//Check that seconds is greater than $minSec…
61 return array($matches[0], $seconds, $message,$is_usr,$is_extern);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDateTime.php45 public $seconds; variable in Google\\Service\\ShoppingContent\\DateTime
130 public function setSeconds($seconds) argument
132 $this->seconds = $seconds;
139 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypeDateTime.php45 public $seconds; variable in Google\\Service\\Document\\GoogleTypeDateTime
130 public function setSeconds($seconds) argument
132 $this->seconds = $seconds;
139 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGoogleTypeDateTime.php45 public $seconds; variable in Google\\Service\\Playdeveloperreporting\\GoogleTypeDateTime
130 public function setSeconds($seconds) argument
132 $this->seconds = $seconds;
139 return $this->seconds;

12345