Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 25 of 11547) sorted by relevance

12345678910>>...462

/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/javascript/
H A Dsubcommands_test.py108 filepath = PathToTestFile( 'test.js' )
114 'filepath': filepath,
191 filepath = PathToTestFile( 'test.js' )
197 'filepath': filepath,
274 filepath = PathToTestFile( 'test.js' )
280 'filepath': filepath,
328 'filepath': filepath,
377 'filepath': filepath,
407 'filepath': filepath,
621 'filepath': filepath,
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/cs/
H A Dsubcommands_test.py313 filepath = filepath
333 filepath = filepath
356 filepath = filepath
379 filepath = filepath
400 filepath = filepath
421 filepath = filepath
443 filepath = filepath
465 filepath = filepath
487 filepath = filepath
507 filepath = filepath
[all …]
H A Ddiagnostics_test.py35 contents = ReadFile( filepath )
37 event_data = BuildRequest( filepath = filepath,
43 diag_data = BuildRequest( filepath = filepath,
61 contents = ReadFile( filepath )
63 event_data = BuildRequest( filepath = filepath,
85 contents = ReadFile( filepath )
87 event_data = BuildRequest( filepath = filepath,
111 for filepath in filepaths:
114 event_data = BuildRequest( filepath = filepath,
135 contents = ReadFile( filepath )
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/release/pkg/
H A Ddir_reader_test.go21 srcDirPath = filepath.Join("/", "src")
58 … fs.SetGlob(filepath.Join(srcDirPath, "in-file1"), []string{filepath.Join(srcDirPath, "in-file1")})
59 … fs.SetGlob(filepath.Join(srcDirPath, "in-file2"), []string{filepath.Join(srcDirPath, "in-file2")})
113 … fs.SetGlob(filepath.Join(srcDirPath, "in-file1"), []string{filepath.Join(srcDirPath, "in-file1")})
147 … fs.SetGlob(filepath.Join(srcDirPath, "in-file1"), []string{filepath.Join(srcDirPath, "in-file1")})
148 … fs.SetGlob(filepath.Join(srcDirPath, "in-file2"), []string{filepath.Join(srcDirPath, "in-file2")})
176 … fs.SetGlob(filepath.Join(srcDirPath, "in-file1"), []string{filepath.Join(srcDirPath, "in-file1")})
267 …fs.SetGlob(filepath.Join(srcDirPath, "**", "*"), []string{filepath.Join(srcDirPath, "directory"),
274 …File{Path: filepath.Join(srcDirPath, "blobs", "directory", "f1"), DirPath: filepath.Join(srcDirPat…
337 fs.SetGlob(filepath.Join(srcDirPath, "file1"), []string{filepath.Join(srcDirPath, "file1")})
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/typescript/
H A Dsubcommands_test.py112 filepath = PathToTestFile( 'test.ts' )
118 'filepath': filepath,
201 filepath = PathToTestFile( 'test.ts' )
207 'filepath': filepath,
290 filepath = PathToTestFile( 'test.ts' )
296 'filepath': filepath,
345 filepath = PathToTestFile( 'test.ts' )
351 'filepath': filepath,
406 'filepath': filepath,
436 'filepath': filepath,
[all …]
H A Ddiagnostics_test.py37 filepath = PathToTestFile( 'test.ts' )
38 contents = ReadFile( filepath )
40 event_data = BuildRequest( filepath = filepath,
46 event_data = BuildRequest( filepath = filepath,
96 filepath = PathToTestFile( 'test.ts' )
97 contents = ReadFile( filepath )
99 event_data = BuildRequest( filepath = filepath,
105 diagnostic_data = BuildRequest( filepath = filepath,
122 contents = ReadFile( filepath )
124 event_data = BuildRequest( filepath = filepath,
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/OpenPeeDeeP/xdg/xdg-1.0.0/
H A Dxdg_test.go53filepath.Clean("/some/path"), filepath.Clean("/some/other/path")}, true, "XDG_DATA_DIRS", "", MDat…
55filepath.Clean("/some/path"), filepath.Clean("/some/other/path")}, true, "XDG_CONFIG_DIRS", "", MC…
58 …", "defaultDataHome", filepath.Clean("/wrong/path"), false, "XDG_DATA_HOME", filepath.Clean("/some…
59filepath.Clean("/wrong/path"), filepath.Clean("/some/other/wrong")}, false, "XDG_DATA_DIRS", strin…
60 …defaultConfigHome", filepath.Clean("/wrong/path"), false, "XDG_CONFIG_HOME", filepath.Clean("/some…
61filepath.Clean("/wrong/path"), filepath.Clean("/some/other/wrong")}, false, "XDG_CONFIG_DIRS", str…
62 … "defaultCacheHome", filepath.Clean("/wrong/path"), false, "XDG_CACHE_HOME", filepath.Clean("/some…
71filepath.Clean("/wrong/path"), filepath.Clean("/some/other/wrong")}, false, "XDG_DATA_DIRS", strin…
73filepath.Clean("/wrong/path"), filepath.Clean("/some/other/wrong")}, false, "XDG_CONFIG_DIRS", str…
203 rootAbs, _ := filepath.Abs(root)
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/clangd/
H A Ddiagnostics_test.py56 'filepath': filepath,
87 'filepath': filepath,
134 'filepath': filepath,
141 filepath = filepath,
170 filepath = filepath,
181 contents = ReadFile( filepath )
206 contents = ReadFile( filepath )
232 contents = ReadFile( filepath )
281 contents = ReadFile( filepath )
363 contents = ReadFile( filepath )
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/clang/
H A Ddiagnostics_test.py47 filepath = 'foo',
75 filepath = 'foo',
102 filepath = '/foo.h',
170 filepath = filepath,
204 filepath = filepath,
234 filepath = filepath,
319 event_data = BuildRequest( filepath = filepath,
397 contents = ReadFile( filepath )
402 filepath = filepath,
433 contents = ReadFile( filepath )
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/path/filepath/
H A Dexample_unix_test.go30 rel, err := filepath.Rel(base, p)
50 dir, file := filepath.Split(p)
109 fmt.Println(filepath.Base(".."))
110 fmt.Println(filepath.Base("."))
111 fmt.Println(filepath.Base("/"))
112 fmt.Println(filepath.Base(""))
135 fmt.Println(filepath.Dir(".."))
136 fmt.Println(filepath.Dir("."))
137 fmt.Println(filepath.Dir("/"))
138 fmt.Println(filepath.Dir(""))
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/path/filepath/
H A Dexample_unix_test.go31 rel, err := filepath.Rel(base, p)
51 dir, file := filepath.Split(p)
110 fmt.Println(filepath.Base(".."))
111 fmt.Println(filepath.Base("."))
112 fmt.Println(filepath.Base("/"))
113 fmt.Println(filepath.Base(""))
136 fmt.Println(filepath.Dir(".."))
137 fmt.Println(filepath.Dir("."))
138 fmt.Println(filepath.Dir("/"))
139 fmt.Println(filepath.Dir(""))
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/path/filepath/
H A Dexample_unix_test.go30 rel, err := filepath.Rel(base, p)
50 dir, file := filepath.Split(p)
109 fmt.Println(filepath.Base(".."))
110 fmt.Println(filepath.Base("."))
111 fmt.Println(filepath.Base("/"))
112 fmt.Println(filepath.Base(""))
135 fmt.Println(filepath.Dir(".."))
136 fmt.Println(filepath.Dir("."))
137 fmt.Println(filepath.Dir("/"))
138 fmt.Println(filepath.Dir(""))
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/path/filepath/
H A Dexample_unix_test.go30 rel, err := filepath.Rel(base, p)
50 dir, file := filepath.Split(p)
109 fmt.Println(filepath.Base(".."))
110 fmt.Println(filepath.Base("."))
111 fmt.Println(filepath.Base("/"))
112 fmt.Println(filepath.Base(""))
135 fmt.Println(filepath.Dir(".."))
136 fmt.Println(filepath.Dir("."))
137 fmt.Println(filepath.Dir("/"))
138 fmt.Println(filepath.Dir(""))
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/path/filepath/
H A Dexample_unix_test.go30 rel, err := filepath.Rel(base, p)
50 dir, file := filepath.Split(p)
109 fmt.Println(filepath.Base(".."))
110 fmt.Println(filepath.Base("."))
111 fmt.Println(filepath.Base("/"))
112 fmt.Println(filepath.Base(""))
135 fmt.Println(filepath.Dir(".."))
136 fmt.Println(filepath.Dir("."))
137 fmt.Println(filepath.Dir("/"))
138 fmt.Println(filepath.Dir(""))
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/path/filepath/
H A Dexample_unix_test.go30 rel, err := filepath.Rel(base, p)
50 dir, file := filepath.Split(p)
105 fmt.Println(filepath.Base(".."))
106 fmt.Println(filepath.Base("."))
107 fmt.Println(filepath.Base("/"))
108 fmt.Println(filepath.Base(""))
131 fmt.Println(filepath.Dir(".."))
132 fmt.Println(filepath.Dir("."))
133 fmt.Println(filepath.Dir("/"))
134 fmt.Println(filepath.Dir(""))
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/path/filepath/
H A Dexample_unix_test.go30 rel, err := filepath.Rel(base, p)
50 dir, file := filepath.Split(p)
105 fmt.Println(filepath.Base(".."))
106 fmt.Println(filepath.Base("."))
107 fmt.Println(filepath.Base("/"))
108 fmt.Println(filepath.Base(""))
131 fmt.Println(filepath.Dir(".."))
132 fmt.Println(filepath.Dir("."))
133 fmt.Println(filepath.Dir("/"))
134 fmt.Println(filepath.Dir(""))
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/path/filepath/
H A Dexample_unix_test.go30 rel, err := filepath.Rel(base, p)
50 dir, file := filepath.Split(p)
105 fmt.Println(filepath.Base(".."))
106 fmt.Println(filepath.Base("."))
107 fmt.Println(filepath.Base("/"))
108 fmt.Println(filepath.Base(""))
131 fmt.Println(filepath.Dir(".."))
132 fmt.Println(filepath.Dir("."))
133 fmt.Println(filepath.Dir("/"))
134 fmt.Println(filepath.Dir(""))
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/python/
H A Dsubcommands_test.py225 command_data = BuildRequest( filepath = filepath,
257 command_data = BuildRequest( filepath = filepath,
278 command_data = BuildRequest( filepath = filepath,
298 command_data = BuildRequest( filepath = filepath,
317 command_data = BuildRequest( filepath = filepath,
338 command_data = BuildRequest( filepath = filepath,
369 command_data = BuildRequest( filepath = filepath,
412 command_data = BuildRequest( filepath = filepath,
437 command_data = BuildRequest( filepath = filepath,
484 command_data = BuildRequest( filepath = filepath,
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/java/
H A Dsubcommands_test.py204 event_data = BuildRequest( filepath = filepath,
233 event_data = BuildRequest( filepath = filepath,
258 event_data = BuildRequest( filepath = filepath,
284 event_data = BuildRequest( filepath = filepath,
313 event_data = BuildRequest( filepath = filepath,
336 event_data = BuildRequest( filepath = filepath,
360 event_data = BuildRequest( filepath = filepath,
383 event_data = BuildRequest( filepath = filepath,
408 event_data = BuildRequest( filepath = filepath,
432 event_data = BuildRequest( filepath = filepath,
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/scripts/gameflow/
H A DTR4.lua16 gameflow_params[GAME_4].levels[01] = { name = "Angkor Wat", filepath = "data/tr4/…
17 gameflow_params[GAME_4].levels[02] = { name = "Race For The Iris", filepath = "data/tr4/…
18 gameflow_params[GAME_4].levels[03] = { name = "The Tomb Of Seth", filepath = "data/tr4/…
19 gameflow_params[GAME_4].levels[04] = { name = "Burial Chambers", filepath = "data/tr4/…
20 gameflow_params[GAME_4].levels[05] = { name = "Valley Of The Kings", filepath = "data/tr4/…
21 gameflow_params[GAME_4].levels[06] = { name = "KV5", filepath = "data/tr4/…
22 gameflow_params[GAME_4].levels[07] = { name = "Temple Of Karnak", filepath = "data/tr4/…
23 gameflow_params[GAME_4].levels[08] = { name = "The Great Hypostyle Hall", filepath = "data/tr4/…
26 gameflow_params[GAME_4].levels[11] = { name = "Tomb Of Semerkhet", filepath = "data/tr4/…
27 gameflow_params[GAME_4].levels[12] = { name = "Guardian Of Semerkhet", filepath = "data/tr4/…
[all …]
H A DTR3.lua49 gameflow_params[GAME_3].fmv[0] = { name = "Logo", filepath = "data/t…
50 gameflow_params[GAME_3].fmv[1] = { name = "Intro", filepath = "data/t…
51 gameflow_params[GAME_3].fmv[4] = { name = "Sailing Beagle", filepath = "data/t…
52 gameflow_params[GAME_3].fmv[5] = { name = "Antarctica Crash", filepath = "data/t…
53 gameflow_params[GAME_3].fmv[6] = { name = "End game", filepath = "data/t…
66 gameflow_params[GAME_3].cutscene[0] = { name = "Cutscene 1", filepath = "data/t…
67 gameflow_params[GAME_3].cutscene[1] = { name = "Cutscene 2", filepath = "data/t…
69 gameflow_params[GAME_3].cutscene[3] = { name = "Cutscene 4", filepath = "data/t…
70 gameflow_params[GAME_3].cutscene[4] = { name = "Cutscene 5", filepath = "data/t…
71 gameflow_params[GAME_3].cutscene[5] = { name = "Cutscene 6", filepath = "data/t…
[all …]
H A DTR2.lua48 gameflow_params[GAME_2].fmv[0] = { name = "Logo", filepath = "data/tr…
49 gameflow_params[GAME_2].fmv[1] = { name = "Ancient War", filepath = "data/tr…
50 gameflow_params[GAME_2].fmv[2] = { name = "Helicopter Lara", filepath = "data/tr…
52 gameflow_params[GAME_2].fmv[4] = { name = "Diving", filepath = "data/tr…
53 gameflow_params[GAME_2].fmv[5] = { name = "Arriving at Tibet", filepath = "data/tr…
54 gameflow_params[GAME_2].fmv[6] = { name = "Chinese chase", filepath = "data/tr…
55 gameflow_params[GAME_2].fmv[7] = { name = "End game", filepath = "data/tr…
68 gameflow_params[GAME_2].cutscene[1] = { name = "Cutscene 1", filepath = "data/t…
69 gameflow_params[GAME_2].cutscene[2] = { name = "Cutscene 2", filepath = "data/t…
70 gameflow_params[GAME_2].cutscene[3] = { name = "Cutscene 3", filepath = "data/t…
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/release/
H A Darchive_writer_test.go36 fs.TempDirDir = filepath.Join("/", "staging-release")
133 Expect(path).To(Equal(filepath.Join("/", "release-archive")))
223 …fs.SetGlob(filepath.Join("/", "staging-release", "LICENSE*"), []string{filepath.Join("/", "staging…
224 …fs.SetGlob(filepath.Join("/", "staging-release", "NOTICE*"), []string{filepath.Join("/", "staging-…
229 Expect(path).To(Equal(filepath.Join("/", "release-archive")))
256 Expect(path).To(Equal(filepath.Join("/", "release-archive")))
281 Expect(path).To(Equal(filepath.Join("/", "release-archive")))
320 Expect(path).To(Equal(filepath.Join("/", "release-archive")))
346 Expect(path).To(Equal(filepath.Join("/", "release-archive")))
385 Expect(path).To(Equal(filepath.Join("/", "release-archive")))
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/release/resource/
H A Dfingerprint_test.go42 NewFile(filepath.Join("/", "tmp", "file2"), filepath.Join("/", "tmp")),
43 NewFile(filepath.Join("/", "tmp", "file1"), filepath.Join("/", "tmp")),
44 NewFile(filepath.Join("/", "tmp", "file3"), filepath.Join("/", "tmp")),
45 NewFile(filepath.Join("/", "tmp", "rel", "file4"), filepath.Join("/", "tmp")),
48 excludeModeFile := NewFile(filepath.Join("/", "tmp", "file5"), filepath.Join("/", "tmp"))
126 files := []File{NewFile(filepath.Join("/", "tmp", "file"), filepath.Join("/", "tmp"))}
146 NewFile(filepath.Join("/", "tmp", "regular"), filepath.Join("/", "tmp")),
147 NewFile(filepath.Join("/", "tmp", "symlink"), filepath.Join("/", "tmp")),
151 fs.Symlink(filepath.Join("/", "tmp", "regular"), filepath.Join("/", "tmp", "symlink"))
181 NewFile(filepath.Join("/", "tmp", "regular"), filepath.Join("/", "tmp")),
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/karrick/godirwalk/
H A Dwalk_test.go18 return filepath.SkipDir
33 return filepath.SkipDir
49 return filepath.SkipDir
116 return filepath.SkipDir
157 filepath.Join(scaffolingRoot, "d0"),
159 filepath.Join(scaffolingRoot, "d0/f1"),
160 filepath.Join(scaffolingRoot, "d0/d1"),
234 switch filepath.Base(osPathname) {
266 switch filepath.Base(osPathname) {
302 filepath.Join(scaffolingRoot, "d0"),
[all …]

12345678910>>...462