Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
DHtmlFormatter.php57 protected function addRow(string $th, string $td = ' ', bool $escapeTd = true): string function in Monolog\\Formatter\\HtmlFormatter
91 $output .= $this->addRow('Message', (string) $record['message']);
92 $output .= $this->addRow('Time', $this->formatDate($record['datetime']));
93 $output .= $this->addRow('Channel', $record['channel']);
97 $embeddedTable .= $this->addRow((string) $key, $this->convertToString($value));
100 $output .= $this->addRow('Context', $embeddedTable, false);
105 $embeddedTable .= $this->addRow((string) $key, $this->convertToString($value));
108 $output .= $this->addRow('Extra', $embeddedTable, false);
/plugin/acknowledge/admin/
Dassign.php67 $this->addRow($form, $pattern, $assignees);
69 $this->addRow($form, '', '');
82 public function addRow($form, $pattern, $assignee) function in admin_plugin_acknowledge_assign
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.print.js118 var addRow = function (d, tag) { function
136 html += '<thead>' + addRow(data.header, 'th') + '</thead>';
141 html += addRow(data.body[i], 'td');
146 html += '<tfoot>' + addRow(data.footer, 'th') + '</tfoot>';
Dbuttons.html5.js1100 var addRow = function (row) { method
1220 addRow([exportInfo.title], rowPos);
1225 addRow([exportInfo.messageTop], rowPos);
1231 addRow(data.header, rowPos);
1238 addRow(data.body[n], rowPos);
1244 addRow(data.footer, rowPos);
1250 addRow([exportInfo.messageBottom], rowPos);
/plugin/mobiletable/
DmobileTable.js77 const addRow = tbody => {
150 addCell(addRow(tbody), row.firstElementChild, true)
157 const header = (columnIndex !== -1) ? addRow(tbody) : null
183 const tr = addRow(tbody)
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php157 $this->addRow($sourceRow, $metadata);
168 private function addRow(array $row, Metadata $metadata): void function in ComboStrap\\Meta\\Store\\MetadataDbStore
/plugin/combo/action/
H A Dindexer.php180 $references->addRow([$ref]);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php338 public function addRow(array $metas): MetadataTabular function in ComboStrap\\Meta\\Api\\MetadataTabular
/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js1454 y = this.addRow(rows[i], node, (i & 1), y, xShift, rowMapping, defRowStyle);
1702 mxGraphMlCodec.prototype.addRow = function(row, parent, odd, y, xShift, rowMapping, defRowStyle) method in mxGraphMlCodec
1757 subY = this.addRow(subRow[i], cell, (i & 1), subY, xShift, rowMapping, defRowStyle);
/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js8426 var addRow = function ( r, k ) { function
8430 addRow( r[i], k );
8452 addRow( data, klass );
/plugin/authgooglesheets/vendor/monolog/monolog/
DCHANGELOG.md273 * Added ability to override addRow/addTitle in HtmlFormatter
/plugin/jsoneditor/script/
Djsoneditor.min.js2addRow(e,r);t.jsoneditor.trigger("addRow",i)}}));for(var n=e.length;n<this.rows.length;n++)this.de…
/plugin/edittable/lib/
Dhandsontable.full.js17786 value: function addRow(row, samples) {
37470 _this3.ghostTable.addRow(row, sample);
38191 value: function addRow() {
38238 this.addRow();
38523 this.addRow();
/plugin/zwidoku/files/
H A Djs.js1addRow(row,samples){if(this.columns.length){throw new Error('Doesn\'t support multi-dimensional ta…
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-modeler.production.min.js191addRow(e,t){const n=this.getRoot();if(n.cols.length!=e.cells.length)throw new Error("number of cel…
Ddmn-viewer.production.min.js16addRow(e,t){const n=this.getRoot();if(n.cols.length!=e.cells.length)throw new Error("number of cel… method in vs
Ddmn-navigated-viewer.production.min.js16addRow(e,t){const n=this.getRoot();if(n.cols.length!=e.cells.length)throw new Error("number of cel… method in Ws
/plugin/jsontable/script/
Dhandsontable.full.min.js35addRow())}}},{key:"getCornersOfSelectedCells",value:function(){return this.hot.selection.isMultipl…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js163 worksheet.addRow(data.map(map));
3797 value: function addRow(values, rowNumber) {
4566 value: function addRow(value) {
4584 rows.push(_this2.addRow(row, style));
/plugin/diagramsnet/lib/js/
Dextensions.min.js1621 …a)for(a instanceof Array||(a=[a]),d=0;d<a.length;d++)n.x=y,n.lx=y,g=this.addRow(a[d],f,d&1,g,n,x,w…
1631 mxGraphMlCodec.prototype.addRow=function(f,m,e,q,k,d,b){var a=new mxCell;a.vertex=!0;var c=mxUtils.… method in mxGraphMlCodec
1632 …instanceof Array||(f=[f]);for(var w=0;w<f.length;w++)k.x=c,k.lx=g,n=this.addRow(f[w],a,w&1,n,k,d,b…
/plugin/prosemirror/lib/
Dbundle.js1 …r.doc.nodeAt(n.tableStart-1):r.doc,n.map=h.get(n.table);t(r)}return!0},t.addRow=ee,t.addRowBefore=…