Home
last modified time | relevance | path

Searched refs:false (Results 201 – 225 of 6149) sorted by path

12345678910>>...246

/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php115 return false;
123 return false;
128 return false;
130 return false;
138 return false;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php97 private $deferExecution = false;
142 'use_application_default_credentials' => false,
178 'api_format_v2' => false
400 if (strlen($rva) > 0 && false !== strpos($scope, 'plus.login')) {
946 strpos($_SERVER['SERVER_SOFTWARE'], 'Google App Engine') !== false);
1197 'defaults' => ['exceptions' => false],
1208 'http_errors' => false,
H A DCollection.php56 return $key !== null && $key !== false;
H A DModel.php230 return false;
238 return false;
H A DService.php66 false,
H A Daliases.php3 if (class_exists('Google_Client', false)) {
44 if (\false) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php60 $boundary = false,
70 public function add(RequestInterface $request, $key = false)
72 if (false == $key) {
148 $boundary = false;
173 list($partHeaders, $partBody) = $this->parseHttpResponse($part, false);
206 if ($headerLine && strpos($headerLine, ':') !== false) {
230 if (stripos($respData, $established_header) !== false) {
H A DMediaFileUpload.php88 $resumable = false,
89 $chunkSize = false
125 public function nextChunk($chunk = false)
129 if (false == $chunk) {
188 return false;
224 $contentType = false;
282 if (false == $meta && $this->data) {
314 $response = $this->client->execute($this->request, false);
H A DREST.php157 if (false === $expectedClass) {
190 return false;
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php215 return false;
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php74 if ($start === false) {
78 if ($end === false) {
96 $prefix_on_missing = false;
123 $data = $this->replaceVars($data, $parameters, ";", "=", false, true, false);
155 $reserved = false,
156 $tag_empty = false,
196 $length = false;
197 $explode = false;
199 $value = false;
251 return false;
[all …]
/plugin/authgooglesheets/vendor/google/auth/
H A Dphpstan.neon.dist2 treatPhpDocTypesAsCertain: false
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php332 $gotNewCerts = false;
H A DFetchAuthTokenCache.php126 public function signBlob($stringToSign, $forceOpenSsl = false)
H A DOAuth2.php832 if ($pos !== false) {
H A DServiceAccountSignerTrait.php35 public function signBlob($stringToSign, $forceOpenssl = false)
H A DSignBlobInterface.php34 public function signBlob($stringToSign, $forceOpenssl = false);
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DItem.php49 private $isHit = false;
81 return false;
160 return false;
H A DSysVCacheItemPool.php62 private $hasLoadedItems = false;
191 if ($this->save($item) === false) {
192 return false;
211 if ($shmid !== false) {
220 return false;
235 if ($shmid !== false) {
246 return false;
H A DTypedItem.php40 private bool $isHit = false;
74 return false;
156 return false;
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php109 return false;
151 public function signBlob($stringToSign, $forceOpenSsl = false)
H A DGCECredentials.php118 private $hasCheckedOnGce = false;
125 private $isOnGce = false;
469 public function signBlob($stringToSign, $forceOpenSsl = false, $accessToken = null)
H A DServiceAccountCredentials.php95 private $useJwtAccessWithScope = false;
340 return false;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A D.php_cs8 'declare_strict_types' => false,
H A DCHANGELOG.md144 * Bug fix: setting verify to false in the StreamHandler now disables peer
473 `Content-Encoding`. Set this value to `false` to disable decoding the
487 * Fixed an issue in the CurlFactory that caused setting the `stream=false`
630 …ug: CURLOPT_SSL_VERIFYHOST is now correctly set to false when setting `$certificateAuthority` to f…
679 * Setting `additionalParameters` of a response to false is now honored when parsing responses with …
718 * Returning `false` if `Guzzle\Http\EntityBody::getContentMd5()` fails
932 * Bug fix: Removed the adding of default empty arrays and false Booleans to responses in order to b…

12345678910>>...246