Home
last modified time | relevance | path

Searched refs:preg_match (Results 26 – 50 of 1399) sorted by last modified time

12345678910>>...56

/plugin/structpublish/helper/
H A Dassignments.php28 return (bool) preg_match($pattern, ":$page");
/plugin/diagrams/action/
H A Daction.php93 if (!preg_match('/^data:image\/png;base64,/', $png)) {
/plugin/diagrams/syntax/
H A Dembed.php51 if (preg_match('/\b(left|right|center)\b/', $params, $matches)) {
55 if (preg_match('/\b(\d+)x(\d+)\b/', $params, $matches)) {
/plugin/struct/meta/
H A DAssignments.php286 return (bool)preg_match($pattern, ":$page");
H A DConfigParser.php252 if (preg_match('/^\d+.?(\d+)?(px|em|ex|ch|rem|%|in|cm|mm|q|pt|pc)$/', $val)) {
255 } elseif (preg_match('/^\d+$/', $val)) {
H A DQueryBuilder.php
H A DSearchConfig.php141 if (preg_match('/^(.*?)(?:\$STRUCT\.(.*?)\$)(.*?)$/', $filter, $match)) {
143 } elseif (preg_match('/^(.*?)(?:\$USER\.(.*?)\$)(.*?)$/', $filter, $match)) {
145 } elseif (preg_match('/^(.*?)(?:\$DATE\((.*?)\)\$?)(.*?)$/', $filter, $match)) {
/plugin/struct/syntax/
H A Doutput.php105 if (!preg_match(self::WHITELIST_ACTIONS, act_clean($ACT))) return true;
/plugin/struct/types/
H A DColor.php19 if (!preg_match('/^#[a-f0-9]{6}$/', $rawvalue)) {
66 if (!preg_match('/^#[a-f0-9]{6}$/', $rawvalue)) {
117 if (!preg_match('/^#[0-9A-F]{6}$/i', $color)) {
H A DUrl.php31 if (!preg_match("/$regex/i", $url)) {
90 if (!preg_match('/\w+:\/\//', $url)) {
/plugin/struct/action/
H A Dmigration.php410 preg_match('/^\["",(?<pid>.*?\D+.*?)\]$/', $value, $matches);
/plugin/struct/admin/
H A Dassignments.php67 if (@preg_match($assignment['assign'], null) === false) {
/plugin/struct/helper/
H A Dconfig.php62 if (!preg_match('/^(.*?)(' . $comps . ')(.*)$/', $val, $match)) {
H A Dfield.php148 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
/plugin/doi/Resolver/
H A DIsbnOpenLibraryResolver.php30 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
H A DIsbnGoogleBooksResolver.php38 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
/plugin/openlayersmap/
H A DStaticMap.php531 if (preg_match($markerPrototype ['regex'], $markerType, $matches)) {
/plugin/openlayersmap/syntax/
H A Dolmap.php92 preg_match('(lat[:|=]\"-?\d*\.?\d*\")', $match, $mainLat);
93 preg_match('(lon[:|=]\"-?\d*\.?\d*\")', $match, $mainLon);
/plugin/shell/
H A DP0wnyShell.php24 if (preg_match("#^(~[a-zA-Z0-9_.-]*)(/.*)?$#", $path, $match)) {
107 if (preg_match("/^\s*cd\s*(2>&1)?$/", $cmd)) {
109 } elseif (preg_match("/^\s*cd\s+(.+)\s*(2>&1)?$/", $cmd)) {
111 preg_match("/^\s*cd\s+(\S+)\s*(2>&1)?$/", $cmd, $match);
113 } elseif (preg_match("/^\s*download\s+\S+\s*(2>&1)?$/", $cmd)) {
115 preg_match("/^\s*download\s+(\S+)\s*(2>&1)?$/", $cmd, $match);
293 if (!preg_match('/2>/', $cmd)) {
/plugin/geotag/syntax/
H A Dgeotag.php74 preg_match("(lat[:|=]-?\d*\.\d*)", $tags, $lat);
75 preg_match("(lon[:|=]-?\d*\.\d*)", $tags, $lon);
76 preg_match("(alt[:|=]-?\d*\.?\d*)", $tags, $alt);
77 preg_match("/(region[:|=][\p{L}\s\w'-]*)/u", $tags, $region);
78 preg_match("/(placename[:|=][\p{L}\s\w'-]*)/u", $tags, $placename);
79 preg_match("/(country[:|=][\p{L}\s\w'-]*)/u", $tags, $country);
80 preg_match("(hide|unhide)", $tags, $hide);
/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 DGeoJSON.php69 preg_match('#EPSG[:]+(\d+)#', $input->crs->properties->name, $m);
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/acknowledge/
H A Dhelper.php108 return (bool)preg_match($pattern, ":$page");
/plugin/photogallery/
H A DpgFetch.php176 preg_match('/^(.+)=(.+)$/', $par, $options);

12345678910>>...56