Home
last modified time | relevance | path

Searched refs:false (Results 226 – 250 of 6149) sorted by path

12345678910>>...246

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php217 if (isset($config['idn_conversion']) && ($config['idn_conversion'] !== false)) {
238 'cookies' => false,
H A DHandlerStack.php170 $this->splice($findName, $withName, $middleware, false);
H A DPrepareBodyMiddleware.php87 if ($expect === false || $request->getProtocolVersion() < 1.1) {
H A DRedirectMiddleware.php27 'strict' => false,
28 'referer' => false,
29 'track_redirects' => false,
194 if (isset($options['idn_conversion']) && ($options['idn_conversion'] !== false)) {
H A DUriTemplate.php19 '' => ['prefix' => '', 'joiner' => ',', 'query' => false],
20 '+' => ['prefix' => '', 'joiner' => ',', 'query' => false],
21 '#' => ['prefix' => '#', 'joiner' => ',', 'query' => false],
22 '.' => ['prefix' => '.', 'joiner' => '.', 'query' => false],
23 '/' => ['prefix' => '/', 'joiner' => '/', 'query' => false],
40 if (false === strpos($template, '{')) {
126 $isNestedArray = false;
159 $actuallyUseQuery = false;
165 $actuallyUseQuery = false;
H A DUtils.php35 if ($asciiHost === false) {
H A Dfunctions.php285 return false;
301 function json_decode($json, $assoc = false, $depth = 512, $options = 0)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php25 public function __construct($strictMode = false, $cookieArray = [])
78 $allowSessionCookies = false
86 return false;
165 return false;
175 return false;
212 return false;
H A DFileCookieJar.php24 public function __construct($cookieFile, $storeSessionCookies = false)
60 if (false === file_put_contents($filename, $jsonStr, LOCK_EX)) {
76 if (false === $json) {
H A DSessionCookieJar.php23 public function __construct($sessionKey, $storeSessionCookies = false)
H A DSetCookie.php17 'Secure' => false,
18 'Discard' => false,
19 'HttpOnly' => false
88 if ($k !== 'Name' && $k !== 'Value' && $v !== null && $v !== false) {
315 return false;
348 return false;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DConnectException.php35 return false;
H A DRequestException.php141 if (false !== ($pos = strpos($userInfo, ':'))) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php212 CURLOPT_RETURNTRANSFER => false,
213 CURLOPT_HEADER => false,
342 if ($options['verify'] === false) {
345 $conf[CURLOPT_SSL_VERIFYPEER] = false;
402 $timeoutRequiresNoSignal = false;
482 $conf[CURLOPT_NOPROGRESS] = false;
577 $startingResponse = false;
H A DCurlMultiHandler.php172 return false;
H A DStreamHandler.php447 } elseif ($value === false) {
448 $options['ssl']['verify_peer'] = false;
449 $options['ssl']['verify_peer_name'] = false;
457 $options['ssl']['allow_self_signed'] = false;
488 if ($value === false) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md260 by passing `false` to the first argument of the `wait` function:
267 $promise->wait(false);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEachPromise.php106 $this->mutex = false;
164 return false;
207 return false;
214 $this->mutex = false;
218 $this->mutex = false;
219 return false;
222 $this->mutex = false;
223 return false;
253 return false;
H A DPromise.php274 $result->wait(false);
H A DTaskQueue.php65 $this->enableShutdown = false;
H A DUtils.php153 public static function all($promises, $recursive = false)
H A Dfunctions.php177 function all($promises, $recursive = false)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist9 'declare_strict_types' => false,
12 'header_comment' => false,
H A DREADME.md51 // false to writes. This is an indication that writers should slow down.
206 // false
224 false when there is no more data to read.
406 `public static function build(array $params, int|false $encoding = PHP_QUERY_RFC3986): string`
440 `public static function hash(StreamInterface $stream, string $algo, bool $rawOutput = false): strin…
502 bytes, but MUST return `false` when there is no more data to return. The
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php59 $this->seekable = false;
192 $progressToNext = false;
198 $progressToNext = false;
229 return false;

12345678910>>...246