Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/
H A DSafeFN.class.php9 * characters 0-9a-z in the original string are preserved, "plain".
12 * The transition from converted substrings to plain characters is
20 // 'safe' characters are a superset of $plain, $pre_indicator and $post_indicator
21 private static $plain = '-./[_0123456789abcdefghijklmnopqrstuvwxyz'; // these characters aren't converted
29 * - if codepoint is a plain or post_indicator character,
91 return !preg_match('#[^' . self::$plain . self::$post_indicator . self::$pre_indicator . ']#', $safe);
109 if ($codepoint < 127 && (strpos(self::$plain . self::$post_indicator, chr($codepoint)) !== false)) {
150 // plain (unconverted) characters, optionally starting with a post_indicator
19 private static $plain = '-./[_0123456789abcdefghijklmnopqrstuvwxyz'; // these characters aren't converted global() variable in SafeFN
/dokuwiki/data/
H A Ddeleted.files673 inc/auth/plain.class.php
899 inc/auth/plain.php