Home
last modified time | relevance | path

Searched refs:NewCompiler (Results 1 – 25 of 86) sorted by relevance

1234

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/santhosh-tekuri/jsonschema/
H A Dschema_test.go99 c := jsonschema.NewCompiler()
155 c := jsonschema.NewCompiler()
192 if err := jsonschema.NewCompiler().AddResource("test.json", strings.NewReader("{")); err == nil {
200 …if err := jsonschema.NewCompiler().AddResource("test.json", strings.NewReader("{}{}")); err == nil…
222 c := jsonschema.NewCompiler()
317 c := jsonschema.NewCompiler()
354 compiler := jsonschema.NewCompiler()
375 compiler := jsonschema.NewCompiler()
395 compiler := jsonschema.NewCompiler()
455 c := jsonschema.NewCompiler()
H A Ddraft7.go13 c := NewCompiler()
H A Ddraft6.go13 c := NewCompiler()
H A Ddraft4.go13 c := NewCompiler()
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/ast/
H A Dcompile_test.go108 c := NewCompiler()
114 c := NewCompiler()
323 c := NewCompiler()
370 c := NewCompiler()
468 c := NewCompiler()
629 c := NewCompiler()
766 c := NewCompiler()
1037 c := NewCompiler()
1228 c := NewCompiler()
1247 c := NewCompiler()
[all …]
H A Dexample_test.go31 c := ast.NewCompiler()
72 c := ast.NewCompiler()
H A Dcompilehelper.go22 compiler := NewCompiler()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/topdown/
H A Dtopdown_bench_test.go25 compiler := ast.NewCompiler()
110 compiler := ast.NewCompiler()
237 compiler := ast.NewCompiler()
361 compiler := ast.NewCompiler()
395 compiler = ast.NewCompiler()
438 compiler := ast.NewCompiler()
467 compiler = ast.NewCompiler()
564 compiler := ast.NewCompiler()
H A Dexample_test.go27 compiler := ast.NewCompiler()
100 compiler := ast.NewCompiler()
212 compiler := ast.NewCompiler()
377 compiler := ast.NewCompiler()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/ast/
H A Dcompile_test.go101 c := NewCompiler()
107 c := NewCompiler()
303 c := NewCompiler()
350 c := NewCompiler()
449 c := NewCompiler()
587 c := NewCompiler()
653 c := NewCompiler()
844 c := NewCompiler()
1002 c := NewCompiler()
1021 c := NewCompiler()
[all …]
H A Dexample_test.go31 c := ast.NewCompiler()
72 c := ast.NewCompiler()
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/topdown/
H A Dtopdown_bench_test.go25 compiler := ast.NewCompiler()
110 compiler := ast.NewCompiler()
237 compiler := ast.NewCompiler()
361 compiler := ast.NewCompiler()
406 compiler = ast.NewCompiler()
448 compiler := ast.NewCompiler()
488 compiler = ast.NewCompiler()
585 compiler := ast.NewCompiler()
H A Dexample_test.go23 compiler := ast.NewCompiler()
96 compiler := ast.NewCompiler()
208 compiler := ast.NewCompiler()
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/watch/
H A Dexample_test.go32 compiler := ast.NewCompiler()
110 w, err := watch.New(ctx, store, ast.NewCompiler(), txn)
149 compiler := ast.NewCompiler()
H A Dwatch_test.go34 watcher, err := New(ctx, store, ast.NewCompiler(), txn)
173 c := ast.NewCompiler()
208 c = ast.NewCompiler()
260 c0 := ast.NewCompiler()
290 c1 := ast.NewCompiler()
320 c := ast.NewCompiler()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/watch/
H A Dexample_test.go32 compiler := ast.NewCompiler()
110 w, err := watch.New(ctx, store, ast.NewCompiler(), txn)
149 compiler := ast.NewCompiler()
H A Dwatch_test.go34 watcher, err := New(ctx, store, ast.NewCompiler(), txn)
173 c := ast.NewCompiler()
208 c = ast.NewCompiler()
260 c0 := ast.NewCompiler()
290 c1 := ast.NewCompiler()
320 c := ast.NewCompiler()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/santhosh-tekuri/jsonschema/
H A Ddraft7.go13 c := NewCompiler()
H A Ddraft6.go13 c := NewCompiler()
H A Ddraft4.go13 c := NewCompiler()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/evm/internal/compiler/
H A Dcompiler.go27 compiler := asm.NewCompiler(debug)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/cmd/evm/internal/compiler/
H A Dcompiler.go27 compiler := asm.NewCompiler(debug)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/asm/
H A Dcompiler_test.go60 c := NewCompiler(false)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/server/authorizer/
H A Dauthorizer_test.go102 c := ast.NewCompiler()
208 return ast.NewCompiler()
/dports/net/traefik/traefik-2.6.1/vendor/go.elastic.co/apm/internal/apmschema/
H A Dschema.go51 compiler := jsonschema.NewCompiler()

1234