Home
last modified time | relevance | path

Searched refs:isAlphaNumeric (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DXslNumber.cs129 bool isAlphaNumeric = CharUtil.IsAlphaNumeric(formatString[idxStart]); in NumberFormatter()
131 if (isAlphaNumeric) { in NumberFormatter()
138 … if (idx == formatString.Length || isAlphaNumeric != CharUtil.IsAlphaNumeric(formatString[idx])) { in NumberFormatter()
139 if (isAlphaNumeric) { in NumberFormatter()
151 isAlphaNumeric = !isAlphaNumeric; in NumberFormatter()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DXslNumber.cs144 bool isAlphaNumeric = CharUtil.IsAlphaNumeric(formatString[idxStart]); in NumberFormatter()
146 if (isAlphaNumeric) in NumberFormatter()
155 … if (idx == formatString.Length || isAlphaNumeric != CharUtil.IsAlphaNumeric(formatString[idx])) in NumberFormatter()
157 if (isAlphaNumeric) in NumberFormatter()
172 isAlphaNumeric = !isAlphaNumeric; in NumberFormatter()
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/cheekybits/genny/parse/
H A Dparse_int_test.go12 assert.True(t, isAlphaNumeric(r))
15 assert.False(t, isAlphaNumeric(r))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cheekybits/genny/parse/
H A Dparse_int_test.go12 assert.True(t, isAlphaNumeric(r))
15 assert.False(t, isAlphaNumeric(r))
/dports/net/storj/storj-1.45.3/vendor/github.com/cheekybits/genny/parse/
H A Dparse_int_test.go12 assert.True(t, isAlphaNumeric(r))
15 assert.False(t, isAlphaNumeric(r))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/cheekybits/genny/parse/
H A Dparse_int_test.go12 assert.True(t, isAlphaNumeric(r))
15 assert.False(t, isAlphaNumeric(r))
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/cheekybits/genny/parse/
H A Dparse_int_test.go12 assert.True(t, isAlphaNumeric(r))
15 assert.False(t, isAlphaNumeric(r))
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/cheekybits/genny/parse/
H A Dparse_int_test.go12 assert.True(t, isAlphaNumeric(r))
15 assert.False(t, isAlphaNumeric(r))
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/cheekybits/genny/parse/
H A Dparse_int_test.go12 assert.True(t, isAlphaNumeric(r))
15 assert.False(t, isAlphaNumeric(r))
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/cheekybits/genny/parse/
H A Dparse_int_test.go12 assert.True(t, isAlphaNumeric(r))
15 assert.False(t, isAlphaNumeric(r))
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/cheekybits/genny/parse/
H A Dparse_int_test.go12 assert.True(t, isAlphaNumeric(r))
15 assert.False(t, isAlphaNumeric(r))
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/testrand/
H A Drand_test.go26 isAlphaNumeric := regexp.MustCompile(`^[A-Za-z0-9]+$`).MatchString
29 require.True(t, isAlphaNumeric(randomAlphaNumericString))
/dports/www/piwigo/piwigo/include/
H A Djshrink.class.php209 if(self::isAlphaNumeric($this->b))
225 if(self::isAlphaNumeric($this->a))
234 if(!self::isAlphaNumeric($this->a))
464 static protected function isAlphaNumeric($char) function in JShrink_Minifier
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/JShrink/
H A DMinifier.php222 if (static::isAlphaNumeric($this->b)) {
237 if (static::isAlphaNumeric($this->a)) {
245 if (!static::isAlphaNumeric($this->a)) {
565 protected static function isAlphaNumeric($char) function in JShrink\\Minifier
/dports/www/matomo/piwik/vendor/tedivm/jshrink/src/JShrink/
H A DMinifier.php222 if (static::isAlphaNumeric($this->b)) {
237 if (static::isAlphaNumeric($this->a)) {
245 if (!static::isAlphaNumeric($this->a)) {
565 protected static function isAlphaNumeric($char) function in JShrink\\Minifier
/dports/www/e107/e107/e107_handlers/vendor/tedivm/jshrink/src/JShrink/
H A DMinifier.php202 if (static::isAlphaNumeric($this->b)) {
217 if (static::isAlphaNumeric($this->a)) {
225 if (!static::isAlphaNumeric($this->a)) {
544 protected static function isAlphaNumeric($char) function in JShrink\\Minifier
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/pattern/
H A Dlexer.go165 func isAlphaNumeric(r rune) bool { func
204 if !isAlphaNumeric(l.next()) {
215 if !isAlphaNumeric(l.next()) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/pattern/
H A Dlexer.go165 func isAlphaNumeric(r rune) bool { func
204 if !isAlphaNumeric(l.next()) {
215 if !isAlphaNumeric(l.next()) {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/honnef.co/go/tools/pattern/
H A Dlexer.go165 func isAlphaNumeric(r rune) bool { func
204 if !isAlphaNumeric(l.next()) {
215 if !isAlphaNumeric(l.next()) {
/dports/sysutils/nomad/nomad-1.1.0/vendor/honnef.co/go/tools/pattern/
H A Dlexer.go165 func isAlphaNumeric(r rune) bool { func
204 if !isAlphaNumeric(l.next()) {
215 if !isAlphaNumeric(l.next()) {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/pattern/
H A Dlexer.go165 func isAlphaNumeric(r rune) bool { func
204 if !isAlphaNumeric(l.next()) {
215 if !isAlphaNumeric(l.next()) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/honnef.co/go/tools/pattern/
H A Dlexer.go165 func isAlphaNumeric(r rune) bool { func
204 if !isAlphaNumeric(l.next()) {
215 if !isAlphaNumeric(l.next()) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/honnef.co/go/tools/pattern/
H A Dlexer.go165 func isAlphaNumeric(r rune) bool { func
204 if !isAlphaNumeric(l.next()) {
215 if !isAlphaNumeric(l.next()) {
/dports/devel/R-cran-sourcetools/sourcetools/inst/include/sourcetools/core/
H A Dutil.h92 inline bool isAlphaNumeric(char ch) in isAlphaNumeric() function
119 isAlphaNumeric(ch) || in isValidForRSymbol()
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DAscii.h95 static bool isAlphaNumeric(int ch);
184 inline bool Ascii::isAlphaNumeric(int ch) in isAlphaNumeric() function

12345678910>>...15