Searched refs:CodePage (Results 1 – 10 of 10) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | upload.asp | 1 <%@ CodePage=65001 Language="VBScript"%>
|
H A D | connector.asp | 1 <%@ CodePage=65001 Language="VBScript"%>
|
/plugin/wysiwyg/fckeditor/_samples/asp/ |
H A D | sampleposteddata.asp | 1 <%@ CodePage=65001 Language="VBScript"%>
|
H A D | sample03.asp | 1 <%@ CodePage=65001 Language="VBScript"%>
|
H A D | sample04.asp | 1 <%@ CodePage=65001 Language="VBScript"%>
|
H A D | sample02.asp | 1 <%@ CodePage=65001 Language="VBScript"%>
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 4 …CodePage){var cnt=blob.read_shift(4);var dict={};for(var j=0;j!=cnt;++j){var pid=blob.read_shift(4… argument
|
H A D | xlsx.js | 2837 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 D | xlsx.min.map | 1 …dingPairValue","cElements","parse_VtVecHeadingPair","parse_dictionary","CodePage","dict","parse_BL…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 4809 /*::[*/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 …]
|