Home
last modified time | relevance | path

Searched refs:underscoreCount (Results 1 – 3 of 3) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/internal/js_lexer/
H A Djs_lexer.go1841 underscoreCount := 0
1895 underscoreCount++
1951 if underscoreCount > 0 {
1952 bytes := make([]byte, 0, len(text)-underscoreCount)
1993 underscoreCount++
2023 underscoreCount++
2057 underscoreCount++
2067 if underscoreCount > 0 {
2068 bytes := make([]byte, 0, len(text)-underscoreCount)
/dports/devel/esbuild/esbuild-0.12.23/internal/js_lexer/
H A Djs_lexer.go1847 underscoreCount := 0
1901 underscoreCount++
1957 if underscoreCount > 0 {
1958 bytes := make([]byte, 0, len(text)-underscoreCount)
1999 underscoreCount++
2029 underscoreCount++
2063 underscoreCount++
2073 if underscoreCount > 0 {
2074 bytes := make([]byte, 0, len(text)-underscoreCount)
/dports/math/cantor/cantor-21.12.3/src/
H A Dhorizontalruleentry.cpp256 int underscoreCount = trimmedSource.count(QLatin1Char('_')); in isConvertableToHorizontalRuleEntry() local
258 …n sourceLength == hyphensCount || sourceLength == asteriksCount || sourceLength == underscoreCount; in isConvertableToHorizontalRuleEntry()