Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 56 for alpha (0.19 sec)

  1. doap_Maven.rdf

    Apache Maven 4.0.0-alpha-5 2023-03-20 4.0.0-alpha-5 http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-5/binaries/apache-maven-4.0.0-alpha-5-bin.zip http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-5/binaries/apache-maven-4.0.0-alpha-5-bin.tar.gz http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-5/source/apache-maven-4.0.0-alpha-5-src.zip http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-5/source/apache-maven-4.0.0-alpha-5-src.tar.gz Apache Maven 4.0.0-alpha-4 2023-01-31 4.0.0-alpha-4...
    Others
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Dec 01 11:47:44 GMT 2023
    - 31.2K bytes
    - Viewed (0)
  2. CHANGELOG.md

    | com.squareup.okhttp3:mockwebserver3:5.0.0-alpha.2        | mockwebserver3        | Core module. No JUnit dependency! |
    | com.squareup.okhttp3:mockwebserver3-junit4:5.0.0-alpha.2 | mockwebserver3.junit4 | Optional JUnit 4 integration.     |
    | com.squareup.okhttp3:mockwebserver3-junit5:5.0.0-alpha.2 | mockwebserver3.junit5 | Optional JUnit 5 integration.     |
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Thu Apr 18 01:31:39 GMT 2024
    - 21.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

        - [Node Binaries](#node-binaries-17)
      - [Changelog since v1.8.0-alpha.3](#changelog-since-v180-alpha3)
        - [Action Required](#action-required-4)
        - [Other notable changes](#other-notable-changes-16)
    - [v1.8.0-alpha.3](#v180-alpha3)
      - [Downloads for v1.8.0-alpha.3](#downloads-for-v180-alpha3)
        - [Client Binaries](#client-binaries-18)
        - [Server Binaries](#server-binaries-18)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.30.md

        - [Removed](#removed-4)
    - [v1.30.0-alpha.3](#v1300-alpha3)
      - [Downloads for v1.30.0-alpha.3](#downloads-for-v1300-alpha3)
        - [Source Code](#source-code-5)
        - [Client Binaries](#client-binaries-5)
        - [Server Binaries](#server-binaries-5)
        - [Node Binaries](#node-binaries-5)
        - [Container Images](#container-images-5)
      - [Changelog since v1.30.0-alpha.2](#changelog-since-v1300-alpha2)
      - [Changes by Kind](#changes-by-kind-5)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  5. maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java

            checkVersionsOrder("1.0-alpha-1", "1.0");
            checkVersionsOrder("1.0-alpha-1", "1.0-alpha-2");
            checkVersionsOrder("1.0-alpha-1", "1.0-beta-1");
    
            checkVersionsOrder("1.0-beta-1", "1.0-SNAPSHOT");
            checkVersionsOrder("1.0-SNAPSHOT", "1.0");
            checkVersionsOrder("1.0-alpha-1-SNAPSHOT", "1.0-alpha-1");
    
            checkVersionsOrder("1.0", "1.0-1");
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Jan 09 06:39:47 GMT 2024
    - 14K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

        - [Removed](#removed-12)
    - [v1.28.0-alpha.4](#v1280-alpha4)
      - [Downloads for v1.28.0-alpha.4](#downloads-for-v1280-alpha4)
        - [Source Code](#source-code-13)
        - [Client Binaries](#client-binaries-13)
        - [Server Binaries](#server-binaries-13)
        - [Node Binaries](#node-binaries-13)
        - [Container Images](#container-images-13)
      - [Changelog since v1.28.0-alpha.3](#changelog-since-v1280-alpha3)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/core/text/Tokenizer.java

            }
            while (low <= hi) {
                ctype2[low++] |= CT_ALPHA;
            }
        }
    
        /**
         * 単語用の文字として設定します。
         *
         * @param ctype2
         *            文字のタイプの配列
         * @param val
         *            文字コード
         */
        protected static void wordChar(final byte[] ctype2, final int val) {
            ctype2[val] |= CT_ALPHA;
        }
    
        /**
         * 空白用の文字として設定します。
         *
    Java
    - Registered: Fri Apr 26 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 8.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.29.md

        - [Removed](#removed-7)
    - [v1.29.0-alpha.3](#v1290-alpha3)
      - [Downloads for v1.29.0-alpha.3](#downloads-for-v1290-alpha3)
        - [Source Code](#source-code-8)
        - [Client Binaries](#client-binaries-8)
        - [Server Binaries](#server-binaries-8)
        - [Node Binaries](#node-binaries-8)
        - [Container Images](#container-images-8)
      - [Changelog since v1.29.0-alpha.2](#changelog-since-v1290-alpha2)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.26.md

        - [Removed](#removed-18)
    - [v1.26.0-alpha.3](#v1260-alpha3)
      - [Downloads for v1.26.0-alpha.3](#downloads-for-v1260-alpha3)
        - [Source Code](#source-code-19)
        - [Client Binaries](#client-binaries-19)
        - [Server Binaries](#server-binaries-19)
        - [Node Binaries](#node-binaries-19)
        - [Container Images](#container-images-19)
      - [Changelog since v1.26.0-alpha.2](#changelog-since-v1260-alpha2)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Mar 14 16:24:51 GMT 2024
    - 425.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.27.md

        - [Removed](#removed-16)
    - [v1.27.0-alpha.3](#v1270-alpha3)
      - [Downloads for v1.27.0-alpha.3](#downloads-for-v1270-alpha3)
        - [Source Code](#source-code-17)
        - [Client Binaries](#client-binaries-17)
        - [Server Binaries](#server-binaries-17)
        - [Node Binaries](#node-binaries-17)
        - [Container Images](#container-images-17)
      - [Changelog since v1.27.0-alpha.2](#changelog-since-v1270-alpha2)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
Back to top