Home
last modified time | relevance | path

Searched refs:selector (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DBranchContentMetadata+RNBranch.m21 …@"contentSchema": [RNBranchProperty propertyWithSetterSelector:@selector(setContentSchema:) type:N…
22 …@"quantity": [RNBranchProperty propertyWithSetterSelector:@selector(setQuantityWithNumber:) type:N…
23 …@"price": [RNBranchProperty propertyWithSetterSelector:@selector(setPriceWithString:) type:NSStrin…
24 …@"currency": [RNBranchProperty propertyWithSetterSelector:@selector(setCurrency:) type:NSString.cl…
25 … @"sku": [RNBranchProperty propertyWithSetterSelector:@selector(setSku:) type:NSString.class],
26 …@"productName": [RNBranchProperty propertyWithSetterSelector:@selector(setProductName:) type:NSStr…
27 …@"productBrand": [RNBranchProperty propertyWithSetterSelector:@selector(setProductBrand:) type:NSS…
30 …@"condition": [RNBranchProperty propertyWithSetterSelector:@selector(setCondition:) type:NSString.…
34 …@"addressStreet": [RNBranchProperty propertyWithSetterSelector:@selector(setAddressStreet:) type:N…
35 …@"addressCity": [RNBranchProperty propertyWithSetterSelector:@selector(setAddressCity:) type:NSStr…
[all …]
H A DBranchEvent+RNBranch.m21 …@"transactionID": [RNBranchProperty propertyWithSetterSelector:@selector(setTransactionID:) type:N…
22 …@"currency": [RNBranchProperty propertyWithSetterSelector:@selector(setCurrency:) type:NSString.cl…
23 …@"revenue": [RNBranchProperty propertyWithSetterSelector:@selector(setRevenueWithString:) type:NSS…
24 …@"shipping": [RNBranchProperty propertyWithSetterSelector:@selector(setShippingWithString:) type:N…
25 …@"tax": [RNBranchProperty propertyWithSetterSelector:@selector(setTaxWithString:) type:NSString.cl…
26 …@"coupon": [RNBranchProperty propertyWithSetterSelector:@selector(setCoupon:) type:NSString.class],
27 …@"affiliation": [RNBranchProperty propertyWithSetterSelector:@selector(setAffiliation:) type:NSStr…
28 …@"description": [RNBranchProperty propertyWithSetterSelector:@selector(setEventDescription:) type:…
29 …@"searchQuery": [RNBranchProperty propertyWithSetterSelector:@selector(setSearchQuery:) type:NSStr…
30 …@"customData": [RNBranchProperty propertyWithSetterSelector:@selector(setCustomData:) type:NSDicti…
[all …]
H A DBranchUniversalObject+RNBranch.m26 …@"canonicalUrl": [RNBranchProperty propertyWithSetterSelector:@selector(setCanonicalUrl:) type:NSS…
27 …@"contentDescription": [RNBranchProperty propertyWithSetterSelector:@selector(setContentDescriptio…
28 …@"contentImageUrl": [RNBranchProperty propertyWithSetterSelector:@selector(setImageUrl:) type:NSSt…
29 …@"contentIndexingMode": [RNBranchProperty propertyWithSetterSelector:@selector(setContentIndexingM…
31 …@"currency": [RNBranchProperty propertyWithSetterSelector:@selector(setCurrency:) type:NSString.cl…
33 …@"keywords": [RNBranchProperty propertyWithSetterSelector:@selector(setKeywords:) type:NSArray.cla…
34 …@"locallyIndex": [RNBranchProperty propertyWithSetterSelector:@selector(setLocallyIndexWithNumber:…
35 …@"metadata": [RNBranchProperty propertyWithSetterSelector:@selector(setMetadata:) type:NSDictionar…
36 …@"price": [RNBranchProperty propertyWithSetterSelector:@selector(setPriceWithNumber:) type:NSNumbe…
38 … @"title": [RNBranchProperty propertyWithSetterSelector:@selector(setTitle:) type:NSString.class],
[all …]
H A DBranchLinkProperties+RNBranch.m22 … @"alias": [RNBranchProperty propertyWithSetterSelector:@selector(setAlias:) type:NSString.class],
23 …@"campaign": [RNBranchProperty propertyWithSetterSelector:@selector(setCampaign:) type:NSString.cl…
24 …@"channel": [RNBranchProperty propertyWithSetterSelector:@selector(setChannel:) type:NSString.clas…
25 …// @"duration": [RNBranchProperty propertyWithSetterSelector:@selector(setMatchDuration:) type:NSN…
26 …@"feature": [RNBranchProperty propertyWithSetterSelector:@selector(setFeature:) type:NSString.clas…
27 … @"stage": [RNBranchProperty propertyWithSetterSelector:@selector(setStage:) type:NSString.class],
28 … @"tags": [RNBranchProperty propertyWithSetterSelector:@selector(setTags:) type:NSArray.class]
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherUtils.swift9 …static func swizzle(selector selectorA: Selector, withSelector selectorB: Selector, forClass: AnyC… in swizzle()
30 …static func swizzleClassMethod(selector selectorA: Selector, withSelector selectorB: Selector, for… in swizzleClassMethod()
44 static func invokeOriginalClassMethod(selector: Selector, forClass: AnyClass) throws -> Any? { in invokeOriginalClassMethod()
46 let imp = try getOriginalClassMethodImp(selector: selector, forClass: forClass) in invokeOriginalClassMethod()
47 return unsafeBitCast(imp, to: ClassMethod.self)(self, selector) in invokeOriginalClassMethod()
53 …static func invokeOriginalClassMethod(selector: Selector, forClass: AnyClass, A0: Any) throws -> A… in invokeOriginalClassMethod()
55 let imp = try getOriginalClassMethodImp(selector: selector, forClass: forClass) in invokeOriginalClassMethod()
56 return unsafeBitCast(imp, to: ClassMethod.self)(self, selector, A0) in invokeOriginalClassMethod()
59 …private static func getOriginalClassMethodImp(selector: Selector, forClass: AnyClass) throws -> IM… in getOriginalClassMethodImp()
60 let backupSelector = NSSelectorFromString("_" + NSStringFromSelector(selector)) in getOriginalClassMethodImp()
H A DDevLauncherNetworkInterceptor.swift20 selector: #selector(RCTInspectorDevServerHelper.connect(withBundleURL:)),
21 withSelector: #selector(RCTInspectorDevServerHelper.EXDevLauncher_connect(withBundleURL:)),
25 selector: #selector(getter: URLSessionConfiguration.default),
26 withSelector: #selector(URLSessionConfiguration.EXDevLauncher_urlSessionConfiguration),
58 selector: #selector(RCTInspectorDevServerHelper.connect(withBundleURL:)), in EXDevLauncher_connect()
114 selector: #selector(getter: URLSessionConfiguration.default), in EXDevLauncher_urlSessionConfiguration()
/expo/packages/expo-modules-core/ios/AppDelegates/
H A DEXLegacyAppDelegateWrapper.m19 SEL selector = [invocation selector];
21 NSString *selectorName = NSStringFromSelector(selector);
34 SEL selector = @selector(application:didFinishLaunchingWithOptions:);
48 SEL selector = @selector(applicationWillEnterForeground:);
59 SEL selector = @selector(application:openURL:options:);
73 SEL selector = @selector(application:performFetchWithCompletionHandler:);
106 SEL selector = @selector(application:continueUserActivity:restorationHandler:);
137 SEL selector = @selector(application:handleEventsForBackgroundURLSession:completionHandler:);
168 SEL selector = @selector(application:didRegisterForRemoteNotificationsWithDeviceToken:);
178 SEL selector = @selector(application:didFailToRegisterForRemoteNotificationsWithError:);
[all …]
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/AppDelegates/
H A DABI47_0_0EXLegacyAppDelegateWrapper.m18 SEL selector = [invocation selector];
20 NSString *selectorName = NSStringFromSelector(selector);
33 SEL selector = @selector(application:didFinishLaunchingWithOptions:);
47 SEL selector = @selector(applicationWillEnterForeground:);
58 SEL selector = @selector(application:openURL:options:);
72 SEL selector = @selector(application:performFetchWithCompletionHandler:);
105 SEL selector = @selector(application:continueUserActivity:restorationHandler:);
136 SEL selector = @selector(application:handleEventsForBackgroundURLSession:completionHandler:);
167 SEL selector = @selector(application:didRegisterForRemoteNotificationsWithDeviceToken:);
177 SEL selector = @selector(application:didFailToRegisterForRemoteNotificationsWithError:);
[all …]
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/AppDelegates/
H A DABI49_0_0EXLegacyAppDelegateWrapper.m18 SEL selector = [invocation selector];
20 NSString *selectorName = NSStringFromSelector(selector);
33 SEL selector = @selector(application:didFinishLaunchingWithOptions:);
47 SEL selector = @selector(applicationWillEnterForeground:);
58 SEL selector = @selector(application:openURL:options:);
72 SEL selector = @selector(application:performFetchWithCompletionHandler:);
105 SEL selector = @selector(application:continueUserActivity:restorationHandler:);
136 SEL selector = @selector(application:handleEventsForBackgroundURLSession:completionHandler:);
167 SEL selector = @selector(application:didRegisterForRemoteNotificationsWithDeviceToken:);
177 SEL selector = @selector(application:didFailToRegisterForRemoteNotificationsWithError:);
[all …]
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/AppDelegates/
H A DABI48_0_0EXLegacyAppDelegateWrapper.m18 SEL selector = [invocation selector];
20 NSString *selectorName = NSStringFromSelector(selector);
33 SEL selector = @selector(application:didFinishLaunchingWithOptions:);
47 SEL selector = @selector(applicationWillEnterForeground:);
58 SEL selector = @selector(application:openURL:options:);
72 SEL selector = @selector(application:performFetchWithCompletionHandler:);
105 SEL selector = @selector(application:continueUserActivity:restorationHandler:);
136 SEL selector = @selector(application:handleEventsForBackgroundURLSession:completionHandler:);
167 SEL selector = @selector(application:didRegisterForRemoteNotificationsWithDeviceToken:);
177 SEL selector = @selector(application:didFailToRegisterForRemoteNotificationsWithError:);
[all …]
/expo/packages/expo-dev-launcher/ios/ReactNative/
H A DEXDevLauncherRedBoxInterceptor.swift20 selector: #selector(RCTCxxBridge.module(forName:)), in swizzle()
21 withSelector: #selector(RCTCxxBridge.EXDevLauncher_module(forName:)), in swizzle()
26 selector: #selector(RCTCxxBridge.module(forName:lazilyLoadIfNecessary:)), in swizzle()
27 withSelector: #selector(RCTCxxBridge.EXDevLauncher_module(forName:lazilyLoadIfNecessary:)), in swizzle()
32 selector: #selector(RCTCxxBridge.module(for:)), in swizzle()
33 withSelector: #selector(RCTCxxBridge.EXDevLauncher_module(forClass:)), in swizzle()
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DUIViewController+ABI47_0_0RNScreens.mm56 class_getInstanceMethod(uiVCClass, @selector(childViewControllerForStatusBarStyle)),
57 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForStatusBarStyl…
60 class_getInstanceMethod(uiVCClass, @selector(childViewControllerForStatusBarHidden)),
61 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForStatusBarHidd…
64 class_getInstanceMethod(uiVCClass, @selector(preferredStatusBarUpdateAnimation)),
65 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensPreferredStatusBarUpdateAnimation))…
68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
69 … class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensSupportedInterfaceOrientations)));
72 … class_getInstanceMethod(uiVCClass, @selector(childViewControllerForHomeIndicatorAutoHidden)),
73 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForHomeIndicator…
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DUIViewController+ABI49_0_0RNScreens.mm56 class_getInstanceMethod(uiVCClass, @selector(childViewControllerForStatusBarStyle)),
57 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForStatusBarStyl…
60 class_getInstanceMethod(uiVCClass, @selector(childViewControllerForStatusBarHidden)),
61 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForStatusBarHidd…
64 class_getInstanceMethod(uiVCClass, @selector(preferredStatusBarUpdateAnimation)),
65 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensPreferredStatusBarUpdateAnimation))…
68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
69 … class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensSupportedInterfaceOrientations)));
72 … class_getInstanceMethod(uiVCClass, @selector(childViewControllerForHomeIndicatorAutoHidden)),
73 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForHomeIndicator…
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DUIViewController+RNScreens.mm56 class_getInstanceMethod(uiVCClass, @selector(childViewControllerForStatusBarStyle)),
57 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForStatusBarStyl…
60 class_getInstanceMethod(uiVCClass, @selector(childViewControllerForStatusBarHidden)),
61 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForStatusBarHidd…
64 class_getInstanceMethod(uiVCClass, @selector(preferredStatusBarUpdateAnimation)),
65 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensPreferredStatusBarUpdateAnimation))…
68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
69 … class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensSupportedInterfaceOrientations)));
72 … class_getInstanceMethod(uiVCClass, @selector(childViewControllerForHomeIndicatorAutoHidden)),
73 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForHomeIndicator…
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DUIViewController+ABI48_0_0RNScreens.mm56 class_getInstanceMethod(uiVCClass, @selector(childViewControllerForStatusBarStyle)),
57 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForStatusBarStyl…
60 class_getInstanceMethod(uiVCClass, @selector(childViewControllerForStatusBarHidden)),
61 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForStatusBarHidd…
64 class_getInstanceMethod(uiVCClass, @selector(preferredStatusBarUpdateAnimation)),
65 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensPreferredStatusBarUpdateAnimation))…
68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
69 … class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensSupportedInterfaceOrientations)));
72 … class_getInstanceMethod(uiVCClass, @selector(childViewControllerForHomeIndicatorAutoHidden)),
73 …class_getInstanceMethod(uiVCClass, @selector(reactNativeScreensChildViewControllerForHomeIndicator…
/expo/packages/expo-clipboard/ios/Tests/
H A DMockNSAttributedString.swift28 …class_getInstanceMethod(NSAttributedString.self, #selector(NSAttributedString.init(htmlString:)))!, in swizzleNSAttributedString()
29 …class_getInstanceMethod(MockNSAttributedString.self, #selector(MockNSAttributedString.init(htmlStr… in swizzleNSAttributedString()
32 … class_getInstanceMethod(NSAttributedString.self, #selector(getter: NSAttributedString.rtfData))!, in swizzleNSAttributedString()
33 …class_getInstanceMethod(MockNSAttributedString.self, #selector(getter: MockNSAttributedString.rtfD… in swizzleNSAttributedString()
36 …class_getInstanceMethod(NSAttributedString.self, #selector(getter: NSAttributedString.htmlString))… in swizzleNSAttributedString()
37 …class_getInstanceMethod(MockNSAttributedString.self, #selector(getter: MockNSAttributedString.html… in swizzleNSAttributedString()
/expo/packages/expo-modules-core/ios/ReactDelegates/
H A DEXRCTBridgeDelegateInterceptor.m21 - (id)forwardingTargetForSelector:(SEL)selector
23 if ([self isInterceptedSelector:selector]) {
29 - (BOOL)respondsToSelector:(SEL)selector
31 if ([self isInterceptedSelector:selector]) {
34 return [self.bridgeDelegate respondsToSelector:selector];
37 - (BOOL)isInterceptedSelector:(SEL)selector
39 if ([self.interceptor respondsToSelector:selector]) {
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/ReactDelegates/
H A DABI48_0_0EXRCTBridgeDelegateInterceptor.m21 - (id)forwardingTargetForSelector:(SEL)selector
23 if ([self isInterceptedSelector:selector]) {
29 - (BOOL)respondsToSelector:(SEL)selector
31 if ([self isInterceptedSelector:selector]) {
34 return [self.bridgeDelegate respondsToSelector:selector];
37 - (BOOL)isInterceptedSelector:(SEL)selector
39 if ([self.interceptor respondsToSelector:selector]) {
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/ReactDelegates/
H A DABI47_0_0EXRCTBridgeDelegateInterceptor.m21 - (id)forwardingTargetForSelector:(SEL)selector
23 if ([self isInterceptedSelector:selector]) {
29 - (BOOL)respondsToSelector:(SEL)selector
31 if ([self isInterceptedSelector:selector]) {
34 return [self.bridgeDelegate respondsToSelector:selector];
37 - (BOOL)isInterceptedSelector:(SEL)selector
39 if ([self.interceptor respondsToSelector:selector]) {
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/ReactDelegates/
H A DABI49_0_0EXRCTBridgeDelegateInterceptor.m21 - (id)forwardingTargetForSelector:(SEL)selector
23 if ([self isInterceptedSelector:selector]) {
29 - (BOOL)respondsToSelector:(SEL)selector
31 if ([self isInterceptedSelector:selector]) {
34 return [self.bridgeDelegate respondsToSelector:selector];
37 - (BOOL)isInterceptedSelector:(SEL)selector
39 if ([self.interceptor respondsToSelector:selector]) {
/expo/packages/@expo/config-plugins/src/ios/
H A DcodeMod.ts67 export function findObjcFunctionCodeBlock(contents: string, selector: string): CodeBlock | null {
68 const symbols = selector.split(':');
105 selector: string,
109 return insertContentsInsideFunctionBlock(srcContents, selector, insertion, options, 'objc');
153 const parenthesesIndex = selector.indexOf('(');
155 const funcName = selector.substring(0, parenthesesIndex);
157 const argLabels = selector.substring(parenthesesIndex + 1, selector.length - 2).split(':');
252 selector: string,
261 selector: string,
268 ? findObjcFunctionCodeBlock(srcContents, selector)
[all …]
/expo/packages/@expo/config-plugins/build/ios/
H A DcodeMod.d.ts28 export declare function findObjcFunctionCodeBlock(contents: string, selector: string): CodeBlock | …
38 export declare function insertContentsInsideObjcFunctionBlock(srcContents: string, selector: string…
58 export declare function findSwiftFunctionCodeBlock(contents: string, selector: string): CodeBlock |…
80 export declare function insertContentsInsideSwiftFunctionBlock(srcContents: string, selector: strin…
H A DcodeMod.js76 function findObjcFunctionCodeBlock(contents, selector) { argument
77 const symbols = selector.split(':');
111 function insertContentsInsideObjcFunctionBlock(srcContents, selector, insertion, options) { argument
112 return insertContentsInsideFunctionBlock(srcContents, selector, insertion, options, 'objc');
149 function findSwiftFunctionCodeBlock(contents, selector) { argument
150 const parenthesesIndex = selector.indexOf('(');
152 const funcName = selector.substring(0, parenthesesIndex);
154 const argLabels = selector.substring(parenthesesIndex + 1, selector.length - 2).split(':');
238 function insertContentsInsideSwiftFunctionBlock(srcContents, selector, insertion, options) { argument
239 return insertContentsInsideFunctionBlock(srcContents, selector, insertion, options, 'swift');
[all …]
/expo/packages/expo-battery/ios/
H A DBatteryModule.swift43 selector: #selector(self.batteryLevelListener), in definition()
50 selector: #selector(self.batteryStateListener), in definition()
57 selector: #selector(self.powerModeListener), in definition()
/expo/ios/versioned/sdk48/ExpoBattery/
H A DBatteryModule.swift43 selector: #selector(self.batteryLevelListener), in definition()
50 selector: #selector(self.batteryStateListener), in definition()
57 selector: #selector(self.powerModeListener), in definition()

12345678910>>...29