Home
last modified time | relevance | path

Searched refs:colAttrs (Results 1 – 21 of 21) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/nagarajanchinnasamy/subtotal/
H A Dsubtotal.coffee71 colAttrs = pivotData.colAttrs
220 colAttr = colAttrs[col]
223 if col < colAttrs.length-1
244 for c in [1..colAttrs.length] when c < colAttrs.length
249 n = colAttrs.length-1
252 colAttr = colAttrs[i]
325 if colAttrs.length != 0
342 if colAttrs.length != 0
874 if colAttrs.length > 0
881 buildRowTotalsHeader rowHeaderHeaders.tr, rowAttrs, colAttrs if colAttrs.length == 0
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/nagarajanchinnasamy/subtotal/dist/
H A Dsubtotal.min.js.map1colAttrs","tree","l","ref1","results1","pivotUtilities","PivotData","pivotData","addClass","arrowC…
H A Dsubtotal.js.map1colAttrs, (key) =>\r\n return @aggregator this, [], key\r\n m = rowKey.l…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/nicolaskruchten/pivottable/dist/
H A Dexport_renderers.min.js.map1colAttrs","colKey","colKeys","defaults","i","j","k","l","len","len1","len2","len3","len4","len5","…
H A Dplotly_renderers.min.js.map1colAttrs","title","hovermode","width","window","innerWidth","height","innerHeight","Math","ceil","…
H A Dgchart_renderers.min.js.map1colAttrs","rowAttrs","type","role","addRows","getAggregator","isNumeric","toPrecision","toFixed","…
H A Dexport_renderers.js.map1 …s.length == 0\n rowAttrs = pivotData.rowAttrs\n colAttrs = pivotData.colAttrs\n\n …
H A Dc3_renderers.min.js.map1colAttrs","slice","getAggregator","value","parseFloat","isFinite","style","text","format","axis","…
H A Dplotly_renderers.js.map1colAttrs.join(\"-\")\n else\n hAxisTitle = pivotData.colAttrs.join(\"-\"…
H A Dgchart_renderers.js.map1colAttrs.join(\"-\")\n dataTable.addColumn 'number', pivotData.rowAttrs.join(\"-\")\n …
H A Dpivot.min.js.map1colAttrs","cols","rowAttrs","rows","valAttrs","rowOrder","colOrder","derivedAttributes","filter","…
H A Dc3_renderers.js.map1colAttrs)\n vAxisTitle = attrs[0] ? \"\"\n hAxisTitle = attrs[1] ? \"\"\n …
H A Dpivot.js.map1colAttrs = opts.cols ? []\n @rowAttrs = opts.rows ? []\n @valAttrs = opts.va…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/nicolaskruchten/pivottable/src/
H A Dplotly_renderers.coffee54 groupByTitle = pivotData.colAttrs.join("-")
56 hAxisTitle = pivotData.colAttrs.join("-")
117 title: pivotData.rowAttrs.join("-") + ' vs ' + pivotData.colAttrs.join("-")
119 xaxis: {title: pivotData.colAttrs.join('-'), automargin: true},
H A Dgchart_renderers.coffee44 dataTable.addColumn 'number', pivotData.colAttrs.join("-")
48 hAxisTitle = pivotData.colAttrs.join("-")
73 hAxisTitle = pivotData.colAttrs.join("-")
H A Dexport_renderers.coffee22 colAttrs = pivotData.colAttrs
H A Dc3_renderers.coffee39 attrs = pivotData.rowAttrs.concat(pivotData.colAttrs)
85 groupByTitle = pivotData.colAttrs.join("-")
87 hAxisTitle = pivotData.colAttrs.join("-")
H A Dpivot.coffee308 @colAttrs = opts.cols ? []
384 else @colKeys.sort @arrSort(@colAttrs)
397 colKey.push record[x] ? "null" for x in @colAttrs
455 colAttrs = pivotData.colAttrs
491 for own j, c of colAttrs
496 th.setAttribute("rowspan", colAttrs.length)
509 if parseInt(j) == colAttrs.length-1 and rowAttrs.length != 0
529 if colAttrs.length ==0
547 if parseInt(j) == rowAttrs.length-1 and colAttrs.length !=0
561 if opts.table.rowTotals || colAttrs.length == 0
[all …]
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Ddbinitializer.cpp158 const auto colAttrs = col.attributes(); in listResponse() local
159 for (const CollectionAttribute &attr : colAttrs) { in listResponse()
/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxworksheet.cpp2569 QXmlStreamAttributes colAttrs = reader.attributes(); in loadXmlColumnsInfo() local
2570 int min = colAttrs.value(QLatin1String("min")).toString().toInt(); in loadXmlColumnsInfo()
2571 int max = colAttrs.value(QLatin1String("max")).toString().toInt(); in loadXmlColumnsInfo()
2577 if(colAttrs.hasAttribute(QLatin1String("customWidth"))) in loadXmlColumnsInfo()
2584 if (colAttrs.hasAttribute(QLatin1String("width"))) in loadXmlColumnsInfo()
2586 double width = colAttrs.value(QLatin1String("width")).toString().toDouble(); in loadXmlColumnsInfo()
2591 info->hidden = colAttrs.value(QLatin1String("hidden")) == QLatin1String("1"); in loadXmlColumnsInfo()
2592 info->collapsed = colAttrs.value(QLatin1String("collapsed")) == QLatin1String("1"); in loadXmlColumnsInfo()
2594 if (colAttrs.hasAttribute(QLatin1String("style"))) in loadXmlColumnsInfo()
2596 int idx = colAttrs.value(QLatin1String("style")).toString().toInt(); in loadXmlColumnsInfo()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionDataViewer.R118 colAttrs <- lapply(seq_along(colNames), function(idx) { functionVar
218 c(list(rowNameCol), colAttrs)