Home
last modified time | relevance | path

Searched refs:mimeType (Results 51 – 75 of 142) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php39 private $mimeType; variable in Google\\Http\\MediaFileUpload
77 * @param string $mimeType
86 $mimeType, argument
93 $this->mimeType = $mimeType;
234 $mimeType = $this->mimeType ?: $request->getHeaderLine('content-type');
237 $contentType = $mimeType;
240 $contentType = $mimeType;
251 $related .= "Content-Type: $mimeType\r\n";
305 'x-upload-content-type' => $this->mimeType,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DMetadata.php34 public $mimeType; variable in Google\\Service\\CloudSearch\\Metadata
97 public function setMimeType($mimeType) argument
99 $this->mimeType = $mimeType;
106 return $this->mimeType;
H A DItemMetadata.php50 public $mimeType; variable in Google\\Service\\CloudSearch\\ItemMetadata
171 public function setMimeType($mimeType) argument
173 $this->mimeType = $mimeType;
180 return $this->mimeType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDriveItem.php33 public $mimeType; variable in Google\\Service\\DriveActivity\\DriveItem
104 public function setMimeType($mimeType) argument
106 $this->mimeType = $mimeType;
113 return $this->mimeType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DRevision.php47 public $mimeType; variable in Google\\Service\\Drive\\Revision
164 public function setMimeType($mimeType) argument
166 $this->mimeType = $mimeType;
173 return $this->mimeType;
H A DDriveFile.php110 public $mimeType; variable in Google\\Service\\Drive\\DriveFile
575 public function setMimeType($mimeType) argument
577 $this->mimeType = $mimeType;
584 return $this->mimeType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1Document.php36 public $mimeType; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1Document
115 public function setMimeType($mimeType) argument
117 $this->mimeType = $mimeType;
124 return $this->mimeType;
H A DGoogleCloudDocumentaiV1beta1Document.php36 public $mimeType; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1Document
115 public function setMimeType($mimeType) argument
117 $this->mimeType = $mimeType;
124 return $this->mimeType;
H A DGoogleCloudDocumentaiV1beta2Document.php38 public $mimeType; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2Document
131 public function setMimeType($mimeType) argument
133 $this->mimeType = $mimeType;
140 return $this->mimeType;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php265 $mimeType = 'application/octet-stream';
275 $mimeType = 'image/'.strtolower($typePart);
290 $newProperty->setValue('data:'.$mimeType.';base64,'.base64_encode($value));
323 $mimeType = substr($value, 5, strpos($value, ',') - 5);
324 if (strpos($mimeType, ';')) {
325 $mimeType = substr($mimeType, 0, strpos($mimeType, ';'));
333 switch ($mimeType) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php281 $mimeType = 'application/octet-stream';
292 $mimeType = 'image/' . strtolower($typePart);
308 $newProperty->setValue('data:' . $mimeType . ';base64,' . base64_encode($value));
340 $mimeType = substr($value, 5, strpos($value, ',')-5);
341 if (strpos($mimeType, ';')) {
342 $mimeType = substr($mimeType,0,strpos($mimeType, ';'));
350 switch($mimeType) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php286 $mimeType = 'application/octet-stream';
297 $mimeType = 'image/' . strtolower($typePart);
313 $newProperty->setValue('data:' . $mimeType . ';base64,' . base64_encode($value));
346 $mimeType = substr($value, 5, strpos($value, ',') - 5);
347 if (strpos($mimeType, ';')) {
348 $mimeType = substr($mimeType, 0, strpos($mimeType, ';'));
356 switch ($mimeType) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php281 $mimeType = 'application/octet-stream';
292 $mimeType = 'image/' . strtolower($typePart);
308 $newProperty->setValue('data:' . $mimeType . ';base64,' . base64_encode($value));
340 $mimeType = substr($value, 5, strpos($value, ',')-5);
341 if (strpos($mimeType, ';')) {
342 $mimeType = substr($mimeType,0,strpos($mimeType, ';'));
350 switch($mimeType) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php281 $mimeType = 'application/octet-stream';
292 $mimeType = 'image/' . strtolower($typePart);
308 $newProperty->setValue('data:' . $mimeType . ';base64,' . base64_encode($value));
340 $mimeType = substr($value, 5, strpos($value, ',')-5);
341 if (strpos($mimeType, ';')) {
342 $mimeType = substr($mimeType,0,strpos($mimeType, ';'));
350 switch($mimeType) {
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php336 $mimeType = array_shift($parts);
338 $mimeType = explode('/', trim($mimeType));
339 if (count($mimeType) !== 2) {
343 list($type, $subType) = $mimeType;
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php336 $mimeType = array_shift($parts);
338 $mimeType = explode('/', trim($mimeType));
339 if (count($mimeType) !== 2) {
343 list($type, $subType) = $mimeType;
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js1064 return mimeType != null && mimeType.substring(0, 30) == 'application/vnd.jgraph.mxfile.';
1245 }), ((resp.mimeType != null && resp.mimeType.substring(0, 6) == 'image/' &&
1377 'mimeType': file.desc.mimeType, property in DriveClient.saveFile.meta
1384 meta.mimeType = this.xmlMimeType;
1392 meta.mimeType != this.xmlMimeType))
1394 meta.mimeType = this.xmlMimeType;
1594 … var unknown = file.desc.mimeType != this.xmlMimeType && file.desc.mimeType != this.mimeType &&
1891 (meta.mimeType != null && meta.mimeType.substring(0, 29) != 'application/vnd.jgraph.mxfile') ||
1963 mimeType = (mimeType != null) ? mimeType : this.xmlMimeType;
1967 'mimeType': mimeType, property in DriveClient.insertFile.metadata
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php147 * @param string $mimeType Header mime type
149 public function addFile(string $key, string $filepath, string $mimeType = ''): self argument
153 if ('' !== $mimeType) {
154 $value = ['_content_type' => $mimeType, '_name' => $filepath, '_content' => $value];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DFiles.php146 * @param string $mimeType The MIME type of the format requested for this
150 public function export($fileId, $mimeType, $optParams = []) argument
152 $params = ['fileId' => $fileId, 'mimeType' => $mimeType];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAsset.php126 public $mimeType; variable in Google\\Service\\Dfareporting\\CreativeAsset
601 public function setMimeType($mimeType) argument
603 $this->mimeType = $mimeType;
610 return $this->mimeType;
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js294 var isPng = file.file? (file.file.mimeType == 'image/png') : false;
696 var mimeType = file.file? file.file.mimeType : null;
698 …if (file.folder || mimeType == 'text/html' || mimeType == 'text/xml' || mimeType == 'application/x…
/plugin/ryubin/ryubin/js/
H A DAC_RunActiveContent.js211 function AC_GetArgs(args, ext, srcParamName, classid, mimeType){ argument
290 if (mimeType) ret.embedAttrs["type"] = mimeType;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php722 $target = $this->negotiateVCard($request->getHeader('Accept'), $mimeType);
730 $response->setHeader('Content-Type', $mimeType . '; charset=utf-8');
746 * @param string $mimeType
749 protected function negotiateVCard($input, &$mimeType = null) { argument
768 $mimeType = $result;
775 $mimeType = 'text/vcard';

123456