/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Lexer.php | 69 …'lex_var' => '/\s*'.preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1]… 70 …'lex_block' => '/\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][… 71 …preg_quote($this->options['tag_block'][0].$this->options['whitespace_trim'], '/').'|'.preg_quote($… 73 …mment' => '/(?:'.preg_quote($this->options['whitespace_trim'], '/').preg_quote($this->options['tag… 74 …\s*(raw|verbatim)\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][… 75 … 'lex_block_line' => '/\s*line\s+(\d+)\s*'.preg_quote($this->options['tag_block'][1], '/').'/As', 76 …preg_quote($this->options['tag_variable'][0], '/').'|'.preg_quote($this->options['tag_block'][0], … 77 … 'interpolation_start' => '/'.preg_quote($this->options['interpolation'][0], '/').'\s*/A', 78 'interpolation_end' => '/\s*'.preg_quote($this->options['interpolation'][1], '/').'/A', 401 $r = preg_quote($operator, '/').'(?=[\s()])'; [all …]
|
/plugin/interwikiformatting/ |
H A D | syntax.php | 115 …preg_quote($slash_replacement, '/') . "|" . preg_quote($anchor_replacement, '/') . ")\b" . preg_qu…
|
/plugin/daftdrafts/ |
H A D | helper.php | 70 …$acl_pattern = '^'.preg_quote($acl_scope,'/').'\s+'.$acl_user.'\s+[0-8].*' . $additionalCheck . '$… 71 $acl_pattern_nocomment = '^'.preg_quote($acl_scope,'/').'\s+'.$acl_user.'\s+[0-8].*$'; 107 $acl_pattern = '^'.preg_quote($acl_scope,'/').'\s+.*\s+[0-8].*' . $additional . '$'; 108 $acl_pattern_nocomment = '^'.preg_quote($acl_scope,'/').'\s+.*\s+[0-8].*$';
|
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.gallery.php | 25 $docroot = realpath((getenv('DOCUMENT_ROOT') && preg_match('#^'.preg_quote(realpath(getenv('DOCUMEN… 58 if (!preg_match('#^'.preg_quote($dirlimit).'#', $currentdir)) { 71 if (preg_match('#^'.preg_quote($dirlimit).'#', realpath($currentdir.'/..'))) {
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/ |
H A D | CacheBustingWorker.php | 45 if (preg_match('/'.preg_quote($replace, '/').'$/', $path)) { 51 preg_replace('/\.'.preg_quote($search, '/').'$/', $replace, $path)
|
/plugin/authg2fa/ |
H A D | TokenHelper.php | 40 if(!io_deleteFromFile($this->_g2fafile, '/^'.preg_quote($user).':/', true)) { 64 if(!io_deleteFromFile($this->_g2fafile, '/^'.preg_quote($user).':/', true)) {
|
/plugin/docimporter/ |
H A D | ImportUtils.php | 146 $pattern = preg_replace('/\\//', '\\/', preg_quote($sentence)); 151 $clean_pattern = preg_replace('/\\//', '\\/', preg_quote($clean_sentence)); 218 preg_match_all("/".preg_quote($sentence)."/", $myWikiContent, $matches, PREG_OFFSET_CAPTURE);
|
/plugin/blogtng/exe/ |
H A D | pingback.php | 102 $searchurl = preg_quote($targetUri, '!'); 109 $searchurl = preg_quote(wl($ID, '', false), '!');
|
/plugin/dw2pdf/ |
H A D | DokuImageProcessorDecorator.php | 35 $re = preg_quote(ml('xxx123yyy', '', true, '&', true), '/'); 55 $re = preg_quote(DOKU_URL, '/');
|
/plugin/linkback/action/ |
H A D | antispam.php | 116 $searchurl = preg_quote($targetUri, '!'); 122 $searchurl = preg_quote(wl($ID), '!');
|
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
H A D | Xcallable.php | 118 preg_quote(__CLASS__) . 140 preg_quote(__CLASS__) . 203 preg_quote(__CLASS__) .
|
/plugin/stopforumspam2/ |
H A D | helper.php | 222 $exlist = preg_quote($exlist, '/'); 235 $exlist = preg_quote($exlist, '/'); 250 $exlist = preg_quote($exlist, '/');
|
/plugin/blogtng/action/ |
H A D | feed.php | 130 $base = preg_quote(DOKU_REL,'/'); 135 …$event->data['item']->description = preg_replace('#[^\n]*?>\s*?' . preg_quote(hsc($firstheading), …
|
/plugin/semanticdata/ |
H A D | action.php | 134 $regexp .= preg_quote($aliases[$type]['prefix'], '/'); 138 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
|
/plugin/move/helper/ |
H A D | file.php | 92 $regex = '\.\d+\.' . preg_quote((string) $ext[0], '/'); 127 $regex = '/^' . preg_quote(utf8_encodeFN($src_name)) . '(' . $extregex . ')$/u';
|
/plugin/replace/ |
H A D | syntax.php | 54 $replacers = array_map('preg_quote', array_keys($this->replace));
|
/plugin/data-au/ |
H A D | action.php | 161 $regexp .= preg_quote($aliases[$type]['prefix'], '/'); 165 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
|
/plugin/data/ |
H A D | action.php | 171 $regexp .= preg_quote($aliases[$type]['prefix'], '/'); 175 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
|
/plugin/podcast/action/ |
H A D | feed.php | 121 $base = preg_quote(DOKU_REL,'/'); 127 …$event->data['item']->description = preg_replace('#[^\n]*?>\s*?' . preg_quote(hsc($firstheading), …
|
/plugin/preservefilenames/ |
H A D | action_anteater.php | 296 … '/(href="[^"]*)' . preg_quote(rawurlencode($pageid)) . '((?:\?[^#]*)?(?:#[^"]*)?")/', 297 '/(title="[^"]*)' . preg_quote($pageid) . '(")/' 329 '/(src="[^"]*)' . preg_quote(rawurlencode($pageid)) . '((?:\?[^#]*)?(?:#[^"]*)?")/',
|
/plugin/linkback/exe/ |
H A D | pingback.php | 167 $searchurl = preg_quote($targetUri, '!'); 173 $searchurl = preg_quote(wl($ID), '!');
|
/plugin/simplenavi/ |
H A D | syntax.php |
|
/plugin/toolbuttondel/ |
H A D | action.php | 112 $ckeys = preg_quote(implode(';',$this->misc_icons)); 130 $ckeys = preg_quote(implode(';',$this->key_type_chars));
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | PhpParser.php | 55 $namespace = preg_quote($class->getNamespaceName());
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/ |
H A D | TableOfContentsPlaceholderParser.php | 61 if ($cursor->match('/^' . \preg_quote($placeholder, '/') . '$/') === null) {
|