Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 727) sorted by relevance

12345678910>>...30

/expo/packages/eslint-config-universe/shared/
H A Dcore.js20 '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 DABI47_0_0REAAnimationsManager.h24 - (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 DABI48_0_0REAAnimationsManager.h24 - (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 DDevMenuLooper.swift6 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 Dissue-stale.yml15 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 Dnpm-test.ts10 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 DReaperSelectionPolicyFilterAware.kt36 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 DViewHierarchyObserver.java7 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 DViewHierarchyObserver.java7 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 DwithNotificationsAndroid-test.ts100 const before = getDirFromFS(vol.toJSON(), projectRoot); constant
108 expect(before).toMatchObject(after);
114 expect(before).toMatchObject(final);
/expo/tools/src/
H A DDiff.ts6 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 DJsiDomDeclarationNode.h95 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 DJsiDomDeclarationNode.h95 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 DJsiDomNode.h116 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 DABI49_0_0threadsafe.h31 void before() { in before() function
64 lock_.before(); in lock()
/expo/packages/expo-modules-core/ios/AppDelegates/
H A DEXAppDelegatesLoader.m14 // 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 DABI48_0_0threadsafe.h31 void before() { in before() function
64 lock_.before(); in lock()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/AppDelegates/
H A DABI49_0_0EXAppDelegatesLoader.m14 // 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 DABI47_0_0EXAppDelegatesLoader.m14 // 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 DABI48_0_0EXAppDelegatesLoader.m14 // 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 DABI47_0_0threadsafe.h31 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 DTimeIntervalTrigger.java51 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 DTimeIntervalTrigger.java51 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 DTimeIntervalTrigger.java51 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 DTimeIntervalTrigger.java51 while (mTriggerDate.before(now)) { in nextTriggerDate()
56 if (mTriggerDate.before(now)) { in nextTriggerDate()

12345678910>>...30