Home
last modified time | relevance | path

Searched refs:commonPrefixLength (Results 51 – 75 of 81) sorted by relevance

1234

/dports/www/ilias6/ILIAS-6.14/Services/Utilities/classes/
H A DParser.php2231 $commonPrefixLength = $this->getCommon($pref, $lastPrefix);
2234 while ($commonPrefixLength < $lastPrefixLength) {
2238 if ($prefixLength <= $commonPrefixLength && $commonPrefixLength > 0) {
2239 $output .= $this->nextItem($pref[$commonPrefixLength - 1]);
2241 while ($prefixLength > $commonPrefixLength) {
2242 $char = substr($pref, $commonPrefixLength, 1);
2252 ++$commonPrefixLength;
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/update/updater/
H A Dupdater.cxx3600 size_t commonPrefixLength = PathCommonPrefixW(argv[callbackIndex],
3604 NS_tstrncpy(p, argv[callbackIndex], commonPrefixLength);
3605 p += commonPrefixLength;
3606 bufferLeft -= commonPrefixLength;
3607 NS_tstrncpy(p, gInstallDirPath + commonPrefixLength, bufferLeft);
3609 size_t len = NS_tstrlen(gInstallDirPath + commonPrefixLength);
3622 commonPrefixLength), bufferLeft);
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp3512 size_t commonPrefixLength =
3515 NS_tstrncpy(p, argv[callbackIndex], commonPrefixLength);
3516 p += commonPrefixLength;
3517 bufferLeft -= commonPrefixLength;
3518 NS_tstrncpy(p, gInstallDirPath + commonPrefixLength, bufferLeft);
3520 size_t len = NS_tstrlen(gInstallDirPath + commonPrefixLength);
3533 std::max(callbackPrefixLength, commonPrefixLength),
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp3823 size_t commonPrefixLength =
3826 NS_tstrncpy(p, argv[callbackIndex], commonPrefixLength);
3827 p += commonPrefixLength;
3828 bufferLeft -= commonPrefixLength;
3829 NS_tstrncpy(p, gInstallDirPath + commonPrefixLength, bufferLeft);
3831 size_t len = NS_tstrlen(gInstallDirPath + commonPrefixLength);
3844 std::max(callbackPrefixLength, commonPrefixLength),
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/update/updater/
H A Dupdater.cxx3599 size_t commonPrefixLength = PathCommonPrefixW(argv[callbackIndex],
3603 NS_tstrncpy(p, argv[callbackIndex], commonPrefixLength);
3604 p += commonPrefixLength;
3605 bufferLeft -= commonPrefixLength;
3606 NS_tstrncpy(p, gInstallDirPath + commonPrefixLength, bufferLeft);
3608 size_t len = NS_tstrlen(gInstallDirPath + commonPrefixLength);
3621 commonPrefixLength), bufferLeft);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp3556 size_t commonPrefixLength =
3559 NS_tstrncpy(p, argv[callbackIndex], commonPrefixLength);
3560 p += commonPrefixLength;
3561 bufferLeft -= commonPrefixLength;
3562 NS_tstrncpy(p, gInstallDirPath + commonPrefixLength, bufferLeft);
3564 size_t len = NS_tstrlen(gInstallDirPath + commonPrefixLength);
3577 std::max(callbackPrefixLength, commonPrefixLength),
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/update/updater/
H A Dupdater.cpp3536 size_t commonPrefixLength = PathCommonPrefixW(argv[callbackIndex],
3540 NS_tstrncpy(p, argv[callbackIndex], commonPrefixLength);
3541 p += commonPrefixLength;
3542 bufferLeft -= commonPrefixLength;
3543 NS_tstrncpy(p, gInstallDirPath + commonPrefixLength, bufferLeft);
3545 size_t len = NS_tstrlen(gInstallDirPath + commonPrefixLength);
3558 commonPrefixLength), bufferLeft);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp3556 size_t commonPrefixLength =
3559 NS_tstrncpy(p, argv[callbackIndex], commonPrefixLength);
3560 p += commonPrefixLength;
3561 bufferLeft -= commonPrefixLength;
3562 NS_tstrncpy(p, gInstallDirPath + commonPrefixLength, bufferLeft);
3564 size_t len = NS_tstrlen(gInstallDirPath + commonPrefixLength);
3577 std::max(callbackPrefixLength, commonPrefixLength),
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libshell/src/
H A Dabstractlineeditor.cpp331 int len = commonPrefix.commonPrefixLength(term, sensitivity); in DENG2_PIMPL()
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff_test.go106 actual := commonPrefixLength([]rune(tc.Text1), []rune(tc.Text2))
163 SinkInt = commonPrefixLength(d.x, d.y)
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/sergi/go-diff/go-diff-1.1.0/diffmatchpatch/
H A Ddiff_test.go106 actual := commonPrefixLength([]rune(tc.Text1), []rune(tc.Text2))
163 SinkInt = commonPrefixLength(d.x, d.y)
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff_test.go106 actual := commonPrefixLength([]rune(tc.Text1), []rune(tc.Text2))
163 SinkInt = commonPrefixLength(d.x, d.y)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff_test.go108 actual := commonPrefixLength([]rune(tc.Text1), []rune(tc.Text2))
165 SinkInt = commonPrefixLength(d.x, d.y)
/dports/editors/micro/micro-2.0.10/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff_test.go106 actual := commonPrefixLength([]rune(tc.Text1), []rune(tc.Text2))
163 SinkInt = commonPrefixLength(d.x, d.y)
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff_test.go106 actual := commonPrefixLength([]rune(tc.Text1), []rune(tc.Text2))
163 SinkInt = commonPrefixLength(d.x, d.y)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff_test.go106 actual := commonPrefixLength([]rune(tc.Text1), []rune(tc.Text2))
163 SinkInt = commonPrefixLength(d.x, d.y)
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/data/
H A Dstring.cpp462 int String::commonPrefixLength(String const &str, CaseSensitivity sensitivity) const in commonPrefixLength() function in de::String
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/BroadphaseCollision/kernels/
H A DparallelLinearBvh.cl439 b3Int64 commonPrefixLength = (b3Int64)computeCommonPrefixLength(i, j);
442 …b3Int64 bitmask = ((b3Int64)(~0)) << (64 - commonPrefixLength); //Set all bits after the common pr…
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/BroadphaseCollision/kernels/
H A DparallelLinearBvh.cl439 b3Int64 commonPrefixLength = (b3Int64)computeCommonPrefixLength(i, j);
442 …b3Int64 bitmask = ((b3Int64)(~0)) << (64 - commonPrefixLength); //Set all bits after the common pr…
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/BroadphaseCollision/kernels/
H A DparallelLinearBvh.cl439 b3Int64 commonPrefixLength = (b3Int64)computeCommonPrefixLength(i, j);
442 …b3Int64 bitmask = ((b3Int64)(~0)) << (64 - commonPrefixLength); //Set all bits after the common pr…
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/BroadphaseCollision/kernels/
H A DparallelLinearBvh.cl439 b3Int64 commonPrefixLength = (b3Int64)computeCommonPrefixLength(i, j);
442 …b3Int64 bitmask = ((b3Int64)(~0)) << (64 - commonPrefixLength); //Set all bits after the common pr…
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Drose_build_merge.cpp1268 u32 commonPrefixLength(left_id &r1, left_id &r2) { in commonPrefixLength() function
1270 return commonPrefixLength(*r1.graph(), *r2.graph()); in commonPrefixLength()
1489 u32 cpl = commonPrefixLength(r1, r2); in mergeLeftfixesVariableLag()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff_test.go106 actual := commonPrefixLength([]rune(tc.Text1), []rune(tc.Text2))
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/sergi/go-diff/go-diff-1.0.0/diffmatchpatch/
H A Ddiff_test.go106 actual := commonPrefixLength([]rune(tc.Text1), []rune(tc.Text2))
/dports/www/fabio/fabio-1.5.14/vendor/github.com/sergi/go-diff/go-diff-24e2351369ec/diffmatchpatch/
H A Ddiff_test.go106 actual := commonPrefixLength([]rune(tc.Text1), []rune(tc.Text2))

1234