Searched defs:cstr (Results 1 – 6 of 6) sorted by relevance
/plugin/highlightjs/highlight/languages/ |
H A D | vbscript.js | 13 … 'ascw': 1, 'chrw': 1, 'regexp': 1, 'server': 1, 'response': 1, 'request': 1, 'cstr': 1, 'err': 1}, property in hljs.LANGUAGES.vbscript.defaultMode.keywords.built_in
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.js | 11441 function fix_row(cstr) { return cstr.replace(/([A-Z]|^)(\d+)$/,"$1$$$2"); } argument 11442 function unfix_row(cstr) { return cstr.replace(/\$(\d+)$/,"$1"); } argument 11446 function fix_col(cstr) { return cstr.replace(/^([A-Z])/,"$$$1"); } argument 11447 function unfix_col(cstr) { return cstr.replace(/^\$([A-Z])/,"$1"); } argument 11449 function split_cell(cstr) { return cstr.replace(/(\$?[A-Z]*)(\$?\d*)/,"$1,$2").split(","); } argument 11450 function decode_cell(cstr) { var splt = split_cell(cstr); return { c:decode_col(splt[0]), r:decode_… argument 11452 function fix_cell(cstr) { return fix_col(fix_row(cstr)); } argument 11453 function unfix_cell(cstr) { return unfix_col(unfix_row(cstr)); } argument
|
H A D | xlsx.min.js | 9 …IFF2STR",f:parse_BIFF2STR},6:{n:"Formula",f:parse_Formula},9:{n:"BOF",f:parse_BOF},10:{n:"EOF",f:p… class in safe_decode_range.o
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 4274 function fix_row(cstr/*:string*/)/*:string*/ { return cstr.replace(/([A-Z]|^)(\d+)$/,"$1$$$2"); } argument 4275 function unfix_row(cstr/*:string*/)/*:string*/ { return cstr.replace(/\$(\d+)$/,"$1"); } argument 4279 function fix_col(cstr/*:string*/)/*:string*/ { return cstr.replace(/^([A-Z])/,"$$$1"); } argument 4280 function unfix_col(cstr/*:string*/)/*:string*/ { return cstr.replace(/^\$([A-Z])/,"$1"); } argument 4282 function split_cell(cstr/*:string*/)/*:Array<string>*/ { return cstr.replace(/(\$?[A-Z]*)(\$?\d*)/,… argument 4284 function decode_cell(cstr/*:string*/)/*:CellAddress*/ { argument
|
/plugin/processing/ |
H A D | script.js | 12412 function transformConstructor(cstr) { argument
|
/plugin/highlightjs/highlight/ |
H A D | highlight.pack.js | 1 …</gm,"<").replace(/>/gm,">")}function k(s,r){if(!s){return false}for(var c=0;c<s.length;c++)… class in hljs.LANGUAGES.cpp
|