Home
last modified time | relevance | path

Searched refs:match_variable (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/contrib/regular_languages/
H A Dcompletion.py48 for match_variable in match.end_nodes():
49 varname = match_variable.varname
50 start = match_variable.start
55 text = match_variable.value
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/contrib/regular_languages/
H A Dcompletion.py48 for match_variable in match.end_nodes():
49 varname = match_variable.varname
50 start = match_variable.start
55 text = match_variable.value
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/contrib/regular_languages/
H A Dcompletion.py48 for match_variable in match.end_nodes():
49 varname = match_variable.varname
50 start = match_variable.start
55 text = match_variable.value
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/contrib/regular_languages/
H A Dcompletion.py48 for match_variable in match.end_nodes():
49 varname = match_variable.varname
50 start = match_variable.start
55 text = match_variable.value
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/contrib/regular_languages/
H A Dcompletion.py54 for match_variable in match.end_nodes():
55 varname = match_variable.varname
56 start = match_variable.start
61 text = match_variable.value
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/cdn/
H A D_actions.py57 match_variable = None
73 if match_variable is not None:
75 match_variable = value
90 return MatchCondition(match_variable=match_variable,
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/cdn/custom/
H A Dcustom.py185 if match_variable == 'RemoteAddress':
193 if match_variable == 'RequestMethod':
200 if match_variable == 'QueryString':
208 if match_variable == 'PostArgs':
226 if match_variable == 'RequestUri':
234 if match_variable == 'RequestBody':
249 if match_variable == 'UrlPath':
265 if match_variable == 'UrlFileName':
273 if match_variable == 'HttpVersion':
280 if match_variable == 'IsDevice':
[all …]
H A Dcustom_afdx.py538 order, rule_name, action_name, match_variable=None, operator=None, argument
551 …condition = create_condition(match_variable, operator, match_values, selector, negate_condition, t…
579 rule_name, match_variable, operator, match_values=None, selector=None, argument
584 …condition = create_condition(match_variable, operator, match_values, selector, negate_condition, t…
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/lib/Pugs/Grammar/
H A DRulePure.pm95 { return { match_variable => '$' ~ $/ ,} }
103 { return { match_variable => '@' ~ $/ ,} }
111 { return { match_variable => '%' ~ $/ ,} }
H A DRule2.pm269 { return { match_variable => '$' ~ $/<ident> ,} }
273 { return { match_variable => '$' ~ $/ ,} }
281 { return { match_variable => '@' ~ $/ ,} }
289 { return { match_variable => '%' ~ $/ ,} }
/dports/textproc/modlogan/modlogan-0.8.13/src/
H A Dmconfig.c594 pcre * match_comment, *match_group, *match_keyvalue, *match_include, *match_variable; in mconfig_parse_section() local
603 match_comment = match_group = match_keyvalue = match_include = match_variable = NULL; in mconfig_parse_section()
646 if ((match_variable = pcre_compile( in mconfig_parse_section()
739 if ((n = pcre_exec(match_variable, NULL, buf, buf_len, 0, 0, ovector, 3 * N)) < 0) { in mconfig_parse_section()
940 pcre_free(match_variable); in mconfig_parse_section()
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/examples/
H A DGrammar.grammar277 { return { match_variable => '$' . $/{ident}, _pos => [$/->from - 2, $/->to], }; }
284 { return { match_variable => '$' . $/, _pos => [$/->from - 1, $/->to], }; }
295 { return { match_variable => '@' . $/, _pos => [$/->from - 1, $/->to], } }
306 { return { match_variable => '%' . $/, _pos => [$/->from - 1, $/->to] } }
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/lib/Pugs/Emitter/Rule/
H A DPerl5.pm340 sub match_variable { subroutine
425 $name = $name->{match_variable} if ref($name) eq 'HASH';
H A DParsec.pm183 sub match_variable {} subroutine
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/lib/Pugs/Emitter/Rule/Perl6/
H A DRatchet.pm382 sub match_variable { subroutine
504 $name = $name->{match_variable} if ref($name) eq 'HASH';
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/lib/Pugs/Emitter/Rule/Perl5/
H A DRegex.pm128 sub match_variable { subroutine
H A DRatchet.pm596 sub match_variable { subroutine
769 $name = $name->{match_variable} || $name->{variable};
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dcommand_match.c78 static enum match_type match_variable(struct cmd_token *, const char *);
680 return match_variable(token, input_token); in match_token()
996 static enum match_type match_variable(struct cmd_token *token, const char *word) in match_variable() function
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dcommand_match.c78 static enum match_type match_variable(struct cmd_token *, const char *);
680 return match_variable(token, input_token); in match_token()
996 static enum match_type match_variable(struct cmd_token *token, const char *word) in match_variable() function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/preloaded/src/
H A Derts_internal.erl501 -type match_variable() :: atom(). % Approximation of '$1' | '$2' | ... type
505 [{[term()] | '_' | match_variable() ,[term()],[term()]}].
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/preloaded/src/
H A Derts_internal.erl527 -type match_variable() :: atom(). % Approximation of '$1' | '$2' | ... type
531 [{[term()] | '_' | match_variable() ,[term()],[term()]}].
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A DEnumStructUnionParser.cpp499 static std::tuple<chunk_t *, chunk_t *, chunk_t *> match_variable(chunk_t *pc, std::size_t level) in match_variable() function
952 auto match = match_variable(pc, m_start->level); in analyze_identifiers()
2417 auto match = match_variable(next, m_start->level); in refine_end_chunk()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/preloaded/src/
H A Derts_internal.erl522 -type match_variable() :: atom(). % Approximation of '$1' | '$2' | ... type
526 [{[term()] | '_' | match_variable() ,[term()],[term()]}].
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/preloaded/src/
H A Derts_internal.erl532 -type match_variable() :: atom(). % Approximation of '$1' | '$2' | ... type
536 [{[term()] | '_' | match_variable() ,[term()],[term()]}].
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/preloaded/src/
H A Derts_internal.erl522 -type match_variable() :: atom(). % Approximation of '$1' | '$2' | ... type
526 [{[term()] | '_' | match_variable() ,[term()],[term()]}].

12345678910>>...12