Home
last modified time | relevance | path

Searched refs:trimStart (Results 1 – 9 of 9) sorted by relevance

/expo/docs/ui/components/CommandMenu/
H A Dutils.ts76 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 DSQLiteHelpers.kt80 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 DSQLiteHelpers.kt80 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 DProperties.ts23 propertiesList.push({ type: 'comment', value: line.substring(1).trimStart() });
/expo/packages/@expo/config-plugins/build/android/
H A DProperties.js20 value: line.substring(1).trimStart()
H A DProperties.js.map1trimStart","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 DSQLiteHelpers.kt77 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 DSQLiteHelpers.kt77 return str.trimStart().startsWith(substr, true) in startsWithCaseInsensitive()
/expo/packages/@expo/cli/src/start/interface/
H A DcommandsTable.ts30 `${BLT} ` + wrapAnsi(text, getTerminalColumns()).trimStart();