Home
last modified time | relevance | path

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

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

/plugin/do/
H A Dhelper.php151 if (!preg_match($dateRegex, $args['from'][0]) || !preg_match($dateRegex, $args['to'][0])) {
H A Daction.php178 if (preg_match('/<do[^>]*>.*<\/do>/i', $event->data[0][1])) {
/plugin/do/syntax/
H A Ddo.php80 if (preg_match('/\b(\d\d\d\d-\d\d-\d\d)\b/', $content, $grep)) {
/plugin/iframeinterwiki/
H A Dsyntax.php54 if(preg_match('/\[?(\d+(em|%|pt|px)?)\s*([,xX]\s*(\d+(em|%|pt|px)?))?\]?/',$param,$matches)){
69 if(preg_match('/noscroll(bars?|ing)?/',$param)){
72 if(preg_match('/no(frame)?border/',$param)){
75 if(preg_match('/(left|right)/',$param,$matches)){
87 preg_match("/^\s*?(.+?)\s+(.+?)$/i", $line, $matches);
/plugin/ifauthex/lib/
H A Dtokenizer.php44 $result = preg_match($matchRegex, $text, $matches, PREG_OFFSET_CAPTURE, $position);
/plugin/ifauthex/
H A Dsyntax.php98 preg_match('/^<ifauth\b(.*?)>$/', $match, $matches);
/plugin/feedmod/
H A Daction.php77 preg_match('#doku.php/([^&]*)#', $url['path'], $match);
/plugin/odtsupport/
H A Dsyntax.php75 if (preg_match('/{{([a-zA-Z0-9]+)/', $match, $matches) !== 1) {
/plugin/barcodes/lib/
H A DColor.php33 if (preg_match('/^#?([0-9a-f]{6})/i', $color, $matches)) {
/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/authdrupal8/
H A Dauth.php307 if((preg_match('/^(\d+)\.(\d+)\.(\d+).*/', mysqli_get_server_info($con), $result)) == 1) {
/plugin/docnavigation/syntax/
H A Dpagenav.php104 if (isset($title) && preg_match('/^\{\{[^}]+}}$/', $title)) {
/plugin/gitlabapi/
H A Dsyntax.php55 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server);
69 preg_match("/project-path *= *(['\"])(.*?)\\1/", $match, $project_path);
74 preg_match("/milestones *= *(['\"])(.*?)\\1/", $match, $milestones);
78 preg_match("/commits *= *(['\"])(.*?)\\1/", $match, $commits);
82 preg_match("/issues *= *(['\"])(.*?)\\1/", $match, $issues);
86 preg_match("/pipelines *= *(['\"])(.*?)\\1/", $match, $pipelines);
/plugin/edittable/renderer/
H A Dinverse.php449 if(preg_match("'$pattern'", " $url ")) {
/plugin/blog/
H A Daction.php48 preg_match('#id=([^&]*)#', $url['query'], $match);
65 preg_match('#doku.php/([^&]*)#', $url['path'], $match);
H A Dhelper.php64 if (strlen($excluded_pages) > 0 && preg_match($excluded_pages, $id)) continue;
/plugin/blog/syntax/
H A Dautoarchive.php61 if(preg_match('/^\d\d\d\d-\d\d$/',$_REQUEST['blogarchive'])){
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/pubmed2020/classes/
H A Dcache.php391 $r = preg_match($medlinePattern, $raw, $matches);
402 $r = preg_match($pattern, $raw, $matches);
H A Dpubmed2020.php86 if (preg_match($pattern, $r, $m)){
108 if (preg_match($pattern, $content, $m, PREG_UNMATCHED_AS_NULL)) {
773 if (preg_match($p, $low_t, $matches, PREG_OFFSET_CAPTURE)) {
783 if (preg_match($p, $low_t, $matches)) {
792 if (preg_match($p, $low_t, $matches)) {
/plugin/pubmed2020/
H A Dsyntax.php436 if (!preg_match($pattern, $raw)) {
452 if (!preg_match($pattern, $raw)) {
/plugin/simplenavi/
H A Dsyntax.php249 !preg_match('#^' . $id . '(:|$)#', $opts['currentID']) &&
250 !preg_match('#^' . $id . '(:|$)#', getNS($opts['currentID']))
/plugin/captcha/
H A DEasySVG.php422 if (preg_match('/[a-z]/', $i)) {
H A Dhelper.php
/plugin/tplinc/
H A Dhelper.php154 if (preg_match($pattern, ":$id", $matches)) {

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