Home
last modified time | relevance | path

Searched refs:layerId (Results 1 – 13 of 13) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
DLayersVolumeAnnotations.php37 * @param string $layerId The ID for the layer to get the annotations.
46 public function get($volumeId, $layerId, $annotationId, $optParams = []) argument
48 $params = ['volumeId' => $volumeId, 'layerId' => $layerId, 'annotationId' => $annotationId];
57 * @param string $layerId The ID for the layer to get the annotations.
82 public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = []) argument
84 $params = ['volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion];
DLayersAnnotationData.php37 * @param string $layerId The ID for the layer to get the annotations.
55 public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = []) argument
57 …$params = ['volumeId' => $volumeId, 'layerId' => $layerId, 'annotationDataId' => $annotationDataId…
66 * @param string $layerId The ID for the layer to get the annotation data.
89 public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = []) argument
91 $params = ['volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DVolumeLayerInfoLayers.php25 public $layerId; variable in Google\\Service\\Books\\VolumeLayerInfoLayers
34 public function setLayerId($layerId) argument
36 $this->layerId = $layerId;
43 return $this->layerId;
DAnnotationsSummaryLayers.php29 public $layerId; variable in Google\\Service\\Books\\AnnotationsSummaryLayers
60 public function setLayerId($layerId) argument
62 $this->layerId = $layerId;
69 return $this->layerId;
DDictionaryAnnotationdata.php43 public $layerId; variable in Google\\Service\\Books\\DictionaryAnnotationdata
130 public function setLayerId($layerId) argument
132 $this->layerId = $layerId;
139 return $this->layerId;
DGeoAnnotationdata.php43 public $layerId; variable in Google\\Service\\Books\\GeoAnnotationdata
130 public function setLayerId($layerId) argument
132 $this->layerId = $layerId;
139 return $this->layerId;
DLayersummary.php58 public $layerId; variable in Google\\Service\\Books\\Layersummary
191 public function setLayerId($layerId) argument
193 $this->layerId = $layerId;
200 return $this->layerId;
DVolumeannotation.php56 public $layerId; variable in Google\\Service\\Books\\Volumeannotation
193 public function setLayerId($layerId) argument
195 $this->layerId = $layerId;
202 return $this->layerId;
DAnnotation.php62 public $layerId; variable in Google\\Service\\Books\\Annotation
229 public function setLayerId($layerId) argument
231 $this->layerId = $layerId;
238 return $this->layerId;
/plugin/authgoogle/google/contrib/
DGoogle_BooksService.php234 * @param string $layerId The ID for the layer to get the annotations.
246 …public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = array())… argument
247 …$params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationDataId' => $annotationD…
260 * @param string $layerId The ID for the layer to get the annotation data.
276 …public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = array(… argument
277 …$params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersio…
301 * @param string $layerId The ID for the layer to get the annotations.
309 public function get($volumeId, $layerId, $annotationId, $optParams = array()) { argument
310 … $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationId' => $annotationId);
323 * @param string $layerId The ID for the layer to get the annotations.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DBooks.php350 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/data/{annotationDataId}',
358 'layerId' => [
399 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/data',
407 'layerId' => [
470 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}',
478 'layerId' => [
498 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}',
506 'layerId' => [
740 'layerId' => [
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.d.ts2147 removeLinkLayer(layerId: string): void;
2160 removeTaskLayer(layerId: string): void;
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js11947 AspectDialog.prototype.createViewer = function(container, pageNode, layerId, defaultBackground) argument
11979 var showAll = layerId == null;
11985 model.setVisible(child, showAll || layerId == child.id);