Home
last modified time | relevance | path

Searched refs:preg_match (Results 51 – 75 of 1399) sorted by path

12345678910>>...56

/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php107 preg_match('|HTTP/\d\.\d\s+(\d+)\s+.*|', $rawResponseHeader, $match);
/plugin/authfacebook/lib/
H A DSignedRequest.php322 if (!preg_match('/^[a-zA-Z0-9\/\r\n+]*={0,2}$/', $input)) {
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php178 …return preg_match("/^([a-z\d](-*[a-z\d])*)(\.([a-z\d](-*[a-z\d])*))*$/i", $host) //valid chars che…
180 && preg_match("/^[^\.]{1,63}(\.[^\.]{1,63})*$/", $host); //length of each label
/plugin/authgoogle/
H A Dauth.php203 if (preg_match("/^\\*@([^@ ]+)/is", $domain, $m)) {
204 if (preg_match("/@([^@ ]+)$/is", $email, $n)) {
/plugin/authgoogle/google/external/
H A DURITemplateParser.php72 preg_match('/^([\+\;\?\/\.]{1})?(.*)$/', $bare_expression, $lm);
80 preg_match('/^([a-zA-Z0-9_]+)([\*\+]{1})?([\:\^][0-9-]+)?(\=[^,]+)?$/', $varspec, $vm);
/plugin/authgooglesheets/
H A Dhelper.php289 if (!preg_match($pattern, $user)) return false;
293 if (!preg_match($pattern, $info[$item])) return false;
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php83 if (!preg_match('/^[a-zA-Z0-9]*$/', $service)) {
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php177 if (!is_string($key) || preg_match("#[$invalidCharacters]#", $key)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php351 return (bool) preg_match('/\.' . preg_quote($cookieDomain, '/') . '$/', $domain);
378 if (preg_match(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php75 if (\preg_match('%^[ -~]+$%', $domain) === 1) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php81 if (preg_match('/[^\pL\pM\pN\pP\pS\pZ\n\r\t]/u', $summary)) {
142 …if (preg_match("/(?:^HTTP\/|^[A-Z]+ \S+ HTTP\/)(\d+(?:\.\d+)?)/i", $startLine, $matches) && $match…
153 if (preg_match(Rfc7230::HEADER_FOLD_REGEX, $rawHeaders)) {
209 if (!preg_match('/^[\S]+\s+([a-zA-Z]+:\/\/|\/).*/', $data['start-line'], $matches)) {
239 if (!preg_match('/^HTTP\/.* [0-9]{3}( .*|$)/', $data['start-line'])) {
H A DMessageTrait.php229 if (! preg_match('/^[a-zA-Z0-9\'`#$%&*+.^_|~!-]+$/', $header)) {
266 if (! preg_match('/^[\x20\x09\x21-\x7E\x80-\xFF]*$/', $value)) {
H A DRequest.php78 if (preg_match('#\s#', $requestTarget)) {
H A DStream.php64 $this->readable = (bool)preg_match(self::READABLE_MODES, $meta['mode']);
65 $this->writable = (bool)preg_match(self::WRITABLE_MODES, $meta['mode']);
H A DUri.php99 if (preg_match('%^(.*://\[[0-9:a-f]+\])(.*?)$%', $url, $matches)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php152 if (preg_match("/^(.+):([0-9]+)$/", $context['exception']['file'], $matches)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php194 return preg_match(static::USER_AGENT_REGEX, $_SERVER['HTTP_USER_AGENT']) === 1;
H A DFirePHPHandler.php174 …if (!empty($_SERVER['HTTP_USER_AGENT']) && preg_match('{\bFirePHP/\d+\.\d+\b}', $_SERVER['HTTP_USE…
H A DRotatingFileHandler.php89 if (!preg_match('{^[Yy](([/_.-]?m)([/_.-]?d)?)?$}', $dateFormat)) {
H A DTestHandler.php174 return preg_match($regex, $rec['message']) > 0;
218 …if (preg_match('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $m…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DGitProcessor.php68 if ($branches && preg_match('{^\* (.+?)\s+([a-f0-9]{40})(?:\s|$)}m', $branches, $matches)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php210 if (is_string($data) && !preg_match('//u', $data)) {
247 if (!preg_match('/^\s*(?<val>\d+)(?:\.\d+)?\s*(?<unit>[gmk]?)\s*$/i', $val, $match)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php273 if (preg_match('#[^01]#', $x)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php89 case preg_match("#^AES-(128|192|256)-$modes$#", $algo, $matches):
93 case preg_match("#^DES-EDE3-$modes$#", $algo, $matches):
95 case preg_match("#^DES-$modes$#", $algo, $matches):
150 if (preg_match('#DEK-Info: (.+),(.+)#', $key, $matches)) {
H A DPKCS8.php149 $algo = preg_match('#^pbeWith(?:MD2|MD5|SHA1|SHA)And(.*?)-CBC$#', $algo, $matches) ?
199 if (preg_match('#^pbeWith(MD2|MD5|SHA1|SHA)And.*?-CBC$#', $algo, $matches)) {

12345678910>>...56