Home
last modified time | relevance | path

Searched refs:regularExpression (Results 1 – 20 of 20) sorted by relevance

/expo/packages/expo-router/src/testing-library/
H A Drequire-context-ponyfill.ts11 regularExpression = /\.[tj]sx?$/
26 if (!regularExpression.test(fullPath)) return;
/expo/packages/expo-router/build/testing-library/
H A Drequire-context-ponyfill.js10 function requireContext(base = '.', scanSubDirectories = true, regularExpression = /\.[tj]sx?$/) { argument
21 if (!regularExpression.test(fullPath))
H A Drequire-context-ponyfill.d.ts2 …unction requireContext(base?: string, scanSubDirectories?: boolean, regularExpression?: RegExp): R…
H A Drequire-context-ponyfill.js.map1regularExpression = /\\.[tj]sx?$/\n) {\n const files: Record<string, unknown> = {};\n\n function…
/expo/packages/expo-modules-core/ios/Swift/Exceptions/
H A DCodedError.swift46 …str.replacingOccurrences(of: #"(Error|Exception)?(<.*>)?$"#, with: "", options: .regularExpression) in errorCodeFromString()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Exceptions/
H A DCodedError.swift46 …str.replacingOccurrences(of: #"(Error|Exception)?(<.*>)?$"#, with: "", options: .regularExpression) in errorCodeFromString()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Exceptions/
H A DCodedError.swift46 …str.replacingOccurrences(of: #"(Error|Exception)?(<.*>)?$"#, with: "", options: .regularExpression) in errorCodeFromString()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Exceptions/
H A DCodedError.swift46 …str.replacingOccurrences(of: #"(Error|Exception)?(<.*>)?$"#, with: "", options: .regularExpression) in errorCodeFromString()
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Logging/
H A DUpdatesLogEntry.swift74 stackframe.replacingOccurrences(of: #"^\d+\s+"#, with: "", options: .regularExpression) in currentStackTrace()
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Logging/
H A DUpdatesLogEntry.swift74 stackframe.replacingOccurrences(of: #"^\d+\s+"#, with: "", options: .regularExpression) in currentStackTrace()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Logging/
H A DUpdatesLogEntry.swift74 stackframe.replacingOccurrences(of: #"^\d+\s+"#, with: "", options: .regularExpression) in currentStackTrace()
/expo/packages/expo-updates/ios/EXUpdates/Logging/
H A DUpdatesLogEntry.swift74 stackframe.replacingOccurrences(of: #"^\d+\s+"#, with: "", options: .regularExpression) in currentStackTrace()
/expo/packages/expo-modules-core/ios/Swift/Logging/
H A DLogger.swift222 return symbol.replacingOccurrences(of: #"^\d+\s+"#, with: "", options: .regularExpression) in reformatStackSymbol()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Logging/
H A DLogger.swift222 return symbol.replacingOccurrences(of: #"^\d+\s+"#, with: "", options: .regularExpression) in reformatStackSymbol()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Logging/
H A DLogger.swift222 return symbol.replacingOccurrences(of: #"^\d+\s+"#, with: "", options: .regularExpression) in reformatStackSymbol()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Logging/
H A DLogger.swift222 return symbol.replacingOccurrences(of: #"^\d+\s+"#, with: "", options: .regularExpression) in reformatStackSymbol()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DConversions.swift104 guard hexStr.range(of: #"^[0-9a-fA-F]{8}$"#, options: .regularExpression) != nil, in toColor()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/
H A DConversions.swift104 guard hexStr.range(of: #"^[0-9a-fA-F]{8}$"#, options: .regularExpression) != nil, in toColor()
/expo/packages/expo-modules-core/ios/Swift/
H A DConversions.swift104 guard hexStr.range(of: #"^[0-9a-fA-F]{8}$"#, options: .regularExpression) != nil, in toColor()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DConversions.swift104 guard hexStr.range(of: #"^[0-9a-fA-F]{8}$"#, options: .regularExpression) != nil, in toColor()