Home
last modified time | relevance | path

Searched +refs:parsed +refs:lambda +refs:body (Results 151 – 175 of 1754) sorted by relevance

12345678910>>...71

/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/elastic-apm-node/
H A DCHANGELOG.asciidoc65 ** `transaction.context.request.body`, `error.context.request.body` - Before
67 ** `transaction.context.message.body`, `span.context.message.body`,
380 * feat: Improve handling of raw body parsing
654 * fix: be less chatty if span stack traces cannot be parsed {pull}1274[#1274]
808 * fix(lambda): do not wrap context {pull}931[#931]
809 * fix(lambda): fix cloning issues of context {pull}947[#947]
822 * feat(lambda): accept parent span in lambda wrapper {pull}881[#881]
823 * feat(lambda): support promise form {pull}871[#871]
1012 * perf: improve request body parsing speed {pull}492[#492]
1044 * fix: be unicode aware when truncating body {pull}412[#412]
[all …]
/dports/www/py-webargs/webargs-8.0.1/
H A DCHANGELOG.rst31 * *Backwards-incompatible*: ``unknown`` defaults to `None` for body locations
559 to parsed arguments dictionary (:issue:`342`). This behavior will be
996 …t is passed to a List argument, it will be parsed as an empty list rather than being excluded from…
1013 * ``BottleParser`` caches parsed json per-request for improved performance.
1050 "password": Arg(str, validate=lambda p: len(p) >= 6),
1063 "password": fields.Str(validate=lambda p: len(p) >= 6),
1096 * If a parsed argument is ``None``, the type conversion function is not called :issue:`54`. Thanks …
1146 * Add ``dest`` parameter to ``Arg`` constructor which determines the key to be added to the parsed
1185 * Fix bug in ``TornadoParser`` that raised an error when request body is not a string (e.g when it …
1202 * Add ``source`` parameter to ``Arg`` constructor. Allows renaming of keys in the parsed arguments …
[all …]
/dports/shells/es/es-0.9-beta1/
H A Dinitial.es97 # catch the break exception, and lambda-invocation catches
120 $body
177 # While uses $&noreturn to indicate that, while it is a lambda, it
180 fn-while = $&noreturn @ cond body {
192 result = <=$body
298 # Traditional shell syntax is rewritten as it is parsed into calls
530 #fn %readfrom var cmd body {
535 # $body
542 #fn %writeto var cmd body {
547 # $body
[all …]
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dcomputation.spad13 \item lambda.spad
41 lambda expressions,
81 to the lambda function, that is lambda creates a function with
698 \ = lambda
722 a lambda-term.
1199 -- \ = lambda (I would like to use unicode lambda symbol but
1364 -- lambdaTerm only compare body not variable name
1760 -- t1 is string term to be parsed
1762 -- parsed
1775 -- t1 is string term to be parsed
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
279 the catch variable is in HANDLER_PARMS, and the body block in
464 /* A lambda expression. This is a C++0x extension.
470 be pushed once scope returns to the lambda.
471 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
477 expression was parsed as an id-expression or a member access
478 expression. When false, it was parsed as a full expression.
479 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
480 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dcp-tree.def212 /* An un-parsed operand. Holds a vector of input tokens and
286 the catch variable is in HANDLER_PARMS, and the body block in
452 /* A lambda expression. This is a C++0x extension.
458 be pushed once scope returns to the lambda.
459 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
465 expression was parsed as an id-expression or a member access
466 expression. When false, it was parsed as a full expression.
467 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
468 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
279 the catch variable is in HANDLER_PARMS, and the body block in
465 /* A lambda expression. This is a C++0x extension.
471 be pushed once scope returns to the lambda.
472 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
478 expression was parsed as an id-expression or a member access
479 expression. When false, it was parsed as a full expression.
480 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
481 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed operand. Holds a vector of input tokens and
281 the catch variable is in HANDLER_PARMS, and the body block in
467 /* A lambda expression. This is a C++0x extension.
473 be pushed once scope returns to the lambda.
474 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
480 expression was parsed as an id-expression or a member access
481 expression. When false, it was parsed as a full expression.
482 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
483 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
280 the catch variable is in HANDLER_PARMS, and the body block in
460 /* A lambda expression. This is a C++0x extension.
466 be pushed once scope returns to the lambda.
467 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable.
474 expression was parsed as an id-expression or a member access
475 expression. When false, it was parsed as a full expression.
476 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
477 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
279 the catch variable is in HANDLER_PARMS, and the body block in
464 /* A lambda expression. This is a C++0x extension.
470 be pushed once scope returns to the lambda.
471 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
477 expression was parsed as an id-expression or a member access
478 expression. When false, it was parsed as a full expression.
479 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
480 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dcp-tree.def212 /* An un-parsed operand. Holds a vector of input tokens and
286 the catch variable is in HANDLER_PARMS, and the body block in
452 /* A lambda expression. This is a C++0x extension.
458 be pushed once scope returns to the lambda.
459 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
465 expression was parsed as an id-expression or a member access
466 expression. When false, it was parsed as a full expression.
467 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
468 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
279 the catch variable is in HANDLER_PARMS, and the body block in
464 /* A lambda expression. This is a C++0x extension.
470 be pushed once scope returns to the lambda.
471 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
477 expression was parsed as an id-expression or a member access
478 expression. When false, it was parsed as a full expression.
479 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
480 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
279 the catch variable is in HANDLER_PARMS, and the body block in
464 /* A lambda expression. This is a C++0x extension.
470 be pushed once scope returns to the lambda.
471 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
477 expression was parsed as an id-expression or a member access
478 expression. When false, it was parsed as a full expression.
479 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
480 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
279 the catch variable is in HANDLER_PARMS, and the body block in
464 /* A lambda expression. This is a C++0x extension.
470 be pushed once scope returns to the lambda.
471 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
477 expression was parsed as an id-expression or a member access
478 expression. When false, it was parsed as a full expression.
479 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
480 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
279 the catch variable is in HANDLER_PARMS, and the body block in
465 /* A lambda expression. This is a C++0x extension.
471 be pushed once scope returns to the lambda.
472 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
478 expression was parsed as an id-expression or a member access
479 expression. When false, it was parsed as a full expression.
480 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
481 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dcp-tree.def212 /* An un-parsed operand. Holds a vector of input tokens and
286 the catch variable is in HANDLER_PARMS, and the body block in
452 /* A lambda expression. This is a C++0x extension.
458 be pushed once scope returns to the lambda.
459 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
465 expression was parsed as an id-expression or a member access
466 expression. When false, it was parsed as a full expression.
467 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
468 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed operand. Holds a vector of input tokens and
281 the catch variable is in HANDLER_PARMS, and the body block in
467 /* A lambda expression. This is a C++0x extension.
473 be pushed once scope returns to the lambda.
474 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
480 expression was parsed as an id-expression or a member access
481 expression. When false, it was parsed as a full expression.
482 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
483 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
279 the catch variable is in HANDLER_PARMS, and the body block in
465 /* A lambda expression. This is a C++0x extension.
471 be pushed once scope returns to the lambda.
472 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
478 expression was parsed as an id-expression or a member access
479 expression. When false, it was parsed as a full expression.
480 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
481 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
279 the catch variable is in HANDLER_PARMS, and the body block in
464 /* A lambda expression. This is a C++0x extension.
470 be pushed once scope returns to the lambda.
471 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
477 expression was parsed as an id-expression or a member access
478 expression. When false, it was parsed as a full expression.
479 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
480 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dcp-tree.def212 /* An un-parsed operand. Holds a vector of input tokens and
286 the catch variable is in HANDLER_PARMS, and the body block in
452 /* A lambda expression. This is a C++0x extension.
458 be pushed once scope returns to the lambda.
459 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
465 expression was parsed as an id-expression or a member access
466 expression. When false, it was parsed as a full expression.
467 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
468 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed operand. Holds a vector of input tokens and
281 the catch variable is in HANDLER_PARMS, and the body block in
467 /* A lambda expression. This is a C++0x extension.
473 be pushed once scope returns to the lambda.
474 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable. */
480 expression was parsed as an id-expression or a member access
481 expression. When false, it was parsed as a full expression.
482 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
483 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dcp-tree.def210 /* An un-parsed default argument. Holds a vector of input tokens and
280 the catch variable is in HANDLER_PARMS, and the body block in
460 /* A lambda expression. This is a C++0x extension.
466 be pushed once scope returns to the lambda.
467 LAMBDA_EXPR_MUTABLE_P signals whether this lambda was declared mutable.
474 expression was parsed as an id-expression or a member access
475 expression. When false, it was parsed as a full expression.
476 DECLTYPE_FOR_LAMBDA_CAPTURE is set if we want lambda capture semantics.
477 DECLTYPE_FOR_LAMBDA_RETURN is set if we want lambda return deduction. */
/dports/devel/py-pyparsing2/pyparsing-2.4.7/docs/
H A DHowToUsePyparsing.rst41 be parsed. During the matching process, whitespace between
46 3. Process the parsed results, returned as a list of strings.
64 The parsed tokens are returned in the following form::
304 lambda - here is an example of using a parse action to convert matched
307 intNumber = Word(nums).setParseAction(lambda s,l,t: [int(t[0])])
313 as this expression is about to be parsed
382 optional second string of allowed body characters; for instance,
385 underscore ('_'), followed by a body that can also include numeric
397 for the initial character is used for the word body; for instance, to
424 initial and body characters); also supports ``min``, ``max``, and ``exact``
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A DChangeLog115 * pt.c (instantiate_class_template_1): Ignore lambda on
117 (push_template_decl_real): A lambda is not primary.
119 currently in a function and the lambda living in a function.
335 * lambda.c (is_this): Allow capture proxies too.
536 * parser.c (cp_parser_lambda_expression): Don't parse the body of
537 a lambda in unevaluated context.
643 lambda, remove the lambda's own template argument list prior to fetching
716 the function body is a parse error.
773 * lambda.c (maybe_add_lambda_conv_op): Likewise.
1450 error_mark_node if parameter declaration was not parsed.
[all …]
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dguile.info-31369 -- syntax: lambda formals body
2754 properties alist, those will be parsed and set as the source
3246 [(lambda^ argument-list body body* ...)
3256 body body* ...))))]))
4347 -- syntax: let bindings body
4375 -- syntax: let* bindings body
4390 -- syntax: letrec bindings body
4442 A ‘define’ form which appears inside the body of a ‘lambda’, ‘let’,
4854 -- syntax: while cond body ...
5907 SCM body (void *data);
[all …]

12345678910>>...71