Home
last modified time | relevance | path

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

12345678910>>...56

/plugin/adhoctags/
H A Dhelper.php96 if (preg_match('/^data-[a-z][a-z0-9_-]*$/', $key)) {
101 if (preg_match('/^aria-[a-z]+$/', $key)) {
144 if (preg_match('/^:([a-z\-]+)/', $token)) {
150 if (preg_match('/^#([A-Za-z]\w+)/', $token)) {
156 if (preg_match('/^\"(.*)\"$/', $token)) {
162 if (preg_match('/^\[([^\]]+)\]$/', $token)) {
173 if (preg_match('/^[\w\d\-\\_]*$/',$token)) {
/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)));
H A Dtime.php21 return ( $name == 'datetime' && preg_match('/^[\w\d\s_+-:]+$/i', $value) );
/plugin/adultcontent/
H A Daction.php33 if (preg_match("/$regex/si",$event->data[0][1]))
/plugin/aichat/
H A DEmbeddings.php141 ($skipRE && preg_match($skipRE, (string)$page)) ||
142 ($matchRE && !preg_match($matchRE, ":$page"))
/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/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php275 $last_is_capital = preg_match('#^\p{Lu}#u', $last_word);
/plugin/airtable/
H A Dsyntax.php513preg_match("/tbl\w+/i", $query["record-url"], $table); //extract table, view, record from url
514 preg_match("/viw\w+/i", $query["record-url"], $view);
515 preg_match("/rec\w+/i", $query["record-url"], $record_id);
/plugin/ajaxpeon/
H A Dhelper.php104 $rt = preg_match("@<WORDLIST\b(.*?)>(.*?)</WORDLIST>@",$txtstr,$match);
/plugin/alphaindex/
H A Dsyntax.php315 }elseif($type == 'f' && !preg_match('#\.txt$#',$file)){
/plugin/alphalist/
H A Dsyntax.php93 if(preg_match('/^ (\-|\*)(.*)/', $row, $match))
110 if(preg_match('/==.*?==/', $row))
113 if(preg_match('/^ (\-|\*)(.*)/', $row, $match))
/plugin/amazon/
H A Dsyntax.php73 if(preg_match('/(\d+)x(\d+)/i',$more,$match)){
77 if(preg_match('/=(\d+)/',$more,$match)){
80 if(preg_match('/noprice/i',$more,$match)){
82 }elseif(preg_match('/(show)?price/i',$more,$match)){
85 if(preg_match('/nopurchased/i',$more,$match)){
87 }elseif(preg_match('/(show)?purchased/i',$more,$match)){
90 if(preg_match('/sortprice/i',$more,$match)){
92 }elseif(preg_match('/sortpriority/i',$more,$match)){
94 }elseif(preg_match('/sortadded/i',$more,$match)){
105 if(!preg_match('/^(us|uk|jp|de|fr|ca)$/',$ctry)){
/plugin/amazonlight/
H A Dsyntax.php77 if (preg_match('/(\d+)x(\d+)/i', $more, $match)) {
81 if (preg_match('/noprice/i', $more, $match)) {
83 } elseif (preg_match('/(show)?price/i', $more, $match)) {
89 if (!preg_match('/^(us|gb|jp|de|fr|ca)$/', $ctry)) {
/plugin/amcharts/
H A Daction.php63 if(!preg_match('#^(?:(?:https?:)?/)?/#', $resource)) {
/plugin/anewssystem/
H A Dsyntax.php890 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
894 if (preg_match('/^(
/plugin/annotate/
H A Danno.php77 if(preg_match("/<top>([\w\:]+)\<\/top\>/m",$match,$matches)) {
84 if(preg_match("/<bottom>([\w\:]+)\<\/bottom\>/m",$match,$matches)) {
124 if(preg_match('/^\{\{([\w\:]+)\}\}$/',$xhtml,$matches)) {
230 if(preg_match("/\<ol>/",$_list[$i])) {
234 else if(preg_match("/\<ul\>/",$_list[$i])) {
243 if(preg_match("/(anno_li_(\d))/",$_list[$i],$match)) {
/plugin/approve/syntax/
H A Dtable.php62 if (preg_match('/' . $value . '/', null) === false) {
/plugin/archivegenerator/
H A Dadmin.php398 if ($skipRegex && preg_match("#$skipRegex#", $this->getDWPathName($srcFN))) {
/plugin/archiveupload/
H A Daction.php233 if(preg_match('/\.('.$regex.')$/i',$fn_old)){
/plugin/asiansearch/
H A Daction.php83 if (!preg_match('/^".*"$/u', $str)) {
106 if (!preg_match('/^[\-\@\^]/u', $str)) {
150 } else if (preg_match('/'.$re3.'/iu',$text,$match,PREG_OFFSET_CAPTURE,$offset)) {
151 } else if (preg_match('/'.$re2.'/iu',$text,$match,PREG_OFFSET_CAPTURE,$offset)) {
152 } else if (preg_match('/'.$re1.'/iu',$text,$match,PREG_OFFSET_CAPTURE,$offset)) {
219 if (preg_match('/' . IDX_ASIAN . '/u', $term)) {
/plugin/authclientcert/
H A Dauth.php100 if (1 === preg_match($pattern, $cert, $matches)) {
157 preg_match('/\/' . $OID . '=([^\/]+)/', $name, $matches);
/plugin/authdrupal7/
H A Dauth.php313 … if((preg_match('/^(\d+)\.(\d+)\.(\d+).*/', mysql_get_server_info($con), $result)) == 1) {
/plugin/authdrupal8/
H A Dauth.php307 if((preg_match('/^(\d+)\.(\d+)\.(\d+).*/', mysqli_get_server_info($con), $result)) == 1) {
/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php167 return preg_match('/^(https?|ftp):\/\/.*/', $pathToFile) === 1;
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNode.php133 return preg_match($crazyInsaneRegexThatSomehowDetectsIso8601, $string) === 1;

12345678910>>...56