| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | XML.ts | 87 let pad = 0; 96 if (pad !== 0) { 97 pad -= 1; 105 const padding = stringTimesN(pad, indentString); 107 pad += indent;
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | XML.js | 114 let pad = 0; 120 if (pad !== 0) { 121 pad -= 1; 128 const padding = stringTimesN(pad, indentString); 130 pad += indent;
|
| H A D | XML.js.map | 1 …pad","split","map","line","trim","forEach","indent","match","padding","value","m"],"sources":["../…
|
| /expo/packages/expo-sharing/ios/ |
| H A D | SharingModule.swift | 41 if UIDevice.current.userInterfaceIdiom == .pad { in definition()
|
| /expo/packages/expo-print/ios/ |
| H A D | ExpoPrinterSelector.swift | 37 if UIDevice.current.userInterfaceIdiom == UIUserInterfaceIdiom.pad { // iPad in selectPrinter()
|
| H A D | ExpoPrintWithPrinter.swift | 116 } else if UIDevice.current.userInterfaceIdiom == UIUserInterfaceIdiom.pad { in printWithData()
|
| /expo/ios/versioned/sdk49/ExpoPrint/ |
| H A D | ExpoPrinterSelector.swift | 37 if UIDevice.current.userInterfaceIdiom == UIUserInterfaceIdiom.pad { // iPad in selectPrinter()
|
| H A D | ExpoPrintWithPrinter.swift | 116 } else if UIDevice.current.userInterfaceIdiom == UIUserInterfaceIdiom.pad { in printWithData()
|
| /expo/ios/versioned/sdk49/ExpoSharing/ |
| H A D | SharingModule.swift | 41 if UIDevice.current.userInterfaceIdiom == .pad { in definition()
|
| /expo/packages/expo-screen-orientation/ios/ |
| H A D | ScreenOrientationUtilities.swift | 4 return UIDevice.current.userInterfaceIdiom == .pad in isPad()
|
| /expo/ios/versioned/sdk49/ExpoScreenOrientation/ |
| H A D | ScreenOrientationUtilities.swift | 4 return UIDevice.current.userInterfaceIdiom == .pad in isPad()
|
| /expo/ios/versioned/sdk48/ExpoDevice/ |
| H A D | DeviceModule.swift | 29 case UIUserInterfaceIdiom.pad: in definition()
|
| /expo/packages/expo-device/ios/ |
| H A D | DeviceModule.swift | 56 case UIUserInterfaceIdiom.pad: in getDeviceType()
|
| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | withMetroResolvers.ts | 105 const pad = (num: number) => { constant 176 let line = '\n' + pad(depth) + chalk.gray(' ') + filename;
|
| /expo/ios/versioned/sdk49/ExpoDevice/ |
| H A D | DeviceModule.swift | 58 case UIUserInterfaceIdiom.pad: in getDeviceType()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTPlatform.mm | 28 return @"pad";
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTPlatform.mm | 28 return @"pad";
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI48_0_0RCTPlatform.mm | 28 return @"pad";
|
| /expo/packages/expo-document-picker/ios/ |
| H A D | DocumentPickerModule.swift | 35 if UIDevice.current.userInterfaceIdiom == .pad { in definition()
|
| /expo/ios/versioned/sdk49/ExpoDocumentPicker/ |
| H A D | DocumentPickerModule.swift | 35 if UIDevice.current.userInterfaceIdiom == .pad { in definition()
|
| /expo/apps/native-component-list/src/screens/ExpoMaps/screens/ |
| H A D | MapMoveExample.tsx | 184 keyboardType="decimal-pad"
|
| /expo/packages/expo-manifests/ios/EXManifests/ |
| H A D | Manifest.swift | 273 UIDevice.current.userInterfaceIdiom == UIUserInterfaceIdiom.pad in iosSplashImageUrl()
|
| /expo/ios/versioned/sdk49/EXManifests/EXManifests/ |
| H A D | Manifest.swift | 273 UIDevice.current.userInterfaceIdiom == UIUserInterfaceIdiom.pad in iosSplashImageUrl()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTConvert.m | 401 @"number-pad" : @(UIKeyboardTypeNumberPad), 402 @"phone-pad" : @(UIKeyboardTypePhonePad), 403 @"name-phone-pad" : @(UIKeyboardTypeNamePhonePad), 405 @"decimal-pad" : @(UIKeyboardTypeDecimalPad), 411 temporaryMapping[@"ascii-capable-number-pad"] = @(UIKeyboardTypeASCIICapableNumberPad);
|
| /expo/packages/expo-modules-core/ios/AppDelegates/ |
| H A D | ExpoAppDelegate.swift | 360 let deviceString = userInterfaceIdiom == .pad ? "~pad" : "" in allowedOrientations()
|