Home
last modified time | relevance | path

Searched refs:extraValue (Results 1 – 25 of 56) sorted by relevance

123

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Validation/
H A DDatabasePresenceVerifier.php101 * @param string $extraValue
104 protected function addWhere($query, $key, $extraValue) argument
106 if ($extraValue === 'NULL') {
108 } elseif ($extraValue === 'NOT_NULL') {
110 } elseif (Str::startsWith($extraValue, '!')) {
111 $query->where($key, '!=', mb_substr($extraValue, 1));
113 $query->where($key, $extraValue);
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/models/
H A Ditemmodel.h153 …QModelIndex indexForItemInfo(const ItemInfo& info, const QVariant& extraValue) …
155 …QModelIndex indexForImageId(qlonglong id, const QVariant& extraValue) …
234 …bool hasImage(const ItemInfo& info, const QVariant& extraValue) …
235 …bool hasImage(qlonglong id, const QVariant& extraValue) …
H A Ditemmodel.cpp284 QModelIndex ItemModel::indexForItemInfo(const ItemInfo& info, const QVariant& extraValue) const in indexForItemInfo()
286 return indexForImageId(info.id(), extraValue); in indexForItemInfo()
306 QModelIndex ItemModel::indexForImageId(qlonglong id, const QVariant& extraValue) const in indexForImageId()
317 if (d->extraValues.at(it.value()) == extraValue) in indexForImageId()
635 bool ItemModel::hasImage(const ItemInfo& info, const QVariant& extraValue) const in hasImage()
637 return hasImage(info.id(), extraValue); in hasImage()
640 bool ItemModel::hasImage(qlonglong id, const QVariant& extraValue) const in hasImage()
651 if (d->extraValues.at(it.value()) == extraValue) in hasImage()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/spell/
H A Dspell.cpp38 uint8_t extraValue; member
399 return spells[id].extraValue; in Damage()
434 return spells[id].extraValue; in Restore()
449 return spells[id].extraValue; in Resurrect()
470 return spells[id].extraValue; in ExtraValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/
H A DGoogleCloudMessagingV2.java171 String extraValue = intent.getStringExtra(extraKey); in getExtraOrThrow() local
172 if (extraValue != null) { in getExtraOrThrow()
173 return extraValue; in getExtraOrThrow()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUriBuilder.cs110 string extraValue in UriBuilder() argument
115 Extra = extraValue; in UriBuilder()
124 throw new ArgumentException(SR.Argument_ExtraNotValid, nameof(extraValue)); in UriBuilder()
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/item/containers/
H A Ditemcopyright.cpp130 info.extraValue, CoreDB::PropertyNoConstraint); in replaceFrom()
446 map[info.extraValue] = info.value; in readLanguageProperties()
554 if (info.extraValue == fullCode) in languageMatch()
559 else if (info.extraValue.startsWith(langCode) && (langCodeMatch == -1)) in languageMatch()
563 else if (info.extraValue == defaultCode) in languageMatch()
/dports/graphics/digikam/digikam-7.4.0/core/tests/database/data/20/
H A Dmysql_digikam.data.sql146 `extraValue` longtext,
148 UNIQUE KEY `imageid` (`imageid`,`property`(110),`value`(111),`extraValue`(111))
H A Dmysql_digikam.sql107 `extraValue` longtext,
109 UNIQUE KEY `imageid` (`imageid`,`property`(110),`value`(111),`extraValue`(111))
H A Dsqlite_digikam4.db.data.sql145 extraValue TEXT, field
146 UNIQUE(imageid, property, value, extraValue));
H A Dsqlite_digikam4.db.sql90 extraValue TEXT, field
91 UNIQUE(imageid, property, value, extraValue));
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/tests/gtest/
H A DTestEvents.cpp46 const nsLiteralCString extraValue("extra value"); in TEST_F() local
64 {EventExtraEntry{extraKey, extraValue}}); in TEST_F()
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/tests/gtest/
H A DTestEvents.cpp36 const nsLiteralCString extraValue("extra value"); in TEST_F() local
54 {EventExtraEntry{extraKey, extraValue}}); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/tests/gtest/
H A DTestEvents.cpp35 const nsLiteralCString extraValue("extra value"); in TEST_F() local
53 {EventExtraEntry{extraKey, extraValue}}); in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/tests/gtest/
H A DTestEvents.cpp35 const nsLiteralCString extraValue("extra value"); in TEST_F() local
53 {EventExtraEntry{extraKey, extraValue}}); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/tests/FunctionalTests/
H A DUriBuilderTests.cs159 …string schemeName, string hostName, int port, string pathValue, string extraValue, string expected… in Ctor_String_String_Int_String_String() argument
161 var uriBuilder = new UriBuilder(schemeName, hostName, port, pathValue, extraValue); in Ctor_String_String_Int_String_String()
168 public void Ctor_InvalidExtraValue_ThrowsArgumentException(string extraValue) in Ctor_InvalidExtraValue_ThrowsArgumentException() argument
170 …mentException>("extraValue", null, () => new UriBuilder("scheme", "host", 80, "path", extraValue)); in Ctor_InvalidExtraValue_ThrowsArgumentException()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DKVStoreTest.actor.cpp264 state char* extraValue = new char[extraBytes]; in testKVStoreMain() local
265 memset(extraValue, '.', extraBytes); in testKVStoreMain()
284 wr.serializeBytes(extraValue, extraBytes); in testKVStoreMain()
312 wr.serializeBytes(extraValue, extraBytes); in testKVStoreMain()
341 wr.serializeBytes(extraValue, extraBytes); in testKVStoreMain()
/dports/graphics/digikam/digikam-7.4.0/core/tests/database/data/19/
H A Dmysql_digikam.sql107 `extraValue` longtext,
109 UNIQUE KEY `imageid` (`imageid`,`property`(110),`value`(111),`extraValue`(111))
H A Dsqlite_digikam4.db.data.sql128 extraValue TEXT, field
129 UNIQUE(imageid, property, value, extraValue));
H A Dsqlite_digikam4.db.sql90 extraValue TEXT, field
91 UNIQUE(imageid, property, value, extraValue));
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/src/lib/util/
H A Dkosrelease.h87 QString extraValue(const QString &key) const;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/
H A Duribuilder.cs128 string extraValue in UriBuilder() argument
132 Extra = extraValue; in UriBuilder()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/endpoints/filters/
H A Dimpersonation.go101 extraValue := impersonationRequest.Name
104 userExtra[extraKey] = append(userExtra[extraKey], extraValue)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/endpoints/filters/
H A Dimpersonation.go102 extraValue := impersonationRequest.Name
105 userExtra[extraKey] = append(userExtra[extraKey], extraValue)
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/autotests/
H A Dkosreleasetest.cpp37 …QCOMPARE(r.extraValue(QStringLiteral("DEBIAN_BTS")), QStringLiteral("debbugs://bugs.debian.org/")); in testParse()

123