| /expo/packages/@expo/cli/src/start/server/ |
| H A D | UrlCreator.ts | 21 protocol: string; property 54 !protocol || 58 protocol.includes('_') 92 protocol: options.scheme ?? 'http', 117 protocol: options.scheme ?? 'http', 127 let protocol = options.scheme ?? 'http'; 128 if (parsedProxyUrl.protocol === 'https:') { 129 if (protocol === 'http') { 130 protocol = 'https'; 139 protocol, [all …]
|
| /expo/home/legacy/ |
| H A D | FriendlyUrls.ts | 14 components.protocol = ''; 26 const protocol = components.protocol ? components.protocol : ''; constant 28 if (components.protocol && commonProtocols.includes(components.protocol)) { 30 return url.format(components).substr(protocol.length + 2);
|
| /expo/home/utils/ |
| H A D | UrlUtils.ts | 10 components.protocol === 'localhost:' || 11 (components.host == null && !components.protocol && !components.slashes) 21 if (!components.protocol) { 22 components.protocol = 'exp:'; 35 components.protocol = 'https:'; 37 components.protocol = 'http:'; 44 components.protocol = 'exp:'; 50 components.protocol = 'exps:';
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/rncore/ |
| H A D | RCTComponentViewHelpers.h | 16 @protocol RCTSafeAreaViewViewProtocol <NSObject> 24 @protocol RCTAndroidProgressBarViewProtocol <NSObject> 28 @protocol RCTAndroidSwipeRefreshLayoutViewProtocol <NSObject> 62 @protocol RCTPullToRefreshViewViewProtocol <NSObject> 96 @protocol RCTInputAccessoryViewProtocol <NSObject> 100 @protocol RCTAndroidDrawerLayoutViewProtocol <NSObject> 143 @protocol RCTActivityIndicatorViewViewProtocol <NSObject> 151 @protocol RCTSwitchViewProtocol <NSObject> 185 @protocol RCTAndroidSwitchViewProtocol <NSObject> 219 @protocol RCTTraceUpdateOverlayViewProtocol <NSObject> [all …]
|
| /expo/packages/@expo/metro-runtime/build/ |
| H A D | messageSocket.js | 4 const protocol = window.location.protocol === 'https:' ? 'wss' : 'ws'; constant 5 const messageSocket = new WebSocket(`${protocol}://${window.location.host}/message`);
|
| /expo/packages/@expo/metro-runtime/src/ |
| H A D | messageSocket.ts | 6 const protocol = window.location.protocol === 'https:' ? 'wss' : 'ws'; constant 7 const messageSocket = new WebSocket(`${protocol}://${window.location.host}/message`);
|
| /expo/packages/expo-router/build/head/ |
| H A D | url.js | 26 …const validProtocol = !parsed.protocol || parsed.protocol === 'http:' || parsed.protocol === 'http… 28 …throwOrAlert(`Expo Head: Native origin has invalid protocol "${parsed.protocol}" for URL in Expo C… 33 parsed.set('protocol', parsed.protocol ?? 'https:');
|
| /expo/packages/expo-router/src/head/ |
| H A D | url.tsx | 23 // Allow empty protocol, http, and https 25 !parsed.protocol || parsed.protocol === 'http:' || parsed.protocol === 'https:'; 29 …`Expo Head: Native origin has invalid protocol "${parsed.protocol}" for URL in Expo Config: ${prot… 36 parsed.set('protocol', parsed.protocol ?? 'https:'); 60 `Expo Head: origin "${origin}" is missing a \`https://\` protocol. ${protocolWarningString}.`
|
| /expo/packages/expo-modules-core/ios/Protocols/ |
| H A D | EXUIManager.h | 6 @protocol EXUIManager <NSObject> 10 - (void)addUIBlock:(void (^)(id))block forView:(id)viewId implementingProtocol:(Protocol *)protocol; 13 …id)executeUIBlock:(void (^)(id))block forView:(id)viewId implementingProtocol:(Protocol *)protocol;
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Protocols/ |
| H A D | ABI48_0_0EXUIManager.h | 6 @protocol ABI48_0_0EXUIManager <NSObject> 10 - (void)addUIBlock:(void (^)(id))block forView:(id)viewId implementingProtocol:(Protocol *)protocol; 13 …id)executeUIBlock:(void (^)(id))block forView:(id)viewId implementingProtocol:(Protocol *)protocol;
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Protocols/ |
| H A D | ABI49_0_0EXUIManager.h | 6 @protocol ABI49_0_0EXUIManager <NSObject> 10 - (void)addUIBlock:(void (^)(id))block forView:(id)viewId implementingProtocol:(Protocol *)protocol; 13 …id)executeUIBlock:(void (^)(id))block forView:(id)viewId implementingProtocol:(Protocol *)protocol;
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Protocols/ |
| H A D | ABI47_0_0EXUIManager.h | 6 @protocol ABI47_0_0EXUIManager <NSObject> 10 - (void)addUIBlock:(void (^)(id))block forView:(id)viewId implementingProtocol:(Protocol *)protocol; 13 …id)executeUIBlock:(void (^)(id))block forView:(id)viewId implementingProtocol:(Protocol *)protocol;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/ |
| H A D | ABI49_0_0RCTImageLoaderLoggable.h | 11 @protocol ABI49_0_0RCTImageLoaderLoggableProtocol 23 @protocol ABI49_0_0RCTImageLoaderLoggable
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/ |
| H A D | ABI47_0_0RCTImageLoaderLoggable.h | 11 @protocol ABI47_0_0RCTImageLoaderLoggableProtocol 23 @protocol ABI47_0_0RCTImageLoaderLoggable
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/ |
| H A D | ABI48_0_0RCTImageLoaderLoggable.h | 11 @protocol ABI48_0_0RCTImageLoaderLoggableProtocol 23 @protocol ABI48_0_0RCTImageLoaderLoggable
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/ |
| H A D | ABI47_0_0RCTSurfacePresenterStub.h | 12 @protocol ABI47_0_0RCTSurfaceProtocol; 20 @protocol ABI47_0_0RCTSurfacePresenterObserver <NSObject> 29 @protocol ABI47_0_0RCTSurfacePresenterStub <NSObject>
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/ |
| H A D | ABI49_0_0RCTSurfacePresenterStub.h | 12 @protocol ABI49_0_0RCTSurfaceProtocol; 20 @protocol ABI49_0_0RCTSurfacePresenterObserver <NSObject> 29 @protocol ABI49_0_0RCTSurfacePresenterStub <NSObject>
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/ |
| H A D | ABI48_0_0RCTSurfacePresenterStub.h | 12 @protocol ABI48_0_0RCTSurfaceProtocol; 20 @protocol ABI48_0_0RCTSurfacePresenterObserver <NSObject> 29 @protocol ABI48_0_0RCTSurfacePresenterStub <NSObject>
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | url.ts | 40 if (!results.protocol && !requireProtocol) { 44 ? results.protocol 45 ? protocols.map((x) => `${x.toLowerCase()}:`).includes(results.protocol)
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ScrollView/ |
| H A D | ABI49_0_0RCTScrollableProtocol.h | 15 @protocol ABI49_0_0RCTScrollableProtocol 36 @protocol ABI49_0_0RCTCustomRefreshControlProtocol 47 @protocol ABI49_0_0RCTCustomRefreshContolProtocol<ABI49_0_0RCTCustomRefreshControlProtocol>
|
| /expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/ |
| H A D | ABI47_0_0EXScreenOrientationRegistry.h | 10 @protocol ABI47_0_0EXOrientationListener <NSObject> 16 @protocol ABI47_0_0EXScreenOrientationEventEmitter <NSObject> 23 @protocol ABI47_0_0EXScreenOrientationRegistry <NSObject>
|
| /expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/ |
| H A D | ABI48_0_0EXScreenOrientationRegistry.h | 10 @protocol ABI48_0_0EXOrientationListener <NSObject> 16 @protocol ABI48_0_0EXScreenOrientationEventEmitter <NSObject> 23 @protocol ABI48_0_0EXScreenOrientationRegistry <NSObject>
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTEventDispatcherProtocol.h | 34 @protocol ABI49_0_0RCTEvent <NSObject> 62 @protocol ABI49_0_0RCTEventDispatcherObserver <NSObject> 72 @protocol ABI49_0_0RCTJSDispatcherModule 82 @protocol ABI49_0_0RCTEventDispatcherProtocol <ABI49_0_0RCTBridgeModule, ABI49_0_0RCTJSDispatcherMo…
|
| /expo/packages/@expo/metro-runtime/src/location/ |
| H A D | Location.native.ts | 89 protocol: { 91 return url.protocol; 162 protocol: this.protocol, constant
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTEventDispatcherProtocol.h | 34 @protocol ABI48_0_0RCTEvent <NSObject> 62 @protocol ABI48_0_0RCTEventDispatcherObserver <NSObject> 72 @protocol ABI48_0_0RCTJSDispatcherModule 82 @protocol ABI48_0_0RCTEventDispatcherProtocol <ABI48_0_0RCTBridgeModule, ABI48_0_0RCTJSDispatcherMo…
|