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

12345678910

/macosx-10.10/OpenLDAP-499.27/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.10/WebCore-7600.1.25/loader/
H A DMixedContentChecker.cpp68 bool allowed = m_frame.settings().allowDisplayOfInsecureContent();
69 logWarning(allowed, "displayed", url);
71 if (allowed)
74 return allowed;
82 bool allowed = m_frame.settings().allowRunningOfInsecureContent();
83 logWarning(allowed, "ran", url);
85 if (allowed)
88 return allowed;
91 void MixedContentChecker::logWarning(bool allowed, const String& action, const URL& target) const argument
93 String message = makeString((allowed
[all...]
H A DMixedContentChecker.h57 void logWarning(bool allowed, const String& action, const URL&) const;
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspectorDebuggable.cpp57 void RemoteInspectorDebuggable::setRemoteDebuggingAllowed(bool allowed) argument
59 if (m_allowed == allowed)
62 m_allowed = allowed;
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_allowmethods.c40 * Non-matching methods will be returned a status 405 (method not allowed)
48 apr_int64_t allowed; member in struct:am_conf_t
60 if (!conf || conf->allowed == 0) {
64 r->allowed = conf->allowed;
66 if (conf->allowed & (AP_METHOD_BIT << method)) {
83 conf->allowed = 0;
94 conf->allowed = add->allowed;
97 conf->allowed
[all...]
/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebGeolocationPrivate.h35 - (void)setIsAllowed:(BOOL)allowed;
H A DWebGeolocation.mm51 - (void)setIsAllowed:(BOOL)allowed
53 reinterpret_cast<Geolocation*>(_private)->setIsAllowed(allowed);
/macosx-10.10/mDNSResponder-561.1.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.10/tcl-105/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.10/WebKit2-7600.1.25/UIProcess/
H A DGeolocationPermissionRequestManagerProxy.cpp55 void GeolocationPermissionRequestManagerProxy::didReceiveGeolocationPermissionDecision(uint64_t geolocationID, bool allowed) argument
65 m_page.process().send(Messages::WebPage::DidReceiveGeolocationPermissionDecision(geolocationID, allowed), m_page.pageID());
67 UNUSED_PARAM(allowed);
/macosx-10.10/Security-57031.1.35/codesign_wrapper/
H A DMISEntitlement.c7 Boolean allowed = false; local
10 for (i = 0; (i < count) && (allowed == false); i++) {
19 allowed = CFStringCompare(item, value, 0) == kCFCompareEqualTo;
24 allowed = CFStringHasPrefix(value, wildcardPrefix);
35 return allowed;
79 * Assume allowed, will set back to false if we encounter
/macosx-10.10/bind9-45.101/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.10/WebKit-7600.1.25/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;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKNotificationManager.cpp59 void WKNotificationManagerProviderDidUpdateNotificationPolicy(WKNotificationManagerRef managerRef, WKSecurityOriginRef origin, bool allowed) argument
61 toImpl(managerRef)->providerDidUpdateNotificationPolicy(toImpl(origin), allowed); local
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/leveldb/
H A DIDBIndexWriterLevelDB.cpp72 bool IDBIndexWriterLevelDB::addingKeyAllowed(IDBBackingStoreLevelDB& backingStore, IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey* indexKey, const IDBKey* primaryKey, bool& allowed) const
74 allowed = false;
76 allowed = true;
86 allowed = true;
/macosx-10.10/bind9-45.101/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.10/tcl-105/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.10/WebKit2-7600.1.25/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.10/tcl-105/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.10/WebCore-7600.1.25/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);

Completed in 168 milliseconds

12345678910