Home
last modified time | relevance | path

Searched refs:MatchTimeout (Results 1 – 25 of 106) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexMatchTimeoutException.cs29 MatchTimeout = matchTimeout; in RegexMatchTimeoutException()
61 MatchTimeout = new TimeSpan(info.GetInt64("timeoutTicks")); in RegexMatchTimeoutException()
69 info.AddValue("timeoutTicks", MatchTimeout.Ticks); in ISerializable.GetObjectData()
76 public TimeSpan MatchTimeout { get; } = TimeSpan.FromTicks(-1); property in System.Text.RegularExpressions.RegexMatchTimeoutException
H A DRegexCompilationInfo.cs26 MatchTimeout = matchTimeout; in RegexCompilationInfo()
31 public TimeSpan MatchTimeout property in System.Text.RegularExpressions.RegexCompilationInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/tests/
H A DRegex.Serialization.cs33 Assert.Equal(regex.MatchTimeout, newRegex.MatchTimeout); in RegexRoundTripSerialization()
49 … BinaryFormatterHelpers.AssertRoundtrips(ex, e => e.Input, e => e.Pattern, e => e.MatchTimeout); in RegexMatchTimeoutExceptionSerialization()
H A DRegexCompilationInfoTests.cs33 Assert.Equal(matchTimeout, regexCompilationInfo.MatchTimeout); in Ctor_ValidArguments_CheckProperties()
65 regexCompilationInfo.MatchTimeout = matchTimeout); in MatchTimeout_GetSet_Throws()
73 regexCompilationInfo.MatchTimeout = matchTimeout; in MatchTimeout_GetSet_Success()
74 Assert.Equal(matchTimeout, regexCompilationInfo.MatchTimeout); in MatchTimeout_GetSet_Success()
H A DRegex.Ctor.Tests.cs38 Assert.Equal(matchTimeout, regex1.MatchTimeout); in Ctor()
44 Assert.Equal(matchTimeout, regex2.MatchTimeout); in Ctor()
50 Assert.Equal(matchTimeout, regex3.MatchTimeout); in Ctor()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DRegularExpressionValidator.cs58 public int? MatchTimeout { get; set; } property in System.Web.UI.WebControls.RegularExpressionValidator
93 … Match m = RegexUtil.Match(controlValue, ValidationExpression, RegexOptions.None, MatchTimeout); in EvaluateIsValid()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexCompilationInfo.cs51 MatchTimeout = matchTimeout; in RegexCompilationInfo()
122 public TimeSpan MatchTimeout { property in System.Text.RegularExpressions.RegexCompilationInfo
H A DRegexMatchTimeoutException.cs152 internal TimeSpan MatchTimeout { property in System.Text.RegularExpressions.RegexMatchTimeoutException
154 public TimeSpan MatchTimeout {
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/regexp2-1.4.0/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/devel/gh/cli-2.4.0/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
H A DREADME.md22 …the `*Match*` methods *should* return is a Timeout if you set the `re.MatchTimeout` field. Any ot…
45 …ecution time guarantees | yes, if your pattern is at risk you can use the `re.MatchTimeout` field |
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/
H A Dregexp.go28 MatchTimeout time.Duration
70 MatchTimeout: DefaultMatchTimeout,
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/regexp2-1.1.6/
H A Dregexp.go28 MatchTimeout time.Duration member
70 MatchTimeout: DefaultMatchTimeout,
H A DREADME.md22 …the `*Match*` methods *should* return is a Timeout if you set the `re.MatchTimeout` field. Any ot…
45 …ecution time guarantees | yes, if your pattern is at risk you can use the `re.MatchTimeout` field |
/dports/games/brainparty/brainparty/
H A Dpatchmatch.cpp241 int MatchTimeout = TheGame->TickCount - 400; in Tick() local
266 if (box->MatchTime != -1 && box->MatchTime < MatchTimeout) { in Tick()

12345