Home
last modified time | relevance | path

Searched refs:foundIndex (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/sysutils/glogg/glogg-1.1.4/src/
H A Dutils.h38 const T& list, qint64 lineNumber, int* foundIndex )
46 *foundIndex = minIndex;
50 *foundIndex = maxIndex;
64 *foundIndex = tryIndex;
72 *foundIndex = maxIndex + 1;
74 *foundIndex = minIndex + 1;
76 *foundIndex = minIndex;
79 *foundIndex = 0;
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/monday/
H A Dformat_common.go5 func findInString(where string, what string, foundIndex *int, trimRight *int) (found bool) {
8 *foundIndex = ind
30 foundIndex := 0
34 case findInString(f[i].item, "Monday", &foundIndex, &trimRight):
36 case findInString(f[i].item, "Mon", &foundIndex, &trimRight):
38 case findInString(f[i].item, "January", &foundIndex, &trimRight):
40 case findInString(f[i].item, "Jan", &foundIndex, &trimRight):
42 case findInString(f[i].item, "PM", &foundIndex, &trimRight):
44 case findInString(f[i].item, "pm", &foundIndex, &trimRight):
52 trimmedItem := strings.ToLower(v.item[foundIndex : len(v.item)-trimRight])
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/IO/
H A DPathHelper.Windows.cs289 int foundIndex = inputBuffer.Length - 1; in TryExpandShortFileName()
296 if (inputBuffer[foundIndex] == '\0') inputBuffer[foundIndex] = '\\'; in TryExpandShortFileName()
309 foundIndex--; in TryExpandShortFileName()
311 … for (; foundIndex > rootLength && inputBuffer[foundIndex] != '\\'; foundIndex--) ; in TryExpandShortFileName()
312 if (foundIndex == rootLength) in TryExpandShortFileName()
320 inputBuffer[foundIndex] = '\0'; in TryExpandShortFileName()
334 if (foundIndex < inputLength - 1) in TryExpandShortFileName()
337 … outputBuffer.Append(ref inputBuffer, foundIndex, inputBuffer.Length - foundIndex); in TryExpandShortFileName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/IO/
H A DPathHelper.Windows.cs289 int foundIndex = inputBuffer.Length - 1; in TryExpandShortFileName()
296 if (inputBuffer[foundIndex] == '\0') inputBuffer[foundIndex] = '\\'; in TryExpandShortFileName()
309 foundIndex--; in TryExpandShortFileName()
311 … for (; foundIndex > rootLength && inputBuffer[foundIndex] != '\\'; foundIndex--) ; in TryExpandShortFileName()
312 if (foundIndex == rootLength) in TryExpandShortFileName()
320 inputBuffer[foundIndex] = '\0'; in TryExpandShortFileName()
334 if (foundIndex < inputLength - 1) in TryExpandShortFileName()
337 … outputBuffer.Append(ref inputBuffer, foundIndex, inputBuffer.Length - foundIndex); in TryExpandShortFileName()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DAtomicStringKeyedMRUCache.h45 size_t foundIndex = i; in get() local
46 if (foundIndex + 1 < m_cache.size()) { in get()
47 Entry entry = m_cache[foundIndex]; in get()
48 m_cache.remove(foundIndex); in get()
49 foundIndex = m_cache.size(); in get()
52 return m_cache[foundIndex].second; in get()
/dports/science/ergo/ergo-3.8/source/integrals/
H A Dintegrals_2el_repeating.cc126 int foundIndex = -1; in do_2e_integral() local
142 foundIndex = lo; in do_2e_integral()
145 foundIndex = hi; in do_2e_integral()
147 if(foundIndex >= 0) in do_2e_integral()
149 if(caseList[foundIndex]->Nmax >= Nmax) in do_2e_integral()
152 return resultPreFactor * psi->coeff * psi->coeff * caseList[foundIndex]->list[monomialIndex]; in do_2e_integral()
198 if(foundIndex >= 0) in do_2e_integral()
200 delete caseList[foundIndex]; in do_2e_integral()
201 caseList[foundIndex] = newCase; in do_2e_integral()
H A Dexponent_list.cc59 int foundIndex = -1; in get_list_of_available_exponents() local
65 foundIndex = k; in get_list_of_available_exponents()
69 if(foundIndex >= 0) in get_list_of_available_exponents()
73 if(currAbsCoeff > list[foundIndex].maxAbsCoeff) in get_list_of_available_exponents()
74 list[foundIndex].maxAbsCoeff = currAbsCoeff; in get_list_of_available_exponents()
/dports/math/frobby/frobby-0.9.1/src/
H A DTermGraderTest.cpp50 Exponent foundIndex = 0; \
52 (0, from, to, foundIndex, maxDegree - strict); \
55 ASSERT_EQ(foundIndex, (Exponent)expectedIndex); \
147 Exponent foundIndex = 0; \
149 (0, from, to, foundIndex, maxDegree - strict); \
152 ASSERT_EQ(foundIndex, (Exponent)expectedIndex); \
/dports/devel/corrade/corrade-2020.06/src/Corrade/Utility/
H A DConfigurationGroup.cpp89 unsigned int foundIndex = 0; in findGroup() local
91 if(it->name == name && foundIndex++ == index) return it; in findGroup()
97 unsigned int foundIndex = 0; in findGroup() local
99 if(it->name == name && foundIndex++ == index) return it; in findGroup()
199 unsigned int foundIndex = 0; in findValue() local
201 if(it->key == key && foundIndex++ == index) return it; in findValue()
207 unsigned int foundIndex = 0; in findValue() local
209 if(it->key == key && foundIndex++ == index) return it; in findValue()
260 unsigned int foundIndex = 0; in setValueInternal() local
262 if(v.key == key && foundIndex++ == index) { in setValueInternal()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parameterlist/test/XML/
H A Dcxx_main.cpp82 int foundIndex = problem.findFirstChild("Solver"); in main() local
83 if(foundIndex == -1) in main()
90 const XMLObject foundChild = problem.getChild(foundIndex); in main()
94 "Found index was: " << foundIndex << std::endl << in main()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsStyleSheetService.cpp357 int32_t foundIndex; in UnregisterSheet() local
362 foundIndex = FindSheetByURI(StyleBackendType::Gecko, aSheetType, aSheetURI); in UnregisterSheet()
363 NS_ENSURE_TRUE(foundIndex >= 0, NS_ERROR_INVALID_ARG); in UnregisterSheet()
365 RefPtr<StyleSheet> geckoSheet = mGeckoSheets[aSheetType][foundIndex]; in UnregisterSheet()
366 mGeckoSheets[aSheetType].RemoveElementAt(foundIndex); in UnregisterSheet()
371 foundIndex = FindSheetByURI(StyleBackendType::Servo, aSheetType, aSheetURI); in UnregisterSheet()
372 if (foundIndex >= 0) { in UnregisterSheet()
373 servoSheet = mServoSheets[aSheetType][foundIndex]; in UnregisterSheet()
374 mServoSheets[aSheetType].RemoveElementAt(foundIndex); in UnregisterSheet()
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/gods-1.12.0/examples/enumerablewithindex/
H A Denumerablewithindex.go31 foundIndex, foundValue := set.Find(func(index int, value interface{}) bool {
34 if foundIndex != -1 {
35 …fmt.Println("Number divisible by 2 and 3 found is", foundValue, "at index", foundIndex) // value: …
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/emirpasic/gods/examples/enumerablewithindex/
H A Denumerablewithindex.go31 foundIndex, foundValue := set.Find(func(index int, value interface{}) bool {
34 if foundIndex != -1 {
35 …fmt.Println("Number divisible by 2 and 3 found is", foundValue, "at index", foundIndex) // value: …
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/emirpasic/gods/examples/enumerablewithindex/
H A Denumerablewithindex.go31 foundIndex, foundValue := set.Find(func(index int, value interface{}) bool {
34 if foundIndex != -1 {
35 …fmt.Println("Number divisible by 2 and 3 found is", foundValue, "at index", foundIndex) // value: …
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/emirpasic/gods/examples/enumerablewithindex/
H A Denumerablewithindex.go31 foundIndex, foundValue := set.Find(func(index int, value interface{}) bool {
34 if foundIndex != -1 {
35 …fmt.Println("Number divisible by 2 and 3 found is", foundValue, "at index", foundIndex) // value: …
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/emirpasic/gods/examples/enumerablewithindex/
H A Denumerablewithindex.go31 foundIndex, foundValue := set.Find(func(index int, value interface{}) bool {
34 if foundIndex != -1 {
35 …fmt.Println("Number divisible by 2 and 3 found is", foundValue, "at index", foundIndex) // value: …
/dports/biology/jalview/jalview/test/jalview/fts/core/
H A DFTSRestClientTest.java74 int foundIndex = -1; in getPrimaryKeyColumIndexTest() local
77 Assert.assertEquals(foundIndex, -1); in getPrimaryKeyColumIndexTest()
78 foundIndex = ftsRestClient.getPrimaryKeyColumIndex(wantedFields, in getPrimaryKeyColumIndexTest()
80 Assert.assertEquals(foundIndex, 0); in getPrimaryKeyColumIndexTest()
81 foundIndex = ftsRestClient in getPrimaryKeyColumIndexTest()
83 Assert.assertEquals(foundIndex, 1); in getPrimaryKeyColumIndexTest()
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/lib/
H A Dcleaver.cpp809 int foundIndex = 0; in analyzeCrossLinks() local
812 oligomerList->findOligomerEncompassing(firstMonomer, &foundIndex); in analyzeCrossLinks()
825 oligomerList->removeAt(foundIndex); in analyzeCrossLinks()
954 int foundIndex = 0; in analyzeCrossLinkedOligomer() local
958 &foundIndex); in analyzeCrossLinkedOligomer()
973 oligomerList->removeAt(foundIndex); in analyzeCrossLinkedOligomer()
1075 int foundIndex = 0; in analyzeCrossLinkedOligomer() local
1079 &foundIndex); in analyzeCrossLinkedOligomer()
1094 oligomerList->removeAt(foundIndex); in analyzeCrossLinkedOligomer()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Ddialogue_menu.cpp149 int foundIndex = -1; in clearNeverRepeatWasSelectedFlag() local
152 foundIndex = i; in clearNeverRepeatWasSelectedFlag()
157 if (foundIndex >= 0 && _neverRepeatWasSelected[foundIndex]) { in clearNeverRepeatWasSelectedFlag()
158 _neverRepeatWasSelected[foundIndex] = false; in clearNeverRepeatWasSelectedFlag()
165 int foundIndex = -1; in addToListNeverRepeatOnceSelected() local
168 foundIndex = i; in addToListNeverRepeatOnceSelected()
173 if (foundIndex >= 0 && _neverRepeatWasSelected[foundIndex]) { in addToListNeverRepeatOnceSelected()
177 if (foundIndex == -1) { in addToListNeverRepeatOnceSelected()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddialogue_menu.cpp149 int foundIndex = -1; in clearNeverRepeatWasSelectedFlag() local
152 foundIndex = i; in clearNeverRepeatWasSelectedFlag()
157 if (foundIndex >= 0 && _neverRepeatWasSelected[foundIndex]) { in clearNeverRepeatWasSelectedFlag()
158 _neverRepeatWasSelected[foundIndex] = false; in clearNeverRepeatWasSelectedFlag()
165 int foundIndex = -1; in addToListNeverRepeatOnceSelected() local
168 foundIndex = i; in addToListNeverRepeatOnceSelected()
173 if (foundIndex >= 0 && _neverRepeatWasSelected[foundIndex]) { in addToListNeverRepeatOnceSelected()
177 if (foundIndex == -1) { in addToListNeverRepeatOnceSelected()
/dports/devel/icu/icu/source/test/intltest/
H A Dutxttest.cpp607 int64_t foundIndex = 0; in TestAccessNoClone() local
650 TEST_ASSERT(len == foundIndex); in TestAccessNoClone()
675 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
676 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
678 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
683 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
684 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
686 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
707 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
708 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
[all …]
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dutxttest.cpp607 int64_t foundIndex = 0; in TestAccessNoClone() local
650 TEST_ASSERT(len == foundIndex); in TestAccessNoClone()
675 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
676 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
678 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
683 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
684 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
686 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
707 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
708 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/voyeur/
H A Dvoyeur_game.cpp428 int foundIndex; in reviewTape() local
521 foundIndex = -1; in reviewTape()
541 foundIndex = -1; in reviewTape()
579 foundIndex = -1; in reviewTape()
583 foundIndex = 999; in reviewTape()
586 foundIndex = 998; in reviewTape()
600 foundIndex = -1; in reviewTape()
610 foundIndex = -1; in reviewTape()
643 foundIndex = -1; in reviewTape()
648 foundIndex = 0; in reviewTape()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/voyeur/
H A Dvoyeur_game.cpp431 int foundIndex; in reviewTape() local
524 foundIndex = -1; in reviewTape()
544 foundIndex = -1; in reviewTape()
582 foundIndex = -1; in reviewTape()
586 foundIndex = 999; in reviewTape()
589 foundIndex = 998; in reviewTape()
603 foundIndex = -1; in reviewTape()
613 foundIndex = -1; in reviewTape()
646 foundIndex = -1; in reviewTape()
651 foundIndex = 0; in reviewTape()
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaRadioButton.m120 NSUInteger foundIndex = count; //ungültiger Index
123 foundIndex = i;
127 if (foundIndex < count) {
128 [memberRadioButtons removePointerAtIndex:foundIndex];

12345678910>>...12