Home
last modified time | relevance | path

Searched defs:cstr (Results 1 – 7 of 7) sorted by relevance

/plugin/highlightjs/highlight/languages/
Dvbscript.js13 … '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/
Dxlsx.min.js9 …IFF2STR",f:parse_BIFF2STR},6:{n:"Formula",f:parse_Formula},9:{n:"BOF",f:parse_BOF},10:{n:"EOF",f:p… property
Dxlsx.js11441 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/
Dxlsx.mjs4274 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/
Dscript.js12412 function transformConstructor(cstr) { argument
/plugin/highlightjs/highlight/
Dhighlight.pack.js1 …</gm,"&lt;").replace(/>/gm,"&gt;")}function k(s,r){if(!s){return false}for(var c=0;c<s.length;c++)… variable
/plugin/diagramsnet/lib/math/extensions/a11y/
Dmathjax-sre.js660 …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