Home
last modified time | relevance | path

Searched defs:IsMatch (Results 1 – 25 of 863) sorted by relevance

12345678910>>...35

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/Tracking/
H A DTrackPoint.cs62 …internal bool IsMatch(Activity activity, out List<ActivityExecutionStatus> status, out bool hasCon… in IsMatch() method in System.Workflow.Runtime.Tracking.ActivityTrackPoint
124 internal bool IsMatch(Activity activity, ActivityExecutionStatus status) in IsMatch() method in System.Workflow.Runtime.Tracking.ActivityTrackPoint
210 internal bool IsMatch(Activity activity) in IsMatch() method in System.Workflow.Runtime.Tracking.UserTrackPoint
221 internal bool IsMatch(Activity activity, string keyName, object argument) in IsMatch() method in System.Workflow.Runtime.Tracking.UserTrackPoint
275 internal bool IsMatch(TrackingWorkflowEvent status) in IsMatch() method in System.Workflow.Runtime.Tracking.WorkflowTrackPoint
/dports/lang/mono/mono-5.10.1.57/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Core/
H A DPathFilter.cs53 bool IsMatch(string name); in IsMatch() method
76 public virtual bool IsMatch(string name) in IsMatch() method in ICSharpCode.SharpZipLib.Core.PathFilter
110 public override bool IsMatch(string fileName) in IsMatch() method in ICSharpCode.SharpZipLib.Core.NameAndSizeFilter
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Linq/JsonPath/
H A DQueryExpression.cs27 public abstract bool IsMatch(JToken t); in IsMatch() method in Newtonsoft.Json.Linq.JsonPath.QueryExpression
39 public override bool IsMatch(JToken t) in IsMatch() method in Newtonsoft.Json.Linq.JsonPath.CompositeExpression
72 public override bool IsMatch(JToken t) in IsMatch() method in Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression
/dports/devel/cquery/cquery-20180718/src/
H A Dmatch.cc40 bool Matcher::IsMatch(const std::string& value) const { in IsMatch() function in Matcher
58 bool GroupMatch::IsMatch(const std::string& value, in IsMatch() function in GroupMatch
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/SharpZipLib/ICSharpCode.SharpZipLib.Shared/Core/
H A DPathFilter.cs31 public virtual bool IsMatch(string name) in IsMatch() method in ICSharpCode.SharpZipLib.Core.PathFilter
112 public override bool IsMatch(string name) in IsMatch() method in ICSharpCode.SharpZipLib.Core.ExtendedPathFilter
233 public override bool IsMatch(string name) in IsMatch() method in ICSharpCode.SharpZipLib.Core.NameAndSizeFilter
H A DIScanFilter.cs13 bool IsMatch(string name); in IsMatch() method
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dlive_node_list.cc29 class IsMatch { class
33 IsMatch(const LiveNodeList& list) : list_(&list) {} in IsMatch() function in blink::__anon664001090111::IsMatch
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dlive_node_list.cc29 class IsMatch { class
33 IsMatch(const LiveNodeList& list) : list_(&list) {} in IsMatch() function in blink::__anon79af784e0111::IsMatch
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/vellum/
H A Dautomaton.go24 IsMatch(int) bool methodSpec
65 func (m *AlwaysMatch) IsMatch(int) bool { func
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/couchbase/vellum/
H A Dautomaton.go24 IsMatch(int) bool methodSpec
65 func (m *AlwaysMatch) IsMatch(int) bool { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/couchbase/vellum/
H A Dautomaton.go24 IsMatch(int) bool methodSpec
65 func (m *AlwaysMatch) IsMatch(int) bool { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/
H A DUriTemplatePathSegment.cs82 public bool IsMatch(UriTemplateLiteralPathSegment segment) in IsMatch() method in System.UriTemplatePathSegment
86 … public abstract bool IsMatch(UriTemplateLiteralPathSegment segment, bool ignoreTrailingSlash); in IsMatch() method in System.UriTemplatePathSegment
/dports/devel/msbuild/msbuild-0.06/src/Build/Globbing/
H A DIMSBuildGlob.cs26 bool IsMatch(string stringToMatch); in IsMatch() method
H A DCompositeGlob.cs45 public bool IsMatch(string stringToMatch) in IsMatch() method in Microsoft.Build.Globbing.CompositeGlob
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dstring-table-inl.h30 bool StringSetShape::IsMatch(String key, Object value) { in IsMatch() function
43 bool StringTableShape::IsMatch(Key key, Object value) { in IsMatch() function
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitFramework/framework/
H A DStringAssert.cs200 static public void IsMatch( string expected, string actual, string message, params object[] args ) in IsMatch() method in NUnit.Framework.StringAssert
211 static public void IsMatch( string expected, string actual, string message ) in IsMatch() method in NUnit.Framework.StringAssert
221 static public void IsMatch( string expected, string actual ) in IsMatch() method in NUnit.Framework.StringAssert
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/
H A DStringAssert.cs200 static public void IsMatch( string expected, string actual, string message, params object[] args ) in IsMatch() method in NUnit.Framework.StringAssert
211 static public void IsMatch( string expected, string actual, string message ) in IsMatch() method in NUnit.Framework.StringAssert
221 static public void IsMatch( string expected, string actual ) in IsMatch() method in NUnit.Framework.StringAssert
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.IO/
H A DSearchPattern.cs52 public bool IsMatch (string text, bool ignorecase) in IsMatch() method in System.IO.SearchPattern2
71 public bool IsMatch (string text) in IsMatch() method in System.IO.SearchPattern2
/dports/irc/smuxi/smuxi-1.1/src/Common/
H A DPattern.cs29 public static bool IsMatch(string input, string pattern) in IsMatch() method in Smuxi.Common.Pattern
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/appcache/
H A Dappcache_namespace.cc22 bool AppCacheNamespace::IsMatch(const GURL& url) const { in IsMatch() function in content::AppCacheNamespace
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/appcache/
H A Dappcache_namespace.cc22 bool AppCacheNamespace::IsMatch(const GURL& url) const { in IsMatch() function in content::AppCacheNamespace
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DNamedPipeSettings.cs33 internal bool IsMatch(NamedPipeSettings pipeSettings) in IsMatch() method in System.ServiceModel.Channels.NamedPipeSettings
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Constraints/
H A DSubPathConstraint.cs45 protected override bool IsMatch(string expectedPath, string actualPath) in IsMatch() method in NUnit.Framework.Constraints.SubPathConstraint
H A DSamePathConstraint.cs45 protected override bool IsMatch(string expectedPath, string actualPath) in IsMatch() method in NUnit.Framework.Constraints.SamePathConstraint
H A DSamePathOrUnderConstraint.cs45 protected override bool IsMatch(string expectedPath, string actualPath) in IsMatch() method in NUnit.Framework.Constraints.SamePathOrUnderConstraint

12345678910>>...35