Home
last modified time | relevance | path

Searched refs:IsTrusted (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/dports/net/storj/storj-1.45.3/storagenode/trust/
H A Drule_test.go20 assert.True(t, rules.IsTrusted(url))
23 assert.True(t, rules.IsTrusted(url))
26 assert.False(t, rules.IsTrusted(url))
29 assert.False(t, rules.IsTrusted(url))
34 func (rule fakeRule) IsTrusted(url trust.SatelliteURL) bool { func
H A Drule.go9 IsTrusted(url SatelliteURL) bool methodSpec
19 func (rules Rules) IsTrusted(url SatelliteURL) bool { func
21 if !rule.IsTrusted(url) {
H A Dexcluder.go54 func (excluder *URLExcluder) IsTrusted(url SatelliteURL) bool { func
77 func (excluder *IDExcluder) IsTrusted(url SatelliteURL) bool { func
110 func (excluder *HostExcluder) IsTrusted(url SatelliteURL) bool { func
H A Dexcluder_test.go83 assert.True(t, excluder.IsTrusted(goodURL), "good URL should not be excluded")
84 assert.False(t, excluder.IsTrusted(badURL), "bad URL should be excluded")
155 isTrusted := excluder.IsTrusted(trust.SatelliteURL{Host: tt.host})
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/
H A Doauth_test.go41 assert.Equal(t, oapp.IsTrusted, rapp.IsTrusted, "trusted did no match")
98 IsTrusted: false,
108 oapp.IsTrusted = true
131 assert.Equal(t, oapp.IsTrusted, updatedApp.IsTrusted, "IsTrusted should have updated")
175 IsTrusted: false,
185 userOapp.IsTrusted = true
188 assert.False(t, userOapp.IsTrusted)
190 userOapp.IsTrusted = true
193 assert.True(t, userOapp.IsTrusted)
195 userOapp.IsTrusted = false
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/commonui/
H A Dcert_store.cpp5 bool cert_store::IsTrusted(fz::tls_session_info const& info) in IsTrusted() function in cert_store
16 …return IsTrusted(info.get_host(), info.get_port(), cert.get_raw_data(), false, !info.mismatched_ho… in IsTrusted()
83 bool cert_store::IsTrusted(std::string const& host, unsigned int port, std::vector<uint8_t> const& … in IsTrusted() function in cert_store
177 if (IsTrusted(cert.host, cert.port, cert.data, true, false)) { in DoSetTrusted()
H A Dcert_store.h20 bool IsTrusted(fz::tls_session_info const& info);
45 …bool IsTrusted(std::string const& host, unsigned int port, std::vector<uint8_t> const& data, bool …
/dports/www/firefox/firefox-99.0/dom/base/
H A DPopupBlocker.cpp213 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
243 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
261 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
316 if (aEvent->IsTrusted() && in GetEventPopupControlState()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.X509/
H A DX509Chain.cs233 if (IsTrusted (potentialRoot)) { in FindCertificateRoot()
254 private bool IsTrusted (X509Certificate potentialTrusted) in IsTrusted() method in Mono.Security.X509.X509Chain
266 if ((parent.Version > 2) && (!IsTrusted (parent))) { in IsParent()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DAsyncEventDispatcher.cpp33 mEvent->SetTrusted(aEvent.IsTrusted()); in AsyncEventDispatcher()
50 MOZ_ASSERT(event->IsTrusted()); in Run()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DPopupBlocker.cpp216 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
247 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
266 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
326 if (aEvent->IsTrusted() && in GetEventPopupControlState()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DPopupBlocker.cpp216 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
247 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
266 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
326 if (aEvent->IsTrusted() && in GetEventPopupControlState()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DPopupBlocker.cpp249 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
280 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
299 if (aEvent->IsTrusted()) { in GetEventPopupControlState()
356 if (aEvent->IsTrusted() && in GetEventPopupControlState()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dreceive.cpp274 bool CWallet::IsTrusted(const CWalletTx& wtx, std::set<uint256>& trusted_parents) const
300 if (!IsTrusted(*parent, trusted_parents)) return false;
306 bool CWalletTx::IsTrusted() const
310 return pwallet->IsTrusted(*this, trusted_parents);
323 const bool is_trusted{IsTrusted(wtx, trusted_parents)};
353 if (!IsTrusted(wtx, trusted_parents))
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dreceive.cpp274 bool CWallet::IsTrusted(const CWalletTx& wtx, std::set<uint256>& trusted_parents) const in IsTrusted() function in CWallet
300 if (!IsTrusted(*parent, trusted_parents)) return false; in IsTrusted()
306 bool CWalletTx::IsTrusted() const in IsTrusted() function in CWalletTx
310 return pwallet->IsTrusted(*this, trusted_parents); in IsTrusted()
323 const bool is_trusted{IsTrusted(wtx, trusted_parents)}; in GetBalance()
353 if (!IsTrusted(wtx, trusted_parents)) in GetAddressBalances()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dreceive.cpp274 bool CWallet::IsTrusted(const CWalletTx& wtx, std::set<uint256>& trusted_parents) const in IsTrusted() function in CWallet
300 if (!IsTrusted(*parent, trusted_parents)) return false; in IsTrusted()
306 bool CWalletTx::IsTrusted() const in IsTrusted() function in CWalletTx
310 return pwallet->IsTrusted(*this, trusted_parents); in IsTrusted()
323 const bool is_trusted{IsTrusted(wtx, trusted_parents)}; in GetBalance()
353 if (!IsTrusted(wtx, trusted_parents)) in GetAddressBalances()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dcompositionevent.rs61 fn IsTrusted(&self) -> bool { in IsTrusted() method
62 self.uievent.IsTrusted() in IsTrusted()
H A Dbeforeunloadevent.rs67 fn IsTrusted(&self) -> bool { in IsTrusted() method
68 self.event.IsTrusted() in IsTrusted()
H A Dextendableevent.rs70 pub fn IsTrusted(&self) -> bool { in IsTrusted() method
71 self.event.IsTrusted() in IsTrusted()
H A Dpagetransitionevent.rs74 fn IsTrusted(&self) -> bool { in IsTrusted() method
75 self.event.IsTrusted() in IsTrusted()
H A Dinputevent.rs70 fn IsTrusted(&self) -> bool { in IsTrusted() method
71 self.uievent.IsTrusted() in IsTrusted()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DEvent.h236 bool IsTrusted() const { return mEvent->IsTrusted(); } in IsTrusted() function
291 return IsTrusted() && mWantsPopupControlCheck; in GetWantsPopupControlCheck()
351 mEvent->SetWantsPopupControlCheck(mEvent->IsTrusted()); in WantsPopupControlCheck()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DEvent.h247 bool IsTrusted() const { return mEvent->IsTrusted(); } in IsTrusted() function
314 return IsTrusted() && mWantsPopupControlCheck; in GetWantsPopupControlCheck()
374 mEvent->SetWantsPopupControlCheck(mEvent->IsTrusted()); in WantsPopupControlCheck()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DUntrustedModulesData.cpp179 bool ModuleRecord::IsTrusted() const { in IsTrusted() function in mozilla::ModuleRecord
300 bool ProcessedModuleLoadEvent::IsTrusted() const { in IsTrusted() function in mozilla::ProcessedModuleLoadEvent
305 return mModule->IsTrusted(); in IsTrusted()
314 if (iter.Data()->IsTrusted()) { in AddNewLoads()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DUntrustedModulesData.cpp179 bool ModuleRecord::IsTrusted() const { in IsTrusted() function in mozilla::ModuleRecord
302 bool ProcessedModuleLoadEvent::IsTrusted() const { in IsTrusted() function in mozilla::ProcessedModuleLoadEvent
307 return mModule->IsTrusted(); in IsTrusted()
316 if (entry.GetData()->IsTrusted()) { in AddNewLoads()

12345678910>>...18