Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 231 - 240 of 589 for NODE (0.02 seconds)

  1. .ci/templates.t/matrix-gradle-unix.yml

    ---
    - job:
        name: "{job-name}"
        display-name: "{job-display-name}"
        description: "{job-description}"
        project-type: matrix
        child-workspace: /dev/shm/{job-name}
        node: master
        scm:
          - git:
              wipe-workspace: false
        axes:
          - axis:
              type: slave
              name: nodes
              values:
                - "general-purpose"
          - axis:
              type: yaml
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 881 bytes
    - Click Count (0)
  2. .ci/jobs.t/elastic+elasticsearch+periodic+packaging-tests.yml

        display-name: "elastic / elasticsearch # %BRANCH% - packaging tests"
        description: "Testing of the Elasticsearch %BRANCH% branch packaging tests.\n"
        project-type: multijob
        node: master
        vault: []
        scm:
          - git:
              wipe-workspace: false
        builders:
          - multijob:
              name: Packaging tests
              projects:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 999 bytes
    - Click Count (0)
  3. .ci/templates.t/periodic-trigger-lgc.yml

    ---
    - job:
        name: "elastic+elasticsearch+%BRANCH%+triggers/{periodic-job}-trigger"
        display-name: "{periodic-job}-trigger"
        description: "Scheduled trigger for {periodic-job}"
        node: master
        scm: []
        properties: []
        parameters: []
        publishers: []
        triggers:
          - timed: "{cron}"
        builders:
          - shell: |
              #!/usr/bin/env bash
              set -o pipefail
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 1K bytes
    - Click Count (0)
  4. .ci/jobs.t/elastic+elasticsearch+multijob+packaging-tests-upgrade.yml

        display-name: "elastic / elasticsearch # %BRANCH% - packaging upgrade tests"
        description: "Testing of the Elasticsearch %BRANCH% branch packaging test upgrade support matrix.\n"
        project-type: matrix
        node: master
        scm:
          - git:
              wipe-workspace: false
        axes:
          - axis:
              type: label-expression
              name: os
              values:
                - centos-8-packaging
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue May 25 23:43:40 GMT 2021
    - 1.1K bytes
    - Click Count (0)
  5. .ci/jobs.t/elastic+elasticsearch+multijob+platform-support-darwin.yml

    - job:
        name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-darwin
        display-name: "elastic / elasticsearch # %BRANCH% - darwin compatibility"
        description: "Elasticsearch %BRANCH% MacOS compatibility testing.\n"
        node: "macosx && x86_64"
        builders:
          - inject:
              properties-file: '.ci/java-versions.properties'
              properties-content: |
                JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue May 25 23:43:40 GMT 2021
    - 687 bytes
    - Click Count (0)
  6. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDocPropertiesBuilder.java

                    inheritedValueTitleMapping.put(override.getTextContent(), element);
                }
                Node firstChild = element.getFirstChild();
                if (firstChild instanceof Text) {
                    firstChild.setTextContent(firstChild.getTextContent().replaceFirst("^\\s+", ""));
                }
                Node lastChild = element.getLastChild();
                if (lastChild instanceof Text) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 6.2K bytes
    - Click Count (0)
  7. scripts/contributors.py

    
    prs_query = """
    query Q($after: String) {
      repository(name: "fastapi", owner: "fastapi") {
        pullRequests(first: 100, after: $after) {
          edges {
            cursor
            node {
              number
              labels(first: 100) {
                nodes {
                  name
                }
              }
              author {
                login
                avatarUrl
                url
              }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Dec 16 12:34:01 GMT 2025
    - 8.6K bytes
    - Click Count (0)
  8. .ci/jobs.t/elastic+elasticsearch+multijob+packaging-tests-unix.yml

        display-name: "elastic / elasticsearch # %BRANCH% - unix packaging tests"
        description: "Testing of the Elasticsearch %BRANCH% branch unix packaging test support matrix.\n"
        project-type: matrix
        node: master
        scm:
          - git:
              wipe-workspace: false
        axes:
          - axis:
              type: label-expression
              name: os
              values:
                - centos-7-packaging
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Sep 14 17:35:45 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  9. docs/en/docs/js/termynal.js

     * @version 0.0.1
     * @license MIT
     */
    
    'use strict';
    
    /** Generate a terminal widget. */
    class Termynal {
        /**
         * Construct the widget's settings.
         * @param {(string|Node)=} container - Query selector or container element.
         * @param {Object=} options - Custom settings.
         * @param {string} options.prefix - Prefix to use for data attributes.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Aug 31 10:32:57 GMT 2025
    - 9.3K bytes
    - Click Count (0)
  10. lib/wasm/go_js_wasm_exec

    done
    DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
    
    # Increase the V8 stack size from the default of 984K
    # to 8192K to ensure all tests can pass without hitting
    # stack size limits.
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Aug 30 19:15:21 GMT 2024
    - 603 bytes
    - Click Count (0)
Back to Top