Home
last modified time | relevance | path

Searched refs:imageType (Results 1 – 25 of 65) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DEditsImages.php41 * @param string $imageType Type of the Image.
46 public function delete($packageName, $editId, $language, $imageType, $imageId, $optParams = []) argument
61 * @param string $imageType Type of the Image. Providing an image type that
66 public function deleteall($packageName, $editId, $language, $imageType, $optParams = []) argument
68 …ageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType];
80 * @param string $imageType Type of the Image. Providing an image type that
85 public function listEditsImages($packageName, $editId, $language, $imageType, $optParams = []) argument
87 …ageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType];
100 * @param string $imageType Type of the Image.
104 public function upload($packageName, $editId, $language, $imageType, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DImageConfiguration.php25 public $imageType; variable in Google\\Service\\GamesConfiguration\\ImageConfiguration
42 public function setImageType($imageType) argument
44 $this->imageType = $imageType;
51 return $this->imageType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1Icon.php33 public $imageType; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1Icon
70 public function setImageType($imageType) argument
72 $this->imageType = $imageType;
79 return $this->imageType;
H A DGoogleAppsCardV1CardHeader.php29 public $imageType; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1CardHeader
60 public function setImageType($imageType) argument
62 $this->imageType = $imageType;
69 return $this->imageType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DAutoprovisioningNodePoolDefaults.php38 public $imageType; variable in Google\\Service\\Container\\AutoprovisioningNodePoolDefaults
103 public function setImageType($imageType) argument
105 $this->imageType = $imageType;
112 return $this->imageType;
H A DUpdateNodePoolRequest.php34 public $imageType; variable in Google\\Service\\Container\\UpdateNodePoolRequest
119 public function setImageType($imageType) argument
121 $this->imageType = $imageType;
128 return $this->imageType;
H A DNodeConfig.php46 public $imageType; variable in Google\\Service\\Container\\NodeConfig
207 public function setImageType($imageType) argument
209 $this->imageType = $imageType;
216 return $this->imageType;
/plugin/emoji/emojione/
H A DEmojione.php9 public static $imageType = 'png'; variable in Emojione\\Emojione
84 static::$imageType = $client->imageType;
108 $client->imageType = static::$imageType;
H A DClient.php14 public $imageType = 'png'; // or svg variable in Emojione\\Client
268 if ($this->imageType == 'png')
363 if ($this->imageType == 'png')
480 if ($this->imageType == 'png')
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/Resource/
H A DImageConfigurations.php37 * @param string $imageType Selects which image in a resource for this method.
41 public function upload($resourceId, $imageType, $optParams = []) argument
43 $params = ['resourceId' => $resourceId, 'imageType' => $imageType];
/plugin/ckgdoku/ckeditor/plugins/pastebase64/
H A Dplugin.js28 var imageType = /^image/;
39 if (type.match(imageType) || clipboardData.items[i].type.match(imageType)) {
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js28 var imageType = /^image/;
39 if (type.match(imageType) || clipboardData.items[i].type.match(imageType)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGamesConfiguration.php137 'path' => 'games/v1configuration/images/{resourceId}/imageType/{imageType}',
145 'imageType' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DImageFamilyView.php22 protected $imageType = Image::class; variable in Google\\Service\\Compute\\ImageFamilyView
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DImageItem.php22 protected $imageType = Image::class; variable in Google\\Service\\Forms\\ImageItem
H A DQuestionItem.php22 protected $imageType = Image::class; variable in Google\\Service\\Forms\\QuestionItem
H A DQuestionGroupItem.php25 protected $imageType = Image::class; variable in Google\\Service\\Forms\\QuestionGroupItem
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DImagesUploadResponse.php22 protected $imageType = Image::class; variable in Google\\Service\\AndroidPublisher\\ImagesUploadResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DOverlay.php25 protected $imageType = Image::class; variable in Google\\Service\\Transcoder\\Overlay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DFeatureDescription.php26 protected $imageType = Image::class; variable in Google\\Service\\ManufacturerCenter\\FeatureDescription
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPostAuthor.php30 protected $imageType = PostAuthorImage::class; variable in Google\\Service\\Blogger\\PostAuthor
H A DPageAuthor.php30 protected $imageType = PageAuthorImage::class; variable in Google\\Service\\Blogger\\PageAuthor
H A DCommentAuthor.php30 protected $imageType = CommentAuthorImage::class; variable in Google\\Service\\Blogger\\CommentAuthor
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DSignature.php22 protected $imageType = Image::class; variable in Google\\Service\\CloudHealthcare\\Signature
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAnnotateImageRequest.php25 protected $imageType = Image::class; variable in Google\\Service\\Vision\\AnnotateImageRequest

123