/plugin/html2pdf/html2pdf/html2ps/ |
H A D | content_type.class.php | 2 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 D | output._generic.pdf.class.php | 12 function content_type() { return ContentType::pdf(); }
|
H A D | output._generic.ps.class.php | 9 return ContentType::ps();
|
H A D | pipeline.factory.class.php | 32 $pipeline->destination = new DestinationDownload($filename, ContentType::pdf());
|
H A D | filter.output.ps2pdf.class.php | 33 return ContentType::pdf();
|
H A D | output.png.class.php | 297 return ContentType::png();
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
H A D | upload_fck.pl | 159 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 D | contenttypes.php | 8 class ContentType class
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | basexml.asp | 34 Response.ContentType = "text/xml"
|
/plugin/rrdgraph/ |
H A D | helper.php | 595 $contentType = ContentType::get_content_type($cacheInfo->getFilename());
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 4 …ContentType;break;case"<Override":if(ct[ct2type[y.ContentType]]!==undefined)ct[ct2type[y.ContentTy…
|
H A D | xlsx.js | 2414 case '<Default': ctext[y.Extension] = y.ContentType; break; 2416 … if(ct[ct2type[y.ContentType]] !== undefined) ct[ct2type[y.ContentType]].push(y.PartName);
|
H A D | xlsx.min.map | 1 …props","custprops","comments","vba","TODO","rels","xmlns","Extension","ContentType","PartName","WT…
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 10608 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 D | xlsx.mjs | 4830 /*::[*/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]
|