Home
last modified time | relevance | path

Searched refs:preg_quote_cb (Results 1 – 6 of 6) 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/lib/exe/
H A Dcss.php473 $basedir = array_map(preg_quote_cb(...), $basedir);
/dokuwiki/inc/
H A Dhtml.php299 $phrases = array_map(preg_quote_cb(...), $phrases);
H A Dfulltext.php479 preg_quote_cb(...),
H A Dcommon.php1562 function preg_quote_cb($string) function