Home
last modified time | relevance | path

Searched defs:Grammar (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/gis/srs/
H A Dwkt_parser.cc143 Grammar(char right_delimiter_char) : Grammar::base_type(start) { in Grammar() argument
211 qi::rule<Iterator> left_delimiter;
212 qi::rule<Iterator> right_delimiter;
213 qi::rule<Iterator, String()> quoted_string;
215 qi::rule<Iterator, double(), Skipper> number;
216 qi::rule<Iterator, Unit(), Skipper> unit;
217 qi::rule<Iterator, Unit(), Skipper> linear_unit;
218 qi::rule<Iterator, Unit(), Skipper> angular_unit;
220 qi::rule<Iterator, Towgs84(), Skipper> to_wgs84;
221 qi::rule<Iterator, Datum(), Skipper> datum;
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parser/src/
H A DTeuchos_Grammar.hpp14 struct Grammar { struct
15 typedef std::vector<int> RHS;
16 struct Production {
20 typedef std::vector<Production> Productions;
21 int nsymbols;
22 int nterminals;
23 Productions productions;
24 std::vector<std::string> symbol_names;
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/doc/arm/
H A Dreference.rst319 .. _acl_grammar:
326 .. _acl:
422 .. _include_statement:
441 .. _key_statement:
898 .. _options:
4902 .. _trust-anchors:
5049 .. _dnssec_policy:
5288 .. _managed_keys:
5304 .. _trusted_keys:
5327 .. _view_statement:
[all …]
/dports/dns/bind-tools/bind-9.16.27/doc/arm/
H A Dreference.rst311 .. _acl_grammar:
318 .. _acl:
414 .. _include_statement:
433 .. _key_statement:
892 .. _options:
4713 .. _trust-anchors:
4860 .. _dnssec_policy:
5104 .. _managed_keys:
5120 .. _trusted_keys:
5143 .. _view_statement:
[all …]
/dports/dns/bind916/bind-9.16.27/doc/arm/
H A Dreference.rst311 .. _acl_grammar:
318 .. _acl:
414 .. _include_statement:
433 .. _key_statement:
892 .. _options:
4713 .. _trust-anchors:
4860 .. _dnssec_policy:
5104 .. _managed_keys:
5120 .. _trusted_keys:
5143 .. _view_statement:
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/doc/arm/
H A Dreference.rst314 .. _acl_grammar:
321 .. _acl:
417 .. _include_statement:
436 .. _key_statement:
471 .. _logging_statement:
876 .. _options:
4529 .. _trust-anchors:
4901 .. _managed_keys:
4917 .. _trusted_keys:
4940 .. _view_statement:
[all …]
/dports/devel/apitrace/apitrace-9.0/docs/
H A DFORMAT.markdown71 ## Grammar ## section in Trace binary format specification
85 ### Properties ###
97 ### Calls ###
125 ### Values ###
160 ### Backtraces ###
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/jsparagus/
H A Drewrites.py109 def check_cycle_free(grammar: Grammar) -> None:
198 def check_lookahead_rules(grammar: Grammar) -> None:
222 def check_no_line_terminator_here(grammar: Grammar) -> None:
253 def expand_parameterized_nonterminals(grammar: Grammar) -> Grammar:
344 def start_sets(grammar: Grammar) -> StartSets:
387 grammar: Grammar,
421 grammar: Grammar,
474 grammar: Grammar,
569 grammar: Grammar,
622 def expand_all_optional_elements(grammar: Grammar) -> typing.Tuple[
[all …]
H A Dextension.py23 def eq_productions(grammar: Grammar, prod1: Production, prod2: Production) -> bool:
29 def merge_productions(grammar: Grammar, prod1: Production, prod2: Production) -> Production:
60 grammar: Grammar,
100 grammar: Grammar,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Drewrites.py109 def check_cycle_free(grammar: Grammar) -> None:
198 def check_lookahead_rules(grammar: Grammar) -> None:
222 def check_no_line_terminator_here(grammar: Grammar) -> None:
253 def expand_parameterized_nonterminals(grammar: Grammar) -> Grammar:
344 def start_sets(grammar: Grammar) -> StartSets:
387 grammar: Grammar,
421 grammar: Grammar,
474 grammar: Grammar,
569 grammar: Grammar,
622 def expand_all_optional_elements(grammar: Grammar) -> typing.Tuple[
[all …]
H A Dextension.py23 def eq_productions(grammar: Grammar, prod1: Production, prod2: Production) -> bool:
29 def merge_productions(grammar: Grammar, prod1: Production, prod2: Production) -> Production:
60 grammar: Grammar,
100 grammar: Grammar,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Drewrites.py109 def check_cycle_free(grammar: Grammar) -> None:
198 def check_lookahead_rules(grammar: Grammar) -> None:
222 def check_no_line_terminator_here(grammar: Grammar) -> None:
253 def expand_parameterized_nonterminals(grammar: Grammar) -> Grammar:
344 def start_sets(grammar: Grammar) -> StartSets:
387 grammar: Grammar,
421 grammar: Grammar,
474 grammar: Grammar,
569 grammar: Grammar,
622 def expand_all_optional_elements(grammar: Grammar) -> typing.Tuple[
[all …]
H A Dextension.py23 def eq_productions(grammar: Grammar, prod1: Production, prod2: Production) -> bool:
29 def merge_productions(grammar: Grammar, prod1: Production, prod2: Production) -> Production:
60 grammar: Grammar,
100 grammar: Grammar,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/jsparagus/
H A Drewrites.py109 def check_cycle_free(grammar: Grammar) -> None:
198 def check_lookahead_rules(grammar: Grammar) -> None:
222 def check_no_line_terminator_here(grammar: Grammar) -> None:
253 def expand_parameterized_nonterminals(grammar: Grammar) -> Grammar:
344 def start_sets(grammar: Grammar) -> StartSets:
387 grammar: Grammar,
421 grammar: Grammar,
474 grammar: Grammar,
569 grammar: Grammar,
622 def expand_all_optional_elements(grammar: Grammar) -> typing.Tuple[
[all …]
H A Dextension.py23 def eq_productions(grammar: Grammar, prod1: Production, prod2: Production) -> bool:
29 def merge_productions(grammar: Grammar, prod1: Production, prod2: Production) -> Production:
60 grammar: Grammar,
100 grammar: Grammar,
/dports/net/astron/Astron-c8ba982/docs/
H A Ddclass-ebnf.md130 ### Grammar ### subsection
132 #### DC File ####
140 #### Keywords ####
146 #### Struct Type ####
151 #### Class Type ####
156 #### Field Types ####
168 #### Parameter Types ####
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/ungrammar-1.14.9/src/
H A Dlib.rs44 pub struct Grammar { struct
49 impl FromStr for Grammar { argument
57 impl Grammar { implementation
69 impl ops::Index<Node> for Grammar { implementation
76 impl ops::Index<Token> for Grammar { implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/ungrammar/src/
H A Dlib.rs44 pub struct Grammar { struct
49 impl FromStr for Grammar { implementation
57 impl Grammar { implementation
69 impl ops::Index<Node> for Grammar { implementation
76 impl ops::Index<Token> for Grammar { implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/normalize/
H A Dmod.rs26 pub fn normalize(session: &Session, grammar: pt::Grammar) -> NormResult<r::Grammar> { in normalize()
32 pub fn normalize_without_validating(grammar: pt::Grammar) -> NormResult<r::Grammar> { in normalize_without_validating()
38 grammar: pt::Grammar, in normalize_helper()
40 ) -> NormResult<r::Grammar> { in normalize_helper()
46 fn lower_helper(session: &Session, grammar: pt::Grammar, validate: bool) -> NormResult<r::Grammar> { in lower_helper()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/normalize/
H A Dmod.rs28 pub fn normalize(session: &Session, grammar: pt::Grammar) -> NormResult<r::Grammar> { in normalize()
34 pub fn normalize_without_validating(grammar: pt::Grammar) -> NormResult<r::Grammar> { in normalize_without_validating()
40 grammar: pt::Grammar, in normalize_helper()
42 ) -> NormResult<r::Grammar> { in normalize_helper()
48 fn lower_helper(session: &Session, grammar: pt::Grammar, validate: bool) -> NormResult<r::Grammar> { in lower_helper()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/plugins/tg/
H A Dtg.go9 type Grammar struct { struct
10 Name string
11 Templates []string
12 Ciphers []TemplateCipher
25 func RegisterGrammar(grammar *Grammar) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/plugins/tg/
H A Dtg.go9 type Grammar struct { struct
10 Name string
11 Templates []string
12 Ciphers []TemplateCipher
25 func RegisterGrammar(grammar *Grammar) {
/dports/devel/tree-sitter/tree-sitter-0.20.1/docs/
H A Dsection-3-creating-parsers.md239 ### The First Few Rules
342 ### Structuring Rules Well
378 ### Using Precedence
441 ### Using Associativity
475 ### Hiding Rules
479 ### Using Fields
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/normalize/
H A Dmod.rs26 pub fn normalize(session: &Session, grammar: pt::Grammar) -> NormResult<r::Grammar> { in normalize()
32 pub fn normalize_without_validating(grammar: pt::Grammar) -> NormResult<r::Grammar> { in normalize_without_validating()
38 grammar: pt::Grammar, in normalize_helper()
40 ) -> NormResult<r::Grammar> { in normalize_helper()
46 fn lower_helper(session: &Session, grammar: pt::Grammar, validate: bool) -> NormResult<r::Grammar> { in lower_helper()
/dports/devel/dparser/dparser-1.31/
H A Dgram.h203 typedef struct Grammar { struct
204 char *pathname;
209 Code scanner;
210 Code *code;
211 uint ncode;
215 char *default_white_space;
217 int set_op_priority_from_rule;
218 int right_recursive_BNF;
219 int states_for_whitespace;
243 } Grammar; typedef

12345678910>>...26