Searched defs:cstr (Results 1 – 7 of 7) sorted by relevance
/plugin/highlightjs/highlight/languages/ |
D | vbscript.js | 13 … 'ascw': 1, 'chrw': 1, 'regexp': 1, 'server': 1, 'response': 1, 'request': 1, 'cstr': 1, 'err': 1}, property
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
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… property
|
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
|
/plugin/xlsx2dw/packages/xlsx/ |
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/ |
D | script.js | 12412 function transformConstructor(cstr) { argument
|
/plugin/highlightjs/highlight/ |
D | highlight.pack.js | 1 …</gm,"<").replace(/>/gm,">")}function k(s,r){if(!s){return false}for(var c=0;c<s.length;c++)… variable
|
/plugin/diagramsnet/lib/math/extensions/a11y/ |
D | mathjax-sre.js | 660 …tring();for(var k=g.action.toString(),l=0,m;m=f[l];l++)if(m.action===k&&m.cstr===h){h=!1;break a}f… property
|