Home
last modified time | relevance | path

Searched refs:false (Results 151 – 175 of 6149) sorted by path

12345678910>>...246

/plugin/authfacebook/lib/Authentication/
H A DAccessToken.php90 return strpos($this->value, '|') !== false;
108 return false;
123 return false;
/plugin/authfacebook/lib/
H A DFacebook.php131 'enable_beta_mode' => false,
444 $graphEdge = $this->lastResponse->getGraphEdge($subClassName, false);
H A DFacebookClient.php76 protected $enableBetaMode = false;
94 …ic function __construct(FacebookHttpClientInterface $httpClientHandler = null, $enableBeta = false)
147 public function getBaseGraphUrl($postToVideoUrl = false)
H A DFacebookRequest.php431 return false;
H A DSignedRequest.php173 if (strpos($this->rawSignedRequest, '.') === false) {
H A Dpolyfills.php39 return false;
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php107 public function transfer($endpoint, FacebookTransferChunk $chunk, $allowToThrow = false)
/plugin/authfacebook/lib/GraphNodes/
H A DBirthday.php38 private $hasDate = false;
43 private $hasYear = false;
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php129 if (strpos($line, ': ') === false) {
/plugin/authfacebook/lib/HttpClients/
H A DFacebookStream.php75 $rawResponse = file_get_contents($url, false, $this->stream);
H A DFacebookStreamHttpClient.php69 if ($rawBody === false || empty($rawHeaders)) {
/plugin/authfacebook/lib/PseudoRandomString/
H A DMcryptPseudoRandomStringGenerator.php59 if ($binaryString === false) {
H A DOpenSslPseudoRandomStringGenerator.php54 $wasCryptographicallyStrong = false;
57 if ($binaryString === false) {
/plugin/authfacebook/lib/Url/
H A DFacebookUrlManipulator.php83 if (strpos($url, '?') === false) {
/plugin/authg2fa/
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 DTokenHelper.php42 return false;
48 if(!io_saveFile($this->_g2fafile, $header, false)) {
50 return false;
57 return false;
66 return false;
H A Daction.php58 $reveal = false;
H A Dadmin.php58 if(is_null($this->_auth)) return false;
H A Dauth.php29 $twofactor = false;
41 return false;
56 $checkResult = false;
61 return false;
/plugin/authgoogle/
H A Dauth.php28 function trustExternal($user, $pass, $sticky = false) {
61 return false;
115 return false;
137 return false;
144 return false;
189 return false;
210 return false;
/plugin/authgoogle/google/
H A DGoogle_Client.php87 static $useBatch = false;
93 protected $useObjects = false;
99 private $authenticated = false;
112 public function addService($service, $version = false) {
/plugin/authgoogle/google/auth/
H A DGoogle_AuthNone.php43 … $request->setUrl($request->getUrl() . ((strpos($request->getUrl(), '?') === false) ? '?' : '&')
H A DGoogle_OAuth2.php204 $requestUrl .= (strpos($request->getUrl(), '?') === false) ? '?' : '&';
311 return false;
395 $verified = false;
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php35 if ((@apc_fetch($key . '.lock')) === false) {
36 return false;
70 public function get($key, $expiration = false) {
72 if (($ret = @apc_fetch($key)) === false) {
73 return false;
77 return false;
86 if (@apc_store($key, array('time' => time(), 'data' => serialize($value))) == false) {
H A DGoogle_Cache.php36 abstract function get($key, $expiration = false);

12345678910>>...246