Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for alpha (0.54 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. maven-compat/src/test/java/org/apache/maven/project/artifact/MavenMetadataSourceTest.java

            String artifactId = "maven-model";
    
            Dependency dep = new Dependency();
    
            dep.setGroupId( groupId );
            dep.setArtifactId( artifactId );
            dep.setVersion( "2.0-alpha-3" );
    
            Model model = new Model();
    
            model.addDependency( dep );
    
            MavenProject project = new MavenProject( model, repositorySystem );
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 5.7K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/resource/v1alpha2/generated.proto

      optional bool shareable = 3;
    }
    
    // PodSchedulingContext objects hold information that is needed to schedule
    // a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation
    // mode.
    //
    // This is an alpha type and requires enabling the DynamicResourceAllocation
    // feature gate.
    message PodSchedulingContext {
      // Standard object metadata
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 14.4K bytes
    - Viewed (0)
Back to top