| /expo/packages/eslint-config-universe/shared/ |
| H A D | core.js | 20 'arrow-spacing': ['warn', { before: true, after: true }], property 24 'comma-spacing': ['warn', { before: false, after: true }], property 128 'semi-spacing': ['warn', { before: false, after: true }], property 134 'switch-colon-spacing': ['warn', { before: false, after: true }], property
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI47_0_0REAAnimationsManager.h | 24 - (void)onViewRemoval:(UIView *)view before:(ABI47_0_0REASnapshot *)before; 26 - (void)onViewUpdate:(UIView *)view before:(ABI47_0_0REASnapshot *)before after:(ABI47_0_0REASnapsh…
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI48_0_0REAAnimationsManager.h | 24 - (void)onViewRemoval:(UIView *)view before:(ABI48_0_0REASnapshot *)before; 26 - (void)onViewUpdate:(UIView *)view before:(ABI48_0_0REASnapshot *)before after:(ABI48_0_0REASnapsh…
|
| /expo/packages/expo-dev-menu/ios/UITests/ |
| H A D | DevMenuLooper.swift | 6 RunLoop.main.run(mode: .default, before: Date(timeIntervalSinceNow: sec)) in runMainLoop() 7 RunLoop.main.run(mode: .common, before: Date(timeIntervalSinceNow: sec)) in runMainLoop() 8 RunLoop.main.run(mode: .tracking, before: Date(timeIntervalSinceNow: sec)) in runMainLoop()
|
| /expo/.github/workflows/ |
| H A D | issue-stale.yml | 15 days-before-issue-stale: 90 16 days-before-issue-close: 7 21 days-before-pr-stale: -1 22 days-before-pr-close: -1
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | npm-test.ts | 10 for (const [before, after] of [ constant 17 expect(sanitizeNpmPackageName(before)).toBe(after);
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/selectionpolicy/ |
| H A D | ReaperSelectionPolicyFilterAware.kt | 36 if (update.commitTime.before(launchedUpdate.commitTime)) { in selectUpdatesToDelete() 38 if (nextNewestUpdate == null || nextNewestUpdate.commitTime.before(update.commitTime)) { in selectUpdatesToDelete() 42 …ateMatchingFilters == null || nextNewestUpdateMatchingFilters.commitTime.before(update.commitTime)) in selectUpdatesToDelete()
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ViewHierarchyObserver.java | 7 void onViewRemoval(View view, ViewGroup parent, Snapshot before, Runnable callback); in onViewRemoval() argument 11 void onViewUpdate(View view, Snapshot before, Snapshot after); in onViewUpdate() argument
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ViewHierarchyObserver.java | 7 void onViewRemoval(View view, ViewGroup parent, Snapshot before, Runnable callback); in onViewRemoval() argument 11 void onViewUpdate(View view, Snapshot before, Snapshot after); in onViewUpdate() argument
|
| /expo/packages/expo-notifications/plugin/src/__tests__/ |
| H A D | withNotificationsAndroid-test.ts | 100 const before = getDirFromFS(vol.toJSON(), projectRoot); constant 108 expect(before).toMatchObject(after); 114 expect(before).toMatchObject(final);
|
| /expo/tools/src/ |
| H A D | Diff.ts | 6 export function printDiff(before: string, after: string): void { 7 const diff = diffLines(before, after);
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDomDeclarationNode.h | 95 std::shared_ptr<JsiDomNode> before) override { in insertChildBefore() argument 102 JsiDomNode::insertChildBefore(child, before); in insertChildBefore() 181 std::shared_ptr<JsiDomNode> before) override { in insertChildBefore() argument 182 JsiBaseDomDeclarationNode::insertChildBefore(child, before); in insertChildBefore()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDomDeclarationNode.h | 95 std::shared_ptr<JsiDomNode> before) override { in insertChildBefore() argument 102 JsiDomNode::insertChildBefore(child, before); in insertChildBefore() 181 std::shared_ptr<JsiDomNode> before) override { in insertChildBefore() argument 182 JsiBaseDomDeclarationNode::insertChildBefore(child, before); in insertChildBefore()
|
| H A D | JsiDomNode.h | 116 auto before = in JSI_HOST_FUNCTION() local 118 insertChildBefore(child, before); in JSI_HOST_FUNCTION() 358 std::shared_ptr<JsiDomNode> before) { in insertChildBefore() argument 362 ", beforeId: " + std::to_string(before->_nodeId) + ")"); in insertChildBefore() 365 _queuedNodeOps.push_back([child, before, this]() { in insertChildBefore() 366 auto position = std::find(_children.begin(), _children.end(), before); in insertChildBefore()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI49_0_0threadsafe.h | 31 void before() { in before() function 64 lock_.before(); in lock()
|
| /expo/packages/expo-modules-core/ios/AppDelegates/ |
| H A D | EXAppDelegatesLoader.m | 14 // App delegate providers must be registered before any `AppDelegate` life-cycle event is called. 16 // and before any code is executed, so we switch back to Objective-C just to do this one thing.
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI48_0_0threadsafe.h | 31 void before() { in before() function 64 lock_.before(); in lock()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/AppDelegates/ |
| H A D | ABI49_0_0EXAppDelegatesLoader.m | 14 // App delegate providers must be registered before any `AppDelegate` life-cycle event is called. 16 // and before any code is executed, so we switch back to Objective-C just to do this one thing.
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/AppDelegates/ |
| H A D | ABI47_0_0EXAppDelegatesLoader.m | 14 // App delegate providers must be registered before any `AppDelegate` life-cycle event is called. 16 // and before any code is executed, so we switch back to Objective-C just to do this one thing.
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/AppDelegates/ |
| H A D | ABI48_0_0EXAppDelegatesLoader.m | 14 // App delegate providers must be registered before any `AppDelegate` life-cycle event is called. 16 // and before any code is executed, so we switch back to Objective-C just to do this one thing.
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI47_0_0threadsafe.h | 31 void before() { in before() function 64 lock_.before(); in lock()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/triggers/ |
| H A D | TimeIntervalTrigger.java | 51 while (mTriggerDate.before(now)) { in nextTriggerDate() 56 if (mTriggerDate.before(now)) { in nextTriggerDate()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/triggers/ |
| H A D | TimeIntervalTrigger.java | 51 while (mTriggerDate.before(now)) { in nextTriggerDate() 56 if (mTriggerDate.before(now)) { in nextTriggerDate()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/triggers/ |
| H A D | TimeIntervalTrigger.java | 51 while (mTriggerDate.before(now)) { in nextTriggerDate() 56 if (mTriggerDate.before(now)) { in nextTriggerDate()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/triggers/ |
| H A D | TimeIntervalTrigger.java | 51 while (mTriggerDate.before(now)) { in nextTriggerDate() 56 if (mTriggerDate.before(now)) { in nextTriggerDate()
|