Home
last modified time | relevance | path

Searched refs:resultRows (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1AsyncQuery.php57 public $resultRows; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1AsyncQuery
200 public function setResultRows($resultRows) argument
202 $this->resultRows = $resultRows;
209 return $this->resultRows;
/plugin/struct/meta/
DNestedValue.php21 protected $resultRows = []; variable in dokuwiki\\plugin\\struct\\meta\\NestedValue
119 $this->resultRows[$ident] = $row;
129 return array_values($this->resultRows);
DNestedResult.php68 $resultRows = $root->getResultRows();
77 } elseif ($resultRows) {
79 foreach ($resultRows as $row) {