Home
last modified time | relevance | path

Searched refs:preg_match (Results 376 – 400 of 1399) sorted by relevance

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

/plugin/iptrust2/
H A Dadmin.php29 if (preg_match('/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/', $_REQUEST['ip']) &&
48 if (preg_match('/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/', $ip) &&
69 if (preg_match('/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/', $ip) &&
/plugin/box/
H A Dsyntax.php172 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
178 preg_match('/^(
188 if (preg_match('/[^A-Za-z0-9_-]/', $token)) {
/plugin/data/
H A Dhelper.php118 if (isset($type['enum']) && !preg_match('/(^|,\s*)' . preg_quote_cb($value) . '($|\s*,)/', $type['enum'])) {
125 if (preg_match('/^(\d\d\d\d)-(\d\d?)-(\d\d?)$/', $value, $m)) {
133 if (!preg_match('!^[a-z]+://!i', $value)) {
403 preg_match('/^([^_]*)(?:_(.*))?((?<!s)|s)$/', $col, $matches);
477 if (preg_match('/^(.*?)([\*=<>!~]{1,2})(.*)$/', $filterline, $matches)) {
485 } elseif (!preg_match('/(!?[=~])|([<>]=?)|(\*~)/', $com)) {
/plugin/dwcommits/
H A Dhelper.php225 if(!preg_match('/http/',$this->remote_url)) {
226 if(preg_match('/github/',$this->remote_url)) {
288 if(preg_match('/\*(.*)/',$branch,$matches)) {
377 if(!preg_match('/^\d\d\d\d-\d\d-\d\d$/',$since)) {
395 if(preg_match('/^([A-Z]\w+):(.*)/',$buffer, $matches)) {
400preg_match('/(\w+)\s+(\d+)\s+(\d+):(\d+):(\d+)\s+(\d+)/',$matches[2],$date_matches);
421 elseif (preg_match('/^commit\s(.*)/',$buffer,$commit)) {
705 if(preg_match('/[a-zA-Z]/',$dstr)){
807 if(preg_match('/dwcommits_(\d+)/',$entry, $matches)) {
/plugin/rowmove/
H A Daction.php65 …if( preg_match("/^[\|\^].*/",$zeile) || $col_notclosed) { //Am Anfang der Zeile ein "|" oder "^" h…
66 …if(preg_match("/^[\|\^].*/",$zeile) && !$pagemod && $col_notclosed) { //Doch am Anfang einer Zeile…
/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/botbouncer/admin/
H A Dstatistics.php64 if (preg_match('/is whitelisted$/',$line)) {
66 } elseif (preg_match('/no match$/',$line)) {
/plugin/preservefilenames/
H A Daction_anteater.php60 preg_match($filename_pat, $_POST['id'], $matches);
192 if (!preg_match('/^(?:in|ex)ternalmedia$/', $calls[$i][$handler_name])) {
276 if (!preg_match('/class="media[" ]/', $attr_str)) {
316 if (!preg_match('/class="media(?:left|right|center)?[" ]/', $imgtag)) {
/plugin/bureaucracyau/helper/
H A Dfield.php108 } elseif(preg_match('/x\d/', $arg)) {
112 } elseif(preg_match('/0{2,}/', $arg)) {
253 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
424 return @preg_match('/' . $d . '/i', $value);
/plugin/bureaucracy-au/helper/
H A Dfield.php108 } elseif(preg_match('/x\d/', $arg)) {
112 } elseif(preg_match('/0{2,}/', $arg)) {
253 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
424 return @preg_match('/' . $d . '/i', $value);
/plugin/bureaucracy/helper/
H A Dfield.php108 } elseif(preg_match('/x\d/', $arg)) {
112 } elseif(preg_match('/^0{2,}$/', $arg)) {
253 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
424 return @preg_match('/' . $d . '/i', $value);
/plugin/upgrade/HTTP/
H A DHTTPClient.php325 if($this->max_bodysize && preg_match('/\r?\nContent-Length:\s*(\d+)\r?\n/i',$r_headers,$match)){
335 if (!preg_match('/^HTTP\/(\d\.\d)\s*(\d+).*?\n/s', $r_headers, $m))
374 if (!preg_match('/^http/i', $this->resp_headers['location'])){
394 if($this->header_regexp && !preg_match($this->header_regexp,$r_headers))
411 while (preg_match('/^[a-zA-Z0-9]?$/',$byte=$this->readData($socket,1,'chunk'))){
543 if(preg_match('/^HTTP\/1\.[01] 200/i',$r_headers)){
697 } while (!preg_match('/\n$/',$r_data));
891 return $this->proxy_host && (!$this->proxy_except || !preg_match('/' . $this->proxy_except . '/i', $url));
/plugin/favoris/
H A Daction.php50 if (preg_match("/:lib:/i",$INFO['id']) || preg_match("/:media:/i",$INFO['id'])) return;
/plugin/creole/syntax/
H A Dtable.php77 } else if ( preg_match('/\t+/',$match) ) {
79 } else if ( preg_match('/ {2,}/',$match) ) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DExample.php87 if (! preg_match('/^(?:\"([^\"]+)\"|(\S+))(?:\s+(.*))?$/sux', $body, $matches)) {
107 … if (preg_match('/^([1-9]\d*)(?:\s+((?1))\s*)?(.*)$/sux', $matches[3], $contentMatches)) {
/plugin/barcodes/
H A Dsyntax.php65 …$attributes->size = preg_match('/^([0-9]+)(px)?$/', $barcode->attributes()['size'], $matches) ? in…
67 …$attributes->padding = preg_match('/^([0-9]+)(px)?$/', $barcode->attributes()['padding'], $matches…
/plugin/wrap/
H A Dhelper.php69 if (preg_match('/^\d*\.?\d+(%|px|em|rem|ex|ch|vw|vh|pt|pc|cm|mm|in)$/', $token)) {
75 if (preg_match('/:([a-z\-]+)/', $token)) {
81 if (preg_match('/#([A-Za-z0-9_-]+)/', $token)) {
88 if (preg_match('/[^A-Za-z0-9_-]/',$token)) continue;
90 $classIsInList = preg_match($restrictedClasses, $token);
95 $prefix = (!empty($noPrefix) && preg_match($noPrefix, $token)) ? '' : 'wrap_';
172 preg_match ('/wrap_col\d/', $attr ['class'], $matches);
/plugin/mdpage/
H A Dsyntax.php66 if (preg_match('|^</script>|', $match)) {
68 } else if (preg_match('|^<!DOCTYPE markdown>|', $match)) {
/plugin/fckg/
H A Dhelper.php47 $media_tmp_ns = preg_match('/:/',$ID) ? preg_replace('/:\w+$/',"",$ID,1) : "";
98 if(isset($verdata) && preg_match('/(\d+)-(\d+)-(\d+)/',$verdata['date'],$ver_date)) {
/plugin/rst/
H A Dsyntax.php152 if (!preg_match('/^(https{0,1}:\/\/|ftp:\/\/|mailto:)/i',$href)){
169 if (preg_match('/h([1-7])/',$node->tagName,$match))
/plugin/sketchcanvas/
H A Daction.php208 if(preg_match('/^<skcanvas.*?>/', $lines[0]))
210 if(preg_match('/^<\/skcanvas>/', end($lines)))
/plugin/twcheckliste/
H A Dsyntax.php78 preg_match("/$tag *= *\"([^\"]*)\" ?/i", $match, $text);
96 if (preg_match("/^[ \t]*={2,}[^\n]+={2,}[ \t]*$/", $text, $match)) {
/plugin/poldek/
H A Dhelper.php102 …if (preg_match('/^(?P<name>.+)-(?P<version>[^-]+)-(?P<release>[^-]+)\.(?P<arch>[^.]+)$/', $line, $…
104 } elseif (preg_match('/error: (?P<name>.+): no such package or directory/', $line, $m)) {
/plugin/ghissues/syntax/
H A Dsyntax.php65 if ( preg_match("/\bstate:(open|closed|all)\b/", $theRest, $matches) ) {
85 if ( preg_match("/\blabels?:(.*\z)/", $theRest, $matches) ) {
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php94 if (preg_match("/title:/i", $attr)) {
106 if (preg_match("/highlight:/i", $attr, $matches)) {

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