Home
last modified time | relevance | path

Searched refs:preg_match (Results 1376 – 1399 of 1399) sorted by last modified time

1...<<515253545556

/plugin/multitemplate_styleman/
H A Dcss.php17 …if (preg_match('/^[a-z0-9_-]+$/iD', $tpl)) { //seems to be a valid template name, and not a code i…
/plugin/guestbook/
H A Dbasic.class.php289 …if(empty($_POST['name']) || preg_match("/<[^>]*>/", $_POST['name'])) $error['name']="Bitte geben S…
290 …if(empty($_POST['subject']) || preg_match("/<[^>]*>/", $_POST['subject'])) $error['subject']="Bitt…
291 …if(empty($_POST['body']) || preg_match("/<[^>]*>/", $_POST['body'])) $error['body']="Bitte geben S…
293 …if(preg_match("/<[^>]*>/", $_POST['name']) || preg_match("/<[^>]*>/", $_POST['subject']) || preg_m…
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php57 …if (preg_match('/^(.*)(?:&|^)JsHttpRequest=(?:(\d+)-)?([^&]+)((?:&|$).*)$/s', $_SERVER['QUERY_STRI…
123 preg_match('/^(\S*)(?:\s+(\S*))$/', $enc, $p);
250 if (preg_match('{'.$this->_uniqHash.'(.*?)'.$this->_uniqHash.'}sx', $text)) {
/plugin/textile2/
H A DclassTextile.php363 if (preg_match("/\{([^}]*)\}/", $matched, $sty)) {
368 if (preg_match("/\[([^]]+)\]/U", $matched, $lng)) {
378 if (preg_match("/([(]+)/", $matched, $pl)) {
383 if (preg_match("/([)]+)/", $matched, $pr)) {
392 if (preg_match("/^(.*)#(.*)$/", $class, $ids)) {
443 if (preg_match("/^_/", $cell)) $ctyp = "h";
503 return preg_match("/^#+/", $in) ? 'o' : 'u';
549 if ($ext or !preg_match('/^ /', $line)) {
594 if (preg_match("/fn(\d+)/", $tag, $fns)) {
783 preg_match('/^\w/', @$parts['path']))
[all …]
/plugin/shortcut/syntax/
H A Danchor.php29preg_match("#^.*?Shortcut/([^\\/]+)#"," $HeadURL: https://svn.debugger.ru/repos/common/DokuWiki/Sh…
H A Dshortcut.php33preg_match("#^.*?Shortcut/([^\\/]+)#"," $HeadURL: https://svn.debugger.ru/repos/common/DokuWiki/Sh…
/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/chat/
H A Dajax.php114 preg_match('/\(([^\)]+)\)[\s]+([^:]+):[\s]+(.+)/', $lines[$i], $parts);
/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 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))
H A DEXPORTFILTER.php53 if(preg_match("/(<a.*>.*<\/a>)/i", $data, $match))
/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 DPARSEMONTH.php64 preg_match("/([0-9]+).*([0-9]+)|([0-9]+)/", $dayField, $array);
H A DPARSEPAGE.php37 if(preg_match("/(\d+|[ivx]+)/i", $item, $array))
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);
/plugin/googlesearch/
H A Dnusoap.php3005 if (! preg_match("'.*$domain$'i", $this->host)) {
3012 if (! preg_match("'^$path.*'i", $this->path)) {
5857 if (preg_match("/encoding=[\"']([^\"']*)[\"']/", $xml_decl, $res)) {
/plugin/txtconf/
H A Dtxtconfig.class.php245 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
H A Dconfig0.class.php324 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php156 if (preg_match("/\#1\/(\d+)/", $name, $matches)) {
/plugin/zip/pear/File/
H A DArchive.php465 preg_match($cacheCondition, $URL)) {
571 preg_match($cacheCondition, $source)) {
/plugin/menupopup/
H A Dsyntax.php174 …idth).'; '.(empty($this->height)?'':'max-height:'.$this->height.';').( preg_match('/right/', $this…
/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))

1...<<515253545556