Home
last modified time | relevance | path

Searched refs:cfiRange (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DVolumeannotationContentRanges.php36 public function setCfiRange(BooksAnnotationsRange $cfiRange) argument
38 $this->cfiRange = $cfiRange;
45 return $this->cfiRange;
DAnnotationClientVersionRanges.php38 public function setCfiRange(BooksAnnotationsRange $cfiRange) argument
40 $this->cfiRange = $cfiRange;
47 return $this->cfiRange;
DAnnotationCurrentVersionRanges.php38 public function setCfiRange(BooksAnnotationsRange $cfiRange) argument
40 $this->cfiRange = $cfiRange;
47 return $this->cfiRange;
/plugin/authgoogle/google/contrib/
DGoogle_BooksService.php1133 public $cfiRange; variable in Google_AnnotationClientVersionRanges
1144 public function setCfiRange(Google_BooksAnnotationsRange $cfiRange) { argument
1145 $this->cfiRange = $cfiRange;
1148 return $this->cfiRange;
1179 public $cfiRange; variable in Google_AnnotationCurrentVersionRanges
1190 public function setCfiRange(Google_BooksAnnotationsRange $cfiRange) { argument
1191 $this->cfiRange = $cfiRange;
1194 return $this->cfiRange;
3391 public $cfiRange; variable in Google_VolumeannotationContentRanges
3399 public function setCfiRange(Google_BooksAnnotationsRange $cfiRange) { argument
[all …]