Home
last modified time | relevance | path

Searched refs:scan_dir (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/.travis/
H A Dcheck-sources.sh19 scan_dir="$1"
21 scan_dir="$( pwd )"
26 echo "scan root directory = '$scan_dir'"
30 python3 $py_checker "ascii" "$scan_dir/include" "\.h$"
31 python3 $py_checker "ascii" "$scan_dir/src" "\.cpp$"
32 python3 $py_checker "ascii" "$scan_dir/tests" "\.h$"
33 python3 $py_checker "utf-8" "$scan_dir/tests" "\.cpp$"
/dports/devel/flatbuffers/flatbuffers-2.0.0/.travis/
H A Dcheck-sources.sh19 scan_dir="$1"
21 scan_dir="$( pwd )"
26 echo "scan root directory = '$scan_dir'"
30 python3 $py_checker "ascii" "$scan_dir/include" "\.h$"
31 python3 $py_checker "ascii" "$scan_dir/src" "\.cpp$"
32 python3 $py_checker "ascii" "$scan_dir/tests" "\.h$"
33 python3 $py_checker "utf-8" "$scan_dir/tests" "\.cpp$"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/.travis/
H A Dcheck-sources.sh19 scan_dir="$1"
21 scan_dir="$( pwd )"
26 echo "scan root directory = '$scan_dir'"
30 python3 $py_checker "ascii" "$scan_dir/include" "\.h$"
31 python3 $py_checker "ascii" "$scan_dir/src" "\.cpp$"
32 python3 $py_checker "ascii" "$scan_dir/tests" "\.h$"
33 python3 $py_checker "utf-8" "$scan_dir/tests" "\.cpp$"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/.travis/
H A Dcheck-sources.sh19 scan_dir="$1"
21 scan_dir="$( pwd )"
26 echo "scan root directory = '$scan_dir'"
30 python3 $py_checker "ascii" "$scan_dir/include" "\.h$"
31 python3 $py_checker "ascii" "$scan_dir/src" "\.cpp$"
32 python3 $py_checker "ascii" "$scan_dir/tests" "\.h$"
33 python3 $py_checker "utf-8" "$scan_dir/tests" "\.cpp$"
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/.travis/
H A Dcheck-sources.sh19 scan_dir="$1"
21 scan_dir="$( pwd )"
26 echo "scan root directory = '$scan_dir'"
30 python3 $py_checker "ascii" "$scan_dir/include" "\.h$"
31 python3 $py_checker "ascii" "$scan_dir/src" "\.cpp$"
32 python3 $py_checker "ascii" "$scan_dir/tests" "\.h$"
33 python3 $py_checker "utf-8" "$scan_dir/tests" "\.cpp$"
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/.travis/
H A Dcheck-sources.sh19 scan_dir="$1"
21 scan_dir="$( pwd )"
26 echo "scan root directory = '$scan_dir'"
30 python3 $py_checker "ascii" "$scan_dir/include" "\.h$"
31 python3 $py_checker "ascii" "$scan_dir/src" "\.cpp$"
32 python3 $py_checker "ascii" "$scan_dir/tests" "\.h$"
33 python3 $py_checker "utf-8" "$scan_dir/tests" "\.cpp$"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/gles2_conform_support/
H A Dgenerate_gles2_embedded_data.py29 def __init__(self, scan_dir, base_dir): argument
30 self.scan_dir = scan_dir
47 self.AddFiles(scan_dir)
60 def AddFiles(self, scan_dir): argument
62 files = os.listdir(scan_dir)
65 full_path = os.path.join(scan_dir, file)
67 base_path = full_path[len(self.scan_dir) + 1:]
106 scan_dir = argv[0]
108 scan_dir = '.'
115 GenerateEmbeddedFiles(scan_dir, base_dir)
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/gles2_conform_support/
H A Dgenerate_gles2_embedded_data.py29 def __init__(self, scan_dir, base_dir): argument
30 self.scan_dir = scan_dir
47 self.AddFiles(scan_dir)
60 def AddFiles(self, scan_dir): argument
62 files_to_embed = os.listdir(scan_dir)
65 full_path = os.path.join(scan_dir, file_to_embed)
67 base_path = full_path[len(self.scan_dir) + 1:]
106 scan_dir = argv[0]
108 scan_dir = '.'
115 GenerateEmbeddedFiles(scan_dir, base_dir)
/dports/www/privoxy/privoxy-3.0.33-stable/utils/
H A Dcreate-package-feed.pl84 my $scan_dir = shift;
94 opendir(my $D1, $scan_dir) or die "Can't open 1st directory! /";
99 opendir(my $D2, $scan_dir . $fi1 . '/')
105 opendir(my $D3, $scan_dir . $fi1 . '/' . $fi2 . '/')
109 $target = $scan_dir . $fi1 . '/' . $fi2 . '/' . $fi3;
129 my $scan_dir = shift;
147 my @resArray = get_released_files($scan_dir);
168 my $scan_dir = shift(@ARGV)
173 my $result = generate_feed($scan_dir);
/dports/textproc/gtk-doc/gtk-doc-1.33.2/gtkdoc/
H A Drebase.py80 def ScanDirectory(scan_dir, options): argument
83 if scan_dir == options.html_dir:
87 if not os.path.isdir(scan_dir):
88 logging.info('Cannot open dir "%s"', scan_dir)
94 for entry in sorted(os.listdir(scan_dir)):
95 full_entry = os.path.join(scan_dir, entry)
102 o = ReadDevhelp(scan_dir, entry)
110 onlinedir = ReadIndex(scan_dir, entry)
116 ''' % (scan_dir, entry))
121 ''' % (scan_dir, entry))
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/
H A Ddisable-scan.pl59 sub scan_dir { subroutine
70 scan_dir("$root/src");
71 scan_dir("$root/lib");
72 scan_dir("$root/lib/vtls");
73 scan_dir("$root/lib/vauth");
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/
H A Ddisable-scan.pl62 sub scan_dir { subroutine
73 scan_dir("$root/src");
74 scan_dir("$root/lib");
75 scan_dir("$root/lib/vtls");
76 scan_dir("$root/lib/vauth");
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/
H A Ddisable-scan.pl62 sub scan_dir { subroutine
73 scan_dir("$root/src");
74 scan_dir("$root/lib");
75 scan_dir("$root/lib/vtls");
76 scan_dir("$root/lib/vauth");
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/
H A Ddisable-scan.pl62 sub scan_dir { subroutine
73 scan_dir("$root/src");
74 scan_dir("$root/lib");
75 scan_dir("$root/lib/vtls");
76 scan_dir("$root/lib/vauth");
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/
H A Ddisable-scan.pl62 sub scan_dir { subroutine
73 scan_dir("$root/src");
74 scan_dir("$root/lib");
75 scan_dir("$root/lib/vtls");
76 scan_dir("$root/lib/vauth");
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/
H A Ddisable-scan.pl74 sub scan_dir { subroutine
85 scan_dir("$root/src");
86 scan_dir("$root/lib");
87 scan_dir("$root/lib/vtls");
88 scan_dir("$root/lib/vauth");
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/
H A Ddisable-scan.pl74 sub scan_dir { subroutine
85 scan_dir("$root/src");
86 scan_dir("$root/lib");
87 scan_dir("$root/lib/vtls");
88 scan_dir("$root/lib/vauth");
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/
H A Ddisable-scan.pl74 sub scan_dir { subroutine
85 scan_dir("$root/src");
86 scan_dir("$root/lib");
87 scan_dir("$root/lib/vtls");
88 scan_dir("$root/lib/vauth");
/dports/www/firefox-esr/firefox-91.8.0/testing/mochitest/pywebsocket3/mod_pywebsocket/
H A Ddispatch.py181 scan_dir=None, argument
202 if scan_dir is None:
203 scan_dir = root_dir
204 if not os.path.realpath(scan_dir).startswith(
207 'root_dir:%s.' % (scan_dir, root_dir))
208 self._source_handler_files_in_dir(root_dir, scan_dir,
348 def _source_handler_files_in_dir(self, root_dir, scan_dir, argument
363 scan_realpath = os.path.realpath(scan_dir)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/pywebsocket/src/mod_pywebsocket/
H A Ddispatch.py183 self, root_dir, scan_dir=None, argument
204 if scan_dir is None:
205 scan_dir = root_dir
206 if not os.path.realpath(scan_dir).startswith(
209 'root_dir:%s.' % (scan_dir, root_dir))
211 root_dir, scan_dir, allow_handlers_outside_root_dir)
357 self, root_dir, scan_dir, allow_handlers_outside_root_dir): argument
371 scan_realpath = os.path.realpath(scan_dir)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pywebsocket/src/mod_pywebsocket/
H A Ddispatch.py183 self, root_dir, scan_dir=None, argument
204 if scan_dir is None:
205 scan_dir = root_dir
206 if not os.path.realpath(scan_dir).startswith(
209 'root_dir:%s.' % (scan_dir, root_dir))
211 root_dir, scan_dir, allow_handlers_outside_root_dir)
357 self, root_dir, scan_dir, allow_handlers_outside_root_dir): argument
371 scan_realpath = os.path.realpath(scan_dir)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pywebsocket3/src/mod_pywebsocket/
H A Ddispatch.py181 scan_dir=None, argument
202 if scan_dir is None:
203 scan_dir = root_dir
204 if not os.path.realpath(scan_dir).startswith(
207 'root_dir:%s.' % (scan_dir, root_dir))
208 self._source_handler_files_in_dir(root_dir, scan_dir,
348 def _source_handler_files_in_dir(self, root_dir, scan_dir, argument
363 scan_realpath = os.path.realpath(scan_dir)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/
H A Ddispatch.py181 scan_dir=None, argument
202 if scan_dir is None:
203 scan_dir = root_dir
204 if not os.path.realpath(scan_dir).startswith(
207 'root_dir:%s.' % (scan_dir, root_dir))
208 self._source_handler_files_in_dir(root_dir, scan_dir,
348 def _source_handler_files_in_dir(self, root_dir, scan_dir, argument
363 scan_realpath = os.path.realpath(scan_dir)
/dports/www/firefox/firefox-99.0/testing/mochitest/pywebsocket3/mod_pywebsocket/
H A Ddispatch.py181 scan_dir=None, argument
202 if scan_dir is None:
203 scan_dir = root_dir
204 if not os.path.realpath(scan_dir).startswith(
207 'root_dir:%s.' % (scan_dir, root_dir))
208 self._source_handler_files_in_dir(root_dir, scan_dir,
348 def _source_handler_files_in_dir(self, root_dir, scan_dir, argument
363 scan_realpath = os.path.realpath(scan_dir)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/
H A Ddispatch.py181 scan_dir=None, argument
202 if scan_dir is None:
203 scan_dir = root_dir
204 if not os.path.realpath(scan_dir).startswith(
207 'root_dir:%s.' % (scan_dir, root_dir))
208 self._source_handler_files_in_dir(root_dir, scan_dir,
348 def _source_handler_files_in_dir(self, root_dir, scan_dir, argument
363 scan_realpath = os.path.realpath(scan_dir)

12345678910