Home
last modified time | relevance | path

Searched defs:layerId (Results 1 – 11 of 11) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DVolumeLayerInfoLayers.php25 public $layerId; variable in Google\\Service\\Books\\VolumeLayerInfoLayers
34 public function setLayerId($layerId)
DAnnotationsSummaryLayers.php29 public $layerId; variable in Google\\Service\\Books\\AnnotationsSummaryLayers
60 public function setLayerId($layerId)
DDictionaryAnnotationdata.php43 public $layerId; variable in Google\\Service\\Books\\DictionaryAnnotationdata
130 public function setLayerId($layerId)
DGeoAnnotationdata.php43 public $layerId; variable in Google\\Service\\Books\\GeoAnnotationdata
130 public function setLayerId($layerId)
DLayersummary.php58 public $layerId; variable in Google\\Service\\Books\\Layersummary
191 public function setLayerId($layerId)
DVolumeannotation.php56 public $layerId; variable in Google\\Service\\Books\\Volumeannotation
193 public function setLayerId($layerId)
DAnnotation.php62 public $layerId; variable in Google\\Service\\Books\\Annotation
229 public function setLayerId($layerId)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
DLayersVolumeAnnotations.php46 public function get($volumeId, $layerId, $annotationId, $optParams = [])
82 public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = [])
DLayersAnnotationData.php55 public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = [])
89 public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = [])
/plugin/authgoogle/google/contrib/
DGoogle_BooksService.php246 …public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = array())…
276 …public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = array(…
309 public function get($volumeId, $layerId, $annotationId, $optParams = array()) {
341 …public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = arr…
1025 public $layerId; variable in Google_Annotation
1091 public function setLayerId( $layerId) {
1228 public $layerId; variable in Google_Annotationdata
1262 public function setLayerId( $layerId) {
2326 public $layerId; variable in Google_Layersummary
2380 public function setLayerId( $layerId) {
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js11947 AspectDialog.prototype.createViewer = function(container, pageNode, layerId, defaultBackground) argument