Searched refs:getResultRows (Results 1 – 5 of 5) sorted by relevance
/plugin/struct/_test/ |
D | NestedResultTest.php | 81 $this->assertCount(12, $root->getResultRows(), '12 result rows expected'); 101 $this->assertCount(6, $tree[0]->getResultRows(), 'result rows'); 102 $this->assertCount(6, $tree[1]->getResultRows(), 'result rows'); 104 $this->assertEquals('a80', $tree[0]->getResultRows()[0][1]->getValue(), 'Audi 80 expected'); 105 … $this->assertEquals('pro 16', $tree[1]->getResultRows()[0][1]->getValue(), 'Mac Pro 16 expected'); 126 $this->assertCount(3, $tree[0]->getChildren(true)[0]->getResultRows(), '3 audis expected'); 127 $this->assertCount(3, $tree[0]->getChildren(true)[1]->getResultRows(), '3 bmw expected'); 128 $this->assertCount(3, $tree[1]->getChildren(true)[0]->getResultRows(), '3 apple expected'); 129 $this->assertCount(1, $tree[1]->getChildren(true)[1]->getResultRows(), '1 bmw expected'); 130 $this->assertCount(2, $tree[1]->getChildren(true)[2]->getResultRows(), '2 dell expected'); [all …]
|
/plugin/struct/meta/ |
D | NestedValue.php | 127 public function getResultRows() function in dokuwiki\\plugin\\struct\\meta\\NestedValue 194 foreach ($this->getResultRows() as $row) {
|
D | NestedResult.php | 68 $resultRows = $root->getResultRows();
|
D | AggregationList.php | 44 $results = $node->getResultRows();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
D | GoogleCloudApigeeV1AsyncQuery.php | 207 public function getResultRows() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1AsyncQuery
|