mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Monotone-Parent: 7c581e0875343b221a79db4c4117358d726166f1
Monotone-Revision: 41663dd56ce370b47da06520cdf3f63f55b42cb6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-11T19:32:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -68,25 +68,25 @@
|
||||
/* date selection */
|
||||
- (NSCalendarDate *) selectedDate;
|
||||
|
||||
- (NSString *)dateStringForDate:(NSCalendarDate *)_date;
|
||||
- (NSString *) dateStringForDate: (NSCalendarDate *)_date;
|
||||
|
||||
- (BOOL) hideFrame;
|
||||
|
||||
- (UIxComponent *) jsCloseWithRefreshMethod: (NSString *) methodName;
|
||||
|
||||
/* SoUser */
|
||||
- (NSString *)shortUserNameForDisplay;
|
||||
- (NSString *) shortUserNameForDisplay;
|
||||
|
||||
/* labels */
|
||||
- (NSString *)labelForKey:(NSString *)_key;
|
||||
- (NSString *) labelForKey:(NSString *)_key;
|
||||
|
||||
- (NSString *)localizedNameForDayOfWeek:(unsigned)_dayOfWeek;
|
||||
- (NSString *)localizedAbbreviatedNameForDayOfWeek:(unsigned)_dayOfWeek;
|
||||
- (NSString *)localizedNameForMonthOfYear:(unsigned)_monthOfYear;
|
||||
- (NSString *)localizedAbbreviatedNameForMonthOfYear:(unsigned)_monthOfYear;
|
||||
- (NSString *) localizedNameForDayOfWeek:(unsigned)_dayOfWeek;
|
||||
- (NSString *) localizedAbbreviatedNameForDayOfWeek:(unsigned)_dayOfWeek;
|
||||
- (NSString *) localizedNameForMonthOfYear:(unsigned)_monthOfYear;
|
||||
- (NSString *) localizedAbbreviatedNameForMonthOfYear:(unsigned)_monthOfYear;
|
||||
|
||||
/* HTTP method safety */
|
||||
- (BOOL)isInvokedBySafeMethod;
|
||||
- (BOOL) isInvokedBySafeMethod;
|
||||
|
||||
/* locale */
|
||||
- (NSDictionary *)locale;
|
||||
@@ -95,6 +95,8 @@
|
||||
- (WOResourceManager *) pageResourceManager;
|
||||
- (NSString *) urlForResourceFilename: (NSString *) filename;
|
||||
|
||||
- (WOResponse *) responseWith204;
|
||||
|
||||
/* Debugging */
|
||||
- (BOOL)isUIxDebugEnabled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user