Home
last modified time | relevance | path

Searched refs:scripts_path (Results 1 – 25 of 77) sorted by relevance

1234

/dports/math/yacas/yacas-1.9.1/cyacas/yacas-kernel/src/
H A Dmain.cpp49 std::string scripts_path = in main() local
55 scripts_path = argv[2]; in main()
57 if (scripts_path.back() != '/') in main()
58 scripts_path.push_back('/'); in main()
60 YacasKernel kernel(scripts_path, config); in main()
/dports/games/gnurobots/gnurobots-1.2.0/src/
H A Dmain.c68 gchar maps_path[MAX_PATH], scripts_path[MAX_PATH]; in main() local
214 g_strlcpy(scripts_path, main_argv[2], MAX_PATH); in main()
216 if (!is_file_readable(scripts_path)) in main()
218 g_strlcpy(scripts_path, SCRIPTS_PATH, MAX_PATH); in main()
219 g_strlcat(scripts_path, "/", MAX_PATH); in main()
220 g_strlcat(scripts_path, main_argv[2], MAX_PATH); in main()
222 if (!is_file_readable(scripts_path)) in main()
228 g_strlcpy(scripts_path, env, MAX_PATH); in main()
229 g_strlcat(scripts_path, "/", MAX_PATH); in main()
232 if (!is_file_readable(scripts_path)) in main()
[all …]
/dports/shells/klish/klish-2.1.4/plugins/lua/
H A Dlua_init.c9 char *scripts_path = NULL; variable
73 if (scripts_path && !load_scripts(L, scripts_path)) { in clish_plugin_init_lua()
74 lub_string_free(scripts_path); in clish_plugin_init_lua()
77 lub_string_free(scripts_path); in clish_plugin_init_lua()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/talos/talos/mitmproxy/
H A Dmitmproxy.py51 scripts_path, argument
54 if scripts_path is not False:
55 sys.path.insert(1, scripts_path)
56 sys.path.insert(1, os.path.join(scripts_path, 'mozharness'))
92 def install_mitmproxy_cert(mitmproxy_proc, browser_path, scripts_path): argument
102 configure_mitmproxy(browser_install, scripts_path)
/dports/devel/wxformbuilder/source/build/premake/4.3/src/host/
H A Dpremake.c23 static const char* scripts_path = NULL; variable
185 scripts_path = value; in process_option()
206 lua_pushstring(L, scripts_path); in load_builtin_scripts()
220 scripts_path = lua_tostring(L, -1); in load_builtin_scripts()
221 filename = lua_pushfstring(L, "%s/_premake_main.lua", scripts_path); in load_builtin_scripts()
230 lua_pushstring(L, scripts_path); in load_builtin_scripts()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake4/src/host/
H A Dpremake.c23 static const char* scripts_path = NULL; variable
186 scripts_path = value; in process_option()
207 lua_pushstring(L, scripts_path); in load_builtin_scripts()
221 scripts_path = lua_tostring(L, -1); in load_builtin_scripts()
222 filename = lua_pushfstring(L, "%s/_premake_main.lua", scripts_path); in load_builtin_scripts()
231 lua_pushstring(L, scripts_path); in load_builtin_scripts()
/dports/comms/qico/qico-15673bf/stuff/
H A Dstat.run29 scripts_path="/fido/scripts"
42 $scripts_path/qhistory<$logfile | /usr/bin/inews -S -f "$robotname" -t "$A" -n "$area"
43 $scripts_path/qlinks<$logfile | /usr/bin/inews -S -f "$robotname" -t "$B" -n "$area"
/dports/games/stratagus/stratagus-3.2.0/gameheaders/
H A Dstratagus-game-launcher.h397 char* sourcepath = _strdup(scripts_path);
403 strncpy(sourcepath, scripts_path + 1, strlen(scripts_path) - 2);
404 sourcepath[strlen(scripts_path) - 2] = '\0';
407 char* sourcepath = strdup(scripts_path);
551 char scripts_path[BUFF_SIZE]; in main() local
614 sprintf(scripts_path, "\"%s\"", data_path); in main()
661 strcpy(scripts_path, SCRIPTS_PATH); in main()
677 ExtractData(extractor_path, extractor_args, data_path, scripts_path, 1); in main()
683 ExtractData(extractor_path, extractor_args, data_path, scripts_path, 1); in main()
733 ExtractData(extractor_path, extractor_args, data_path, scripts_path); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/test/
H A Drun_lint_check_css.py11 scripts_path = path.dirname(path.dirname(path.abspath(__file__))) variable
12 sys.path.append(scripts_path)
15 ROOT_DIRECTORY = path.dirname(scripts_path)
H A Drun_lint_check_js.py11 scripts_path = path.dirname(path.dirname(path.abspath(__file__))) variable
12 sys.path.append(scripts_path)
H A Drun_lint_check.py14 scripts_path = path.dirname(path.dirname(path.abspath(__file__))) variable
15 sys.path.append(scripts_path)
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/host/
H A Dpremake.c33 static const char* scripts_path = NULL; variable
287 scripts_path = value; in process_option()
308 lua_pushstring(L, scripts_path); in load_builtin_scripts()
322 scripts_path = lua_tostring(L, -1); in load_builtin_scripts()
323 filename = lua_pushfstring(L, "%s/_premake_main.lua", scripts_path); in load_builtin_scripts()
336 lua_pushstring(L, scripts_path); in load_builtin_scripts()
/dports/devel/genie/GENie-a503d6e/src/host/
H A Dpremake.c33 static const char* scripts_path = NULL; variable
287 scripts_path = value; in process_option()
308 lua_pushstring(L, scripts_path); in load_builtin_scripts()
322 scripts_path = lua_tostring(L, -1); in load_builtin_scripts()
323 filename = lua_pushfstring(L, "%s/_premake_main.lua", scripts_path); in load_builtin_scripts()
336 lua_pushstring(L, scripts_path); in load_builtin_scripts()
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/host/
H A Dpremake.c33 static const char* scripts_path = NULL; variable
287 scripts_path = value; in process_option()
308 lua_pushstring(L, scripts_path); in load_builtin_scripts()
322 scripts_path = lua_tostring(L, -1); in load_builtin_scripts()
323 filename = lua_pushfstring(L, "%s/_premake_main.lua", scripts_path); in load_builtin_scripts()
336 lua_pushstring(L, scripts_path); in load_builtin_scripts()
/dports/devel/premake4/premake-4.4-beta5/src/host/
H A Dpremake.c29 static const char* scripts_path = NULL; variable
278 scripts_path = value; in process_option()
299 lua_pushstring(L, scripts_path); in load_builtin_scripts()
313 scripts_path = lua_tostring(L, -1); in load_builtin_scripts()
314 filename = lua_pushfstring(L, "%s/_premake_main.lua", scripts_path); in load_builtin_scripts()
327 lua_pushstring(L, scripts_path); in load_builtin_scripts()
/dports/games/wyrmgus/Wyrmgus-3.5.4/gameheaders/
H A Dstratagus-game-launcher.h243 char scripts_path[BUFF_SIZE]; local
271 sprintf(scripts_path, "\"%s\"", data_path);
299 strcpy(scripts_path, SCRIPTS_PATH);
325 if ( strcmp(data_path, scripts_path) != 0 ) {
352 stratagus_argv[2] = scripts_path;
/dports/devel/ros-vcstool/vcstool-0.3.0/test/
H A Dtest_flake8.py26 scripts_path = os.path.join(base_path, 'scripts')
27 for script in os.listdir(scripts_path):
30 paths.append(os.path.join(scripts_path, script))
/dports/math/yacas/yacas-1.9.1/cyacas/yacas-gui/src/
H A Dyacasengine.cpp9 YacasEngine::YacasEngine(const QString& scripts_path, in YacasEngine() argument
17 if (!QFile(scripts_path + "yacasinit.ys").exists()) in YacasEngine()
19 .arg(scripts_path) in YacasEngine()
23 scripts_path.toStdString() + std::string("\");")); in YacasEngine()
H A Dyacasserver.cpp6 YacasServer::YacasServer(const QString& scripts_path, QObject* parent) : in YacasServer() argument
11 _engine = new YacasEngine(scripts_path, _requests); in YacasServer()
/dports/deskutils/flameshot/flameshot-0.10.2/scripts/upload_services/
H A Dwetransfer.com.sh24 scripts_path=`dirname $0`
28 RESPONSE=$(python3 ${scripts_path}/transferwee.py upload "${FILE}")
/dports/sysutils/py-ranger/ranger-1.9.3/
H A Dsetup.py43 scripts_path = []
49 scripts_path += [dest_path]
50 return scripts_path
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/host/
H A Dpremake.c31 const char* scripts_path = NULL; variable
426 if (scripts_path && (searchMask & TEST_SCRIPTS)) { in premake_test_file()
427 if (do_locate(L, filename, scripts_path)) return OKAY; in premake_test_file()
456 scripts_path = path; in set_scripts_path()
457 return scripts_path; in set_scripts_path()
478 if (scripts_path) { in build_premake_path()
480 lua_pushstring(L, scripts_path); in build_premake_path()
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/host/
H A Dpremake.c31 const char* scripts_path = NULL; variable
458 if (scripts_path && (searchMask & TEST_SCRIPTS)) { in premake_test_file()
459 if (do_locate(L, filename, scripts_path)) return OKAY; in premake_test_file()
488 scripts_path = path; in set_scripts_path()
489 return scripts_path; in set_scripts_path()
510 if (scripts_path) { in build_premake_path()
512 lua_pushstring(L, scripts_path); in build_premake_path()
/dports/devel/py-babel/Babel-2.9.1/scripts/
H A Ddownload_import_cldr.py72 scripts_path = os.path.dirname(os.path.abspath(__file__))
73 repo = os.path.dirname(scripts_path)
100 os.path.join(scripts_path, 'import_cldr.py'),
/dports/x11/radare-cutter/r2cutter-0.1.1/scripts/
H A Dget_version.py5 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
6 pro_file_path = os.path.join(scripts_path, "..", "src", "Cutter.pro")

1234