Searched refs:strictMode (Results 1 – 5 of 5) sorted by relevance
70 public $strictMode; variable in Google\\Service\\Bigquery\\Routine257 public function setStrictMode($strictMode) argument259 $this->strictMode = $strictMode;266 return $this->strictMode;
21 private $strictMode; variable in GuzzleHttp\\Cookie\\CookieJar24 * @param bool $strictMode Set to true to throw exceptions when invalid30 public function __construct(bool $strictMode = false, array $cookieArray = []) argument32 $this->strictMode = $strictMode;161 if ($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) {
57 - **strictMode**: TODO
119 strictMode: null property518 this.strict = options.strictMode === false ? false : options.sourceType === "module";7310 if (parser.options.strictMode) {