Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/expo/packages/@expo/cli/src/start/server/
H A DUrlCreator.ts21 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 DFriendlyUrls.ts14 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 DUrlUtils.ts10 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 DRCTComponentViewHelpers.h16 @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 DmessageSocket.js4 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 DmessageSocket.ts6 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 Durl.js26 …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 Durl.tsx23 // 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 DEXUIManager.h6 @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 DABI48_0_0EXUIManager.h6 @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 DABI49_0_0EXUIManager.h6 @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 DABI47_0_0EXUIManager.h6 @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 DABI49_0_0RCTImageLoaderLoggable.h11 @protocol ABI49_0_0RCTImageLoaderLoggableProtocol
23 @protocol ABI49_0_0RCTImageLoaderLoggable
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTImageLoaderLoggable.h11 @protocol ABI47_0_0RCTImageLoaderLoggableProtocol
23 @protocol ABI47_0_0RCTImageLoaderLoggable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DABI48_0_0RCTImageLoaderLoggable.h11 @protocol ABI48_0_0RCTImageLoaderLoggableProtocol
23 @protocol ABI48_0_0RCTImageLoaderLoggable
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTSurfacePresenterStub.h12 @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 DABI49_0_0RCTSurfacePresenterStub.h12 @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 DABI48_0_0RCTSurfacePresenterStub.h12 @protocol ABI48_0_0RCTSurfaceProtocol;
20 @protocol ABI48_0_0RCTSurfacePresenterObserver <NSObject>
29 @protocol ABI48_0_0RCTSurfacePresenterStub <NSObject>
/expo/packages/@expo/cli/src/utils/
H A Durl.ts40 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 DABI49_0_0RCTScrollableProtocol.h15 @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 DABI47_0_0EXScreenOrientationRegistry.h10 @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 DABI48_0_0EXScreenOrientationRegistry.h10 @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 DABI49_0_0RCTEventDispatcherProtocol.h34 @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 DLocation.native.ts89 protocol: {
91 return url.protocol;
162 protocol: this.protocol, constant
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTEventDispatcherProtocol.h34 @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…

12345678910>>...46