Home
last modified time | relevance | path

Searched +defs:parse +defs:tree (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/StackExchange/mof/
H A Dparse.go18 type tree struct { struct
22 lex *lexer
24 peekCount int
30 func parse(text []byte) (t *tree, err error) { func
39 func (t *tree) next() item {
49 func (t *tree) backup() {
54 func (t *tree) peek() item {
73 func (t *tree) error(err error) {
146 func (t *tree) stopParse() {
199 func (t *tree) parse(n *classNode) { func
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/src/cpp/
H A Dparsecommand.cpp22 static char* doParseCommand(const std::string& command, ast::Exp** tree, bool bDeleteTree) in doParseCommand()
26 Parser parse; in doParseCommand() local
45 char* parseCommand(const char* command, void** tree) in parseCommand()
56 static wchar_t* doParseFileW(const std::wstring& file, const std::wstring& program, ast::Exp** tree in doParseFileW()
60 Parser parse; in doParseFileW() local
79 static char* doParseFile(const std::string& file, const std::string& program, ast::Exp** tree, bool… in doParseFile()
96 char* parseFile(const char* file, const char* program, void** tree) in parseFile()
H A Dtasks.cpp93 void dumpAstTask(ast::Exp *tree, bool timed) in dumpAstTask()
117 void printAstTask(ast::Exp *tree, bool timed) in printAstTask()
142 void execAstTask(ast::Exp* tree, bool serialize, bool timed, bool ASTtimed, bool execVerbose, in execAstTask()
230 Parser parse; in execScilabStartTask() local
270 Parser parse; in execScilabQuitTask() local
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/tl-parser/
H A Dtl-parser.h52 struct parse { struct
53 char *text;
54 int pos;
55 int len;
56 int line;
57 int line_pos;
58 struct curlex lex;
103 struct tree { struct
106 enum tree_type type; argument
112 struct tree **c; argument
/dports/net-im/telegram-cli/tg-20200106/tgl/tl-parser/
H A Dtl-parser.h49 struct parse { struct
50 char *text;
51 int pos;
52 int len;
53 int line;
54 int line_pos;
55 struct curlex lex;
100 struct tree { struct
103 enum tree_type type; argument
109 struct tree **c; argument
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/tl-parser/
H A Dtl-parser.h49 struct parse { struct
50 char *text;
51 int pos;
52 int len;
53 int line;
54 int line_pos;
55 struct curlex lex;
100 struct tree { struct
103 enum tree_type type; argument
109 struct tree **c; argument
/dports/databases/opentsdb/opentsdb-2.3.0/test/query/expression/
H A DTestExpressions.java49 public void parse() throws Exception { in parse() method in TestExpressions
50 final ExpressionTree tree = Expressions.parse( in parse() local
57 final ExpressionTree tree = Expressions.parse( in parseWithWhitespace() local
65 final ExpressionTree tree = Expressions.parse(expr, metric_queries, null); in parseMultiParameter() local
76 final ExpressionTree tree = Expressions.parse(expr, metric_queries, null); in parseNestedExpr() local
87 final ExpressionTree tree = Expressions.parse(expr, metric_queries, null); in parseExprWithParam() local
119 final ExpressionTree tree = Expressions.parse( in parseNullMetricQueries() local
126 final ExpressionTree tree = Expressions.parse( in parseNullTSQuery() local
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/placeables/
H A Dparse.py28 def parse(tree, parse_funcs): argument
/dports/devel/py-google-pasta/google-pasta-0.1.7/pasta/
H A D__init__.py22 def parse(src): function
29 def dump(tree): argument
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/CommonMark/
H A DXrefParser.php38 private $tree; variable in Fisharebest\\Webtrees\\CommonMark\\XrefParser
45 public function __construct(Tree $tree)
65 public function parse(InlineParserContext $inlineContext): bool function in Fisharebest\\Webtrees\\CommonMark\\XrefParser
/dports/net/py-s3cmd/s3cmd-2.2.0/S3/
H A DCloudFront.py64 def __init__(self, tree): argument
69 def parse(self, tree): argument
96 def parse(self, tree): argument
124 def parse(self, tree): argument
150 def __init__(self, xml = None, tree = None): argument
161 def parse(self, tree): argument
239 def parse(self, tree): argument
269 def parse(self, tree): argument
/dports/textproc/py-nltk/nltk-3.4.1/nltk/parse/
H A Drecursivedescent.py74 def parse(self, tokens): member in RecursiveDescentParser
89 def _parse(self, remaining_text, tree, frontier): argument
136 def _match(self, rtext, tree, frontier): argument
273 def _trace_fringe(self, tree, treeloc=None): argument
295 def _trace_tree(self, tree, frontier, operation): argument
313 def _trace_start(self, tree, frontier, text): argument
326 def _trace_match(self, tree, frontier, tok): argument
332 def _trace_succeed(self, tree, frontier): argument
388 def _freeze(self, tree): argument
394 def parse(self, tokens): member in SteppingRecursiveDescentParser
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/ast/
H A DParse.cc39 openvdb::ax::ast::parse(const char* code, openvdb::ax::Logger& logger) in parse() function in openvdb::ax::ast
51 openvdb::ax::ast::Tree* tree(nullptr); in parse() local
65 openvdb::ax::ast::parse(const char* code) in parse() function in openvdb::ax::ast
/dports/science/jstrack/jstrack/extlib/tcllib1.19/htmlparse/
H A Dhtmlparse.tcl784 proc ::htmlparse::parse {args} { procedure
1095 proc ::htmlparse::2tree {html tree} {
1311 proc ::htmlparse::removeVisualFluff {tree} { argument
1334 proc ::htmlparse::removeFormDefs {tree} { argument
/dports/devel/tcllib/tcllib-1.20/modules/htmlparse/
H A Dhtmlparse.tcl784 proc ::htmlparse::parse {args} { procedure
1095 proc ::htmlparse::2tree {html tree} {
1311 proc ::htmlparse::removeVisualFluff {tree} { argument
1334 proc ::htmlparse::removeFormDefs {tree} { argument
/dports/devel/tcllibc/tcllib-1.20/modules/htmlparse/
H A Dhtmlparse.tcl784 proc ::htmlparse::parse {args} { procedure
1095 proc ::htmlparse::2tree {html tree} {
1311 proc ::htmlparse::removeVisualFluff {tree} { argument
1334 proc ::htmlparse::removeFormDefs {tree} { argument
/dports/java/jd-gui/jd-gui-1.6.6/services/src/main/java/org/jd/gui/util/parser/antlr/
H A DANTLRJavaParser.java17 public static void parse(CharStream input, JavaListener listener) { in parse() method in ANTLRJavaParser
28 ParseTree tree = parser.compilationUnit(); in parse() local
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlib.rs64 mod parse; module
68 mod tree; module
/dports/lang/gleam/gleam-0.18.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlib.rs64 mod parse; module
68 mod tree; module
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlib.rs64 mod parse; module
68 mod tree; module
/dports/editors/helix/helix-0.5.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlib.rs64 mod parse; module
68 mod tree; module
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/pulldown-cmark-0.7.2/src/
H A Dlib.rs64 mod parse; module
68 mod tree; module
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlib.rs64 mod parse; module
68 mod tree; module
/dports/www/zola/zola-0.15.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlib.rs64 mod parse; module
68 mod tree; module
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/pulldown-cmark-0.7.2/src/
H A Dlib.rs64 mod parse; module
68 mod tree; module

12345678910>>...28