Home
last modified time | relevance | path

Searched refs:Wildcards (Results 1 – 25 of 2222) sorted by relevance

12345678910>>...89

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/src/binary/
H A Dmegaco_binary_term_id.erl151 decode(Config, #'TerminationID'{wildcard = Wildcards, id = IDs}) ->
152 case (catch decode2(Wildcards,IDs,Config)) of
178 decode2(Wildcards, IDs, Lc) when is_list(Lc) ->
179 megaco_binary_term_id_gen:decode_with_wildcards(Wildcards, IDs, Lc);
183 decode2(Wildcards, IDs, Lc) when is_integer(Lc) ->
185 decode2(Wildcards, IDs, lists:duplicate(Lc,8)).
H A Dmegaco_binary_term_id_gen.erl69 Wildcards = encode_wildcards(IDs,LevelConfig),
71 #'TerminationID'{wildcard = Wildcards, id = EncodedIDs}.
86 decode_with_wildcards(Wildcards,IDs,Lc) ->
87 DecodedIDs = decode_ids(Wildcards,IDs,Lc),
102 Wildcards ->
103 encode_wildcards2(Wildcards)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/src/binary/
H A Dmegaco_binary_term_id.erl151 decode(Config, #'TerminationID'{wildcard = Wildcards, id = IDs}) ->
152 case (catch decode2(Wildcards,IDs,Config)) of
178 decode2(Wildcards, IDs, Lc) when is_list(Lc) ->
179 megaco_binary_term_id_gen:decode_with_wildcards(Wildcards, IDs, Lc);
183 decode2(Wildcards, IDs, Lc) when is_integer(Lc) ->
185 decode2(Wildcards, IDs, lists:duplicate(Lc,8)).
H A Dmegaco_binary_term_id_gen.erl69 Wildcards = encode_wildcards(IDs,LevelConfig),
71 #'TerminationID'{wildcard = Wildcards, id = EncodedIDs}.
86 decode_with_wildcards(Wildcards,IDs,Lc) ->
87 DecodedIDs = decode_ids(Wildcards,IDs,Lc),
102 Wildcards ->
103 encode_wildcards2(Wildcards)
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/src/binary/
H A Dmegaco_binary_term_id.erl151 decode(Config, #'TerminationID'{wildcard = Wildcards, id = IDs}) ->
152 case (catch decode2(Wildcards,IDs,Config)) of
178 decode2(Wildcards, IDs, Lc) when is_list(Lc) ->
179 megaco_binary_term_id_gen:decode_with_wildcards(Wildcards, IDs, Lc);
183 decode2(Wildcards, IDs, Lc) when is_integer(Lc) ->
185 decode2(Wildcards, IDs, lists:duplicate(Lc,8)).
H A Dmegaco_binary_term_id_gen.erl69 Wildcards = encode_wildcards(IDs,LevelConfig),
71 #'TerminationID'{wildcard = Wildcards, id = EncodedIDs}.
86 decode_with_wildcards(Wildcards,IDs,Lc) ->
87 DecodedIDs = decode_ids(Wildcards,IDs,Lc),
102 Wildcards ->
103 encode_wildcards2(Wildcards)
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/src/binary/
H A Dmegaco_binary_term_id.erl151 decode(Config, #'TerminationID'{wildcard = Wildcards, id = IDs}) ->
152 case (catch decode2(Wildcards,IDs,Config)) of
178 decode2(Wildcards, IDs, Lc) when is_list(Lc) ->
179 megaco_binary_term_id_gen:decode_with_wildcards(Wildcards, IDs, Lc);
183 decode2(Wildcards, IDs, Lc) when is_integer(Lc) ->
185 decode2(Wildcards, IDs, lists:duplicate(Lc,8)).
H A Dmegaco_binary_term_id_gen.erl69 Wildcards = encode_wildcards(IDs,LevelConfig),
71 #'TerminationID'{wildcard = Wildcards, id = EncodedIDs}.
86 decode_with_wildcards(Wildcards,IDs,Lc) ->
87 DecodedIDs = decode_ids(Wildcards,IDs,Lc),
102 Wildcards ->
103 encode_wildcards2(Wildcards)
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/src/binary/
H A Dmegaco_binary_term_id.erl151 decode(Config, #'TerminationID'{wildcard = Wildcards, id = IDs}) ->
152 case (catch decode2(Wildcards,IDs,Config)) of
178 decode2(Wildcards, IDs, Lc) when is_list(Lc) ->
179 megaco_binary_term_id_gen:decode_with_wildcards(Wildcards, IDs, Lc);
183 decode2(Wildcards, IDs, Lc) when is_integer(Lc) ->
185 decode2(Wildcards, IDs, lists:duplicate(Lc,8)).
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/src/binary/
H A Dmegaco_binary_term_id.erl151 decode(Config, #'TerminationID'{wildcard = Wildcards, id = IDs}) ->
152 case (catch decode2(Wildcards,IDs,Config)) of
178 decode2(Wildcards, IDs, Lc) when is_list(Lc) ->
179 megaco_binary_term_id_gen:decode_with_wildcards(Wildcards, IDs, Lc);
183 decode2(Wildcards, IDs, Lc) when is_integer(Lc) ->
185 decode2(Wildcards, IDs, lists:duplicate(Lc,8)).
H A Dmegaco_binary_term_id_gen.erl69 Wildcards = encode_wildcards(IDs,LevelConfig),
71 #'TerminationID'{wildcard = Wildcards, id = EncodedIDs}.
86 decode_with_wildcards(Wildcards,IDs,Lc) ->
87 DecodedIDs = decode_ids(Wildcards,IDs,Lc),
102 Wildcards ->
103 encode_wildcards2(Wildcards)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/src/binary/
H A Dmegaco_binary_term_id.erl151 decode(Config, #'TerminationID'{wildcard = Wildcards, id = IDs}) ->
152 case (catch decode2(Wildcards,IDs,Config)) of
178 decode2(Wildcards, IDs, Lc) when is_list(Lc) ->
179 megaco_binary_term_id_gen:decode_with_wildcards(Wildcards, IDs, Lc);
183 decode2(Wildcards, IDs, Lc) when is_integer(Lc) ->
185 decode2(Wildcards, IDs, lists:duplicate(Lc,8)).
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/annotations/typeAnnotations/classfile/
H A DWildcards.java37 public class Wildcards extends ClassfileTestHelper { class
39 new Wildcards().run(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/annotations/typeAnnotations/classfile/
H A DWildcards.java37 public class Wildcards extends ClassfileTestHelper { class
39 new Wildcards().run(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/annotations/typeAnnotations/classfile/
H A DWildcards.java37 public class Wildcards extends ClassfileTestHelper { class
39 new Wildcards().run(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/annotations/typeAnnotations/classfile/
H A DWildcards.java37 public class Wildcards extends ClassfileTestHelper { class
39 new Wildcards().run(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/annotations/typeAnnotations/classfile/
H A DWildcards.java37 public class Wildcards extends ClassfileTestHelper { class
39 new Wildcards().run(); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/annotations/typeAnnotations/classfile/
H A DWildcards.java37 public class Wildcards extends ClassfileTestHelper { class
39 new Wildcards().run(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/annotations/typeAnnotations/classfile/
H A DWildcards.java37 public class Wildcards extends ClassfileTestHelper { class
39 new Wildcards().run(); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/annotations/typeAnnotations/classfile/
H A DWildcards.java37 public class Wildcards extends ClassfileTestHelper { class
39 new Wildcards().run(); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/typeAnnotations/classfile/
H A DWildcards.java36 public class Wildcards extends ClassfileTestHelper { class
38 new Wildcards().run(); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/typeAnnotations/classfile/
H A DWildcards.java36 public class Wildcards extends ClassfileTestHelper { class
38 new Wildcards().run(); in main()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dscantree.cpp100 bool Wildcards=IsWildcard(CurMask); in FindProc() local
105 bool FindCode=!Wildcards && FindFile::FastFind(CurMask,FD,GetLinks); in FindProc()
116 Wildcards && Recurse==RECURSE_WILDCARDS || in FindProc()
120 if (SearchAll || Wildcards) in FindProc()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cloudwatch/
H A Dcloudwatch.go75 type Wildcards map[string]string type
307 func match(d *cw.Dimension, wc Wildcards) bool { argument
314 func filter(metric *cw.Metric, wildcard Wildcards, dimSet DimensionSet) (matches int, dims []Dimens… argument
342 func filterDimensions(metrics []*cw.Metric, wildcard Wildcards, ds DimensionSet, limit int) ([][]Di… argument
367 var wildcard = make(Wildcards)
/dports/graphics/comical/comical-0.8/unrar/
H A Dscantree.cpp113 bool Wildcards=IsWildcard(CurMask,CurMaskW); in FindProc() local
114 bool FindCode=!Wildcards && FindFile::FastFind(CurMask,CurMaskW,FindData,GetLinks); in FindProc()
117 Wildcards && Recurse==RECURSE_WILDCARDS); in FindProc()
120 if (SearchAll || Wildcards) in FindProc()

12345678910>>...89