Home
last modified time | relevance | path

Searched refs:foundValue (Results 76 – 100 of 129) sorted by relevance

123456

/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DDataStorage.cpp465 bool foundValue = GetInternal(aKey, &entry, aType, lock); in Get() local
466 if (!foundValue) { in Get()
482 bool foundValue = table.Get(aKey, aEntry); in GetInternal() local
483 return foundValue; in GetInternal()
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DDataStorage.cpp465 bool foundValue = GetInternal(aKey, &entry, aType, lock); in Get() local
466 if (!foundValue) { in Get()
482 bool foundValue = table.Get(aKey, aEntry); in GetInternal() local
483 return foundValue; in GetInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DDataStorage.cpp465 bool foundValue = GetInternal(aKey, &entry, aType, lock); in Get() local
466 if (!foundValue) { in Get()
482 bool foundValue = table.Get(aKey, aEntry); in GetInternal() local
483 return foundValue; in GetInternal()
/dports/net/storj/storj-1.45.3/vendor/storj.io/private/cfgstruct/
H A Dbind.go434 if foundValue := FindFlagEarly(name); foundValue != "" {
435 value = foundValue
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DDataStorage.cpp443 bool foundValue = GetInternal(aKey, &entry, aType, lock); in Get() local
444 if (!foundValue) { in Get()
462 bool foundValue = table.Get(aKey, aEntry); in GetInternal() local
463 return foundValue; in GetInternal()
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dtheme-animation.c1624 XfdashboardAnimationValue *foundValue; in _xfdashboard_theme_animation_find_default_property_value() local
1632 foundValue=NULL; in _xfdashboard_theme_animation_find_default_property_value()
1664 if(foundValue && iterScore<=foundScore) continue; in _xfdashboard_theme_animation_find_default_property_value()
1672 foundValue=*iter; in _xfdashboard_theme_animation_find_default_property_value()
1678 if(!foundValue) return(FALSE); in _xfdashboard_theme_animation_find_default_property_value()
1681 if(!g_value_transform(foundValue->value, ioValue)) in _xfdashboard_theme_animation_find_default_property_value()
1684 foundValue->property, in _xfdashboard_theme_animation_find_default_property_value()
1686 G_VALUE_TYPE_NAME(foundValue->value), in _xfdashboard_theme_animation_find_default_property_value()
/dports/net-p2p/torrentcheck/torrentcheck-1.00_1/
H A Dtorrentcheck.c74 INT64 foundValue = 0; in beParseInteger() local
86 foundValue = foundValue * 10 + (b - '0'); in beParseInteger()
92 *longOut = foundValue * negPos; in beParseInteger()
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DDataStorage.cpp571 bool foundValue = GetInternal(aKey, &entry, aType, lock); in Get() local
572 if (!foundValue) { in Get()
588 bool foundValue = table.Get(aKey, aEntry); in GetInternal() local
589 return foundValue; in GetInternal()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/test/
H A DTestTextTable.java366 Object foundValue = results.getObject(col + 1); in verifyTableContent() local
370 foundValue); in verifyTableContent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/
H A DVerifierApplication.java381 String foundValue = System.getProperty(property); in checkSystemProperties() local
382 if (!entry.getValue().equals(foundValue)) in checkSystemProperties()
383 …ty " + property + " should be set to " + entry.getValue() + " and is set to " + foundValue + ".")); in checkSystemProperties()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Darray-find.tq44 foundValue: JSAny, isFound: JSAny): JSAny {
59 return foundValue;
H A Darray-findindex.tq44 foundValue: JSAny, isFound: JSAny): JSAny {
59 return foundValue;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Darray-find.tq44 foundValue: JSAny, isFound: JSAny): JSAny {
59 return foundValue;
H A Darray-findindex.tq44 foundValue: JSAny, isFound: JSAny): JSAny {
59 return foundValue;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Darray-find.tq44 foundValue: JSAny, isFound: JSAny): JSAny {
59 return foundValue;
H A Darray-findindex.tq44 foundValue: JSAny, isFound: JSAny): JSAny {
59 return foundValue;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/testing/
H A DTesting.h638 ValueType foundValue = portal.Get(index);
639 if (!test_equal(expectedValue, foundValue))
643 << "Expected: " << expectedValue << ", Found: " << foundValue << std::endl;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/
H A DSoftReferenceIndex.php231 foreach ($linkTags as $key => $foundValue) {
233 if (preg_match('/href="([^"]+)"/', $foundValue, $matches)) {
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DDataStorage.cpp744 bool foundValue = GetInternal(aKey, &entry, aType, lock); in Get() local
745 if (!foundValue) { in Get()
761 bool foundValue = table.Get(aKey, aEntry); in GetInternal() local
762 return foundValue; in GetInternal()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/
H A DSoftReferenceIndex.php271 foreach ($linkTags as $key => $foundValue) {
273 if (preg_match('/href="([^"]+)"/', $foundValue, $matches)) {
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/admin/static/wagtailadmin/js/
H A Dfiltered-select.js.map1foundValue","option","attr","text","label","append","split","change","module","jQuery","__webpack_…
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/testing/
H A DTesting.h874 ValueType foundValue = portal.Get(index);
875 if (!test_equal(expectedValue, foundValue))
879 << ", Found: " << foundValue << "\n";
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/ObjectLayer/
H A DObjectItemConventionAssemblyLoader.cs338 … bool foundValue = SessionData.CspaceToOspace.TryGetValue(baseCSpaceType, out ospaceType); in ResolveBaseType()
339 if (!foundValue) in ResolveBaseType()
348 … Debug.Assert(!foundValue || ospaceType is StructuralType, "Structural type expected (if found)."); in ResolveBaseType()
/dports/editors/imhex/ImHex-1.7.0/plugins/libimhex/include/hex/lang/
H A Dpattern_data.hpp700 bool foundValue = false; in createEntry() local
705 foundValue = true; in createEntry()
715 if (!foundValue) in createEntry()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DMessageHeaders.cs707 UniqueId foundValue = null; in FindRelatesTo()
719 if (foundValue != null) in FindRelatesTo()
728 foundValue = tempValue; in FindRelatesTo()
734 messageId = foundValue; in FindRelatesTo()

123456