Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 364 for Brooks (0.24 seconds)

  1. .ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-unix.yml

          - github-pull-request:
              org-list:
                - elastic
              allow-whitelist-orgs-as-admins: true
              trigger-phrase: '.*run\W+elasticsearch-ci/packaging-tests-unix.*'
              github-hooks: true
              status-context: elasticsearch-ci/packaging-tests-unix
              cancel-builds-on-update: true
              black-list-target-branches:
                - 6.8
              excluded-regions:
                - ^docs/.*
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Sep 14 17:35:45 GMT 2021
    - 2.2K bytes
    - Click Count (0)
  2. .ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows-sample.yml

          - github-pull-request:
              org-list:
                - elastic
              allow-whitelist-orgs-as-admins: true
              trigger-phrase: '.*run\W+elasticsearch-ci/packaging-tests-windows-sample.*'
              github-hooks: true
              status-context: elasticsearch-ci/packaging-tests-windows-sample
              cancel-builds-on-update: true
              white-list-target-branches:
                - master
              excluded-regions:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Aug 24 18:50:27 GMT 2021
    - 2.1K bytes
    - Click Count (0)
  3. .teamcity/src/main/kotlin/promotion/PublishBranchSnapshotFromQuickFeedback.kt

                    label = "Branch qualifier for the published distribution version",
                    description = "The published distribution version looks like '8.13-branch-%branch.qualifier%-20241217145847+0000'.",
                    display = ParameterDisplay.PROMPT,
                    allowEmpty = false,
                )
            }
        }
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 20 06:13:56 GMT 2025
    - 1.8K bytes
    - Click Count (0)
  4. docs/fr/docs/project-generation.md

      - 💾 [PostgreSQL](https://www.postgresql.org) comme base de données SQL.
    - 🚀 [React](https://react.dev) pour le frontend.
      - 💃 Utilisation de TypeScript, des hooks, de Vite et d'autres éléments d'un stack frontend moderne.
      - 🎨 [Tailwind CSS](https://tailwindcss.com) et [shadcn/ui](https://ui.shadcn.com) pour les composants frontend.
      - 🤖 Un client frontend généré automatiquement.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 2.2K bytes
    - Click Count (0)
  5. .github/workflows/release-branch-cherrypick.yml

    # will be created.
    
    name: Release Branch Cherrypick
    on:
      workflow_dispatch:
        inputs:
          # We use this instead of the "run on branch" argument because GitHub looks
          # on that branch for a workflow.yml file, and we'd have to cherry-pick
          # this file into those branches.
          release_branch:
            description: 'Release branch name (e.g. r2.9)'
            required: true
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Jan 01 08:09:03 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  6. docs/en/docs/tutorial/security/first-steps.md

    But let's save you the time of reading the full long specification just to find those little pieces of information you need.
    
    Let's use the tools provided by **FastAPI** to handle security.
    
    ## How it looks { #how-it-looks }
    
    Let's first just use the code and see how it works, and then we'll come back to understand what's happening.
    
    ## Create `main.py` { #create-main-py }
    
    Copy the example in a file `main.py`:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 8.3K bytes
    - Click Count (0)
  7. build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/SnippetsTask.groovy

                    contents = null
                    Closure doSubstitution = { String pattern, String subst ->
                        /*
                         * $body is really common but it looks like a
                         * backreference so we just escape it here to make the
                         * tests cleaner.
                         */
                        subst = subst.replace('$body', '\\$body')
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 20 10:08:26 GMT 2021
    - 17.8K bytes
    - Click Count (0)
  8. .ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows-sample-nojdk.yml

          - github-pull-request:
              org-list:
                - elastic
              allow-whitelist-orgs-as-admins: true
              trigger-phrase: '.*run\W+elasticsearch-ci/packaging-tests-windows-sample.*'
              github-hooks: true
              status-context: elasticsearch-ci/packaging-tests-windows-sample
              cancel-builds-on-update: true
              # We've removed the no-jdk distribution on master as well
              black-list-target-branches:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Aug 24 19:49:58 GMT 2021
    - 2.2K bytes
    - Click Count (0)
  9. .ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows.yml

          - github-pull-request:
              org-list:
                - elastic
              allow-whitelist-orgs-as-admins: true
              trigger-phrase: '.*run\W+elasticsearch-ci/packaging-tests-windows.*'
              github-hooks: true
              status-context: elasticsearch-ci/packaging-tests-windows
              cancel-builds-on-update: true
              white-list-target-branches:
                - master
              excluded-regions:
                - ^docs/.*
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Aug 24 18:50:27 GMT 2021
    - 2.1K bytes
    - Click Count (0)
  10. guava-gwt/src/com/google/common/base/Base.gwt.xml

        for prod and one for tests. However, unlike our other packages, as of this
        writing it has test supersource but no prod supersource.
    
        GWT happens to use the prod .gwt.xml, so it looks for no supersource for
        tests, either. This causes it to fail to find AtomicLongMapTest.
    
        Our workaround is to tell GWT that util.concurrent and all other packages
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Jul 19 16:02:36 GMT 2024
    - 1.4K bytes
    - Click Count (0)
Back to Top