Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 141 for ISO (0.04 sec)

  1. src/mime/mediatype_test.go

    		// #attfnboth2
    		{`attachment; filename*=UTF-8''foo-%c3%a4.html; filename="foo-ae.html"`,
    			"attachment",
    			m("filename", "foo-รค.html")},
    		// #attfnboth3
    		{`attachment; filename*0*=ISO-8859-15''euro-sign%3d%a4; filename*=ISO-8859-1''currency-sign%3d%a4`,
    			"attachment",
    			m()},
    		// #attnewandfn
    		{`attachment; foobar=x; filename="foo.html"`,
    			"attachment",
    			m("foobar", "x", "filename", "foo.html")},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 26 17:58:37 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  2. src/net/http/requestwrite_test.go

    			},
    			Proto:      "HTTP/1.1",
    			ProtoMajor: 1,
    			ProtoMinor: 1,
    			Header: Header{
    				"Accept":           {"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"},
    				"Accept-Charset":   {"ISO-8859-1,utf-8;q=0.7,*;q=0.7"},
    				"Accept-Encoding":  {"gzip,deflate"},
    				"Accept-Language":  {"en-us,en;q=0.5"},
    				"Keep-Alive":       {"300"},
    				"Proxy-Connection": {"keep-alive"},
    				"User-Agent":       {"Fake"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 01:07:32 UTC 2022
    - 23.3K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/api/tasks/WriteProperties.java

     *     <li>the properties are sorted alphabetically</li>
     * </ul>
     *
     * <p>Like with {@link java.util.Properties}, Unicode characters are escaped when using the
     * default Latin-1 (ISO-8559-1) encoding.</p>
     *
     * @see java.util.Properties#store(OutputStream, String)
     * @since 3.3
     */
    @CacheableTask
    public abstract class WriteProperties extends DefaultTask {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/hash/FarmHashFingerprint64Test.java

            .isNotEqualTo(HASH_FN.hashUnencodedChars(stringB));
        assertThat(fingerprint(stringA.getBytes(UTF_8)))
            .isNotEqualTo(fingerprint(stringB.getBytes(UTF_8)));
    
        // ISO 8859-1 only has 0-255 (ubyte) representation so throws away UTF-8 characters
        // greater than 127 (ie with their top bit set).
        // Don't attempt to do this in real code.
        assertEquals(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 15:56:47 UTC 2017
    - 6.2K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/artifact/repository/MavenArtifactRepository.java

                retValue = "/";
            }
            return retValue.trim();
        }
    
        /**
         * Decodes the specified (portion of a) URL. <strong>Note:</strong> This decoder assumes that ISO-8859-1 is used to
         * convert URL-encoded bytes to characters.
         *
         * @param url The URL to decode, may be <code>null</code>.
         * @return The decoded URL or <code>null</code> if the input was <code>null</code>.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Dec 26 15:12:32 UTC 2022
    - 11K bytes
    - Viewed (0)
  6. cmd/bucket-lifecycle-handlers_test.go

    			lifecycleResponse:  []byte(``),
    			errorResponse: APIErrorResponse{
    				Resource: SlashSeparator + bucketName + SlashSeparator,
    				Code:     "InvalidArgument",
    				Message:  "Date must be provided in ISO 8601 format",
    			},
    
    			shouldPass: false,
    		},
    		{
    			method:             http.MethodPut,
    			bucketName:         bucketName,
    			accessKey:          creds.AccessKey,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  7. src/compress/gzip/gzip.go

    	if err != nil {
    		return err
    	}
    	_, err = z.w.Write(b)
    	return err
    }
    
    // writeString writes a UTF-8 string s in GZIP's format to z.w.
    // GZIP (RFC 1952) specifies that strings are NUL-terminated ISO 8859-1 (Latin-1).
    func (z *Writer) writeString(s string) (err error) {
    	// GZIP stores Latin-1 strings; error if non-Latin-1; convert if non-ASCII.
    	needconv := false
    	for _, v := range s {
    		if v == 0 || v > 0xff {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:40 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. hack/verify-e2e-test-ownership.sh

      local -r total_tests=$(<"${spec_summaries}" wc -l | awk '{print $1}')
    
      # output results to console
      (
        echo "run at datetime: $(date -u +%Y-%m-%dT%H:%M:%SZ)"
        echo "based on commit: $(git log -n1 --date=iso-strict --pretty='%h - %cd - %s')"
        echo
        <"${failures_json}" cat
        printf "%4s: e2e tests %-40s: %-4d\n" "INFO" "in total" "${total_tests}"
        <"${summary_json}" jq -r 'to_entries[].value |
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 20 06:46:18 UTC 2022
    - 7.3K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/MediaTypeTest.kt

        assertEquals("2", mediaType.parameter("B"))
        assertEquals("3", mediaType.parameter("C"))
      }
    
      @Test fun testCharsetAndQuoting() {
        val mediaType = parse("text/plain;a=\";charset=us-ascii\";charset=\"utf-8\";b=\"iso-8859-1\"")
        assertEquals("UTF-8", mediaType.charsetName())
      }
    
      @Test fun testDuplicatedCharsets() {
        val mediaType = parse("text/plain; charset=utf-8; charset=UTF-8")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/net/http_test.go

    			name:       "big code",
    			header:     `321 - "text"`,
    			wantResult: WarningHeader{Code: 321, Agent: "-", Text: "text"},
    		},
    		// RFC 2047 decoding
    		{
    			name:       "ok, rfc 2047, iso-8859-1, q",
    			header:     `299 - "=?iso-8859-1?q?this=20is=20some=20text?="`,
    			wantResult: WarningHeader{Code: 299, Agent: `-`, Text: `this is some text`},
    		},
    		{
    			name:       "ok, rfc 2047, utf-8, b",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 18 01:21:56 UTC 2023
    - 24.5K bytes
    - Viewed (0)
Back to top