Home
last modified time | relevance | path

Searched refs:getCellId (Results 1 – 4 of 4) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DFeatureIdProto.php43 public function getCellId() function in Google\\Service\\CivicInfo\\FeatureIdProto
/plugin/latexit/_test/
H A Drowspan.test.php36 $this->assertEquals(2, $r->getCellId());
38 $this->assertEquals(4, $r->getCellId());
/plugin/latexit/classes/
H A DRowspan.php47 public function getCellId() { function in Rowspan
H A DRowspanHandler.php80 while ($i < count($this->rowspans) && $cell_id != $this->rowspans[$i]->getCellId()) {