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/
H A DVolumeannotationContentRanges.php36 public function setCfiRange(BooksAnnotationsRange $cfiRange) argument
38 $this->cfiRange = $cfiRange;
45 return $this->cfiRange;
H A DAnnotationClientVersionRanges.php38 public function setCfiRange(BooksAnnotationsRange $cfiRange) argument
40 $this->cfiRange = $cfiRange;
47 return $this->cfiRange;
H A DAnnotationCurrentVersionRanges.php38 public function setCfiRange(BooksAnnotationsRange $cfiRange) argument
40 $this->cfiRange = $cfiRange;
47 return $this->cfiRange;
/plugin/authgoogle/google/contrib/
H A 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
3400 $this->cfiRange = $cfiRange;
[all …]