Home
last modified time | relevance | path

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

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php80 public static function validate_printable_utf8($printable_utf8) { argument
81 return !preg_match('#[\x01-\x1f]#',$printable_utf8);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php79 public function validate_printable_utf8($printable_utf8) { argument
80 return !preg_match('#[\x01-\x1f]#',$printable_utf8);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php80 public static function validate_printable_utf8($printable_utf8) { argument
81 return !preg_match('#[\x01-\x1f]#',$printable_utf8);