Home
last modified time | relevance | path

Searched refs:preg_match (Results 276 – 300 of 1399) sorted by relevance

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

/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/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php187 if (preg_match('/\s(\d+)\s/',$res,$matches)) {
393 if (preg_match('/(.*?)\r\n\r\n(.*)/s',$res,$matches)) {
410 preg_match('/Location: ([\S]+)/i',$res,$matches);
415 preg_match('/Location: ([\S]+)/i',$res,$matches);
425 if (!preg_match('/(.*?)\r\n\r\n(.*)/s',$res,$matches)) {
440 if (!preg_match('/(.*?)\r\n\r\n(.*)/s',$res,$matches)) {
H A Dutils_url.php7 if (preg_match("!^[a-zA-Z]+://.*!",$path)) {
62 if (preg_match("#^(/.*)/[^/]*$#", $base_path, $matches)) {
H A Dcss.inc.php145 return preg_match(sprintf('/%s/',
151 if (preg_match(sprintf('/^(%s)\s*(.*)$/s', CSS_STRING1_REGEXP), $string, $matches)) {
160 if (preg_match(sprintf('/^(%s)\s*(.*)$/s', CSS_STRING2_REGEXP), $string, $matches)) {
H A Dfetcher.url.curl.class.php24 if (preg_match('#^.*://[^/]+$#', $url)) {
82 preg_match('/^(.*?)\r\n\r\n(.*)$/s', $response, $matches);
/plugin/linksenhanced/syntax/
H A Dlink.php104 else if ( isset($link[1]) && preg_match('/^\{\{[^\}]+\}\}$/',$link[1]) ) {
117 if ( preg_match('/^[a-zA-Z0-9\.]+>{1}.*$/u',$link[0]) ) {
119 }elseif ( preg_match('/^\\\\\\\\[^\\\\]+?\\\\/u',$link[0]) ) {
121 }elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$link[0]) ) {
123 }elseif ( preg_match('<'.PREG_PATTERN_VALID_EMAIL.'>',$link[0]) ) {
125 }elseif ( preg_match('!^#.+!',$link[0]) ){
/plugin/gitbacked/lib/
H A DGitBackedUtil.php53 if(preg_match('!^([a-zA-z]:)(.*)!',$path,$match)) {
55 } else if(preg_match('!^(\\\\\\\\[^\\\\/]+\\\\[^\\\\/]+[\\\\/])(.*)!',$path,$match)) {
/plugin/cleanup/
H A Dhelper.php143 if($lvl == 1 && !preg_match('/^\/[a-f0-9]$/', $file)) return false;
212 if(!preg_match('/\.(meta|changes|indexed)$/', $file, $m)) return false;
235 if(!preg_match('/\.(changes)$/', $file, $m)) return false;
258 if(!preg_match('/\.(lock)$/', $file, $m)) return false;
/plugin/prolog/
H A Dattribute_include.php127 if(preg_match('/[\w]+/', end($IDparts)))
129 elseif(preg_match('/\*\*/', end($IDparts)))
131 elseif(preg_match('/\*/', end($IDparts)))
152 if(!preg_match($this->exitTagPattern,$splited))
/plugin/icalendar/
H A Dsyntax.php71 } else if (preg_match('#(\d\d)/(\d\d)/(\d\d\d\d)#', $params['from'], $fromDate)) {
74 } else if (preg_match('/\d+/', $params['from'])) {
81 } else if (preg_match('#(\d\d)/(\d\d)/(\d\d\d\d)#', $params['to'], $toDate)) {
84 } else if (preg_match('/\d+/', $params['to'])) {
/plugin/rssticker/
H A DlastRSS.php111 preg_match($pattern, $subject, $out);
166 preg_match("'<channel.*?>(.*?)</channel>'si", $rss_content, $out_channel);
179 preg_match("'<textinput(|[^>]*[^/])>(.*?)</textinput>'si", $rss_content, $out_textinfo);
189 preg_match("'<image.*?>(.*?)</image>'si", $rss_content, $out_imageinfo);
/plugin/csv/
H A Dhelper.php81 if ($opt['file'] !== '' && !preg_match('/^https?:\/\//i', $opt['file'])) {
94 if (@preg_match("/$text/", null) === false) {
122 if (preg_match('/^https?:\/\//i', $file)) {
173 if (!preg_match("/$filter/i", $row[$col])) {
/plugin/function/
H A Dsyntax.php52 preg_match("#^<function=(.+)>$#", $data, $matches);
58 if(preg_match("#^[a-z0-9\-_ \./]+$#i", $func)) {
/plugin/fontsize2/
H A Dsyntax.php48 preg_match("/(?i)<fs (.+?)>/", $match, $fs); // get the fontsize
93 if (preg_match($pattern, $c)) return true;
/plugin/structgeohash/types/
H A DGeoHash.php29 if(!preg_match('/^[a-z0-9]{12}$/', $rawvalue)) {
52 if(!preg_match('/^[a-z0-9]{12}$/', $rawvalue)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DEnsureFilterWorker.php54 …(self::CHECK_SOURCE === (self::CHECK_SOURCE & $this->flags) && preg_match($this->pattern, $asset->…
56 …(self::CHECK_TARGET === (self::CHECK_TARGET & $this->flags) && preg_match($this->pattern, $asset->…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php398 … $result = preg_match(PHPUnit_Util_Test::REGEX_DATA_PROVIDER, '@dataProvider method', $matches);
402 …$result = preg_match(PHPUnit_Util_Test::REGEX_DATA_PROVIDER, '@dataProvider class::method', $match…
406 …$result = preg_match(PHPUnit_Util_Test::REGEX_DATA_PROVIDER, '@dataProvider namespace\class::metho…
410 …$result = preg_match(PHPUnit_Util_Test::REGEX_DATA_PROVIDER, '@dataProvider namespace\namespace\cl…
414 … $result = preg_match(PHPUnit_Util_Test::REGEX_DATA_PROVIDER, '@dataProvider メソッド', $matches);
/plugin/podcast/
H A Dhelper.php75 if( preg_match( '/Content-Length: ([0-9]*)/', $v, $m )) {
77 elseif( preg_match( '/Location: (http:[^ ]*)/', $v, $m )) {
79 elseif( preg_match( '/HTTP\/1\.1 ([0-9]*)/', $v, $m )) {
/plugin/bookmarkme/
H A Daction.php106preg_match("#^.*?BookmarkMe/([^\\/]+)#"," $HeadURL: https://svn.debugger.ru/repos/common/DokuWiki/…
164 if (!$exists || preg_match("/$sp/i",$ID))
208 …,"<li><a href=\"$v\" ".(preg_match("#^javascript:#",$v)?"":"target=\"_blank\"")."><img src=\"$iu$i…
/plugin/openid/Auth/Yadis/
H A DParseHTML.php82 if (preg_match($double, $str, $matches)) {
84 } else if (preg_match($single, $str, $matches)) {
152 preg_match($pat, $html_string, $matches, PREG_OFFSET_CAPTURE);
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php52 if (preg_match('/security/i', $msg)) {
56 if(!preg_match('/^New release candidate/i', $msg)) {
/plugin/pgn4web/pgn4web/
H A Dgotd.php39 else if (!preg_match("/^\d+$/", $gameNum)) {
42 …if (!preg_match("/^[ +-]\d+$/", $gameNum)) { $gameNum = 0; } // space is needed since + is urldeco…
/plugin/highlight/
H A Dsyntax.php50 preg_match("/(?i)<hi (.+?)>/", $match, $color); // get the color
104 return (preg_match($pattern, $c));
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php81 if (false === preg_match('//u', $value)) {
165 …if ('-' === $this->currentLine[0] && self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u'…
171 …if (isset($values['value']) && '&' === $values['value'][0] && self::preg_match('#^&(?P<ref>[^ ]+) …
191 …&& self::preg_match('#^(?P<key>'.Inline::REGEX_QUOTED_STRING.'|[^ \'"\{\[].*?) *\:(\s+(?P<value>.+…
235 … && (!isset($values['value']) || '&' !== $values['value'][0] || !self::preg_match('#^&(?P<ref>[^ ]…
662 …if (\in_array($value[0], ['!', '|', '>'], true) && self::preg_match('/^(?:'.self::TAG_PATTERN.' +)…
682 …if (null !== $quotation && self::preg_match('/^'.$quotation.'.*'.$quotation.'(\s*#.*)?$/', $value)…
777 self::preg_match($pattern, $this->currentLine, $matches)
1008 …public static function preg_match(string $pattern, string $subject, array &$matches = null, int $f… function in Symfony\\Component\\Yaml\\Parser
1010 if (false === $ret = preg_match($pattern, $subject, $matches, $flags, $offset)) {
[all …]
/plugin/bbcode/
H A Dcolor.php177 … if (preg_match('/".+?"/',$match)) $match = substr($match, 1, -1); // addition #1: unquote
231 if (preg_match($pattern, $c)) return $c;

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