| /expo/tools/src/ |
| H A D | Markdown.ts | 159 return str.replace(/\n/g, '\n' + indent.repeat(depth)); 182 indent: number; 191 output += this.renderToken(token, { indent: 0 }); 223 indent(depth?: number, indentStr: string = ' '): string { method in MarkdownRenderer 246 const indent = ctx.indent ?? 0; constant 248 let output = this.indent(indent) + bullet + ' '; 257 output += this.renderToken(child, { ...ctx, indent: indent + 1 }).trimRight() + EOL; 263 return this.indent(ctx.indent) + token.text + EOL; 268 return this.indent(ctx.indent) + token.text; 278 const indentStr = this.indent(ctx?.indent); [all …]
|
| /expo/packages/expo-modules-autolinking/src/platforms/ |
| H A D | ios.ts | 12 const indent = ' '; constant 186 return `${indent.repeat(2)}return ${commonClassNames}`; 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 D | ios.js | 10 const indent = ' '; constant 130 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)}]`; 165 …indent.repeat(indentationLevel)}#if EXPO_CONFIGURATION_DEBUG\n${indent.repeat(indentationLevel)}${… 167 …return `${indent.repeat(indentationLevel)}#if EXPO_CONFIGURATION_DEBUG\n${indent.repeat(indentatio…
|
| H A D | ios.js.map | 1 …indent = ' ';\n\nasync function findPodspecFiles(revision: PackageRevision): Promise<string[]> {\…
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | XML.ts | 92 let indent = 0; 94 indent = 0; 100 indent = 1; 102 indent = 0; 107 pad += indent;
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | XML.js | 116 let indent = 0; 118 indent = 0; 124 indent = 1; 126 indent = 0; 130 pad += indent;
|
| H A D | XML.js.map | 1 …indent","match","padding","value","m"],"sources":["../../src/utils/XML.ts"],"sourcesContent":["imp…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | codeMod.ts | 12 indent?: number; property 275 const indent = ' '.repeat(options.indent ?? 2); constant 280 `\n${indent}${insertion}`, 284 srcContents = insertContentsAtOffset(srcContents, `\n${indent}${insertion}`, codeBlock.end - 1); 291 srcContents = insertContentsAtOffset(srcContents, `${insertion}\n${indent}`, lastReturnIndex);
|
| H A D | BundleIdentifier.ts | 201 const format = { pretty: true, indent: `\t` }; constant
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | codeMod.js | 250 …const indent = ' '.repeat((_options$indent = options.indent) !== null && _options$indent !== void … 252 …srcContents = (0, _commonCodeMod().insertContentsAtOffset)(srcContents, `\n${indent}${insertion}`,… 254 …srcContents = (0, _commonCodeMod().insertContentsAtOffset)(srcContents, `\n${indent}${insertion}`,… 261 …srcContents = (0, _commonCodeMod().insertContentsAtOffset)(srcContents, `${insertion}\n${indent}`,…
|
| H A D | codeMod.d.ts | 4 indent?: number; property
|
| H A D | codeMod.js.map | 1 …indent","indent","repeat","lastReturnIndex","lastIndexOf"],"sources":["../../src/ios/codeMod.ts"],…
|
| H A D | BundleIdentifier.js | 228 indent: `\t` property
|
| H A D | BundleIdentifier.js.map | 1 …indent","xml","build"],"sources":["../../src/ios/BundleIdentifier.ts"],"sourcesContent":["import {…
|
| /expo/docs/ui/components/Header/ |
| H A D | ThemeSelector.tsx | 70 text-indent: -9999px; 86 text-indent: 0;
|
| /expo/docs/ui/components/RouteUrl/ |
| H A D | RuntimePopup.tsx | 62 text-indent: 0; 81 text-indent: -9999px;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI47_0_0YGNodePrint.cpp | 20 static void indent(string& base, uint32_t level) { in indent() function 121 indent(str, level); in ABI47_0_0YGNodeToString() 222 indent(str, level); in ABI47_0_0YGNodeToString()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI49_0_0YGNodePrint.cpp | 20 static void indent(string& base, uint32_t level) { in indent() function 123 indent(str, level); in ABI49_0_0YGNodeToString() 238 indent(str, level); in ABI49_0_0YGNodeToString()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI48_0_0YGNodePrint.cpp | 20 static void indent(string& base, uint32_t level) { in indent() function 121 indent(str, level); in ABI48_0_0YGNodeToString() 236 indent(str, level); in ABI48_0_0YGNodeToString()
|
| /expo/docs/components/ |
| H A D | DocumentationSidebarRightLink.tsx | 98 const indent = parseInt(window.getComputedStyle(el).paddingLeft, 10); 99 return childrenWidth >= el.scrollWidth - indent;
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.js | 163 indent: ' ' property
|
| H A D | InterfaceBuilder.js.map | 1 …indent","buildObject","toObjectAsync","contents","Parser","parseStringPromise"],"sources":["../../…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.ts | 428 indent: ' ',
|
| /expo/tools/src/versioning/ios/ |
| H A D | index.ts | 821 const indent = ' '.repeat(3); constant 827 ${configValues.join(`\n${indent}`)}
|
| /expo/ |
| H A D | .swiftlint.yml | 229 # unindent to match previous indentations. Don’t indent the first line.
|