Home
last modified time | relevance | path

Searched refs:is_map (Results 1 – 25 of 2192) sorted by relevance

12345678910>>...88

/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwt/
H A Djose_jwt.erl46 from({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
52 from(Other) when is_map(Other) orelse is_binary(Other) ->
74 from_map(Map) when is_map(Map) ->
76 from_map({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
115 decrypt(Key, {Modules, Encrypted}) when is_map(Modules) andalso is_map(Encrypted) ->
142 encrypt(JWKOther, JWEMap, JWTOther) when is_map(JWEMap) ->
147 merge(LeftJWT=#jose_jwt{}, RightMap) when is_map(RightMap) ->
152 merge(LeftOther, RightMap) when is_map(RightMap) ->
181 sign(JWKOther, JWSMap, JWTOther) when is_map(JWSMap) ->
193 verify(Other, SignedMap) when is_map(SignedMap) ->
[all …]
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwt/
H A Djose_jwt.erl46 from({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
52 from(Other) when is_map(Other) orelse is_binary(Other) ->
74 from_map(Map) when is_map(Map) ->
76 from_map({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
115 decrypt(Key, {Modules, Encrypted}) when is_map(Modules) andalso is_map(Encrypted) ->
142 encrypt(JWKOther, JWEMap, JWTOther) when is_map(JWEMap) ->
147 merge(LeftJWT=#jose_jwt{}, RightMap) when is_map(RightMap) ->
152 merge(LeftOther, RightMap) when is_map(RightMap) ->
181 sign(JWKOther, JWSMap, JWTOther) when is_map(JWSMap) ->
193 verify(Other, SignedMap) when is_map(SignedMap) ->
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwt/
H A Djose_jwt.erl46 from({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
52 from(Other) when is_map(Other) orelse is_binary(Other) ->
74 from_map(Map) when is_map(Map) ->
76 from_map({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
115 decrypt(Key, {Modules, Encrypted}) when is_map(Modules) andalso is_map(Encrypted) ->
142 encrypt(JWKOther, JWEMap, JWTOther) when is_map(JWEMap) ->
147 merge(LeftJWT=#jose_jwt{}, RightMap) when is_map(RightMap) ->
152 merge(LeftOther, RightMap) when is_map(RightMap) ->
181 sign(JWKOther, JWSMap, JWTOther) when is_map(JWSMap) ->
193 verify(Other, SignedMap) when is_map(SignedMap) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/inline_SUITE_data/
H A Dmaps_inline_test.erl52 decompose(#{ m := M, v := V}) when is_map(M) ->
66 gval(M) when is_map(M) andalso M =:= #{ id => 1} -> 1;
67 gval(M) when is_map(M) andalso M =:= #{ id => 2} -> 4;
68 gval(M) when is_map(M) andalso M =:= #{ id => 3} -> 2;
69 gval(M) when is_map(M) andalso M =:= #{ id => 4} -> 5;
70 gval(M) when is_map(M) andalso M =:= #{ id => 5} -> 3;
71 gval(M) when is_map(M) andalso M =:= #{ id => 6} -> 6.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/inline_SUITE_data/
H A Dmaps_inline_test.erl52 decompose(#{ m := M, v := V}) when is_map(M) ->
66 gval(M) when is_map(M) andalso M =:= #{ id => 1} -> 1;
67 gval(M) when is_map(M) andalso M =:= #{ id => 2} -> 4;
68 gval(M) when is_map(M) andalso M =:= #{ id => 3} -> 2;
69 gval(M) when is_map(M) andalso M =:= #{ id => 4} -> 5;
70 gval(M) when is_map(M) andalso M =:= #{ id => 5} -> 3;
71 gval(M) when is_map(M) andalso M =:= #{ id => 6} -> 6.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/inline_SUITE_data/
H A Dmaps_inline_test.erl52 decompose(#{ m := M, v := V}) when is_map(M) ->
66 gval(M) when is_map(M) andalso M =:= #{ id => 1} -> 1;
67 gval(M) when is_map(M) andalso M =:= #{ id => 2} -> 4;
68 gval(M) when is_map(M) andalso M =:= #{ id => 3} -> 2;
69 gval(M) when is_map(M) andalso M =:= #{ id => 4} -> 5;
70 gval(M) when is_map(M) andalso M =:= #{ id => 5} -> 3;
71 gval(M) when is_map(M) andalso M =:= #{ id => 6} -> 6.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/inline_SUITE_data/
H A Dmaps_inline_test.erl52 decompose(#{ m := M, v := V}) when is_map(M) ->
66 gval(M) when is_map(M) andalso M =:= #{ id => 1} -> 1;
67 gval(M) when is_map(M) andalso M =:= #{ id => 2} -> 4;
68 gval(M) when is_map(M) andalso M =:= #{ id => 3} -> 2;
69 gval(M) when is_map(M) andalso M =:= #{ id => 4} -> 5;
70 gval(M) when is_map(M) andalso M =:= #{ id => 5} -> 3;
71 gval(M) when is_map(M) andalso M =:= #{ id => 6} -> 6.
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/inline_SUITE_data/
H A Dmaps_inline_test.erl52 decompose(#{ m := M, v := V}) when is_map(M) ->
66 gval(M) when is_map(M) andalso M =:= #{ id => 1} -> 1;
67 gval(M) when is_map(M) andalso M =:= #{ id => 2} -> 4;
68 gval(M) when is_map(M) andalso M =:= #{ id => 3} -> 2;
69 gval(M) when is_map(M) andalso M =:= #{ id => 4} -> 5;
70 gval(M) when is_map(M) andalso M =:= #{ id => 5} -> 3;
71 gval(M) when is_map(M) andalso M =:= #{ id => 6} -> 6.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/inline_SUITE_data/
H A Dmaps_inline_test.erl52 decompose(#{ m := M, v := V}) when is_map(M) ->
66 gval(M) when is_map(M) andalso M =:= #{ id => 1} -> 1;
67 gval(M) when is_map(M) andalso M =:= #{ id => 2} -> 4;
68 gval(M) when is_map(M) andalso M =:= #{ id => 3} -> 2;
69 gval(M) when is_map(M) andalso M =:= #{ id => 4} -> 5;
70 gval(M) when is_map(M) andalso M =:= #{ id => 5} -> 3;
71 gval(M) when is_map(M) andalso M =:= #{ id => 6} -> 6.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/inline_SUITE_data/
H A Dmaps_inline_test.erl52 decompose(#{ m := M, v := V}) when is_map(M) ->
66 gval(M) when is_map(M) andalso M =:= #{ id => 1} -> 1;
67 gval(M) when is_map(M) andalso M =:= #{ id => 2} -> 4;
68 gval(M) when is_map(M) andalso M =:= #{ id => 3} -> 2;
69 gval(M) when is_map(M) andalso M =:= #{ id => 4} -> 5;
70 gval(M) when is_map(M) andalso M =:= #{ id => 5} -> 3;
71 gval(M) when is_map(M) andalso M =:= #{ id => 6} -> 6.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dmaps.erl120 to_list(Map) when is_map(Map) ->
182 get(Key,Map,Default) when is_map(Map) ->
196 filter(Pred,Map) when is_function(Pred,2), is_map(Map) ->
223 fold(Fun,Init,Map) when is_function(Fun,3), is_map(Map) ->
243 map(Fun,Map) when is_function(Fun, 2), is_map(Map) ->
261 size(Map) when is_map(Map) ->
270 iterator(M) when is_map(M) -> [0 | M];
278 next([Path | Map]) when is_integer(Path), is_map(Map) ->
291 without(Ks,M) when is_list(Ks), is_map(M) ->
301 with(Ks,Map1) when is_list(Ks), is_map(Map1) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dmaps.erl119 to_list(Map) when is_map(Map) ->
181 get(Key,Map,Default) when is_map(Map) ->
195 filter(Pred,Map) when is_function(Pred,2), is_map(Map) ->
222 fold(Fun,Init,Map) when is_function(Fun,3), is_map(Map) ->
242 map(Fun,Map) when is_function(Fun, 2), is_map(Map) ->
260 size(Map) when is_map(Map) ->
269 iterator(M) when is_map(M) -> [0 | M];
277 next([Path | Map]) when is_integer(Path), is_map(Map) ->
290 without(Ks,M) when is_list(Ks), is_map(M) ->
300 with(Ks,Map1) when is_list(Ks), is_map(Map1) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dmaps.erl86 intersect(Map1, Map2) when is_map(Map1), is_map(Map2) ->
166 is_map(Map2),
225 to_list(Map) when is_map(Map) ->
287 get(Key,Map,Default) when is_map(Map) ->
302 is_map(MapOrIter) ->
334 is_map(MapOrIter) ->
394 is_map(MapOrIter) ->
421 is_map(MapOrIter) ->
457 iterator(M) when is_map(M) -> [0 | M];
478 without(Ks,M) when is_list(Ks), is_map(M) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dmaps.erl86 intersect(Map1, Map2) when is_map(Map1), is_map(Map2) ->
166 is_map(Map2),
225 to_list(Map) when is_map(Map) ->
287 get(Key,Map,Default) when is_map(Map) ->
302 is_map(MapOrIter) ->
334 is_map(MapOrIter) ->
394 is_map(MapOrIter) ->
421 is_map(MapOrIter) ->
457 iterator(M) when is_map(M) -> [0 | M];
478 without(Ks,M) when is_list(Ks), is_map(M) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dmaps.erl86 intersect(Map1, Map2) when is_map(Map1), is_map(Map2) ->
166 is_map(Map2),
225 to_list(Map) when is_map(Map) ->
287 get(Key,Map,Default) when is_map(Map) ->
302 is_map(MapOrIter) ->
334 is_map(MapOrIter) ->
394 is_map(MapOrIter) ->
421 is_map(MapOrIter) ->
457 iterator(M) when is_map(M) -> [0 | M];
478 without(Ks,M) when is_list(Ks), is_map(M) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dmaps.erl86 intersect(Map1, Map2) when is_map(Map1), is_map(Map2) ->
166 is_map(Map2),
225 to_list(Map) when is_map(Map) ->
287 get(Key,Map,Default) when is_map(Map) ->
302 is_map(MapOrIter) ->
334 is_map(MapOrIter) ->
394 is_map(MapOrIter) ->
421 is_map(MapOrIter) ->
457 iterator(M) when is_map(M) -> [0 | M];
478 without(Ks,M) when is_list(Ks), is_map(M) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dmaps.erl131 to_list(Map) when is_map(Map) ->
199 get(Key,Map,Default) when is_map(Map) ->
217 filter(Pred,Map) when is_function(Pred,2), is_map(Map) ->
247 fold(Fun,Init,Map) when is_function(Fun,3), is_map(Map) ->
270 map(Fun,Map) when is_function(Fun, 2), is_map(Map) ->
288 size(Map) when is_map(Map) ->
297 iterator(M) when is_map(M) -> [0 | M];
307 next([Path | Map]) when is_integer(Path), is_map(Map) ->
320 without(Ks,M) when is_list(Ks), is_map(M) ->
331 with(Ks,Map1) when is_list(Ks), is_map(Map1) ->
[all …]
/dports/security/erlang-jose/erlang-jose-1.11.1/src/jws/
H A Djose_jws.erl66 from({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
94 from_map(Map) when is_map(Map) ->
96 from_map({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
164 compact({Modules, Map}) when is_map(Map) ->
168 compact(Map) when is_map(Map) ->
262 andalso is_map(Header) ->
269 andalso is_map(Header)
298 andalso is_map(Header) ->
315 andalso is_map(Header) ->
346 andalso is_map(Header) ->
[all …]
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jws/
H A Djose_jws.erl66 from({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
94 from_map(Map) when is_map(Map) ->
96 from_map({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
164 compact({Modules, Map}) when is_map(Map) ->
168 compact(Map) when is_map(Map) ->
262 andalso is_map(Header) ->
269 andalso is_map(Header)
298 andalso is_map(Header) ->
315 andalso is_map(Header) ->
346 andalso is_map(Header) ->
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jws/
H A Djose_jws.erl66 from({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
94 from_map(Map) when is_map(Map) ->
96 from_map({Modules, Map}) when is_map(Modules) andalso is_map(Map) ->
164 compact({Modules, Map}) when is_map(Map) ->
168 compact(Map) when is_map(Map) ->
262 andalso is_map(Header) ->
269 andalso is_map(Header)
298 andalso is_map(Header) ->
315 andalso is_map(Header) ->
346 andalso is_map(Header) ->
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/icl/detail/
H A Dassociated_value.hpp21 , mpl::and_<is_map<Type>, is_map<CoType> > >,
31 , mpl::not_<mpl::and_<is_map<Type>, is_map<CoType> > > >,
/dports/devel/hyperscan/boost_1_75_0/boost/icl/detail/
H A Dassociated_value.hpp21 , mpl::and_<is_map<Type>, is_map<CoType> > >,
31 , mpl::not_<mpl::and_<is_map<Type>, is_map<CoType> > > >,
/dports/devel/R-cran-BH/BH/inst/include/boost/icl/detail/
H A Dassociated_value.hpp21 , mpl::and_<is_map<Type>, is_map<CoType> > >,
31 , mpl::not_<mpl::and_<is_map<Type>, is_map<CoType> > > >,
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/icl/detail/
H A Dassociated_value.hpp21 , mpl::and_<is_map<Type>, is_map<CoType> > >,
31 , mpl::not_<mpl::and_<is_map<Type>, is_map<CoType> > > >,
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/icl/detail/
H A Dassociated_value.hpp21 , mpl::and_<is_map<Type>, is_map<CoType> > >,
31 , mpl::not_<mpl::and_<is_map<Type>, is_map<CoType> > > >,

12345678910>>...88