Searched refs:useIntl (Results 1 – 2 of 2) sorted by relevance
21 Sort::useIntl(false);29 Sort::useIntl(true);
28 protected static $useIntl = true; variable in dokuwiki\\Utf8\\Sort45 if (!self::$useIntl || !class_exists('\Collator')) {76 public static function useIntl($use = true) function in dokuwiki\\Utf8\\Sort78 self::$useIntl = $use;