Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for antlr (0.02 seconds)

  1. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit/LicenseHeadersTask.java

            matchers.add(subStringMatcher("ALLZ4", "Apache LZ4-Java", "Copyright 2020 Adrien Grand and the lz4-java contributors"));
            // Generated resources
            matchers.add(subStringMatcher("GEN  ", "Generated", "ANTLR GENERATED CODE"));
            // Vendored Code
            matchers.add(subStringMatcher("VEN  ", "Vendored", "@notice"));
            // Dual SSPLv1 and Elastic
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 09 18:53:35 GMT 2021
    - 10.6K bytes
    - Click Count (0)
  2. .teamcity/subprojects.json

      },
      {
        "name": "ant-worker",
        "path": "platforms/software/ant-worker",
        "unitTests": false,
        "functionalTests": false,
        "crossVersionTests": false
      },
      {
        "name": "antlr",
        "path": "platforms/jvm/antlr",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "api-metadata",
        "path": "platforms/core-configuration/api-metadata",
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 15:03:00 GMT 2026
    - 42K bytes
    - Click Count (0)
  3. .idea/gradle.xml

                <option value="$PROJECT_DIR$/platforms/ide/tooling-api" />
                <option value="$PROJECT_DIR$/platforms/ide/tooling-api-builders" />
                <option value="$PROJECT_DIR$/platforms/jvm/antlr" />
                <option value="$PROJECT_DIR$/platforms/jvm/code-quality" />
                <option value="$PROJECT_DIR$/platforms/jvm/code-quality-workers" />
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 10:18:20 GMT 2026
    - 25.5K bytes
    - Click Count (0)
  4. CONTRIBUTING.md

    For example, reindex requires the `connect` permission so it can perform
    reindex-from-remote but we don't believe that the *all* of Elasticsearch should
    have the "connect". For another example, Painless is implemented using antlr4
    and asm and we don't believe that *all* of Elasticsearch should have access to
    them.
    
    #### `plugins`
    Officially supported plugins to Elasticsearch. We decide that a feature should
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 07:32:01 GMT 2021
    - 36.5K bytes
    - Click Count (0)
Back to Top