Lines Matching refs:put

270         tempMap.put("sgml", Boolean.TRUE);
271 tempMap.put("xml", Boolean.TRUE);
272 tempMap.put("html", Boolean.TRUE);
273 tempMap.put("enriched", Boolean.TRUE);
274 tempMap.put("richtext", Boolean.TRUE);
275 tempMap.put("uri-list", Boolean.TRUE);
276 tempMap.put("directory", Boolean.TRUE);
277 tempMap.put("css", Boolean.TRUE);
278 tempMap.put("calendar", Boolean.TRUE);
279 tempMap.put("plain", Boolean.TRUE);
280 tempMap.put("rtf", Boolean.FALSE);
281 tempMap.put("tab-separated-values", Boolean.FALSE);
282 tempMap.put("t140", Boolean.FALSE);
283 tempMap.put("rfc822-headers", Boolean.FALSE);
284 tempMap.put("parityfec", Boolean.FALSE);
419 textMIMESubtypeCharsetSupport.put
433 textMIMESubtypeCharsetSupport.put
590 nativeCharsets.put(format, (charset != null && charset.length() != 0)
593 nativeEOLNs.put(format, eoln);
598 nativeTerminators.put(format, iTerminators);
725 formatMap.put(lFormat, flavor);
726 indexMap.put(lFormat, index);
736 textPlainMap.put(lFormat, flavor);
737 textPlainIndexMap.put(lFormat, index);
822 flavorMap.put(flavor, lFormat);
855 flavorMap.put(flavor, lFormat);
2345 appContext.put(DATA_CONVERTER_KEY, dataConverter);
2591 charsetsMap.put(canonicalName("UTF-16LE"), Integer.valueOf(4));
2592 charsetsMap.put(canonicalName("UTF-16BE"), Integer.valueOf(5));
2593 charsetsMap.put(canonicalName("UTF-8"), Integer.valueOf(6));
2594 charsetsMap.put(canonicalName("UTF-16"), Integer.valueOf(7));
2597 charsetsMap.put(canonicalName("US-ASCII"), WORST_CHARSET_INDEX);
2603 charsetsMap.put(defaultEncoding, DEFAULT_CHARSET_INDEX);
2605 charsetsMap.put(UNSUPPORTED_CHARSET, UNSUPPORTED_CHARSET_INDEX);
2756 exactTypesMap.put("application/x-java-file-list",
2758 exactTypesMap.put("application/x-java-serialized-object",
2760 exactTypesMap.put("application/x-java-jvm-local-objectref",
2762 exactTypesMap.put("application/x-java-remote-object",
2771 primaryTypesMap.put("application", Integer.valueOf(0));
2779 nonTextRepresentationsMap.put(java.io.InputStream.class,
2781 nonTextRepresentationsMap.put(java.io.Serializable.class,
2786 nonTextRepresentationsMap.put(remoteClass,
2798 textTypesMap.put("text/plain", Integer.valueOf(0));
2801 textTypesMap.put("application/x-java-serialized-object",
2805 textTypesMap.put("text/calendar", Integer.valueOf(2));
2806 textTypesMap.put("text/css", Integer.valueOf(3));
2807 textTypesMap.put("text/directory", Integer.valueOf(4));
2808 textTypesMap.put("text/parityfec", Integer.valueOf(5));
2809 textTypesMap.put("text/rfc822-headers", Integer.valueOf(6));
2810 textTypesMap.put("text/t140", Integer.valueOf(7));
2811 textTypesMap.put("text/tab-separated-values", Integer.valueOf(8));
2812 textTypesMap.put("text/uri-list", Integer.valueOf(9));
2815 textTypesMap.put("text/richtext", Integer.valueOf(10));
2816 textTypesMap.put("text/enriched", Integer.valueOf(11));
2817 textTypesMap.put("text/rtf", Integer.valueOf(12));
2820 textTypesMap.put("text/html", Integer.valueOf(13));
2821 textTypesMap.put("text/xml", Integer.valueOf(14));
2822 textTypesMap.put("text/sgml", Integer.valueOf(15));
2830 decodedTextRepresentationsMap.put
2832 decodedTextRepresentationsMap.put
2834 decodedTextRepresentationsMap.put
2836 decodedTextRepresentationsMap.put
2846 encodedTextRepresentationsMap.put
2848 encodedTextRepresentationsMap.put
2850 encodedTextRepresentationsMap.put