Home
last modified time | relevance | path

Searched refs:preg_match (Results 26 – 50 of 1399) sorted by relevance

12345678910>>...56

/plugin/blogtng/exe/
H A Dpingback.php63 if (!preg_match("#^([a-z0-9\-\.+]+?)://.*#i", $sourceUri))
65 if (!preg_match("#^([a-z0-9\-\.+]+?)://.*#i", $targetUri))
105 if (!preg_match($regex, $page, $match) && !preg_match($regex2, $page, $match)) {
113 if (!preg_match($regex, $page, $match) && !preg_match($regex2, $page, $match))
122 if (!preg_match($regex, $page, $match))
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php37 …$result = preg_match('/^([0-9]{4})([0-1][0-9])([0-3][0-9])T([0-2][0-9])([0-5][0-9])([0-5][0-9])([Z…
67 $result = preg_match('/^([0-9]{4})([0-1][0-9])([0-3][0-9])$/', $date, $matches);
99 …$result = preg_match('/^(?<plusminus>\+|-)?P((?<week>\d+)W)?((?<day>\d+)D)?(T((?<hour>\d+)H)?((?<m…
290 if (!preg_match($regex, $date, $matches)) {
314 if (!preg_match($regex, $date, $matches)) {
399 if (!preg_match($regex, $date, $matches)) {
414 if (!preg_match($regex, $date, $matches)) {
521 if (0 === preg_match($valueDate, $date, $matches)
522 && 0 === preg_match($valueDateTime, $date, $matches)
523 && 0 === preg_match($valueTime, $date, $matches)) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php37 …$result = preg_match('/^([0-9]{4})([0-1][0-9])([0-3][0-9])T([0-2][0-9])([0-5][0-9])([0-5][0-9])([Z…
68 $result = preg_match('/^([0-9]{4})([0-1][0-9])([0-3][0-9])$/', $date, $matches);
101 …$result = preg_match('/^(?<plusminus>\+|-)?P((?<week>\d+)W)?((?<day>\d+)D)?(T((?<hour>\d+)H)?((?<m…
298 if (!preg_match($regex, $date, $matches)) {
323 if (!preg_match($regex, $date, $matches)) {
413 if (!preg_match($regex, $date, $matches)) {
429 if (!preg_match($regex, $date, $matches)) {
540 if (0 === preg_match($valueDate, $date, $matches)
541 && 0 === preg_match($valueDateTime, $date, $matches)
542 && 0 === preg_match($valueTime, $date, $matches)) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php117 if ((bool) preg_match('/^\d{1,2}$/', $value) && ($value >= 1 && $value <= 31)) {
122 if ((bool) preg_match('/-/', $value)) {
124 if ((bool) preg_match('/,/', $value)) {
139 if ((bool) preg_match('/,/', $value)) {
141 if ((bool) preg_match('/-/', $value)) {
156 if ((bool) preg_match('/\//', $value)) {
167 if ((bool) preg_match('/^\d{1,2}W$/', $value)) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php50 while (preg_match('/'.$regex.'/S', $string, $matches)) {
139 if ( preg_match( "/<!DOCTYPE\W*X?HTML/sim", $chunk ) )
150 if($tag == '<title' && preg_match("/svg-edit/",$chunk)) continue;
156 if ( preg_match( '!type\s*=\s*[\'"]?\s*(?:\w*/)?(?:ecma|java)!sim', $chunk ) )
164 if ( preg_match( '!(?:href|src|data)\s*=\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
170 if ( preg_match( '!url\s*\(\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
236 if(!preg_match("#$filetypes#", $path, $matches)) {
243 if(preg_match("#$pat#", $path)) {
266 if(preg_match('/(file|media|flash)/', $file_type)) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php50 while (preg_match('/'.$regex.'/S', $string, $matches)) {
139 if ( preg_match( "/<!DOCTYPE\W*X?HTML/sim", $chunk ) )
150 if($tag == '<title' && preg_match("/svg-edit/",$chunk)) continue;
156 if ( preg_match( '!type\s*=\s*[\'"]?\s*(?:\w*/)?(?:ecma|java)!sim', $chunk ) )
164 if ( preg_match( '!(?:href|src|data)\s*=\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
170 if ( preg_match( '!url\s*\(\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
236 if(!preg_match("#$filetypes#", $path, $matches)) {
243 if(preg_match("#$pat#", $path)) {
266 if(preg_match('/(file|media|flash)/', $file_type)) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php50 while (preg_match('/'.$regex.'/S', $string, $matches)) {
139 if ( preg_match( "/<!DOCTYPE\W*X?HTML/sim", $chunk ) )
150 if($tag == '<title' && preg_match("/svg-edit/",$chunk)) continue;
156 if ( preg_match( '!type\s*=\s*[\'"]?\s*(?:\w*/)?(?:ecma|java)!sim', $chunk ) )
164 if ( preg_match( '!(?:href|src|data)\s*=\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
170 if ( preg_match( '!url\s*\(\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
236 if(!preg_match("#$filetypes#", $path, $matches)) {
243 if(preg_match("#$pat#", $path)) {
266 if(preg_match('/(file|media|flash)/', $file_type)) {
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php392 if (preg_match('/-->$/', $Line['text']))
410 if (preg_match('/-->$/', $Line['text']))
423 if (preg_match('/^['.$Line['text'][0].']{3,}[ ]*([^`]+)?[ ]*$/', $Line['text'], $matches))
480 if (preg_match('/^'.$Block['char'].'{3,}[ ]*$/', $Line['text']))
543 if (preg_match('/^('.$pattern.'[ ]+)(.*)/', $Line['text'], $matches))
580 if ($Block['indent'] === $Line['indent'] and preg_match('/^'.$Block['pattern'].'(?:[ ]+(.*)|$)/', $Line['text'], $matches))
657 if (preg_match('/^>[ ]?(.*)/', $Line['text'], $matches))
673 if ($Line['text'][0] === '>' and preg_match('/^>[ ]?(.*)/', $Line['text'], $matches))
700 if (preg_match('/^(['.$Line['text'][0].'])([ ]*\1){2,}[ ]*$/', $Line['text']))
740 if (preg_match('/
[all...]
/plugin/relativens/
H A Dsyntax.php84 if ( preg_match('/^[a-zA-Z\.]+>{1}.*$/u',$linkPart) ) {
86 }elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$linkPart) ) {
88 }elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$linkPart) ) {
90 }elseif ( preg_match('<'.PREG_PATTERN_VALID_EMAIL.'>',$linkPart) ) {
92 }elseif ( preg_match('!^#.+!',$linkPart) ) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.svg.php32 if (preg_match('#\<\?xml([^\>]+)\?\>#i', $SVGheader, $matches)) {
35 if (preg_match('#\<\!DOCTYPE([^\>]+)\>#i', $SVGheader, $matches)) {
38 if (preg_match('#\<svg([^\>]+)\>#i', $SVGheader, $matches)) {
49 while (preg_match('/ "([^"]+)"/', $info['svg'][$section_to_fix]['raw'][1], $matches)) {
53 while (preg_match('/([^\s]+)="([^"]+)"/', $info['svg'][$section_to_fix]['raw'][1], $matches)) {
86 if (preg_match('#//W3C//DTD SVG ([0-9\.]+)//#i', $key, $matches)) {
/plugin/dokukiwix/
H A Dcommon.php24 if(preg_match('#^(https?|ftp)://#i',$id)){
30 if(!preg_match('#\/?tag_#i',$id)) {
53 …if(!(preg_match('#^\.#i',$id) || (!preg_match('#^\.#i',$id) && !preg_match('#:#i',$id))) ){ // Lin…
/plugin/colortag/
H A Dcolortag.php86 if( !( preg_match('/^[a-z]+$/',$c)
87 or preg_match('/^#[0-9a-f]{6,6}$/i',$c)
88 or preg_match('/^#[0-9a-f]{3,3}$/i',$c)
93 if( preg_match('/^[a-z]+$/',$l)
94 or preg_match('/^#[0-9a-f]{6,6}$/i',$l)
95 or preg_match('/^#[0-9a-f]{3,3}$/i',$l)
/plugin/oiddelegate/
H A Dadmin.php43 if(!preg_match('#^https?://#',$new[1])) $new[1] = 'http://'.$new[1];
58 if(preg_match('/href=["\'](.*?)["\']/i',$match[0],$match)){
62 if(preg_match('/<.*?(rel=["\']openid2.provider["\']).*?>/i',$data,$match)){
63 if(preg_match('/href=["\'](.*?)["\']/i',$match[0],$match)){
67 if(preg_match('/<.*?(http-equiv=["\']X-XRDS-Location["\']).*?>/i',$data,$match)){
68 if(preg_match('/content=["\'](.*?)["\']/i',$match[0],$match)){
88 if($line[$i] && !preg_match('#^https?://#',$line[$i])){
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php40 preg_match("/^$re/", $file, $m) ||
41 preg_match('/[&?]media=([^&?]*)/', $file, $m)
54 } elseif (!preg_match('/(\.php|\?)/', $file)) {
66 if (preg_match('/[?&]w=(\d+)/', $file, $m)) {
69 if (preg_match('/[?&]h=(\d+)/', $file, $m)) {
72 if (preg_match('/[&?]rev=(\d+)/', $file, $m)) {
/plugin/gcalendar/inc/
H A Dgcal_read.php108 if(preg_match($pattern, $buffer, $subpattern)) {
118 if(preg_match($pattern, $buffer, $subpattern)) {
199 if(preg_match('#^'.$conf['gCal_date_dmy'].'(?=($|\D))#',$text,$match)) {
201 }elseif(preg_match('#^'.$conf['gCal_date_mdy'].'(?=($|\D))#',$text,$match)) {
232 if(preg_match($pattern,$text, $match)) {
255 if(preg_match($pattern,$text, $match)) {
261 if(preg_match($pattern,$text, $match)) {
353 if ( preg_match('/^[a-zA-Z\.]+>{1}.*$/u',$link )) {
359 }elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$link) ) {
362 }elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$link) ) {
[all …]
/plugin/txt2tags/
H A Dtxt2tags.class.php230 if(preg_match('/--toc(?!-)/', $val)) $this->enabletoc = 1;
233 if(preg_match('/--style[= ]+(\\S+)/', $val, $n))
298 if(preg_match('/^("""|```|\'\'\') /', $line, $m)) {
332 if(preg_match('/^ *(\\|\\|?) /', $line, $m)) {
335 if(preg_match('/\\|\\s*$/', $line)) {
349 if(! preg_match('/\\|\\s*$/', $row)) $row .= ' | ';
371 if(preg_match('/^ *(=|-|_){20,}\\s*$/', $line, $m)) {
436 if(preg_match('/^(\\t+)([^\\t].*)$/', $line, $m)) {
452 if(preg_match('/^( *)([+-]) (\\S.*)$/', $line, $m) ||
453 preg_match( '/^( *)(:) ( *\\S.*)$/', $line, $m)) {
[all …]
/plugin/pdb/classes/
H A D_NCBI.php29 if (preg_match("/error/i",$summary)){return NULL;}
38 if (preg_match("/error/i",$result)){return NULL;}
46 if (preg_match("/error/i",$xml)){return NULL;}
55 preg_match('/"'.$item.'"[^>]*>([^<]+)/',$xml,$m);
65 preg_match("/<".$item.">([^<]+?)</",$xml,$m);
/plugin/pubchem/classes/
H A D_NCBI.php29 if (preg_match("/error/i",$summary)){return NULL;}
38 if (preg_match("/error/i",$result)){return NULL;}
46 if (preg_match("/error/i",$xml)){return NULL;}
55 preg_match('/"'.$item.'"[^>]*>([^<]+)/',$xml,$m);
65 preg_match("/<".$item.">([^<]+?)</",$xml,$m);
/plugin/pubmed/classes/
H A D_NCBI.php29 if (preg_match("/error/i",$summary)){return NULL;}
38 if (preg_match("/error/i",$result)){return NULL;}
46 if (preg_match("/error/i",$xml)){return NULL;}
55 preg_match('/"'.$item.'"[^>]*>([^<]+)/',$xml,$m);
65 preg_match("/<".$item.">([^<]+?)</",$xml,$m);
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php124 …if (strpos($markdown, ']') !== false && preg_match('/\[((?>[^\]\[]+|(?R))*)\]/', $markdown, $textM…
136 if (preg_match($pattern, $markdown, $refMatches)) {
145 } elseif (preg_match('/^([ \n]?\[(.*?)\])?/s', $markdown, $refMatches)) {
172 if (preg_match('/^<([^\s>]*?@[^\s]*?\.\w+?)>/', $text, $matches)) {
178 } elseif (preg_match('/^<([a-z]{3,}:\/\/[^\s]+?)>/', $text, $matches)) {
204 $secureUrlText = preg_match('//u', $decodedUrl) ? $decodedUrl : $block[1];
257 …return isset($line[0]) && ($line[0] === ' ' || $line[0] === '[') && preg_match('/^ {0,3}\[[^\[](.*…
265 …while (isset($lines[$current]) && preg_match('/^ {0,3}\[(.+?)\]:\s*(.+?)(?:\s+[\(\'"](.+?)[\)\'"])…
275 …if (isset($lines[$current + 1]) && preg_match('/^\s+[\(\'"](.+?)[\)\'"]\s*$/', $lines[$current + 1…
/plugin/siteexport/inc/
H A DreadCSS.patch4 …if ($this->mpdf->CSSselectMedia && !preg_match('/('.trim($this->mpdf->CSSselectMedia).'|all)/i',$m…
106 if (!preg_match('/^data:image/i', $embedded)) { // mPDF 5.5.13
129 if (!preg_match('/^data:image/i', $embedded)) { // mPDF 5.5.13
141 if (preg_match('/@media/',$CSSstr)) {
240 else if ($level==2 && preg_match('/^[:](.*)$/',$t2,$m)) {
245 else if ($level==3 && preg_match('/^[:](.*)$/',$t3,$m)) {
257 if (preg_match('/^[.](.*)$/',$t,$m)) { $tag = 'CLASS>>'.$m[1]; }
258 else if (preg_match('/^[#](.*)$/',$t,$m)) { $tag = 'ID>>'.$m[1]; }
266 … else if (preg_match('/^('.$this->mpdf->allowedCSStags.')$/',$t)) { $tag= $t; }
278 if (preg_match('/^[.](.*)$/',$t,$m)) { $tag = 'CLASS>>'.$m[1]; }
[all …]
/plugin/adhoctags/syntax/
H A Da.php30 return (preg_match('/^([\w\d]+ ?)+$/', trim($value)));
34 return (preg_match('/^[\w\d_-]+$/', trim($value)));
38 return (preg_match('/^[\w\-]+$/', trim($value)));
42 return (preg_match('/^[\w\-_\.]+$/', trim($value)));
/plugin/permissioninfo/
H A Dadmin.php200 if(preg_match('/\*\s*$/', $item))
230 if(preg_match('/^#/', $a))
232 if(preg_match('/^[^\s]+\s([^@\s]+)/', $a, $matches))
255 if(preg_match('/^#/', $a))
257 if(preg_match('/^[^\s]+\s@([^\s]+)/', $a, $matches))
276 if(preg_match('/^#/', $a))
278 if(preg_match('/^([^\s]+)\s@([^\s]+)\s(\d+)/', $a, $matches))
301 if(preg_match('/^#/', $a))
303 if(preg_match('/^([^\s]+)\s([^@\s]+)\s(\d+)/', $a, $matches))
364 if(preg_match('/^#/', $a))
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.properties.php14 if (preg_match('/^\s*:\s*(.*?)$/si', $string, $matches)) {
20 if (preg_match('/^\s*;\s*(.*)$/si', $string, $matches)) {
36 if (!preg_match(sprintf('/^\s*(%s)(.*)/si', $identifier_regexp), $string, $matches)) {
62 … if (preg_match('/^('.CSS_FUNCTION_REGEXP.CSS_IDENT_REGEXP.'\))\s*(.*)$/si', $string, $matches)) {
70 if (preg_match(sprintf('/^(%s)(\s*;.*)/si', $value_regexp), $string, $matches)) {
/plugin/badbehaviour/bad-behavior/
H A Dcommon_tests.inc.php91 if (!preg_match('/\bTE\b/', $package['headers_mixed']['Connection'])) {
98 …if (preg_match('/\bKeep-Alive\b/i', $package['headers_mixed']['Connection']) && preg_match('/\bClo…
102 if (preg_match('/\bclose,\s?close\b/i', $package['headers_mixed']['Connection'])) {
106 if (preg_match('/\bkeep-alive,\s?keep-alive\b/i', $package['headers_mixed']['Connection'])) {

12345678910>>...56