Home
last modified time | relevance | path

Searched +defs:col +defs:row (Results 26 – 30 of 30) sorted by path

12

/plugin/statdisplay/helper/
H A Dtable.php427 private function head($data = '', $col = 1, $row = 1)
/plugin/tablecalc/
H A Dscript.js115 function col() { function
119 function row() { function
/plugin/tablelayout/script/
H A Dtablelayout_functions.js9 $rows.each(function (index, row) { argument
48 $cols.each(function (index, col) { argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1351 this.selfClosingTags={meta:1,link:1,area:1,base:1,col:1,input:1,img:1,br:1,hr:1,param:1,embed:1}; property in selfClosingTags
5328 },updateCounter:function(row){removeClass(row,"collapsed"); argument
7190 },insertPropertyRow:function(row){Firebug.Editor.insertRowForObject(row) argument
7197 },deletePropertyRow:function(row){var rule=Firebug.getRepObject(row); argument
7209 },disablePropertyRow:function(row){toggleClass(row,"disabledStyle"); argument
7871 }},getRowObject:function(row){var object=getRowOwnerObject(row); argument
7873 },getRowPropertyValue:function(row){var object=this.getRowObject(row); argument
8084 var getWatchRowIndex=function getWatchRowIndex(row){var index=-1; argument
8090 var getRowName=function getRowName(row){var node=row.firstChild; argument
8103 var getPath=function getPath(row){var name=getRowName(row); argument
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4273 function encode_row(row/*:number*/)/*:string*/ { return "" + (row + 1); } argument
4278 function encode_col(col/*:number*/)/*:string*/ { if(col < 0) throw new Error("invalid column " + co… argument
7519 function write_ColInfo(col, idx) { argument
15145 function col_obj_w(C/*:number*/, col) { argument
16310 function write_BrtColInfo(C/*:number*/, col, o) { argument
17987 function parse_xlml_data(xml, ss, data, cell/*:any*/, base, styles, csty, row, arrayf, o) { argument
18103 var cell = ({}/*:any*/), row = {};// eslint-disable-line no-unused-vars variable
19048 function write_ws_xlml_row(R/*:number*/, row)/*:string*/ { argument
21372 cols.forEach(function(col, idx) { argument
24067 _tile.data.forEach(function(row, R) { argument
[all …]

12