Home
last modified time | relevance | path

Searched +defs:compile +defs:op (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/
H A Dcompile.go33 type op struct { struct
35 code utilities.OpCode
39 str string
42 num int
45 func (w wildcard) compile() []op { func
51 func (w deepWildcard) compile() []op { func
57 func (l literal) compile() []op { func
66 func (v variable) compile() []op { func
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/
H A Dcompile.go33 type op struct { struct
35 code utilities.OpCode
39 str string
42 num int
45 func (w wildcard) compile() []op { func
51 func (w deepWildcard) compile() []op { func
57 func (l literal) compile() []op { func
66 func (v variable) compile() []op { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/
H A Dcompile.go33 type op struct { struct
35 code utilities.OpCode
39 str string
42 num int
45 func (w wildcard) compile() []op { func
51 func (w deepWildcard) compile() []op { func
57 func (l literal) compile() []op { func
66 func (v variable) compile() []op { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/
H A Dcompile.go33 type op struct { struct
35 code utilities.OpCode
39 str string
42 num int
45 func (w wildcard) compile() []op { func
51 func (w deepWildcard) compile() []op { func
57 func (l literal) compile() []op { func
66 func (v variable) compile() []op { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/
H A Dcompile.go33 type op struct { struct
35 code utilities.OpCode
39 str string
42 num int
45 func (w wildcard) compile() []op { func
51 func (w deepWildcard) compile() []op { func
57 func (l literal) compile() []op { func
66 func (v variable) compile() []op { func
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/grpc-ecosystem/grpc-gateway/grpc-gateway-1.3.1/protoc-gen-grpc-gateway/httprule/
H A Dcompile.go33 type op struct { struct
35 code utilities.OpCode
39 str string
42 num int
45 func (w wildcard) compile() []op { func
51 func (w deepWildcard) compile() []op { func
57 func (l literal) compile() []op { func
66 func (v variable) compile() []op { func
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/
H A Dcompile.go33 type op struct { struct
35 code utilities.OpCode
39 str string
42 num int
45 func (w wildcard) compile() []op { func
51 func (w deepWildcard) compile() []op { func
57 func (l literal) compile() []op { func
66 func (v variable) compile() []op { func
/dports/graphics/nip2/nip2-8.7.1/src/
H A Daction.c85 int op, const char *name, PElement *a, PElement *b ) in action_boperror()
170 action_uoperror( Reduce *rc, Compile *compile, in action_uoperror()
228 action_proc_eor( Reduce *rc, Compile *compile, in action_proc_eor()
261 action_proc_bor( Reduce *rc, Compile *compile, in action_proc_bor()
290 action_proc_band( Reduce *rc, Compile *compile, in action_proc_band()
338 action_proc_dot( Reduce *rc, Compile *compile, in action_proc_dot()
468 action_proc_less( Reduce *rc, Compile *compile, in action_proc_less()
861 action_proc_exp( Reduce *rc, Compile *compile, in action_proc_exp()
929 action_proc_rem( Reduce *rc, Compile *compile, in action_proc_rem()
1812 action_if( Reduce *rc, Compile *compile, in action_if()
[all …]
H A Dtree.c92 tree_new( Compile *compile ) in tree_new()
118 tree_binop_new( Compile *compile, BinOp op, ParseNode *l, ParseNode *r ) in tree_binop_new()
174 tree_class_new( Compile *compile ) in tree_class_new()
217 tree_tag_new( Compile *compile, const char *r ) in tree_tag_new()
230 tree_unop_new( Compile *compile, UnOp op, ParseNode *a ) in tree_unop_new()
242 tree_leaf_new( Compile *compile, const char *name ) in tree_leaf_new()
262 tree_leafsym_new( Compile *compile, Symbol *sym ) in tree_leafsym_new()
288 tree_lconst_new( Compile *compile, ParseNode *a ) in tree_lconst_new()
317 tree_super_new( Compile *compile ) in tree_super_new()
341 tree_const_new( Compile *compile, ParseConst n ) in tree_const_new()
[all …]
/dports/math/curv/curv-0.5/libcurv/
H A Dprogram.cc35 Program::compile(Shared<const Source> source, Scanner_Opts scopts, in compile() function in curv::Program
50 Program::compile(Shared<const Source> source, Environ& env, Interp terp) in compile() function in curv::Program
56 Program::compile(Shared<const Source> source) in compile() function in curv::Program
63 Program::compile(Shared<const Source> source, Scanner_Opts scopts) in compile() function in curv::Program
70 Program::compile(Filesystem::path path, Source::Type type, Value val) in compile() function in curv::Program
107 auto op = meaning_->to_operation(sstate_); in exec() local
/dports/www/matomo/piwik/vendor/wikimedia/less.php/lib/Less/Tree/
H A DAttribute.php12 public $op; variable in Less_Tree_Attribute
16 public function __construct( $key, $op, $value ) {
22 public function compile( $env ) { function in Less_Tree_Attribute
H A DOperation.php11 public $op; variable in Less_Tree_Operation
19 public function __construct( $op, $operands, $isSpaced = false ) {
29 public function compile( $env ) { function in Less_Tree_Operation
H A DCondition.php11 public $op; variable in Less_Tree_Condition
18 public function __construct( $op, $l, $r, $i = 0, $negate = false ) {
31 public function compile( $env ) { function in Less_Tree_Condition
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/less.php/lib/Less/Tree/
H A DAttribute.php12 public $op; variable in Less_Tree_Attribute
16 public function __construct( $key, $op, $value ) {
22 public function compile( $env ) { function in Less_Tree_Attribute
H A DOperation.php11 public $op; variable in Less_Tree_Operation
19 public function __construct( $op, $operands, $isSpaced = false ) {
29 public function compile( $env ) { function in Less_Tree_Operation
H A DCondition.php11 public $op; variable in Less_Tree_Condition
18 public function __construct( $op, $l, $r, $i = 0, $negate = false ) {
31 public function compile( $env ) { function in Less_Tree_Condition
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/less.php/lib/Less/Tree/
H A DAttribute.php12 public $op; variable in Less_Tree_Attribute
16 public function __construct( $key, $op, $value ) {
22 public function compile( $env ) { function in Less_Tree_Attribute
H A DOperation.php11 public $op; variable in Less_Tree_Operation
19 public function __construct( $op, $operands, $isSpaced = false ) {
29 public function compile( $env ) { function in Less_Tree_Operation
H A DCondition.php11 public $op; variable in Less_Tree_Condition
18 public function __construct( $op, $l, $r, $i = 0, $negate = false ) {
31 public function compile( $env ) { function in Less_Tree_Condition
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/lib/Less/Tree/
H A DAttribute.php12 public $op; variable in Less_Tree_Attribute
16 public function __construct( $key, $op, $value ) {
22 public function compile( $env ) { function in Less_Tree_Attribute
H A DOperation.php11 public $op; variable in Less_Tree_Operation
19 public function __construct( $op, $operands, $isSpaced = false ) {
29 public function compile( $env ) { function in Less_Tree_Operation
H A DCondition.php11 public $op; variable in Less_Tree_Condition
18 public function __construct( $op, $l, $r, $i = 0, $negate = false ) {
31 public function compile( $env ) { function in Less_Tree_Condition
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/nio/file/
H A DChmod.java115 public static Changer compile(String exprs) { in compile() method in Chmod
153 char op = expr.charAt(pos++); in compile() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/nio/file/
H A DChmod.java115 public static Changer compile(String exprs) { in compile() method in Chmod
153 char op = expr.charAt(pos++); in compile() local
/dports/www/kohana/kohana-v3.3.6/modules/database/classes/Kohana/Database/Query/Builder/
H A DJoin.php53 public function on($c1, $op, $c2)
91 public function compile($db = NULL) function in Kohana_Database_Query_Builder_Join

12345678910>>...30