Searched refs:isRegex (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A D_notifyremove.c66 __SCDynamicStoreRemoveWatchedKey(SCDynamicStoreRef store, CFStringRef key, Boolean isRegex, Boolean internal) argument
77 isRegex ? "pattern" : "key",
85 if (isRegex) {
121 int isRegex,
147 isRegex != 0,
118 _notifyremove(mach_port_t server, xmlData_t keyRef, mach_msg_type_number_t keyLen, int isRegex, int *sc_status ) argument
H A D_notifyadd.c86 __SCDynamicStoreAddWatchedKey(SCDynamicStoreRef store, CFStringRef key, Boolean isRegex, Boolean internal) argument
97 isRegex ? "pattern" : "key",
103 if (isRegex) {
147 int isRegex,
171 *sc_status = __SCDynamicStoreAddWatchedKey(mySession->store, key, isRegex != 0, FALSE);
187 Boolean isRegex; member in struct:__anon6915
209 myContextRef->isRegex,
234 myContextRef->isRegex,
263 myContext.isRegex = FALSE;
279 myContext.isRegex
144 _notifyadd(mach_port_t server, xmlData_t keyRef, mach_msg_type_number_t keyLen, int isRegex, int *sc_status ) argument
[all...]
H A D_configlist.c42 __SCDynamicStoreCopyKeyList(SCDynamicStoreRef store, CFStringRef key, Boolean isRegex, CFArrayRef *subKeys) argument
49 if (isRegex) {
99 int isRegex,
135 *sc_status = __SCDynamicStoreCopyKeyList(mySession->store, key, isRegex != 0, &subKeys);
96 _configlist(mach_port_t server, xmlData_t keyRef, mach_msg_type_number_t keyLen, int isRegex, xmlDataOut_t *listRef, mach_msg_type_number_t *listLen, int *sc_status, audit_token_t audit_token) argument
H A D_SCD.h103 Boolean isRegex,
151 Boolean isRegex,
157 Boolean isRegex,
H A D_configclose.c67 removeAllKeys(SCDynamicStoreRef store, Boolean isRegex) argument
73 keys = isRegex ? storePrivate->patterns : storePrivate->keys;
83 isRegex,
H A Dconfigd_server.h70 int isRegex,
146 int isRegex,
152 int isRegex,
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDynamicStorePrivate.h121 @param isRegex A booolean indicating whether a specific key should
130 Boolean isRegex);
138 @param isRegex A booolean indicating whether a specific key should
147 Boolean isRegex);
H A DSCDNotifierAdd.c56 SCDynamicStoreAddWatchedKey(SCDynamicStoreRef store, CFStringRef key, Boolean isRegex) argument
89 isRegex,
107 if (isRegex) {
H A DSCDNotifierRemove.c66 SCDynamicStoreRemoveWatchedKey(SCDynamicStoreRef store, CFStringRef key, Boolean isRegex) argument
99 isRegex,
117 if (isRegex) {
H A Dconfig.defs89 isRegex : int;
154 isRegex : int;
159 isRegex : int;
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DContentSearchUtilities.h47 JS_EXPORT_PRIVATE JSC::Yarr::RegularExpression createSearchRegex(const String& query, bool caseSensitive, bool isRegex);
49 JS_EXPORT_PRIVATE PassRefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::GenericTypes::SearchMatch>> searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex);
H A DContentSearchUtilities.cpp132 JSC::Yarr::RegularExpression createSearchRegex(const String& query, bool caseSensitive, bool isRegex) argument
134 String regexSource = isRegex ? query : createSearchRegexSource(query);
157 PassRefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::GenericTypes::SearchMatch>> searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex) argument
161 JSC::Yarr::RegularExpression regex = ContentSearchUtilities::createSearchRegex(query, caseSensitive, isRegex);
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnotifications.c124 Boolean isRegex = FALSE; local
133 isRegex = TRUE;
135 list = isRegex ? watchedPatterns : watchedKeys;
140 isRegex ? "patterns" : "keys");
156 isRegex ? "pattern" : "key",
164 isRegex ? "patterns" : "keys");
178 Boolean isRegex = FALSE; local
188 isRegex = TRUE;
190 keys = isRegex ? watchedPatterns : watchedKeys;
215 Boolean isRegex local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorDebuggerAgent.cpp151 static PassRefPtr<InspectorObject> buildObjectForBreakpointCookie(const String& url, int lineNumber, int columnNumber, const String& condition, RefPtr<InspectorArray>& actions, bool isRegex, bool autoContinue) argument
158 breakpointObject->setBoolean(ASCIILiteral("isRegex"), isRegex);
167 static bool matches(const String& url, const String& pattern, bool isRegex) argument
169 if (isRegex) {
252 bool isRegex = optionalURLRegex; local
254 String breakpointIdentifier = (isRegex ? "/" + url + "/" : url) + ':' + String::number(lineNumber) + ':' + String::number(columnNumber);
273 m_javaScriptBreakpoints.set(breakpointIdentifier, buildObjectForBreakpointCookie(url, lineNumber, columnNumber, condition, actions, isRegex, autoContinue));
278 if (!matches(scriptURL, url, isRegex))
400 bool isRegex local
597 bool isRegex; local
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOSystemConfiguration.h50 Boolean isRegex);
H A DIOSystemConfiguration.c89 Boolean isRegex)
96 return (*dyfunc)(store, key, isRegex);

Completed in 307 milliseconds