Searched refs:trimStart (Results 1 – 9 of 9) sorted by relevance
| /expo/docs/ui/components/CommandMenu/ |
| H A D | utils.ts | 76 const trimStart = Math.max(content.indexOf('<mark>') - length, 0); constant 79 return `${trimStart !== 0 ? '…' : ''}${content.substring(trimStart, trimEnd).trim()}${
|
| /expo/packages/expo-sqlite/android/src/main/java/expo/modules/sqlite/ |
| H A D | SQLiteHelpers.kt | 80 return str.trimStart().startsWith(substr, true) in startsWithCaseInsensitive() 84 return str.trimStart().contains(substr, true) in containsCaseInsensitive()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sqlite/ |
| H A D | SQLiteHelpers.kt | 80 return str.trimStart().startsWith(substr, true) in startsWithCaseInsensitive() 84 return str.trimStart().contains(substr, true) in containsCaseInsensitive()
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Properties.ts | 23 propertiesList.push({ type: 'comment', value: line.substring(1).trimStart() });
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Properties.js | 20 value: line.substring(1).trimStart()
|
| H A D | Properties.js.map | 1 …trimStart","eok","indexOf","key","slice","propertiesListToString","props","output","prop","Error"]…
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sqlite/ |
| H A D | SQLiteHelpers.kt | 77 return str.trimStart().startsWith(substr, true) in startsWithCaseInsensitive()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/sqlite/ |
| H A D | SQLiteHelpers.kt | 77 return str.trimStart().startsWith(substr, true) in startsWithCaseInsensitive()
|
| /expo/packages/@expo/cli/src/start/interface/ |
| H A D | commandsTable.ts | 30 `${BLT} ` + wrapAnsi(text, getTerminalColumns()).trimStart();
|