Searched refs:media_type (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-profile.cxx42 media_type = new ppdcString(m);
59 media_type->release();
H A Dppdc-source.cxx559 *media_type; // Media type local
578 if ((media_type = strchr(resolution, '/')) != NULL)
579 *media_type++ = '\0';
581 media_type = resolution;
588 return (new ppdcProfile(resolution, media_type, g, d, m));
1848 *media_type; // Media type local
1869 if ((media_type = strchr(resolution, '/')) != NULL)
1870 *media_type++ = '\0';
1872 media_type = resolution;
1929 return (new ppdcProfile(resolution, media_type,
[all...]
H A Dppdc.h346 *media_type; // Media type name member in class:ppdcProfile
H A Dppdc-driver.cxx695 "%s\"%s", p->resolution->value, p->media_type->value,
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Ddata.t20 print "not " unless $u->media_type eq "text/plain;charset=US-ASCII" &&
28 $old = $u->media_type("text/plain;charset=iso-8859-1");
36 print "not " unless $u->media_type eq "image/gif";
58 $u->data("a,b"); $u->media_type(undef);
80 $u->media_type("text/plain;foo=bar");
84 $u->media_type("foo");
93 $u->media_type(undef);
99 print "not " unless $u->media_type("bar,b�z") eq "foo";
102 print "not " unless $u->media_type eq "bar,b�z";
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Ddata.pm11 sub media_type subroutine
28 return uri_unescape($old) if $old; # media_type can't really be "0"
86 $u->media_type("image/gif");
113 =item $uri->media_type( [$new_media_type] )
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dppd-cache.c652 *media_type, /* MediaType option */ local
954 if ((media_type = ppdFindOption(ppd, "MediaType")) != NULL)
956 if ((pc->types = calloc(media_type->num_choices,
960 "pwg_map_t's for MediaType.", media_type->num_choices));
964 pc->num_types = media_type->num_choices;
966 for (i = media_type->num_choices, choice = media_type->choices,
1787 *media_type; /* media-type attribute */ local
1792 if ((media_type = ippFindAttribute(media_col->values[0].collection,
1795 media_type
2237 _ppdCacheGetType( _ppd_cache_t *pc, const char *media_type) argument
2538 _pwgMediaTypeForType( const char *media_type, char *name, size_t namesize) argument
[all...]
H A Dppd-private.h187 const char *media_type);
208 extern const char *_pwgMediaTypeForType(const char *media_type,
H A Dppd.h227 char media_type[PPD_MAX_NAME]; member in struct:ppd_profile_s
H A Dppd.c891 strlcpy(profile->media_type, text, sizeof(profile->media_type));
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A Datom.rb606 media_type, subtype = mime_split
607 return false if media_type.nil? or subtype.nil?
615 media_type, = mime_split
616 return true if "text" == media_type.downcase
623 media_type, subtype = mime_split
624 normalized_mime_type = "#{media_type}/#{subtype}".downcase
643 media_type = subtype = nil
645 media_type = $1.downcase
648 [media_type, subtype]
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dimap.rb1870 # media_type:: Returns the content media type name as defined in [MIME-IMB].
1898 class BodyTypeBasic < Struct.new(:media_type, :subtype,
1925 class BodyTypeText < Struct.new(:media_type, :subtype,
1955 class BodyTypeMessage < Struct.new(:media_type, :subtype,
1980 # media_type:: Returns the content media type name.
1988 class BodyTypeAttachment < Struct.new(:media_type, :subtype,
2000 # media_type:: Returns the content media type name as defined in [MIME-IMB].
2018 class BodyTypeMultipart < Struct.new(:media_type, :subtype,
2036 class BodyTypeExtension < Struct.new(:media_type, :subtype,
2381 mtype, msubtype = media_type
2476 def media_type method in class:ResponseParser
[all...]
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_metalink.c821 static int check_content_type(const char *content_type, const char *media_type) argument
824 size_t media_type_len = strlen(media_type);
829 return Curl_raw_nequal(ptr, media_type, media_type_len) &&
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dipp.c2495 *media_type, /* media-type value */ local
2697 media_type = _ppdCacheGetType(pc, cupsGetOption("MediaType",
2724 "media-type") && media_type)
2726 "media-type", NULL, media_type);
/macosx-10.9.5/cups-372.4/cups/filter/
H A Dpstops.c135 *media_type, /* MediaType value */ member in struct:__anon7205
1351 pageinfo->num_options = cupsAddOption("MediaType", doc->media_type,
2385 doc->media_type = choice->choice;
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c3626 *media_type; /* Current media type */ local
3879 media_type = ppdFindMarkedChoice(ppd, "MediaType");
3885 media_type ?
3887 media_type->choice) :
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_layout.h68 u8 media_type; /* 0xf8 = hard disk */ member in struct:__anon11255
/macosx-10.9.5/CPANInternal-140/URI/
H A DURI.pm706 $uri->media_type and $uri->data. See L<URI::data> for details.
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcupstestppd.c1633 ppd->profiles[j].media_type,

Completed in 284 milliseconds