Searched refs:_utf8_decode (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/
H A Dbase64.js78 output = Base64._utf8_decode(output);
112 _utf8_decode : function (utftext) { method in class:Base64
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/
H A Dbase64.js78 output = Base64._utf8_decode(output);
112 _utf8_decode : function (utftext) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js_src/
H A Dbase64.js78 output = Base64._utf8_decode(output);
112 _utf8_decode : function (utftext) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/
H A Dsmbdav-tools.min.js472 a.length;)e=this._keyStr.indexOf(a.charAt(b++)),f=this._keyStr.indexOf(a.charAt(b++)),h=this._keyStr.indexOf(a.charAt(b++)),d=this._keyStr.indexOf(a.charAt(b++)),e=e<<2|f>>4,f=(f&15)<<4|h>>2,j=(h&3)<<6|d,c+=String.fromCharCode(e),h!=64&&(c+=String.fromCharCode(f)),d!=64&&(c+=String.fromCharCode(j));return c=Base64._utf8_decode(c)},_utf8_encode:function(a){for(var a=a.replace(/\r\n/g,"\n"),c="",e=0;e<a.length;e++){var f=a.charCodeAt(e);f<128?c+=String.fromCharCode(f):(f>127&&f<2048?c+=String.fromCharCode(f>>
473 6|192):(c+=String.fromCharCode(f>>12|224),c+=String.fromCharCode(f>>6&63|128)),c+=String.fromCharCode(f&63|128))}return c},_utf8_decode:function(a){for(var c="",e=0,f=c1=c2=0;e<a.length;)f=a.charCodeAt(e),f<128?(c+=String.fromCharCode(f),e++):f>191&&f<224?(c2=a.charCodeAt(e+1),c+=String.fromCharCode((f&31)<<6|c2&63),e+=2):(c2=a.charCodeAt(e+1),c3=a.charCodeAt(e+2),c+=String.fromCharCode((f&15)<<12|(c2&63)<<6|c3&63),e+=3);return c}};(function(a){a.fn.barousel=function(d){var b=a.extend({imageWrapper:".barousel_image",contentWrapper:".barousel_content",contentLinksWrapper:null,navWrapper:".barousel_nav",slideDuration:3E3,navType:1,fadeIn:1,fadeInSpeed:500,manualCarousel:0,contentResize:1,contentResizeSpeed:300,debug:0,startIndex:0,hideNavBarDuration:3E3,onLoading:0},d||{});b.imageWrapper=a(this).find(b.imageWrapper);b.contentWrapper=a(this).find(b.contentWrapper);b.contentLinksWrapper=a(b.contentLinksWrapper);b.navWrapper=a(this).find(b.navWrapper); method in class:Base64
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/
H A Dsmbdav-tools.min.js472 a.length;)e=this._keyStr.indexOf(a.charAt(b++)),f=this._keyStr.indexOf(a.charAt(b++)),h=this._keyStr.indexOf(a.charAt(b++)),d=this._keyStr.indexOf(a.charAt(b++)),e=e<<2|f>>4,f=(f&15)<<4|h>>2,j=(h&3)<<6|d,c+=String.fromCharCode(e),h!=64&&(c+=String.fromCharCode(f)),d!=64&&(c+=String.fromCharCode(j));return c=Base64._utf8_decode(c)},_utf8_encode:function(a){for(var a=a.replace(/\r\n/g,"\n"),c="",e=0;e<a.length;e++){var f=a.charCodeAt(e);f<128?c+=String.fromCharCode(f):(f>127&&f<2048?c+=String.fromCharCode(f>>
473 6|192):(c+=String.fromCharCode(f>>12|224),c+=String.fromCharCode(f>>6&63|128)),c+=String.fromCharCode(f&63|128))}return c},_utf8_decode:function(a){for(var c="",e=0,f=c1=c2=0;e<a.length;)f=a.charCodeAt(e),f<128?(c+=String.fromCharCode(f),e++):f>191&&f<224?(c2=a.charCodeAt(e+1),c+=String.fromCharCode((f&31)<<6|c2&63),e+=2):(c2=a.charCodeAt(e+1),c3=a.charCodeAt(e+2),c+=String.fromCharCode((f&15)<<12|(c2&63)<<6|c3&63),e+=3);return c}};(function(a){a.fn.barousel=function(d){var b=a.extend({imageWrapper:".barousel_image",contentWrapper:".barousel_content",contentLinksWrapper:null,navWrapper:".barousel_nav",slideDuration:3E3,navType:1,fadeIn:1,fadeInSpeed:500,manualCarousel:0,contentResize:1,contentResizeSpeed:300,debug:0,startIndex:0,hideNavBarDuration:3E3,onLoading:0},d||{});b.imageWrapper=a(this).find(b.imageWrapper);b.contentWrapper=a(this).find(b.contentWrapper);b.contentLinksWrapper=a(b.contentLinksWrapper);b.navWrapper=a(this).find(b.navWrapper);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/
H A Dsmbdav-tools.min.js472 a.length;)e=this._keyStr.indexOf(a.charAt(b++)),f=this._keyStr.indexOf(a.charAt(b++)),h=this._keyStr.indexOf(a.charAt(b++)),d=this._keyStr.indexOf(a.charAt(b++)),e=e<<2|f>>4,f=(f&15)<<4|h>>2,j=(h&3)<<6|d,c+=String.fromCharCode(e),h!=64&&(c+=String.fromCharCode(f)),d!=64&&(c+=String.fromCharCode(j));return c=Base64._utf8_decode(c)},_utf8_encode:function(a){for(var a=a.replace(/\r\n/g,"\n"),c="",e=0;e<a.length;e++){var f=a.charCodeAt(e);f<128?c+=String.fromCharCode(f):(f>127&&f<2048?c+=String.fromCharCode(f>>
473 6|192):(c+=String.fromCharCode(f>>12|224),c+=String.fromCharCode(f>>6&63|128)),c+=String.fromCharCode(f&63|128))}return c},_utf8_decode:function(a){for(var c="",e=0,f=c1=c2=0;e<a.length;)f=a.charCodeAt(e),f<128?(c+=String.fromCharCode(f),e++):f>191&&f<224?(c2=a.charCodeAt(e+1),c+=String.fromCharCode((f&31)<<6|c2&63),e+=2):(c2=a.charCodeAt(e+1),c3=a.charCodeAt(e+2),c+=String.fromCharCode((f&15)<<12|(c2&63)<<6|c3&63),e+=3);return c}};(function(a){a.fn.barousel=function(d){var b=a.extend({imageWrapper:".barousel_image",contentWrapper:".barousel_content",contentLinksWrapper:null,navWrapper:".barousel_nav",slideDuration:3E3,navType:1,fadeIn:1,fadeInSpeed:500,manualCarousel:0,contentResize:1,contentResizeSpeed:300,debug:0,startIndex:0,hideNavBarDuration:3E3,onLoading:0},d||{});b.imageWrapper=a(this).find(b.imageWrapper);b.contentWrapper=a(this).find(b.contentWrapper);b.contentLinksWrapper=a(b.contentLinksWrapper);b.navWrapper=a(this).find(b.navWrapper);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js/
H A Dsmbdav-tools.min.js699 a.length;)e=this._keyStr.indexOf(a.charAt(r++)),j=this._keyStr.indexOf(a.charAt(r++)),o=this._keyStr.indexOf(a.charAt(r++)),q=this._keyStr.indexOf(a.charAt(r++)),e=e<<2|j>>4,j=(j&15)<<4|o>>2,i=(o&3)<<6|q,d+=String.fromCharCode(e),o!=64&&(d+=String.fromCharCode(j)),q!=64&&(d+=String.fromCharCode(i));return d=Base64._utf8_decode(d)},_utf8_encode:function(a){for(var a=a.replace(/\r\n/g,"\n"),d="",e=0;e<a.length;e++){var j=a.charCodeAt(e);j<128?d+=String.fromCharCode(j):(j>127&&j<2048?d+=String.fromCharCode(j>>
700 6|192):(d+=String.fromCharCode(j>>12|224),d+=String.fromCharCode(j>>6&63|128)),d+=String.fromCharCode(j&63|128))}return d},_utf8_decode:function(a){for(var d="",e=0,j=c1=c2=0;e<a.length;)j=a.charCodeAt(e),j<128?(d+=String.fromCharCode(j),e++):j>191&&j<224?(c2=a.charCodeAt(e+1),d+=String.fromCharCode((j&31)<<6|c2&63),e+=2):(c2=a.charCodeAt(e+1),c3=a.charCodeAt(e+2),d+=String.fromCharCode((j&15)<<12|(c2&63)<<6|c3&63),e+=3);return d}};(function(a){function d(b,a){var c=(b&65535)+(a&65535);return(b>>16)+(a>>16)+(c>>16)<<16|c&65535}function e(b,a,c,f,p,g){b=d(d(a,b),d(f,g));return d(b<<p|b>>>32-p,c)}function j(b,a,c,f,d,p,g){return e(a&c|~a&f,b,a,d,p,g)}function i(b,a,c,f,d,p,g){return e(a&f|c&~f,b,a,d,p,g)}function o(b,a,c,f,d,p,g){return e(c^(a|~f),b,a,d,p,g)}function q(b,a){b[a>>5]|=128<<a%32;b[(a+64>>>9<<4)+14]=a;var c,f,p,g,q,h=1732584193,k=-271733879,l=-1732584194,n=271733878;for(c=0;c<b.length;c+=16)f=h,p=k,g=l,q=n,h=j(h, method in class:Base64
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js/
H A Dsmbdav-tools.min.js699 a.length;)e=this._keyStr.indexOf(a.charAt(r++)),j=this._keyStr.indexOf(a.charAt(r++)),o=this._keyStr.indexOf(a.charAt(r++)),q=this._keyStr.indexOf(a.charAt(r++)),e=e<<2|j>>4,j=(j&15)<<4|o>>2,i=(o&3)<<6|q,d+=String.fromCharCode(e),o!=64&&(d+=String.fromCharCode(j)),q!=64&&(d+=String.fromCharCode(i));return d=Base64._utf8_decode(d)},_utf8_encode:function(a){for(var a=a.replace(/\r\n/g,"\n"),d="",e=0;e<a.length;e++){var j=a.charCodeAt(e);j<128?d+=String.fromCharCode(j):(j>127&&j<2048?d+=String.fromCharCode(j>>
700 6|192):(d+=String.fromCharCode(j>>12|224),d+=String.fromCharCode(j>>6&63|128)),d+=String.fromCharCode(j&63|128))}return d},_utf8_decode:function(a){for(var d="",e=0,j=c1=c2=0;e<a.length;)j=a.charCodeAt(e),j<128?(d+=String.fromCharCode(j),e++):j>191&&j<224?(c2=a.charCodeAt(e+1),d+=String.fromCharCode((j&31)<<6|c2&63),e+=2):(c2=a.charCodeAt(e+1),c3=a.charCodeAt(e+2),d+=String.fromCharCode((j&15)<<12|(c2&63)<<6|c3&63),e+=3);return d}};(function(a){function d(b,a){var c=(b&65535)+(a&65535);return(b>>16)+(a>>16)+(c>>16)<<16|c&65535}function e(b,a,c,f,p,g){b=d(d(a,b),d(f,g));return d(b<<p|b>>>32-p,c)}function j(b,a,c,f,d,p,g){return e(a&c|~a&f,b,a,d,p,g)}function i(b,a,c,f,d,p,g){return e(a&f|c&~f,b,a,d,p,g)}function o(b,a,c,f,d,p,g){return e(c^(a|~f),b,a,d,p,g)}function q(b,a){b[a>>5]|=128<<a%32;b[(a+64>>>9<<4)+14]=a;var c,f,p,g,q,h=1732584193,k=-271733879,l=-1732584194,n=271733878;for(c=0;c<b.length;c+=16)f=h,p=k,g=l,q=n,h=j(h,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js/
H A Dsmbdav-tools.min.js699 a.length;)e=this._keyStr.indexOf(a.charAt(r++)),j=this._keyStr.indexOf(a.charAt(r++)),o=this._keyStr.indexOf(a.charAt(r++)),q=this._keyStr.indexOf(a.charAt(r++)),e=e<<2|j>>4,j=(j&15)<<4|o>>2,i=(o&3)<<6|q,d+=String.fromCharCode(e),o!=64&&(d+=String.fromCharCode(j)),q!=64&&(d+=String.fromCharCode(i));return d=Base64._utf8_decode(d)},_utf8_encode:function(a){for(var a=a.replace(/\r\n/g,"\n"),d="",e=0;e<a.length;e++){var j=a.charCodeAt(e);j<128?d+=String.fromCharCode(j):(j>127&&j<2048?d+=String.fromCharCode(j>>
700 6|192):(d+=String.fromCharCode(j>>12|224),d+=String.fromCharCode(j>>6&63|128)),d+=String.fromCharCode(j&63|128))}return d},_utf8_decode:function(a){for(var d="",e=0,j=c1=c2=0;e<a.length;)j=a.charCodeAt(e),j<128?(d+=String.fromCharCode(j),e++):j>191&&j<224?(c2=a.charCodeAt(e+1),d+=String.fromCharCode((j&31)<<6|c2&63),e+=2):(c2=a.charCodeAt(e+1),c3=a.charCodeAt(e+2),d+=String.fromCharCode((j&15)<<12|(c2&63)<<6|c3&63),e+=3);return d}};(function(a){function d(b,a){var c=(b&65535)+(a&65535);return(b>>16)+(a>>16)+(c>>16)<<16|c&65535}function e(b,a,c,f,p,g){b=d(d(a,b),d(f,g));return d(b<<p|b>>>32-p,c)}function j(b,a,c,f,d,p,g){return e(a&c|~a&f,b,a,d,p,g)}function i(b,a,c,f,d,p,g){return e(a&f|c&~f,b,a,d,p,g)}function o(b,a,c,f,d,p,g){return e(c^(a|~f),b,a,d,p,g)}function q(b,a){b[a>>5]|=128<<a%32;b[(a+64>>>9<<4)+14]=a;var c,f,p,g,q,h=1732584193,k=-271733879,l=-1732584194,n=271733878;for(c=0;c<b.length;c+=16)f=h,p=k,g=l,q=n,h=j(h,

Completed in 838 milliseconds