Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 72) sorted by relevance

123

/expo/packages/expo-modules-autolinking/src/platforms/
H A Dios.ts186 return `${indent.repeat(2)}return ${commonClassNames}`;
194 return `[${classNames.map((className) => `\n${indent.repeat(3)}${className}.self`).join(',')}
195 ${indent.repeat(2)}]`;
210 return `${indent.repeat(2)}return ${commonModules}`;
224 return `[${values.map((value) => `\n${indent.repeat(3)}${value}`).join(',')}
225 ${indent.repeat(2)}]`;
234 return `${indent.repeat(indentationLevel)}#if EXPO_CONFIGURATION_DEBUG\n${indent.repeat(
236 )}${debugBlock}\n${indent.repeat(indentationLevel)}#else\n${indent.repeat(
238 )}${releaseBlock}\n${indent.repeat(indentationLevel)}#endif`;
241 return `${indent.repeat(indentationLevel)}#if EXPO_CONFIGURATION_DEBUG\n${indent.repeat(
[all …]
/expo/packages/expo-modules-autolinking/build/platforms/
H A Dios.js130 return `${indent.repeat(2)}return ${commonClassNames}`;
137 return `[${classNames.map((className) => `\n${indent.repeat(3)}${className}.self`).join(',')}
138 ${indent.repeat(2)}]`;
146 return `${indent.repeat(2)}return ${commonModules}`;
159 return `[${values.map((value) => `\n${indent.repeat(3)}${value}`).join(',')}
160 ${indent.repeat(2)}]`;
165repeat(indentationLevel)}#if EXPO_CONFIGURATION_DEBUG\n${indent.repeat(indentationLevel)}${debugBl…
167 …return `${indent.repeat(indentationLevel)}#if EXPO_CONFIGURATION_DEBUG\n${indent.repeat(indentatio…
H A Dios.js.map1repeat(2)}return ${commonClassNames}`;\n }\n}\n\n/**\n * Formats an array of class names to Swift…
/expo/packages/expo-router/src/
H A DgetServerManifest.ts16 repeat: boolean; property
133 const { name, optional, repeat } = parseParameter(segment.slice(1, -1)); constant
158 return repeat
188 let repeat = false;
198 repeat = true;
202 return { name, repeat, optional };
/expo/packages/expo-router/build/
H A DgetServerManifest.js96 const { name, optional, repeat } = parseParameter(segment.slice(1, -1));
117 return repeat
146 let repeat = false;
154 repeat = true;
157 return { name, repeat, optional };
H A DgetServerManifest.d.ts13 repeat: boolean; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Vibration/
H A DVibration.d.ts34 vibrate(pattern?: number | number[], repeat?: boolean): void;
H A DABI49_0_0RCTVibration.mm39 ABI49_0_0RCT_EXPORT_METHOD(vibrateByPattern : (NSArray *)pattern repeat : (double)repeat)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Vibration/
H A DVibration.d.ts34 vibrate(pattern?: number | number[], repeat?: boolean): void;
H A DABI48_0_0RCTVibration.mm39 ABI48_0_0RCT_EXPORT_METHOD(vibrateByPattern : (NSArray *)pattern repeat : (double)repeat)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DImageResizeMode.d.ts48 repeat: ImageResizeMode; property
H A DABI48_0_0RCTResizeMode.m19 @"repeat" : @(ABI48_0_0RCTResizeModeRepeat),
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DImageResizeMode.d.ts48 repeat: ImageResizeMode; property
H A DABI49_0_0RCTResizeMode.m19 @"repeat" : @(ABI49_0_0RCTResizeModeRepeat),
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Vibration/
H A DABI47_0_0RCTVibration.mm39 repeat:(double)repeat)
/expo/apps/native-component-list/src/screens/Image/tests/
H A Dappearance.tsx36 name: `Resize mode: repeat`,
38 resizeMode: 'repeat',
/expo/docs/ui/components/Authentication/
H A DGrid.tsx8 gridTemplateColumns: 'repeat(auto-fit, minmax(200px, 1fr))',
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTResizeMode.m17 @"repeat": @(ABI47_0_0RCTResizeModeRepeat),
/expo/tools/src/
H A DMarkdown.ts159 return str.replace(/\n/g, '\n' + indent.repeat(depth));
224 return depth ? indentStr.repeat(depth) : '';
230 return this.indent(token.depth, '#') + ' ' + token.text + EOL.repeat(2);
/expo/packages/@expo/cli/src/start/server/metro/
H A DMetroTerminalReporter.ts56 ? chalk.green.bgGreen(DARK_BLOCK_CHAR.repeat(filledBar)) +
57 chalk.bgWhite.white(LIGHT_BLOCK_CHAR.repeat(MAX_PROGRESS_BAR_CHAR_WIDTH - filledBar)) +
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0SampleCxxModule.h27 std::string repeat(int count, const std::string &str);
H A DABI49_0_0SampleCxxModule.cpp35 std::string Sample::repeat(int count, const std::string &str) { in repeat() function in ABI49_0_0facebook::xplat::samples::Sample
105 cb({sample_->repeat( in getMethods()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0SampleCxxModule.h27 std::string repeat(int count, const std::string &str);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0SampleCxxModule.h27 std::string repeat(int count, const std::string &str);
H A DABI48_0_0SampleCxxModule.cpp35 std::string Sample::repeat(int count, const std::string &str) { in repeat() function in ABI48_0_0facebook::xplat::samples::Sample
105 cb({sample_->repeat( in getMethods()

123