Home
last modified time | relevance | path

Searched defs:bom (Results 1 – 8 of 8) sorted by relevance

/plugin/jukebox/id3/
Dgetid3.lib.php698 function iconv_fallback_iso88591_utf8($string, $bom=false) {
715 function iconv_fallback_iso88591_utf16be($string, $bom=false) {
727 function iconv_fallback_iso88591_utf16le($string, $bom=false) {
788 function iconv_fallback_utf8_utf16be($string, $bom=false) {
831 function iconv_fallback_utf8_utf16le($string, $bom=false) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dgetid3.lib.php858 public static function iconv_fallback_iso88591_utf8($string, $bom=false) {
882 public static function iconv_fallback_iso88591_utf16be($string, $bom=false) {
901 public static function iconv_fallback_iso88591_utf16le($string, $bom=false) {
981 public static function iconv_fallback_utf8_utf16be($string, $bom=false) {
1031 public static function iconv_fallback_utf8_utf16le($string, $bom=false) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dutf8.php965 function utf8_to_utf16be(&$str, $bom = false) {
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.html5.min.js8 …s.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(r=require("jqu…
Dbuttons.html5.js981 bom: false, property
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js2562 bom = this.stream.peekUInt16(); property
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-io-2.4.jar ... obj org.apache.commons.io.ByteOrderMark bom public int hashCode () int b int[] ...
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs25849 function write_string_type(out/*:string*/, opts/*:WriteOpts*/, bom/*:?string*/)/*:any*/ { argument