Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 8 of 8 for EQL (0.12 seconds)

  1. .ci/jobs.t/elastic+elasticsearch+periodic+eql-correctness.yml

    ---
    - job:
        name: elastic+elasticsearch+%BRANCH%+periodic+eql-correctness
        workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+periodic+eql-correctness
        display-name: "elastic / elasticsearch # %BRANCH% - eql correctness tests"
        description: "Testing of Elasticsearch %BRANCH% EQL.\n"
        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: Thu May 06 21:46:09 GMT 2021
    - 1.1K bytes
    - Click Count (0)
  2. .ci/jobs.t/elastic+elasticsearch+pull-request+eql-correctness.yml

    ---
    - job:
        name: "elastic+elasticsearch+pull-request+eql-correctness"
        display-name: "elastic / elasticsearch - pull request eql-correctness"
        description: "Testing of Elasticsearch pull requests - eql-correctness"
        workspace: "/dev/shm/elastic+elasticsearch+pull-request+eql-correctness"
        scm:
          - git:
              refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"
              branches:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 20:27:05 GMT 2021
    - 1.8K bytes
    - Click Count (0)
  3. .ci/jobs.t/elastic+elasticsearch+periodic+eql-correctness-trigger.yml

    ---
    jjbb-template: periodic-trigger-lgc.yml
    vars:
      - periodic-job: elastic+elasticsearch+%BRANCH%+periodic+eql-correctness
      - lgc-job: elastic+elasticsearch+%BRANCH%+intake
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 199 bytes
    - Click Count (0)
  4. build-tools-internal/src/main/resources/checkstyle_suppressions.xml

      <suppress files="plugin[/\\]eql[/\\]src[/\\]main[/\\]java[/\\]org[/\\]elasticsearch[/\\]xpack[/\\]eql[/\\]parser[/\\]EqlBase(Base(Listener|Visitor)|Lexer|Listener|Parser|Visitor).java" checks="." />
    
      <!-- JNA requires the no-argument constructor on JNAKernel32Library.SizeT to be public-->
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 5.5K bytes
    - Click Count (0)
  5. build-tools-internal/src/main/resources/changelog-schema.json

                "Autoscaling",
                "CCR",
                "CRUD",
                "Client",
                "Cluster Coordination",
                "Discovery-Plugins",
                "Distributed",
                "EQL",
                "Engine",
                "FIPS",
                "Features/CAT APIs",
                "Features/Data streams",
                "Features/Features",
                "Features/ILM+SLM",
                "Features/Indices APIs",
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 06:25:29 GMT 2021
    - 5K bytes
    - Click Count (0)
  6. src/bytes/bytes_test.go

    func TestEqual(t *testing.T) {
    	// Run the tests and check for allocation at the same time.
    	allocs := testing.AllocsPerRun(10, func() {
    		for _, tt := range compareTests {
    			eql := Equal(tt.a, tt.b)
    			if eql != (tt.i == 0) {
    				t.Errorf(`Equal(%q, %q) = %v`, tt.a, tt.b, eql)
    			}
    		}
    	})
    	if allocs > 0 {
    		t.Errorf("Equal allocated %v times", allocs)
    	}
    }
    
    func TestEqualExhaustive(t *testing.T) {
    	var size = 128
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Mar 11 03:07:05 GMT 2026
    - 62.9K bytes
    - Click Count (0)
  7. api/go1.txt

    pkg go/token, const DEFAULT Token
    pkg go/token, const DEFER Token
    pkg go/token, const DEFINE Token
    pkg go/token, const ELLIPSIS Token
    pkg go/token, const ELSE Token
    pkg go/token, const EOF Token
    pkg go/token, const EQL Token
    pkg go/token, const FALLTHROUGH Token
    pkg go/token, const FLOAT Token
    pkg go/token, const FOR Token
    pkg go/token, const FUNC Token
    pkg go/token, const GEQ Token
    pkg go/token, const GO Token
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
  8. api/go1.1.txt

    pkg go/token, const DEFAULT = 66
    pkg go/token, const DEFER = 67
    pkg go/token, const DEFINE = 47
    pkg go/token, const ELLIPSIS = 48
    pkg go/token, const ELSE = 68
    pkg go/token, const EOF = 1
    pkg go/token, const EQL = 39
    pkg go/token, const FALLTHROUGH = 69
    pkg go/token, const FLOAT = 6
    pkg go/token, const FOR = 70
    pkg go/token, const FUNC = 71
    pkg go/token, const GEQ = 46
    pkg go/token, const GO = 72
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Click Count (0)
Back to Top