Home
last modified time | relevance | path

Searched refs:fSecure (Results 1 – 25 of 97) sorted by relevance

1234

/dports/www/cgicc/cgicc-3.2.19/cgicc/
H A DHTTPCookie.cpp36 fSecure(false), in HTTPCookie()
45 fSecure(false), in HTTPCookie()
62 fSecure(secure), in HTTPCookie()
74 fSecure(cookie.fSecure), in HTTPCookie()
90 && fSecure == cookie.fSecure in operator ==()
108 if(true == fSecure) in render()
H A DHTTPCookie.h270 { return fSecure; } in isSecure()
345 { fSecure = secure; } in setSecure()
363 bool fSecure; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Security/
H A DPassportIdentity.cs298 bool fSecure, in LogoTag() argument
303 …turnUrl, iTimeWindow, (fForceLogin ? 1 : 0), strCoBrandedArgs, iLangID, (fSecure ? 1 : 0), strName… in LogoTag()
335 bool fSecure, in LogoTag2() argument
340 …turnUrl, iTimeWindow, (fForceLogin ? 1 : 0), strCoBrandedArgs, iLangID, (fSecure ? 1 : 0), strName… in LogoTag2()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dnoui.cpp19 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
38 if (!fSecure) in noui_ThreadSafeMessageBox()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dnoui.cpp19 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
38 if (!fSecure) in noui_ThreadSafeMessageBox()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dnoui.cpp19 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
38 if (!fSecure) in noui_ThreadSafeMessageBox()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dnoui.cpp17 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
36 if (!fSecure) in noui_ThreadSafeMessageBox()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dnoui.cpp17 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
36 if (!fSecure) in noui_ThreadSafeMessageBox()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dnoui.cpp17 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
36 if (!fSecure) in noui_ThreadSafeMessageBox()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dnoui.cpp24 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
42 if (!fSecure) { in noui_ThreadSafeMessageBox()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dnoui.cpp24 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
42 if (!fSecure) { in noui_ThreadSafeMessageBox()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dnoui.cpp24 bool fSecure = style & CClientUIInterface::SECURE;
42 if (!fSecure) {
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dnoui.cpp24 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
42 if (!fSecure) { in noui_ThreadSafeMessageBox()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dnoui.cpp24 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
42 if (!fSecure) { in noui_ThreadSafeMessageBox()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dnoui.cpp24 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
42 if (!fSecure) { in noui_ThreadSafeMessageBox()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dnoui.cpp23 bool fSecure = style & CClientUIInterface::SECURE; in noui_ThreadSafeMessageBox() local
45 if (!fSecure) { in noui_ThreadSafeMessageBox()
/dports/devel/msbuild/.nuget/packages/microbuild.plugins.swixbuild/1.0.147/tools/bin/sdk/inc/
H A Dmetautil.h32 __in BOOL fSecure,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DPassportIdentity.cs530 bool fSecure, in LogoTag() argument
541 fSecure ? 1 : 0, in LogoTag()
585 bool fSecure, in LogoTag2() argument
596 fSecure ? 1 : 0, in LogoTag2()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Diiis.h365 virtual HRESULT WINAPI put_Secure(VARIANT_BOOL fSecure) = 0;
393 HRESULT (WINAPI *put_Secure)(IISPropertyAttribute *This,VARIANT_BOOL fSecure);
423 #define IISPropertyAttribute_put_Secure(This,fSecure) (This)->lpVtbl->put_Secure(This,fSecure) argument
451 …SULT WINAPI IISPropertyAttribute_put_Secure_Proxy(IISPropertyAttribute *This,VARIANT_BOOL fSecure);
H A Dwsdbase.h1213 WINBOOL fSecure) = 0;
1280 WINBOOL fSecure);
1314 #define IWSDHttpAddress_SetSecure(This,fSecure) (This)->lpVtbl->SetSecure(This,fSecure)
1355 static FORCEINLINE HRESULT IWSDHttpAddress_SetSecure(IWSDHttpAddress* This,WINBOOL fSecure) {
1356 return This->lpVtbl->SetSecure(This,fSecure);
H A Drend.h513 virtual HRESULT WINAPI Connect(VARIANT_BOOL fSecure) = 0;
538 HRESULT (WINAPI *Connect)(ITDirectory *This,VARIANT_BOOL fSecure);
565 #define ITDirectory_Connect(This,fSecure) (This)->lpVtbl->Connect(This,fSecure) argument
587 HRESULT WINAPI ITDirectory_Connect_Proxy(ITDirectory *This,VARIANT_BOOL fSecure);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Diiis.h365 virtual HRESULT WINAPI put_Secure(VARIANT_BOOL fSecure) = 0;
393 HRESULT (WINAPI *put_Secure)(IISPropertyAttribute *This,VARIANT_BOOL fSecure);
423 #define IISPropertyAttribute_put_Secure(This,fSecure) (This)->lpVtbl->put_Secure(This,fSecure) argument
451 …SULT WINAPI IISPropertyAttribute_put_Secure_Proxy(IISPropertyAttribute *This,VARIANT_BOOL fSecure);
H A Dwsdbase.h1213 WINBOOL fSecure) = 0;
1280 WINBOOL fSecure);
1314 #define IWSDHttpAddress_SetSecure(This,fSecure) (This)->lpVtbl->SetSecure(This,fSecure)
1355 static FORCEINLINE HRESULT IWSDHttpAddress_SetSecure(IWSDHttpAddress* This,WINBOOL fSecure) {
1356 return This->lpVtbl->SetSecure(This,fSecure);
H A Drend.h513 virtual HRESULT WINAPI Connect(VARIANT_BOOL fSecure) = 0;
538 HRESULT (WINAPI *Connect)(ITDirectory *This,VARIANT_BOOL fSecure);
565 #define ITDirectory_Connect(This,fSecure) (This)->lpVtbl->Connect(This,fSecure) argument
587 HRESULT WINAPI ITDirectory_Connect_Proxy(ITDirectory *This,VARIANT_BOOL fSecure);
/dports/news/husky-areafix/husky-areafix-1.9.20191207/ffma/
H A Dgpcfidoconf.pas76 eforward = (fOff,fSecure,fOn);

1234