Home
last modified time | relevance | path

Searched refs:false (Results 176 – 200 of 6149) sorted by path

12345678910>>...246

/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php88 public function get($key, $expiration = false) {
98 …if (! $expiration || (($mtime = @filemtime($storageFile)) !== false && ($now - $mtime) < $expirati…
99 if (($data = @file_get_contents($storageFile)) !== false) {
105 return false;
H A DGoogle_MemcacheCache.php27 private $connection = false;
43 if ((@memcache_get($this->connection, $key . '.lock')) === false) {
44 return false;
95 public function get($key, $expiration = false) {
97 if (($ret = @memcache_get($this->connection, $key)) === false) {
98 return false;
102 return false;
117 'data' => $value), false) == false) {
/plugin/authgoogle/google/
H A Dconfig.php22 'use_objects' => false,
/plugin/authgoogle/google/external/
H A DURITemplateParser.php90 $exp->reserved = false;
122 $exp->one_var_defined = false;
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php39 return false;
47 return false;
65 return false;
70 return false;
77 return false;
84 return false;
91 return false;
100 return false;
115 $parsedExpires = false;
132 $freshnessLifetime = false;
[all …]
H A DGoogle_CurlIO.php36 CURLOPT_FAILONERROR => false,
39 CURLOPT_VERBOSE => false,
78 if ($cached !== false) {
166 if (stripos($respData, parent::CONNECTION_ESTABLISHED) !== false) {
186 if ($headerLine && strpos($headerLine, ':') !== false) {
H A DGoogle_HttpRequest.php138 : false;
178 : false;
H A DGoogle_HttpStreamIO.php65 if ($cached !== false) {
111 false,
114 if (false === $response_data) {
H A DGoogle_IO.php66 return false;
76 if (false == Google_CacheParser::isRequestCacheable($request)) {
77 false;
94 if (false == $contentType) {
136 return false;
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php28 public function __construct($boundary = false) {
29 $boundary = (false == $boundary) ? mt_rand() : $boundary;
33 public function add(Google_HttpRequest $request, $key = false) {
34 if (false == $key) {
69 $boundary = false;
93 list($partHeaders, $partBody) = Google_CurlIO::parseHttpResponse($part, false);
H A DGoogle_MediaFileUpload.php55 public function __construct($mimeType, $data, $resumable=false, $chunkSize=false) {
83 return false;
95 : false;
111 : false;
193 ? $params['data']['value'] : false;
195 if (false == $data && false == isset($params['file'])) {
197 return false;
204 if (false == $meta) {
213 if (false == $this->resumeUri) {
217 if (false == $chunk) {
[all …]
H A DGoogle_Model.php74 return false;
82 return false;
H A DGoogle_ServiceResource.php143 $contentType = false;
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php100 return false;
130 if (!in_array($paddingCharCount, $allowedValues)) return false;
133 …($secret, -($allowedValues[$i])) != str_repeat($base32chars[32], $allowedValues[$i])) return false;
140 if (!in_array($secret[$i], $base32chars)) return false;
H A Dauth.php24 if(!defined('GOOGLE_AUTH_SECRET')) $twofactor=false;
25 if($enable==0) $twofactor=false;
33 $checkResult = false;
36 return false;
/plugin/authgooglesheets/
H A Dauth.php41 if ($userinfo === false) return false;
80 if ($this->getUserData($user) !== false) {
82 return false;
H A Dcomposer.lock1277 "prefer-stable": false,
1278 "prefer-lowest": false,
H A Dhelper.php57 return $users[$user] ?? false;
141 return false;
187 return false;
200 if (empty($users)) return false;
233 return false;
289 if (!preg_match($pattern, $user)) return false;
291 if (!count(preg_grep($pattern, $info['grps']))) return false;
293 if (!preg_match($pattern, $info[$item])) return false;
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php56 private $useIncludePath = false;
58 private $classMapAuthoritative = false;
118 public function add($prefix, $paths, $prepend = false)
165 public function addPsr4($prefix, $paths, $prepend = false)
309 public function register($prepend = false)
364 return false;
376 if (false === $file && defined('HHVM_VERSION')) {
384 if (false === $file) {
410 while (false !== $lastPos = strrpos($subPath, '\\')) {
432 if (false !== $pos = strrpos($class, '\\')) {
[all …]
H A DInstalledVersions.php265 return false;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A Dphpstan.neon.dist5 treatPhpDocTypesAsCertain: false
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php103 if (false === $publicKey) {
H A DJWT.php298 return false;
340 $obj = \json_decode($input, false, 512, JSON_BIGINT_AS_STRING);
372 if ($json === false) {
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A Dautoload.php6 && !class_exists('Google_Client', false)
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md389 'verify' => false, // otherwise HTTPS requests will fail.

12345678910>>...246