Home
last modified time | relevance | path

Searched defs:expression (Results 151 – 175 of 12029) sorted by relevance

12345678910>>...482

/dports/databases/litestream/litestream-0.3.6/vendor/github.com/jmespath/go-jmespath/compliance/
H A Dliteral.json9 "expression": "`\"foo\"`", string
42 "expression": "`0`", string
46 "expression": "`1`", string
50 "expression": "`2`", string
54 "expression": "`3`", string
58 "expression": "`4`", string
143 "expression": "'foo'", string
151 "expression": "'0'", string
159 "expression": "'\n'", string
163 "expression": "'✓'", string
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/jmespath/go-jmespath/compliance/
H A Dliteral.json9 "expression": "`\"foo\"`", string
42 "expression": "`0`", string
46 "expression": "`1`", string
50 "expression": "`2`", string
54 "expression": "`3`", string
58 "expression": "`4`", string
143 "expression": "'foo'", string
151 "expression": "'0'", string
159 "expression": "'\n'", string
163 "expression": "'✓'", string
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/jmespath/go-jmespath/compliance/
H A Dliteral.json9 "expression": "`\"foo\"`", string
42 "expression": "`0`", string
46 "expression": "`1`", string
50 "expression": "`2`", string
54 "expression": "`3`", string
58 "expression": "`4`", string
143 "expression": "'foo'", string
151 "expression": "'0'", string
159 "expression": "'\n'", string
163 "expression": "'✓'", string
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DUnaryExpression.cs456 public static UnaryExpression Negate(Expression expression) { in Negate()
487 public static UnaryExpression UnaryPlus(Expression expression) { in UnaryPlus()
517 public static UnaryExpression NegateChecked(Expression expression) { in NegateChecked()
548 public static UnaryExpression Not(Expression expression) { in Not()
582 public static UnaryExpression IsFalse(Expression expression) { in IsFalse()
608 public static UnaryExpression IsTrue(Expression expression) { in IsTrue()
634 public static UnaryExpression OnesComplement(Expression expression) { in OnesComplement()
678 public static UnaryExpression Unbox(Expression expression, Type type) { in Unbox()
788 public static UnaryExpression Quote(Expression expression) { in Quote()
846 public static UnaryExpression Increment(Expression expression) { in Increment()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DUnaryExpression.cs479 public static UnaryExpression Negate(Expression expression) in Negate()
514 public static UnaryExpression UnaryPlus(Expression expression) in UnaryPlus()
547 public static UnaryExpression NegateChecked(Expression expression) in NegateChecked()
582 public static UnaryExpression Not(Expression expression) in Not()
621 public static UnaryExpression IsFalse(Expression expression) in IsFalse()
651 public static UnaryExpression IsTrue(Expression expression) in IsTrue()
681 public static UnaryExpression OnesComplement(Expression expression) in OnesComplement()
731 public static UnaryExpression Unbox(Expression expression, Type type) in Unbox()
855 public static UnaryExpression Quote(Expression expression) in Quote()
919 public static UnaryExpression Increment(Expression expression) in Increment()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr
48 unary_expr, primary_expr
52 function_call
56 argument_list
60 identifier
64 unary_op, binary_op
68 keywords
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, postfix_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
53 qi::rule<Iterator, ast::primary_expr()> primary_expr;
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, postfix_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
53 qi::rule<Iterator, ast::primary_expr()> primary_expr;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr
48 unary_expr, primary_expr
52 function_call
56 argument_list
60 identifier
64 unary_op, binary_op
68 keywords
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, postfix_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
53 qi::rule<Iterator, ast::primary_expr()> primary_expr;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr
48 unary_expr, primary_expr
52 function_call
56 argument_list
60 identifier
64 unary_op, binary_op
68 keywords
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, postfix_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
53 qi::rule<Iterator, ast::primary_expr()> primary_expr;
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr
48 unary_expr, primary_expr
52 function_call
56 argument_list
60 identifier
64 unary_op, binary_op
68 keywords
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, postfix_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
53 qi::rule<Iterator, ast::primary_expr()> primary_expr;
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr
48 unary_expr, primary_expr
52 function_call
56 argument_list
60 identifier
64 unary_op, binary_op
68 keywords
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, postfix_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
53 qi::rule<Iterator, ast::primary_expr()> primary_expr;
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr
48 unary_expr, primary_expr
52 function_call
56 argument_list
60 identifier
64 unary_op, binary_op
68 keywords
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, postfix_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
53 qi::rule<Iterator, ast::primary_expr()> primary_expr;
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr
48 unary_expr, primary_expr
52 function_call
56 argument_list
60 identifier
64 unary_op, binary_op
68 keywords
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, postfix_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
53 qi::rule<Iterator, ast::primary_expr()> primary_expr;
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr
48 unary_expr, primary_expr
52 function_call
56 argument_list
60 identifier
64 unary_op, binary_op
68 keywords
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr
48 unary_expr, primary_expr
52 function_call
56 argument_list
60 identifier
64 unary_op, binary_op
68 keywords
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, postfix_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
53 qi::rule<Iterator, ast::primary_expr()> primary_expr;
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, primary_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, primary_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;

12345678910>>...482