Home
last modified time | relevance | path

Searched refs:preg_match (Results 226 – 250 of 1399) sorted by relevance

12345678910>>...56

/plugin/zoom/
H A Dsyntax.php118 if(preg_match('/\b(\d+)[xX](\d+)\b/',$params,$match)){
124 if(preg_match('/\b[xX](\d+)\b/',$params,$match)){
128 else if(preg_match('/\b(\d+)\b/',$params,$match)){
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php29 if (preg_match('/^(\d+)\:(.*)$/', $entry, $match)) {
31 } elseif (preg_match('/^(\d+)\-(\d+)\:(.*)$/', $entry, $match)) {
87 preg_match('/(\d*)[Dd](\d+)(\+|\-)?(\d+)?/', $formula, $parts);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php136 if (1 === preg_match('/[\*\?\[\]]/', $path)) {
232 return 0 !== preg_match($regex, $current->getBasename());
250 if (0 !== preg_match($regex, $part)) {
277 if (0 === preg_match('#^(<|<=|>|>=|=)\s*(\d+)\s*((?:[KMGTPEZY])b)?$#', $size, $matches)) {
433 if (0 === preg_match('#\bago\b#', $date)) {
437 if (0 !== preg_match('#^(since|until)\b(.+)$#', $date, $matches)) {
/plugin/move/helper/
H A Dhandler.php240 } else if(preg_match('/^\{\{[^\}]+\}\}$/', $link[1])) {
253 if(preg_match('/^[a-zA-Z0-9\.]+>{1}.*$/u', $link[0])) {
256 } elseif(preg_match('/^\\\\\\\\[^\\\\]+?\\\\/u', $link[0])) {
259 } elseif(preg_match('#^([a-z0-9\-\.+]+?)://#i', $link[0])) {
262 } elseif(preg_match('<' . PREG_PATTERN_VALID_EMAIL . '>', $link[0])) {
265 } elseif(preg_match('!^#.+!', $link[0])) {
/plugin/gitlabapi/
H A Dsyntax.php55 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server);
69 preg_match("/project-path *= *(['\"])(.*?)\\1/", $match, $project_path);
74 preg_match("/milestones *= *(['\"])(.*?)\\1/", $match, $milestones);
78 preg_match("/commits *= *(['\"])(.*?)\\1/", $match, $commits);
82 preg_match("/issues *= *(['\"])(.*?)\\1/", $match, $issues);
86 preg_match("/pipelines *= *(['\"])(.*?)\\1/", $match, $pipelines);
/plugin/fckg/syntax/
H A Ddwplugin.php68 if(preg_match('/~(<+)~/',$match)) {
115 preg_match("/($_exit)/", $match, $exit_matches);
121 if(preg_match( $regex, $match, $matches)) {
245 if($m_middle && preg_match('/(.*?)>[\n\s]+<(.*)/', $match, $matches)) {
248 elseif($m_middle && preg_match('/(.*?)><(.*)/', $match, $matches)) {
271 if(preg_match( $regex, $text, $matches) ) {
341 if(preg_match('/plugin/', $base_labels[$i])) {
348 if(preg_match('/' . $regex . '/', $text)) {
389 if(preg_match($regexes,$split[$i])) {
/plugin/photogallery/
H A Dsyntax.php113 }elseif(preg_match('/^=(\d+)$/',$param,$match)){
115 }elseif(preg_match('/^\+(\d+)$/',$param,$match)){
119 }elseif(preg_match('/^(\d+)([xX])(\d+)$/',$param,$match)){
151 preg_match('/^(.*?(?<![&\\\\]))(?:#(.*))?$/', $line, $matches);
161 if (preg_match('/^https?:\/\//i',$line[1]))
171 if (preg_match('/^([pti])(size)$/',$line[0],$type)) {
172 if (preg_match('/^(\d+)([xX])(\d+)$/',$line[1],$size)) {
180 if (preg_match('/^\!.{1,}/', $line[0], $matches))
444 if(!preg_match('/\.(jpe?g|png|gif)(\?|$)/i',
450 if(!preg_match('/^https?:\/\//i',$ilink)){
[all …]
/plugin/dokugource/
H A Dadmin.php132 if(is_file($p.'/'.$i)) if(preg_match('`\.changes$`', $i)) {
135 if(preg_match('`^\s*([0-9]+)\s+([^\s]+)\s+([a-z]{1,3})\s+([^\s]+)\s+([^\s]+)`i', $l, $m)) {
137 if(preg_match('`(C|cc|sc)`i', $m[3])) {
139 }elseif(preg_match('`(D|dc|hc)`i', $m[3])) {
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php27 …return (($l = $line[0]) > '0' && $l <= '9' || $l === ' ') && preg_match('/^ {0,3}\d+\.[ \t]/', $li…
37 ($l === ' ' && preg_match('/^ {0,3}[\-\+\*][ \t]/', $line));
85 if (preg_match($pattern, $line, $matches)) {
117 } elseif (preg_match($pattern, $lines[$i + 1])) {
/plugin/dwspecialist/
H A Dsyntax.php70 if (preg_match('#(\n)( {2,}[/*]?)([ ]*[^\n<]*)<special([^\n>]*)>#', $match, $result)) {
71 } elseif (preg_match('#(\n)( {2,}[/*]?)([ ]*)<special([^\n>]*)>#', $match, $result)) {
72 } elseif (preg_match('#(\n)([ ]*)()<special([^\n>]*)>#', $match, $result)) {
73 } elseif (preg_match('#()()([^\n<])<special([^\n>]*)>#', $match, $result)) {
/plugin/quickstats/scripts/
H A Dget_geocity2.php87 if(preg_match("#GeoLite2-City.tar.gz#", $file,$matches)) {
113 if(preg_match("#(?i)GeoLite2-City_\d+#",$tmpfile) ) {
119 … if(preg_match("/\.mmdb$/",$gfile) && !$ini) {
149 if(!is_dir($del) && preg_match("/GeoLite2-City/i",$file)) {
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php83 return \preg_match('/' . self::PARTIAL_ESCAPABLE . '/', $character) === 1;
95 return \preg_match('/[\pL]/u', $character) === 1;
111 if (! \preg_match($regex, $string, $matches, \PREG_OFFSET_CAPTURE)) {
235 return \preg_match(self::REGEX_UNSAFE_PROTOCOL, $url) !== 0 && \preg_match(self::REGEX_SAFE_DATA_PROTOCOL, $url) === 0;
/plugin/siteexport/
H A Dpreload.php31 …} else if (preg_match("/(js|css)\.php$/", $_SERVER['SCRIPT_NAME']) && isset($_SERVER['HTTP_REFERER…
85 if (!preg_match("/(js|css)\.php$/", $_SERVER['SCRIPT_NAME'])) {
252 …>hasSiteexportHeaders() && $caller != null && preg_match("/^(js|css)_/", $caller['function']) && p…
/plugin/svgembed/
H A Dsyntax.php40 $p['inResponsiveUnits'] = (preg_match('/units:(\%|vw)/i', $param, $local_match) > 0);
58 if(preg_match('/(\d+)(x(\d+))?/i', $param, $size)) {
80 if (preg_match('/(cm|mm|Q|in|pc|pt|px)/', $value, $matches) && count($matches)) {
153 $isSVG = preg_match('/\.svg$/i', trim($p['src']));
307 if (preg_match('/class="([^"]*)"/i', $properties, $pmatches)) {
/plugin/pgn4web/pgn4web/
H A Dpuzzler.php73 else if (!preg_match("/^\d+$/", $gameNum)) {
76 …if (!preg_match("/^[ +-]\d+$/", $gameNum)) { $gameNum = 0; } // space is needed since + is urldeco…
201 if (preg_match("/^[0123456789ABCDEF]{6}$/i", $backgroundColorHex)) {
218 if (preg_match('/\[\s*FEN\s*"([^"]*)"\s*\]/', $pgnGame, $matches)) { $rawGame = $matches[1]; }
228 …if (preg_match('/\[\s*FEN\s*"[^"]*"\s*\]/', $pgnGame, $matches)) { $rawGame = "[SetUp \"1\"]\n" . …
/plugin/box2/
H A Dsyntax.php198 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
203 if (preg_match('/^(
207 if (preg_match('/^#[A-Za-z0-9_-]+$/', $token)) {
216 …if ( preg_match('/^(margin|padding)(-(left|right|top|bottom))?:\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', …
221 if (preg_match('/[^A-Za-z0-9_-]/',$token)) continue;
/plugin/linkback/action/
H A Dsend.php306 if (!preg_match($regex, $data, $match)) {
324 if (!preg_match('!dc:identifier="([^"]+)"!is', $rdf, $match_id))
329 if (!(preg_match('!trackback:ping="([^"]+)"!is', $rdf, $match_plink) || preg_match('!about="([^"]+)"!is', $rdf, $match_plink)))
336 if (preg_match($regex, $data, $match))
/plugin/tindexmenu/syntax/
H A Dindexmenu.php143 …} elseif (preg_match('/msort#(\S+)/u',$match[1],$msort_tmp) >0) $msort=str_replace(':',' ',$msort_…
149 if (preg_match('/js#(\S*)/u',$match[1],$tmp_theme) > 0) {
157 if (preg_match('/id#(\S+)/u',$match[1],$id) >0) $gen_id=$id[1];
159 if (preg_match('/max#(\d+)($|\s+|#(\d+))/u',$match[1],$maxtmp) >0) {
171 if (preg_match('/maxjs#(\d+)/u',$match[1],$maxtmp) >0) $maxjs=$maxtmp[1];
498 preg_match($skip_index, $id))
508 if (preg_match("/^".$id."($|:.+)/i",$nss[$a][0],$match)) {
511 } elseif (preg_match("/^".$nss[$a][0]."(:.*)/i",$id,$match)) {
549 preg_match($skip_file, $id))
654 if(preg_match('/^[\._]/',$file)) continue;
/plugin/diagram/syntax/
H A Dmain.php795 if (!isset($command_parts[1]) || !preg_match("/^[0-9a-f]{1,2}$/i", $command_parts[1]))
1048 if (preg_match("/^[a-z]+$/", $color))
1051 if (preg_match("/^#[0-9a-fA-F]{3}$/", $color))
1054 if (preg_match("/^#[0-9a-fA-F]{6}$/", $color))
1057 if (preg_match("/^rgb\([ ]*[0-9]{1,3}[ ]*,[ ]*[0-9]{1,3}[ ]*,[ ]*[0-9]{1,3}[ ]*\)$/", $color))
1059 if (preg_match("/^rgb\([ ]*[0-9]{1,3}%[ ]*,[ ]*[0-9]{1,3}%[ ]*,[ ]*[0-9]{1,3}%[ ]*\)$/", $color))
1083 if (preg_match("/^((auto|[0-9]+px|[0-9]+%|[0-9]+em)[ ]*){1,4}$/", $value))
/plugin/facebook/
H A Daction.php47 if(preg_match('/ ('.$lc.') /i',$fblocales,$match)){
49 }elseif(preg_match('/ ('.$lc.'_..) /i',$fblocales,$match)){
/plugin/semanticdata/
H A Dhelper.php42 !preg_match('/(^|,\s*)' . preg_quote_cb($value) . '($|\s*,)/', $type['enum'])) {
49 if(preg_match('/^(\d\d\d\d)-(\d\d?)-(\d\d?)$/',$value,$m)){
54 if(!preg_match('!^[a-z]+://!i',$value)) $value='http://'.$value;
/plugin/svgpureinsert/
H A Dhelper.php31 if(preg_match('/^https?:\/\//i', $id)) {
73 if(!preg_match('/^(\d+?(\.\d*)?)(in|em|ex|px|pt|pc|cm|mm)?$/', $value, $m)) return 0;
109 if(!preg_match('/<svg([^>]*)>/s', $data, $m)) return $default;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php81 return !preg_match('#[\x01-\x1f]#',$printable_utf8);
85 … return !preg_match('#[^'.self::$plain.self::$post_indicator.self::$pre_indicator.']#',$safe);
177 if($safe && preg_match('#^[a-zA-Z0-9/_\-\\]%]+$#',$file)){
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php80 return !preg_match('#[\x01-\x1f]#',$printable_utf8);
84 … return !preg_match('#[^'.self::$plain.self::$post_indicator.self::$pre_indicator.']#',$safe);
175 if($safe && preg_match('#^[a-zA-Z0-9/_\-\\]%]+$#',$file)){
/plugin/alphalist/
H A Dsyntax.php93 if(preg_match('/^ (\-|\*)(.*)/', $row, $match))
110 if(preg_match('/==.*?==/', $row))
113 if(preg_match('/^ (\-|\*)(.*)/', $row, $match))

12345678910>>...56