Home
last modified time | relevance | path

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

12345678910>>...56

/plugin/bez/mdl/
H A DValidator.php161 if (preg_match('/^(\d{4})-(\d{2})-(\d{2})$/', $date, $parts)) {
188 if (preg_match('/^(\d{1,2}):(\d{1,2})$/', $time, $parts)) {
/plugin/bez/struct/
H A DBezType.php32 preg_match('/#([a-z]*)([0-9]+)/', $value, $matches);
81 preg_match('/#([a-z]*)([0-9]+)/', $rawvalue, $matches);
118 preg_match('/#([a-z]*)([0-9]+)/', $lookup, $matches);
/plugin/bez/syntax/
H A Dnav.php62 preg_match('/bez:([a-z_]*)/i', $INFO['id'], $matches);
H A Dqlink.php21 preg_match('/#([a-z]*)([0-9]+)/', $match, $matches);
/plugin/bible/
H A Dsyntax.php97 $result = preg_match("/^.*?(\d*?\s*?\w+) (\d+):(\d+)(-(\d+))*$/", $inputVerse, $matches);
138 $result = preg_match("/^.*?(\d+:\d+)\.(.*?)$/", $line, $matches);
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php47 preg_match("/<description>(.*)<\\/description>/i", fgets($fh), $matches);
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php926 preg_match("/(.*)(?<!`|[a-zA-Z])($search)(?!`|[a-zA-Z])(.*)/", $subject, $array);
947 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $pre, $dependent))
965 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $post, $dependent))
980 if(preg_match("/\^(.*)\^(.*)\^/U", $pre, $matchCarat))
986 else if(preg_match("/\^(.*)\^(.*)\^/U", $post, $matchCarat))
1214 if(preg_match("/\s/", trim($this->vars['styleShortName'])))
1282 if(preg_match("/\s/", trim($this->vars['styleShortName'])))
H A DSESSION.php75 if(preg_match("/^$prefix(.*)/", $key, $matches))
108 if(preg_match("/^$prefix/", $key))
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php396 if(preg_match("#^\\\url{(.*://.*)}#", $row['howpublished'], $match))
544 if(preg_match("/\.|,|;|:\?!/", $lastItem) && ($firstPost == $lastItem))
569 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $pre, $dependent))
579 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $post, $dependent))
637 if(preg_match("/^\.|^,||^:^\?^\!/", $ultimate) && preg_match("/\.|,|:|\?|!/", $last))
1016 while(preg_match($match, $pString))
H A DEXPORTFILTER.php53 if(preg_match("/(<a.*>.*<\/a>)/i", $data, $match))
H A DPARSESTYLE.php38 preg_match("/(.*)(?<!`|[a-zA-Z])($search)(?!`|[a-zA-Z])(.*)/", $subject, $array);
59 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $pre, $dependent))
77 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $post, $dependent))
92 if(preg_match("/\^(.*)\^(.*)\^/U", $pre, $matchCarat))
98 else if(preg_match("/\^(.*)\^(.*)\^/U", $post, $matchCarat))
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php50 if(preg_match("/(.*){(.*)}/", $value, $matches))
97 else if(preg_match("/[a-zA-Z\-]{2,}/", trim($value)))
H A DPARSEENTRIES.php271 if(preg_match("/=/", $matches[2])) // this is a field
283 if(preg_match("/@(.*)\s*([{(])/", preg_quote($line), $matches))
303 if(preg_match("/string/i", $matches[1]))
305 else if(preg_match("/preamble/i", $matches[1]))
391 if(!preg_match("/^@/i", $line))
401 if(!preg_match("/^@/i", $line))
413 preg_match("/.*[{(](.*)/", $value, $matches);
H A DPARSEMONTH.php64 preg_match("/([0-9]+).*([0-9]+)|([0-9]+)/", $dayField, $array);
H A DPARSEPAGE.php37 if(preg_match("/(\d+|[ivx]+)/i", $item, $array))
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php486 preg_match('/^@\w+\{(.+)/', $entry, $matches);
498 preg_match('/^@(\w+)\{(.+),/', $entry, $matches);
599 preg_match('/^@\w+\{(.+)/' ,$entry, $matches);
613 preg_match('/^@\w+\{([\w\d]+),/' ,$entry, $matches);
702 if (!empty($ret['date']) && preg_match('|(\d\d\d\d).*|U', $ret['date'], $matches)) {
793 preg_match('/\$([^$]+)\$/' ,$entry, $matches);
1190 if (preg_match('/^{.*@.*}$/', $entry)) {
1194 if (preg_match('/^\".*\\".*\"$/', $entry)) {
/plugin/bibtex4dw/syntax/
H A Dcite.php49 preg_match('/\{\[(.+?)\]\}/', $match, $matches);
/plugin/bliki/
H A Dsyntax.php353 if (!preg_match($match, $file)) {
/plugin/block/
H A Dsyntax.php83 if(preg_match("/rounded\s*$/",$val)) {
88 if(preg_match('/(\d+)\%?:(\d+|r|c):(.*)/',$val, $matches)) {
117 elseif(preg_match('/(\d+)\%?:(\d+)/',$val, $matches)) {
179 if (preg_match($pattern, $c)) return $c;
/plugin/blog/
H A Daction.php48 preg_match('#id=([^&]*)#', $url['query'], $match);
65 preg_match('#doku.php/([^&]*)#', $url['path'], $match);
H A Dhelper.php64 if (strlen($excluded_pages) > 0 && preg_match($excluded_pages, $id)) continue;
/plugin/blog/syntax/
H A Darchive.php34 if(preg_match('/(\w+)\s*=(.+)/', $flag, $temp) == 1) {
53 if (preg_match("/\d{4}-\d{2}-\d{2}/", $rest)) {
60 } elseif (preg_match("/\d{4}-\d{2}/", $rest)) {
75 } elseif (preg_match("/\d{4}/", $rest)) {
H A Dautoarchive.php61 if(preg_match('/^\d\d\d\d-\d\d$/',$_REQUEST['blogarchive'])){
/plugin/bloglinks/
H A Daction.php66 if (strlen($pattern) > 0 && preg_match($pattern, $ID)) {
/plugin/blogtng/action/
H A Dcomments.php73 if ($web != '' && !preg_match('/^http/', $web)) {

12345678910>>...56