Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for encoding (0.22 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    l; public synchronized class PrettyPrintXMLWriter implements XMLWriter { private java.io.PrintWriter writer; private java.util.LinkedList elementStack; private boolean tagInProgress; private int depth; private String lineIndenter; private String encoding; private String docType; private boolean readyForNewLine; private boolean tagIsEmpty; public void PrettyPrintXMLWriter(java.io.PrintWriter, String); public void PrettyPrintXMLWriter(java.io.Writer, String); public void PrettyPrintXMLWriter(java.io.PrintWriter);...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 164.6K bytes
    - Viewed (0)
  2. maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    l; public synchronized class PrettyPrintXMLWriter implements XMLWriter { private java.io.PrintWriter writer; private java.util.LinkedList elementStack; private boolean tagInProgress; private int depth; private String lineIndenter; private String encoding; private String docType; private boolean readyForNewLine; private boolean tagIsEmpty; public void PrettyPrintXMLWriter(java.io.PrintWriter, String); public void PrettyPrintXMLWriter(java.io.Writer, String); public void PrettyPrintXMLWriter(java.io.PrintWriter);...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Oct 23 23:48:02 GMT 2009
    - 164.6K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    static final String UTF_16 = UTF-16; private static final String EBCDIC = CP1047; private static String _staticDefaultEncodin; private java.io.Reader _reader; private String _encoding; private String _defaultEncoding; private static final java.util.regex.Pattern CHARSET_PATTERN; static final java.util.regex.Pattern ENCODING_PATTERN; private static final java.text.MessageFormat RAW_EX_1; private static final java.text.MessageFormat RAW_EX_2; private static final java.text.MessageFormat HTTP_EX_1;...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 200.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar

    l; public synchronized class PrettyPrintXMLWriter implements XMLWriter { private java.io.PrintWriter writer; private java.util.LinkedList elementStack; private boolean tagInProgress; private int depth; private String lineIndenter; private String encoding; private String docType; private boolean readyForNewLine; private boolean tagIsEmpty; public void PrettyPrintXMLWriter(java.io.PrintWriter, String); public void PrettyPrintXMLWriter(java.io.Writer, String); public void PrettyPrintXMLWriter(java.io.PrintWriter);...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 160K bytes
    - Viewed (0)
  5. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    l; public synchronized class PrettyPrintXMLWriter implements XMLWriter { private java.io.PrintWriter writer; private java.util.LinkedList elementStack; private boolean tagInProgress; private int depth; private String lineIndenter; private String encoding; private String docType; private boolean readyForNewLine; private boolean tagIsEmpty; public void PrettyPrintXMLWriter(java.io.PrintWriter, String); public void PrettyPrintXMLWriter(java.io.Writer, String); public void PrettyPrintXMLWriter(java.io.PrintWriter);...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 164.6K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    static final String UTF_16 = UTF-16; private static final String EBCDIC = CP1047; private static String _staticDefaultEncodin; private java.io.Reader _reader; private String _encoding; private String _defaultEncoding; private static final java.util.regex.Pattern CHARSET_PATTERN; static final java.util.regex.Pattern ENCODING_PATTERN; private static final java.text.MessageFormat RAW_EX_1; private static final java.text.MessageFormat RAW_EX_2; private static final java.text.MessageFormat HTTP_EX_1;...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 200.2K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/remote-repo-1/maven-test/jars/maven-test-b-1.0.jar

    Implementation-Vendor: Apache Software Foundation Implementation-Vendor-Id: org/apache/commons/codec/base64/Base64.class package org.apache.commons.codec.base64; public final synchronized class Base64 { protected static final String DEFAULT_CHAR_ENCODING = ISO-8859-1; private static final int BASELENGTH = 255; private static final int LOOKUPLENGTH = 64; private static final int TWENTYFOURBITGROUP = 24; private static final int EIGHTBIT = 8; private static final int SIXTEENBIT = 16; private static...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Mon Aug 09 19:02:31 GMT 2004
    - 18.4K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    class StringEndsWith extends SubstringMatcher { public StringEndsWith(String substring) { super(substring); } @Override protected boolean evalSubstringOf(String s) { return s.endsWith(substring); } @Override protected String relationship() { return "ending with"; } /** * Creates a matcher that matches if the examined {@link String} ends with the specified * {@link String}. * <p/> * For example: * <pre>assertThat("myStringOfNote", endsWith("Note"))</pre> * * @param suffix * the substring that the returned...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 31.9K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    l; public synchronized class PrettyPrintXMLWriter implements XMLWriter { private java.io.PrintWriter writer; private java.util.LinkedList elementStack; private boolean tagInProgress; private int depth; private String lineIndenter; private String encoding; private String docType; private boolean readyForNewLine; private boolean tagIsEmpty; public void PrettyPrintXMLWriter(java.io.PrintWriter, String); public void PrettyPrintXMLWriter(java.io.Writer, String); public void PrettyPrintXMLWriter(java.io.PrintWriter);...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 164.6K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    org/hamcrest/Condition.Step.html Overview Package Class Use Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD org.hamcrest Interface Condition.Step<I,O> Enclosing class: Condition<T> public static interface Condition.Step<I,O> Method Summary Condition<O> apply(I value, Description mismatch) Method Detail apply Condition<O> apply(I value, Description mismatch) Overview Package Class Use Tree Deprecated Index...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
Back to top