Home
last modified time | relevance | path

Searched refs:preg_match (Results 151 – 175 of 1399) sorted by relevance

12345678910>>...56

/plugin/formatplus/syntax/
H A Dblockinsertplus.php66 if(preg_match("/^(.*) =(.*?) @(.*?)$/", $match, $matches)){
68 }elseif(preg_match("/^(.*) @(.*?) =(.*?)$/", $match, $matches)){
70 }elseif(preg_match("/^(.*) =(.*?)$/", $match, $matches)){
72 }elseif(preg_match("/^(.*) @(.*?)$/", $match, $matches)){
H A Dblockdeleteplus.php71 if(preg_match("/^(.*) =(.*?) @(.*?)$/", $match, $matches)){
73 }elseif(preg_match("/^(.*) @(.*?) =(.*?)$/", $match, $matches)){
75 }elseif(preg_match("/^(.*) =(.*?)$/", $match, $matches)){
77 }elseif(preg_match("/^(.*) @(.*?)$/", $match, $matches)){
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php25 $docroot = realpath((getenv('DOCUMENT_ROOT') && preg_match('#^'.preg_quote(realpath(getenv('DOCUMEN…
58 if (!preg_match('#^'.preg_quote($dirlimit).'#', $currentdir)) {
66 } elseif (preg_match('#\\.(jpe?g|gif|png|bmp|tiff?)$#i', $file)) {
71 if (preg_match('#^'.preg_quote($dirlimit).'#', realpath($currentdir.'/..'))) {
/plugin/code2/
H A Dsyntax.php125 if (preg_match('|^\n(\*{5,})|',
129 } else if (preg_match('|^\n(\x2A{3}\s[^\n]*)(.*)|s',
263 && preg_match('|(\d+)\.(\d+)\.(\d+)\.(\d+)|', GESHI_VERSION, $hits)
277 if (preg_match('|^((.*)<span class="re3">)(.*)$|i', $l, $hits)) {
283 } else if (! preg_match('|^\s*<span|i', $l)) {
676 if (preg_match('/^\s*(?=\S)(?>(?>(diff)(?>\s+([cnrsu]?))?)|'
752 if (preg_match(
756 } else if (preg_match(
760 } else if (preg_match(
766 } else if (preg_match(
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php49 if(preg_match('/%[a-zA-a0-9]/', $ns_tmp) && $Dwfck_conf_values['fnencode'] == 'safe') {
264 if(!preg_match('/\.txt$/', $sFile)) continue;
442 if(preg_match('/^(.*?)\/(.*?)$/',$filename,$matches)) {
452 if(preg_match('/secure$/', $sMoveDir)){
499 if(preg_match('/%25/',$path)) {
501 while(preg_match('/%25/',$path)) {
509 if(preg_match('/%[A-F]\d/i',$path) || preg_match('/%\d[A-F]/i',$path)) {
573 … if(preg_match('/%[a-z]+[0-9]/',$currentFolder) || preg_match('/%[0-9][a-z]/',$currentFolder)) {
585 while(preg_match('/%25/',$test)){
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php50 if(preg_match('/%[a-zA-a0-9]/', $ns_tmp) && $Dwfck_conf_values['fnencode'] == 'safe') {
264 if(!preg_match('/\.txt$/', $sFile)) continue;
438 if(preg_match('/^(.*?)\/(.*?)$/',$filename,$matches)) {
448 if(preg_match('/secure$/', $sMoveDir)){
495 if(preg_match('/%25/',$path)) {
497 while(preg_match('/%25/',$path)) {
505 if(preg_match('/%[A-F]\d/i',$path) || preg_match('/%\d[A-F]/i',$path)) {
557 … if(preg_match('/%[a-z]+[0-9]/',$currentFolder) || preg_match('/%[0-9][a-z]/',$currentFolderp)) {
569 while(preg_match('/%25/',$test)){
/plugin/xtern/
H A Dadmin.php171 if(preg_match("#<\/code>#",$buffer)) {
177 if(preg_match("#\<\/file>#",$buffer)) {
182 if(preg_match("#^\s*\<code.*?>#",$buffer)) {
186 if(preg_match("#^\s*\<file.*?>#",$buffer)) {
190 if(preg_match("#\<nowiki>#",$buffer)) {
191 if(preg_match('#\<nowiki>.*?https?:\/\/.*?\<\/nowiki\>#', $buffer)) {
195 if(preg_match("#\[?(https?://\S+)\]?#",$buffer,$matches)) {
217 if(preg_match("#\{\{https?://(.*?)\}\}#", $url,$submatches)) {
/plugin/codedoc/
H A Dspecials.php42 if(preg_match('/\s*xref:(.*)/i',$match,$matches)) {
47 if(preg_match('/\s*clean:(.*)/i',$match,$matches)) {
77 else if(preg_match("/<(em|b)/",$match)) {
/plugin/tablewidth/
H A Daction.php46 preg_match('/<!-- table-width ([^\n]+?) -->/', $data[1][0], $match);
65 preg_match('/^([^\n]*<table)(.*?)(>)$/', $html, $match);
72 if (preg_match('/(.*?style\s*=\s*(["\']).*?)(\2.*)/', $attributes, $match) == 1) {
/plugin/targetlink/
H A Dsyntax.php50 if ( preg_match('/^[a-zA-Z0-9\.]+>{1}.*$/u',$ref) ) {
55 } elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$ref) ) {
59 } elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$ref) ) {
79 if ( preg_match('/^[a-zA-Z0-9\.]+>{1}.*$/u',$ref) ) {
84 } elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$ref) ) {
88 } elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$ref) ) {
/plugin/authyubikey/lib/
H A DYubico.php215 if (!preg_match("/^((.*)" . $delim . ")?" .
220 if (!preg_match("/^((.*)" . $delim . ")?" .
256 if(!preg_match("/" . $param . "=([0-9]+)/", $this->_response, $out)) {
367 if (preg_match("/status=([a-zA-Z0-9_]+)/", $str, $out)) {
382 if (!preg_match("/otp=".$params['otp']."/", $str) ||
383 !preg_match("/nonce=".$params['nonce']."/", $str)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.list-style-position.inc.php12 if (preg_match('/\binside\b/',$value)) {
16 if (preg_match('/\boutside\b/',$value)) {
/plugin/farm/
H A Dadmin.php263 if(preg_match('`^(true|false)$`i', $v, $m)) {
265 }elseif(preg_match('`^([0-9]+)$`', $v, $m)) {
267 }elseif(preg_match('`^([0-9]+\.[0-9]+)$`', $v, $m)) {
283 if(preg_match('`^(true|false)$`i', $v, $m)) {
285 }elseif(preg_match('`^([0-9]+)$`', $v, $m)) {
287 }elseif(preg_match('`^([0-9]+\.[0-9]+)$`', $v, $m)) {
297 if(preg_match('`^farm_opt__([a-zA-Z0-9_]+)$`', $k, $m)) {
/plugin/refnotes/syntax/
H A Dnotes.php109 preg_match('/~~REFNOTES(.*?)~~/', $syntax, $match);
118 preg_match('/<refnotes(.*?)(?:\/>|>(.*?)<\/refnotes>)/s', $syntax, $match);
147 if (preg_match($pattern, $t) == 1) {
187 if (preg_match('/(?:\d+\.?|\d*\.\d+)(?:%|em|px)|none/', $style['notes-separator'], $match) == 1) {
/plugin/formatplus2/syntax/
H A Dblockdeleteplus.php71 if(preg_match("/^(.*) =(.*?) @(.*?)$/", $match, $matches)){
73 }elseif(preg_match("/^(.*) @(.*?) =(.*?)$/", $match, $matches)){
75 }elseif(preg_match("/^(.*) =(.*?)$/", $match, $matches)){
77 }elseif(preg_match("/^(.*) @(.*?)$/", $match, $matches)){
/plugin/hcalendar/syntax/
H A Dhelper.php32 if (!preg_match('/(\d{4}\/\d{2}\/\d{2})(\[\d{2}:\d{2}:\d{2}\])/',$time_info)) {
33 if (preg_match('/(\d{4}\/\d{2}\/\d{2})(\[\d{2}:\d{2}\])/',$time_info)) {
39 if (preg_match('/(\d{4}\/\d{2}\/\d{2})(\[\d{2}:\d{2}:\d{2}\])?/',$time_info,$times)) {
41 } else if (preg_match('/(\[\d{2}:\d{2}:\d{2}\])?/',$time_info,$times)) {
/plugin/markdownextra/
H A Dmarkdown.php1100 preg_match('/\n{2,}/', $item))
1370 if (!preg_match('/^B\x1A[0-9]+B$/', $value)) {
2129 preg_match($newline_before_re, $parsed) &&
2130 preg_match($newline_after_re, $text) )
2159 preg_match('{^</?(?:'.$enclosing_tag_re.')\b}', $tag))
2247 if (preg_match('/^<([\w:$]*)\b/', $text, $matches))
2291 if (preg_match('{^</?'.$base_tag_name_re.'\b}', $tag)) {
2300 preg_match($markdown_attr_re, $tag, $attr_m) &&
2325 preg_match('/^<([\w:$]*)\b/', $tag, $matches);
2906 if ($leading_line || preg_match('/\n{2,}/', $def)) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php151 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
171 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
180 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
/plugin/ckgdoku/syntax/
H A Dspecials.php77 if(preg_match('/OPEN/', $match)) {
80 elseif(preg_match('/CLOSE/', $match)) {
83 …elseif(preg_match('/(TABLES|STYLING|AUTO_INTERNAL)/', $match)) { …
/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/letsencrypt/classes/
H A DClient.php32 if(!preg_match('/^https?:\/\//', $url)) $url = $this->base . $url;
45 if(!preg_match('/^https?:\/\//', $url)) $url = $this->base . $url;
102 if(preg_match('~<(.+)>;rel="up"~', $this->http->resp_headers['link'], $matches)) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
169 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
178 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
/plugin/pot/source/
H A Dcalculate.php37 preg_match($pattern, $key, $match); //.*(gut).*
48 preg_match('/^(.\*?)(\d\*?)$/', $this->cargo['pot'], $potidarr); //fetch potid of this potid
52 preg_match("/.*($searchval).*/", $key, $match);
/plugin/ckgedit/syntax/
H A Dspecials.php76 if(preg_match('/OPEN/', $match)) {
79 elseif(preg_match('/CLOSE/', $match)) {
82 …elseif(preg_match('/(TABLES|STYLING|AUTO_INTERNAL)/', $match)) { …
/plugin/gallery/
H A Dsyntax.php

12345678910>>...56