Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
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/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DCookieJar.php21 private $strictMode; variable in GuzzleHttp\\Cookie\\CookieJar
24 * @param bool $strictMode Set to true to throw exceptions when invalid
30 public function __construct(bool $strictMode = false, array $cookieArray = []) argument
32 $this->strictMode = $strictMode;
161 if ($this->strictMode) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
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) {
/plugin/asciidocjs/node_modules/babylon/
DREADME.md57 - **strictMode**: TODO
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js119 strictMode: null property
518 this.strict = options.strictMode === false ? false : options.sourceType === "module";
7310 if (parser.options.strictMode) {