Searched refs:exclude_patterns (Results 1 – 15 of 15) sorted by relevance
/third_party/python/Doc/ |
D | conf.py | 51 exclude_patterns = ['venv/*', 'README.rst'] variable 54 exclude_patterns.append(venvdir + '/*')
|
/third_party/node/deps/v8/tools/ |
D | generate-header-include-checks.py | 79 exclude_patterns = [re.compile(x) for x in args.exclude] 91 for p in exclude_patterns:
|
/third_party/mbedtls/docs/ |
D | conf.py | 20 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] variable
|
/third_party/astc-encoder/Test/DocSource/ |
D | conf.py | 43 exclude_patterns = [] variable
|
/third_party/libbpf/docs/ |
D | conf.py | 27 exclude_patterns = [] variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | conf.py | 67 exclude_patterns = ['_build'] variable
|
/third_party/libabigail/doc/manuals/ |
D | conf.py | 67 exclude_patterns = ['_build'] variable
|
/third_party/protobuf/python/docs/ |
D | conf.py | 99 exclude_patterns = [u"_build", "Thumbs.db", ".DS_Store"] variable
|
/third_party/mesa3d/docs/ |
D | conf.py | 82 exclude_patterns = [] variable
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | conf.py | 86 exclude_patterns = ['build'] variable
|
/third_party/libuv/docs/src/ |
D | conf.py | 90 exclude_patterns = [] variable
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 356 static patstr *exclude_patterns = NULL; variable 373 static patdatastr exclude_patdata = { &exclude_patterns, &exclude_patterns_last }; 377 static patstr **incexlist[4] = { &include_patterns, &exclude_patterns, 3449 !test_incexc(lastcomp, include_patterns, exclude_patterns)) in grep_or_recurse() 4462 if (!read_pattern_file(fn->name, &exclude_patterns, &exclude_patterns_last)) in main() 4555 free_pattern_chain(exclude_patterns); in main()
|
/third_party/libinput/doc/user/ |
D | conf.py.in | 70 exclude_patterns = [] variable
|
/third_party/nghttp2/doc/ |
D | conf.py.in | 92 exclude_patterns = ['manual', 'README.rst', '*-header.rst', 'sources'] variable
|
/third_party/gn/docs/ |
D | reference.md | 2404 filter_exclude(values, exclude_patterns) 2408 The argument exclude_patterns must be a list of file patterns (see
|