Home
last modified time | relevance | path

Searched defs:whereis (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/erlang-sbroker/sbroker-1.0.0/src/
H A Dsbroker_gen.erl184 whereis(Pid) when is_pid(Pid) -> function
186 whereis(Name) when is_atom(Name) -> function
188 whereis({Name, Node}) when is_atom(Name) andalso Node =:= node() -> function
190 whereis({Name, Node} = Process) when is_atom(Name) andalso is_atom(Node) -> function
192 whereis({global, Name}) -> function
194 whereis({via, Mod, Name}) -> function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Dgen_server.ex1193 def whereis(server) function
1195 def whereis(pid) when is_pid(pid), do: pid function
1197 def whereis(name) when is_atom(name) do function
1201 def whereis({:global, name}) do function
1208 def whereis({:via, mod, name}) do function
1215 def whereis({name, local}) when is_atom(name) and local == node() do function
1219 def whereis({name, node} = server) when is_atom(name) and is_atom(node) do function
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Dgen_server.ex1187 def whereis(server) function
1189 def whereis(pid) when is_pid(pid), do: pid function
1191 def whereis(name) when is_atom(name) do function
1195 def whereis({:global, name}) do function
1202 def whereis({:via, mod, name}) do function
1209 def whereis({name, local}) when is_atom(name) and local == node() do function
1213 def whereis({name, node} = server) when is_atom(name) and is_atom(node) do function
/dports/sysutils/p5-reslog/reslog-3.16/t/
H A D_helper.pm390 sub whereis($) { subroutine
/dports/math/onednn/oneDNN-2.5.1/doc/sphinx/
H A Dconf.py36 def whereis(binary): function
/dports/www/groupoffice/groupoffice-6.4.231-php-71/install/
H A Dgotest.php1025 function whereis($cmd) function
/dports/irc/insub/insub-16.0/old/dist/
H A Dgay-2.4.pl366 sub whereis { subroutine
H A Dgay-2.5.pl366 sub whereis { subroutine
H A Dgay-1.4.pl296 sub whereis { subroutine
H A Dgay-2.6.pl367 sub whereis { subroutine
H A Dgay-2.1.pl298 sub whereis { subroutine
H A Dgay-1.6.pl297 sub whereis { subroutine
H A Dgay-2.0.pl297 sub whereis { subroutine
H A Dgay-2.7.pl367 sub whereis { subroutine
H A Dgay-2.8.pl399 sub whereis { subroutine
H A Dgay-2.2.pl330 sub whereis { subroutine
H A Dgay-3.2.pl530 sub whereis { subroutine
H A Dgay-3.1.pl476 sub whereis { subroutine
H A Dgay-3.0.pl468 sub whereis { subroutine
H A Dgay-3.4.pl606 sub whereis { subroutine
H A Dgay-3.3.pl567 sub whereis { subroutine
H A Dgay-3.5.pl603 sub whereis { subroutine
H A Dgay-3.6.pl604 sub whereis { subroutine
H A Dgay-3.7.pl653 sub whereis { subroutine
/dports/sysutils/p5-arclog/arclog-3.04/t/
H A D_helper.pm427 sub whereis($) { subroutine

12345