Searched refs:MIME (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dbase64.pl3 use MIME::Base64 qw(encode_base64);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmimetype.tex4 MIME types from a system-specific location and the filename extensions to the
5 MIME types and vice versa. After initialization the functions
11 {\bf Windows:} MIME type information is stored in the registry and no additional
14 {\bf Unix:} MIME type information is stored in the files mailcap and mime.types
23 gathers MIME information from respective files (e.g. .kdelnk files under KDE).
25 NB: Currently, wxMimeTypesManager is limited to reading MIME type information
38 gathering MIME information may take quite a long time on Unix systems.
59 MIME types. Their usage is recommended instead of directly working with MIME
77 from either file extension or MIME typ
[all...]
H A Dfiletype.tex4 MIME type under Unix, but under Windows it corresponds more to an extension than
5 to MIME type (in fact, several extensions may correspond to a file type). This
7 extension and wish to find out the corresponding MIME type or, conversely, it
9 contents of given MIME type. Depending on how it was created some fields may be
19 % TODO describe MIME types better than this...
20 A brief reminder about what the MIME types are (see the RFC 1341 for more
28 A MIME type may have one or more associated extensions: "text/plain" will
48 One of the most common usages of MIME is to encode an e-mail message. The MIME
51 they must specify the MIME typ
[all...]
H A Dfltfactory.tex21 for a factory by MIME type, HTTP encoding or by wxFileSystem protocol.
39 wxSTREAM_MIMETYPE, // MIME types the stream handles
60 Returns true if this factory can handle the given protocol, MIME type, HTTP
71 A static member that finds a factory that can handle a given protocol, MIME
117 Returns the protocols, MIME types, HTTP encodings or file extensions
H A Dfsfile.tex46 \docparam{mimetype}{MIME type of this file. Mime type is either extension-based or HTTP Content-Type}
97 Usually an anchor is presented only if the MIME type is 'text/html'.
120 Returns the MIME type of the content of this file. It is either
H A Dfs_mem.tex103 specify added file's MIME type. This version should be used whenever you know
104 the MIME type, because it makes accessing the files faster.
H A Dfilesysh.tex96 Returns the MIME type based on {\bf extension} of {\it location}. (While wxFSFile::GetMimeType
97 returns real MIME type - either extension-based or queried from HTTP.)
H A Dtnoneng.tex43 "MIME-Version: 1.0\n"
72 "MIME-Version: 1.0\n"
H A Darchive.tex22 for a factory by MIME type or wxFileSystem protocol.
40 wxSTREAM_MIMETYPE, // MIME types the stream handles
74 Returns true if this factory can handle the given protocol, MIME type
85 A static member that finds a factory that can handle a given protocol, MIME
139 Returns the protocols, MIME types or file extensions supported by this
H A Dhtwindow.tex10 handlers or MIME filters).
90 \item {\tt text/html} MIME type
91 \item {\tt image/*} MIME types
H A Dimage.tex165 \docparam{mimetype}{MIME type string (for example 'image/jpeg')}
442 Finds the handler associated with the given MIME type.
450 \docparam{mimetype}{MIME type.}
843 \docparam{mimetype}{MIME type string (for example 'image/jpeg')}
1055 \docparam{mimetype}{MIME type.}
1393 Gets the MIME type associated with this handler.
1474 Sets the handler MIME type.
1478 \docparam{mimename}{Handler MIME type.}
H A Dcategory.tex716 \twocolitem{\helpref{wxMimeTypesManager}{wxmimetypesmanager}}{MIME-types manager class}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmk-ca-bundle.pl34 use MIME::Base64;
81 print "MIME::Base64.pm Version : ${MIME::Base64::VERSION}\n";
239 my $encoded = MIME::Base64::encode_base64($data, '');
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl38 use MIME::Base64;
125 my ($user,$pass) = split ":", MIME::Base64::decode($1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsapdec.c131 #define MIME "application/sdp" macro
132 if (strcmp(&recvbuf[pos], MIME) == 0) {
133 pos += strlen(MIME) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsapdec.c132 #define MIME "application/sdp" macro
133 if (strcmp(&recvbuf[pos], MIME) == 0) {
134 pos += strlen(MIME) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-java-282 "MIME-Version: 1.0\n"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DHTTPServer.pm203 require MIME::Base64;
205 my $expected = MIME::Base64::encode_base64($url_rec->{'user'} . ':'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dcms-examples.pl53 # Perl script to run tests against S/MIME examples in RFC4134
56 use MIME::Base64;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dcms-examples.pl53 # Perl script to run tests against S/MIME examples in RFC4134
56 use MIME::Base64;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex55 \subsubsection{MIME type}
57 The MIME type of Ogg files depend on the context. Specifically, complex
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-passwd44 use MIME::Base64 qw(encode_base64);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl109 use MIME::Base64;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl109 use MIME::Base64;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A Dconfigure1178 --with-gnomevfs use GNOME VFS for associating MIME types
[all...]

Completed in 427 milliseconds