Home
last modified time | relevance | path

Searched refs:base_path (Results 1 – 25 of 2738) sorted by relevance

12345678910>>...110

/dports/x11/babl/babl-0.1.88/tools/
H A Dbabl-verify.sh15 base_path=`realpath $0`
16 base_path=`dirname $base_path`/..
17 base_path=`realpath $base_path`
18 echo $base_path
20 make -C $base_path/extensions || exit
22 export BABL_PATH=$base_path/extensions/.libs
30 $base_path/tools/babl-verify "$format" "RGBA float" "x"
37 $base_path/tools/babl-verify "$format" "cairo-ARGB32"
38 $base_path/tools/babl-verify "cairo-ARGB32" "$format"
41 $base_path/tools/babl-verify "$format" "RGBA float"
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/testsuite/server/supernova/
H A Dsc_plugin_loader_test.cpp21 sc_factory.load_plugin(base_path / "BinaryOpUGens.so"); in BOOST_AUTO_TEST_CASE()
22 sc_factory.load_plugin(base_path / "ChaosUGens.so"); in BOOST_AUTO_TEST_CASE()
23 sc_factory.load_plugin(base_path / "DelayUGens.so"); in BOOST_AUTO_TEST_CASE()
24 sc_factory.load_plugin(base_path / "DemandUGens.so"); in BOOST_AUTO_TEST_CASE()
27 sc_factory.load_plugin(base_path / "FFT_UGens.so"); in BOOST_AUTO_TEST_CASE()
30 sc_factory.load_plugin(base_path / "GrainUGens.so"); in BOOST_AUTO_TEST_CASE()
31 sc_factory.load_plugin(base_path / "IOUGens.so"); in BOOST_AUTO_TEST_CASE()
33 sc_factory.load_plugin(base_path / "LFUGens.so"); in BOOST_AUTO_TEST_CASE()
34 sc_factory.load_plugin(base_path / "ML_UGens.so"); in BOOST_AUTO_TEST_CASE()
38 sc_factory.load_plugin(base_path / "OscUGens.so"); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/scripts/
H A Dloadscript.lua13 dofile(base_path .. "scripts/strings/getstring.lua");
14 dofile(base_path .. "scripts/system/sys_scripts.lua");
15 dofile(base_path .. "scripts/system/debug.lua");
16 dofile(base_path .. "scripts/gameflow/gameflow.lua");
20 dofile(base_path .. "scripts/character/hair.lua");
21 dofile(base_path .. "scripts/character/ragdoll.lua");
24 dofile(base_path .. "scripts/audio/soundtrack.lua");
27 dofile(base_path .. "scripts/character/character.lua")
28 dofile(base_path .. "scripts/inventory/item_list.lua")
30 dofile(base_path .. "scripts/inventory/items.lua")
[all …]
/dports/security/theonionbox/theonionbox-4.3.1/theonionbox/css/
H A Dlatolatinfonts.css6 base_path = get('virtual_basepath', '') + '/' selector
11 src: url('{{base_path}}{{session_id}}/fonts/LatoLatin-Black.eot'); /* IE9 Compat Modes */
15 url('{{base_path}}{{session_id}}/fonts/LatoLatin-Black.ttf') format('truetype');
27 url('{{base_path}}{{session_id}}/fonts/LatoLatin-BlackItalic.ttf') format('truetype');
35 src: url('{{base_path}}{{session_id}}/fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
39 url('{{base_path}}{{session_id}}/fonts/LatoLatin-Bold.ttf') format('truetype');
63 url('{{base_path}}{{session_id}}/fonts/LatoLatin-Hairline.ttf') format('truetype');
87 url('{{base_path}}{{session_id}}/fonts/LatoLatin-Heavy.ttf') format('truetype');
111 url('{{base_path}}{{session_id}}/fonts/LatoLatin-Italic.ttf') format('truetype');
123 url('{{base_path}}{{session_id}}/fonts/LatoLatin-Light.ttf') format('truetype');
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/python/
H A Dpythoninterpreter.cpp98 base_path = base_path.parent_path(); in compute_site_packages_path()
101 while (base_path.filename() != "bin") in compute_site_packages_path()
102 base_path = base_path.parent_path(); in compute_site_packages_path()
105 base_path = base_path.parent_path(); in compute_site_packages_path()
120 base_path = base_path.parent_path(); in compute_appleseed_python_module_path()
123 while (base_path.filename() != "bin") in compute_appleseed_python_module_path()
126 base_path = base_path.parent_path(); in compute_appleseed_python_module_path()
131 base_path = base_path.parent_path(); in compute_appleseed_python_module_path()
145 base_path = base_path.parent_path(); in compute_bundled_plugins_path()
149 base_path = base_path.parent_path(); in compute_bundled_plugins_path()
[all …]
/dports/devel/R-cran-roxygen2/roxygen2/R/
H A Droxygenize.R34 is_first <- roxygen_setup(base_path)
41 roxy_meta_load(base_path)
51 update_collate(base_path)
62 env <- load_code(base_path)
70 purrr::walk(roclets, roclet_clean, base_path = base_path)
75 base_path = base_path
83 base_path = base_path
89 base_path = base_path,
99 roxygen_setup <- function(base_path) { argument
100 is_first <- first_time(base_path)
[all …]
H A Drd.R42 rd <- block_to_rd(block, base_path, env)
56 man <- normalizePath(file.path(base_path, "man"))
82 roclet_clean.roclet_rd <- function(x, base_path) { argument
102 block_to_rd <- function(block, base_path, env) { argument
116 block <- process_templates(block, base_path)
131 rd$add(roxy_tag_rd(tag, env = env, base_path = base_path))
154 block <- process_templates(block, base_path)
169 rd$add(roxy_tag_rd(block_get_tag(block, "name"), env = env, base_path = base_path))
170 rd$add(roxy_tag_rd(block_get_tag(block, "title"), env = env, base_path = base_path))
216 roxy_tag_rd <- function(x, base_path, env) { argument
[all …]
/dports/games/retroarch/RetroArch-1.9.7/frontend/drivers/
H A Dplatform_dos.c52 char base_path[PATH_MAX] = {0}; in frontend_dos_get_env_settings() local
57 strlcpy(base_path, argv[0], sizeof(base_path)); in frontend_dos_get_env_settings()
58 char *slash = strrchr(base_path, '/'); in frontend_dos_get_env_settings()
61 slash = strrchr(base_path, '/'); in frontend_dos_get_env_settings()
65 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CORE], base_path, in frontend_dos_get_env_settings()
72 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_ASSETS], base_path, in frontend_dos_get_env_settings()
86 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CURSOR], base_path, in frontend_dos_get_env_settings()
90 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SHADER], base_path, in frontend_dos_get_env_settings()
92 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CHEATS], base_path, in frontend_dos_get_env_settings()
94 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_OVERLAY], base_path, in frontend_dos_get_env_settings()
[all …]
H A Dplatform_emscripten.c79 char base_path[PATH_MAX] = {0}; in frontend_emscripten_get_env() local
85 snprintf(base_path, sizeof(base_path), in frontend_emscripten_get_env()
92 snprintf(base_path, sizeof(base_path), "retroarch"); in frontend_emscripten_get_env()
96 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CORE], base_path, in frontend_emscripten_get_env()
100 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_ASSETS], base_path, in frontend_emscripten_get_env()
102 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_AUTOCONFIG], base_path, in frontend_emscripten_get_env()
104 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CURSOR], base_path, in frontend_emscripten_get_env()
106 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_DATABASE], base_path, in frontend_emscripten_get_env()
108 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CORE_INFO], base_path, in frontend_emscripten_get_env()
110 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_OVERLAY], base_path, in frontend_emscripten_get_env()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/projects/hashed_storage/
H A Dmigrate_attachments_service_spec.rb22 expect(File.exist?(base_path(legacy_storage))).to be_truthy
23 expect(File.exist?(base_path(hashed_storage))).to be_falsey
24 …expect(FileUtils).to receive(:mv).with(base_path(legacy_storage), base_path(hashed_storage)).and_c…
28 expect(File.exist?(base_path(hashed_storage))).to be_truthy
29 expect(File.exist?(base_path(legacy_storage))).to be_falsey
47 FileUtils.rm_rf(base_path(legacy_storage))
51 … expect(FileUtils).not_to receive(:mv).with(base_path(legacy_storage), base_path(hashed_storage))
55 expect(File.exist?(base_path(hashed_storage))).to be_falsey
72 FileUtils.mkdir_p(base_path(hashed_storage))
92 … expect(FileUtils).not_to receive(:mv).with(base_path(legacy_storage), base_path(hashed_storage))
[all …]
H A Drollback_attachments_service_spec.rb22 expect(File.exist?(base_path(hashed_storage))).to be_truthy
23 expect(File.exist?(base_path(legacy_storage))).to be_falsey
24 …expect(FileUtils).to receive(:mv).with(base_path(hashed_storage), base_path(legacy_storage)).and_c…
28 expect(File.exist?(base_path(legacy_storage))).to be_truthy
29 expect(File.exist?(base_path(hashed_storage))).to be_falsey
47 FileUtils.rm_rf(base_path(hashed_storage))
51 … expect(FileUtils).not_to receive(:mv).with(base_path(hashed_storage), base_path(legacy_storage))
55 expect(File.exist?(base_path(legacy_storage))).to be_falsey
72 FileUtils.mkdir_p(base_path(legacy_storage))
76 … expect(FileUtils).not_to receive(:mv).with(base_path(legacy_storage), base_path(hashed_storage))
[all …]
/dports/devel/ros-catkin_pkg/catkin_pkg-0.4.14/src/catkin_pkg/cli/
H A Dprepare_release.py35 def has_changes(base_path, path, vcs_type): argument
81 def get_git_branch(base_path): argument
90 def get_git_remote(base_path): argument
91 branch = get_git_branch(base_path)
103 def try_repo_push(base_path, vcs_type): argument
108 cmd.extend(['-n'] + [get_git_remote(base_path), get_git_branch(base_path)])
186 cmd.extend([get_git_remote(base_path), get_git_branch(base_path)])
246 base_path = '.'
251 vcs_type = get_repository_type(base_path)
258 packages = find_packages(base_path)
[all …]
/dports/devel/bats-core/bats-core-1.5.0/lib/bats-core/
H A Dformatter.bash103 base_path="$1"
105 if [[ "$path" == "$base_path"* ]]; then
116 local base_path="$2"
118 if [[ ! -d "$base_path" ]]; then
119 base_path="$(dirname "$base_path")"
122 base_path="$(cd "$base_path" && pwd)"
124 if [[ "${base_path}" != *"/" ]]; then
125 base_path="$base_path/"
127 printf -v "$1" "%s" "$base_path"
/dports/devel/bpython/bpython-0.22.1/bpython/test/
H A Dtest_importcompletion.py133 base_path = Path(import_test_folder)
135 (base_path / "Left").mkdir(parents=True)
136 (base_path / "Right").mkdir(parents=True)
138 current_path = base_path / "Level0"
151 current_path = base_path / "Right"
155 base_path / "Left", target_is_directory=True
158 current_path = base_path / "Left"
162 base_path / "Right", target_is_directory=True
205 base_path = Path(import_test_folder)
207 (base_path / "xyzzy" / "__init__.py").touch()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Exceptions/
H A DFilePermissionsException.php88 $install_dir = base_path();
91 base_path('bootstrap/cache'),
92 base_path('storage'),
93 Config::get('log_dir', base_path('logs')),
94 Config::get('rrd_dir', base_path('rrd')),
99 base_path('bootstrap/cache'),
100 base_path('storage/framework/sessions'),
101 base_path('storage/framework/views'),
102 base_path('storage/framework/cache'),
103 Config::get('log_dir', base_path('logs')),
[all …]
/dports/net/krill/krill-0.9.4/src/commons/util/
H A Dfile.rs54 let mut path = base_path.to_path_buf(); in file_path()
88 let mut full_path = base_path.to_path_buf(); in save_in_dir()
96 let path = path_with_rsync(base_path, uri); in save_with_rsync_uri()
111 let path = path_with_rsync(base_path, uri); in read_with_rsync_uri()
116 delete_file(&path_with_rsync(base_path, uri)) in delete_with_rsync_uri()
120 let mut full_path = base_path.to_path_buf(); in delete_in_dir()
160 let mut path = base_path.to_path_buf(); in path_with_rsync()
172 crawl_disk(base_path, base_path, Some(rsync_base)) in crawl_incl_rsync_base()
180 crawl_disk(base_path, base_path, None) in crawl_derive_rsync_uri()
226 } else if base_path.is_file() { in backup_dir()
[all …]
/dports/games/hex-a-hop/hex-a-hop-1.1.0/src/
H A Dgfx.cpp161 String base_path; variable
178 String base_path; in GetBasePath() local
184 base_path += exedir; in GetBasePath()
185 base_path += "/data/"; in GetBasePath()
189 base_path = "./data/"; in GetBasePath()
190 return base_path; in GetBasePath()
197 if (base_path[i]=='/' || base_path[i]=='\\') in GetBasePath()
210 char last = base_path[strlen(base_path)-1]; in GetBasePath()
216 base_path = ""; in GetBasePath()
226 return base_path; in GetBasePath()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/wptserve/wptserve/
H A Dhandlers.py30 if base_path is None:
31 base_path = request.doc_root
41 new_path = os.path.join(base_path, path)
44 if not new_path.startswith(base_path):
51 self.base_path = base_path
78 def list_items(self, base_path, path): argument
79 assert base_path.endswith("/")
87 if base_path != "/":
104 self.base_path = base_path
218 self.base_path = base_path
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/libiserv/src/Remote/
H A DSlave.hs51 base_path <- peekCString s
52 trace $ "DocRoot: " ++ base_path
60 startSlave' verbose base_path port = do
111 hook verbose base_path pipe m = case m of
114 createDirectoryIfMissing True (base_path <//> p)
118 handleLoad pipe path (base_path <//> path)
119 return $ Msg (LoadObj (base_path <//> path))
121 handleLoad pipe path (base_path <//> path)
122 return $ Msg (LoadArchive (base_path <//> path))
133 handleLoad pipe path (base_path <//> path)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qmake/
H A Dtst_qmake.cpp98 QString base_path; member in tst_qmake
115 base_path = dir.currentPath(); in tst_qmake()
143 QString workDir = base_path + "/testdata/simple_app"; in simple_app()
157 QString workDir = base_path + "/testdata/simple_app"; in simple_app_shadowbuild()
172 QString workDir = base_path + "/testdata/simple_app"; in simple_app_shadowbuild2()
219 QString workDir = base_path + "/testdata/subdirs"; in subdirs()
253 QString workDir = base_path + "/testdata/functions"; in functions()
259 QString workDir = base_path + "/testdata/operators"; in operators()
283 QString workDir = base_path + "/testdata/comments"; in comments()
402 QString workDir = base_path + "/testdata/findMocs"; in findMocs()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/build/
H A Dupload.py48 def GetBaseRelativePath(path, local_file, base_path): argument
53 if base_path is None or not local_file.startswith(base_path):
58 dir = dir[len(base_path) + 1 :].replace("\\", "/")
62 def CopyFilesLocally(path, files, verbose=False, base_path=None): argument
67 if base_path is not None:
68 base_path = os.path.abspath(base_path)
74 target_path = GetBaseRelativePath(path, file, base_path)
103 CopyFilesLocally(path, args, base_path=options.base_path, verbose=True)
/dports/lang/spidermonkey78/firefox-78.9.0/build/
H A Dupload.py48 def GetBaseRelativePath(path, local_file, base_path): argument
53 if base_path is None or not local_file.startswith(base_path):
58 dir = dir[len(base_path) + 1:].replace('\\', '/')
62 def CopyFilesLocally(path, files, verbose=False, base_path=None): argument
67 if base_path is not None:
68 base_path = os.path.abspath(base_path)
74 target_path = GetBaseRelativePath(path, file, base_path)
100 CopyFilesLocally(path, args, base_path=options.base_path,
/dports/www/firefox/firefox-99.0/build/
H A Dupload.py48 def GetBaseRelativePath(path, local_file, base_path): argument
53 if base_path is None or not local_file.startswith(base_path):
58 dir = dir[len(base_path) + 1 :].replace("\\", "/")
62 def CopyFilesLocally(path, files, verbose=False, base_path=None): argument
67 if base_path is not None:
68 base_path = os.path.abspath(base_path)
74 target_path = GetBaseRelativePath(path, file, base_path)
103 CopyFilesLocally(path, args, base_path=options.base_path, verbose=True)
/dports/mail/thunderbird/thunderbird-91.8.0/build/
H A Dupload.py48 def GetBaseRelativePath(path, local_file, base_path): argument
53 if base_path is None or not local_file.startswith(base_path):
58 dir = dir[len(base_path) + 1 :].replace("\\", "/")
62 def CopyFilesLocally(path, files, verbose=False, base_path=None): argument
67 if base_path is not None:
68 base_path = os.path.abspath(base_path)
74 target_path = GetBaseRelativePath(path, file, base_path)
103 CopyFilesLocally(path, args, base_path=options.base_path, verbose=True)
/dports/lang/spidermonkey60/firefox-60.9.0/build/
H A Dupload.py48 def GetBaseRelativePath(path, local_file, base_path): argument
53 if base_path is None or not local_file.startswith(base_path):
58 dir = dir[len(base_path) + 1:].replace('\\', '/')
62 def CopyFilesLocally(path, files, verbose=False, base_path=None): argument
67 if base_path is not None:
68 base_path = os.path.abspath(base_path)
74 target_path = GetBaseRelativePath(path, file, base_path)
100 CopyFilesLocally(path, args, base_path=options.base_path,

12345678910>>...110