Home
last modified time | relevance | path

Searched refs:AuthLevel (Results 1 – 17 of 17) sorted by relevance

/dports/net/p5-OurNet-BBS/OurNet-BBS-1.66/lib/OurNet/BBS/
H A DServer.pm116 if ($AuthLevel & (AUTH_CRYPT | AUTH_PGP)) {
126 $AuthLevel &= ~AUTH_CRYPT unless eval{
132 $AuthLevel &= ~AUTH_PGP unless eval{
139 $AuthLevel &= ~(AUTH_CRYPT | AUTH_PGP)
143 if ($AuthLevel & AUTH_NONE and $GuestId = $guest_id) {
144 $AuthLevel &= ~AUTH_NONE
174 $CipherLevel &= ~CIPHER_PGP and $AuthLevel &= ~AUTH_PGP
238 $AuthLevel &= ~AUTH_CRYPT;
248 return unless $AuthLevel & AUTH_PGP;
332 return unless $AuthLevel & AUTH_CRYPT;
[all …]
/dports/finance/weberp/webERP/
H A DPO_AuthorisationLevels.php106 $AuthLevel=$myrow['authlevel']; variable
168 $AuthLevel=0; variable
210 $AuthLevel=$myrow['authlevel']; variable
256 …uthorise purchase orders up to') . '" value="' . locale_number_format($AuthLevel,$CurrDecimalPlac…
H A DPO_AuthoriseMyOrders.php76 $AuthLevel=$myauthrow['authlevel']; variable
86 if ($AuthLevel>=$OrderValue) {
/dports/www/p5-RT-Extension-CommandByMail/RT-Extension-CommandByMail-3.00/lib/RT/Extension/
H A DCommandByMail.pm287 AuthLevel => undef,
300 AuthLevel => $args{'AuthLevel'},
315 AuthLevel => $args{'AuthLevel'} };
530 AuthLevel => $args{'AuthLevel'},
729 AuthLevel => $args{'AuthLevel'} };
770 AuthLevel => -2,
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnsemail.h28 DWORD AuthLevel; member
H A Dtxcoord.h667 virtual HRESULT WINAPI SetAuthenticationLevel(AUTHENTICATION_LEVEL AuthLevel) = 0;
693 …LT (WINAPI *SetAuthenticationLevel)(IDtcNetworkAccessConfig2 *This,AUTHENTICATION_LEVEL AuthLevel);
721 …rkAccessConfig2_SetAuthenticationLevel(This,AuthLevel) (This)->lpVtbl->SetAuthenticationLevel(This… argument
734 …onfig2_SetAuthenticationLevel_Proxy(IDtcNetworkAccessConfig2 *This,AUTHENTICATION_LEVEL AuthLevel);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnsemail.h28 DWORD AuthLevel; member
H A Dtxcoord.h667 virtual HRESULT WINAPI SetAuthenticationLevel(AUTHENTICATION_LEVEL AuthLevel) = 0;
693 …LT (WINAPI *SetAuthenticationLevel)(IDtcNetworkAccessConfig2 *This,AUTHENTICATION_LEVEL AuthLevel);
721 …rkAccessConfig2_SetAuthenticationLevel(This,AuthLevel) (This)->lpVtbl->SetAuthenticationLevel(This… argument
734 …onfig2_SetAuthenticationLevel_Proxy(IDtcNetworkAccessConfig2 *This,AUTHENTICATION_LEVEL AuthLevel);
/dports/www/p5-RT-Extension-CommandByMail/RT-Extension-CommandByMail-3.00/lib/RT/Interface/Email/Filter/
H A DTakeAction.pm36 AuthLevel => undef,
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/core/
H A Drpcserver.py119 self.AuthLevel = namedtuple('SessionAuthlevel', 'auth_level, username')
173 self.factory.authorized_sessions[self.transport.sessionno] = self.AuthLevel(
271 ] = self.AuthLevel(ret, args[0])
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoSession.java4168 /* package */ @interface AuthLevel {} annotation in GeckoSession.PromptDelegate.AuthPrompt.AuthOptions
4203 public @AuthLevel final int level;
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoSession.java4078 public @interface AuthLevel {} annotation in GeckoSession.PromptDelegate.AuthPrompt.AuthOptions
4099 public @AuthLevel final int level;
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoSession.java4168 /* package */ @interface AuthLevel {} annotation in GeckoSession.PromptDelegate.AuthPrompt.AuthOptions
4203 public @AuthLevel final int level;
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoSession.java4078 /* package */ @interface AuthLevel {} annotation in GeckoSession.PromptDelegate.AuthPrompt.AuthOptions
4113 public @AuthLevel final int level;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs2770 pub AuthLevel: u32, field
2783 …fmt.debug_struct("NAPI_DOMAIN_DESCRIPTION_BLOB").field("AuthLevel", &self.AuthLevel).field("cchDom… in fmt()
2788 …self.AuthLevel == other.AuthLevel && self.cchDomainName == other.cchDomainName && self.OffsetNextD… in eq()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/MessageQueuing/
H A Dmod.rs1391 pub unsafe fn AuthLevel(&self) -> ::windows::runtime::Result<i32> { in AuthLevel() method
1711 pub unsafe fn AuthLevel(&self) -> ::windows::runtime::Result<i32> { in AuthLevel() method
2177 pub unsafe fn AuthLevel(&self) -> ::windows::runtime::Result<i32> { in AuthLevel() method
2733 pub unsafe fn AuthLevel(&self) -> ::windows::runtime::Result<i32> { in AuthLevel() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs1855 pub AuthLevel: u32, field