Home
last modified time | relevance | path

Searched refs:preg_match (Results 501 – 525 of 1399) sorted by relevance

1...<<21222324252627282930>>...56

/plugin/ckgdoku/action/
H A Dsave.php35 if(!preg_match('/^\s+(\-|\*)/',$TEXT)) {
182 … if(preg_match("/\[\[http/",$matches[0])) return $matches[0]; //not an internal link
183 if(preg_match("#\[\[.*?\|\{\{.*?\}\}\]\]#", $matches[0],$matches_1)) {
/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/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php416 if (preg_match('/<[a-z]{3,20}>/', $string) !== false) {
426 preg_match('/[' . GeoHash::$characterTable . ']+/', $string, $matches);
431 preg_match('/^[a-f0-9]+$/', $string, $matches);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php57 if (preg_match('/^SRID=(\d+);/', $wkt, $m)) {
97 if (preg_match('/^(?<type>[A-Z]+)\s*(?<z>Z*)(?<m>M*)\s*(?:\((?<data>.+)\)|(?<data_empty>EMPTY))$/', $wkt, $m)) {
244 preg_match(
/plugin/btable2/
H A Dsyntax.php66 if (preg_match('#<opt.*?>(.*?)</opt>#u', $options, $matches)) {
131 $showempty = preg_match("#\bshowempty\b#", $opt);
132 $colongroups = preg_match("#\bcolongroups\b#", $opt);
133 $closed = preg_match("#\bclosed\b#", $opt);
/plugin/openid/
H A Daction.php145 if (preg_match('!^https?://!', $user)) {
153 if (preg_match('!^https?://!', $user)) {
215 if (isset($user) && !preg_match('!^https?://!', $user)) {
283 } else if (preg_match('!^https?://!', $user)) {
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php700 if (preg_match('/^_/',$k))
860 if (preg_match("/(.*)\?(.*)/", $filetotest, $res))
880 if (preg_match("/(.*)\?(.*)/",$this->server_script_path, $res))
1014 if (preg_match("/^#.*/",$line))
1016 else if (preg_match("/([a-z_\-0-9\.]+)(.*)$/i",$line,$res))
1112 if (preg_match('/^_.*/',$k))
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php233 return preg_match('#^[0-9A-F]{6}$#i', $HexColorString);
533 if (preg_match('#bundled \((.+)\)$#i', $gd_info['GD Version'], $matches)) {
555 if (preg_match('#^Content-Length: (.*)#i', $headerline, $matches)) {
576 if (preg_match('#^Last-Modified: (.*)#i', $headerline, $matches)) {
673 if (preg_match('#^HTTP/[\\.\d]+ ([\d]+)\s*(.+)?$#i', rtrim($line), $matches)) {
676 } elseif (preg_match('#^Location: (.*)$#i', rtrim($line), $matches)) {
771 if ($followredirects && preg_match('#302 [a-z ]+; Location\\: (http.*)#i', $errstr, $matches)) {
865 …if (preg_match('#^'.preg_quote($open_basedir).'#'.($case_insensitive_pathname ? 'i' : ''), $dirnam…
1050 if (preg_match('#^(f|ht)tp\://#i', $filename)) {
/plugin/badbehaviour/bad-behavior/
H A Dblacklist.inc.php117 if (preg_match($spambot, $ua)) {
/plugin/box2/
H A Daction.php29 if($PRE && preg_match('/^\s*<box.*?\|([^>\n]+)/',$TEXT,$match)){
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEscapeTrait.php16 use function preg_match;
54 return (preg_match('/^(\\\\[0-9A-Fa-f]{2})+$/', $value) === 1 || $value === '');
/plugin/aceeditor/
H A Dpreview.php32 if (preg_match('/<img src="(.*?\?media=(.*?))"/', $xhtml, $matches)) {
/plugin/bookmarkme/syntax/
H A Dbookmarkme.php27preg_match("#^.+BookmarkMe[/.]([^\\/]+)#"," $HeadURL: https://svn.debugger.ru/repos/common/DokuWik…
/plugin/jenkins/
H A Dsyntax.php68 preg_match("/job *= *(['\"])(.*?)\\1/", $match, $job);
73 preg_match("/build *= *(['\"])(\\d+)\\1/", $match, $build_nb);
/plugin/progrecss/
H A Dsyntax.php101 if (!preg_match('/(before|inside|after)/', $data['order'] ) )
115 if (preg_match('/\d+\/\d+/', $p) ) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php211 0 !== preg_match('#^__shift__(?:\s*\*\s*(\d+))?$#', $nextState, $matches)) {
276 $preg = preg_match(
/plugin/gitlabproject/
H A Dsyntax.php51 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server);
67 preg_match("/project *= *(['\"])(.*?)\\1/", $match, $project);
/plugin/syntaxhighlighter4/
H A Dsyntax.php143 } elseif (preg_match('/title:/i', $attr)) {
162 if (preg_match('/highlight:/i', $attr, $matches)) {
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php22 …t'].'?B?'.base64_encode($appname)."?= <$mail_setting[maildefault]>" : (preg_match('/^(.+?) \<(.+?)…
25 …$tousers[] = preg_match('/^(.+?) \<(.+?)\>$/',$touser, $to) ? ($mailusername ? '=?'.$mail['charset…
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php225 if (preg_match($regex, PHP_VERSION, $m)) {
282 …&& preg_match('{openssl_x509_parse\(\): illegal (?:ASN1 data type for|length in) timestamp in - on…
/plugin/newpagetemplate/
H A Dadmin.php143 if (preg_match("/\.ini$/", $file)) {
155 if (preg_match("/\.txt$/", $file)) {
/plugin/dbquery/syntax/
H A Dquery.php172 if (preg_match('/^\[\[(https?:\/\/[^|\]]+)(|.*?)?]]$/', $content, $m)) {
181 if (preg_match('/^\[\[([^|\]]+)(|.*?)?]]$/', $content, $m)) {
/plugin/bureaucracy-au/helper/
H A Dfielddate.php38 if (!is_null($value) && !preg_match('/^\d{2}-\d{2}-\d{4}$/', $value)) {
H A Dfieldtime.php38 if (!is_null($value) && !preg_match('/^\d{1,2}:\d{2}(?::\d{2})?$/', $value)) {
/plugin/bureaucracyau/helper/
H A Dfieldtime.php38 if (!is_null($value) && !preg_match('/^\d{1,2}:\d{2}(?::\d{2})?$/', $value)) {

1...<<21222324252627282930>>...56