Home
last modified time | relevance | path

Searched refs:filepath (Results 26 – 50 of 18587) sorted by relevance

12345678910>>...744

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/imports/
H A Dpath_filepath.go15 "Abs": ValueOf(filepath.Abs),
16 "Base": ValueOf(filepath.Base),
17 "Clean": ValueOf(filepath.Clean),
18 "Dir": ValueOf(filepath.Dir),
21 "Ext": ValueOf(filepath.Ext),
23 "Glob": ValueOf(filepath.Glob),
25 "IsAbs": ValueOf(filepath.IsAbs),
26 "Join": ValueOf(filepath.Join),
28 "Match": ValueOf(filepath.Match),
29 "Rel": ValueOf(filepath.Rel),
[all …]
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_web_sendfile.py19 filepath = mock.Mock()
20 filepath.name = "logo.png"
40 filepath = mock.Mock()
41 filepath.name = "logo.png"
52 assert filepath.open.called
63 filepath = mock.Mock()
64 filepath.name = "logo.png"
88 filepath = mock.Mock()
89 filepath.name = "logo.png"
107 filepath = mock.Mock()
[all …]
/dports/games/adonthell/adonthell-0.3.8/src/
H A Dgamedata.cc122 string filepath; in load_characters() local
128 in.open (filepath); in load_characters()
168 string filepath; in load_quests() local
174 in.open (filepath); in load_quests()
207 string filepath; in load_mapengine() local
212 in.open (filepath); in load_mapengine()
240 string filepath; in load_audio() local
245 in.open (filepath); in load_audio()
273 string filepath; in load_achievements() local
278 in.open (filepath); in load_achievements()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/scripts/gameflow/
H A DTR1.lua17 gameflow_params[GAME_1].levels[0] = { name = "Lara's Home", filepath = "data/tr1/data/…
40 gameflow_params[GAME_1].fmv[0] = { name = "Core", filepath = "data/tr1/fmv/CORE.RPL" }; -- engi…
41 gameflow_params[GAME_1].fmv[1] = { name = "Core", filepath = "data/tr1/fmv/MANSION.RPL" }; -- home
42 gameflow_params[GAME_1].fmv[2] = { name = "Core", filepath = "data/tr1/fmv/CAFE.RPL" }; -- star…
43 gameflow_params[GAME_1].fmv[3] = { name = "Core", filepath = "data/tr1/fmv/SNOW.RPL" }; -- star…
44 gameflow_params[GAME_1].fmv[4] = { name = "Core", filepath = "data/tr1/fmv/LIFT.RPL" }; -- star…
45 gameflow_params[GAME_1].fmv[5] = { name = "Core", filepath = "data/tr1/fmv/VISION.RPL" }; -- star…
46 gameflow_params[GAME_1].fmv[6] = { name = "Core", filepath = "data/tr1/fmv/PRISON.RPL" }; -- end …
47 gameflow_params[GAME_1].fmv[7] = { name = "Core", filepath = "data/tr1/fmv/CANYON.RPL" }; -- star…
48 gameflow_params[GAME_1].fmv[8] = { name = "Core", filepath = "data/tr1/fmv/PYRAMID.RPL" } -- star…
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/docs/content/functions/
H A Dfilepath.md2 title: filepath functions
16 ## `filepath.Base`
25 filepath.Base path
28 path | filepath.Base
44 ## `filepath.Clean`
53 filepath.Clean path
72 ## `filepath.Dir`
81 filepath.Dir path
100 ## `filepath.Ext`
109 filepath.Ext path
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/java/
H A Ddiagnostics_test.py260 filepath = filepath,
299 filepath = filepath,
451 filepath = filepath,
511 filepath = filepath,
529 filepath = filepath,
565 filepath = filepath,
594 filepath = filepath,
602 filepath = filepath,
637 filepath = filepath,
654 filepath = filepath,
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/
H A Dmain.go13 samplesDir = filepath.Join(".linguist", "samples")
14 libDir = filepath.Join(".linguist", "lib", "linguist")
18 languagesYAML = filepath.Join(libDir, "languages.yml")
27 contentFile = filepath.Join("data", "content.go")
32 vendorYAML = filepath.Join(libDir, "vendor.yml")
33 vendorFile = filepath.Join("data", "vendor.go")
44 typeFile = filepath.Join("data", "type.go")
59 aliasesFile = filepath.Join("data", "alias.go")
69 commitFile = filepath.Join("data", "commit.go")
79 colorsFile = filepath.Join("data", "colors.go")
[all …]
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/File/
H A DUrlRewritingTest.php31 $url = file_create_url($filepath);
33 $filepath = 'core/misc/favicon.ico';
34 $url = file_create_url($filepath);
40 $url = file_create_url($filepath);
42 $filepath = 'core/misc/favicon.ico';
43 $url = file_create_url($filepath);
49 $url = file_create_url($filepath);
51 $filepath = 'core/misc/favicon.ico';
52 $url = file_create_url($filepath);
57 $filepath = 'core/misc/favicon.ico';
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/File/
H A DUrlRewritingTest.php31 $url = file_create_url($filepath);
33 $filepath = 'core/misc/favicon.ico';
34 $url = file_create_url($filepath);
40 $url = file_create_url($filepath);
42 $filepath = 'core/misc/favicon.ico';
43 $url = file_create_url($filepath);
49 $url = file_create_url($filepath);
51 $filepath = 'core/misc/favicon.ico';
52 $url = file_create_url($filepath);
57 $filepath = 'core/misc/favicon.ico';
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/btcsuite/btcutil/
H A Dappdata_test.go38 winLocal = filepath.Join(localAppData, appNameUpper)
39 winRoaming = filepath.Join(roamingAppData, appNameUpper)
52 macAppData := filepath.Join(homeDir, "Library", "Application Support")
70 {"linux", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
71 {"linux", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
74 {"darwin", appNameLower, false, filepath.Join(macAppData, appNameUpper)},
75 {"darwin", appNameUpper, false, filepath.Join(macAppData, appNameUpper)},
86 {"netbsd", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
87 {"netbsd", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
90 {"plan9", appNameLower, false, filepath.Join(homeDir, appNameLower)},
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dappdata_test.go38 winLocal = filepath.Join(localAppData, appNameUpper)
39 winRoaming = filepath.Join(roamingAppData, appNameUpper)
52 macAppData := filepath.Join(homeDir, "Library", "Application Support")
70 {"linux", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
71 {"linux", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
74 {"darwin", appNameLower, false, filepath.Join(macAppData, appNameUpper)},
75 {"darwin", appNameUpper, false, filepath.Join(macAppData, appNameUpper)},
86 {"netbsd", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
87 {"netbsd", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
90 {"plan9", appNameLower, false, filepath.Join(homeDir, appNameLower)},
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/btcsuite/btcutil/
H A Dappdata_test.go38 winLocal = filepath.Join(localAppData, appNameUpper)
39 winRoaming = filepath.Join(roamingAppData, appNameUpper)
52 macAppData := filepath.Join(homeDir, "Library", "Application Support")
70 {"linux", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
71 {"linux", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
74 {"darwin", appNameLower, false, filepath.Join(macAppData, appNameUpper)},
75 {"darwin", appNameUpper, false, filepath.Join(macAppData, appNameUpper)},
86 {"netbsd", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
87 {"netbsd", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
90 {"plan9", appNameLower, false, filepath.Join(homeDir, appNameLower)},
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dappdata_test.go38 winLocal = filepath.Join(localAppData, appNameUpper)
39 winRoaming = filepath.Join(roamingAppData, appNameUpper)
52 macAppData := filepath.Join(homeDir, "Library", "Application Support")
70 {"linux", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
71 {"linux", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
74 {"darwin", appNameLower, false, filepath.Join(macAppData, appNameUpper)},
75 {"darwin", appNameUpper, false, filepath.Join(macAppData, appNameUpper)},
86 {"netbsd", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
87 {"netbsd", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
90 {"plan9", appNameLower, false, filepath.Join(homeDir, appNameLower)},
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dappdata_test.go38 winLocal = filepath.Join(localAppData, appNameUpper)
39 winRoaming = filepath.Join(roamingAppData, appNameUpper)
52 macAppData := filepath.Join(homeDir, "Library", "Application Support")
70 {"linux", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
71 {"linux", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
74 {"darwin", appNameLower, false, filepath.Join(macAppData, appNameUpper)},
75 {"darwin", appNameUpper, false, filepath.Join(macAppData, appNameUpper)},
86 {"netbsd", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
87 {"netbsd", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
90 {"plan9", appNameLower, false, filepath.Join(homeDir, appNameLower)},
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dappdata_test.go38 winLocal = filepath.Join(localAppData, appNameUpper)
39 winRoaming = filepath.Join(roamingAppData, appNameUpper)
52 macAppData := filepath.Join(homeDir, "Library", "Application Support")
70 {"linux", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
71 {"linux", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
74 {"darwin", appNameLower, false, filepath.Join(macAppData, appNameUpper)},
75 {"darwin", appNameUpper, false, filepath.Join(macAppData, appNameUpper)},
86 {"netbsd", appNameLower, false, filepath.Join(homeDir, "."+appNameLower)},
87 {"netbsd", appNameUpper, false, filepath.Join(homeDir, "."+appNameLower)},
90 {"plan9", appNameLower, false, filepath.Join(homeDir, appNameLower)},
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dsignals.c647 char filepath[PATH_MAX]; in signal_handler() local
658 filepath[0] = '\0'; in signal_handler()
694 log_err(filepath); in signal_handler()
704 filepath[0] = '\0'; in signal_handler()
724 log_err(filepath); in signal_handler()
874 filepath[0] = '\0'; in signal_handler()
902 log_err(filepath); in signal_handler()
1003 filepath[0] = '\0'; in signal_handler()
1027 log_err(filepath); in signal_handler()
1030 filepath[0] = '\0'; in signal_handler()
[all …]
/dports/devel/yaegi/yaegi-0.9.23/stdlib/
H A Dgo1_16_path_filepath.go17 "Abs": reflect.ValueOf(filepath.Abs),
18 "Base": reflect.ValueOf(filepath.Base),
19 "Clean": reflect.ValueOf(filepath.Clean),
20 "Dir": reflect.ValueOf(filepath.Dir),
23 "Ext": reflect.ValueOf(filepath.Ext),
25 "Glob": reflect.ValueOf(filepath.Glob),
27 "IsAbs": reflect.ValueOf(filepath.IsAbs),
28 "Join": reflect.ValueOf(filepath.Join),
30 "Match": reflect.ValueOf(filepath.Match),
31 "Rel": reflect.ValueOf(filepath.Rel),
[all …]
H A Dgo1_17_path_filepath.go18 "Abs": reflect.ValueOf(filepath.Abs),
19 "Base": reflect.ValueOf(filepath.Base),
20 "Clean": reflect.ValueOf(filepath.Clean),
21 "Dir": reflect.ValueOf(filepath.Dir),
24 "Ext": reflect.ValueOf(filepath.Ext),
26 "Glob": reflect.ValueOf(filepath.Glob),
28 "IsAbs": reflect.ValueOf(filepath.IsAbs),
29 "Join": reflect.ValueOf(filepath.Join),
31 "Match": reflect.ValueOf(filepath.Match),
32 "Rel": reflect.ValueOf(filepath.Rel),
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/stdlib/
H A Dgo1_16_path_filepath.go17 "Abs": reflect.ValueOf(filepath.Abs),
18 "Base": reflect.ValueOf(filepath.Base),
19 "Clean": reflect.ValueOf(filepath.Clean),
20 "Dir": reflect.ValueOf(filepath.Dir),
23 "Ext": reflect.ValueOf(filepath.Ext),
25 "Glob": reflect.ValueOf(filepath.Glob),
27 "IsAbs": reflect.ValueOf(filepath.IsAbs),
28 "Join": reflect.ValueOf(filepath.Join),
30 "Match": reflect.ValueOf(filepath.Match),
31 "Rel": reflect.ValueOf(filepath.Rel),
[all …]
H A Dgo1_17_path_filepath.go18 "Abs": reflect.ValueOf(filepath.Abs),
19 "Base": reflect.ValueOf(filepath.Base),
20 "Clean": reflect.ValueOf(filepath.Clean),
21 "Dir": reflect.ValueOf(filepath.Dir),
24 "Ext": reflect.ValueOf(filepath.Ext),
26 "Glob": reflect.ValueOf(filepath.Glob),
28 "IsAbs": reflect.ValueOf(filepath.IsAbs),
29 "Join": reflect.ValueOf(filepath.Join),
31 "Match": reflect.ValueOf(filepath.Match),
32 "Rel": reflect.ValueOf(filepath.Rel),
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/cs/
H A Dget_completions_test.py35 contents = ReadFile( filepath )
37 completion_data = BuildRequest( filepath = filepath,
59 contents = ReadFile( filepath )
61 completion_data = BuildRequest( filepath = filepath,
88 contents = ReadFile( filepath )
90 completion_data = BuildRequest( filepath = filepath,
116 for filepath in filepaths:
120 completion_data = BuildRequest( filepath = filepath,
151 completion_data = BuildRequest( filepath = filepath,
179 contents = ReadFile( filepath )
[all …]
/dports/security/py-securesystemslib/securesystemslib-124bb05d/securesystemslib/
H A Dinterface.py181 if not filepath:
225 file_object.move(filepath + '.pub')
232 file_object.move(filepath)
234 return filepath
450 if not filepath:
502 file_object.move(filepath + '.pub')
520 file_object.move(filepath)
522 return filepath
707 if not filepath:
765 file_object.move(filepath)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcpdf_filespec.cpp54 if (filepath.GetLength() <= 1) in DecodeFileName()
63 if (filepath.GetAt(0) != '/') in DecodeFileName()
65 if (filepath.GetAt(1) == '/') in DecodeFileName()
67 if (filepath.GetAt(2) == '/') { in DecodeFileName()
69 result += filepath.GetAt(1); in DecodeFileName()
79 return CFX_WideString(filepath); in DecodeFileName()
121 if (filepath.GetLength() <= 1) in EncodeFileName()
125 if (filepath.GetAt(1) == ':') { in EncodeFileName()
128 result += filepath.GetAt(0); in EncodeFileName()
129 if (filepath.GetAt(2) != '\\') in EncodeFileName()
[all …]
/dports/www/moodle310/moodle/repository/
H A Ddraftfiles_ajax.php42 $filepath = optional_param('filepath', '/', PARAM_PATH); variable
72 $filepath = required_param('filepath', PARAM_PATH); variable
78 $return->filepath = $filepath;
87 'filepath' => $filepath
93 $response->filepath = array_keys($return)[0];
113 $filepath = file_correct_filepath($filepath); variable
164 $filepath = array_pop($filepath); variable
169 $return->filepath = $parent_path;
182 'filepath' => $filepath
194 'filepath' => $filepath
[all …]
/dports/www/moodle311/moodle/repository/
H A Ddraftfiles_ajax.php42 $filepath = optional_param('filepath', '/', PARAM_PATH); variable
72 $filepath = required_param('filepath', PARAM_PATH); variable
78 $return->filepath = $filepath;
87 'filepath' => $filepath
93 $response->filepath = array_keys($return)[0];
113 $filepath = file_correct_filepath($filepath); variable
164 $filepath = array_pop($filepath); variable
169 $return->filepath = $parent_path;
182 'filepath' => $filepath
194 'filepath' => $filepath
[all …]

12345678910>>...744