/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/ |
H A D | LayersVolumeAnnotations.php | 37 * @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];
|
H A D | LayersAnnotationData.php | 37 * @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/ |
H A D | VolumeLayerInfoLayers.php | 25 public $layerId; variable in Google\\Service\\Books\\VolumeLayerInfoLayers 34 public function setLayerId($layerId) argument 36 $this->layerId = $layerId; 43 return $this->layerId;
|
H A D | AnnotationsSummaryLayers.php | 29 public $layerId; variable in Google\\Service\\Books\\AnnotationsSummaryLayers 60 public function setLayerId($layerId) argument 62 $this->layerId = $layerId; 69 return $this->layerId;
|
H A D | DictionaryAnnotationdata.php | 43 public $layerId; variable in Google\\Service\\Books\\DictionaryAnnotationdata 130 public function setLayerId($layerId) argument 132 $this->layerId = $layerId; 139 return $this->layerId;
|
H A D | GeoAnnotationdata.php | 43 public $layerId; variable in Google\\Service\\Books\\GeoAnnotationdata 130 public function setLayerId($layerId) argument 132 $this->layerId = $layerId; 139 return $this->layerId;
|
H A D | Layersummary.php | 58 public $layerId; variable in Google\\Service\\Books\\Layersummary 191 public function setLayerId($layerId) argument 193 $this->layerId = $layerId; 200 return $this->layerId;
|
H A D | Volumeannotation.php | 56 public $layerId; variable in Google\\Service\\Books\\Volumeannotation 193 public function setLayerId($layerId) argument 195 $this->layerId = $layerId; 202 return $this->layerId;
|
H A D | Annotation.php | 62 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/ |
H A D | Google_BooksService.php | 1025 public $layerId; variable in Google_Annotation 1092 $this->layerId = $layerId; 1095 return $this->layerId; 1228 public $layerId; variable in Google_Annotationdata 1263 $this->layerId = $layerId; 2326 public $layerId; variable in Google_Layersummary 2381 $this->layerId = $layerId; 2845 public $layerId; variable in Google_VolumeLayerInfoLayers 2848 $this->layerId = $layerId; 3295 public $layerId; variable in Google_Volumeannotation [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Books.php | 350 '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/ |
H A D | dhtmlxgantt.d.ts | 2147 removeLinkLayer(layerId: string): void; 2160 removeTaskLayer(layerId: string): void;
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Dialogs.js | 11947 AspectDialog.prototype.createViewer = function(container, pageNode, layerId, defaultBackground) argument 11979 var showAll = layerId == null; 11985 model.setVisible(child, showAll || layerId == child.id);
|