Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 118 for ISO (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. platforms/jvm/language-java/src/main/java/org/gradle/external/javadoc/StandardJavadocDocletOptions.java

         * <p>
         * javadoc -charset "iso-8859-1" mypackage
         * <p>
         * would insert the following line in the head of every generated page:
         * <p>
         * &lt;META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"&gt;
         * <p>
         * This META tag is described in the HTML standard. (4197265 and 4137321)
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  5. docs/zh/docs/contributing.md

    * 请使用相同的 Python 示例,且只需翻译文档中的文本,不用修改其它东西。
    
    * 请使用相同的图片、文件名以及链接地址,不用修改其它东西。
    
    * 你可以从 <a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes" class="external-link" target="_blank">ISO 639-1 代码列表</a> 表中查找你想要翻译语言的两位字母代码。
    
    #### 已有的语言
    
    假设你想将某个页面翻译成已经翻译了一些页面的语言,例如西班牙语。
    
    对于西班牙语来说,它的两位字母代码是 `es`。所以西班牙语翻译的目录位于 `docs/es/`。
    
    !!! tip
        默认语言是英语,位于 `docs/en/`目录。
    
    现在为西班牙语文档运行实时服务器:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 11:57:21 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java

                    haveValue = true;
                } catch (final Exception e) {}
            }
            if (!haveValue) {
                try {
                    value = item.getString("ISO-8859-1");
                } catch (final java.io.UnsupportedEncodingException uee) {
                    value = item.getString();
                }
                haveValue = true;
            }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  7. scripts/docs.py

    
    def get_updated_config_content() -> Dict[str, Any]:
        config = get_en_config()
        languages = [{"en": "/"}]
        new_alternate: List[Dict[str, str]] = []
        # Language names sourced from https://quickref.me/iso-639-1
        # Contributors may wish to update or change these, e.g. to fix capitalization.
        language_names_path = Path(__file__).parent / "../docs/language_names.yml"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 22 19:26:14 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/pom/junit-4.12.pom

                <url>gitsite:******@****.***/junit-team/junit.git</url>
            </site>
        </distributionManagement>
    
        <properties>
            <jdkVersion>1.5</jdkVersion>
            <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
            <arguments />
            <gpg.keyname>67893CC4</gpg.keyname>
        </properties>
    
        <dependencies>
            <dependency>
                <groupId>org.hamcrest</groupId>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_ivy.adoc

    Gradle will handle any valid Unicode character for `organisation`, `module` and `revision` (as well as the artifact's `name`, `extension` and `classifier`). The only values that are explicitly prohibited are `\`, `/` and any ISO control character. The supplied values are validated early during publication.
    
    [[sec:modifying_the_generated_module_descriptor]]
    === Customizing the generated module descriptor
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.pom

        </distributionManagement>
    
        <properties>
            <jdkVersion>1.5</jdkVersion>
            <surefireVersion>2.19.1</surefireVersion>
            <hamcrestVersion>1.3</hamcrestVersion>
            <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
            <arguments />
            <gpg.keyname>67893CC4</gpg.keyname>
        </properties>
    
        <dependencies>
            <dependency>
                <groupId>org.hamcrest</groupId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 24.5K bytes
    - Viewed (0)
Back to top