Home
last modified time | relevance | path

Searched refs:preg_match (Results 1 – 25 of 1399) sorted by last modified time

12345678910>>...56

/plugin/pagelist/
H A Dsyntax.php59 if (!preg_match('/\[\[(.+?)]]/', $items[$i], $match)) continue;
75 if (($title) && (preg_match('/\{\{(.+?)}}/', $title, $match))) {
/plugin/pagequery/
H A DPageQuery.php78 if (preg_match('/^(?:\^|-ns:)(.+)$/u', $token, $matches)) {
80 } elseif (preg_match('/^(?:@|ns:)(.+)$/u', $token, $matches)) {
482 $matched = @preg_match('/' . $query . '/i', $page);
564 $match = preg_match('`' . $expr . '`', $row[$metakey]) > 0;
H A Dsyntax.php201 if (preg_match('/{(title|heading|firstheading)}/', $value)) {
/plugin/twofactor/
H A Dadmin.php244 if ($value && preg_match("/$q/iu", $userdata[$key])) {
/plugin/nspages/
H A DoptionParser.php156 return preg_match('/\s-' . $pattern . '/i', $subject, $matches);
/plugin/nspages/fileHelper/
H A DfilePreparer.php60 if (!preg_match($preg, $nameToFilterOn)) {
65 if (preg_match($preg, $nameToFilterOn)) {
/plugin/dbquery/
H A Dhelper.php70 if (!preg_match('/^select /i', trim($query))) {
/plugin/dbquery/syntax/
H A Dquery.php172 if (preg_match('/^\[\[(https?:\/\/[^|\]]+)(|.*?)?]]$/', $content, $m)) {
181 if (preg_match('/^\[\[([^|\]]+)(|.*?)?]]$/', $content, $m)) {
/plugin/siteexport/inc/
H A DpatchCSSmgr.php35 preg_match('/function (.+)\(/', $new_function, $aryMatches);
38 …if (preg_match('/(function ' . $func_name . '[\w\W\n]+?)(function)/s', $this->_code, $aryMatches))…
H A Dfunctions.php630 if (preg_match("#^(\.\./)+#", $baseURL)) {
H A Dpdfgenerator.php21 if (!preg_match("/" . $this->functions->settings->fileType . "$/", $NAME)) {
H A DreadCSS.patch4 …if ($this->mpdf->CSSselectMedia && !preg_match('/('.trim($this->mpdf->CSSselectMedia).'|all)/i',$m…
106 if (!preg_match('/^data:image/i', $embedded)) { // mPDF 5.5.13
129 if (!preg_match('/^data:image/i', $embedded)) { // mPDF 5.5.13
141 if (preg_match('/@media/',$CSSstr)) {
240 else if ($level==2 && preg_match('/^[:](.*)$/',$t2,$m)) {
245 else if ($level==3 && preg_match('/^[:](.*)$/',$t3,$m)) {
257 if (preg_match('/^[.](.*)$/',$t,$m)) { $tag = 'CLASS>>'.$m[1]; }
258 else if (preg_match('/^[#](.*)$/',$t,$m)) { $tag = 'ID>>'.$m[1]; }
266 … else if (preg_match('/^('.$this->mpdf->allowedCSStags.')$/',$t)) { $tag= $t; }
278 if (preg_match('/^[.](.*)$/',$t,$m)) { $tag = 'CLASS>>'.$m[1]; }
[all …]
H A Dsettings.php99 …$this->exportNamespace = !empty($ens) && preg_match("%^" . preg_quote($functions->getNamespaceFrom…
/plugin/siteexport/action/
H A Dajax.php570 "matches" => preg_match($PATTERN, $URL) ? 'match' : 'no match'
573 if ( preg_match($PATTERN, $URL) ) { return false; }
721 if (preg_match("#^\.\.?/#", $DATA[2])) {
757 $ISMEDIA = preg_match($MEDIAMATCHER, $DATA[2]) === 1;
936 preg_match("#id=(.*?)(&|\")#i", $DATA[0], $backlinkID);
1056 if ( !empty($tmpFile[2]) && !preg_match("#\.{$tmpFile[2]}$#", $DATA[2]) ) {
1078 if (preg_match("%^(https?://|mailto:|javascript:|data:)%", $DATA[2])) {
1084 if (preg_match("%media=(https?://.*?$)%", $DATA[2], $matches)) {
1090 if (preg_match("%^#.*?$%", $DATA[2])) {
1101 if ( !preg_match('$^(' . DOKU_BASE . ')?lib/$', $DATA[2]) ) {
[all …]
/plugin/siteexport/
H A Dhelper.php51 if ($_pattern && !preg_match($_pattern,$entry)) {
H A Dpreload.php31 …} else if (preg_match("/(js|css)\.php$/", $_SERVER['SCRIPT_NAME']) && isset($_SERVER['HTTP_REFERER…
85 if (!preg_match("/(js|css)\.php$/", $_SERVER['SCRIPT_NAME'])) {
252 …>hasSiteexportHeaders() && $caller != null && preg_match("/^(js|css)_/", $caller['function']) && p…
/plugin/siteexport/syntax/
H A Dtoc.php64 } else if (preg_match('/^\{\{[^\}]+\}\}$/', $link[1])) {
70 if (!(preg_match('/^[a-zA-Z0-9\.]+>{1}.*$/u', $link[0]) ||
71 preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u', $link[0]) ||
72 preg_match('#^([a-z0-9\-\.+]+?)://#i', $link[0]) ||
73 preg_match('<' . PREG_PATTERN_VALID_EMAIL . '>', $link[0]) ||
74 preg_match('!^#.+!', $link[0]))
671 …if (preg_match($tag, $instructions[$i][0]) && preg_match($tag, $instructions[$i+1][0]) && $instruc…
/plugin/linkback/exe/
H A Dtrackback.php101 if (!preg_match("#^([a-z0-9\-\.+]+?)://.*#i", $linkback['url'])) {
H A Dpingback.php65 if (!preg_match("#^([a-z0-9\-\.+]+?)://.*#i", $sourceUri))
67 if (!preg_match("#^([a-z0-9\-\.+]+?)://.*#i", $targetUri))
170 if (!preg_match($regex, $page['body'], $match) && !preg_match($regex2, $page['body'], $match)) {
177 if (!preg_match($regex, $page['body'], $match) && !preg_match($regex2, $page['body'], $match))
187 if (!preg_match($regex, $page['body'], $match))
/plugin/linkback/
H A Dhttp.php145 } while (!preg_match('/\r\n\r\n$/', $r_headers));
150 if ($this->max_bodysize && preg_match('/\r\nContent-Length:\s*(\d+)\r\n/i', $r_headers, $match)) {
160 if (!preg_match('/^HTTP\/(\d\.\d)\s*(\d+).*?\n/', $r_headers, $m)) {
189 if (!preg_match('/^http/i', $this->resp_headers['location'])) {
199 if ($this->header_regexp && !preg_match($this->header_regexp, $r_headers)) {
206 if (preg_match('/transfer\-(en)?coding:\s*chunked\r\n/i', $r_headers)) {
221 } while (preg_match('/[a-zA-Z0-9]/', $byte)); // read chunksize including \r
H A Dtools.php22 if (preg_match($regex, $page, $match)) {
24 if (!preg_match("#^(http://)?[^/]+#i", $icon)) {
/plugin/linkback/action/
H A Dsend.php306 if (!preg_match($regex, $data, $match)) {
324 if (!preg_match('!dc:identifier="([^"]+)"!is', $rdf, $match_id))
329 if (!(preg_match('!trackback:ping="([^"]+)"!is', $rdf, $match_plink) || preg_match('!about="([^"]+)"!is', $rdf, $match_plink)))
336 if (preg_match($regex, $data, $match))
H A Ddisplay.php66 if (!preg_match('![a-zA-Z0-9]!', $lid))
252 if (!preg_match($pattern, $event->data[1], $match))
H A Dantispam.php78 if (preg_match($regex, $excerpt) > $this->getConf('antispam_linkcount_max'))
119 if (!preg_match($regex, $page['body'], $match) && !preg_match($regex2, $page['body'], $match)) {
126 if (!preg_match($regex, $page['body'], $match) && !preg_match($regex2, $page['body'], $match))
/plugin/structpublish/
H A Dadmin.php59 if (@preg_match($assignment['pattern'], null) === false) {

12345678910>>...56