Home
last modified time | relevance | path

Searched refs:watch_regexp (Results 1 – 15 of 15) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/eunit/src/
H A Deunit.erl39 watch_regexp/1, watch_regexp/2, watch_regexp/3, watch_app/1,
91 watch_regexp(Target) -> function
92 watch_regexp(Target, []).
95 watch_regexp(Target, Options) -> function
96 watch_regexp(?SERVER, Target, Options).
99 watch_regexp(Server, Target, Options) -> function
100 eunit_server:watch_regexp(Server, Target, Options).
H A Deunit_server.erl30 watch_regexp/3]).
66 watch_regexp(Server, Regex, Opts) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eunit/src/
H A Deunit.erl39 watch_regexp/1, watch_regexp/2, watch_regexp/3, watch_app/1,
91 watch_regexp(Target) -> function
92 watch_regexp(Target, []).
95 watch_regexp(Target, Options) -> function
96 watch_regexp(?SERVER, Target, Options).
99 watch_regexp(Server, Target, Options) -> function
100 eunit_server:watch_regexp(Server, Target, Options).
H A Deunit_server.erl30 watch_regexp/3]).
66 watch_regexp(Server, Regex, Opts) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit.erl39 watch_regexp/1, watch_regexp/2, watch_regexp/3, watch_app/1,
91 watch_regexp(Target) -> function
92 watch_regexp(Target, []).
95 watch_regexp(Target, Options) -> function
96 watch_regexp(?SERVER, Target, Options).
99 watch_regexp(Server, Target, Options) -> function
100 eunit_server:watch_regexp(Server, Target, Options).
H A Deunit_server.erl30 watch_regexp/3]).
66 watch_regexp(Server, Regex, Opts) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit.erl39 watch_regexp/1, watch_regexp/2, watch_regexp/3, watch_app/1,
91 watch_regexp(Target) -> function
92 watch_regexp(Target, []).
95 watch_regexp(Target, Options) -> function
96 watch_regexp(?SERVER, Target, Options).
99 watch_regexp(Server, Target, Options) -> function
100 eunit_server:watch_regexp(Server, Target, Options).
H A Deunit_server.erl30 watch_regexp/3]).
66 watch_regexp(Server, Regex, Opts) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit.erl39 watch_regexp/1, watch_regexp/2, watch_regexp/3, watch_app/1,
91 watch_regexp(Target) -> function
92 watch_regexp(Target, []).
95 watch_regexp(Target, Options) -> function
96 watch_regexp(?SERVER, Target, Options).
99 watch_regexp(Server, Target, Options) -> function
100 eunit_server:watch_regexp(Server, Target, Options).
H A Deunit_server.erl30 watch_regexp/3]).
66 watch_regexp(Server, Regex, Opts) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/eunit/src/
H A Deunit.erl39 watch_regexp/1, watch_regexp/2, watch_regexp/3, watch_app/1,
91 watch_regexp(Target) -> function
92 watch_regexp(Target, []).
95 watch_regexp(Target, Options) -> function
96 watch_regexp(?SERVER, Target, Options).
99 watch_regexp(Server, Target, Options) -> function
100 eunit_server:watch_regexp(Server, Target, Options).
H A Deunit_server.erl30 watch_regexp/3]).
66 watch_regexp(Server, Regex, Opts) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit.erl39 watch_regexp/1, watch_regexp/2, watch_regexp/3, watch_app/1,
91 watch_regexp(Target) -> function
92 watch_regexp(Target, []).
95 watch_regexp(Target, Options) -> function
96 watch_regexp(?SERVER, Target, Options).
99 watch_regexp(Server, Target, Options) -> function
100 eunit_server:watch_regexp(Server, Target, Options).
H A Deunit_server.erl30 watch_regexp/3]).
66 watch_regexp(Server, Regex, Opts) -> function
/dports/devel/p5-MooseX-Runnable/MooseX-Runnable-0.10/lib/MooseX/Runnable/Invocation/Plugin/Restart/
H A DAuto.pm71 $result{watch_regexp} = $regexp if $regexp;
79 filter => $self->watch_regexp,