Home
last modified time | relevance | path

Searched refs:preg_match (Results 301 – 325 of 1399) sorted by relevance

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

/plugin/sentry/action/
H A Dajax.php85 if (preg_match($gecko, $line, $parts)) {
92 } elseif (preg_match($chrome, $line, $parts)) {
/plugin/nspages/fileHelper/
H A DfilePreparer.php60 if (!preg_match($preg, $nameToFilterOn)) {
65 if (preg_match($preg, $nameToFilterOn)) {
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php106 if (preg_match($double, $str, $matches)) {
108 } else if (preg_match($single, $str, $matches)) {
173 preg_match($pat, $html_string, $matches, PREG_OFFSET_CAPTURE);
/plugin/geogebrembed/syntax/
H A Dggb.php95 if (preg_match($regex, $params_raw, $content)) {
109 if (preg_match('/^(\d+)(?:x(\d+))?$/', $params[0], $size)) {
134 … else if (preg_match('/^[A-Z0-9]{0,'.$this->getConf('config_threshold').'}$/i', $match)) {
/plugin/stopforumspam2/
H A Dhelper.php230 if (preg_match($prefix, $ip)) return TRUE;
245 if (preg_match($prefix, $username)) return TRUE;
267 if (preg_match($prefix, $ascii)) return TRUE;
268 if (preg_match($prefix, $utf8)) return TRUE;
/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)) {
/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/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php244 if (preg_match('# ([0-9]{2})/([0-9]{2})/([0-9]{2}) #', $ServerInfo['im_version'], $matches)) {
252 } elseif (preg_match('# ([0-9]{4})\\-([0-9]{2})\\-([0-9]{2}) #', $ServerInfo['im_version'], $matche…
353 if (!$php_sapi_name || (preg_match('#~#', dirname($_SERVER['PHP_SELF'])) && ($php_sapi_name != 'apa…
372 } elseif (preg_match('#^Apache/([0-9\\.]+)#i', $server_software, $matches)) {
449 …d-color: '.(preg_match('#(1|ON)#i', @ini_get($feature)) ? $color_true : $color_false).';">'.$phpTh…
/plugin/const/
H A Dclass.evalmath.php179 …if ( 1 === preg_match( '/^\s*(' . self::$name_pattern . ')\s*=\s*(.+)$/', $expression, $matches ) …
195 …} elseif ( 1 === preg_match( '/^\s*(' . self::$name_pattern . ')\s*\(\s*(' . self::$name_pattern .…
215 …if ( 1 === preg_match( '/^' . self::$name_pattern . '$/', $token ) && ! in_array( $token, $args, t…
284 if ( 1 === preg_match( '/[^\w\s+*^\/()\.,-<>=]/', $expression, $matches ) ) {
293 …$ex = preg_match( '/^(' . self::$name_pattern . '\(?|\d+(?:\.\d*)?(?:(e[+-]?)\d*)?|\.\d+|\()/', su…
336 …if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 2 ), $matches…
386 …if ( 0 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 2 ), $matches…
405 if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', $value, $matches ) ) {
429 …if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 3 ), $matches…
/plugin/bibtex/OSBib/create/
H A DSESSION.php75 if(preg_match("/^$prefix(.*)/", $key, $matches))
108 if(preg_match("/^$prefix/", $key))
/plugin/davcard/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
169 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
/plugin/google_cal/
H A Dsyntax.php31 if(preg_match('/{{cal>(.*)/', $match)) { // Hook for future features
38 if (preg_match('/(.*)\[(.*)\]$/', trim($url), $matches)) {
/plugin/duoshuo-dokuwiki/
H A Daction.php58 …$no_duoshuo = preg_match('/[^<nowiki>]' . syntax_plugin_duoshuo::NODUOSHUO_SYNTAX . '/' , $data , …
73 …$count = preg_match('/[^<nowiki>]' . syntax_plugin_duoshuo::DUOSHUO_SYNTAX . '/' , $data , $matche…
/plugin/facebook/
H A Dsyntax.php73 }elseif(preg_match('/^\d+f$/',$param)){
75 }elseif(preg_match('/^(\d+)x(\d+)$/',$param,$match)){
/plugin/flash/
H A Dsyntax.php71 if(preg_match('/\b(left|center|right)\b/i',$conf,$match)) $return['align'] = $match[1];
72 if(preg_match('/\b(\d+)x(\d+)\b/',$conf,$match)){
/plugin/authhttp/
H A Dauth.php78 if (preg_match('/^\/.*\/$/m', $this->usernameregex) == 0) {
139 if (preg_match($this->usernameregex, $user, $results)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
169 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
169 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
/plugin/smtp/classes/
H A DMessage.php36 if(preg_match('#(.*?)<(.*?)>#', $this->from, $matches)) {
55 if(preg_match('#(.*?)<(.*?)>#', $addr, $matches)) {
/plugin/struct/types/
H A DUrl.php31 if (!preg_match("/$regex/i", $url)) {
90 if (!preg_match('/\w+:\/\//', $url)) {
/plugin/diagrams/syntax/
H A Dembed.php51 if (preg_match('/\b(left|right|center)\b/', $params, $matches)) {
55 if (preg_match('/\b(\d+)x(\d+)\b/', $params, $matches)) {
/plugin/codeprettify/syntax/
H A Dcode.php147 if (preg_match('/\b(no)?linenums(:\d+)?/', $params, $m, PREG_OFFSET_CAPTURE)) {
153 if (preg_match('/\blang-\w+/', $params, $m, PREG_OFFSET_CAPTURE)) {
185 if ( preg_match('/\[.*\]/', $params, $matches) ) {
/plugin/ckgdoku/
H A Dhelper.php37 if(preg_match("/image/", $mtype)) {
67 $media_tmp_ns = preg_match('/:/',$ID) ? preg_replace('/:\w+$/',"",$ID,1) : "";
139 if(isset($verdata) && preg_match('/(\d+)-(\d+)-(\d+)/',$verdata['date'],$ver_date)) {
/plugin/owncloud/
H A Dsyntax.php58 if(preg_match('#\[(.*)\]#',$match,$inside)){
75 if(preg_match('#fileid=(\d+)?#i',$match['raw'],$fileid)){
83 if(preg_match('#[\?|&](\d+)(x(\d+))?#i',$match['raw'],$size)){

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