Searched refs:strictMode (Results 1 – 2 of 2) sorted by relevance
70 public $strictMode; variable in Google\\Service\\Bigquery\\Routine257 public function setStrictMode($strictMode) argument259 $this->strictMode = $strictMode;266 return $this->strictMode;
16 private $strictMode; variable in GuzzleHttp\\Cookie\\CookieJar19 * @param bool $strictMode Set to true to throw exceptions when invalid25 public function __construct($strictMode = false, $cookieArray = []) argument27 $this->strictMode = $strictMode;171 if ($this->strictMode) {