Home
last modified time | relevance | path

Searched refs:parse_all (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/tests/
H A Dtest_boxes.py136 html = parse_all(html)
351 assert_tree(parse_all('''
469 assert_tree(parse_all('''
517 assert_tree(parse_all('''
538 assert_tree(parse_all('''
602 assert_tree(parse_all('''
660 html = parse_all('''
679 html = parse_all('''
713 html = parse_all('''
762 html = parse_all('''
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_type_comments.py247 for tree in self.parse_all(funcdef):
255 for tree in self.parse_all(asyncdef, minver=5):
263 for tree in self.parse_all(asyncvar, maxver=6):
271 for tree in self.parse_all(matmul, minver=5):
275 for tree in self.parse_all(fstring, minver=6):
288 for tree in self.parse_all(nonasciidef):
292 for tree in self.parse_all(forstmt):
298 for tree in self.parse_all(withstmt):
304 for tree in self.parse_all(vardecl):
310 for tree in self.parse_all(ignores):
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_type_comments.py247 for tree in self.parse_all(funcdef):
255 for tree in self.parse_all(asyncdef, minver=5):
263 for tree in self.parse_all(asyncvar, maxver=6):
271 for tree in self.parse_all(matmul, minver=5):
275 for tree in self.parse_all(fstring, minver=6):
288 for tree in self.parse_all(nonasciidef):
292 for tree in self.parse_all(forstmt):
298 for tree in self.parse_all(withstmt):
304 for tree in self.parse_all(vardecl):
310 for tree in self.parse_all(ignores):
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_type_comments.py247 for tree in self.parse_all(funcdef):
255 for tree in self.parse_all(asyncdef, minver=5):
263 for tree in self.parse_all(asyncvar, maxver=6):
271 for tree in self.parse_all(matmul, minver=5):
275 for tree in self.parse_all(fstring, minver=6):
288 for tree in self.parse_all(nonasciidef):
292 for tree in self.parse_all(forstmt):
298 for tree in self.parse_all(withstmt):
304 for tree in self.parse_all(vardecl):
310 for tree in self.parse_all(ignores):
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_type_comments.py247 for tree in self.parse_all(funcdef):
255 for tree in self.parse_all(asyncdef, minver=5):
263 for tree in self.parse_all(asyncvar, maxver=6):
271 for tree in self.parse_all(matmul, minver=5):
275 for tree in self.parse_all(fstring, minver=6):
288 for tree in self.parse_all(nonasciidef):
292 for tree in self.parse_all(forstmt):
298 for tree in self.parse_all(withstmt):
304 for tree in self.parse_all(vardecl):
310 for tree in self.parse_all(ignores):
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_type_comments.py247 for tree in self.parse_all(funcdef):
255 for tree in self.parse_all(asyncdef, minver=5):
263 for tree in self.parse_all(asyncvar, maxver=6):
271 for tree in self.parse_all(matmul, minver=5):
275 for tree in self.parse_all(fstring, minver=6):
288 for tree in self.parse_all(nonasciidef):
292 for tree in self.parse_all(forstmt):
298 for tree in self.parse_all(withstmt):
304 for tree in self.parse_all(vardecl):
310 for tree in self.parse_all(ignores):
[all …]
/dports/multimedia/py-mido/mido-1.2.10/tests/
H A Dtest_parser.py6 from mido.parser import Parser, parse, parse_all
18 assert parse_all(b'\x20\x30') == []
23 assert parse_all(b'\x90\x90\xf0') == []
87 messages = parse_all([0xf6]) # Tune request.
94 messages = parse_all([0xf4, 0xf5, 0xf7, 0xf9, 0xfd])
100 messages = parse_all([0xf0, 0, 0xfb, 0, 0xf7])
108 messages = parse_all([0xf0, 0, 0xf9, 0xfd, 0, 0xf7])
129 assert parse_all(b'7 bit ASCII should not produce any messages') == []
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_type_comments.py248 for tree in self.parse_all(funcdef):
256 for tree in self.parse_all(asyncdef, minver=5):
264 for tree in self.parse_all(asyncvar, maxver=6):
272 for tree in self.parse_all(matmul, minver=5):
276 for tree in self.parse_all(fstring, minver=6):
289 for tree in self.parse_all(nonasciidef):
293 for tree in self.parse_all(forstmt):
299 for tree in self.parse_all(withstmt):
305 for tree in self.parse_all(vardecl):
311 for tree in self.parse_all(ignores):
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_type_comments.py248 for tree in self.parse_all(funcdef):
256 for tree in self.parse_all(asyncdef, minver=5):
264 for tree in self.parse_all(asyncvar, maxver=6):
272 for tree in self.parse_all(matmul, minver=5):
276 for tree in self.parse_all(fstring, minver=6):
289 for tree in self.parse_all(nonasciidef):
293 for tree in self.parse_all(forstmt):
299 for tree in self.parse_all(withstmt):
305 for tree in self.parse_all(vardecl):
311 for tree in self.parse_all(ignores):
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_type_comments.py248 for tree in self.parse_all(funcdef):
256 for tree in self.parse_all(asyncdef, minver=5):
264 for tree in self.parse_all(asyncvar, maxver=6):
272 for tree in self.parse_all(matmul, minver=5):
276 for tree in self.parse_all(fstring, minver=6):
289 for tree in self.parse_all(nonasciidef):
293 for tree in self.parse_all(forstmt):
299 for tree in self.parse_all(withstmt):
305 for tree in self.parse_all(vardecl):
311 for tree in self.parse_all(ignores):
[all …]
/dports/devel/R-cran-evaluate/evaluate/
H A DNAMESPACE3 S3method(parse_all,"function")
4 S3method(parse_all,call)
5 S3method(parse_all,character)
6 S3method(parse_all,connection)
7 S3method(parse_all,default)
28 export(parse_all)
/dports/devel/R-cran-evaluate/evaluate/tests/testthat/
H A Dtest-parse.r12 expect_that(nrow(parse_all(f)), equals(1))
17 expect_error(parse_all('x <-', allow_error = FALSE))
18 res <- parse_all('x <-', allow_error = TRUE)
26 expect_identical(parse_all(c('1+1', '"你好"'))[2, 1], '"你好"')
31 expect_identical(parse_all(code)$src, append_break(code))
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/commands/
H A Dtest_parser.py40 p.parse_all(cmdline_test.cmd, aliases=False)
43 p.parse_all(cmdline_test.cmd, aliases=False)
54 assert len(p.parse_all("alias_name")) > 0
57 p.parse_all("alias_name")
68 p.parse_all(command)
90 result = p.parse_all(command)[0]
/dports/devel/R-cran-evaluate/evaluate/R/
H A Dparse.r15 parse_all <- function(x, filename = NULL, allow_error = FALSE) UseMethod("parse_all") function
138 parse_all(text, filename, ...)
151 parse_all(src, filename, ...)
159 parse_all(unlist(lapply(src2[-1], as.character)), filename, ...)
162 parse_all(character(0), filename, ...)
167 parse_all(deparse(body(x)), filename, ...)
176 parse_all(deparse(x), filename, ...)
/dports/textproc/py-nltk/nltk-3.4.1/nltk/parse/
H A Dapi.py54 elif overridden(self.parse_all):
55 return iter(self.parse_all(sent, *args, **kwargs))
66 def parse_all(self, sent, *args, **kwargs): member in ParserI
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/parsers/coverage/
H A Dcobertura.rb23 parse_all(root, coverage_report, context)
30 def parse_all(root, coverage_report, context) method in Gitlab.Ci.Parsers.Coverage.Cobertura
53 parse_all(value, coverage_report, context)
56 parse_all(item, coverage_report, context)
/dports/devel/R-cran-evaluate/evaluate/man/
H A Dparse_all.Rd3 \name{parse_all}
4 \alias{parse_all}
7 parse_all(x, filename = NULL, allow_error = FALSE)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/parsers/codequality/
H A Dcode_climate.rb11 parse_all(root, codequality_report)
18 def parse_all(root, codequality_report) method in Gitlab.Ci.Parsers.Codequality.CodeClimate
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/amqp10_common/src/
H A Damqp10_binary_parser.erl10 -export([parse/1, parse_all/1]).
16 parse_all(ValueBin) when is_binary(ValueBin) -> function
17 lists:reverse(parse_all([], parse(ValueBin))).
19 parse_all(Acc, {Value, <<>>}) -> [Value | Acc]; function
20 parse_all(Acc, {Value, Rest}) -> parse_all([Value | Acc], parse(Rest)). function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/parsers/accessibility/
H A Dpa11y.rb11 parse_all(root, accessibility_report)
20 def parse_all(root, accessibility_report) method in Gitlab.Ci.Parsers.Accessibility.Pa11y
/dports/devel/R-cran-cli/cli/tools/
H A Dparse-iterm.R53 parse_all <- function(dir = "tools") { function
61 parse_all()
/dports/misc/vifm/vifm-0.11/src/
H A Dviewcolumns_parser.c31 static column_info_t * parse_all(map_name_cb cn, const char str[], size_t *len,
51 if((list = parse_all(cn, str, &list_len, arg)) != NULL) in parse_columns()
62 parse_all(map_name_cb cn, const char str[], size_t *len, void *arg) in parse_all() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A Dheaderdep.pl33 parse_all(@headers);
87 sub parse_all { subroutine
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A Dheaderdep.pl33 parse_all(@headers);
87 sub parse_all { subroutine
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/
H A Dheaderdep.pl33 parse_all(@headers);
87 sub parse_all { subroutine

12345678910