Home
last modified time | relevance | path

Searched refs:preg_quote_cb (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DSubscriberRegexBuilder.php37 $user = array_map(preg_quote_cb(...), $user);
39 $style = array_map(preg_quote_cb(...), $style);
40 $data = array_map(preg_quote_cb(...), $data);
/dokuwiki/_test/tests/general/
H A Dgeneral_html.test.php88 $re = join('|', array_map('preg_quote_cb', $this->allowedErrors));
/dokuwiki/inc/Search/Collection/
H A DTerm.php52 $this->quoted = preg_quote_cb($this->base);
/dokuwiki/inc/Search/
H A DFulltextSearch.php161 preg_quote_cb(...),
/dokuwiki/lib/exe/
H A Dcss.php473 $basedir = array_map(preg_quote_cb(...), $basedir);
/dokuwiki/inc/
H A Dhtml.php302 $phrases = array_map(preg_quote_cb(...), $phrases);
H A Dcommon.php1520 function preg_quote_cb($string) function