Home
last modified time | relevance | path

Searched refs:preg_match (Results 326 – 350 of 1399) sorted by relevance

1...<<11121314151617181920>>...56

/plugin/strata/helper/
H A Dsyntax.php59 $result = preg_match("/^{$pattern}$/", $arguments[0], $match);
271 if(preg_match("/^({$p->variable})\s*(?:\((asc|desc)(?:ending)?\))?$/S",utf8_trim($line['text']),$match)) {
298 if(preg_match("/({$p->variable})$/",utf8_trim($line['text']),$match)) {
322 if(preg_match("/^({$p->variable})$/",utf8_trim($line['text']),$match)) {
507 if(preg_match("/^({$p->variable}|{$p->reflit})\s+({$p->variable}|{$p->predicate})\s*({$p->type})?\s*:\s*({$p->any})$/S",$line,$match)) {
534 if(preg_match("/^({$p->variable})\s*({$p->type})?$/",$object,$captures)!=1) {
571 } elseif(preg_match("/^({$p->variable})\s*({$p->type})?\s*({$p->operator})\s*({$p->variable})\s*({$p->type})?$/S",$line, $match)) {
605 } elseif(preg_match("/^({$p->variable})\s*({$p->type})?\s*({$p->operator})\s*({$p->any})$/S",$line, $match)) {
644 } elseif(preg_match("/^({$p->any})\s*({$p->operator})\s*({$p->variable})\s*({$p->type})?$/S",$line, $match)) {
721 if(preg_match("/
[all...]
/plugin/ckgedit/action/
H A Dedit.php57 preg_match('/_\w+_/', $_COOKIE['FCKG_USE'], $matches);
73 if(($id && preg_match("/$ns/",$id)) || ($Fck_NmSp && preg_match("/$ns/",$Fck_NmSp))) {
316 if(preg_match("/(^\s*geshi:\s*(\w+)(\s+\w+\.\w+)*\s*)$/m",$matches[0],$gmatch)){
323 if(preg_match("/\w+/",$matches[2])) {
329 if( preg_match("/MULTI/",$matches[0])) {
464 … if( (preg_match("/(<p>\s*)*(&nbsp;|\s+)<\/p>/",$tmp[$n])) || (preg_match("/^\s+$/",$tmp[$n]))) {
744 preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch);
950 if(preg_match("/MISIE|Trident/",$_SERVER['HTTP_USER_AGENT'])) {
1076 if(preg_match("#<(\w+)>.*?<\/\\1>#",$matches[0])) return $matches[0];
1236 … if(preg_match("/^\w+$/",$matches[2]) && $matches[1] == "/") return "/". $matches[2];
H A Dmeta.php294 if(!preg_match('/^\s+(\-|\*)/',$this->wiki_text)){
374 if(preg_match("/$ns/",$ID)) {
519 preg_match('#^(.*?' . $conf['animal'] . ')#', $save_dir,$matches);
528 if(!preg_match('#^\.\/data$#',$save_dir)) {
577 if( preg_match('/Windows/i', $sys) ) {
578 preg_match('/build\s+(\d+)/',$sys, $matches);
587 if(preg_match('/<SYMLINKD>\s+(.*?)\s+\[/i',$line,$matches)) {
594 …else if( preg_match('/WINNT/i', PHP_OS) ) { // if we can't get php_uname and a build and this …
719 if(preg_match('/ckgedit:fckeditor:userfiles:image/',$ID)) {
774 if(preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch)) {
H A Dsave.php43 if(!preg_match('/^\s+(\-|\*)/',$TEXT)) {
51 if(!preg_match("/image/",$matches[1])) {
204 if(preg_match('/[\w\.]+\s*>/',$matches[0])) {
207 if(preg_match('/([\w\.\-]+@[\w\.\-]+\.\w{2,3})\?.*?\|\1/i',$matches[0])) {
212 … if(preg_match("/\[\[http/",$matches[0])) return $matches[0]; //not an internal link
213 … if(preg_match("#\[\[.*?\|\{\{.*?\}\}\]\]#", $matches[0],$matches_1)) { // media file
/plugin/latexit/syntax/
H A Dbase.php73 … if (preg_match('/\\\cite(\[([a-zA-Z0-9 \.,\-:]*)\])?\{([a-zA-Z0-9\-:]*?)\}/', $match, $matches)) {
78 elseif (preg_match('#~~RECURSIVE~~#', $match)) {
/plugin/combo/ComboStrap/
H A DArrayUtility.php32 if (preg_match('/date|created|modified/i', $key) && is_numeric($value)) {
52 if (preg_match('/' . $pattern . '/i', $key)) {
/plugin/ckgdoku/action/
H A Dmeta.php266 if(!preg_match('/^\s+(\-|\*)/',$this->wiki_text)){
347 if(preg_match("/$ns/",$ID)) {
484 preg_match('#^(.*?' . $conf['animal'] . ')#', $save_dir,$matches);
493 if(!preg_match('#^\.\/data$#',$save_dir)) {
542 if( preg_match('/Windows/i', $sys) ) {
543 preg_match('/build\s+(\d+)/',$sys, $matches);
552 if(preg_match('/<SYMLINKD>\s+(.*?)\s+\[/i',$line,$matches)) {
559 …else if( preg_match('/WINNT/i', PHP_OS) ) { // if we can't get php_uname and a build and this …
682 if(preg_match('/ckgdoku:fckeditor:userfiles:image/',$ID)) {
746 if(preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch)) {
/plugin/davcard/syntax/
H A Dbook.php280 if(preg_match($params, $contactdata['formattedname']) !== 1)
287 if(preg_match($params, $dat['mail']) === 1)
299 if(preg_match($params, $da) === 1)
310 if(preg_match($params, $dat['number']) === 1)
/plugin/multipoll/
H A Dsyntax.php42 …if(preg_match('`^\s*((hideresults|hideifvoted|showresultsto\=(\@?[a-z0-9_-]+,)*(\@?[a-z0-9_-]+))\s…
64 if(preg_match('`^\s\s([\+\*])\s(.+)$`', $l, $m)) {
70 if(preg_match('`^\s\s([\+\*])\s(.+)$`', $l, $m)) {
133 if(preg_match('`^multipoll_question_([0-9]+)$`', $k, $m)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php86 if ($this->mpdf->checkSIP && preg_match("/([\x{20000}-\x{2FFFF}])/u", $str)) {
92 if ($this->mpdf->checkSMP && preg_match("/([\x{10000}-\x{1FFFF}])/u", $str)) {
194 if (preg_match('/q \d+\.\d\d+ 0 0 (\d+\.\d\d+) \d+\.\d\d+ \d+\.\d\d+ cm \/(I|FO)\d+ Do Q/', $s, $m)) { // Image data
200 } elseif ($this->mpdf->tableLevel > 0 && preg_match('/\d+\.\d\d+ \d+\.\d\d+ \d+\.\d\d+ ([\-]{0,1}\d+\.\d\d+) re/', $s, $m)) { // Rect in table
/plugin/siteexport/syntax/
H A Dtoc.php64 } else if (preg_match('/^\{\{[^\}]+\}\}$/', $link[1])) {
70 if (!(preg_match('/^[a-zA-Z0-9\.]+>{1}.*$/u', $link[0]) ||
71 preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u', $link[0]) ||
72 preg_match('#^([a-z0-9\-\.+]+?)://#i', $link[0]) ||
73 preg_match('<' . PREG_PATTERN_VALID_EMAIL . '>', $link[0]) ||
74 preg_match('!^#.+!', $link[0]))
671 …if (preg_match($tag, $instructions[$i][0]) && preg_match($tag, $instructions[$i+1][0]) && $instruc…
/plugin/fedauth/Auth/OpenID/
H A DURINorm.php145 preg_match(Auth_OpenID_getURIPattern(), $uri, $uri_matches);
154 preg_match(Auth_OpenID_getURLIllegalCharRE(),
184 preg_match(Auth_OpenID_getAuthorityPattern(),
/plugin/openas/
H A Dsyntax.php108 if(preg_match('/^TAreaOpen:(.*?)$/',$match,$matches)) {
116 if(preg_match("/^OpenAsNUM:(.*?)$/",$match,$matches)) {
127 if(preg_match("/SAVEAS_PAGE/i",$match)) {
/plugin/icon/
H A DSVG.php65 if (preg_match('/^\d*\.?\d+(px|em|ex|pt|in|pc|mm|cm|rem|vh|vw)?$/', $width)) {
88 if (preg_match('/^\d*\.?\d+(px|em|ex|pt|in|pc|mm|cm|rem|vh|vw)?$/', $height)) {
141 return (bool)preg_match('/^#?(?:(?:[\da-f]{3}){1,2}|(?:[\da-f]{4}){1,2})$/i', $color);
/plugin/ckgedit/
H A Dhelper.php37 if(preg_match("/image/", $mtype)) {
95 $media_tmp_ns = preg_match('/:/',$ID) ? preg_replace('/:\w+$/',"",$ID,1) : "";
167 if(isset($verdata) && preg_match('/(\d+)-(\d+)-(\d+)/',$verdata['date'],$ver_date)) {
/plugin/blogtng/syntax/
H A Dblog.php218 case (preg_match('/^\d$/', $opt)):
221 case (preg_match('/^\+(\d+)$/', $opt, $match)):
224 case (preg_match('/^tpl(\w+)$/', $opt, $match)):
/plugin/openid/Auth/OpenID/
H A DURINorm.php152 preg_match(Auth_OpenID_getURIPattern(), $uri, $uri_matches);
161 preg_match(Auth_OpenID_getURLIllegalCharRE(),
186 preg_match(Auth_OpenID_getAuthorityPattern(),
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.tables.inc.php23 preg_match("#<[^>]+>$#",substr($html,0,$offset),$matches);
69 preg_match("#<[^>]+>$#",substr($html,0,$offset),$matches);
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php513 } elseif (preg_match('/^("|\').*(\1)$/s', $str, $m) && $m[1] == $m[2]) {
557 case preg_match('/\\\u[0-9A-F]{4}/i', substr($chrs, $c, 6)):
610 } elseif (preg_match('/^\[.*\]$/s', $str) || preg_match('/^\{.*\}$/s', $str)) {
670 … if (preg_match('/^\s*(["\'].*[^\\\]["\'])\s*:\s*(\S.*),?$/Uis', $slice, $parts)) {
680 … } elseif (preg_match('/^\s*(\w+)\s*:\s*(\S.*),?$/Uis', $slice, $parts)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php291 … case preg_match('#\x1B\[(\d+)B#', $this->ansi, $match): // Move cursor down n lines
295 …case preg_match('#\x1B\[(\d+);(\d+)H#', $this->ansi, $match): // Move cursor to screen location v,h
301 … case preg_match('#\x1B\[(\d+)C#', $this->ansi, $match): // Move cursor right n lines
305 … case preg_match('#\x1B\[(\d+)D#', $this->ansi, $match): // Move cursor left n lines
312 …case preg_match('#\x1B\[(\d+);(\d+)r#', $this->ansi, $match): // Set top and bottom lines of a win…
314 … case preg_match('#\x1B\[(\d*(?:;\d*)*)m#', $this->ansi, $match): // character attributes
/plugin/condition/
H A Dsyntax.php118 return preg_match('`^\(`', $match);
124 if(preg_match('`^([a-zA-Z0-9_-]+)`', $match, $r)) {
125 if(preg_match('`^'.$this->_preg_build_alternative($this->allowedkeys).'$`', $r[1])) {
142 …if(preg_match('`^'.$this->_preg_build_alternative($this->allowedtests).'`', $match, $r)) { $test =…
186 if(preg_match('`^'.$this->_preg_build_alternative($ops).'`', $match, $r)) return $r[1];
/plugin/authucenter/lib/uc_client/model/
H A Duser.php44 …if($len > 15 || $len < 3 || preg_match("/\s+|^c:\\con\\con|[%,\*\"\s\<\>\&]|$guestexp/is", $userna…
80 if(($usernamereplaced != $username) || ($censorusername && preg_match($censorexp, $username))) {
93 …return strlen($email) > 6 && strlen($email) <= 32 && preg_match("/^([a-z0-9\-_.+]+)@([a-z0-9\-]+[.…
103 …if(($accessemail && !preg_match($accessexp, $email)) || ($censoremail && preg_match($censorexp, $e…
/plugin/epub/scripts/
H A Dcss3.php95 if(preg_match('#' .$xcl . '#',$file)) continue;
157 if(preg_match('/line: (\d+)$/', $msg, $m)){
164 if(preg_match('/\/(\* XXXXXXXXX )(.*?)( XXXXXXXXX \*)\//', $lines[$i], $m)){
334 if(preg_match('/([_\-a-z0-9]+(?:\.[_\-a-z0-9]+)*?)\.(png|gif)/i',$file,$match)){
426 if (preg_match('#^(/|data:|https?://)#',$match[3])) {
/plugin/ckgedit/scripts/
H A Dcss6.php86 if(preg_match('#' .$xcl . '#',$file) ) {
164 if(preg_match('/line: (\d+)$/', $msg, $m)){
171 if(preg_match('/\/(\* XXXXXXXXX )(.*?)( XXXXXXXXX \*)\//', $lines[$i], $m)){
341 if(preg_match('/([_\-a-z0-9]+(?:\.[_\-a-z0-9]+)*?)\.(png|gif)/i',$file,$match)){
433 if (preg_match('#^(/|data:|https?://)#',$match[3])) {
/plugin/publistx/bib2tpl/
H A Dhelper.inc.php68 if ( preg_match('/^\d[\d]$/', $month) )
77 if ( preg_match($pattern , $month) )

1...<<11121314151617181920>>...56