Home
last modified time | relevance | path

Searched refs:path_script (Results 1 – 25 of 31) sorted by relevance

12

/dports/science/py-molmod/molmod-1.4.8/molmod/test/
H A Dtest_examples.py69 path_script = os.path.join(dntmp, fn_script)
70 os.chmod(path_script, os.stat(path_script).st_mode | stat.S_IXUSR)
/dports/devel/p5-Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.27/t/
H A D06-short_filename.t12 my $path_script = File::Spec->catfile( $INC[0], 'error.pl' );
13 my $msg_short_script = 'Use of uninitialized value $empty in length at ' . $path_script . ' line 6.…
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dfile.erl51 -export([script/1, script/2, path_script/2, path_script/3]).
1126 -spec path_script(Path, Filename) ->
1135 path_script(Path, File) -> function
1136 path_script(Path, File, erl_eval:new_bindings()).
1138 -spec path_script(Path, Filename, Bindings) ->
1148 path_script(Path, File, Bs) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dfile.erl51 -export([script/1, script/2, path_script/2, path_script/3]).
1097 -spec path_script(Path, Filename) ->
1106 path_script(Path, File) -> function
1107 path_script(Path, File, erl_eval:new_bindings()).
1109 -spec path_script(Path, Filename, Bindings) ->
1119 path_script(Path, File, Bs) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dfile.erl51 -export([script/1, script/2, path_script/2, path_script/3]).
1097 -spec path_script(Path, Filename) ->
1106 path_script(Path, File) -> function
1107 path_script(Path, File, erl_eval:new_bindings()).
1109 -spec path_script(Path, Filename, Bindings) ->
1119 path_script(Path, File, Bs) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl51 -export([script/1, script/2, path_script/2, path_script/3]).
1149 -spec path_script(Path, Filename) ->
1158 path_script(Path, File) -> function
1159 path_script(Path, File, erl_eval:new_bindings()).
1161 -spec path_script(Path, Filename, Bindings) ->
1171 path_script(Path, File, Bs) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl51 -export([script/1, script/2, path_script/2, path_script/3]).
1149 -spec path_script(Path, Filename) ->
1158 path_script(Path, File) -> function
1159 path_script(Path, File, erl_eval:new_bindings()).
1161 -spec path_script(Path, Filename, Bindings) ->
1171 path_script(Path, File, Bs) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl51 -export([script/1, script/2, path_script/2, path_script/3]).
1149 -spec path_script(Path, Filename) ->
1158 path_script(Path, File) -> function
1159 path_script(Path, File, erl_eval:new_bindings()).
1161 -spec path_script(Path, Filename, Bindings) ->
1171 path_script(Path, File, Bs) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl51 -export([script/1, script/2, path_script/2, path_script/3]).
1149 -spec path_script(Path, Filename) ->
1158 path_script(Path, File) -> function
1159 path_script(Path, File, erl_eval:new_bindings()).
1161 -spec path_script(Path, Filename, Bindings) ->
1171 path_script(Path, File, Bs) -> function
/dports/lang/erlang-doc/otp_doc_html_24.1/lib/kernel-8.1/doc/html/
H A Dkernel.eix286 {"path_script", "path_script(Path, Filename)", "path_script-2"},
287 {"path_script", "path_script(Path, Filename, Bindings)", "path_script-3"},
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
162 {script, [], [script1, path_script]},
1803 path_script(Config) when is_list(Config) -> function
1812 ?FILE_MODULE:path_script(
1826 ?FILE_MODULE:path_script(
3734 {error, {6,erl_parse,_}} = file:path_script(Path, File),
3737 {error, {1,file,undefined_script}} = file:path_script(Path, File),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
167 {script, [], [script1, path_script]},
2029 path_script(Config) when is_list(Config) -> function
2038 ?FILE_MODULE:path_script(
2052 ?FILE_MODULE:path_script(
3969 {error, {6,erl_parse,_}} = file:path_script(Path, File),
3972 {error, {1,file,undefined_script}} = file:path_script(Path, File),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
167 {script, [], [script1, path_script]},
2030 path_script(Config) when is_list(Config) -> function
2039 ?FILE_MODULE:path_script(
2053 ?FILE_MODULE:path_script(
3985 {error, {6,erl_parse,_}} = file:path_script(Path, File),
3988 {error, {1,file,undefined_script}} = file:path_script(Path, File),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
167 {script, [], [script1, path_script]},
2030 path_script(Config) when is_list(Config) -> function
2039 ?FILE_MODULE:path_script(
2053 ?FILE_MODULE:path_script(
3985 {error, {6,erl_parse,_}} = file:path_script(Path, File),
3988 {error, {1,file,undefined_script}} = file:path_script(Path, File),
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
167 {script, [], [script1, path_script]},
2030 path_script(Config) when is_list(Config) -> function
2039 ?FILE_MODULE:path_script(
2053 ?FILE_MODULE:path_script(
3985 {error, {6,erl_parse,_}} = file:path_script(Path, File),
3988 {error, {1,file,undefined_script}} = file:path_script(Path, File),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
160 {script, [], [script1, path_script]},
1801 path_script(Config) when is_list(Config) -> function
1810 ?FILE_MODULE:path_script(
1824 ?FILE_MODULE:path_script(
3707 {error, {6,erl_parse,_}} = file:path_script(Path, File),
3710 {error, {1,file,undefined_script}} = file:path_script(Path, File),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
167 {script, [], [script1, path_script]},
2030 path_script(Config) when is_list(Config) -> function
2039 ?FILE_MODULE:path_script(
2053 ?FILE_MODULE:path_script(
3985 {error, {6,erl_parse,_}} = file:path_script(Path, File),
3988 {error, {1,file,undefined_script}} = file:path_script(Path, File),
/dports/databases/py-sqlalchemy-migrate/sqlalchemy-migrate-0.13.0/migrate/tests/versioning/
H A Dtest_shell.py248 path_script = self.tmp_py()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/shell_docs_SUITE_data/
H A Dfile.docs_v11path_script,2},[{file,[102,105,108,101,46,101,114,108]},{location,1149}],[<<112,97,116,104,95,115,…
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/shell_docs_SUITE_data/
H A Dfile.docs_v11path_script,2},[{file,[102,105,108,101,46,101,114,108]},{location,1149}],[<<112,97,116,104,95,115,…
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/shell_docs_SUITE_data/
H A Dfile.docs_v11path_script,2},[{file,[102,105,108,101,46,101,114,108]},{location,1149}],[<<112,97,116,104,95,115,…
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/shell_docs_SUITE_data/
H A Dfile.docs_v11path_script,2},[{file,[102,105,108,101,46,101,114,108]},{location,1149}],[<<112,97,116,104,95,115,…
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dzsh.vim289 \ \%(\%(\<no_\?\)\?pathscript\>\)\|\%(\%(no_\?\)\?path_script\>\)\|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dzsh.vim289 \ \%(\%(\<no_\?\)\?pathscript\>\)\|\%(\%(no_\?\)\?path_script\>\)\|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dbeam_lib.erl1165 case file:path_script(P, F) of

12