Home
last modified time | relevance | path

Searched refs:mimeType (Results 126 – 142 of 142) sorted by path

123456

/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java501 String mimeType, in post() argument
601 InputStreamBody bin = new InputStreamBody(countingFilter, mimeType, fileName) { in post()
H A DEditorActions.java.bak501 String mimeType,
601 InputStreamBody bin = new InputStreamBody(countingFilter, mimeType, fileName) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js4mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g)…
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …or(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHea…
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js120 download.href = createObjectURL(fontObj.data, fontObj.mimeType);
/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/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js19509 return (file.mimeType != "text/html") && (file.mimeType != "application/xhtml+xml");
20022 var contentType = file.mimeType;
20379 getMimeType: function(mimeType, uri) argument
20381 if (!mimeType || !(mimeCategoryMap.hasOwnProperty(mimeType)))
20385 return mimeType;
20393 return mimeType;
20479 if (!file.mimeType)
20490 if (!file.mimeType)
20494 var mimeType = file.mimeType;
20495 if (mimeType)
[all …]
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2mimeType?this.mimeType:"text/plain"),this.requestHeader)o.setRequestHeader(v,this.requestHeader[v]…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5010 if(name=="Content-Type"){spy.mimeType=value
5149 },hideHtml:function(file){return(file.mimeType!="text/html")&&(file.mimeType!="application/xhtml+xm…
5273 var contentType=file.mimeType;
5312 postData.mimeType="multipart/form-data";
5369 },getMimeType:function(mimeType,uri){if(!mimeType||!(mimeCategoryMap.hasOwnProperty(mimeType))){var… argument
5370 if(!ext){return mimeType
5372 return extMimeType?extMimeType:mimeType
5373 }}else{return mimeType
5401 }}if(!file.mimeType){return""
5402 }var mimeType=file.mimeType;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php778 $target = $this->negotiateVCard($request->getHeader('Accept'), $mimeType);
786 $response->setHeader('Content-Type', $mimeType . '; charset=utf-8');
802 * @param string $mimeType
805 protected function negotiateVCard($input, &$mimeType = null) { argument
824 $mimeType = $result;
831 $mimeType = 'text/vcard';
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php37 protected $mimeType; variable in Sabre\\DAV\\SimpleFile
47 * @param string|null $mimeType
49 function __construct($name, $contents, $mimeType = null) { argument
53 $this->mimeType = $mimeType;
117 return $this->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/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/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/xlsx2dw/packages/exceljs/
H A Dexceljs.js52423 mimeType: 'application/zip',
52454 return new StreamHelper(worker, opts.type || "string", opts.mimeType);
53401 function transformZipOutput(type, content, mimeType) {
53404 return utils.newBlob(utils.transformTo("arraybuffer", content), mimeType);
53472 mimeType = helper._mimeType;
53484 var result = transformZipOutput(resultType, concat(chunkType, dataArray), mimeType);
53503 function StreamHelper(worker, outputType, mimeType) {
53523 this._mimeType = mimeType;
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1664 mimeType: "application/zip",
1701 return new StreamHelper(worker, opts.type || "string", opts.mimeType);
2533 function transformZipOutput(type, content, mimeType) { argument
2536 return utils.newBlob(utils.transformTo("arraybuffer", content), mimeType);
2589 mimeType = helper._mimeType;
2603 … var result = transformZipOutput(resultType, concat(chunkType, dataArray), mimeType);
2621 function StreamHelper(worker, outputType, mimeType) { argument
2639 this._mimeType = mimeType;

123456