Home
last modified time | relevance | path

Searched refs:constLValueExpr (Results 1 – 14 of 14) sorted by relevance

/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
122 } else if ex, ok := expr.(*constLValueExpr); ok {
961 case *constLValueExpr:
1080 return &constLValueExpr{Value: lvalue + rvalue}
1082 return &constLValueExpr{Value: lvalue - rvalue}
1084 return &constLValueExpr{Value: lvalue * rvalue}
1086 return &constLValueExpr{Value: lvalue / rvalue}
1088 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1103 return &constLValueExpr{Value: LNumber(-value)}
1228 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
129 } else if ex, ok := expr.(*constLValueExpr); ok {
978 case *constLValueExpr:
1095 return &constLValueExpr{Value: lvalue + rvalue}
1097 return &constLValueExpr{Value: lvalue - rvalue}
1099 return &constLValueExpr{Value: lvalue * rvalue}
1101 return &constLValueExpr{Value: lvalue / rvalue}
1103 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1115 return &constLValueExpr{Value: LNumber(-value)}
1239 if ex, ok := exp.(*constLValueExpr); ok {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go53 type constLValueExpr struct { struct
122 } else if ex, ok := expr.(*constLValueExpr); ok {
961 case *constLValueExpr:
1080 return &constLValueExpr{Value: lvalue + rvalue}
1082 return &constLValueExpr{Value: lvalue - rvalue}
1084 return &constLValueExpr{Value: lvalue * rvalue}
1086 return &constLValueExpr{Value: lvalue / rvalue}
1088 return &constLValueExpr{Value: luaModulo(lvalue, rvalue)}
1103 return &constLValueExpr{Value: LNumber(-value)}
1228 if ex, ok := exp.(*constLValueExpr); ok {
[all …]