Home
last modified time | relevance | path

Searched refs:exclude_path (Results 1 – 25 of 64) sorted by relevance

123

/dports/audio/p5-MP3-Find/MP3-Find-0.07/lib/MP3/Find/
H A DFilesystem.pm45 if ($$options{exclude_path}) {
46 my $ref = ref $$options{exclude_path};
48 $$options{exclude_path} = '(' . join('|', @{ $$options{exclude_path} }) . ')';
51 $$options{exclude_path} = qr[$$options{exclude_path}];
98 if ($$options{exclude_path}) {
99 return if $filename =~ $$options{exclude_path};
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/coverage/analyze/targets/
H A Dfilter.py35 self.exclude_path = args.exclude_path # type: t.Optional[str]
49 exclude_path = re.compile(args.exclude_path) if args.exclude_path else None
55 if exclude_path and re.search(exclude_path, path):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/coverage/analyze/targets/
H A Dfilter.py35 self.exclude_path = args.exclude_path # type: t.Optional[str]
49 exclude_path = re.compile(args.exclude_path) if args.exclude_path else None
55 if exclude_path and re.search(exclude_path, path):
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/storage/operations/
H A Dazcopy.py12 exclude_pattern=None, include_pattern=None, exclude_path=None, include_path=None, argument
32 flags.append('--exclude-path=' + exclude_path)
43 exclude_path=None, include_path=None): argument
57 if exclude_path is not None:
58 flags.append('--exclude-path=' + exclude_path)
83 exclude_path=None): argument
90 if exclude_path is not None:
91 flags.append('--exclude-path=' + exclude_path)
/dports/audio/p5-MP3-Find/MP3-Find-0.07/t/
H A D02-filesystem.t25 @res = $finder->find_mp3s(dir => $SEARCH_DIR, exclude_path => $EXCLUDE_DIR);
28 @res = $finder->find_mp3s(dir => $SEARCH_DIR, exclude_path => [$EXCLUDE_DIR]);
/dports/www/seahub/seahub-8.0.7-server/thirdpart/termsandconditions/
H A Dmiddleware.py50 for exclude_path in TERMS_EXCLUDE_URL_PREFIX_LIST:
51 if path.startswith(exclude_path):
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/masonry/builders/
H A Dbuilder.py138 exclude_path = Path(filepath)
141 if exclude_path.as_posix() in self.find_excluded_files():
144 if len(exclude_path.parts) > 1:
145 exclude_path = exclude_path.parent
/dports/sysutils/dupd/dupd-1.7/src/
H A Dmain.c61 char * exclude_path = NULL;
339 exclude_path = options[OPT_exclude_path];
340 if (exclude_path != NULL && exclude_path[0] != '/') {
H A Dmain.h155 extern char * exclude_path;
/dports/sysutils/py-ansible-lint/ansible-lint-5.3.1/test/
H A DTestRunner.py80 default_rules_collection: RulesCollection, exclude_path: str
86 exclude_paths=[exclude_path],
/dports/devel/py-deepdiff/deepdiff-5.6.0/docs/
H A Dexclude_paths.rst30 >>> exclude_path = re.compile(r"root\[\d+\]\['b'\]")
31 >>> print(DeepDiff(t1, t2, exclude_regex_paths=[exclude_path]))
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/
H A Ddatafacade_factory.hpp54 auto exclude_path = std::string("/") + routing_algorithms::identifier<AlgorithmT>() + in DataFacadeFactory() local
56 index.List(exclude_path, std::back_inserter(exclude_prefixes)); in DataFacadeFactory()
/dports/devel/arcanist/arcanist-b2e715f/src/filesystem/
H A DFileFinder.php204 foreach ($this->exclude as $exclude_path) {
205 if (fnmatch(ltrim($exclude_path, './'), $dir.$filename)) {
/dports/devel/arcanist-lib/arcanist-b2e715f/src/filesystem/
H A DFileFinder.php204 foreach ($this->exclude as $exclude_path) {
205 if (fnmatch(ltrim($exclude_path, './'), $dir.$filename)) {
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/tests/runtime_shell/conf/
H A Din_tail_expect.conf10 exclude_path /tmp/flb_*2.log
/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/cmake/
H A Dlint.cmake16 COMMAND ${LINT_COMMAND} ${PROJECT_NAME} all ${LINT_DIRS} --exclude_path=${EXCLUDE_PATH}
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/cmake/
H A Dlint.cmake16 COMMAND ${LINT_COMMAND} ${PROJECT_NAME} all ${LINT_DIRS} --exclude_path=${EXCLUDE_PATH}
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/files/
H A Darchive.py202 exclude_path=dict(type='list'),
257 for exclude_path in exclude_paths:
260 to_bytes(exclude_path, errors='surrogate_or_strict')
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/integration/targets/archive/tests/
H A Dexclusions.yml26 exclude_path:
H A Dremove.yml107 exclude_path: "{{ remote_tmp_dir }}/tmpdir/empty.txt"
150 exclude_path: "{{ remote_tmp_dir }}/tmpdir/sub/subfile.txt"
/dports/sysutils/yadm/yadm-3.1.1/
H A Dyadm1410 exclude_path="${YADM_REPO}/info/exclude"
1431 if [ -e "$exclude_path" ]; then
1440 done < "$exclude_path"
1444 debug "Updating ${exclude_path}"
1445 assert_parent "$exclude_path"
1446 printf "%s" "${unmanaged}${exclude_header}${encrypt_data}" > "$exclude_path"
/dports/audio/p5-MP3-Find/MP3-Find-0.07/
H A DChanges19 - added "exclude_path" option to filesystem backend
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/tools/
H A Dcloc.py131 exclude_path = set([os.path.dirname(os.path.realpath(m)) for m in exclude_heuristic if m])
142 if any(module_path.startswith(i) for i in exclude_path):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/modules/files/
H A Dtest_archive.py39 exclude_path=dict(type='list', elements='path', default=[]),
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5diff/
H A Dh5diff_common.c185 opts->exclude_path = 1; in parse_command_line()
268 if (opts->exclude_path) in parse_command_line()

123