Home
last modified time | relevance | path

Searched refs:preg_match (Results 126 – 150 of 1399) sorted by relevance

12345678910>>...56

/plugin/swiftmail/Swift/Message/
H A DEncoder.php56 while (preg_match('/^(.*?)(<' . self::CHEAP_ADDRESS_RE . '>)/s', $input, $matches))
76 while (preg_match('/^(.*?)(<[\x20-\x3A\x3C-\x7E]*>)/s', $input, $matches))
203 if (preg_match('/^.{1,'.($init_chunk-5).'}[^=]{2}(?!=[A-F0-9]{2})/', $string, $matches)
204 || preg_match('/^.{1,'.($init_chunk-6).'}([^=]{0,3})?/', $string, $matches))
212 while (preg_match('/^.{1,'.($init_chunk-5).'}[^=]{2}(?!=[A-F0-9]{2})/', $string, $matches)
213 || preg_match('/^.{1,'.($chunk-6).'}([^=]{0,3})?/', $string, $matches)
376 return preg_match('%(?:
397 return (!preg_match('/[^\x20-\x7E]/', $data));
415 return (!preg_match('/[^\x01-\x7F]/', $data));
/plugin/googletrends/
H A Dsyntax.php51 if (preg_match("/hl=([a-z]{2})/", $match[1], $matches)) $data['hl'] = $matches[1];
52 if (preg_match("/w=([0-9]+)/", $match[1], $matches)) $data['w'] = $matches[1];
53 if (preg_match("/h=([0-9]+)/", $match[1], $matches)) $data['h'] = $matches[1];
/plugin/fckg/syntax/
H A Dspecials.php70 if(preg_match('/OPEN/', $match)) {
74 elseif(preg_match('/CLOSE/', $match)) {
77 elseif(preg_match('/TABLES/', $match)) {
/plugin/pagemove/
H A Dadmin.php413 if( preg_match('#\.txt$#', $file) ) {
777 if ( preg_match('/^#/', $match[1])) continue;
782 if(preg_match('#^\w+://#', $mid)) continue;
785 if(preg_match('#\w+>#', $mid)) continue;
787 if(preg_match('#^/#', $mid)) continue;
850 if(preg_match('/^\./',$file)) continue;
885 if(preg_match('/^\./',$file)) continue;
921 if(!preg_match('#\.txt$#', $file)) return true;
941 if(preg_match('#^\w+://#', $matchLink)) continue;
944 if(preg_match('#^/#', $matchLink)) continue;
[all …]
/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/extranet/
H A Daction.php29 preg_match($this->getConf('extranet_ip_regex'), $client_ip, $matches);
44 preg_match($this->getConf('hide_regex'), $ID, $matches);
53 preg_match($this->getConf('hide_regex'), $media, $matches);
82 preg_match($titlePattern, $event->result, $matches);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php174 if (preg_match("/C\s-?\d+\s;\sWX\s(\d+)\s;\sN\s(\S+)\s;/",$line,$matches)) {
185 } elseif (preg_match("/UnderlinePosition ([\d-]+)/",$line,$matches)) {
189 } elseif (preg_match("/UnderlineThickness ([\d-]+)/",$line,$matches)) {
193 } elseif (preg_match("/Ascender ([\d-]+)/",$line,$matches)) {
197 } elseif (preg_match("/Descender ([\d-]+)/",$line,$matches)) {
201 } elseif (preg_match("/FontBBox ([\d-]+) ([\d-]+) ([\d-]+) ([\d-]+)/",$line,$matches)) {
H A Dcss.ruleset.class.php116 while (preg_match("/^(.*?)@media([^{]+){(.*)$/s",$css,$matches)) {
127 if (!preg_match("/^((?:[^{}]*{[^{}]*})*)[^{}]*\s*}(.*)$/s", $rest, $matches)) {
135 if (preg_match("/".$allowed_media."/i", $media)) {
175 if (preg_match("/@import\s+[\"'](.*)[\"'];/",$import, $matches)) {
178 } elseif (preg_match("/@import\s+url\((.*)\);/",$import, $matches)) {
181 } elseif (preg_match("/@import\s+(.*);/",$import, $matches)) {
204 while (preg_match("/([^{}]*){(.*?)}(.*)/is", $css, $matches)) {
/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/cellbg/
H A Dsyntax.php72 preg_match("/@([^:]*)/", $match, $color); // get the color
94 if (preg_match('/(<td[^<>]*)>[[:space:]]*$/', $renderer->doc) != 0) {
120 return (preg_match($pattern, $c));
/plugin/cellbg2/
H A Dsyntax.php72 preg_match("/@([^:]*)/", $match, $color); // get the color
94 if (preg_match('/(<td[^<>]*)>[[:space:]]*$/', $renderer->doc) != 0) {
120 return (preg_match($pattern, $c));
/plugin/markdowku/
H A Danchorsreference.php36 preg_match(
52 } else if (preg_match('/^mailto:/', $target) or
53 preg_match('<'.PREG_PATTERN_VALID_EMAIL.'>', $target)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php72 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
228 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
293 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
303 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
436 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
452 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
483 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
524 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
567 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
609 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php81 if (preg_match('/[^\pL\pM\pN\pP\pS\pZ\n\r\t]/u', $summary)) {
142 …if (preg_match("/(?:^HTTP\/|^[A-Z]+ \S+ HTTP\/)(\d+(?:\.\d+)?)/i", $startLine, $matches) && $match…
153 if (preg_match(Rfc7230::HEADER_FOLD_REGEX, $rawHeaders)) {
209 if (!preg_match('/^[\S]+\s+([a-zA-Z]+:\/\/|\/).*/', $data['start-line'], $matches)) {
239 if (!preg_match('/^HTTP\/.* [0-9]{3}( .*|$)/', $data['start-line'])) {
/plugin/bbcode/
H A Dsize.php33 … if (preg_match('/".+?"/',$match)) $match = substr($match, 1, -1); // addition #1: unquote
34 …if (preg_match('/^[0-6]$/',$match)) $match = self::_relsz(intval($match) ); // addition #2: relati…
35 else if (preg_match('/^\d+$/',$match)) $match .= 'px';
/plugin/templateconfhelper/action/
H A Dtemplateaction.php54 if( isset( $_GET['utpl'] ) && preg_match( '/^[\w-]+$/', $_GET['utpl'] )) {
68 if( isset( $_GET['utpl_theme'] ) && preg_match( '/^[\w-]*$/', $_GET['utpl_theme'] )) {
76 if( $switch && preg_match( '/^[\w-]+$/', $tpl )) {
125 if( preg_match( '/^[\w-]+$/', $tpl )) {
/plugin/pot/source/
H A Dtext.php32 preg_match("/.*($searchpotid).*/x", $key, $match); //.*(gut).*
42 preg_match('/^(.\*?)(\d\*?)$/', $this->cargo['pot'], $potidarr); //fetch potid of this potid
46 preg_match("/.*($searchval).*/", $key, $match);
/plugin/revealjs/syntax/
H A Dbackground.php260 if (preg_match($pattern, $val)) return $val;
270 if (preg_match($pattern, $val)) return $val;
286 if (preg_match($pattern, $val)) return $val;
296 if (preg_match($pattern, $val)) return $val;
305 if (preg_match($pattern, $val)) return $val;
314 if (preg_match($pattern, $val)) return $val;
/plugin/plantuml/
H A Dsyntax.php63 if (preg_match('/\b(left|center|right)\b/i', $conf, $matches)) {
68 if (preg_match('/\b(\d+)x(\d+)\b/', $conf, $matches)) {
72 if (preg_match('/\b(?:width|w)=([0-9]+)(%?)/i', $conf, $matches)) {
76 if (preg_match('/\b(?:height|h)=([0-9]+)\b/i', $conf, $matches)) {
82 if (preg_match('/\b(?:title|t)=(\w+)\b/i', $conf, $matches)) {
85 } else if (preg_match('/(?:title|t)="([\w+\s+]+)"/i', $conf, $matches)) {
/plugin/nobadbrowser/
H A Daction.php100 if (preg_match('/\bIE/', $this->binfo['browser']) && intval($this->binfo['version'])< 10 ) {
109 if (preg_match('/^Microsoft.*/', $this->binfo['browser_maker'])) {
118 if (preg_match('/^Opera/', $this->binfo['browser']) && intval($this->binfo['version'])>12 ) {
127 if (preg_match('/\bChrome/', $this->binfo['browser'])) {
136 if (preg_match('/^Google.*/', $this->binfo['browser_maker'])) {
145 if (preg_match('/\bChrome/', $this->binfo['parent']) ) {
154 if (preg_match('/.*Google Inc.*/', $this->binfo['renderingengine_maker']) ) {
163 if (preg_match('/^Safari/', $this->binfo['browser'])
164 || preg_match('/^Apple/', $this->binfo['browser_maker']) ) {
173 if (preg_match('/
[all...]
/plugin/patchpanel/
H A Dsyntax.php85 if (preg_match("/^name=(.+)/",$o,$matches)) {
88 } elseif (preg_match("/^ports=(\d+)/",$o,$matches)) {
90 } elseif (preg_match("/^rows=(\d+)/",$o,$matches)) {
92 } elseif (preg_match("/^groups=(\d+)/",$o,$matches)) {
94 } elseif (preg_match("/^rotate=(\d+)/",$o, $matches)) {
96 } elseif (preg_match("/^switch=(\d+)/",$o, $matches)) {
196 …if (!preg_match("/^\s*\d+/",$line)) { continue; } // skip lines that don't start with a port number
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DTest.php46 if (preg_match('/^(.*?)#(\d+)(?:-(\d+))?$/', $filter, $matches)) {
65 elseif (preg_match('/^(.*?)@(.+)$/', $filter, $matches)) {
108 $accepted = @preg_match($this->filter, $name, $matches);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DCramMD5Encoder.php77 if (!preg_match('/^[0-9a-f]{32}$/', $digest)) {
89 if (!preg_match('/^<.*>$/', $challenge)) {
101 if (!preg_match('/(.*) ([0-9a-f]{32})$/', $response, $matches)) {
/plugin/formatplus2/syntax/
H A Dblockinsertplus.php66 if(preg_match("/^(.*) =(.*?) @(.*?)$/", $match, $matches)){
68 }elseif(preg_match("/^(.*) @(.*?) =(.*?)$/", $match, $matches)){
70 }elseif(preg_match("/^(.*) =(.*?)$/", $match, $matches)){
72 }elseif(preg_match("/^(.*) @(.*?)$/", $match, $matches)){
/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;

12345678910>>...56