| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
| D | HtmlFormatter.php | 57 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/ |
| D | assign.php | 67 $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/ |
| D | buttons.print.js | 118 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>';
|
| D | buttons.html5.js | 1100 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/ |
| D | mobileTable.js | 77 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 D | MetadataDbStore.php | 157 $this->addRow($sourceRow, $metadata); 168 private function addRow(array $row, Metadata $metadata): void function in ComboStrap\\Meta\\Store\\MetadataDbStore
|
| /plugin/combo/action/ |
| H A D | indexer.php | 180 $references->addRow([$ref]);
|
| /plugin/combo/ComboStrap/Meta/Api/ |
| H A D | MetadataTabular.php | 338 public function addRow(array $metas): MetadataTabular function in ComboStrap\\Meta\\Api\\MetadataTabular
|
| /plugin/diagramsnet/lib/js/diagramly/graphml/ |
| D | mxGraphMlCodec.js | 1454 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/ |
| D | jquery.dataTables.js | 8426 var addRow = function ( r, k ) { function 8430 addRow( r[i], k ); 8452 addRow( data, klass );
|
| /plugin/authgooglesheets/vendor/monolog/monolog/ |
| D | CHANGELOG.md | 273 * Added ability to override addRow/addTitle in HtmlFormatter
|
| /plugin/jsoneditor/script/ |
| D | jsoneditor.min.js | 2 …addRow(e,r);t.jsoneditor.trigger("addRow",i)}}));for(var n=e.length;n<this.rows.length;n++)this.de…
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 17786 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 D | js.js | 1 …addRow(row,samples){if(this.columns.length){throw new Error('Doesn\'t support multi-dimensional ta…
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| D | dmn-modeler.production.min.js | 191 …addRow(e,t){const n=this.getRoot();if(n.cols.length!=e.cells.length)throw new Error("number of cel…
|
| D | dmn-viewer.production.min.js | 16 …addRow(e,t){const n=this.getRoot();if(n.cols.length!=e.cells.length)throw new Error("number of cel… method in vs
|
| D | dmn-navigated-viewer.production.min.js | 16 …addRow(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/ |
| D | handsontable.full.min.js | 35 …addRow())}}},{key:"getCornersOfSelectedCells",value:function(){return this.hot.selection.isMultipl…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 163 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/ |
| D | extensions.min.js | 1621 …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/ |
| D | bundle.js | 1 …r.doc.nodeAt(n.tableStart-1):r.doc,n.map=h.get(n.table);t(r)}return!0},t.addRow=ee,t.addRowBefore=…
|