Home
last modified time | relevance | path

Searched +defs:any +defs:match (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Dany.hpp20 struct any< peek_char > struct
22 using rule_t = any;
23 using subs_t = empty_list;
26 [[nodiscard]] static bool match( ParseInput& in ) noexcept( noexcept( in.empty() ) ) in match() function
37 struct any struct
39 using rule_t = any;
40 using subs_t = empty_list;
43 [[nodiscard]] static bool match( ParseInput& in ) noexcept( noexcept( Peek::peek( in ) ) ) in match() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dany.hpp24 struct any< peek_char > struct
26 using analyze_t = analysis::generic< analysis::rule_type::any >;
29 static bool match( Input& in ) noexcept( noexcept( in.empty() ) ) in match() function
40 struct any struct
42 using analyze_t = analysis::generic< analysis::rule_type::any >;
45 static bool match( Input& in ) noexcept( noexcept( Peek::peek( in ) ) ) in match() function
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/internal/
H A Dany.hpp24 struct any< peek_char > struct
26 using analyze_t = analysis::generic< analysis::rule_type::ANY >;
29 static bool match( Input& in ) noexcept( noexcept( in.empty() ) ) in match() function
40 struct any struct
42 using analyze_t = analysis::generic< analysis::rule_type::ANY >;
45 static bool match( Input& in ) noexcept( noexcept( in.empty() ) ) in match() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dany.hpp24 struct any< peek_char > struct
26 using analyze_t = analysis::generic< analysis::rule_type::ANY >;
29 static bool match( Input& in ) noexcept( noexcept( in.empty() ) ) in match() function
40 struct any struct
42 using analyze_t = analysis::generic< analysis::rule_type::ANY >;
45 static bool match( Input& in ) noexcept( noexcept( in.empty() ) ) in match() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/diameter/test/
H A Ddiameter_enum.erl352 any(Pred, E) -> function
355 any(M, N, _, _) function
358 any(M, N, Pred, E) -> function
376 match(X, X) -> function
378 match(_, _) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/diameter/test/
H A Ddiameter_enum.erl352 any(Pred, E) -> function
355 any(M, N, _, _) function
358 any(M, N, Pred, E) -> function
376 match(X, X) -> function
378 match(_, _) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/diameter/test/
H A Ddiameter_enum.erl352 any(Pred, E) -> function
355 any(M, N, _, _) function
358 any(M, N, Pred, E) -> function
376 match(X, X) -> function
378 match(_, _) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/diameter/test/
H A Ddiameter_enum.erl352 any(Pred, E) -> function
355 any(M, N, _, _) function
358 any(M, N, Pred, E) -> function
376 match(X, X) -> function
378 match(_, _) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/diameter/test/
H A Ddiameter_enum.erl352 any(Pred, E) -> function
355 any(M, N, _, _) function
358 any(M, N, Pred, E) -> function
376 match(X, X) -> function
378 match(_, _) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/diameter/test/
H A Ddiameter_enum.erl352 any(Pred, E) -> function
355 any(M, N, _, _) function
358 any(M, N, Pred, E) -> function
376 match(X, X) -> function
378 match(_, _) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/diameter/test/
H A Ddiameter_enum.erl352 any(Pred, E) -> function
355 any(M, N, _, _) function
358 any(M, N, Pred, E) -> function
376 match(X, X) -> function
378 match(_, _) -> function
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/transformations/transformers/
H A DfilterByValue.ts18 any = 'any', enumerator
29 match: FilterByValueMatch; property
39 match: FilterByValueMatch.any, constant
71 const match = matcher(index, frame, data); constant
/dports/devel/p5-File-Find-Rule/File-Find-Rule-0.34/lib/File/Find/
H A DRule.pm289 sub any { subroutine
662 sub match { subroutine
/dports/devel/p5-File-Find-Object-Rule/File-Find-Object-Rule-0.0313/lib/File/Find/Object/
H A DRule.pm217 sub any subroutine
494 sub match subroutine
/dports/net/c3270/suite3270-4.0/Common/c3270/
H A Dhelp.c285 int match = 0; in Help_action() local
286 bool any = false; in Help_action() local
315 bool any = false; in Help_action() local
/dports/x11/x3270/suite3270-4.0/Common/c3270/
H A Dhelp.c285 int match = 0; in Help_action() local
286 bool any = false; in Help_action() local
315 bool any = false; in Help_action() local
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Dascii.hpp22 struct any : internal::any< internal::peek_char > {}; struct
52 static bool match( Input& /*unused*/ ) noexcept in match() function
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/
H A Dascii.hpp22 struct any : internal::any< internal::peek_char > {}; struct
53 static bool match( Input& /*unused*/ ) noexcept in match() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Dascii.hpp23 struct any : internal::any< internal::peek_char > {}; struct
56 static bool match( Input& /*unused*/ ) noexcept in match() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddpfilteredcache.cxx37 bool ScDPFilteredCache::SingleFilter::match(const ScDPItemData& rCellData) const in match() function in ScDPFilteredCache::SingleFilter
53 bool ScDPFilteredCache::GroupFilter::match(const ScDPItemData& rCellData) const in match() function in ScDPFilteredCache::GroupFilter
311 Any any; in filterTable() local
335 Any any; in filterTable() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddpfilteredcache.cxx37 bool ScDPFilteredCache::SingleFilter::match(const ScDPItemData& rCellData) const in match() function in ScDPFilteredCache::SingleFilter
53 bool ScDPFilteredCache::GroupFilter::match(const ScDPItemData& rCellData) const in match() function in ScDPFilteredCache::GroupFilter
312 Any any; in filterTable() local
336 Any any; in filterTable() local
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/profile/impl/
H A DDelegationRestrictionRule.cpp116 static XMLCh match[] = UNICODE_LITERAL_5(m,a,t,c,h); variable
117 static XMLCh any[] = UNICODE_LITERAL_8(a,n,y,O,r,d,e,r); variable
/dports/net/akonadi-search/akonadi-search-21.12.3/lib/
H A Dcontactquery.cpp29 QString any; member in Akonadi::Search::PIM::ContactQueryPrivate
64 void ContactQuery::match(const QString &str) in match() function in ContactQuery
/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/test/
H A Dtc_SUITE.erl34 -define(match(Expr), macro
326 any(_) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/test/
H A Dtc_SUITE.erl34 -define(match(Expr), macro
326 any(_) -> function

12345678910>>...22