Home
last modified time | relevance | path

Searched refs:spaceCount (Results 1 – 25 of 143) sorted by relevance

123456

/dports/deskutils/calibre/calibre-src-5.34.0/src/odf/
H A Dteletype.py39 self.spaceCount = 0
73 self.spaceCount = 0
75 self.spaceCount += 1
77 if self.spaceCount > 0:
98 if self.spaceCount > 0:
99 spaceElement = S(c=self.spaceCount)
101 self.spaceCount = 0
132 spaceCount = int(c)
134 spaceCount = 1
136 result.append(" " * spaceCount)
/dports/devel/py-odfpy/odfpy-1.4.1/odf/
H A Dteletype.py38 self.spaceCount = 0
72 self.spaceCount = 0
74 self.spaceCount += 1
76 if self.spaceCount > 0:
98 if self.spaceCount > 0:
99 spaceElement = S(c=self.spaceCount)
101 self.spaceCount = 0
130 spaceCount = int(c)
132 spaceCount = 1
134 result.append(" " * spaceCount)
/dports/devel/icu/icu/source/test/thaitest/
H A Dthaitest.cpp132 UBool compareWordBreaks(const UChar *spaces, int32_t spaceCount,
161 ThaiWordbreakTest::ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, in ThaiWordbreakTest() argument
165 compareWordBreaks(spaces, spaceCount, noSpaces, noSpaceCount); in ThaiWordbreakTest()
227 SpaceBreakIterator spaceIter(spaces, spaceCount); in compareWordBreaks()
370 int32_t i, out, spaceCount; in crunchSpaces() local
372 spaceCount = 0; in crunchSpaces()
375 spaceCount += 1; in crunchSpaces()
379 nonSpaceCount = count - spaceCount; in crunchSpaces()
466 int32_t spaceCount, nonSpaceCount; in main() local
469 spaces = ThaiWordbreakTest::readFile(fileName, spaceCount); in main()
[all …]
/dports/devel/icu-lx/icu/source/test/thaitest/
H A Dthaitest.cpp132 UBool compareWordBreaks(const UChar *spaces, int32_t spaceCount,
161 ThaiWordbreakTest::ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, in ThaiWordbreakTest() argument
165 compareWordBreaks(spaces, spaceCount, noSpaces, noSpaceCount); in ThaiWordbreakTest()
227 SpaceBreakIterator spaceIter(spaces, spaceCount); in compareWordBreaks()
370 int32_t i, out, spaceCount; in crunchSpaces() local
372 spaceCount = 0; in crunchSpaces()
375 spaceCount += 1; in crunchSpaces()
379 nonSpaceCount = count - spaceCount; in crunchSpaces()
466 int32_t spaceCount, nonSpaceCount; in main() local
469 spaces = ThaiWordbreakTest::readFile(fileName, spaceCount); in main()
[all …]
/dports/graphics/partio/partio-1.14.6/src/lib/io/
H A DRIB.cpp81 int spaceCount = 0; in writeRIB() local
93 spaceCount ++; in writeRIB()
95 if (spaceCount > 12) in writeRIB()
98 spaceCount = 0; in writeRIB()
111 spaceCount ++; in writeRIB()
113 if (spaceCount > 12) in writeRIB()
116 spaceCount = 0; in writeRIB()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DCheckAnnotations.java19 for (int spaceCount = 1; needMore; ++spaceCount) { in main()
21 System.out.println("\nCOUNT: " + spaceCount); in main()
25 if (spaces.length() != spaceCount) { in main()
26 if (spaces.length() > spaceCount) { in main()
/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DCharacterReference.java618 int spaceCount; in appendEncode() local
627 spaceCount=TAB_LENGTH; in appendEncode()
630 spaceCount=1; in appendEncode()
635 spaceCount+=1; in appendEncode()
637 spaceCount+=TAB_LENGTH; in appendEncode()
642 if (spaceCount==1) { in appendEncode()
647 …if (spaceCount%2==1) appendable.append(' '); // fist character is a space if we have an odd number… in appendEncode()
648 while (spaceCount>=2) { in appendEncode()
650 spaceCount-=2; in appendEncode()
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/Commenting/
H A DInlineCommentSniff.php198 $spaceCount = 0;
212 $spaceCount++;
223 } else if ($spaceCount === 0) {
230 } else if ($spaceCount > 1) {
233 $spaceCount,
234 substr($comment, (2 + $spaceCount)),
/dports/math/octave/octave-6.4.0/libgui/qterminal/libqterminal/unix/
H A DTerminalCharacterDecoder.cpp131 int spaceCount = 0; in decodeLine() local
178 spaceCount++; in decodeLine()
180 spaceCount = 0; in decodeLine()
184 if (spaceCount < 2) in decodeLine()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DQuotaCounts.java119 public void setStorageSpace(long spaceCount) { in setStorageSpace() argument
120 this.nsSsCounts.set(Quota.STORAGESPACE, spaceCount); in setStorageSpace()
144 void setTypeSpace(StorageType type, long spaceCount) { in setTypeSpace() argument
145 this.tsCounts.set(type, spaceCount); in setTypeSpace()
/dports/x11/konsole/konsole-21.12.3/src/decoders/
H A DHTMLDecoder.cpp99 int spaceCount = 0; in decodeLine() local
136 spaceCount++; in decodeLine()
138 spaceCount = 0; in decodeLine()
142 if (spaceCount < 2) { in decodeLine()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DTerminalCharacterDecoder.cpp154 int spaceCount = 0; in decodeLine() local
206 spaceCount++; in decodeLine()
208 spaceCount = 0; in decodeLine()
212 if (spaceCount < 2) in decodeLine()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DTerminalCharacterDecoder.cpp154 int spaceCount = 0; in decodeLine() local
206 spaceCount++; in decodeLine()
208 spaceCount = 0; in decodeLine()
212 if (spaceCount < 2) in decodeLine()
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DTerminalCharacterDecoder.cpp166 int spaceCount = 0; in decodeLine() local
218 spaceCount++; in decodeLine()
220 spaceCount = 0; in decodeLine()
224 if (spaceCount < 2) in decodeLine()
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DTerminalCharacterDecoder.cpp154 int spaceCount = 0; in decodeLine() local
206 spaceCount++; in decodeLine()
208 spaceCount = 0; in decodeLine()
212 if (spaceCount < 2) in decodeLine()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc/
H A Durlesc.go79 spaceCount, hexCount := 0, 0
84 spaceCount++
91 if spaceCount == 0 && hexCount == 0 {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/PuerkitoBio/urlesc/
H A Durlesc.go79 spaceCount, hexCount := 0, 0
84 spaceCount++
91 if spaceCount == 0 && hexCount == 0 {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/PuerkitoBio/urlesc/
H A Durlesc.go79 spaceCount, hexCount := 0, 0
84 spaceCount++
91 if spaceCount == 0 && hexCount == 0 {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/PuerkitoBio/urlesc/
H A Durlesc.go79 spaceCount, hexCount := 0, 0
84 spaceCount++
91 if spaceCount == 0 && hexCount == 0 {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/PuerkitoBio/urlesc/
H A Durlesc.go79 spaceCount, hexCount := 0, 0
84 spaceCount++
91 if spaceCount == 0 && hexCount == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/opennota/urlesc/
H A Durlesc.go79 spaceCount, hexCount := 0, 0
84 spaceCount++
91 if spaceCount == 0 && hexCount == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/PuerkitoBio/urlesc/
H A Durlesc.go79 spaceCount, hexCount := 0, 0
84 spaceCount++
91 if spaceCount == 0 && hexCount == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/opennota/urlesc/
H A Durlesc.go79 spaceCount, hexCount := 0, 0
84 spaceCount++
91 if spaceCount == 0 && hexCount == 0 {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/PuerkitoBio/urlesc/
H A Durlesc.go79 spaceCount, hexCount := 0, 0
84 spaceCount++
91 if spaceCount == 0 && hexCount == 0 {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/PuerkitoBio/urlesc/urlesc-de5bf2ad4578/
H A Durlesc.go79 spaceCount, hexCount := 0, 0
84 spaceCount++
91 if spaceCount == 0 && hexCount == 0 {

123456