Home
last modified time | relevance | path

Searched refs:distantFuture (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/net/drive/drive-0.4.0/vendor/github.com/odeke-em/cache/swift/
H A DOperationCacheTests.swift22 let expirable = Expirable(expiryDate: NSDate.distantFuture(), value: "bar") in testGetAndSet()
26 let expirable2 = Expirable(expiryDate: NSDate.distantFuture(), value: "baz") in testGetAndSet()
33 cache["foo"] = Expirable(expiryDate: NSDate.distantFuture(), value: "bar") in testRemove()
48 let expirable = Expirable(expiryDate: NSDate.distantFuture(), value: "bar") in testSnapshot()
/dports/net/zillion/zillion/
H A Dzillion.m20 NSDate *distantFuture = [NSDate distantFuture];
40 [currentRunLoop acceptInputForMode:NSDefaultRunLoopMode beforeDate:distantFuture];
H A DzillionClient.m21 NSDate *distantFuture = [NSDate distantFuture];
71 [currentRunLoop acceptInputForMode:NSDefaultRunLoopMode beforeDate:distantFuture];
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSDate/
H A Dgeneral.m13 comp = [cdate compare: [NSDate distantFuture]];
14 PASS(comp == NSOrderedAscending, "+distantFuture is in the future");
H A Dcreate.m45 date1 = [NSDate distantFuture];
47 "+distantFuture works");
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/foundation/
H A DNSDate.inc63 class function distantFuture: id; message 'distantFuture';
/dports/graphics/cenon/Cenon/InspectorPanel.subproj/
H A DSliderBox.m104 NSDate *distantFuture = [NSDate distantFuture];
151 untilDate: distantFuture
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/
H A DTestDelegationTokenRenewer.java190 long distantFuture = Time.now() + 3600 * 1000; // 1h in testMultipleTokensDoNotDeadlock() local
193 doReturn(distantFuture).when(token1).renew(eq(conf)); in testMultipleTokensDoNotDeadlock()
197 doReturn(distantFuture).when(token2).renew(eq(conf)); in testMultipleTokensDoNotDeadlock()
/dports/www/sogo2/SOGo-2.4.1/SoObjects/SOGo/
H A DNSCalendarDate+SOGo.h41 + (id) distantFuture;
/dports/www/sogo/SOGo-5.4.0/SoObjects/SOGo/
H A DNSCalendarDate+SOGo.h44 + (id) distantFuture;
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/SOGo/
H A DNSCalendarDate+SOGo.h44 + (id) distantFuture;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web_view/internal/signin/
H A Dweb_view_device_accounts_provider_impl_unittest.mm46 completion(@"access-token", NSDate.distantFuture, nil);
58 EXPECT_NSEQ(NSDate.distantFuture, expiration_date);
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSTableHeaderView.m327 untilDate: [NSDate distantFuture]
398 untilDate: [NSDate distantFuture]
471 NSDate *distantFuture = [NSDate distantFuture];
510 untilDate: distantFuture
663 untilDate: distantFuture
733 untilDate: [NSDate distantFuture]
H A DGSStandardWindowDecorationView.m261 untilDate: [NSDate distantFuture]
312 NSDate *distantFuture = [NSDate distantFuture];
367 untilDate: distantFuture
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSDate.java40 public static NSDate distantFuture() { in distantFuture() method in NSDate
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A Dmain.m17 NSDate *aDate = [NSDate distantFuture];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A Dmain.m17 NSDate *aDate = [NSDate distantFuture];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A Dmain.m17 NSDate *aDate = [NSDate distantFuture];
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A Dmain.m17 NSDate *aDate = [NSDate distantFuture];
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A Dmain.m17 NSDate *aDate = [NSDate distantFuture];
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A Dmain.m17 NSDate *aDate = [NSDate distantFuture];
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A Dmain.m17 NSDate *aDate = [NSDate distantFuture];
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A Dmain.m17 NSDate *aDate = [NSDate distantFuture];
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A Dmain.m17 NSDate *aDate = [NSDate distantFuture];
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/matrix-org/gomatrixserverlib/
H A Dkeyring_test.go218 distantFuture := Timestamp(2000000000000)
223 AtTS: distantFuture,

12345678910>>...16