Home
last modified time | relevance | path

Searched defs:strict (Results 1 – 25 of 4520) sorted by relevance

12345678910>>...181

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/pelletier/go-toml/v2/
H A Dstrict.go9 type strict struct { struct
10 Enabled bool
13 key tracker.KeyTracker
15 missing []decodeError
18 func (s *strict) EnterTable(node *ast.Node) {
26 func (s *strict) EnterArrayTable(node *ast.Node) {
34 func (s *strict) EnterKeyValue(node *ast.Node) {
42 func (s *strict) ExitKeyValue(node *ast.Node) {
50 func (s *strict) MissingTable(node *ast.Node) {
62 func (s *strict) MissingField(node *ast.Node) {
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dmimetypes.py64 def __init__(self, filenames=(), strict=True): argument
78 def add_type(self, type, ext, strict=True): argument
95 def guess_type(self, url, strict=True): argument
194 def read(self, filename, strict=True): argument
205 def readfp(self, fp, strict=True): argument
274 def guess_type(url, strict=True): argument
297 def guess_all_extensions(type, strict=True): argument
314 def guess_extension(type, strict=True): argument
330 def add_type(type, ext, strict=True): argument
583 strict = 1 variable
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dmimetypes.py64 def __init__(self, filenames=(), strict=True): argument
78 def add_type(self, type, ext, strict=True): argument
95 def guess_type(self, url, strict=True): argument
194 def read(self, filename, strict=True): argument
205 def readfp(self, fp, strict=True): argument
274 def guess_type(url, strict=True): argument
297 def guess_all_extensions(type, strict=True): argument
314 def guess_extension(type, strict=True): argument
330 def add_type(type, ext, strict=True): argument
583 strict = 1 variable
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dmimetypes.py64 def __init__(self, filenames=(), strict=True): argument
78 def add_type(self, type, ext, strict=True): argument
95 def guess_type(self, url, strict=True): argument
194 def read(self, filename, strict=True): argument
205 def readfp(self, fp, strict=True): argument
275 def guess_type(url, strict=True): argument
298 def guess_all_extensions(type, strict=True): argument
315 def guess_extension(type, strict=True): argument
331 def add_type(type, ext, strict=True): argument
575 strict = 1 variable
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dmimetypes.py64 def __init__(self, filenames=(), strict=True): argument
78 def add_type(self, type, ext, strict=True): argument
95 def guess_type(self, url, strict=True): argument
194 def read(self, filename, strict=True): argument
205 def readfp(self, fp, strict=True): argument
275 def guess_type(url, strict=True): argument
298 def guess_all_extensions(type, strict=True): argument
315 def guess_extension(type, strict=True): argument
331 def add_type(type, ext, strict=True): argument
574 strict = 1 variable
[all …]
/dports/lang/python37/Python-3.7.12/Lib/
H A Dmimetypes.py66 def __init__(self, filenames=(), strict=True): argument
80 def add_type(self, type, ext, strict=True): argument
97 def guess_type(self, url, strict=True): argument
197 def read(self, filename, strict=True): argument
208 def readfp(self, fp, strict=True): argument
272 def guess_type(url, strict=True): argument
295 def guess_all_extensions(type, strict=True): argument
312 def guess_extension(type, strict=True): argument
328 def add_type(type, ext, strict=True): argument
591 strict = 1 variable
[all …]
/dports/devel/py-parver/parver-0.3.1/tests/
H A Dstrategies.py29 def separator(strict=False, optional=False): argument
42 def pre(draw, strict=False): argument
73 def post(draw, strict=False): argument
102 def dev(draw, strict=False): argument
125 def local(draw, strict=False): argument
141 def vchar(strict=False): argument
148 def version_string(draw, strict=False): argument
161 def version_strategy(draw, strict=False): argument
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dmimetypes.py66 def __init__(self, filenames=(), strict=True): argument
80 def add_type(self, type, ext, strict=True): argument
97 def guess_type(self, url, strict=True): argument
179 def guess_extension(self, type, strict=True): argument
197 def read(self, filename, strict=True): argument
208 def readfp(self, fp, strict=True): argument
231 def read_windows_registry(self, strict=True): argument
272 def guess_type(url, strict=True): argument
295 def guess_all_extensions(type, strict=True): argument
312 def guess_extension(type, strict=True): argument
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dmimetypes.py66 def __init__(self, filenames=(), strict=True): argument
80 def add_type(self, type, ext, strict=True): argument
97 def guess_type(self, url, strict=True): argument
179 def guess_extension(self, type, strict=True): argument
197 def read(self, filename, strict=True): argument
208 def readfp(self, fp, strict=True): argument
231 def read_windows_registry(self, strict=True): argument
272 def guess_type(url, strict=True): argument
295 def guess_all_extensions(type, strict=True): argument
312 def guess_extension(type, strict=True): argument
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dmimetypes.py66 def __init__(self, filenames=(), strict=True): argument
80 def add_type(self, type, ext, strict=True): argument
97 def guess_type(self, url, strict=True): argument
179 def guess_extension(self, type, strict=True): argument
197 def read(self, filename, strict=True): argument
208 def readfp(self, fp, strict=True): argument
231 def read_windows_registry(self, strict=True): argument
272 def guess_type(url, strict=True): argument
295 def guess_all_extensions(type, strict=True): argument
312 def guess_extension(type, strict=True): argument
[all …]
/dports/lang/python39/Python-3.9.9/Lib/
H A Dmimetypes.py66 def __init__(self, filenames=(), strict=True): argument
80 def add_type(self, type, ext, strict=True): argument
97 def guess_type(self, url, strict=True): argument
179 def guess_extension(self, type, strict=True): argument
197 def read(self, filename, strict=True): argument
208 def readfp(self, fp, strict=True): argument
231 def read_windows_registry(self, strict=True): argument
272 def guess_type(url, strict=True): argument
295 def guess_all_extensions(type, strict=True): argument
312 def guess_extension(type, strict=True): argument
[all …]
/dports/lang/python38/Python-3.8.12/Lib/
H A Dmimetypes.py66 def __init__(self, filenames=(), strict=True): argument
80 def add_type(self, type, ext, strict=True): argument
97 def guess_type(self, url, strict=True): argument
179 def guess_extension(self, type, strict=True): argument
197 def read(self, filename, strict=True): argument
208 def readfp(self, fp, strict=True): argument
231 def read_windows_registry(self, strict=True): argument
272 def guess_type(url, strict=True): argument
295 def guess_all_extensions(type, strict=True): argument
312 def guess_extension(type, strict=True): argument
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dmimetypes.py66 def __init__(self, filenames=(), strict=True): argument
80 def add_type(self, type, ext, strict=True): argument
97 def guess_type(self, url, strict=True): argument
179 def guess_extension(self, type, strict=True): argument
197 def read(self, filename, strict=True): argument
208 def readfp(self, fp, strict=True): argument
231 def read_windows_registry(self, strict=True): argument
272 def guess_type(url, strict=True): argument
295 def guess_all_extensions(type, strict=True): argument
312 def guess_extension(type, strict=True): argument
[all …]
/dports/lang/python310/Python-3.10.1/Lib/
H A Dmimetypes.py72 def __init__(self, filenames=(), strict=True): argument
86 def add_type(self, type, ext, strict=True): argument
103 def guess_type(self, url, strict=True): argument
185 def guess_extension(self, type, strict=True): argument
203 def read(self, filename, strict=True): argument
214 def readfp(self, fp, strict=True): argument
237 def read_windows_registry(self, strict=True): argument
289 def guess_type(url, strict=True): argument
312 def guess_all_extensions(type, strict=True): argument
329 def guess_extension(type, strict=True): argument
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dmimetypes.py72 def __init__(self, filenames=(), strict=True): argument
86 def add_type(self, type, ext, strict=True): argument
103 def guess_type(self, url, strict=True): argument
185 def guess_extension(self, type, strict=True): argument
203 def read(self, filename, strict=True): argument
214 def readfp(self, fp, strict=True): argument
237 def read_windows_registry(self, strict=True): argument
289 def guess_type(url, strict=True): argument
312 def guess_all_extensions(type, strict=True): argument
329 def guess_extension(type, strict=True): argument
[all …]
/dports/devel/R-cran-purrr/purrr/src/
H A Dpluck.c26 int find_offset(SEXP x, SEXP index, int i, bool strict) { in find_offset()
108 SEXP extract_vector(SEXP x, SEXP index_i, int i, bool strict) { in extract_vector()
141 SEXP extract_env(SEXP x, SEXP index_i, int i, bool strict) { in extract_env()
162 SEXP extract_s4(SEXP x, SEXP index_i, int i, bool strict) { in extract_s4()
208 bool strict = Rf_asLogical(strict_arg); in pluck_impl() local
345 static int check_names(SEXP names, int i, bool strict) { in check_names()
357 static int check_offset(int offset, SEXP index_i, bool strict) { in check_offset()
385 static int check_s4_slot(SEXP val, SEXP index_i, bool strict) { in check_s4_slot()
399 static int check_obj_length(SEXP n, bool strict) { in check_obj_length()
412 int obj_length(SEXP x, bool strict) { in obj_length()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/FloatingPointChanges/
H A DTest.java37 strictfp void strict() {} in strict() method in Test
38 strictfp class Inner2 { void strict() {} } in strict() method in Test.Inner2
65 void strict() {} in strict() method in Test2
67 class Inner { void strict() {} } in strict() method in Test2.Inner
68 strictfp class Inner2 { void strict() {} } in strict() method in Test2.Inner2
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/FloatingPointChanges/
H A DTest.java37 strictfp void strict() {} in strict() method in Test
38 strictfp class Inner2 { void strict() {} } in strict() method in Test.Inner2
65 void strict() {} in strict() method in Test2
67 class Inner { void strict() {} } in strict() method in Test2.Inner
68 strictfp class Inner2 { void strict() {} } in strict() method in Test2.Inner2
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/FloatingPointChanges/
H A DTest.java37 strictfp void strict() {} in strict() method in Test
38 strictfp class Inner2 { void strict() {} } in strict() method in Test.Inner2
65 void strict() {} in strict() method in Test2
67 class Inner { void strict() {} } in strict() method in Test2.Inner
68 strictfp class Inner2 { void strict() {} } in strict() method in Test2.Inner2
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/FloatingPointChanges/
H A DTest.java37 strictfp void strict() {} in strict() method in Test
38 strictfp class Inner2 { void strict() {} } in strict() method in Test.Inner2
65 void strict() {} in strict() method in Test2
67 class Inner { void strict() {} } in strict() method in Test2.Inner
68 strictfp class Inner2 { void strict() {} } in strict() method in Test2.Inner2
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/FloatingPointChanges/
H A DTest.java37 strictfp void strict() {} in strict() method in Test
38 strictfp class Inner2 { void strict() {} } in strict() method in Test.Inner2
65 void strict() {} in strict() method in Test2
67 class Inner { void strict() {} } in strict() method in Test2.Inner
68 strictfp class Inner2 { void strict() {} } in strict() method in Test2.Inner2
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/FloatingPointChanges/
H A DTest.java37 strictfp void strict() {} in strict() method in Test
38 strictfp class Inner2 { void strict() {} } in strict() method in Test.Inner2
65 void strict() {} in strict() method in Test2
67 class Inner { void strict() {} } in strict() method in Test2.Inner
68 strictfp class Inner2 { void strict() {} } in strict() method in Test2.Inner2
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/FloatingPointChanges/
H A DTest.java37 strictfp void strict() {} in strict() method in Test
38 strictfp class Inner2 { void strict() {} } in strict() method in Test.Inner2
65 void strict() {} in strict() method in Test2
67 class Inner { void strict() {} } in strict() method in Test2.Inner
68 strictfp class Inner2 { void strict() {} } in strict() method in Test2.Inner2
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/FloatingPointChanges/
H A DTest.java37 strictfp void strict() {} in strict() method in Test
38 strictfp class Inner2 { void strict() {} } in strict() method in Test.Inner2
65 void strict() {} in strict() method in Test2
67 class Inner { void strict() {} } in strict() method in Test2.Inner
68 strictfp class Inner2 { void strict() {} } in strict() method in Test2.Inner2
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/FloatingPointChanges/
H A DTest.java37 strictfp void strict() {} in strict() method in Test
38 strictfp class Inner2 { void strict() {} } in strict() method in Test.Inner2
65 void strict() {} in strict() method in Test2
67 class Inner { void strict() {} } in strict() method in Test2.Inner
68 strictfp class Inner2 { void strict() {} } in strict() method in Test2.Inner2

12345678910>>...181