Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 30) sorted by relevance

12

/expo/tools/src/
H A DMarkdown.ts159 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 Dios.ts12 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 Dios.js10 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)}]`;
165indent.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 Dios.js.map1indent = ' ';\n\nasync function findPodspecFiles(revision: PackageRevision): Promise<string[]> {\…
/expo/packages/@expo/config-plugins/src/utils/
H A DXML.ts92 let indent = 0;
94 indent = 0;
100 indent = 1;
102 indent = 0;
107 pad += indent;
/expo/packages/@expo/config-plugins/build/utils/
H A DXML.js116 let indent = 0;
118 indent = 0;
124 indent = 1;
126 indent = 0;
130 pad += indent;
H A DXML.js.map1indent","match","padding","value","m"],"sources":["../../src/utils/XML.ts"],"sourcesContent":["imp…
/expo/packages/@expo/config-plugins/src/ios/
H A DcodeMod.ts12 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 DBundleIdentifier.ts201 const format = { pretty: true, indent: `\t` }; constant
/expo/packages/@expo/config-plugins/build/ios/
H A DcodeMod.js250 …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 DcodeMod.d.ts4 indent?: number; property
H A DcodeMod.js.map1indent","indent","repeat","lastReturnIndex","lastIndexOf"],"sources":["../../src/ios/codeMod.ts"],…
H A DBundleIdentifier.js228 indent: `\t` property
H A DBundleIdentifier.js.map1indent","xml","build"],"sources":["../../src/ios/BundleIdentifier.ts"],"sourcesContent":["import {…
/expo/docs/ui/components/Header/
H A DThemeSelector.tsx70 text-indent: -9999px;
86 text-indent: 0;
/expo/docs/ui/components/RouteUrl/
H A DRuntimePopup.tsx62 text-indent: 0;
81 text-indent: -9999px;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI47_0_0YGNodePrint.cpp20 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 DABI49_0_0YGNodePrint.cpp20 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 DABI48_0_0YGNodePrint.cpp20 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 DDocumentationSidebarRightLink.tsx98 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 DInterfaceBuilder.js163 indent: ' ' property
H A DInterfaceBuilder.js.map1indent","buildObject","toObjectAsync","contents","Parser","parseStringPromise"],"sources":["../../…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.ts428 indent: ' ',
/expo/tools/src/versioning/ios/
H A Dindex.ts821 const indent = ' '.repeat(3); constant
827 ${configValues.join(`\n${indent}`)}
/expo/
H A D.swiftlint.yml229 # unindent to match previous indentations. Don’t indent the first line.

12