Home
last modified time | relevance | path

Searched refs:NSDate (Results 1 – 25 of 2185) sorted by relevance

12345678910>>...88

/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSDate/
H A Dcreate.m3 #import <Foundation/NSDate.h>
12 NSDate *date1;
16 date1 = [NSDate date];
17 PASS(date1 != nil && [date1 isKindOfClass:[NSDate class]],
19 date1 = [NSDate dateWithString:val];
20 PASS(date1 != nil && [date1 isKindOfClass:[NSDate class]],
25 PASS(date2 != nil && [date2 isKindOfClass:[NSDate class]],
33 date1 = [NSDate dateWithTimeIntervalSinceNow:0];
37 date1 = [NSDate dateWithTimeIntervalSince1970:0];
45 date1 = [NSDate distantFuture];
[all …]
/dports/science/paje/Paje_1.97/General/
H A DEntityChunk.h44 NSDate *startTime;
45 NSDate *endTime;
73 - (void)setStartTime:(NSDate *)time;
74 - (NSDate *)startTime;
76 - (void)setEndTime:(NSDate *)time;
77 - (NSDate *)endTime;
122 - (NSEnumerator *)enumeratorOfCompleteEntitiesFromTime:(NSDate *)time;
126 - (NSEnumerator *)enumeratorOfEntitiesBeforeTime:(NSDate *)time;
127 - (NSEnumerator *)enumeratorOfEntitiesFromTime:(NSDate *)sliceStartTime
128 toTime:(NSDate *)sliceEndTime;
[all …]
/dports/science/paje/Paje_1.97/ReductionFilter/
H A DBusyArray.h47 startTime:(NSDate *)startTime
48 endTime:(NSDate *)endTime;
51 startTime:(NSDate *)startTime
52 endTime:(NSDate *)endTime
62 fromTime:(NSDate *)t1
63 toTime:(NSDate *)t2;
65 fromTime:(NSDate *)t1
69 fromTime:(NSDate *)t1
70 toTime:(NSDate *)t2;
74 - (NSDate *)startTime;
[all …]
H A DBusyState.h39 NSDate *startTime;
40 NSDate *endTime;
45 + (BusyState *)stateWithStartTime:(NSDate *)start
46 endTime:(NSDate *)end
49 - (id)initWithStartTime:(NSDate *)start
50 endTime:(NSDate *)end
63 - (NSDate *)startTime;
64 - (NSDate *)endTime;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/common/ui/reauthentication/
H A Dreauthentication_module_unittest.mm23 NSDate* _successfulReauthTime;
31 _successfulReauthTime = [[NSDate alloc] init];
34 - (void)updateSuccessfulReauthTime:(NSDate*)time { argument
38 - (NSDate*)lastSuccessfulReauthTime {
70 NSDate* lastReauthTime = [NSDate date];
72 NSDate* newReauthTime =
76 id nsDateMock = OCMClassMock([NSDate class]);
96 NSDate* lastReauthTime = [NSDate date];
98 NSDate* newReauthTime =
129 NSDate* lastReauthTime = [NSDate date];
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSDateInterval.h40 NSDate *_startDate;
46 - (instancetype) initWithStartDate: (NSDate *)startDate
49 - (instancetype) initWithStartDate: (NSDate *)startDate
50 endDate: (NSDate *)endDate;
53 - (NSDate *) startDate;
54 - (void) setStartDate: (NSDate *)startDate;
56 - (NSDate *) endDate;
57 - (void) setEndDate: (NSDate *)endDate;
73 - (BOOL) containsDate: (NSDate *)date;
H A DNSDate.h59 @interface NSDate : NSObject <NSCoding,NSCopying>
137 sinceDate: (NSDate*)date;
178 - (NSComparisonResult) compare: (NSDate*)otherDate;
214 - (NSDate*) earlierDate: (NSDate*)otherDate;
229 sinceDate: (NSDate*)anotherDate;
263 - (BOOL) isEqualToDate: (NSDate*)other;
268 - (NSDate*) laterDate: (NSDate*)otherDate;
281 - (NSTimeInterval) timeIntervalSinceDate: (NSDate*)otherDate;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/ios/
H A Dcronet_metrics.h33 @property(copy, readwrite) NSDate* fetchStartDate;
35 @property(copy, readwrite) NSDate* domainLookupStartDate;
37 @property(copy, readwrite) NSDate* domainLookupEndDate;
39 @property(copy, readwrite) NSDate* connectStartDate;
41 @property(copy, readwrite) NSDate* secureConnectionStartDate;
43 @property(copy, readwrite) NSDate* secureConnectionEndDate;
45 @property(copy, readwrite) NSDate* connectEndDate;
47 @property(copy, readwrite) NSDate* requestStartDate;
49 @property(copy, readwrite) NSDate* requestEndDate;
51 @property(copy, readwrite) NSDate* responseStartDate;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/foundation/
H A DNSDate.inc1 { Parsed from Foundation.framework NSDate.h }
6 NSDatePtr = ^NSDate;
26 NSDate = objcclass external (NSObject, NSCopyingProtocol, NSSecureCodingProtocol)
41 NSExtendedDate = objccategory external (NSDate)
42 …function timeIntervalSinceDate (anotherDate: NSDate): NSTimeInterval; message 'timeIntervalSinceDa…
47 function earlierDate (anotherDate: NSDate): NSDate; message 'earlierDate:';
48 function laterDate (anotherDate: NSDate): NSDate; message 'laterDate:';
49 function compare (other: NSDate): NSComparisonResult; message 'compare:';
50 function isEqualToDate (otherDate: NSDate): ObjCBOOL; message 'isEqualToDate:';
57 NSDateCreation = objccategory external (NSDate)
[all …]
H A DNSCalendar.inc129 function dateFromComponents (comps: NSDateComponents): NSDate; message 'dateFromComponents:';
131 …mponents_toDate_options (comps: NSDateComponents; date: NSDate; opts: NSCalendarOptions): NSDate; …
132 …mDate_toDate_options (unitFlags: NSCalendarUnit; startingDate: NSDate; resultDate: NSDate; opts: N…
139 …function startOfDayForDate (date: NSDate): NSDate; message 'startOfDayForDate:'; { available in 10…
141 …function compareDate_toDate_toUnitGranularity (date1: NSDate; date2: NSDate; unit_: NSCalendarUnit…
142 …function isDate_equalToDate_toUnitGranularity (date1: NSDate; date2: NSDate; unit_: NSCalendarUnit…
143 …function isDate_inSameDayAsDate (date1: NSDate; date2: NSDate): ObjCBOOL; message 'isDate:inSameDa…
151 …ptions (unit_: NSCalendarUnit; value: NSInteger; date: NSDate; options: NSCalendarOptions): NSDate
153 …terDate_matchingComponents_options (date: NSDate; comps: NSDateComponents; options: NSCalendarOpti…
156 …ate_options (unit_: NSCalendarUnit; v: NSInteger; date: NSDate; opts: NSCalendarOptions): NSDate; …
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSDate.inc2 (* NSDate.h
23 NSDate = class;
33 { NSDate }
35 NSDate = class(NSObject)
66 StrNSDate_NSDate = 'NSDate';
90 { NSDate }
92 class function NSDate.getClass: lobjc.id;
182 constructor NSDate.date;
226 constructor NSDate.distantFuture;
237 constructor NSDate.distantPast;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSDate.inc2 (* NSDate.h
23 NSDate = class;
33 { NSDate }
35 NSDate = class(NSObject)
66 StrNSDate_NSDate = 'NSDate';
90 { NSDate }
92 class function NSDate.getClass: lobjc.id;
182 constructor NSDate.date;
226 constructor NSDate.distantFuture;
237 constructor NSDate.distantPast;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSDate.inc2 (* NSDate.h
23 NSDate = class;
33 { NSDate }
35 NSDate = class(NSObject)
66 StrNSDate_NSDate = 'NSDate';
90 { NSDate }
92 class function NSDate.getClass: lobjc.id;
182 constructor NSDate.date;
226 constructor NSDate.distantFuture;
237 constructor NSDate.distantPast;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSDate.inc2 (* NSDate.h
23 NSDate = class;
33 { NSDate }
35 NSDate = class(NSObject)
66 StrNSDate_NSDate = 'NSDate';
90 { NSDate }
92 class function NSDate.getClass: lobjc.id;
182 constructor NSDate.date;
226 constructor NSDate.distantFuture;
237 constructor NSDate.distantPast;
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSRunLoop/
H A Dgeneral.m30 NSDate *date;
48 ti = [NSDate timeIntervalSinceReferenceDate];
52 ti = [NSDate timeIntervalSinceReferenceDate] - ti;
55 ti = [NSDate timeIntervalSinceReferenceDate];
58 ti = [NSDate timeIntervalSinceReferenceDate] - ti;
61 ti = [NSDate timeIntervalSinceReferenceDate];
64 ti = [NSDate timeIntervalSinceReferenceDate] - ti;
67 ti = [NSDate timeIntervalSinceReferenceDate];
70 ti = [NSDate timeIntervalSinceReferenceDate] - ti;
77 [run runUntilDate: [NSDate distantPast]];
[all …]
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSDatePickerCell.h63 @class NSColor, NSDate, NSCalendar, NSLocale, NSTimeZone;
69 NSDate *_maxDate;
70 NSDate *_minDate;
85 - (NSDate *) dateValue;
89 - (NSDate *) maxDate;
90 - (NSDate *) minDate;
96 - (void) setDateValue:(NSDate *) date;
100 - (void) setMaxDate:(NSDate *) date;
101 - (void) setMinDate:(NSDate *) date;
114 validateProposedDateValue:(NSDate **) proposedDateValue
/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.java16 public class NSDate extends NSObject { class
18 public NSDate() { in NSDate() method in NSDate
22 public NSDate(long id) { in NSDate() method in NSDate
26 public NSDate(id id) { in NSDate() method in NSDate
35 public static NSDate dateWithTimeIntervalSinceNow(double secs) { in dateWithTimeIntervalSinceNow()
37 return result != 0 ? new NSDate(result) : null; in dateWithTimeIntervalSinceNow()
40 public static NSDate distantFuture() { in distantFuture()
42 return result != 0 ? new NSDate(result) : null; in distantFuture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/whats_new/
H A Ddefault_browser_utils.mm32 NSMutableArray<NSDate*>* SanitizePastUserEvents(
33 NSMutableArray<NSDate*>* pastUserEvents) {
34 NSDate* sevenDaysAgoDate =
35 [NSDate dateWithTimeIntervalSinceNow:-kUserActivityTimestampExpiration];
47 NSMutableArray<NSDate*>* pastUserEvents =
52 [pastUserEvents addObject:[NSDate date]];
54 pastUserEvents = [NSMutableArray arrayWithObject:[NSDate date]];
73 NSDate* lastURLOpen =
79 NSDate* sevenDaysAgoDate =
80 [NSDate dateWithTimeIntervalSinceNow:-kLatestURLOpenForDefaultBrowser];
[all …]
/dports/science/paje/Paje_1.97/PajeSimulator/
H A DUserValue.h38 NSDate *startTime;
39 NSDate *endTime;
45 startTime:(NSDate *)t1
46 endTime:(NSDate *)t2;
50 startTime:(NSDate *)t1
51 endTime:(NSDate *)t2;
54 - (void)setEndTime:(NSDate *)time;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSDate.h59 @interface NSDate : NSObject <NSCoding,NSCopying>
136 + (id) dateWithTimeInterval: (NSTimeInterval)seconds sinceDate: (NSDate*)date;
177 - (NSComparisonResult) compare: (NSDate*)otherDate;
213 - (NSDate*) earlierDate: (NSDate*)otherDate;
228 sinceDate: (NSDate*)anotherDate;
262 - (BOOL) isEqualToDate: (NSDate*)other;
267 - (NSDate*) laterDate: (NSDate*)otherDate;
280 - (NSTimeInterval) timeIntervalSinceDate: (NSDate*)otherDate;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSDate.h59 @interface NSDate : NSObject <NSCoding,NSCopying>
136 + (id) dateWithTimeInterval: (NSTimeInterval)seconds sinceDate: (NSDate*)date;
177 - (NSComparisonResult) compare: (NSDate*)otherDate;
213 - (NSDate*) earlierDate: (NSDate*)otherDate;
228 sinceDate: (NSDate*)anotherDate;
262 - (BOOL) isEqualToDate: (NSDate*)other;
267 - (NSDate*) laterDate: (NSDate*)otherDate;
280 - (NSTimeInterval) timeIntervalSinceDate: (NSDate*)otherDate;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSDate.h59 @interface NSDate : NSObject <NSCoding,NSCopying>
136 + (id) dateWithTimeInterval: (NSTimeInterval)seconds sinceDate: (NSDate*)date;
177 - (NSComparisonResult) compare: (NSDate*)otherDate;
213 - (NSDate*) earlierDate: (NSDate*)otherDate;
228 sinceDate: (NSDate*)anotherDate;
262 - (BOOL) isEqualToDate: (NSDate*)other;
267 - (NSDate*) laterDate: (NSDate*)otherDate;
280 - (NSTimeInterval) timeIntervalSinceDate: (NSDate*)otherDate;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSDate.h59 @interface NSDate : NSObject <NSCoding,NSCopying>
136 + (id) dateWithTimeInterval: (NSTimeInterval)seconds sinceDate: (NSDate*)date;
177 - (NSComparisonResult) compare: (NSDate*)otherDate;
213 - (NSDate*) earlierDate: (NSDate*)otherDate;
228 sinceDate: (NSDate*)anotherDate;
262 - (BOOL) isEqualToDate: (NSDate*)other;
267 - (NSDate*) laterDate: (NSDate*)otherDate;
280 - (NSTimeInterval) timeIntervalSinceDate: (NSDate*)otherDate;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSDate.h59 @interface NSDate : NSObject <NSCoding,NSCopying>
136 + (id) dateWithTimeInterval: (NSTimeInterval)seconds sinceDate: (NSDate*)date;
177 - (NSComparisonResult) compare: (NSDate*)otherDate;
213 - (NSDate*) earlierDate: (NSDate*)otherDate;
228 sinceDate: (NSDate*)anotherDate;
262 - (BOOL) isEqualToDate: (NSDate*)other;
267 - (NSDate*) laterDate: (NSDate*)otherDate;
280 - (NSTimeInterval) timeIntervalSinceDate: (NSDate*)otherDate;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSDate.h59 @interface NSDate : NSObject <NSCoding,NSCopying>
136 + (id) dateWithTimeInterval: (NSTimeInterval)seconds sinceDate: (NSDate*)date;
177 - (NSComparisonResult) compare: (NSDate*)otherDate;
213 - (NSDate*) earlierDate: (NSDate*)otherDate;
228 sinceDate: (NSDate*)anotherDate;
262 - (BOOL) isEqualToDate: (NSDate*)other;
267 - (NSDate*) laterDate: (NSDate*)otherDate;
280 - (NSTimeInterval) timeIntervalSinceDate: (NSDate*)otherDate;

12345678910>>...88