Searched defs:resolve_family (Results 1 – 3 of 3) sorted by relevance
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/ |
H A D | rabbit_networking.erl | 610 resolve_family({_,_,_,_}, auto) -> inet; function 611 resolve_family({_,_,_,_,_,_,_,_}, auto) -> inet6; function 612 resolve_family(IP, auto) -> throw({error, {strange_family, IP}}); function 613 resolve_family(_, F) -> F. function
|
/dports/x11/kitty/kitty-0.23.1/kitty/fonts/ |
H A D | core_text.py | 91 def resolve_family(f: str, main_family: str, bold: bool = False, italic: bool = False) -> str: function
|
H A D | fontconfig.py | 140 def resolve_family(f: str, main_family: str, bold: bool, italic: bool) -> str: function
|