/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverTimeouts.php | 31 * @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 D | Duration.php | 29 public $seconds; variable in Google\\Service\\ToolResults\\Duration 48 public function setSeconds($seconds) argument 50 $this->seconds = $seconds; 57 return $this->seconds;
|
H A D | Timestamp.php | 29 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 D | Duration.php | 29 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 D | Timestamp.php | 29 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 D | AudioVideoOffset.php | 29 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | GoogleTypeTimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | TimeOfDay.php | 37 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 D | SocketHandler.php | 138 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 D | syntax.php | 33 … $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 D | DateTime.php | 45 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 D | GoogleTypeDateTime.php | 45 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 D | GoogleTypeDateTime.php | 45 public $seconds; variable in Google\\Service\\Playdeveloperreporting\\GoogleTypeDateTime 130 public function setSeconds($seconds) argument 132 $this->seconds = $seconds; 139 return $this->seconds;
|