Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 141 for ISO (0.03 sec)

  1. 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)
  2. 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)
  3. 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 final int...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Aug 09 19:02:31 UTC 2004
    - 18.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. src/encoding/asn1/asn1.go

    	if !utf8.Valid(bytes) {
    		return "", errors.New("asn1: invalid UTF-8 string")
    	}
    	return string(bytes), nil
    }
    
    // BMPString
    
    // parseBMPString parses an ASN.1 BMPString (Basic Multilingual Plane of
    // ISO/IEC/ITU 10646-1) from the given byte slice and returns it.
    func parseBMPString(bmpString []byte) (string, error) {
    	if len(bmpString)%2 != 0 {
    		return "", errors.New("pkcs12: odd-length BMP string")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 31.8K bytes
    - Viewed (0)
  10. docs/en/docs/contributing.md

    * To check the 2-letter code for the language you want to translate, you can use the table <a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes" class="external-link" target="_blank">List of ISO 639-1 codes</a>.
    
    #### Existing language
    
    Let's say you want to translate a page for a language that already has translations for some pages, like Spanish.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 17:42:43 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top