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/
H A DVolumeLayerInfoLayers.php25 public $layerId; variable in Google\\Service\\Books\\VolumeLayerInfoLayers
34 public function setLayerId($layerId)
H A DAnnotationsSummaryLayers.php29 public $layerId; variable in Google\\Service\\Books\\AnnotationsSummaryLayers
60 public function setLayerId($layerId)
H A DDictionaryAnnotationdata.php43 public $layerId; variable in Google\\Service\\Books\\DictionaryAnnotationdata
130 public function setLayerId($layerId)
H A DGeoAnnotationdata.php43 public $layerId; variable in Google\\Service\\Books\\GeoAnnotationdata
130 public function setLayerId($layerId)
H A DLayersummary.php58 public $layerId; variable in Google\\Service\\Books\\Layersummary
191 public function setLayerId($layerId)
H A DVolumeannotation.php56 public $layerId; variable in Google\\Service\\Books\\Volumeannotation
193 public function setLayerId($layerId)
H A DAnnotation.php62 public $layerId; variable in Google\\Service\\Books\\Annotation
229 public function setLayerId($layerId)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DLayersVolumeAnnotations.php46 public function get($volumeId, $layerId, $annotationId, $optParams = [])
82 public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = [])
H A DLayersAnnotationData.php55 public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = [])
89 public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = [])
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php309 public function get($volumeId, $layerId, $annotationId, $optParams = array()) {
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) {
2845 public $layerId; variable in Google_VolumeLayerInfoLayers
2847 public function setLayerId( $layerId) {
3295 public $layerId; variable in Google_Volumeannotation
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js11947 AspectDialog.prototype.createViewer = function(container, pageNode, layerId, defaultBackground) argument