Home
last modified time | relevance | path

Searched +defs:mime +defs:charset (Results 101 – 125 of 180) sorted by relevance

12345678

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.datatransfer/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java231 MimeType mime = new MimeType(value); in initSystemFlavorMap() local
233 String charset = mime.getParameter("charset"); in initSystemFlavorMap() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.datatransfer/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java232 MimeType mime = new MimeType(value); in initSystemFlavorMap() local
234 String charset = mime.getParameter("charset"); in initSystemFlavorMap() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.datatransfer/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java231 MimeType mime = new MimeType(value); in initSystemFlavorMap() local
233 String charset = mime.getParameter("charset"); in initSystemFlavorMap() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.datatransfer/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java231 MimeType mime = new MimeType(value); in initSystemFlavorMap() local
233 String charset = mime.getParameter("charset"); in initSystemFlavorMap() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.datatransfer/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java231 MimeType mime = new MimeType(value); in initSystemFlavorMap() local
233 String charset = mime.getParameter("charset"); in initSystemFlavorMap() local
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmlformelement.rs280 let charset = encoding.name(); in encode_plaintext() localVariable
380 let charset = encoding.name(); in mutate_action_url() localVariable
396 let charset = encoding.name(); in submit_entity_body() localVariable
407 let mime = mime!(Multipart / FormData; Boundary =(&boundary)); in submit_entity_body() localVariable
1121 let charset = encoding.name(); in encode_multipart_form_data() localVariable
H A Dxmlhttprequest.rs1075 let charset = self.final_charset().unwrap_or(UTF_8); in text_response() localVariable
1093 let mime = self.final_mime_type().as_ref().map(Mime::to_string).unwrap_or("".to_owned()); in blob_response() localVariable
1130 let charset = self.final_charset().unwrap_or(UTF_8); in document_response() localVariable
1218 let charset = self.final_charset().unwrap_or(UTF_8); in document_text_html() localVariable
1232 let charset = self.final_charset().unwrap_or(UTF_8); in handle_xml() localVariable
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/gate/
H A Dftn2rfc.c467 MIMEInfo * mime, in ftn2rfc_finish_mime()
474 char *charset = ""; in ftn2rfc_finish_mime() local
622 MIMEInfo *mime; in unpack() local
/dports/mail/courier/courier-0.65.3/webmail/
H A Dmsg2html.c105 struct msg2html_info *msg2html_alloc(const char *charset) in msg2html_alloc()
1438 static void (*get_known_handler(struct rfc2045 *mime, in get_known_handler()
1471 static void (*get_handler(struct rfc2045 *mime, in get_handler()
1509 const char *content_type, *dummy, *charset; in msg2html_download() local
/dports/news/tin/tin-2.4.5/include/
H A Drfc2046.h80 char *charset; member
145 t_bool mime:1; /* Is Mime-Version: defined - TODO: change to version number */ member
/dports/chinese/tin/tin-2.4.5/include/
H A Drfc2046.h80 char *charset; member
145 t_bool mime:1; /* Is Mime-Version: defined - TODO: change to version number */ member
/dports/news/slrn/slrn-1.0.3/src/
H A Dart.h186 char *charset; /* malloced */ member
209 Slrn_Mime_Type mime; member
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/libraries/
H A DEmail.php150 public $charset = 'UTF-8'; variable in CI_Email
704 public function attach($file, $disposition = '', $newname = NULL, $mime = '')
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java383 MimeType mime = new MimeType(value); in parseAndStoreReader() local
385 String charset = mime.getParameter("charset"); in parseAndStoreReader() local
/dports/www/codeigniter/CodeIgniter-3.1.11/system/libraries/
H A DEmail.php150 public $charset = 'UTF-8'; variable in CI_Email
704 public function attach($file, $disposition = '', $newname = NULL, $mime = '')
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java383 MimeType mime = new MimeType(value); in parseAndStoreReader() local
385 String charset = mime.getParameter("charset"); in parseAndStoreReader() local
/dports/www/kannel/gateway-1.4.4/gw/
H A Dwap-appl.c146 Octstr *charset; member
731 Octstr* charset; in normalize_charset() local
1401 Octstr *mime; in deconvert_multipart_formdata() local
/dports/mail/mailutils/mailutils-3.13/mh/
H A Dmhn.c58 static char *charset; /* Charset for output file names. NULL means variable
1712 mu_mime_t mime; member
2114 mu_mime_t mime; in edit_forw() local
2568 parse_header_directive (const char *val, char **encoding, char **charset, in parse_header_directive()
2636 char *subject, *encoding, *charset; in mhn_header() local
2708 mu_mime_t mime = NULL; in mhn_compose() local
/dports/net/messagelib/messagelib-21.12.3/mimetreeparser/src/
H A Dnodehelper.cpp352 QByteArray NodeHelper::charset(KMime::Content *node) in charset() function in MimeTreeParser::NodeHelper
487 const QMimeType mime = db.mimeTypeForData(body); in magicSetType() local
594 QByteArray charset = node->contentType()->charset(); in codec() local
/dports/devel/libunit/unit-1.26.1/src/java/nginx/unit/
H A DRequest.java727 MimeTypes.Type mime = MimeTypes.CACHE.get(content_type); in getContentType() local
728 …String charset = (mime == null || mime.getCharset() == null) ? MimeTypes.getCharsetFromContentType… in getContentType() local
892 String charset = null; in getParameters() local
/dports/www/unit-php/unit-1.26.1/src/java/nginx/unit/
H A DRequest.java727 MimeTypes.Type mime = MimeTypes.CACHE.get(content_type); in getContentType() local
728 …String charset = (mime == null || mime.getCharset() == null) ? MimeTypes.getCharsetFromContentType… in getContentType() local
892 String charset = null; in getParameters() local
/dports/www/unit-python/unit-1.26.1/src/java/nginx/unit/
H A DRequest.java727 MimeTypes.Type mime = MimeTypes.CACHE.get(content_type); in getContentType() local
728 …String charset = (mime == null || mime.getCharset() == null) ? MimeTypes.getCharsetFromContentType… in getContentType() local
892 String charset = null; in getParameters() local
/dports/www/unit-perl/unit-1.26.1/src/java/nginx/unit/
H A DRequest.java727 MimeTypes.Type mime = MimeTypes.CACHE.get(content_type); in getContentType() local
728 …String charset = (mime == null || mime.getCharset() == null) ? MimeTypes.getCharsetFromContentType… in getContentType() local
892 String charset = null; in getParameters() local
/dports/www/unit/unit-1.26.1/src/java/nginx/unit/
H A DRequest.java727 MimeTypes.Type mime = MimeTypes.CACHE.get(content_type); in getContentType() local
728 …String charset = (mime == null || mime.getCharset() == null) ? MimeTypes.getCharsetFromContentType… in getContentType() local
892 String charset = null; in getParameters() local
/dports/www/unit-java/unit-1.26.1/src/java/nginx/unit/
H A DRequest.java727 MimeTypes.Type mime = MimeTypes.CACHE.get(content_type); in getContentType() local
728 …String charset = (mime == null || mime.getCharset() == null) ? MimeTypes.getCharsetFromContentType… in getContentType() local
892 String charset = null; in getParameters() local

12345678