Home
last modified time | relevance | path

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

/plugin/xcom/scripts/
H A DsafeFN_class.js45 get_u_array: function(utf8str) { argument
47 for (var i=0; i<utf8str.length; i++) {
192 _utf8Decode: function (utf8str) argument
197 for (var i=0; i<utf8str.length; ) {
198 code = utf8str.charCodeAt(i++);
201 if (code > 127) code2 = utf8str.charCodeAt(i++);
202 if (code > 223) code3 = utf8str.charCodeAt(i++);
203 if (code > 239) code4 = utf8str.charCodeAt(i++);
215 utf8Decode: function (utf8str) argument
224 utf8str = utf8str.substr(pos + tmpStr.length);
[all …]
/plugin/fckg/scripts/
H A DsafeFN_class.js49 get_u_array: function(utf8str) { argument
51 for (var i=0; i<utf8str.length; i++) {
196 _utf8Decode: function (utf8str) argument
201 for (var i=0; i<utf8str.length; ) {
202 code = utf8str.charCodeAt(i++);
205 if (code > 127) code2 = utf8str.charCodeAt(i++);
206 if (code > 223) code3 = utf8str.charCodeAt(i++);
207 if (code > 239) code4 = utf8str.charCodeAt(i++);
219 utf8Decode: function (utf8str) argument
228 utf8str = utf8str.substr(pos + tmpStr.length);
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js45 get_u_array: function(utf8str) { argument
47 for (var i=0; i<utf8str.length; i++) {
192 _utf8Decode: function (utf8str) argument
197 for (var i=0; i<utf8str.length; ) {
198 code = utf8str.charCodeAt(i++);
201 if (code > 127) code2 = utf8str.charCodeAt(i++);
202 if (code > 223) code3 = utf8str.charCodeAt(i++);
203 if (code > 239) code4 = utf8str.charCodeAt(i++);
215 utf8Decode: function (utf8str) argument
224 utf8str = utf8str.substr(pos + tmpStr.length);
[all …]
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js45 get_u_array: function(utf8str) { argument
47 for (var i=0; i<utf8str.length; i++) {
192 _utf8Decode: function (utf8str) argument
197 for (var i=0; i<utf8str.length; ) {
198 code = utf8str.charCodeAt(i++);
201 if (code > 127) code2 = utf8str.charCodeAt(i++);
202 if (code > 223) code3 = utf8str.charCodeAt(i++);
203 if (code > 239) code4 = utf8str.charCodeAt(i++);
215 utf8Decode: function (utf8str) argument
224 utf8str = utf8str.substr(pos + tmpStr.length);
[all …]
/plugin/ckgdoku/scripts/
H A DsafeFN_class.js49 get_u_array: function(utf8str) { argument
51 for (var i=0; i<utf8str.length; i++) {
196 _utf8Decode: function (utf8str) argument
201 for (var i=0; i<utf8str.length; ) {
202 code = utf8str.charCodeAt(i++);
205 if (code > 127) code2 = utf8str.charCodeAt(i++);
206 if (code > 223) code3 = utf8str.charCodeAt(i++);
207 if (code > 239) code4 = utf8str.charCodeAt(i++);
219 utf8Decode: function (utf8str) argument
228 utf8str = utf8str.substr(pos + tmpStr.length);
[all …]
/plugin/ckgedit/scripts/
H A DsafeFN_class.js49 get_u_array: function(utf8str) { argument
51 for (var i=0; i<utf8str.length; i++) {
196 _utf8Decode: function (utf8str) argument
201 for (var i=0; i<utf8str.length; ) {
202 code = utf8str.charCodeAt(i++);
205 if (code > 127) code2 = utf8str.charCodeAt(i++);
206 if (code > 223) code3 = utf8str.charCodeAt(i++);
207 if (code > 239) code4 = utf8str.charCodeAt(i++);
219 utf8Decode: function (utf8str) argument
228 utf8str = utf8str.substr(pos + tmpStr.length);
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js45 get_u_array: function(utf8str) { argument
47 for (var i=0; i<utf8str.length; i++) {
192 _utf8Decode: function (utf8str) argument
197 for (var i=0; i<utf8str.length; ) {
198 code = utf8str.charCodeAt(i++);
201 if (code > 127) code2 = utf8str.charCodeAt(i++);
202 if (code > 223) code3 = utf8str.charCodeAt(i++);
203 if (code > 239) code4 = utf8str.charCodeAt(i++);
215 utf8Decode: function (utf8str) argument
224 utf8str = utf8str.substr(pos + tmpStr.length);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js3340 var next_out_utf8, tail, utf8str;
3379 utf8str = strings.buf2string(strm.output, next_out_utf8);
3386 this.onData(utf8str);
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js5182 var next_out_utf8, tail, utf8str;
5247 utf8str = strings.buf2string(strm.output, next_out_utf8);
5254 this.onData(utf8str);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28759 0x0c: 'utf8str',
62368 var next_out_utf8, tail, utf8str; // Flag to properly process Z_BUF_ERROR on testing inflate call
62421 utf8str = strings.buf2string(strm.output, next_out_utf8); // move tail
62430 this.onData(utf8str);