Home
last modified time | relevance | path

Searched refs:preg_match (Results 1 – 25 of 1399) sorted by path

12345678910>>...56

/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/a2s/
H A DASCIIToSVG.php1779 preg_match('/width="(\d+)/', $line, $m);
1781 preg_match('/height="(\d+)/', $line, $m);
1783 preg_match('/d="([^"]+)"/', $line, $m);
H A Dsyntax.php80 preg_match( '/<( *)a2s( *)>/', $match, $spaces );
196 preg_match( '/width="(.*?)px" height="(.*?)px"/', $svgtxt, $sizes );
/plugin/abbr/syntax/
H A Dabbreviation.php35 if (preg_match("/^short>/", $match)) {
42 if (preg_match("/(^.*)((((?>[^()]+)|(?R))*))$/u", $match, $matches)) {
46 } elseif (preg_match("/(^.*)\((((?>[^\(\)]+)|(?R))*)\)$/", $match, $matches)) {
51 } elseif (preg_match("/(^.*)\[(((?>[^\[\]]+)|(?R))*)\]$/", $match, $matches)) {
/plugin/abc/
H A Dsyntax.php191 preg_match("/\s?X\s?:(.*?)\n/s", $src, $matchesX);
194 preg_match("/\s?T\s?:(.*?)\n/s", $src, $matchesT);
/plugin/abc2/
H A Dsyntax.php219 preg_match("/(\d)\/(\d)/", $meter, $matches);
349 if (preg_match("/^\s?".$field."\s?:(.*?)$/m", $src, $result)) {
/plugin/abortlogin/
H A Daction.php90 if( preg_match("/" . $allowed . "/", $ip) ) {
/plugin/ac/
H A Dsyntax.php34 preg_match('/{{AC::(\w+)(?:>([^}]+))?}}/', $match, $command);
/plugin/accscounter/
H A Daction.php65 if (preg_match($pattern, $file, $matches)) {
/plugin/accscounter/syntax/
H A Dcounter.php77 if (preg_match($prefix, $clientIP)) $excluded = TRUE;
78 if (preg_match($prefix, $remotehost)) $excluded = TRUE;
136 if (preg_match($prefix, $clientIP)) $excluded = FALSE;
/plugin/aceeditor/
H A Dpreview.php32 if (preg_match('/<img src="(.*?\?media=(.*?))"/', $xhtml, $matches)) {
/plugin/achart/
H A Dsyntax.php106 if($file !== '' && !preg_match('/^https?:\/\//i', $file)) {
113 if(preg_match('/^https?:\/\//i', $file)) {
/plugin/acknowledge/
H A Dhelper.php108 return (bool)preg_match($pattern, ":$page");
/plugin/aclauditor/
H A Dadmin.php135 …list($id, $user, $group, $reqlvl) = array_map(create_function('$i', 'return trim(preg_match("`^\"(…
H A Dhelper.php83 $agrp = preg_match("`^@.+`", $a);
84 $bgrp = preg_match("`^@.+`", $b);
/plugin/aclplusregex/
H A Daction.php100 if (!preg_match($regex, $id, $matches)) {
/plugin/aclregex/
H A Daction.php146 if (preg_match($acl_parts['object'], $id)) {
179 if (preg_match($acl_parts['object'], $path)) {
/plugin/actickets/
H A Dsyntax.php71 if (preg_match('/'.self::PATTERN_PROJECT_GRP.'/', $match, $matches)) {
73 …} else if (preg_match('/'.$this->getConf('actickets.hash').self::PATTERN_FULLTICKET_GRP.'/', $matc…
76 …} else if (preg_match('/'.$this->getConf('actickets.hash').self::PATTERN_TICKET_GRP.'/', $match, $…
/plugin/adfs/
H A Dhelper.php40 if (!preg_match('/^-----BEGIN CERTIFICATE-----.*-----END CERTIFICATE-----$/s', $cert)) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php319 $wrongProtocol = !preg_match(self::$_protocolRegex, $url);
383 if (preg_match('#^https?://([^/]*)/?(.*)#i', $baseurl, $matches)) {
774 if (preg_match($exp1 . $exp2, $time, $matches) == 0) {
821 if (!preg_match($durationRegEx, $duration, $matches)) {
/plugin/adhocmathml/
H A Dabstract.php35 return preg_match('/^[\w\d,\(\)#\% \/]+$/', trim($value));
39 return preg_match('/^[\w\d\%]+$/', trim($value));
47 return preg_match('/^[+-]?[\d]+$/', trim($value));
H A Dmfrac.php23 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmo.php35 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmpadded.php27 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmspace.php25 return preg_match('/^[\w\d\%]+$/', trim($value));

12345678910>>...56