Home
last modified time | relevance | path

Searched refs:row (Results 501 – 525 of 634) sorted by relevance

1...<<212223242526

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInput.php410 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
H A DMeter.php291 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
/plugin/callflow/
H A Draphael.js3004 var row = [[this.a, this.c], [this.b, this.d]];
3005 out.scalex = math.sqrt(norm(row[0]));
3006 normalize(row[0]);
3008 out.shear = row[0][0] * row[1][0] + row[0][1] * row[1][1];
3009 row[1] = [row[1][0] - row[0][0] * out.shear, row[1][1] - row[0][1] * out.shear];
3011 out.scaley = math.sqrt(norm(row[1]));
3012 normalize(row[1]);
3016 var sin = -row[0][1],
3017 cos = row[1][1];
/plugin/advrack/
H A Draphael.js3004 var row = [[this.a, this.c], [this.b, this.d]];
3005 out.scalex = math.sqrt(norm(row[0]));
3006 normalize(row[0]);
3008 out.shear = row[0][0] * row[1][0] + row[0][1] * row[1][1];
3009 row[1] = [row[1][0] - row[0][0] * out.shear, row[1][1] - row[0][1] * out.shear];
3011 out.scaley = math.sqrt(norm(row[1]));
3012 normalize(row[1]);
3016 var sin = -row[0][1],
3017 cos = row[1][1];
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1row row_format rtree savepoint schedule schema schema_name schemas second_microsecond security sen…
H A Dstylus.min.js.map1row\",\"grid-row-end\",\"grid-row-start\",\"grid-template\",\"grid-template-areas\",\"grid-templat…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js2629 /* set */ (this.rows[row.getIndex() - 1] = row);
2681 … return sb.str = sb.str.concat(row != null? row.handle(p, shape) : '');
2831 … if (index129 == 0 && row != null && row instanceof com.mxgraph.io.vsdx.geometry.MoveTo) {
2832 offsetX = row.x != null ? row.x : 0;
2833 offsetY = row.y != null ? row.y : 0;
2835 … else if (row != null && row instanceof com.mxgraph.io.vsdx.geometry.LineTo) {
2836 var x = row.x != null ? row.x : 0;
2837 var y = row.y != null ? row.y : 0;
5205 var row = rows[i];
9162 var row = rows[index157];
[all …]
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte201 flex-direction: row;
/plugin/openlayersmap/ol7/
H A Dol.css
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1702 mxGraphMlCodec.prototype.addRow = function(row, parent, odd, y, xShift, rowMapping, defRowStyle) argument
1707 this.mapObject(row, rowMapping, rowStyle);
1729 var lblObj = row["Labels"];
1737 var subRow = row["y:Row"];
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css100 flex-direction: row;
H A Ddiagram-js.css653 flex-direction: row;
730 flex-direction: row;
/plugin/combo/
H A Ddeleted.files189 syntax/row.php
/plugin/phpipam/
H A Dsyntax.php1742 $html .= "\n\t\t<dd class='row$_row phpipam_${type}_$_key[0] col0'" ;
1744 $html .= "\n\t\t<dd class='row$_row phpipam_${type}_$_key[1] col1'" ;
1760 $html .= "\n\t\t<tr class='row$_row'>" ;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js1325 …var row = gantt.$grid.querySelector(".gantt_row[" + gantt.config.task_attribute + "='" + this.task…
1326 if(!row)
1328 return row.querySelector("[data-column-index='"+this.columnIndex+"']");
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md138 * `FEAT`: focus on row added via context menu ([#638](https://github.com/bpmn-io/dmn-js/pull/638))
171 * `FEAT`: make first row and column of decision table sticky ([#606](https://github.com/bpmn-io/dmn…
479 * `FEAT(decision-table)`: expose `data-row-id` and `data-col-id` in Viewer ([#357](https://github.c…
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js525 var row = $.trim(rows[i]);
526 if (row) {
527 row = row.split("|");
529 data: row,
530 value: row[0],
531 result: options.formatResult && options.formatResult(row, row[0]) || row[0]
558 formatItem: function(row) { retur argument
623 var row = { global() class in $.Autocompleter.Cache.populate
[all...]
/plugin/issuetracker/
H A Dsyntax.php1976 foreach ($issues as $key => $row) {
1977 $down[$key] = $row['id'];
1978 $up[$key] = $row[$sort_key];
H A Daction.php3231 foreach ($issues as $key => $row) {
3232 $down[$key] = $row['id'];
3233 $up[$key] = $row[$sort_key];
3757 foreach ($array as $k => $row) { $colarr[$col]['_'.$k] = strtolower($row[$col]); }
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css653 flex-direction: row;
730 flex-direction: row;
/plugin/diagramsnet/lib/math/config/
H A DAccessible.js70row=[];this.frame=[];this.hfill=[];this.SUPER(arguments).Init.apply(this,arguments)},checkItem:fun…
71row.push(i);this.data=[]},EndRow:function(){if(this.row.length!=1){h.Error(["MultlineRowsOneCol","…
/plugin/processing/
H A Dscript.js3712 for (var row = 0; row < 2; row++) {
3714 result[e] += this.elements[row * 3 + 0] * source[col + 0] +
3715 this.elements[row * 3 + 1] * source[col + 3];
3886 for (var row = 0; row < 4; row++) {
3888 result[e] += this.elements[col + 0] * source[row * 4 + 0] + this.elements[col + 4] *
3889 source[row * 4 + 1] + this.elements[col + 8] * source[row * 4 + 2] +
3890 this.elements[col + 12] * source[row * 4 + 3];
3910 for (var row = 0; row < 4; row++) {
3912 result[e] += this.elements[row * 4 + 0] * source[col + 0] + this.elements[row * 4 + 1] *
3913 source[col + 4] + this.elements[row * 4 + 2] * source[col + 8] +
[all …]

1...<<212223242526