Home
last modified time | relevance | path

Searched defs:script_path (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/upbdefs-generated/envoy/config/core/v3/
H A Dextension.upbdefs.c32 'i', 'o', 'n', 'C', 'o', 'n', 'f', 'i', 'g', '\022', '\033', '\n', '\004', 'n', 'a', 'm', 'e', '\03…
33 '\372', 'B', '\004', 'r', '\002', '\020', '\001', 'R', '\004', 'n', 'a', 'm', 'e', '\022', 'A', '\n…
61 upb_def_init envoy_config_core_v3_extension_proto_upbdefinit = {
63 layouts,
64 "envoy/config/core/v3/extension.proto",
/dports/multimedia/libquvi09/libquvi-0.9.4/src/lua/
H A Dexec_subtitle_script_parse.c50 _quvi_subtitle_lang_t qsl, const gchar *script_path, in _chk_lang_id()
70 const gchar *script_path, in _chk_subtitle_sublevel()
110 static _quvi_subtitle_lang_t _chk_url(lua_State *l, const gchar *script_path, in _chk_url()
125 static _quvi_subtitle_lang_t _new_lang(lua_State *l, const gchar *script_path, in _new_lang()
145 const gchar *script_path, const gint i) in _foreach_lang_property()
167 const gint i, const gchar *script_path) in _chk_req_type()
204 const gchar *script_path, const gint i) in _new_type()
221 const gchar *script_path) in _foreach_subtitle()
243 const gchar *script_path) in _chk_subtitles()
H A Dgetfield.c59 const gchar *script_path, in l_getfield_s()
66 const gchar *script_path, in l_getfield_n()
73 const gchar *script_path, in l_getfield_b()
82 const gchar *script_path, in l_getfield_table_iter_s()
H A Dexec_media_script_parse.c110 const gchar *script_path, const gint i) in _has_stream_url()
122 const gchar *script_path, in _new_stream()
143 const gchar *script_path) in _chk_stream_ids()
171 const gchar *script_path) in _foreach_stream()
191 const gchar *script_path) in _chk_streams()
H A Dexec_playlist_script_parse.c57 const gchar *script_path, const gint i, in _new_media()
82 const gchar *script_path) in _foreach_media()
104 const gchar *script_path) in _chk_media()
H A Dexec_scan_script_parse.c47 const gchar *script_path) in _foreach_media_url()
64 const gchar *script_path) in _chk_media_url()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/win/
H A Dsetenv.py14 script_path = os.path.abspath(os.path.dirname(__file__)) variable
22 script_path = os.path.normpath(os.path.join(win_sdk_dir, 'bin/SetEnv.cmd')) variable
28 script_path = os.path.join(vs_path, r'VC\Auxiliary\Build\vcvarsall.bat') variable
/dports/devel/py-pip-run/pip-run-8.6.1/pip_run/
H A Dscripts.py32 def try_read(cls, script_path): argument
37 def _try_read(cls, script_path): argument
92 def load(cls, script_path): argument
99 def load(cls, script_path): argument
/dports/chinese/phpbb3-tw/phpBB3/
H A Dcommon.php44 $script_path = trim(dirname($script_name)) . '/' . $phpbb_root_path . 'install/index.' . $phpEx; variable
47 $script_path = preg_replace('#[\\\\/]{2,}#', '/', $script_path); variable
49 $script_path = phpbb_clean_path($script_path); variable
/dports/www/phpbb3/phpBB3/
H A Dcommon.php61 $script_path = trim(dirname($script_name)) . '/' . $phpbb_root_path . 'install/app.' . $phpEx; variable
64 $script_path = preg_replace('#[\\\\/]{2,}#', '/', $script_path); variable
69 $script_path = $phpbb_filesystem->clean_path($script_path); variable
/dports/devel/py-cookiecutter/cookiecutter-1.7.3/cookiecutter/
H A Dhooks.py68 def run_script(script_path, cwd='.'): argument
97 def run_script_with_context(script_path, cwd, context): argument
/dports/devel/py-virtualenv/virtualenv-16.7.5/tasks/
H A Dupdate_embedded.py33 def rebuild(script_path): argument
75 def report(exit_code, new, next_match, current, script_path): argument
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/frontend-plugins/frontend-tools/
H A Dscripts.cpp60 const char *script_path = obs_script_get_path(script); in FindScript() local
72 const char *script_path = obs_script_get_path(script); in ScriptOpened() local
230 const char *script_path = obs_script_get_path(script); in RemoveScript() local
242 const char *script_path = obs_script_get_path(script); in ReloadScript() local
265 const char *script_path = obs_script_get_path(script); in RefreshLists() local
276 const char *script_path = obs_script_get_path(script); in SetScriptDefaults() local
622 const char *script_path = obs_script_get_path(script); in save_script_data() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/
H A Dscript_tracker.cc108 void ScriptTracker::ExecuteScript(const std::string& script_path, in ExecuteScript()
196 const std::string& script_path, in OnScriptRun()
244 void ScriptTracker::OnPreconditionCheck(const std::string& script_path, in OnPreconditionCheck()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/
H A Dscript_tracker.cc108 void ScriptTracker::ExecuteScript(const std::string& script_path, in ExecuteScript()
196 const std::string& script_path, in OnScriptRun()
244 void ScriptTracker::OnPreconditionCheck(const std::string& script_path, in OnPreconditionCheck()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/win/
H A Dsetenv.py14 script_path = os.path.abspath(os.path.dirname(__file__)) variable
/dports/devel/tcllib/tcllib-1.20/modules/tool/build/
H A Dcore.tcl13 proc ::tool::script_path {} { procedure
/dports/devel/tcllibc/tcllib-1.20/modules/tool/build/
H A Dcore.tcl13 proc ::tool::script_path {} { procedure
/dports/security/py-gnutls/python-gnutls-3.1.3/examples/
H A Dcrypto.py11 script_path = os.path.realpath(os.path.dirname(sys.argv[0])) variable
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dplugin_config_dialog.cpp97 String script_path = path.plus_file(script_edit->get_text()); in _on_confirmed() local
103 String script_path = path.plus_file(script_edit->get_text()); in _on_confirmed() local
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dplugin_config_dialog.cpp97 String script_path = path.plus_file(script_edit->get_text()); in _on_confirmed() local
103 String script_path = path.plus_file(script_edit->get_text()); in _on_confirmed() local
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_psmodule/files/
H A Dsetup_modules.ps154 $script_path = Join-Path -Path $tmp_dir -ChildPath "$($package.name).psm1" variable
55 Set-Content -Path $script_path -Value $script variable
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_psmodule/files/
H A Dsetup_modules.ps154 $script_path = Join-Path -Path $tmp_dir -ChildPath "$($package.name).psm1" variable
55 Set-Content -Path $script_path -Value $script variable
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/widgets/
H A Dexternal_script_dialog.h64 QString script_path; /**< Lua script to run, without extension. */ variable
/dports/benchmarks/fio/fio-3.29/t/
H A Djsonplus2csv_test.py82 def check_output(fio_output, script_path): argument

12345678910>>...17