Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 772 for part1 (0.03 seconds)

  1. .ci/jobs.t/elastic+elasticsearch+intake+multijob+part1.yml

    ---
    jjbb-template: generic-gradle-unix.yml
    vars:
      - job-name: elastic+elasticsearch+%BRANCH%+intake+multijob+part1
      - job-display-name: "elastic / elasticsearch # %BRANCH% - intake part 1"
      - job-description: Elasticsearch %BRANCH% branch intake check part 1.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 413 bytes
    - Click Count (0)
  2. compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/DefaultArtifactVersion.java

            int index = version.indexOf('-');
    
            String part1;
            String part2 = null;
    
            if (index < 0) {
                part1 = version;
            } else {
                part1 = version.substring(0, index);
                part2 = version.substring(index + 1);
            }
    
            if (part2 != null) {
                if (part2.length() == 1 || !part2.startsWith("0")) {
                    buildNumber = tryParseInt(part2);
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 6.1K bytes
    - Click Count (0)
  3. android/guava/src/com/google/common/hash/Fingerprint2011.java

        long part1 = load64(bytes, offset);
        long part2 = load64(bytes, offset + 8);
        long part3 = load64(bytes, offset + 16);
        long part4 = load64(bytes, offset + 24);
    
        seedA += part1;
        seedB = rotateRight(seedB + seedA + part4, 51);
        long c = seedA;
        seedA += part2;
        seedA += part3;
        seedB += rotateRight(seedA, 23);
        output[0] = seedA + part4;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Aug 11 19:31:30 GMT 2025
    - 6.5K bytes
    - Click Count (0)
  4. .ci/jobs.t/elastic+elasticsearch+intake.yml

          - multijob:
              name: Verification
              projects:
                - name: elastic+elasticsearch+%BRANCH%+intake+multijob+part1
                  kill-phase-on: NEVER
                  current-parameters: true
                  git-revision: true
                - name: elastic+elasticsearch+%BRANCH%+intake+multijob+part2
                  kill-phase-on: NEVER
                  current-parameters: true
                  git-revision: true
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 2.3K bytes
    - Click Count (0)
  5. android/guava/src/com/google/common/hash/FarmHashFingerprint64.java

        long part1 = load64(bytes, offset);
        long part2 = load64(bytes, offset + 8);
        long part3 = load64(bytes, offset + 16);
        long part4 = load64(bytes, offset + 24);
    
        seedA += part1;
        seedB = rotateRight(seedB + seedA + part4, 21);
        long c = seedA;
        seedA += part2;
        seedA += part3;
        seedB += rotateRight(seedA, 44);
        output[0] = seedA + part4;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Aug 11 19:31:30 GMT 2025
    - 7.6K bytes
    - Click Count (0)
  6. .ci/jobs.t/elastic+elasticsearch+intake+multijob+part2.yml

    ---
    jjbb-template: generic-gradle-unix.yml
    vars:
      - job-name: elastic+elasticsearch+%BRANCH%+intake+multijob+part2
      - job-display-name: "elastic / elasticsearch # %BRANCH% - intake part 2"
      - job-description: Elasticsearch %BRANCH% branch intake check part 2.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 413 bytes
    - Click Count (0)
  7. .ci/jobs.t/elastic+elasticsearch+multijob+third-party-tests-azure-sas.yml

    ---
    - job:
        name: elastic+elasticsearch+%BRANCH%+multijob+third-party-tests-azure-sas
        workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+multijob+third-party-tests-azure-sas
        display-name: "elastic / elasticsearch # %BRANCH% - third party tests azure - sas token"
        description: "Testing of the Elasticsearch %BRANCH% third party tests against Azure using SAS token\n"
        builders:
          - inject:
              properties-file: '.ci/java-versions.properties'
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  8. cmd/copy-part-range.go

    // Copyright (c) 2015-2021 MinIO, Inc.
    //
    // This file is part of MinIO Object Storage stack
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Jun 18 03:27:04 GMT 2021
    - 2.5K bytes
    - Click Count (0)
  9. build-tools-internal/src/main/resources/forbidden/third-party-audit.txt

    # Side Public License, v 1.
    
    # Checks that we run against bytecode of third-party dependencies
    #
    # Be judicious about what is denied here: MANY classes will be subject
    # to these rules, so please try to keep the false positive rate low!
    #
    # Each third party .class failing checks will need to be explicitly
    # listed in the module's build.gradle file:
    #
    #   thirdPartyAudit.excludes = [
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 3K bytes
    - Click Count (0)
  10. cmd/copy-part-range_test.go

    // Copyright (c) 2015-2021 MinIO, Inc.
    //
    // This file is part of MinIO Object Storage stack
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Apr 23 18:58:53 GMT 2021
    - 2.5K bytes
    - Click Count (0)
Back to Top