Home
last modified time | relevance | path

Searched refs:rowValues (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/
H A Dremote.php157 /** @var Value[] $rowValues */
158 foreach ($results as $rowValues) {
160 foreach ($rowValues as $value) {
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js5829 Graph.prototype.setTableValues = function(table, values, rowValues) argument
5835 if (rowValues != null)
5837 rows[i].value = rowValues[i];