Home
last modified time | relevance | path

Searched refs:preg_match (Results 801 – 825 of 1399) sorted by relevance

1...<<31323334353637383940>>...56

/plugin/linkfix/
H A Dadmin.php34 $this->isextern = preg_match('/^(\w+:\/\/|\\\\)/i', $this->changefrom);
237 if(!preg_match('/^'.$this->qchangefrom.'/ui', $full)) return $link;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DInlineCommentSniff.php264 if (preg_match('/^\p{Ll}/u', $commentText) === 1) {
271 if (preg_match('/^\p{L}/u', $commentText) === 1) {
/plugin/authopenldapkerberos/
H A Dauth.php221 if (!preg_match($pattern, $user)) return false;
225 if (!preg_match($pattern, $info[$item])) return false;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DSea.php182 if (preg_match('/^(C|V|G)(p|a|b|t|HC|M|R|T|A)*/', substr($s, $ptr), $ma)) {
186 elseif (preg_match('/^(p|a|b|t|HC|M|R|T|A)+/', substr($s, $ptr), $ma)) {
/plugin/tagging/action/
H A Dsearch.php282 if (preg_match('/<div class="nothing">.*?<\/div>/', $event->data)) {
285 } elseif (preg_match('/(<\/h2>)/', $event->data)) {
/plugin/linkback/action/
H A Ddisplay.php66 if (!preg_match('![a-zA-Z0-9]!', $lid))
252 if (!preg_match($pattern, $event->data[1], $match))
/plugin/quickstats/
H A Daction.php84 if( preg_match('/WINNT/i', PHP_OS) ) {
261 if(preg_match('/rev\d*\[\d*\]/', $k)) {
345 if(preg_match($regex,$ip)){
391 if(preg_match("/^" . $xclpages . "$/",$ID)) return;
/plugin/extendpage/
H A Dadmin.php58 if (@preg_match($assignment['pattern'], null) === false) {
/plugin/redirector/
H A Daction.php54 …if ( $this->getConf('doLog') && !empty($_SERVER['HTTP_REFERER']) && !preg_match('/(?i)bot/', $_SER…
/plugin/indexmenu2/
H A Daction.php25preg_match("#^.*?Indexmenu2/([^\\/]+)#"," $HeadURL: https://svn.debugger.ru/repos/common/DokuWiki/…
/plugin/top/
H A DCrawlerDetect.php405 $result = preg_match('/'.$this->getRegex().'/i', $agent, $matches);
/plugin/fckg/
H A Drenderer.php39 if(isset($verdata) && preg_match('/(\d+)-(\d+)-(\d+)/',$verdata['date'],$ver_date)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DCssUtils.php108 if (!preg_match(static::REGEX_COMMENTS, $part, $match) || $part != $match[0]) {
/plugin/highlightparent/
H A Daction.php90 if (preg_match('/' . $pattern . '/', $ID, $matches) === 1) {
/plugin/revealjs/syntax/
H A Dfragment.php108 if (preg_match($pattern, $style)) return $style;
/plugin/plantumlparser/syntax/
H A Dinjector.php81 if(is_a($renderer,'renderer_plugin_dw2pdf') && (preg_match("/(@startlatex|@startmath|<math|<latex)/", $data['markup']))){
/plugin/ckgdoku/
H A Drenderer.php39 if(isset($verdata) && preg_match('/(\d+)-(\d+)-(\d+)/',$verdata['date'],$ver_date)) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSee.php62 if (preg_match('/\w:\/\/\w/i', $parts[0])) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php126 return null === $this->pattern || 0 < preg_match($this->pattern, $name);
/plugin/toctweak/syntax/
H A Dautotoc.php48 preg_match('/^~~([A-Z_]+)/', $match, $m);
/plugin/rating/
H A DCrawlerDetect.php405 $result = preg_match('/'.$this->getRegex().'/i', $agent, $matches);
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DAnonymousFootnoteRefParser.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFirePHPHandler.php174 …if (!empty($_SERVER['HTTP_USER_AGENT']) && preg_match('{\bFirePHP/\d+\.\d+\b}', $_SERVER['HTTP_USE…
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php83 if (!preg_match('/^[a-zA-Z0-9]*$/', $service)) {

1...<<31323334353637383940>>...56