Home
last modified time | relevance | path

Searched refs:authorized (Results 1 – 25 of 8727) sorted by relevance

12345678910>>...350

/dports/devel/p5-SVN-Access/SVN-Access-0.11/lib/SVN/Access/
H A DResource.pm15 my (%authorized, $t);
16 $t = tie(%authorized, 'Tie::IxHash');
19 if (ref($attr{authorized}) eq "HASH") {
20 $attr{authorized} = [(%{$attr{authorized}})];
24 %authorized = (@{$attr{authorized}});
26 $attr{authorized} = \%authorized;
32 sub authorized { subroutine
34 if (ref ($self->{authorized}) eq "HASH") {
35 return $self->{authorized};
42 if (defined($self->{authorized}) && exists($self->{authorized}->{$entity})) {
[all …]
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-http-permissions.t65 read not authorized
72 read not authorized
79 read not authorized
86 read not authorized
93 read not authorized
100 read not authorized
107 read not authorized
114 read not authorized
133 read not authorized
140 read not authorized
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/wrappa/
H A Dapi_auth_wrappa_test.go60 authorized := func(handler http.Handler) http.Handler {
199 atc.CheckResource: authorized(inputHandlers[atc.CheckResource]),
202 atc.RerunJobBuild: authorized(inputHandlers[atc.RerunJobBuild]),
209 atc.GetConfig: authorized(inputHandlers[atc.GetConfig]),
210 atc.GetCC: authorized(inputHandlers[atc.GetCC]),
214 atc.PauseJob: authorized(inputHandlers[atc.PauseJob]),
218 atc.SaveConfig: authorized(inputHandlers[atc.SaveConfig]),
219 atc.UnpauseJob: authorized(inputHandlers[atc.UnpauseJob]),
220 atc.ScheduleJob: authorized(inputHandlers[atc.ScheduleJob]),
223 atc.HidePipeline: authorized(inputHandlers[atc.HidePipeline]),
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/wrappa/
H A Dapi_auth_wrappa_test.go60 authorized := func(handler http.Handler) http.Handler {
199 atc.CheckResource: authorized(inputHandlers[atc.CheckResource]),
202 atc.RerunJobBuild: authorized(inputHandlers[atc.RerunJobBuild]),
209 atc.GetConfig: authorized(inputHandlers[atc.GetConfig]),
210 atc.GetCC: authorized(inputHandlers[atc.GetCC]),
214 atc.PauseJob: authorized(inputHandlers[atc.PauseJob]),
218 atc.SaveConfig: authorized(inputHandlers[atc.SaveConfig]),
219 atc.UnpauseJob: authorized(inputHandlers[atc.UnpauseJob]),
220 atc.ScheduleJob: authorized(inputHandlers[atc.ScheduleJob]),
223 atc.HidePipeline: authorized(inputHandlers[atc.HidePipeline]),
[all …]
/dports/devel/p5-SVN-Access/SVN-Access-0.11/examples/
H A Dsvnaclmgr.pl47 my %authorized = %{$r->authorized};
49 if (exists($authorized{$user})) {
50 my $final_flags = merge_flags($authorized{$user}, $flags);
59 my %authorized = map { $_ => $flags } @targets;
60 $acl->add_resource($resource, %authorized);
64 my %authorized = %{$resource->authorized};
66 if (exists($authorized{$user})) {
67 my $final_flags = remove_flags($authorized{$user}, $flags);
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/auth/
H A DDefaultAuthorizationPolicy.java88 boolean authorized = false; in authorize()
126 authorized = true; in authorize()
129 authorized = true; in authorize()
136 authorized = true; in authorize()
146 authorized = true; in authorize()
149 if(!authorized) { in authorize()
153 authorized = false; in authorize()
159 authorized = true; in authorize()
166 authorized = true; in authorize()
170 authorized = true; in authorize()
[all …]
/dports/www/uchiwa/uchiwa-0.18.2/uchiwa/authorization/
H A Dauthorization_test.go64 authorized := isAuthorized(false, "GET")
65 assert.True(t, authorized)
67 authorized = isAuthorized(true, "GET")
68 assert.True(t, authorized)
70 authorized = isAuthorized(true, "HEAD")
71 assert.True(t, authorized)
73 authorized = isAuthorized(false, "POST")
74 assert.True(t, authorized)
76 authorized = isAuthorized(true, "POST")
77 assert.False(t, authorized)
/dports/www/py-pecan/pecan-1.3.3/pecan/tests/
H A Dtest_secure.py19 authorized = False
33 return authorized
146 authorized = False
168 authorized = True
174 authorized = False
180 return authorized
209 authorized = False
240 authorized = False
326 authorized = False variable in TestObjectPathSecurity.setUp.DeepSecretController
342 return cls.authorized
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/security/sasl/
H A DAuthorizeCallback.java74 private boolean authorized = false; field in AuthorizeCallback
130 return authorized; in isAuthorized()
141 public void setAuthorized(boolean authorized) in setAuthorized() argument
143 this.authorized = authorized; in setAuthorized()
156 if (!authorized) in getAuthorizedID()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/security/sasl/
H A DAuthorizeCallback.java74 private boolean authorized = false; field in AuthorizeCallback
130 return authorized; in isAuthorized()
141 public void setAuthorized(boolean authorized) in setAuthorized() argument
143 this.authorized = authorized; in setAuthorized()
156 if (!authorized) in getAuthorizedID()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/security/sasl/
H A DAuthorizeCallback.java74 private boolean authorized = false; field in AuthorizeCallback
130 return authorized; in isAuthorized()
141 public void setAuthorized(boolean authorized) in setAuthorized() argument
143 this.authorized = authorized; in setAuthorized()
156 if (!authorized) in getAuthorizedID()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/security/sasl/
H A DAuthorizeCallback.java74 private boolean authorized = false; field in AuthorizeCallback
130 return authorized; in isAuthorized()
141 public void setAuthorized(boolean authorized) in setAuthorized() argument
143 this.authorized = authorized; in setAuthorized()
156 if (!authorized) in getAuthorizedID()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/security/sasl/
H A DAuthorizeCallback.java74 private boolean authorized = false; field in AuthorizeCallback
130 return authorized; in isAuthorized()
141 public void setAuthorized(boolean authorized) in setAuthorized() argument
143 this.authorized = authorized; in setAuthorized()
156 if (!authorized) in getAuthorizedID()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/security/sasl/
H A DAuthorizeCallback.java74 private boolean authorized = false; field in AuthorizeCallback
130 return authorized; in isAuthorized()
141 public void setAuthorized(boolean authorized) in setAuthorized() argument
143 this.authorized = authorized; in setAuthorized()
156 if (!authorized) in getAuthorizedID()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dwinfirewall.cc92 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized) in QueryAuthorized()
94 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized); in QueryAuthorized()
97 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized) in QueryAuthorizedW()
99 *authorized = false; in QueryAuthorizedW()
119 *authorized = (fwEnabled != VARIANT_FALSE); in QueryAuthorizedW()
135 bool authorized, in AddApplication() argument
138 ToUtf16(friendly_name).c_str(), authorized, result); in AddApplication()
143 bool authorized, in AddApplicationW() argument
160 hr = app->put_Enabled(authorized ? VARIANT_TRUE : VARIANT_FALSE); in AddApplicationW()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dwinfirewall.cc75 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized)
77 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized);
80 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized)
82 *authorized = false;
102 *authorized = (fwEnabled != VARIANT_FALSE);
118 bool authorized,
121 ToUtf16(friendly_name).c_str(), authorized, result);
126 bool authorized,
143 hr = app->put_Enabled(authorized ? VARIANT_TRUE : VARIANT_FALSE);
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dwinfirewall.cc75 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized) in QueryAuthorized()
77 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized); in QueryAuthorized()
80 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized) in QueryAuthorizedW()
82 *authorized = false; in QueryAuthorizedW()
102 *authorized = (fwEnabled != VARIANT_FALSE); in QueryAuthorizedW()
118 bool authorized, in AddApplication() argument
121 ToUtf16(friendly_name).c_str(), authorized, result); in AddApplication()
126 bool authorized, in AddApplicationW() argument
143 hr = app->put_Enabled(authorized ? VARIANT_TRUE : VARIANT_FALSE); in AddApplicationW()
/dports/www/interchange/interchange-5.6.3/dist/lib/UI/locales/
H A Den_GB.cfg34 "Not authorized for customer administration. Contact administrator?",
37 "Not authorized for order administration. Contact administrator?",
40 "Not authorized for order statistics.",
43 "Not authorized for table %s.",
46 "Not authorized for traffic statistics.",
49 "Not authorized to delete items.",
52 "Not authorized to regenerate.",
55 "Not authorized to upload file %s.",
/dports/emulators/citra/citra-ac98458e0/src/citra_qt/
H A Dmacos_authorization.mm12 static bool authorized = false;
31 authorized = true;
37 authorized = granted;
48 authorized = false;
62 authorized = false;
67 authorized = true;
73 return authorized;
78 return authorized;
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/
H A Dmacos_authorization.mm12 static bool authorized = false;
31 authorized = true;
37 authorized = granted;
48 authorized = false;
62 authorized = false;
67 authorized = true;
73 return authorized;
78 return authorized;
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/abyss/src/
H A Dhttp.c133 bool authorized; in RequestAuth() local
143 authorized = false; in RequestAuth()
166 authorized = true; in RequestAuth()
168 authorized = false; in RequestAuth()
170 authorized = false; in RequestAuth()
172 authorized = false; in RequestAuth()
177 authorized = false; in RequestAuth()
179 if (!authorized) { in RequestAuth()
188 return authorized; in RequestAuth()
/dports/polish/kadu/kadu-4.3/plugins/gadu_protocol/oauth/
H A Doauth-authorization-chain.cpp68 emit authorized(AccessToken); in requestTokenFetched() local
74 connect(authorization, SIGNAL(authorized(bool)), this, SLOT(authorized(bool))); in requestTokenFetched()
78 void OAuthAuthorizationChain::authorized(bool ok) in authorized() function in OAuthAuthorizationChain
82 emit authorized(AccessToken); in authorized() local
95 emit authorized(AccessToken); in accessTokenFetched() local
/dports/databases/webdis/webdis-0.1.18/src/
H A Dacl.c45 int authorized = 1; in acl_allow_command() local
78 authorized = 1; in acl_allow_command()
81 authorized = 1; in acl_allow_command()
88 authorized = 0; in acl_allow_command()
91 authorized = 0; in acl_allow_command()
96 return authorized; in acl_allow_command()
/dports/www/nextcloud/nextcloud/lib/private/AppFramework/Middleware/Security/
H A DSecurityMiddleware.php155 $authorized = false;
157 $authorized = $this->isAdminUser;
159 if (!$authorized && $this->reflector->hasAnnotation('SubAdminRequired')) {
160 $authorized = $this->isSubAdmin;
163 if (!$authorized) {
167 $authorized = in_array($settingClass, $authorizedClasses, true);
169 if ($authorized) {
174 if (!$authorized) {
181 && !$authorized) {
187 && !$authorized) {
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/webserver/
H A DHTTPProxyClient.java21 protected boolean authorized = false; field in HTTPProxyClient
37 authorized = !needsAuthorization(requestedFile); in handleLine()
40 if(!authorized) { in handleLine()
45 authorized = handleAuthorization(authString); in handleLine()
47 authorized = false; in handleLine()
88 if (authorized) { in anyResponse()
110 authorized = false; in anyResponse()

12345678910>>...350