Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DSafeFN.class.php23 private static $post_indicator = ']'; variable in SafeFN
91 …return !preg_match('#[^' . self::$plain . self::$post_indicator . self::$pre_indicator . ']#', $sa…
109 …if ($codepoint < 127 && (strpos(self::$plain . self::$post_indicator, chr($codepoint)) !== false))…
111 $safe .= self::$post_indicator;
123 if ($converted) $safe .= self::$post_indicator;
140 '#(?=[' . self::$post_indicator . self::$pre_indicator . '])#',