Home
last modified time | relevance | path

Searched refs:preg_match (Results 76 – 100 of 1399) sorted by path

12345678910>>...56

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php166 case preg_match('#^(.*?): (.*)#', $line, $match):
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php164 if (preg_match('#(?:^curve|^ed)\d+$#', $curveName)) {
H A DHash.php358 if (preg_match('#^(shake(?:128|256))-(\d+)$#', $hash, $matches)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php319 preg_match("#(.)(.{{$order}})(.{{$order}})#s", $str, $matches);
H A DPKCS1.php71 preg_match('#-*BEGIN EC PRIVATE KEY-*[^-]*-*END EC PRIVATE KEY-*#s', $key, $matches);
87 preg_match('#-*BEGIN EC PARAMETERS-*[^-]*-*END EC PARAMETERS-*#s', $key, $matches);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php291 … case preg_match('#\x1B\[(\d+)B#', $this->ansi, $match): // Move cursor down n lines
295 …case preg_match('#\x1B\[(\d+);(\d+)H#', $this->ansi, $match): // Move cursor to screen location v,h
301 … case preg_match('#\x1B\[(\d+)C#', $this->ansi, $match): // Move cursor right n lines
305 … case preg_match('#\x1B\[(\d+)D#', $this->ansi, $match): // Move cursor left n lines
312 …case preg_match('#\x1B\[(\d+);(\d+)r#', $this->ansi, $match): // Set top and bottom lines of a win…
314 … case preg_match('#\x1B\[(\d*(?:;\d*)*)m#', $this->ansi, $match): // character attributes
H A DASN1.php1226 if (!preg_match('#(?:\d+\.)+#', $source)) {
1292 if (preg_match('#^(\d{10})(Z|[+-]\d{4})$#', $content, $matches)) {
1493 $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Base64::decode($temp) : false;
H A DX509.php1092 if (preg_match('#^' . $value . '$#', $components['host'])) {
1102 …if (preg_match('#(?:\d{1-3}\.){4}#', $components['host'] . '.') && preg_match('#^' . $value . '$#'…
1113 return preg_match('#^' . $value . '$#', $components['host']) === 1;
1181 preg_match('#HTTP/1.\d (\d{3})#', $line, $temp);
2363 $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Base64::decode($temp) : false;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php3243 if (preg_match('#^[^/]([r-][w-][xstST-]){3}#', $longname)) {
H A DSSH2.php1433 while (!feof($this->fsock) && !preg_match('#(.*)^(SSH-(\d\.\d+).*)#ms', $data, $matches)) {
2050 $this->hmac_create_etm = preg_match('#-etm@openssh\.com$#', $mac_algorithm_out);
2071 $this->hmac_check_etm = preg_match('#-etm@openssh\.com$#', $mac_algorithm_in);
3131 preg_match($expect, substr($this->interactiveBuffer, -1024), $matches);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php161 } elseif (preg_match('/(\?|\?#)$/', $orig)) {
181 if (preg_match('/^{[a-z0-9]+}$/i', $host)) {
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php112 return preg_match($regex, $rec['message']) > 0;
131 …if (preg_match('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $m…
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php167 if (1 === preg_match('/[^\x00-\x7F]/', $label)) {
254 …if (0x200C === $codePoint && 1 === preg_match(Regex::ZWNJ, $label, $matches, \PREG_OFFSET_CAPTURE,…
384 if (1 === preg_match(Regex::RTL_LABEL, $label)) {
389 if (1 !== preg_match(Regex::BIDI_STEP_1_RTL, $label)) {
397 if (1 === preg_match(Regex::BIDI_STEP_2, $label)) {
405 if (1 !== preg_match(Regex::BIDI_STEP_3, $label)) {
412 …if (1 === preg_match(Regex::BIDI_STEP_4_AN, $label) && 1 === preg_match(Regex::BIDI_STEP_4_EN, $la…
424 if (1 !== preg_match(Regex::BIDI_STEP_1_LTR, $label)) {
432 if (1 === preg_match(Regex::BIDI_STEP_5, $label)) {
440 if (1 !== preg_match(Regex::BIDI_STEP_6, $label)) {
[all …]
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php50 if (self::NFC == $form && preg_match('//u', $s) && !preg_match('/[^\x00-\x{2FF}]/u', $s)) {
59 if (!preg_match('//u', $s)) {
/plugin/authhttp/
H A Dauth.php78 if (preg_match('/^\/.*\/$/m', $this->usernameregex) == 0) {
139 if (preg_match($this->usernameregex, $user, $results)) {
/plugin/authimap2/
H A Dauth.php478 if(!preg_match($pattern, $user)) return false;
482 if(!preg_match($pattern, $info[$item])) return false;
/plugin/authldaplocal/
H A Dauth.php244 if($grpkey !== 'count' && preg_match($regexp, $grp, $match)) {
667 if(!preg_match($pattern, $user)) return false;
671 if(!preg_match($pattern, $info[$item])) return false;
/plugin/authopenldapkerberos/
H A Dauth.php221 if (!preg_match($pattern, $user)) return false;
225 if (!preg_match($pattern, $info[$item])) return false;
/plugin/authorlist/
H A Daction.php37 if(preg_match('/'.$conf['sidebar'].'$/',$ID)) return false;
/plugin/authorstats/
H A Dsyntax.php63 if (preg_match("/<AUTHORSTATS (?P<months>[0-9]+)>/", $data[0], $matches)) {
65 …} else if (preg_match("/<AUTHORSTATS YEARGRAPH\s*(?P<years>[0-9]+)*\s*(?P<sort>(:?asc|ascending|de…
139 …if (preg_match("/^(desc|descending|rev|reverse)$/", $inopts["sort"])) { // Reverse the sort ord…
/plugin/authplaincas/
H A Dauth.php145 if (preg_match("#(bot)|(slurp)|(netvibes)#i", $_SERVER['HTTP_USER_AGENT'])) {
372 if (preg_match($pattern, $attribute)) {
674 if (!preg_match($pattern, $user)) return 0;
678 if (!preg_match($pattern, $info[$item])) return 0;
/plugin/authradius/
H A Dauth.php13 if (preg_match('/windows/i', getenv('OS'))) {
/plugin/authremoteuser/
H A Dauth.php413 if(!preg_match($pattern, $user)) return false;
417 if(!preg_match($pattern, $info[$item])) return false;
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php188 if(!preg_match($pattern, $user)) return false;
192 if(!preg_match($pattern, $info[$item])) return false;
/plugin/authsmartcard/auth/
H A Dindex.php22 if (1 === preg_match($pattern, $cert, $matches)) {

12345678910>>...56