Home
last modified time | relevance | path

Searched refs:ContentType (Results 1 – 16 of 16) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcontent_type.class.php2 class ContentType { class
6 function ContentType($extension, $mime) { function in ContentType
12 return new ContentType('png', 'image/png');
16 return new ContentType('gz', 'application/gzip');
20 return new ContentType('pdf', 'application/pdf');
24 return new ContentType('ps', 'application/postscript');
H A Doutput._generic.pdf.class.php12 function content_type() { return ContentType::pdf(); }
H A Doutput._generic.ps.class.php9 return ContentType::ps();
H A Dpipeline.factory.class.php32 $pipeline->destination = new DestinationDownload($filename, ContentType::pdf());
H A Dfilter.output.ps2pdf.class.php33 return ContentType::pdf();
H A Doutput.png.class.php297 return ContentType::png();
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dupload_fck.pl159 my($name,$ContentType,$FileName);
174 $ContentType = $1;
186 if($FileName || $ContentType) {
195 ) = &CheckContentType(\$value,$FileName,$ContentType);
252 my($DATA,$FileName,$ContentType) = @_;
258 $_ = $ContentType;
308 …f(!$Ext && ($UnknownType || $ContentType =~ /^text\//i || $ContentType =~ /^application\/(?:rtf|ri…
358 if(!$Ext && ($UnknownType || $ContentType =~ /^image\//i)) {
416 if($ContentType =~ /^audio\//i) {
437 if($ContentType =~ /^video\//i) {
[all …]
/plugin/rrdgraph/inc/
H A Dcontenttypes.php8 class ContentType class
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp34 Response.ContentType = "text/xml"
/plugin/rrdgraph/
H A Dhelper.php595 $contentType = ContentType::get_content_type($cacheInfo->getFilename());
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js4ContentType;break;case"<Override":if(ct[ct2type[y.ContentType]]!==undefined)ct[ct2type[y.ContentTy…
H A Dxlsx.js2414 case '<Default': ctext[y.Extension] = y.ContentType; break;
2416 … if(ct[ct2type[y.ContentType]] !== undefined) ct[ct2type[y.ContentType]].push(y.PartName);
H A Dxlsx.min.map1 …props","custprops","comments","vba","TODO","rels","xmlns","Extension","ContentType","PartName","WT…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js10608 ContentType: "image/".concat(imageType)
10615 ContentType: 'application/vnd.openxmlformats-package.relationships+xml'
10619 ContentType: 'application/xml'
10623 ContentType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml'
10634 ContentType: 'application/vnd.openxmlformats-officedocument.theme+xml'
10638 ContentType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml'
10653 ContentType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml'
10662 ContentType: 'application/vnd.openxmlformats-officedocument.drawing+xml'
10670 ContentType: 'application/vnd.openxmlformats-officedocument.vmlDrawing'
10683 ContentType: 'application/vnd.openxmlformats-package.core-properties+xml'
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4830 /*::[*/0x1A/*::]*/: { n: 'ContentType', t: VT_STRING },
5324 case '<Default': ctext[y.Extension.toLowerCase()] = y.ContentType; break;
5326 if(ct[ct2type[y.ContentType]] !== undefined) ct[ct2type[y.ContentType]].push(y.PartName);
5367 return writextag('Default', null, {'Extension':x[0], 'ContentType': x[1]});
5377 'ContentType': CT_LIST[w][opts.bookType] || CT_LIST[w]['xlsx']
5387 'ContentType': CT_LIST[w][opts.bookType] || CT_LIST[w]['xlsx']
5397 'ContentType': type2ct[t][0]