Home
last modified time | relevance | path

Searched refs:imageType (Results 51 – 65 of 65) sorted by path

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAnnotateImageRequest.php25 protected $imageType = Image::class; variable in Google\\Service\\Vision\\AnnotateImageRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelBrandingSettings.php27 protected $imageType = ImageSettings::class; variable in Google\\Service\\YouTube\\ChannelBrandingSettings
/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/emoji/emojione/
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')
H A DEmojione.php9 public static $imageType = 'png'; variable in Emojione\\Emojione
84 static::$imageType = $client->imageType;
108 $client->imageType = static::$imageType;
/plugin/emoji/
H A Dsyntax.php70 $this->client->imageType = 'png';
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js992 var imageType = 'png'; variable
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc77 <cfset variables.imageInfo.imageType = 0>
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js10602 var imageType = medium.extension;
10604 if (!mediaHash[imageType]) {
10605 mediaHash[imageType] = true;
10607 Extension: imageType,
10608 ContentType: "image/".concat(imageType)

123