Home
last modified time | relevance | path

Searched refs:isAlpha (Results 151 – 175 of 1812) sorted by relevance

12345678910>>...73

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/word8-0.1.3/Data/
H A DWord8.hs18 , isAlpha, isAlphaNum, isPrint, isDigit, isOctDigit, isHexDigit
88 isAlpha :: Word8 -> Bool
89 isAlpha w = isLowerCommon w || isUpper w function
92 isAlphaNum w = isAlpha w || isNumber w
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/word8-0.1.3/Data/
H A DWord8.hs18 , isAlpha, isAlphaNum, isPrint, isDigit, isOctDigit, isHexDigit
88 isAlpha :: Word8 -> Bool
89 isAlpha w = isLowerCommon w || isUpper w function
92 isAlphaNum w = isAlpha w || isNumber w
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/word8-0.1.3/Data/
H A DWord8.hs18 , isAlpha, isAlphaNum, isPrint, isDigit, isOctDigit, isHexDigit
88 isAlpha :: Word8 -> Bool
89 isAlpha w = isLowerCommon w || isUpper w function
92 isAlphaNum w = isAlpha w || isNumber w
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/word8-0.1.3/Data/
H A DWord8.hs18 , isAlpha, isAlphaNum, isPrint, isDigit, isOctDigit, isHexDigit
88 isAlpha :: Word8 -> Bool
89 isAlpha w = isLowerCommon w || isUpper w function
92 isAlphaNum w = isAlpha w || isNumber w
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/word8-0.1.3/Data/
H A DWord8.hs18 , isAlpha, isAlphaNum, isPrint, isDigit, isOctDigit, isHexDigit
88 isAlpha :: Word8 -> Bool
89 isAlpha w = isLowerCommon w || isUpper w function
92 isAlphaNum w = isAlpha w || isNumber w
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/word8-0.1.3/Data/
H A DWord8.hs18 , isAlpha, isAlphaNum, isPrint, isDigit, isOctDigit, isHexDigit
88 isAlpha :: Word8 -> Bool
89 isAlpha w = isLowerCommon w || isUpper w function
92 isAlphaNum w = isAlpha w || isNumber w
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/server/
H A Ddeleted_kinds_test.go55 expected: resourceExpirationEvaluator{currentMajor: 1, currentMinor: 20, isAlpha: true},
168 isAlpha: true,
178 isAlpha: true,
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/promql/
H A Dlex.go522 case isAlpha(r) || r == ':':
580 case isAlpha(r):
642 case isAlpha(r):
891 return isAlpha(r) || isDigit(r)
902 func isAlpha(r rune) bool { func
908 if len(s) == 0 || !isAlpha(rune(s[0])) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/configs/legacy_promql/
H A Dlex.go520 case isAlpha(r) || r == ':':
570 case isAlpha(r):
631 case isAlpha(r):
880 return isAlpha(r) || isDigit(r)
891 func isAlpha(r rune) bool { func
897 if len(s) == 0 || !isAlpha(rune(s[0])) {
/dports/net-mgmt/prometheus1/prometheus-1.8.2/promql/
H A Dlex.go522 case isAlpha(r) || r == ':':
572 case isAlpha(r):
633 case isAlpha(r):
882 return isAlpha(r) || isDigit(r)
893 func isAlpha(r rune) bool { func
899 if len(s) == 0 || !isAlpha(rune(s[0])) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/configs/legacy_promql/
H A Dlex.go520 case isAlpha(r) || r == ':':
570 case isAlpha(r):
631 case isAlpha(r):
880 return isAlpha(r) || isDigit(r)
891 func isAlpha(r rune) bool { func
897 if len(s) == 0 || !isAlpha(rune(s[0])) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/promql/
H A Dlex.go419 case isAlpha(r) || r == ':':
480 case isAlpha(r):
542 case isAlpha(r):
807 return isAlpha(r) || isDigit(r)
818 func isAlpha(r rune) bool { func
824 if len(s) == 0 || !isAlpha(rune(s[0])) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/promql/
H A Dlex.go519 case isAlpha(r) || r == ':':
569 case isAlpha(r):
631 case isAlpha(r):
880 return isAlpha(r) || isDigit(r)
891 func isAlpha(r rune) bool { func
897 if len(s) == 0 || !isAlpha(rune(s[0])) {
/dports/lang/ghc/ghc-8.10.7/utils/hpc/
H A DHpcLexer.hs24 | isAlpha c = lexerKW cs [c] line (succ column) function
31 | isAlpha c = lexerKW cs (s ++ [c]) line (succ column) function
/dports/games/residualvm/residualvm-0.3.1/image/
H A Dpng.cpp174 bool isAlpha = (colorType & PNG_COLOR_MASK_ALPHA); in loadStream() local
176 isAlpha = true; in loadStream()
180 8, 8, 8, isAlpha ? 8 : 0, 24, 16, 8, 0)); in loadStream()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/include/
H A DofxUtilities.H272 bool &isAlpha, in ofxuGetImage() argument
280 isAlpha = !ofxuGetImagePixelsAreRGBA(imageProps); in ofxuGetImage()
290 isAlpha = false; in ofxuGetImage()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/include/
H A DofxUtilities.H272 bool &isAlpha, in ofxuGetImage() argument
280 isAlpha = !ofxuGetImagePixelsAreRGBA(imageProps); in ofxuGetImage()
290 isAlpha = false; in ofxuGetImage()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/word8-0.1.3/test/
H A DWord8Spec.hs28 isAlpha w == C.isAlpha (word8ToChar w)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/word8-0.1.3/test/
H A DWord8Spec.hs28 isAlpha w == C.isAlpha (word8ToChar w)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/word8-0.1.3/test/
H A DWord8Spec.hs28 isAlpha w == C.isAlpha (word8ToChar w)
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/word8-0.1.3/test/
H A DWord8Spec.hs28 isAlpha w == C.isAlpha (word8ToChar w)
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/word8-0.1.3/test/
H A DWord8Spec.hs28 isAlpha w == C.isAlpha (word8ToChar w)
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/word8-0.1.3/test/
H A DWord8Spec.hs28 isAlpha w == C.isAlpha (word8ToChar w)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/word8-0.1.3/test/
H A DWord8Spec.hs28 isAlpha w == C.isAlpha (word8ToChar w)
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_literal_component.cpp69 if (cr.isAlpha()) { in isLiteralChar()
80 (num == 1 && !cr.isAlpha())) { in isLiteralChar()

12345678910>>...73