Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dupload.asp1 <%@ CodePage=65001 Language="VBScript"%>
H A Dconnector.asp1 <%@ CodePage=65001 Language="VBScript"%>
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsampleposteddata.asp1 <%@ CodePage=65001 Language="VBScript"%>
H A Dsample03.asp1 <%@ CodePage=65001 Language="VBScript"%>
H A Dsample04.asp1 <%@ CodePage=65001 Language="VBScript"%>
H A Dsample02.asp1 <%@ CodePage=65001 Language="VBScript"%>
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js4CodePage){var cnt=blob.read_shift(4);var dict={};for(var j=0;j!=cnt;++j){var pid=blob.read_shift(4… argument
H A Dxlsx.js2837 function parse_dictionary(blob,CodePage) { argument
2843 …dict[pid] = blob.read_shift(len, (CodePage === 0x4B0 ?'utf16le':'utf8')).replace(chr0,'').replace(…
2919 var CodePage = 0;
2967 set_cp(CodePage = PropH[piddsi.n]); break;
2972 CodePage = PropH.CodePage = parse_TypedPropertyValue(blob, VT_I2);
2973 set_cp(CodePage);
2977 DictObj = parse_dictionary(blob,CodePage);
2981 if(CodePage === 0) { Dictionary = i; blob.l = Props[i+1][1]; continue; }
2982 DictObj = parse_dictionary(blob,CodePage);
H A Dxlsx.min.map1 …dingPairValue","cElements","parse_VtVecHeadingPair","parse_dictionary","CodePage","dict","parse_BL…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4809 /*::[*/0x01/*::]*/: { n: 'CodePage', t: VT_I2 },
4843 /*::[*/0x01/*::]*/: { n: 'CodePage', t: VT_I2 },
6003 function parse_dictionary(blob,CodePage) { argument
6010 if(CodePage === 0x4B0 && (len % 2)) blob.l += 2;
6087 var CodePage = 0;
6139 CodePage = PropH.CodePage = (parse_TypedPropertyValue(blob, VT_I2)/*:number*/);
6140 set_cp(CodePage);
6144 DictObj = parse_dictionary(blob,CodePage);
6149 DictObj = parse_dictionary(blob,CodePage);
19316 codepage: 0, // CP from CodePage record
[all …]