Home
last modified time | relevance | path

Searched refs:paths (Results 176 – 200 of 53023) sorted by relevance

12345678910>>...2121

/dports/sysutils/istio/vault-sdk-v0.1.12/sdk/helper/pathmanager/
H A Dpathmanager.go13 paths *iradix.Tree member
19 paths: iradix.New(),
28 txn := p.paths.Txn()
45 p.paths = txn.Commit()
53 txn := p.paths.Txn()
69 p.paths = txn.Commit()
80 p.paths, _ = p.paths.DeletePrefix([]byte(strings.TrimSuffix(prefix, "*")))
85 return p.paths.Len()
93 paths := make([]string, 0, p.paths.Len())
95 paths = append(paths, string(k))
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/helper/pathmanager/
H A Dpathmanager.go13 paths *iradix.Tree member
19 paths: iradix.New(),
28 txn := p.paths.Txn()
45 p.paths = txn.Commit()
53 txn := p.paths.Txn()
69 p.paths = txn.Commit()
80 p.paths, _ = p.paths.DeletePrefix([]byte(strings.TrimSuffix(prefix, "*")))
85 return p.paths.Len()
93 paths := make([]string, 0, p.paths.Len())
95 paths = append(paths, string(k))
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/helper/pathmanager/
H A Dpathmanager.go13 paths *iradix.Tree member
19 paths: iradix.New(),
28 txn := p.paths.Txn()
45 p.paths = txn.Commit()
53 txn := p.paths.Txn()
69 p.paths = txn.Commit()
80 p.paths, _ = p.paths.DeletePrefix([]byte(strings.TrimSuffix(prefix, "*")))
85 return p.paths.Len()
93 paths := make([]string, 0, p.paths.Len())
95 paths = append(paths, string(k))
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A D__init__.py87 paths = []
95 paths.extend(_TracingPaths())
96 return paths
121 paths = []
128 paths.append(appengine_path)
143 return paths
148 paths = []
149 paths.append(
155 return paths
162 paths = []
[all …]
/dports/science/cdk/cdk-cdk-2.3/base/test-core/src/test/java/org/openscience/cdk/graph/
H A DRelevantCyclesTest.java56 int[][] paths = relevant.paths(); in paths_norbornane() local
57 assertThat(paths.length, is(2)); in paths_norbornane()
59 assertThat(paths, is(expected)); in paths_norbornane()
66 int[][] paths = relevant.paths(); in paths_bicyclo() local
67 assertThat(paths.length, is(3)); in paths_bicyclo()
69 assertThat(paths, is(expected)); in paths_bicyclo()
76 int[][] paths = relevant.paths(); in paths_napthalene() local
77 assertThat(paths.length, is(2)); in paths_napthalene()
86 int[][] paths = relevant.paths(); in paths_anthracene() local
96 int[][] paths = relevant.paths(); in paths_cyclophane_even() local
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/
H A Dtest_libhdfs_threaded.c124 memset(paths, 0, sizeof(*paths)); in setupPaths()
125 if (snprintf(paths->prefix, sizeof(paths->prefix), "/tlhData%04d", in setupPaths()
129 if (snprintf(paths->file1, sizeof(paths->file1), "%s/file1", in setupPaths()
130 paths->prefix) >= sizeof(paths->file1)) { in setupPaths()
133 if (snprintf(paths->file2, sizeof(paths->file2), "%s/file2", in setupPaths()
134 paths->prefix) >= sizeof(paths->file2)) { in setupPaths()
149 if (hdfsExists(fs, paths->prefix) == 0) { in doTestHdfsOperations()
166 expected = (int)strlen(paths->prefix); in doTestHdfsOperations()
217 EXPECT_ZERO(hdfsCopy(fs, paths->file1, fs, paths->file2)); in doTestHdfsOperations()
249 struct tlhPaths paths; in testHdfsOperationsImpl() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/tools/lint/test/
H A Dtest_flake8.py8 def test_lint_single_file(lint, paths): argument
9 results = lint(paths('bad.py'))
16 results = lint(paths('bad.py'))
21 results = lint(paths('custom'))
24 results = lint(paths('custom/good.py'))
69 config['exclude'] = paths('bad.py')
75 cwd = paths('subdir')[0]
78 results = lint(paths('subdir/exclude'))
86 files = paths('ext')
91 files = paths('ext/bad.configure')
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/tools/lint/test/
H A Dtest_flake8.py9 def test_lint_single_file(lint, paths): argument
10 results = lint(paths("bad.py"))
17 results = lint(paths("bad.py"))
22 results = lint(paths("custom"))
25 results = lint(paths("custom/good.py"))
75 config["exclude"] = paths("bad.py")
81 cwd = paths("subdir")[0]
84 results = lint(paths("subdir/exclude"))
92 files = paths("ext")
97 files = paths("ext/bad.configure")
[all …]
/dports/www/firefox/firefox-99.0/tools/lint/test/
H A Dtest_flake8.py9 def test_lint_single_file(lint, paths): argument
10 results = lint(paths("bad.py"))
17 results = lint(paths("bad.py"))
22 results = lint(paths("custom"))
25 results = lint(paths("custom/good.py"))
75 config["exclude"] = paths("bad.py")
81 cwd = paths("subdir")[0]
84 results = lint(paths("subdir/exclude"))
92 files = paths("ext")
97 files = paths("ext/bad.configure")
[all …]
/dports/www/firefox-esr/firefox-91.8.0/tools/lint/test/
H A Dtest_flake8.py9 def test_lint_single_file(lint, paths): argument
10 results = lint(paths("bad.py"))
17 results = lint(paths("bad.py"))
22 results = lint(paths("custom"))
25 results = lint(paths("custom/good.py"))
75 config["exclude"] = paths("bad.py")
81 cwd = paths("subdir")[0]
84 results = lint(paths("subdir/exclude"))
92 files = paths("ext")
97 files = paths("ext/bad.configure")
[all …]
/dports/devel/git-cola/git-cola-3.10.1/test/
H A Dgit_test.py20 paths = git.find_git_directory(None)
23 self.assertEqual(None, paths.git_dir)
24 self.assertEqual(None, paths.git_file)
25 self.assertEqual(None, paths.worktree)
30 paths = git.find_git_directory('')
33 self.assertEqual(None, paths.git_dir)
34 self.assertEqual(None, paths.git_file)
35 self.assertEqual(None, paths.worktree)
44 self.assertEqual(None, paths.git_dir)
45 self.assertEqual(None, paths.git_file)
[all …]
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/util/internal/
H A Dfield_mask_utility.cc113 int length = paths.length(); in DecodeCompactFieldMaskPaths()
128 if (paths[i] == '\\') { in DecodeCompactFieldMaskPaths()
132 if (paths[i] != '\"') { in DecodeCompactFieldMaskPaths()
138 "Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
146 if (i < length - 1 && paths[i + 1] != '.' && paths[i + 1] != ',' && in DecodeCompactFieldMaskPaths()
147 paths[i + 1] != ')' && paths[i + 1] != '(') { in DecodeCompactFieldMaskPaths()
149 "Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
157 if (paths[i] == '[') { in DecodeCompactFieldMaskPaths()
170 if (paths[i] != ',' && paths[i] != ')' && paths[i] != '(') { in DecodeCompactFieldMaskPaths()
180 if (i < length && paths[i] == '(') { in DecodeCompactFieldMaskPaths()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/states/statefile/
H A Dversion4_test.go50 paths []cty.Path
55 paths: []cty.Path{},
152 paths: []cty.Path{},
185 paths: []cty.Path{},
210 if len(paths) != len(tc.paths) {
211 t.Fatalf("got %d paths, want %d", len(paths), len(tc.paths))
213 for i, path := range paths {
214 if !path.Equals(tc.paths[i]) {
224 paths []cty.Path
228 paths: []cty.Path{},
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/util/internal/
H A Dfield_mask_utility.cc113 int length = paths.length(); in DecodeCompactFieldMaskPaths()
128 if (paths[i] == '\\') { in DecodeCompactFieldMaskPaths()
132 if (paths[i] != '\"') { in DecodeCompactFieldMaskPaths()
138 "Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
146 if (i < length - 1 && paths[i + 1] != '.' && paths[i + 1] != ',' && in DecodeCompactFieldMaskPaths()
147 paths[i + 1] != ')' && paths[i + 1] != '(') { in DecodeCompactFieldMaskPaths()
149 "Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
157 if (paths[i] == '[') { in DecodeCompactFieldMaskPaths()
170 if (paths[i] != ',' && paths[i] != ')' && paths[i] != '(') { in DecodeCompactFieldMaskPaths()
180 if (i < length && paths[i] == '(') { in DecodeCompactFieldMaskPaths()
[all …]
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DDirPaths.cpp27 paths.clear(); in DirPaths()
32 paths.clear(); in DirPaths()
39 paths.clear(); in DirPaths()
45 paths.clear(); in DirPaths()
51 paths.clear(); in ~DirPaths()
56 paths.clear(); in clear()
88 if (i == paths.size()) in add()
105 return paths.at(n); in get_path()
113 for (n=0; n<paths.size()-1; n++) { in get_all_paths()
116 all_paths += paths.at(n); in get_all_paths()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/style/
H A Dmain_unittest.py36 def _change_directory(self, paths, checkout_root): argument
37 return change_directory(self.filesystem, paths=paths, checkout_root=checkout_root)
46 paths = self._change_directory(checkout_root=self._checkout_root, paths=None)
47 self._assert_result(paths, None, [], self._checkout_root)
50 paths = ['/chromium/src/foo1.txt', '/chromium/src/foo2.txt']
51 paths = self._change_directory(checkout_root=self._checkout_root, paths=paths)
52 self._assert_result(paths, ['foo1.txt', 'foo2.txt'], [], self._checkout_root)
55 paths = ['/chromium/src/foo1.txt', '/outside/foo2.txt']
56 paths = self._change_directory(checkout_root=self._checkout_root, paths=paths)
70 self._assert_result(paths, paths, log_messages, self._original_directory)
/dports/devel/cdash/CDash-2-2-3/api/
H A Dapi_coverage.php68 $paths = explode('/',$fullpath);
70 for($i=1;$i<count($paths)-1;$i++)
74 if(!isset($coveragearray[$paths[$i]]))
76 $coveragearray[$paths[$i]] = array();
78 $current = &$coveragearray[$paths[$i]];
83 if($i==count($paths)-2)
85 if(isset($current[$paths[$i]]))
102 $current[$paths[$i]] = array();
103 $current[$paths[$i]]['locuntested'] = 0;
104 $current[$paths[$i]]['loctested'] = 0;
[all …]
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Dlog_name_status.go37 if len(paths) < 70 {
75 paths []string member
87 paths: paths,
291 if len(paths) == 0 {
293 paths = append(paths, "")
295 paths = append(paths, entry.Name())
298 sort.Strings(paths)
299 if paths[0] != "" {
300 paths = append([]string{""}, paths...)
304 if paths[i] == paths[i-1] {
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_haiku.cpp91 BStringList paths; in haikuStandardPaths() local
93 if (BPathFinder::FindPaths(baseDirectory, paths) != B_OK) in haikuStandardPaths()
97 for (int i = 0; i < paths.CountStrings(); ++i) { in haikuStandardPaths()
121 QStringList paths = haikuStandardPaths(baseDirectory); in haikuAppStandardPaths() local
122 for (int i = 0; i < paths.count(); ++i) in haikuAppStandardPaths()
123 appendOrganizationAndApp(paths[i]); in haikuAppStandardPaths()
125 return paths; in haikuAppStandardPaths()
169 QStringList paths; in standardLocations() local
173 paths += writablePath; in standardLocations()
202 paths += haikuStandardPath(B_SYSTEM_CACHE_DIRECTORY); in standardLocations()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_haiku.cpp91 BStringList paths; in haikuStandardPaths() local
93 if (BPathFinder::FindPaths(baseDirectory, paths) != B_OK) in haikuStandardPaths()
97 for (int i = 0; i < paths.CountStrings(); ++i) { in haikuStandardPaths()
121 QStringList paths = haikuStandardPaths(baseDirectory); in haikuAppStandardPaths() local
122 for (int i = 0; i < paths.count(); ++i) in haikuAppStandardPaths()
123 appendOrganizationAndApp(paths[i]); in haikuAppStandardPaths()
125 return paths; in haikuAppStandardPaths()
169 QStringList paths; in standardLocations() local
173 paths += writablePath; in standardLocations()
202 paths += haikuStandardPath(B_SYSTEM_CACHE_DIRECTORY); in standardLocations()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_haiku.cpp91 BStringList paths; in haikuStandardPaths() local
93 if (BPathFinder::FindPaths(baseDirectory, paths) != B_OK) in haikuStandardPaths()
97 for (int i = 0; i < paths.CountStrings(); ++i) { in haikuStandardPaths()
121 QStringList paths = haikuStandardPaths(baseDirectory); in haikuAppStandardPaths() local
122 for (int i = 0; i < paths.count(); ++i) in haikuAppStandardPaths()
123 appendOrganizationAndApp(paths[i]); in haikuAppStandardPaths()
125 return paths; in haikuAppStandardPaths()
169 QStringList paths; in standardLocations() local
173 paths += writablePath; in standardLocations()
202 paths += haikuStandardPath(B_SYSTEM_CACHE_DIRECTORY); in standardLocations()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_haiku.cpp91 BStringList paths; in haikuStandardPaths() local
93 if (BPathFinder::FindPaths(baseDirectory, paths) != B_OK) in haikuStandardPaths()
97 for (int i = 0; i < paths.CountStrings(); ++i) { in haikuStandardPaths()
121 QStringList paths = haikuStandardPaths(baseDirectory); in haikuAppStandardPaths() local
122 for (int i = 0; i < paths.count(); ++i) in haikuAppStandardPaths()
123 appendOrganizationAndApp(paths[i]); in haikuAppStandardPaths()
125 return paths; in haikuAppStandardPaths()
169 QStringList paths; in standardLocations() local
173 paths += writablePath; in standardLocations()
202 paths += haikuStandardPath(B_SYSTEM_CACHE_DIRECTORY); in standardLocations()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_haiku.cpp91 BStringList paths; in haikuStandardPaths() local
93 if (BPathFinder::FindPaths(baseDirectory, paths) != B_OK) in haikuStandardPaths()
97 for (int i = 0; i < paths.CountStrings(); ++i) { in haikuStandardPaths()
121 QStringList paths = haikuStandardPaths(baseDirectory); in haikuAppStandardPaths() local
122 for (int i = 0; i < paths.count(); ++i) in haikuAppStandardPaths()
123 appendOrganizationAndApp(paths[i]); in haikuAppStandardPaths()
125 return paths; in haikuAppStandardPaths()
169 QStringList paths; in standardLocations() local
173 paths += writablePath; in standardLocations()
202 paths += haikuStandardPath(B_SYSTEM_CACHE_DIRECTORY); in standardLocations()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_haiku.cpp91 BStringList paths; in haikuStandardPaths() local
93 if (BPathFinder::FindPaths(baseDirectory, paths) != B_OK) in haikuStandardPaths()
97 for (int i = 0; i < paths.CountStrings(); ++i) { in haikuStandardPaths()
121 QStringList paths = haikuStandardPaths(baseDirectory); in haikuAppStandardPaths() local
122 for (int i = 0; i < paths.count(); ++i) in haikuAppStandardPaths()
123 appendOrganizationAndApp(paths[i]); in haikuAppStandardPaths()
125 return paths; in haikuAppStandardPaths()
169 QStringList paths; in standardLocations() local
173 paths += writablePath; in standardLocations()
202 paths += haikuStandardPath(B_SYSTEM_CACHE_DIRECTORY); in standardLocations()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_haiku.cpp91 BStringList paths; in haikuStandardPaths() local
93 if (BPathFinder::FindPaths(baseDirectory, paths) != B_OK) in haikuStandardPaths()
97 for (int i = 0; i < paths.CountStrings(); ++i) { in haikuStandardPaths()
121 QStringList paths = haikuStandardPaths(baseDirectory); in haikuAppStandardPaths() local
122 for (int i = 0; i < paths.count(); ++i) in haikuAppStandardPaths()
123 appendOrganizationAndApp(paths[i]); in haikuAppStandardPaths()
125 return paths; in haikuAppStandardPaths()
169 QStringList paths; in standardLocations() local
173 paths += writablePath; in standardLocations()
202 paths += haikuStandardPath(B_SYSTEM_CACHE_DIRECTORY); in standardLocations()
[all …]

12345678910>>...2121