Home
last modified time | relevance | path

Searched refs:strictMode (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DRoutine.php70 public $strictMode; variable in Google\\Service\\Bigquery\\Routine
257 public function setStrictMode($strictMode) argument
259 $this->strictMode = $strictMode;
266 return $this->strictMode;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php16 private $strictMode; variable in GuzzleHttp\\Cookie\\CookieJar
19 * @param bool $strictMode Set to true to throw exceptions when invalid
25 public function __construct($strictMode = false, $cookieArray = []) argument
27 $this->strictMode = $strictMode;
171 if ($this->strictMode) {