Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 364 for Brooks (0.15 seconds)

  1. docs/es/docs/project-generation.md

        - ๐Ÿ’พ [PostgreSQL](https://www.postgresql.org) como base de datos SQL.
    - ๐Ÿš€ [React](https://react.dev) para el frontend.
        - ๐Ÿ’ƒ Usando TypeScript, hooks, Vite, y otras partes de una stack moderna de frontend.
        - ๐ŸŽจ [Tailwind CSS](https://tailwindcss.com) y [shadcn/ui](https://ui.shadcn.com) para los componentes del frontend.
        - ๐Ÿค– Un cliente de frontend generado automรกticamente.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 2.1K bytes
    - Click Count (0)
  2. docs/en/docs/project-generation.md

      - ๐Ÿ’พ [PostgreSQL](https://www.postgresql.org) as the SQL database.
    - ๐Ÿš€ [React](https://react.dev) for the frontend.
      - ๐Ÿ’ƒ Using TypeScript, hooks, Vite, and other parts of a modern frontend stack.
      - ๐ŸŽจ [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components.
      - ๐Ÿค– An automatically generated frontend client.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  3. ci/official/any.sh

      "$TF_ANY_SCRIPT"
    elif [[ -n "${TF_ANY_TARGETS:-}" ]]; then
      source "${BASH_SOURCE%/*}/utilities/setup.sh"
      tfrun bazel "${TF_ANY_MODE:-test}" $TFCI_BAZEL_COMMON_ARGS $TF_ANY_TARGETS
    else
      echo 'Looks like $TF_ANY_TARGETS are $TF_ANY_SCRIPT are both empty. That is an error.'
      exit 1
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Jan 09 18:37:25 GMT 2025
    - 2.1K bytes
    - Click Count (0)
  4. .ci/jobs.t/elastic+elasticsearch+pull-request+precommit.yml

        triggers:
          - github-pull-request:
              org-list:
                - elastic
              allow-whitelist-orgs-as-admins: true
              trigger-phrase: '.*run\W+elasticsearch-ci/precommit.*'
              github-hooks: true
              status-context: elasticsearch-ci/precommit
              cancel-builds-on-update: true
              included-regions:
                - ^docs/.*
              black-list-labels:
                - '>test-mute'
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 20:27:05 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  5. .ci/jobs.t/elastic+elasticsearch+pull-request+rest-compatibility.yml

        triggers:
          - github-pull-request:
              org-list:
                - elastic
              allow-whitelist-orgs-as-admins: true
              trigger-phrase: '.*run\W+elasticsearch-ci/rest-compatibility.*'
              github-hooks: true
              status-context: elasticsearch-ci/rest-compatibility
              cancel-builds-on-update: true
              white-list-target-branches:
                - master
              excluded-regions:
                - ^docs/.*
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 20:27:05 GMT 2021
    - 1.5K bytes
    - Click Count (0)
  6. guava-gwt/src/com/google/common/cache/Cache.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.6K bytes
    - Click Count (0)
  7. .ci/jobs.t/elastic+elasticsearch+pull-request+bwc.yml

        triggers:
          - github-pull-request:
              org-list:
                - elastic
              allow-whitelist-orgs-as-admins: true
              trigger-phrase: '.*run\W+elasticsearch-ci/bwc.*'
              github-hooks: true
              status-context: elasticsearch-ci/bwc
              cancel-builds-on-update: true
              excluded-regions:
                - ^docs/.*
              black-list-labels:
                - '>test-mute'
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Aug 05 17:48:16 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  8. .ci/jobs.t/elastic+elasticsearch+pull-request+full-bwc.yml

        triggers:
          - github-pull-request:
              org-list:
                - elastic
              allow-whitelist-orgs-as-admins: true
              trigger-phrase: '.*run\W+elasticsearch-ci/full-bwc.*'
              github-hooks: true
              status-context: elasticsearch-ci/full-bwc
              cancel-builds-on-update: true
              excluded-regions:
                - ^docs/.*
              white-list-labels:
                - 'test-full-bwc'
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Aug 05 17:48:16 GMT 2021
    - 1.7K bytes
    - Click Count (0)
  9. .ci/jobs.t/elastic+elasticsearch+pull-request+part-1-fips.yml

        triggers:
          - github-pull-request:
              org-list:
                - elastic
              allow-whitelist-orgs-as-admins: true
              trigger-phrase: '.*run\W+elasticsearch-ci/part-1-fips.*'
              github-hooks: true
              status-context: elasticsearch-ci/part-1-fips
              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: Thu Sep 16 01:16:48 GMT 2021
    - 1.4K bytes
    - Click Count (0)
  10. okhttp-tls/README.md

    a client and a client that authenticates a server.
    
    ```java
    // Create the root for client and server to trust. We could also use different roots for each!
    HeldCertificate rootCertificate = new HeldCertificate.Builder()
        .certificateAuthority(0)
        .build();
    
    // Create a server certificate and a server that uses it.
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:01:42 GMT 2026
    - 9.1K bytes
    - Click Count (0)
Back to Top