Searched refs:ContentType (Results 1 – 17 of 17) sorted by relevance
2 class ContentType { class6 function ContentType($extension, $mime) { function in ContentType12 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');
12 function content_type() { return ContentType::pdf(); }
9 return ContentType::ps();
32 $pipeline->destination = new DestinationDownload($filename, ContentType::pdf());
33 return ContentType::pdf();
297 return ContentType::png();
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…336 …} elsif($ContentType =~ /^text\/html$/i || $FileExt =~ /html?/i || $$DATA =~ /<\s*HTML(?:.|\n)*?>/…338 …} elsif($ContentType =~ /^image\/x-xbitmap$/i || $FileExt =~ /^xbm$/i) { # XBM(x-BitMap) Im…358 if(!$Ext && ($UnknownType || $ContentType =~ /^image\//i)) {[all …]
8 class ContentType class
34 Response.ContentType = "text/xml"
595 $contentType = ContentType::get_content_type($cacheInfo->getFilename());
4 …ContentType;break;case"<Override":if(ct[ct2type[y.ContentType]]!==undefined)ct[ct2type[y.ContentTy… property
2414 case '<Default': ctext[y.Extension] = y.ContentType; break;2416 … if(ct[ct2type[y.ContentType]] !== undefined) ct[ct2type[y.ContentType]].push(y.PartName);
1 …props","custprops","comments","vba","TODO","rels","xmlns","Extension","ContentType","PartName","WT…
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
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'10629 ContentType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml'10634 ContentType: 'application/vnd.openxmlformats-officedocument.theme+xml'10638 ContentType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml'10645 … ContentType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml'10653 ContentType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml'10662 ContentType: 'application/vnd.openxmlformats-officedocument.drawing+xml'[all …]
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]}); property5377 '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]