Home
last modified time | relevance | path

Searched refs:preg_quote (Results 1 – 25 of 168) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php69 …'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'][…
71preg_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',
76preg_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 Dsyntax.php115preg_quote($slash_replacement, '/') . "|" . preg_quote($anchor_replacement, '/') . ")\b" . preg_qu…
/plugin/daftdrafts/
H A Dhelper.php70 …$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 DphpThumb.demo.gallery.php25 $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 DCacheBustingWorker.php45 if (preg_match('/'.preg_quote($replace, '/').'$/', $path)) {
51 preg_replace('/\.'.preg_quote($search, '/').'$/', $replace, $path)
/plugin/authg2fa/
H A DTokenHelper.php40 if(!io_deleteFromFile($this->_g2fafile, '/^'.preg_quote($user).':/', true)) {
64 if(!io_deleteFromFile($this->_g2fafile, '/^'.preg_quote($user).':/', true)) {
/plugin/docimporter/
H A DImportUtils.php146 $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 Dpingback.php102 $searchurl = preg_quote($targetUri, '!');
109 $searchurl = preg_quote(wl($ID, '', false), '!');
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php35 $re = preg_quote(ml('xxx123yyy', '', true, '&', true), '/');
55 $re = preg_quote(DOKU_URL, '/');
/plugin/linkback/action/
H A Dantispam.php116 $searchurl = preg_quote($targetUri, '!');
122 $searchurl = preg_quote(wl($ID), '!');
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php118 preg_quote(__CLASS__) .
140 preg_quote(__CLASS__) .
203 preg_quote(__CLASS__) .
/plugin/stopforumspam2/
H A Dhelper.php222 $exlist = preg_quote($exlist, '/');
235 $exlist = preg_quote($exlist, '/');
250 $exlist = preg_quote($exlist, '/');
/plugin/blogtng/action/
H A Dfeed.php130 $base = preg_quote(DOKU_REL,'/');
135 …$event->data['item']->description = preg_replace('#[^\n]*?>\s*?' . preg_quote(hsc($firstheading), …
/plugin/semanticdata/
H A Daction.php134 $regexp .= preg_quote($aliases[$type]['prefix'], '/');
138 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
/plugin/move/helper/
H A Dfile.php92 $regex = '\.\d+\.' . preg_quote((string) $ext[0], '/');
127 $regex = '/^' . preg_quote(utf8_encodeFN($src_name)) . '(' . $extregex . ')$/u';
/plugin/replace/
H A Dsyntax.php54 $replacers = array_map('preg_quote', array_keys($this->replace));
/plugin/data-au/
H A Daction.php161 $regexp .= preg_quote($aliases[$type]['prefix'], '/');
165 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
/plugin/data/
H A Daction.php171 $regexp .= preg_quote($aliases[$type]['prefix'], '/');
175 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
/plugin/podcast/action/
H A Dfeed.php121 $base = preg_quote(DOKU_REL,'/');
127 …$event->data['item']->description = preg_replace('#[^\n]*?>\s*?' . preg_quote(hsc($firstheading), …
/plugin/preservefilenames/
H A Daction_anteater.php296 … '/(href="[^"]*)' . preg_quote(rawurlencode($pageid)) . '((?:\?[^#]*)?(?:#[^"]*)?")/',
297 '/(title="[^"]*)' . preg_quote($pageid) . '(")/'
329 '/(src="[^"]*)' . preg_quote(rawurlencode($pageid)) . '((?:\?[^#]*)?(?:#[^"]*)?")/',
/plugin/linkback/exe/
H A Dpingback.php167 $searchurl = preg_quote($targetUri, '!');
173 $searchurl = preg_quote(wl($ID), '!');
/plugin/simplenavi/
H A Dsyntax.php
/plugin/toolbuttondel/
H A Daction.php112 $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 DPhpParser.php55 $namespace = preg_quote($class->getNamespaceName());
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsPlaceholderParser.php61 if ($cursor->match('/^' . \preg_quote($placeholder, '/') . '$/') === null) {

1234567