Home
last modified time | relevance | path

Searched refs:preg_match (Results 1201 – 1225 of 1399) sorted by relevance

1...<<41424344454647484950>>...56

/plugin/popupviewer/syntax/
H A Dviewer.php184 if ( !preg_match('/^(.*)@([^@]+)$/u', array_pop(explode('|', $name)), $match)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTemporaryFileFilterTest.php129 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
/plugin/do/syntax/
H A Ddo.php80 if (preg_match('/\b(\d\d\d\d-\d\d-\d\d)\b/', $content, $grep)) {
/plugin/keyboard/
H A Dsyntax.php48 if (preg_match('/class="[^"]*"/', $match, $classString) === 1) {
/plugin/combo/ComboStrap/
H A DSqlite.php132 return (preg_match(sprintf('%1$s%2$s%1$s%3$s', $delimiter, $pattern, $modifiers), $data) > 0);
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php275 $last_is_capital = preg_match('#^\p{Lu}#u', $last_word);
/plugin/struct/meta/
H A DAssignments.php286 return (bool)preg_match($pattern, ":$page");
/plugin/autotweet/
H A DOAuth.php748 while (preg_match($pattern, $header, $matches, PREG_OFFSET_CAPTURE, $offset) > 0) {
752 if (preg_match('/^oauth_/', $header_name) || !$only_allow_oauth_parameters) {
/plugin/404manager/
H A Dadmin.php645 return preg_match('|^http(s)?://[a-z0-9-]+(.[a-z0-9-]+)*(:[0-9]+)?(/.*)?$|i', $url);
661 return preg_match($regularExpressionPattern, $inputExpression);
/plugin/pubmed2020/
H A Dsyntax.php436 if (!preg_match($pattern, $raw)) {
452 if (!preg_match($pattern, $raw)) {
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php283 if (preg_match('/\D/', $this->value)) {
284 if (preg_match('/[^0-9A-Z \$\*\%\+\-\.\/\:]/', $this->value)) {
/plugin/openlayersmap/syntax/
H A Dolmap.php92 preg_match('(lat[:|=]\"-?\d*\.?\d*\")', $match, $mainLat);
93 preg_match('(lon[:|=]\"-?\d*\.?\d*\")', $match, $mainLon);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php91 if (preg_match('#['.chr(0x0A).chr(0x0D).' -;0-9A-Za-z]#', $variable[$i])) {
1325 …} elseif (!preg_match("#^[[:alnum:]]([-.]?[0-9a-z])*\.[a-z]{2,3}#i$", $parts['host'], $regs) && !p…
1327 } elseif (!preg_match("#^([[:alnum:]-]|[\_])*$#i", $parts['user'], $regs)) {
1329 } elseif (!preg_match("#^([[:alnum:]-]|[\_])*$#i", $parts['pass'], $regs)) {
1331 } elseif (!preg_match("#^[[:alnum:]/_\.@~-]*$#i", $parts['path'], $regs)) {
1333 } elseif (!preg_match("#^[[:alnum:]?&=+:;_()%#/,\.-]*$#i", $parts['query'], $regs)) {
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php63 preg_match("/[\d\.]{7,15}/", $this->onlineip, $match);
/plugin/issuelinks/services/
H A DJira.service.php102 if (preg_match('/^\w+\-[1-9]\d*$/', $issueSyntax) !== 1) {
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php312 preg_match('/xri/', $attrs['xmlns']) &&
/plugin/swfobject/
H A Dsyntax.php56 if( preg_match('%<swfobject\s([^\r\n\|]*?)>%', $match, $matches) ) {
/plugin/ryubin/syntax/
H A Dryubin.php115 …case 'bgcolor': if (preg_match("^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",$value)) $data['bgc…
/plugin/alphaindex/
H A Dsyntax.php315 }elseif($type == 'f' && !preg_match('#\.txt$#',$file)){
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php26 use function preg_match;
325 if (preg_match('/^(ldaps?)\:\/\/\/(.*)$/', $url, $matches) === 0) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php212 $test = preg_match('/^AWS$/', $this->response->getHeader('WWW-Authenticate'), $matches);
/plugin/odt/ODT/
H A DODTList.php226 …if (preg_match('/<text:p text:style-name="[^"]*">/', $params->content, $matches, 0, $position) ===…
/plugin/openid/Auth/Yadis/
H A DXRDS.php326 preg_match('/xri/', $attrs['xmlns']) &&
/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/zip/pear/File/Archive/Reader/
H A DAr.php156 if (preg_match("/\#1\/(\d+)/", $name, $matches)) {

1...<<41424344454647484950>>...56