Home
last modified time | relevance | path

Searched refs:partsSize (Results 1 – 16 of 16) sorted by relevance

/dports/net/kcalutils/kcalutils-21.12.3/src/grantlee_plugin/
H A Dicon.cpp43 const int partsSize = parts.size(); in getNode() local
44 if (partsSize < 2) { in getNode()
47 if (partsSize > 4) { in getNode()
48 …:TagSyntaxError, QStringLiteral("icon tag takes at maximum 3 arguments, %1 given").arg(partsSize)); in getNode()
53 if (partsSize >= 3) { in getNode()
69 if (partsSize == 4) { in getNode()
/dports/deskutils/grantleetheme/grantleetheme-21.12.3/src/plugin/
H A Dicon.cpp43 const int partsSize = parts.size(); in getNode() local
44 if (partsSize < 2) { in getNode()
47 if (partsSize > 4) { in getNode()
48 …:TagSyntaxError, QStringLiteral("icon tag takes at maximum 3 arguments, %1 given").arg(partsSize)); in getNode()
53 if (partsSize >= 3) { in getNode()
69 if (partsSize == 4) { in getNode()
/dports/www/bolt/bolt-2.2.24/vendor/ircmaxell/random-lib/lib/RandomLib/
H A DAbstractMixer.php87 $partsSize = count($parts);
92 for ($j = 1; $j < $partsSize; $j++) {
93 $newKey = $parts[($j + $offset) % $partsSize][$i];
102 $offset = ($offset + 1) % $partsSize;
/dports/finance/prestashop/prestashop/vendor/ircmaxell/random-lib/lib/RandomLib/
H A DAbstractMixer.php87 $partsSize = count($parts);
92 for ($j = 1; $j < $partsSize; $j++) {
93 $newKey = $parts[($j + $offset) % $partsSize][$i];
102 $offset = ($offset + 1) % $partsSize;
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/publicsuffix/
H A DPublicSuffix.java58 final int partsSize = parts.size(); in findPublicSuffixIndex() local
61 for (int i = 0; i < partsSize; i++) { in findPublicSuffixIndex()
62 String ancestorName = StringUtils.join(".", parts.subList(i, partsSize)); in findPublicSuffixIndex()
/dports/deskutils/syncthingtray/c++utilities/chrono/
H A Dtimespan.cpp43 size_t partsSize = 1; in fromString() local
45 *i == separator && ++partsSize; in fromString()
47 parts.reserve(partsSize); in fromString()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/util/publicsuffix/
H A DPublicSuffix.java94 final int partsSize = parts.size();
97 for (int i = 0; i < partsSize; i++) {
98 String ancestorName = TextUtils.join(".", parts.subList(i, partsSize));
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/KTp/
H A Dmessage.h149 int partsSize() const;
H A Dmessage.cpp203 int Message::partsSize() const in partsSize() function in Message
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/test/api/
H A Dtest-ot-math.c544 unsigned partsSize = sizeof (parts) / sizeof (parts[0]); in test_get_glyph_assembly() local
616 count = partsSize; in test_get_glyph_assembly()
625 } while (count == partsSize); in test_get_glyph_assembly()
649 count = partsSize; in test_get_glyph_assembly()
658 } while (count == partsSize); in test_get_glyph_assembly()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/test/api/
H A Dtest-ot-math.c544 unsigned partsSize = sizeof (parts) / sizeof (parts[0]); in test_get_glyph_assembly() local
616 count = partsSize; in test_get_glyph_assembly()
625 } while (count == partsSize); in test_get_glyph_assembly()
649 count = partsSize; in test_get_glyph_assembly()
658 } while (count == partsSize); in test_get_glyph_assembly()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/test/api/
H A Dtest-ot-math.c544 unsigned partsSize = sizeof (parts) / sizeof (parts[0]); in test_get_glyph_assembly() local
616 count = partsSize; in test_get_glyph_assembly()
625 } while (count == partsSize); in test_get_glyph_assembly()
649 count = partsSize; in test_get_glyph_assembly()
658 } while (count == partsSize); in test_get_glyph_assembly()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/test/api/
H A Dtest-ot-math.c625 unsigned partsSize = sizeof (parts) / sizeof (parts[0]); in test_get_glyph_assembly() local
697 count = partsSize; in test_get_glyph_assembly()
706 } while (count == partsSize); in test_get_glyph_assembly()
730 count = partsSize; in test_get_glyph_assembly()
739 } while (count == partsSize); in test_get_glyph_assembly()
/dports/print/harfbuzz/harfbuzz-3.4.0/test/api/
H A Dtest-ot-math.c625 unsigned partsSize = sizeof (parts) / sizeof (parts[0]); in test_get_glyph_assembly() local
697 count = partsSize; in test_get_glyph_assembly()
706 } while (count == partsSize); in test_get_glyph_assembly()
730 count = partsSize; in test_get_glyph_assembly()
739 } while (count == partsSize); in test_get_glyph_assembly()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/test/api/
H A Dtest-ot-math.c625 unsigned partsSize = sizeof (parts) / sizeof (parts[0]); in test_get_glyph_assembly() local
697 count = partsSize; in test_get_glyph_assembly()
706 } while (count == partsSize); in test_get_glyph_assembly()
730 count = partsSize; in test_get_glyph_assembly()
739 } while (count == partsSize); in test_get_glyph_assembly()
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dparticle.h2511 IndexInt partsSize = mData.size(); in insertBufferedParticles() local
2514 assertMsg(mMaxParticles >= partsSize, in insertBufferedParticles()
2555 mData[partsSize].pos = insertPos; in insertBufferedParticles()
2556 mData[partsSize].flag = PNEW | insertFlag; in insertBufferedParticles()
2560 mPdataReal[pd]->initNewValue(partsSize, insertPos); in insertBufferedParticles()
2562 mPdataVec3[pd]->initNewValue(partsSize, insertPos); in insertBufferedParticles()
2564 mPdataInt[pd]->initNewValue(partsSize, insertPos); in insertBufferedParticles()
2565 partsSize++; in insertBufferedParticles()