Home
last modified time | relevance | path

Searched refs:shortestLength (Results 1 – 23 of 23) sorted by relevance

/dports/x11/wallutils/wallutils-5.10.0/pkg/gnometimed/
H A Dutils.go86 shortestLength := len(sl[0])
89 if len(s) < shortestLength {
90 shortestLength = len(s)
94 if shortestLength == 0 {
97 for i := 1; i < shortestLength; i++ {
112 shortestLength := len(sl[0])
115 if len(s) < shortestLength {
116 shortestLength = len(s)
120 if shortestLength == 0 {
123 for i := 1; i < shortestLength; i++ {
[all …]
/dports/x11/wallutils/wallutils-5.10.0/
H A Dutils.go119 shortestLength := len(sl[0])
122 if len(s) < shortestLength {
123 shortestLength = len(s)
127 if shortestLength == 0 {
130 for i := 1; i < shortestLength; i++ {
145 shortestLength := len(sl[0])
148 if len(s) < shortestLength {
149 shortestLength = len(s)
153 if shortestLength == 0 {
156 for i := 1; i < shortestLength; i++ {
[all …]
/dports/devel/icu/icu/source/test/intltest/
H A Dcolldata.cpp516 int32_t shortestLength = INT32_MAX; in minLengthInChars() local
551 if (shortestLength > slength + rlength) { in minLengthInChars()
552 shortestLength = slength + rlength; in minLengthInChars()
560 if (shortestLength == INT32_MAX) { in minLengthInChars()
580 shortestLength = 1 + rlength; in minLengthInChars()
622 shortestLength = 1 + rlength; in minLengthInChars()
631 history[offset] = shortestLength; in minLengthInChars()
633 return shortestLength; in minLengthInChars()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dcolldata.cpp516 int32_t shortestLength = INT32_MAX; in minLengthInChars() local
551 if (shortestLength > slength + rlength) { in minLengthInChars()
552 shortestLength = slength + rlength; in minLengthInChars()
560 if (shortestLength == INT32_MAX) { in minLengthInChars()
580 shortestLength = 1 + rlength; in minLengthInChars()
622 shortestLength = 1 + rlength; in minLengthInChars()
631 history[offset] = shortestLength; in minLengthInChars()
633 return shortestLength; in minLengthInChars()
/dports/biology/jalview/jalview/src/jalview/analysis/scoremodels/
H A DSimilarityParams.java119 boolean includeGapResidue, boolean shortestLength) in SimilarityParams() argument
124 denominateByShortestLength = shortestLength; in SimilarityParams()
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/github.com/naoina/go-stringutil/
H A Dstrings.go55 shortestLen = shortestLength(commonInitialisms, longestLen)
251 shortestLen = shortestLength(commonInitialisms, longestLen)
264 shortestLen = shortestLength(commonInitialisms, longestLen)
304 func shortestLength(strs []string, shortest int) int { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/naoina/go-stringutil/
H A Dstrings.go55 shortestLen = shortestLength(commonInitialisms, longestLen)
251 shortestLen = shortestLength(commonInitialisms, longestLen)
264 shortestLen = shortestLength(commonInitialisms, longestLen)
304 func shortestLength(strs []string, shortest int) int { func
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/
H A DNameContext.php218 $shortestLength = \INF;
221 if ($length < $shortestLength) {
223 $shortestLength = $length;
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/
H A DNameContext.php218 $shortestLength = \INF;
221 if ($length < $shortestLength) {
223 $shortestLength = $length;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/
H A DNameContext.php218 $shortestLength = \INF;
221 if ($length < $shortestLength) {
223 $shortestLength = $length;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/
H A DNameContext.php218 $shortestLength = \INF;
221 if ($length < $shortestLength) {
223 $shortestLength = $length;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/
H A DNameContext.php218 $shortestLength = \INF;
221 if ($length < $shortestLength) {
223 $shortestLength = $length;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/
H A DNameContext.php218 $shortestLength = \INF;
221 if ($length < $shortestLength) {
223 $shortestLength = $length;
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/
H A DNameContext.php218 $shortestLength = \INF;
221 if ($length < $shortestLength) {
223 $shortestLength = $length;
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/
H A DNameContext.php218 $shortestLength = \INF;
221 if ($length < $shortestLength) {
223 $shortestLength = $length;
/dports/cad/magic/magic-8.3.245/database/
H A DDBtechtype.c742 int shortestLength, length; local
749 shortestLength = INFINITY;
768 if (length < shortestLength)
769 shortestLength = length, primary = current;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/
H A DEnumDefinition.java145 private final int shortestLength; field in EnumDefinition
165 this.shortestLength = minLen; in EnumDefinition()
308 return shortestLength; in getShortestLength()
/dports/misc/diction/diction-1.11/
H A Dstyle.c834 static int shortestLine,shortestLength; variable
966 if (shortestLine==0 || sentWords<shortestLength) in style()
969 shortestLength=sentWords; in style()
1165 …ent %d; shortest sent %d wds at sent %d\n"),longestLength,longestLine,shortestLength,shortestLine); in main()
/dports/devel/phpunit9/
H A Dphpunit13530 $shortestLength = \INF;
13533 if ($length < $shortestLength) {
13535 $shortestLength = $length;
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1shortestLength = Math.min(oldLength, newLength);\n var firstChangeIndex = null; // null signifies…
/dports/www/firefox/firefox-99.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1shortestLength = Math.min(oldLength, newLength);\n var firstChangeIndex = null; // null signifies…
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1shortestLength = Math.min(oldLength, newLength);\n var firstChangeIndex = null; // null signifies…
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1shortestLength = Math.min(oldLength, newLength);\n var firstChangeIndex = null; // null signifies…