Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 1,296 for apart (0.06 seconds)

  1. buildscripts/cicd-corpus/disk5/bucket/testobj/2b4f7e41-df82-4a5e-a3c1-8df87f83332f/part.1

    Harshavardhana <******@****.***> 1650484145 -0700
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Apr 20 19:49:05 GMT 2022
    - 209.8K bytes
    - Click Count (0)
  2. .ci/jobs.t/elastic+elasticsearch+pull-request+part-2-windows.yml

    ---
    - job:
        name: "elastic+elasticsearch+pull-request+part-2-windows"
        display-name: "elastic / elasticsearch - pull request part-2 windows"
        description: "Testing of Elasticsearch pull requests - part-2 windows"
        node: "windows-immutable"
        workspace: "C:\\Users\\jenkins\\workspace\\pr-part-2\\${BUILD_NUMBER}"
        scm:
          - git:
              refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"
              branches:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 22:34:45 GMT 2021
    - 1.7K bytes
    - Click Count (0)
  3. .ci/jobs.t/elastic+elasticsearch+pull-request+part-1-windows.yml

    ---
    - job:
        name: "elastic+elasticsearch+pull-request+part-1-windows"
        display-name: "elastic / elasticsearch - pull request part-1 windows"
        description: "Testing of Elasticsearch pull requests - part-1 windows"
        node: "windows-immutable"
        workspace: "C:\\Users\\jenkins\\workspace\\pr-part-1\\${BUILD_NUMBER}"
        scm:
          - git:
              refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"
              branches:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 22:34:45 GMT 2021
    - 1.7K bytes
    - Click Count (0)
  4. .ci/jobs.t/elastic+elasticsearch+pull-request+part-1-fips.yml

    ---
    - job:
        name: "elastic+elasticsearch+pull-request+part-1-fips"
        display-name: "elastic / elasticsearch - pull request part-1 fips"
        description: "Testing of Elasticsearch pull requests - part-1 fips"
        workspace: "/dev/shm/elastic+elasticsearch+pull-request+part-1-fips"
        scm:
          - git:
              refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"
              branches:
                - "${ghprbActualCommit}"
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 16 01:16:48 GMT 2021
    - 1.4K bytes
    - Click Count (0)
  5. .ci/jobs.t/elastic+elasticsearch+pull-request+part-2.yml

    ---
    jjbb-template: pull-request-gradle-unix.yml
    vars:
      - pr-job: "part-2"
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 125 bytes
    - Click Count (0)
  6. .ci/jobs.t/elastic+elasticsearch+pull-request+part-2-fips.yml

    ---
    - job:
        name: "elastic+elasticsearch+pull-request+part-2-fips"
        display-name: "elastic / elasticsearch - pull request part-2 fips"
        description: "Testing of Elasticsearch pull requests - part-2 fips"
        workspace: "/dev/shm/elastic+elasticsearch+pull-request+part-2-fips"
        scm:
          - git:
              refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"
              branches:
                - "${ghprbActualCommit}"
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 16 01:16:48 GMT 2021
    - 1.4K bytes
    - Click Count (0)
  7. .ci/jobs.t/elastic+elasticsearch+pull-request+part-1.yml

    ---
    jjbb-template: pull-request-gradle-unix.yml
    vars:
      - pr-job: "part-1"
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 125 bytes
    - Click Count (0)
  8. android/guava-tests/test/com/google/common/primitives/DoublesTest.java

      public void testTryParseHex() {
        for (String signChar : ImmutableList.of("", "+", "-")) {
          for (String hexPrefix : ImmutableList.of("0x", "0X")) {
            for (String iPart : ImmutableList.of("", "0", "1", "F", "f", "c4", "CE")) {
              for (String fPart : ImmutableList.of("", ".", ".F", ".52", ".a")) {
                for (String expMarker : ImmutableList.of("p", "P")) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 01:43:32 GMT 2026
    - 30.9K bytes
    - Click Count (0)
  9. okhttp/src/commonJvmAndroid/kotlin/okhttp3/MultipartBody.kt

              this.type = type
            }
    
          /** Add a part to the body. */
          fun addPart(body: RequestBody) =
            apply {
              addPart(Part.create(body))
            }
    
          /** Add a part to the body. */
          fun addPart(
            headers: Headers?,
            body: RequestBody,
          ) = apply {
            addPart(Part.create(headers, body))
          }
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 10.9K bytes
    - Click Count (0)
  10. okhttp/src/commonJvmAndroid/kotlin/okhttp3/MultipartReader.kt

     *   while (true) {
     *     val part = multipartReader.nextPart() ?: break
     *     process(part.headers, part.body)
     *   }
     * }
     * ```
     *
     * Note that [nextPart] will skip any unprocessed data from the preceding part. If the preceding
     * part is particularly large or if the underlying source is particularly slow, the [nextPart] call
     * may be slow!
     *
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 7.3K bytes
    - Click Count (0)
Back to Top