Searched refs:allowed (Results 1 - 25 of 295) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/allowed/
H A DMakefile30 all: allowed.la
33 allowed.lo: allowed.c
36 allowed.la: allowed.lo
41 rm -f allowed.o allowed.lo allowed.la
43 install: allowed.la
45 $(LIBTOOL) --mode=install cp allowed
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DMixedContentChecker.cpp72 bool allowed = client()->allowDisplayingInsecureContent(settings && settings->allowDisplayOfInsecureContent(), securityOrigin, url); local
73 logWarning(allowed, "displayed", url);
75 if (allowed)
78 return allowed;
87 bool allowed = client()->allowRunningInsecureContent(settings && settings->allowRunningOfInsecureContent(), securityOrigin, url); local
88 logWarning(allowed, "ran", url);
90 if (allowed)
93 return allowed;
96 void MixedContentChecker::logWarning(bool allowed, const String& action, const KURL& target) const argument
98 String message = makeString((allowed
[all...]
H A DMixedContentChecker.h57 void logWarning(bool allowed, const String& action, const KURL&) const;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DCUPolicy.c38 mDNSBool allowed; local
41 allowed = (mDNSBool) cellular_usage_policy_is_data_allowed_for_pid(m->p->handle, q->pid);
42 if (!allowed)
55 allowed = (mDNSBool) cellular_usage_policy_is_data_allowed_for_uuid(m->p->handle, q->uuid);
56 if (!allowed)
67 return allowed;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Devents.tcl39 array set allowed {
91 variable timer allowed requested posting delay
95 # allowed = Set of events allowed to post.
100 # 'allowed' is an Array (event name -> boolean). The
101 # value is true if the named event is allowed to be
110 if {$allowed($event) == $enable} continue
111 set allowed($event) $enable
128 if {!$allowed($event)} continue
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/lib/PVTests/
H A DCallbacks.pm16 my %allowed = ( foo => 1, baz => 1 );
21 { is_allowed => sub { $allowed{ lc $_[0] } } },
32 { is_allowed => sub { $allowed{ lc $_[0] } } },
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DGeolocationPermissionRequestManagerProxy.cpp57 void GeolocationPermissionRequestManagerProxy::didReceiveGeolocationPermissionDecision(uint64_t geolocationID, bool allowed) argument
67 m_page->process()->send(Messages::WebPage::DidReceiveGeolocationPermissionDecision(geolocationID, allowed), m_page->pageID());
69 UNUSED_PARAM(allowed);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dcompress.c52 cctx->allowed = 0;
79 cctx->allowed = 0;
84 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed) { argument
87 cctx->allowed &= ~DNS_COMPRESS_ALL;
88 cctx->allowed |= (allowed & DNS_COMPRESS_ALL);
94 return (cctx->allowed & DNS_COMPRESS_ALL);
102 cctx->allowed |= DNS_COMPRESS_CASESENSITIVE;
104 cctx->allowed &= ~DNS_COMPRESS_CASESENSITIVE;
111 return (ISC_TF((cctx->allowed
302 dns_decompress_setmethods(dns_decompress_t *dctx, unsigned int allowed) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapeContainerCheckPrivate.h43 typedef uint32_t (*WKN_CheckIfAllowedToLoadURLProcPtr)(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32_t, NPBool allowed, void* context), void* context);
47 uint32_t WKN_CheckIfAllowedToLoadURL(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32_t, NPBool allowed, void* context), void* context);
H A DWebNetscapeContainerCheckContextInfo.h39 - (id)initWithCheckRequestID:(uint32_t)checkRequestID callbackFunc:(void (*)(NPP npp, uint32_t checkID, NPBool allowed, void* context))callbackFunc context:(void*)context;
H A DWebNetscapeContainerCheckContextInfo.mm32 - (id)initWithCheckRequestID:(uint32_t)checkRequestID callbackFunc:(void (*)(NPP npp, uint32_t checkID, NPBool allowed, void* context))callbackFunc context:(void*)context
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKNotificationManager.cpp59 void WKNotificationManagerProviderDidUpdateNotificationPolicy(WKNotificationManagerRef managerRef, WKSecurityOriginRef origin, bool allowed) argument
61 toImpl(managerRef)->providerDidUpdateNotificationPolicy(toImpl(origin), allowed); local
H A DWKNotificationManager.h42 WK_EXPORT void WKNotificationManagerProviderDidUpdateNotificationPolicy(WKNotificationManagerRef managerRef, WKSecurityOriginRef origin, bool allowed);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dcompress.h54 unsigned int allowed; /*%< Allowed methods. */ member in struct:dns_compress
72 unsigned int allowed; /*%< Allowed methods. */ member in struct:dns_decompress
104 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed);
107 * Sets allowed compression methods.
117 * Gets allowed compression methods.
123 *\li allowed compression bitmap.
228 dns_decompress_setmethods(dns_decompress_t *dctx, unsigned int allowed);
231 * Sets 'dctx->allowed' to 'allowed'.
241 * Returns 'dctx->allowed'
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dmsgcat_c.tcl8 mcset c doctoc/cmd/toomanyargs {Too many args for "%1$s", at most %2$d allowed} ; # Details: cmdname, max#args
14 mcset c doctoc/plaintext {Plain text beyond whitespace is not allowed}
18 mcset c doctoc/division_end/syntax {Unexpected [division_end], not allowed here}
20 mcset c doctoc/item/syntax {Unexpected [item], not allowed here}
22 mcset c doctoc/toc_begin/syntax {Unexpected [toc_begin], not allowed here}
24 mcset c doctoc/toc_end/syntax {Unexpected [toc_end], not allowed here}
H A Dmsgcat_en.tcl8 mcset en doctoc/cmd/toomanyargs {Too many args for "%1$s", at most %2$d allowed} ; # Details: cmdname, max#args
14 mcset en doctoc/plaintext {Plain text beyond whitespace is not allowed}
18 mcset en doctoc/division_end/syntax {Unexpected [division_end], not allowed here}
20 mcset en doctoc/item/syntax {Unexpected [item], not allowed here}
22 mcset en doctoc/toc_begin/syntax {Unexpected [toc_begin], not allowed here}
24 mcset en doctoc/toc_end/syntax {Unexpected [toc_end], not allowed here}
H A Dmsgcat_fr.tcl11 mcset fr doctoc/cmd/toomanyargs {Too many args for "%1$s", at most %2$d allowed} ; # Details: cmdname, max#args
17 mcset fr doctoc/plaintext {Plain text beyond whitespace is not allowed}
21 mcset fr doctoc/division_end/syntax {Unexpected [division_end], not allowed here}
23 mcset fr doctoc/item/syntax {Unexpected [item], not allowed here}
25 mcset fr doctoc/toc_begin/syntax {Unexpected [toc_begin], not allowed here}
27 mcset fr doctoc/toc_end/syntax {Unexpected [toc_end], not allowed here}
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Notifications/
H A DNotificationPermissionRequestManager.cpp136 void NotificationPermissionRequestManager::setPermissionLevelForTesting(const String& originString, bool allowed) argument
139 WebProcess::shared().supplement<WebNotificationManager>()->didUpdateNotificationDecision(originString, allowed);
142 UNUSED_PARAM(allowed);
153 void NotificationPermissionRequestManager::didReceiveNotificationPermissionDecision(uint64_t requestID, bool allowed) argument
162 WebProcess::shared().supplement<WebNotificationManager>()->didUpdateNotificationDecision(origin->toString(), allowed);
177 callback->handleEvent(Notification::permissionString(allowed ? NotificationClient::PermissionAllowed : NotificationClient::PermissionDenied));
182 UNUSED_PARAM(allowed);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dmsgcat_c.tcl8 mcset c docidx/cmd/toomanyargs {Too many args for "%1$s", at most %2$d allowed} ; # Details: cmdname, max#args
14 mcset c docidx/plaintext {Plain text beyond whitespace is not allowed}
18 mcset c docidx/index_begin/syntax {Unexpected [index_begin], not allowed here}
20 mcset c docidx/index_end/syntax {Unexpected [index_end], not allowed here}
22 mcset c docidx/key/syntax {Unexpected [key], not allowed here}
H A Dmsgcat_en.tcl8 mcset en docidx/cmd/toomanyargs {Too many args for "%1$s", at most %2$d allowed} ; # Details: cmdname, max#args
14 mcset en docidx/plaintext {Plain text beyond whitespace is not allowed}
18 mcset en docidx/index_begin/syntax {Unexpected [index_begin], not allowed here}
20 mcset en docidx/index_end/syntax {Unexpected [index_end], not allowed here}
22 mcset en docidx/key/syntax {Unexpected [key], not allowed here}
H A Dmsgcat_fr.tcl11 mcset fr docidx/cmd/toomanyargs {Too many args for "%1$s", at most %2$d allowed} ; # Details: cmdname, max#args
17 mcset fr docidx/plaintext {Plain text beyond whitespace is not allowed}
21 mcset fr docidx/index_begin/syntax {Unexpected [index_begin], not allowed here}
23 mcset fr docidx/index_end/syntax {Unexpected [index_end], not allowed here}
25 mcset fr docidx/key/syntax {Unexpected [key], not allowed here}
/macosx-10.9.5/WebCore-7537.78.1/bindings/
H A DScriptControllerBase.cpp55 const bool allowed = m_frame->loader()->client()->allowScript(settings && settings->isScriptEnabled()); local
56 if (!allowed && reason == AboutToExecuteScript)
58 return allowed;
/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DGeolocationClientMock.cpp79 void GeolocationClientMock::setPermission(bool allowed) argument
81 m_permissionState = allowed ? PermissionStateAllowed : PermissionStateDenied;
116 bool allowed = m_permissionState == PermissionStateAllowed; local
124 (*it)->setIsAllowed(allowed);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Geolocation/
H A DGeolocationPermissionRequestManager.h47 void didReceiveGeolocationPermissionDecision(uint64_t geolocationID, bool allowed);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth-rsa.c173 int allowed = 0; local
253 /* break out, this key is allowed */
254 allowed = 1;
261 /* return key if allowed */
262 if (allowed && rkey != NULL)
267 return allowed;
272 * return key if login is allowed, NULL otherwise
279 u_int i, allowed = 0; local
283 for (i = 0; !allowed && i < options.num_authkeys_files; i++) {
288 allowed
[all...]

Completed in 153 milliseconds

1234567891011>>