From 3a6e1ca8b495fcc0d0e4533cfa07e22f9dba151f Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 5 Mar 2000 17:39:33 +0000 Subject: [PATCH] Put html files under CVS so people without the gsdoc converter can read them. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6182 72102866-910b-0410-8b05-ffd578937521 --- Documentation/gsdoc/Foundation.html | 86 +++ Documentation/gsdoc/NSArchiver.html | 83 +++ Documentation/gsdoc/NSArray.html | 264 +++++++++ Documentation/gsdoc/NSAssertionHandler.html | 48 ++ Documentation/gsdoc/NSAttributedString.html | 96 +++ Documentation/gsdoc/NSAutoreleasePool.html | 42 ++ Documentation/gsdoc/NSBundle.html | 132 +++++ Documentation/gsdoc/NSCalendarDate.html | 192 ++++++ Documentation/gsdoc/NSCharacterSet.html | 144 +++++ Documentation/gsdoc/NSCoder.html | 198 +++++++ Documentation/gsdoc/NSConditionLock.html | 78 +++ Documentation/gsdoc/NSConnection.html | 258 ++++++++ Documentation/gsdoc/NSCountedSet.html | 84 +++ Documentation/gsdoc/NSDate.html | 186 ++++++ Documentation/gsdoc/NSDateFormatter.html | 48 ++ Documentation/gsdoc/NSDecimalNumber.html | 226 +++++++ .../gsdoc/NSDecimalNumberHandler.html | 48 ++ Documentation/gsdoc/NSDeserializer.html | 48 ++ Documentation/gsdoc/NSDictionary.html | 246 ++++++++ .../gsdoc/NSDirectoryEnumerator.html | 48 ++ Documentation/gsdoc/NSDistantObject.html | 66 +++ .../gsdoc/NSDistantObjectRequest.html | 52 ++ Documentation/gsdoc/NSDistributedLock.html | 66 +++ .../NSDistributedNotificationCenter.html | 96 +++ Documentation/gsdoc/NSEnumerator.html | 42 ++ Documentation/gsdoc/NSException.html | 84 +++ Documentation/gsdoc/NSFileHandle.html | 156 +++++ Documentation/gsdoc/NSFileManager.html | 204 +++++++ Documentation/gsdoc/NSFormatter.html | 60 ++ Documentation/gsdoc/NSHost.html | 96 +++ Documentation/gsdoc/NSInvocation.html | 114 ++++ Documentation/gsdoc/NSLock.html | 42 ++ Documentation/gsdoc/NSMethodSignature.html | 66 +++ Documentation/gsdoc/NSMutableArray.html | 156 +++++ .../gsdoc/NSMutableAttributedString.html | 108 ++++ .../gsdoc/NSMutableCharacterSet.html | 72 +++ Documentation/gsdoc/NSMutableData.html | 143 +++++ Documentation/gsdoc/NSMutableDictionary.html | 84 +++ Documentation/gsdoc/NSMutableSet.html | 96 +++ Documentation/gsdoc/NSMutableString.html | 78 +++ Documentation/gsdoc/NSNotification.html | 60 ++ Documentation/gsdoc/NSNotificationCenter.html | 72 +++ Documentation/gsdoc/NSNotificationQueue.html | 60 ++ Documentation/gsdoc/NSNumber.html | 300 ++++++++++ Documentation/gsdoc/NSNumberFormatter.html | 222 +++++++ Documentation/gsdoc/NSObject.html | 263 +++++++++ Documentation/gsdoc/NSPort.html | 114 ++++ Documentation/gsdoc/NSPortCoder.html | 72 +++ Documentation/gsdoc/NSPortMessage.html | 78 +++ Documentation/gsdoc/NSPortNameServer.html | 60 ++ Documentation/gsdoc/NSProcessInfo.html | 84 +++ Documentation/gsdoc/NSProtocolChecker.html | 64 ++ Documentation/gsdoc/NSProxy.html | 119 ++++ Documentation/gsdoc/NSRecursiveLock.html | 42 ++ Documentation/gsdoc/NSRunLoop.html | 108 ++++ Documentation/gsdoc/NSScanner.html | 168 ++++++ Documentation/gsdoc/NSSerializer.html | 42 ++ Documentation/gsdoc/NSSet.html | 192 ++++++ Documentation/gsdoc/NSString.html | 558 ++++++++++++++++++ Documentation/gsdoc/NSTask.html | 162 +++++ Documentation/gsdoc/NSThread.html | 66 +++ Documentation/gsdoc/NSTimeZone.html | 168 ++++++ Documentation/gsdoc/NSTimer.html | 90 +++ Documentation/gsdoc/NSURL.html | 144 +++++ Documentation/gsdoc/NSURLHandle.html | 160 +++++ Documentation/gsdoc/NSUnarchiver.html | 102 ++++ Documentation/gsdoc/NSUndoManager.html | 216 +++++++ Documentation/gsdoc/NSUserDefaults.html | 210 +++++++ Documentation/gsdoc/NSValue.html | 125 ++++ 69 files changed, 8557 insertions(+) create mode 100644 Documentation/gsdoc/Foundation.html create mode 100644 Documentation/gsdoc/NSArchiver.html create mode 100644 Documentation/gsdoc/NSArray.html create mode 100644 Documentation/gsdoc/NSAssertionHandler.html create mode 100644 Documentation/gsdoc/NSAttributedString.html create mode 100644 Documentation/gsdoc/NSAutoreleasePool.html create mode 100644 Documentation/gsdoc/NSBundle.html create mode 100644 Documentation/gsdoc/NSCalendarDate.html create mode 100644 Documentation/gsdoc/NSCharacterSet.html create mode 100644 Documentation/gsdoc/NSCoder.html create mode 100644 Documentation/gsdoc/NSConditionLock.html create mode 100644 Documentation/gsdoc/NSConnection.html create mode 100644 Documentation/gsdoc/NSCountedSet.html create mode 100644 Documentation/gsdoc/NSDate.html create mode 100644 Documentation/gsdoc/NSDateFormatter.html create mode 100644 Documentation/gsdoc/NSDecimalNumber.html create mode 100644 Documentation/gsdoc/NSDecimalNumberHandler.html create mode 100644 Documentation/gsdoc/NSDeserializer.html create mode 100644 Documentation/gsdoc/NSDictionary.html create mode 100644 Documentation/gsdoc/NSDirectoryEnumerator.html create mode 100644 Documentation/gsdoc/NSDistantObject.html create mode 100644 Documentation/gsdoc/NSDistantObjectRequest.html create mode 100644 Documentation/gsdoc/NSDistributedLock.html create mode 100644 Documentation/gsdoc/NSDistributedNotificationCenter.html create mode 100644 Documentation/gsdoc/NSEnumerator.html create mode 100644 Documentation/gsdoc/NSException.html create mode 100644 Documentation/gsdoc/NSFileHandle.html create mode 100644 Documentation/gsdoc/NSFileManager.html create mode 100644 Documentation/gsdoc/NSFormatter.html create mode 100644 Documentation/gsdoc/NSHost.html create mode 100644 Documentation/gsdoc/NSInvocation.html create mode 100644 Documentation/gsdoc/NSLock.html create mode 100644 Documentation/gsdoc/NSMethodSignature.html create mode 100644 Documentation/gsdoc/NSMutableArray.html create mode 100644 Documentation/gsdoc/NSMutableAttributedString.html create mode 100644 Documentation/gsdoc/NSMutableCharacterSet.html create mode 100644 Documentation/gsdoc/NSMutableData.html create mode 100644 Documentation/gsdoc/NSMutableDictionary.html create mode 100644 Documentation/gsdoc/NSMutableSet.html create mode 100644 Documentation/gsdoc/NSMutableString.html create mode 100644 Documentation/gsdoc/NSNotification.html create mode 100644 Documentation/gsdoc/NSNotificationCenter.html create mode 100644 Documentation/gsdoc/NSNotificationQueue.html create mode 100644 Documentation/gsdoc/NSNumber.html create mode 100644 Documentation/gsdoc/NSNumberFormatter.html create mode 100644 Documentation/gsdoc/NSObject.html create mode 100644 Documentation/gsdoc/NSPort.html create mode 100644 Documentation/gsdoc/NSPortCoder.html create mode 100644 Documentation/gsdoc/NSPortMessage.html create mode 100644 Documentation/gsdoc/NSPortNameServer.html create mode 100644 Documentation/gsdoc/NSProcessInfo.html create mode 100644 Documentation/gsdoc/NSProtocolChecker.html create mode 100644 Documentation/gsdoc/NSProxy.html create mode 100644 Documentation/gsdoc/NSRecursiveLock.html create mode 100644 Documentation/gsdoc/NSRunLoop.html create mode 100644 Documentation/gsdoc/NSScanner.html create mode 100644 Documentation/gsdoc/NSSerializer.html create mode 100644 Documentation/gsdoc/NSSet.html create mode 100644 Documentation/gsdoc/NSString.html create mode 100644 Documentation/gsdoc/NSTask.html create mode 100644 Documentation/gsdoc/NSThread.html create mode 100644 Documentation/gsdoc/NSTimeZone.html create mode 100644 Documentation/gsdoc/NSTimer.html create mode 100644 Documentation/gsdoc/NSURL.html create mode 100644 Documentation/gsdoc/NSURLHandle.html create mode 100644 Documentation/gsdoc/NSUnarchiver.html create mode 100644 Documentation/gsdoc/NSUndoManager.html create mode 100644 Documentation/gsdoc/NSUserDefaults.html create mode 100644 Documentation/gsdoc/NSValue.html diff --git a/Documentation/gsdoc/Foundation.html b/Documentation/gsdoc/Foundation.html new file mode 100644 index 000000000..15290812f --- /dev/null +++ b/Documentation/gsdoc/Foundation.html @@ -0,0 +1,86 @@ + +Foundation + + +

Foundation

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

Foundation

+ + + + diff --git a/Documentation/gsdoc/NSArchiver.html b/Documentation/gsdoc/NSArchiver.html new file mode 100644 index 000000000..3b1af6e87 --- /dev/null +++ b/Documentation/gsdoc/NSArchiver.html @@ -0,0 +1,83 @@ + +NSArchiver + + +[Up] +[Next] +

NSArchiver

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSArchiver

+

NSArchiver

+

Declared in: Foundation/NSArchiver.h

+

Inherits from: NSCoder

+

Conforms to: NSObject +

+
+ + + +
+

archiveRootObject:

++ (BOOL) archiveRootObject: (id)rootObject
+ + +
+

archivedDataWithRootObject:

++ (NSData*) archivedDataWithRootObject: (id)rootObject
+ + +
+

archiverData

+- (NSMutableData*) archiverData
+ + +
+

classNameEncodedForTrueClassName:

+- (NSString*) classNameEncodedForTrueClassName: (NSString*)trueName
+ + +
+

encodeClassName:intoClassName:

+- (void) encodeClassName: (NSString*)trueName intoClassName: (NSString*)inArchiveName
+ + +
+

encodeConditionalObject:

+- (void) encodeConditionalObject: (id)object
+ + +
+

encodeRootObject:

+- (void) encodeRootObject: (id)rootObject
+ + +
+

initForWritingWithMutableData:

+- (id) initForWritingWithMutableData: (NSMutableData*)data
+ + +
+

replaceObject:withObject:

+- (void) replaceObject: (id)object withObject: (id)newObject
+ + +
+ + + diff --git a/Documentation/gsdoc/NSArray.html b/Documentation/gsdoc/NSArray.html new file mode 100644 index 000000000..8fa4887e2 --- /dev/null +++ b/Documentation/gsdoc/NSArray.html @@ -0,0 +1,264 @@ + +NSArray + + +[Previous] +[Up] +[Next] +

NSArray

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSArray

+

NSArray

+

Declared in: Foundation/NSArray.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

allocWithZone:

++ (id) allocWithZone: (NSZone*)zone
+ + +
+

array

++ (id) array
+ + +
+

arrayWithArray:

++ (id) arrayWithArray: (NSArray*)anArray
+ + +
+

arrayWithContentsOfFile:

++ (id) arrayWithContentsOfFile: (NSString*)aPath
+ + +
+

arrayWithObject:

++ (id) arrayWithObject: (id)anObject
+ + +
+

arrayWithObjects:

++ (id) arrayWithObjects: (id)firstObj,
+ + +
+

arrayWithObjects:

++ (id) arrayWithObjects: (id*)objects
+ + +
+

arrayByAddingObject:

+- (NSArray*) arrayByAddingObject: (id)anObject
+ + +
+

arrayByAddingObjectsFromArray:

+- (NSArray*) arrayByAddingObjectsFromArray: (NSArray*)otherArray
+ + +
+

componentsJoinedByString:

+- (NSString*) componentsJoinedByString: (NSString*)separator
+ + +
+

containsObject:

+- (BOOL) containsObject: (id)anObject
+ + +
+

count

+- (unsigned int) count
+ + +
+

descriptionWithLocale:

+- (NSString*) descriptionWithLocale: (NSDictionary*)locale
+ + +
+

descriptionWithLocale:

+- (NSString*) descriptionWithLocale: (NSDictionary*)locale
+ + +
+

firstObjectCommonWithArray:

+- (id) firstObjectCommonWithArray: (NSArray*)otherArray
+ + +
+

getObjects:

+- (void) getObjects: (id*)aBuffer
+ + +
+

getObjects:

+- (void) getObjects: (id*)aBuffer
+ + +
+

indexOfObject:

+- (unsigned int) indexOfObject: (id)anObject
+ + +
+

indexOfObject:

+- (unsigned int) indexOfObject: (id)anObject
+ + +
+

indexOfObjectIdenticalTo:

+- (unsigned int) indexOfObjectIdenticalTo: (id)anObject
+ + +
+

indexOfObjectIdenticalTo:

+- (unsigned int) indexOfObjectIdenticalTo: (id)anObject
+ + +
+

initWithArray:

+- (id) initWithArray: (NSArray*)anArray
+ + +
+

initWithContentsOfFile:

+- (id) initWithContentsOfFile: (NSString*)aPath
+ + +
+

initWithObjects:

+- (id) initWithObjects: (id)firstObj,
+ + +
+

initWithObjects:

+- (id) initWithObjects: (id*)objects
+ + +
+

isEqualToArray:

+- (BOOL) isEqualToArray: (NSArray*)otherArray
+ + +
+

lastObject

+- (id) lastObject
+ + +
+

makeObjectsPerformSelector:

+- (void) makeObjectsPerformSelector: (SEL)aSelector
+ + +
+

makeObjectsPerformSelector:withObject:

+- (void) makeObjectsPerformSelector: (SEL)aSelector withObject: (id)anObject
+ + +
+

objectAtIndex:

+- (id) objectAtIndex: (unsigned int)index
+ + +
+

objectEnumerator

+- (NSEnumerator*) objectEnumerator
+ + +
+

pathsMatchingExtensions:

+- (NSArray*) pathsMatchingExtensions: (NSArray*)filterTypes
+ + +
+

reverseObjectEnumerator

+- (NSEnumerator*) reverseObjectEnumerator
+ + +
+

sortedArrayHint

+- (NSData*) sortedArrayHint
+ + +
+

sortedArrayUsingFunction:context:

+- (NSArray*) sortedArrayUsingFunction: (int(*)(id,id,void*))comparator context: (void*)context
+ + +
+

sortedArrayUsingFunction:context:

+- (NSArray*) sortedArrayUsingFunction: (int(*)(id,id,void*))compare context: (void*)context
+ + +
+

sortedArrayUsingSelector:

+- (NSArray*) sortedArrayUsingSelector: (SEL)comparator
+ + +
+

subarrayWithRange:

+- (NSArray*) subarrayWithRange: (NSRange)range
+ + +
+

writeToFile:atomically:

+- (BOOL) writeToFile: (NSString*)path atomically: (BOOL)flag
+ + +
+ + + diff --git a/Documentation/gsdoc/NSAssertionHandler.html b/Documentation/gsdoc/NSAssertionHandler.html new file mode 100644 index 000000000..0e7d103a8 --- /dev/null +++ b/Documentation/gsdoc/NSAssertionHandler.html @@ -0,0 +1,48 @@ + +NSAssertionHandler + + +[Previous] +[Up] +[Next] +

NSAssertionHandler

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSAssertionHandler

+

NSAssertionHandler

+

Declared in: Foundation/NSException.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

currentHandler

++ (NSAssertionHandler*) currentHandler
+ + +
+

handleFailureInFunction:file:lineNumber:description:

+- (void) handleFailureInFunction: (NSString*)functionName file: (NSString*)fileName lineNumber: (int)line description: (NSString*)format, ...
+ + +
+

handleFailureInMethod:object:file:lineNumber:description:

+- (void) handleFailureInMethod: (SEL)selector object: (id)object file: (NSString*)fileName lineNumber: (int)line description: (NSString*)format, ...
+ + +
+ + + diff --git a/Documentation/gsdoc/NSAttributedString.html b/Documentation/gsdoc/NSAttributedString.html new file mode 100644 index 000000000..50cc38085 --- /dev/null +++ b/Documentation/gsdoc/NSAttributedString.html @@ -0,0 +1,96 @@ + +NSAttributedString + + +[Previous] +[Up] +[Next] +

NSAttributedString

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSAttributedString

+

NSAttributedString

+

Declared in: Foundation/NSAttributedString.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

attribute:atIndex:effectiveRange:

+- (id) attribute: (NSString*)attributeName atIndex: (unsigned int)index effectiveRange: (NSRange*)aRange
+ + +
+

attribute:atIndex:longestEffectiveRange:inRange:

+- (id) attribute: (NSString*)attributeName atIndex: (unsigned int)index longestEffectiveRange: (NSRange*)aRange inRange: (NSRange)rangeLimit
+ + +
+

attributedSubstringFromRange:

+- (NSAttributedString*) attributedSubstringFromRange: (NSRange)aRange
+ + +
+

attributesAtIndex:effectiveRange:

+- (NSDictionary*) attributesAtIndex: (unsigned int)index effectiveRange: (NSRange*)aRange
+ + +
+

attributesAtIndex:longestEffectiveRange:inRange:

+- (NSDictionary*) attributesAtIndex: (unsigned int)index longestEffectiveRange: (NSRange*)aRange inRange: (NSRange)rangeLimit
+ + +
+

initWithAttributedString:

+- (id) initWithAttributedString: (NSAttributedString*)attributedString
+ + +
+

initWithString:

+- (id) initWithString: (NSString*)aString
+ + +
+

initWithString:attributes:

+- (id) initWithString: (NSString*)aString attributes: (NSDictionary*)attributes
+ + +
+

isEqualToAttributedString:

+- (BOOL) isEqualToAttributedString: (NSAttributedString*)otherString
+ + +
+

length

+- (unsigned int) length
+ + +
+

string

+- (NSString*) string
+ + +
+ + + diff --git a/Documentation/gsdoc/NSAutoreleasePool.html b/Documentation/gsdoc/NSAutoreleasePool.html new file mode 100644 index 000000000..099ac6cc3 --- /dev/null +++ b/Documentation/gsdoc/NSAutoreleasePool.html @@ -0,0 +1,42 @@ + +NSAutoreleasePool + + +[Previous] +[Up] +[Next] +

NSAutoreleasePool

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSAutoreleasePool

+

NSAutoreleasePool

+

Declared in: Foundation/NSAutoreleasePool.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

addObject:

++ (void) addObject: (id)anObject
+ + +
+

addObject:

+- (void) addObject: (id)anObject
+ + +
+ + + diff --git a/Documentation/gsdoc/NSBundle.html b/Documentation/gsdoc/NSBundle.html new file mode 100644 index 000000000..842c374ab --- /dev/null +++ b/Documentation/gsdoc/NSBundle.html @@ -0,0 +1,132 @@ + +NSBundle + + +[Previous] +[Up] +[Next] +

NSBundle

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSBundle

+

NSBundle

+

Declared in: Foundation/NSBundle.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

allBundles

++ (NSArray*) allBundles
+ + +
+

allFrameworks

++ (NSArray*) allFrameworks
+ + +
+

bundleForClass:

++ (NSBundle*) bundleForClass: (Class)aClass
+ + +
+

bundleWithPath:

++ (NSBundle*) bundleWithPath: (NSString*)path
+ + +
+

mainBundle

++ (NSBundle*) mainBundle
+ + +
+

pathForResource:ofType:inDirectory:

++ (NSString*) pathForResource: (NSString*)name ofType: (NSString*)extension inDirectory: (NSString*)bundlePath
+ + +
+

bundlePath

+- (NSString*) bundlePath
+ + +
+

classNamed:

+- (Class) classNamed: (NSString*)className
+ + +
+

infoDictionary

+- (NSDictionary*) infoDictionary
+ + +
+

initWithPath:

+- (id) initWithPath: (NSString*)fullPath
+ + +
+

load

+- (BOOL) load
+ + +
+

localizedStringForKey:value:

+- (NSString*) localizedStringForKey: (NSString*)key value: (NSString*)value
+ + +
+

pathForResource:ofType:

+- (NSString*) pathForResource: (NSString*)name ofType: (NSString*)extension
+ + +
+

pathForResource:ofType:inDirectory:

+- (NSString*) pathForResource: (NSString*)name ofType: (NSString*)extension inDirectory: (NSString*)bundlePath
+ + +
+

pathsForResourcesOfType:inDirectory:

+- (NSArray*) pathsForResourcesOfType: (NSString*)extension inDirectory: (NSString*)bundlePath
+ + +
+

principalClass

+- (Class) principalClass
+ + +
+

resourcePath

+- (NSString*) resourcePath
+ + +
+ + + diff --git a/Documentation/gsdoc/NSCalendarDate.html b/Documentation/gsdoc/NSCalendarDate.html new file mode 100644 index 000000000..ee91953f1 --- /dev/null +++ b/Documentation/gsdoc/NSCalendarDate.html @@ -0,0 +1,192 @@ + +NSCalendarDate + + +[Previous] +[Up] +[Next] +

NSCalendarDate

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSCalendarDate

+

NSCalendarDate

+

Declared in: Foundation/NSDate.h

+

Inherits from: NSDate

+

Conforms to: NSCoding +

+
+ + + +
+

calendarDate

++ (id) calendarDate
+ + +
+

dateWithString:calendarFormat:

++ (id) dateWithString: (NSString*)description calendarFormat: (NSString*)format
+ + +
+

dateWithString:calendarFormat:

++ (id) dateWithString: (NSString*)description calendarFormat: (NSString*)format
+ + +
+

dateWithYear:month:day:hour:minute:second:timeZone:

++ (id) dateWithYear: (int)year month: (unsigned int)month day: (unsigned int)day hour: (unsigned int)hour minute: (unsigned int)minute second: (unsigned int)second timeZone: (NSTimeZone*)aTimeZone
+ + +
+

calendarFormat

+- (NSString*) calendarFormat
+ + +
+

dateByAddingYears:months:days:hours:minutes:seconds:

+- (NSCalendarDate*) dateByAddingYears: (int)year months: (int)month days: (int)day hours: (int)hour minutes: (int)minute seconds: (int)second
+ + +
+

dayOfCommonEra

+- (int) dayOfCommonEra
+ + +
+

dayOfMonth

+- (int) dayOfMonth
+ + +
+

dayOfWeek

+- (int) dayOfWeek
+ + +
+

dayOfYear

+- (int) dayOfYear
+ + +
+

description

+- (NSString*) description
+ + +
+

descriptionWithCalendarFormat:

+- (NSString*) descriptionWithCalendarFormat: (NSString*)format
+ + +
+

descriptionWithCalendarFormat:

+- (NSString*) descriptionWithCalendarFormat: (NSString*)format
+ + +
+

descriptionWithLocale:

+- (NSString*) descriptionWithLocale: (NSDictionary*)locale
+ + +
+

hourOfDay

+- (int) hourOfDay
+ + +
+

initWithString:

+- (id) initWithString: (NSString*)description
+ + +
+

initWithString:calendarFormat:

+- (id) initWithString: (NSString*)description calendarFormat: (NSString*)format
+ + +
+

initWithString:calendarFormat:

+- (id) initWithString: (NSString*)description calendarFormat: (NSString*)format
+ + +
+

initWithYear:month:day:hour:minute:second:timeZone:

+- (id) initWithYear: (int)year month: (unsigned int)month day: (unsigned int)day hour: (unsigned int)hour minute: (unsigned int)minute second: (unsigned int)second timeZone: (NSTimeZone*)aTimeZone
+ + +
+

minuteOfHour

+- (int) minuteOfHour
+ + +
+

monthOfYear

+- (int) monthOfYear
+ + +
+

secondOfMinute

+- (int) secondOfMinute
+ + +
+

setCalendarFormat:

+- (void) setCalendarFormat: (NSString*)format
+ + +
+

setTimeZone:

+- (void) setTimeZone: (NSTimeZone*)aTimeZone
+ + +
+

timeZone

+- (NSTimeZone*) timeZone
+ + +
+

yearOfCommonEra

+- (int) yearOfCommonEra
+ + +
+

years:months:days:hours:minutes:seconds:sinceDate:

+- (void) years: (int*)yearsPointer months: (int*)monthsPointer days: (int*)daysPointer hours: (int*)hoursPointer minutes: (int*)minutesPointer seconds: (int*)secondsPointer sinceDate: (NSCalendarDate*)date
+ + +
+ + + diff --git a/Documentation/gsdoc/NSCharacterSet.html b/Documentation/gsdoc/NSCharacterSet.html new file mode 100644 index 000000000..91b44b4da --- /dev/null +++ b/Documentation/gsdoc/NSCharacterSet.html @@ -0,0 +1,144 @@ + +NSCharacterSet + + +[Previous] +[Up] +[Next] +

NSCharacterSet

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSCharacterSet

+

NSCharacterSet

+

Declared in: Foundation/NSCharacterSet.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

alphanumericCharacterSet

++ (NSCharacterSet*) alphanumericCharacterSet
+ + +
+

characterSetWithBitmapRepresentation:

++ (NSCharacterSet*) characterSetWithBitmapRepresentation: (NSData*)data
+ + +
+

characterSetWithCharactersInString:

++ (NSCharacterSet*) characterSetWithCharactersInString: (NSString*)aString
+ + +
+

characterSetWithContentsOfFile:

++ (NSCharacterSet*) characterSetWithContentsOfFile: (NSString*)path
+ + +
+

characterSetWithRange:

++ (NSCharacterSet*) characterSetWithRange: (NSRange)aRange
+ + +
+

controlCharacterSet

++ (NSCharacterSet*) controlCharacterSet
+ + +
+

decimalDigitCharacterSet

++ (NSCharacterSet*) decimalDigitCharacterSet
+ + +
+

decomposableCharacterSet

++ (NSCharacterSet*) decomposableCharacterSet
+ + +
+

illegalCharacterSet

++ (NSCharacterSet*) illegalCharacterSet
+ + +
+

letterCharacterSet

++ (NSCharacterSet*) letterCharacterSet
+ + +
+

lowercaseLetterCharacterSet

++ (NSCharacterSet*) lowercaseLetterCharacterSet
+ + +
+

nonBaseCharacterSet

++ (NSCharacterSet*) nonBaseCharacterSet
+ + +
+

punctuationCharacterSet

++ (NSCharacterSet*) punctuationCharacterSet
+ + +
+

uppercaseLetterCharacterSet

++ (NSCharacterSet*) uppercaseLetterCharacterSet
+ + +
+

whitespaceAndNewlineCharacterSet

++ (NSCharacterSet*) whitespaceAndNewlineCharacterSet
+ + +
+

whitespaceCharacterSet

++ (NSCharacterSet*) whitespaceCharacterSet
+ + +
+

bitmapRepresentation

+- (NSData*) bitmapRepresentation
+ + +
+

characterIsMember:

+- (BOOL) characterIsMember: (unichar)aCharacter
+ + +
+

invertedSet

+- (NSCharacterSet*) invertedSet
+ + +
+ + + diff --git a/Documentation/gsdoc/NSCoder.html b/Documentation/gsdoc/NSCoder.html new file mode 100644 index 000000000..ad91bfb32 --- /dev/null +++ b/Documentation/gsdoc/NSCoder.html @@ -0,0 +1,198 @@ + +NSCoder + + +[Previous] +[Up] +[Next] +

NSCoder

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSCoder

+

NSCoder

+

Declared in: Foundation/NSCoder.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

decodeArrayOfObjCType:count:at:

+- (void) decodeArrayOfObjCType: (const char*)itemType count: (unsigned int)count at: (void*)address
+ + +
+

decodeBytesWithReturnedLength:

+- (void*) decodeBytesWithReturnedLength: (unsigned int*)numBytes
+ + +
+

decodeDataObject

+- (NSData*) decodeDataObject
+ + +
+

decodeObject

+- (id) decodeObject
+ + +
+

decodePoint

+- (NSPoint) decodePoint
+ + +
+

decodePropertyList

+- (id) decodePropertyList
+ + +
+

decodeRect

+- (NSRect) decodeRect
+ + +
+

decodeSize

+- (NSSize) decodeSize
+ + +
+

decodeValueOfObjCType:

+- (void) decodeValueOfObjCType: (const char*)valueType
+ + +
+

decodeValuesOfObjCTypes:

+- (void) decodeValuesOfObjCTypes: (const char*)valueTypes,
+ + +
+

encodeArrayOfObjCType:count:at:

+- (void) encodeArrayOfObjCType: (const char*)itemType count: (unsigned int)count at: (const void*)address
+ + +
+

encodeBycopyObject:

+- (void) encodeBycopyObject: (id)object
+ + +
+

encodeByrefObject:

+- (void) encodeByrefObject: (id)object
+ + +
+

encodeBytes:

+- (void) encodeBytes: (void*)address
+ + +
+

encodeConditionalObject:

+- (void) encodeConditionalObject: (id)object
+ + +
+

encodeDataObject:

+- (void) encodeDataObject: (NSData*)data
+ + +
+

encodeObject:

+- (void) encodeObject: (id)object
+ + +
+

encodePoint:

+- (void) encodePoint: (NSPoint)point
+ + +
+

encodePropertyList:

+- (void) encodePropertyList: (id)aPropertyList
+ + +
+

encodeRect:

+- (void) encodeRect: (NSRect)rect
+ + +
+

encodeRootObject:

+- (void) encodeRootObject: (id)rootObject
+ + +
+

encodeSize:

+- (void) encodeSize: (NSSize)size
+ + +
+

encodeValueOfObjCType:

+- (void) encodeValueOfObjCType: (const char*)valueType
+ + +
+

encodeValuesOfObjCTypes:

+- (void) encodeValuesOfObjCTypes: (const char*)valueTypes,
+ + +
+

objectZone

+- (NSZone*) objectZone
+ + +
+

setObjectZone:

+- (void) setObjectZone: (NSZone*)zone
+ + +
+

systemVersion

+- (unsigned int) systemVersion
+ + +
+

versionForClassName:

+- (unsigned int) versionForClassName: (NSString*)className
+ + +
+ + + diff --git a/Documentation/gsdoc/NSConditionLock.html b/Documentation/gsdoc/NSConditionLock.html new file mode 100644 index 000000000..90d5d7ade --- /dev/null +++ b/Documentation/gsdoc/NSConditionLock.html @@ -0,0 +1,78 @@ + +NSConditionLock + + +[Previous] +[Up] +[Next] +

NSConditionLock

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSConditionLock

+

NSConditionLock

+

Declared in: Foundation/NSLock.h

+

Inherits from: NSObject

+

Conforms to: NSLocking +

+
+ + + +
+

condition

+- (int) condition
+ + +
+

initWithCondition:

+- (id) initWithCondition: (int)condition
+ + +
+

lockBeforeDate:

+- (BOOL) lockBeforeDate: (NSDate*)limit
+ + +
+

lockWhenCondition:

+- (void) lockWhenCondition: (int)condition
+ + +
+

lockWhenCondition:beforeDate:

+- (BOOL) lockWhenCondition: (int)condition beforeDate: (NSDate*)limit
+ + +
+

tryLock

+- (BOOL) tryLock
+ + +
+

tryLockWhenCondition:

+- (BOOL) tryLockWhenCondition: (int)condition
+ + +
+

unlockWithCondition:

+- (void) unlockWithCondition: (int)condition
+ + +
+ + + diff --git a/Documentation/gsdoc/NSConnection.html b/Documentation/gsdoc/NSConnection.html new file mode 100644 index 000000000..1dd7b6306 --- /dev/null +++ b/Documentation/gsdoc/NSConnection.html @@ -0,0 +1,258 @@ + +NSConnection + + +[Previous] +[Up] +[Next] +

NSConnection

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSConnection

+

NSConnection

+

Declared in: Foundation/NSConnection.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

allConnections

++ (NSArray*) allConnections
+ + +
+

connectionWithReceivePort:

++ (NSConnection*) connectionWithReceivePort: (NSPort*)receivePort
+ + +
+

connectionWithRegisteredName:

++ (NSConnection*) connectionWithRegisteredName: (NSString*)name
+ + +
+

currentConversation

++ (id) currentConversation
+ + +
+

defaultConnection

++ (NSConnection*) defaultConnection
+ + +
+

rootProxyForConnectionWithRegisteredName:

++ (NSDistantObject*) rootProxyForConnectionWithRegisteredName: (NSString*)name
+ + +
+

addRequestMode:

+- (void) addRequestMode: (NSString*)mode
+ + +
+

addRunLoop:

+- (void) addRunLoop: (NSRunLoop*)runloop
+ + +
+

delegate

+- (id) delegate
+ + +
+

enableMultipleThreads

+- (void) enableMultipleThreads
+ + +
+

independentConversationQueueing

+- (BOOL) independentConversationQueueing
+ + +
+

initWithReceivePort:

+- (id) initWithReceivePort: (NSPort*)receivePort
+ + +
+

invalidate

+- (void) invalidate
+ + +
+

isValid

+- (BOOL) isValid
+ + +
+

localObjects

+- (NSArray*) localObjects
+ + +
+

multipleThreadsEnabled

+- (BOOL) multipleThreadsEnabled
+ + +
+

receivePort

+- (NSPort*) receivePort
+ + +
+

registerName:

+- (BOOL) registerName: (NSString*)name
+ + +
+

remoteObjects

+- (NSArray*) remoteObjects
+ + +
+

removeRequestMode:

+- (void) removeRequestMode: (NSString*)mode
+ + +
+

removeRunLoop:

+- (void) removeRunLoop: (NSRunLoop*)runloop
+ + +
+

replyTimeout

+- (NSTimeInterval) replyTimeout
+ + +
+

requestModes

+- (NSArray*) requestModes
+ + +
+

requestTimeout

+- (NSTimeInterval) requestTimeout
+ + +
+

rootObject

+- (id) rootObject
+ + +
+

rootProxy

+- (NSDistantObject*) rootProxy
+ + +
+

runInNewThread

+- (void) runInNewThread
+ + +
+

sendPort

+- (NSPort*) sendPort
+ + +
+

setDelegate:

+- (void) setDelegate: (id)anObject
+ + +
+

setIndependentConversationQueueing:

+- (void) setIndependentConversationQueueing: (BOOL)flag
+ + +
+

setReplyTimeout:

+- (void) setReplyTimeout: (NSTimeInterval)seconds
+ + +
+

setRequestTimeout:

+- (void) setRequestTimeout: (NSTimeInterval)seconds
+ + +
+

setRootObject:

+- (void) setRootObject: (id)anObject
+ + +
+

statistics

+- (NSDictionary*) statistics
+ + +
+

authenticateComponents:

+- (BOOL) authenticateComponents: (NSArray*)components
+ + +
+

authenticationDataForComponents:

+- (NSData*) authenticationDataForComponents: (NSArray*)components
+ + +
+

connection:shouldMakeNewConnection:

+- (BOOL) connection: (NSConnection*)parentConnection shouldMakeNewConnection: (NSConnection*)newConnnection
+ + +
+

makeNewConnection:

+- (BOOL) makeNewConnection: (NSConnection*)newConnection
+ + +
+ + + diff --git a/Documentation/gsdoc/NSCountedSet.html b/Documentation/gsdoc/NSCountedSet.html new file mode 100644 index 000000000..ddf13f1a3 --- /dev/null +++ b/Documentation/gsdoc/NSCountedSet.html @@ -0,0 +1,84 @@ + +NSCountedSet + + +[Previous] +[Up] +[Next] +

NSCountedSet

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSCountedSet

+

NSCountedSet

+

Declared in: Foundation/NSSet.h

+

Inherits from: NSMutableSet

+

Conforms to: NSCoding +

+
+ + + +
+

addObject:

+- (void) addObject: (id)anObject
+ + +
+

allObjects

+- (NSArray*) allObjects
+ + +
+

count

+- (unsigned int) count
+ + +
+

countForObject:

+- (unsigned int) countForObject: (id)anObject
+ + +
+

initWithArray:

+- (id) initWithArray: (NSArray*)anArray
+ + +
+

initWithCapacity:

+- (id) initWithCapacity: (unsigned int)numItems
+ + +
+

initWithSet:

+- (id) initWithSet: (NSSet*)aSet
+ + +
+

objectEnumerator

+- (NSEnumerator*) objectEnumerator
+ + +
+

removeObject:

+- (void) removeObject: (id)anObject
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDate.html b/Documentation/gsdoc/NSDate.html new file mode 100644 index 000000000..6458c030b --- /dev/null +++ b/Documentation/gsdoc/NSDate.html @@ -0,0 +1,186 @@ + +NSDate + + +[Previous] +[Up] +[Next] +

NSDate

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDate

+

NSDate

+

Declared in: Foundation/NSDate.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

timeIntervalSinceReferenceDate

++ (NSTimeInterval) timeIntervalSinceReferenceDate
+ + +
+

date

++ (id) date
+ + +
+

dateWithString:

++ (id) dateWithString: (NSString*)aString
+ + +
+

dateWithTimeIntervalSinceNow:

++ (id) dateWithTimeIntervalSinceNow: (NSTimeInterval)seconds
+ + +
+

dateWithTimeIntervalSince1970:

++ (id) dateWithTimeIntervalSince1970: (NSTimeInterval)seconds
+ + +
+

dateWithTimeIntervalSinceReferenceDate:

++ (id) dateWithTimeIntervalSinceReferenceDate: (NSTimeInterval)seconds
+ + +
+

distantFuture

++ (id) distantFuture
+ + +
+

distantPast

++ (id) distantPast
+ + +
+

addTimeInterval:

+- (id) addTimeInterval: (NSTimeInterval)seconds
+ + +
+

compare:

+- (NSComparisonResult) compare: (NSDate*)anotherDate
+ + +
+

dateWithCalendarFormat:

+- (NSCalendarDate*) dateWithCalendarFormat: (NSString*)formatString
+ + +
+

description

+- (NSString*) description
+ + +
+

descriptionWithCalendarFormat:timeZone:locale:

+- (NSString*) descriptionWithCalendarFormat: (NSString*)formatString timeZone: (NSTimeZone*)aTimeZone locale: (NSDictionary*)localeDictionary
+ + +
+

descriptionWithLocale:

+- (NSString*) descriptionWithLocale: (NSDictionary*)localeDictionary
+ + +
+

earlierDate:

+- (NSDate*) earlierDate: (NSDate*)anotherDate
+ + +
+

init

+- (id) init
+ + +
+

initWithString:

+- (id) initWithString: (NSString*)description
+ + +
+

initWithTimeInterval:sinceDate:

+- (id) initWithTimeInterval: (NSTimeInterval)seconds sinceDate: (NSDate*)anotherDate
+ + +
+

initWithTimeIntervalSinceNow:

+- (id) initWithTimeIntervalSinceNow: (NSTimeInterval)seconds
+ + +
+

initWithTimeIntervalSinceReferenceDate:

+- (id) initWithTimeIntervalSinceReferenceDate: (NSTimeInterval)seconds
+ + +
+

isEqualToDate:

+- (BOOL) isEqualToDate: (NSDate*)anotherDate
+ + +
+

laterDate:

+- (NSDate*) laterDate: (NSDate*)anotherDate
+ + +
+

timeIntervalSinceDate:

+- (NSTimeInterval) timeIntervalSinceDate: (NSDate*)anotherDate
+ + +
+

timeIntervalSince1970

+- (NSTimeInterval) timeIntervalSince1970
+ + +
+

timeIntervalSinceNow

+- (NSTimeInterval) timeIntervalSinceNow
+ + +
+

timeIntervalSinceReferenceDate

+- (NSTimeInterval) timeIntervalSinceReferenceDate
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDateFormatter.html b/Documentation/gsdoc/NSDateFormatter.html new file mode 100644 index 000000000..40ea11478 --- /dev/null +++ b/Documentation/gsdoc/NSDateFormatter.html @@ -0,0 +1,48 @@ + +NSDateFormatter + + +[Previous] +[Up] +[Next] +

NSDateFormatter

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDateFormatter

+

NSDateFormatter

+

Declared in: Foundation/NSDateFormatter.h

+

Inherits from: NSFormatter

+

Conforms to: NSObject +

+
+ + + +
+

allowsNaturalLanguage

+- (BOOL) allowsNaturalLanguage
+ + +
+

dateFormat

+- (NSString*) dateFormat
+ + +
+

initWithDateFormat:allowNaturalLanguage:

+- (id) initWithDateFormat: (NSString*)format allowNaturalLanguage: (BOOL)flag
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDecimalNumber.html b/Documentation/gsdoc/NSDecimalNumber.html new file mode 100644 index 000000000..709921376 --- /dev/null +++ b/Documentation/gsdoc/NSDecimalNumber.html @@ -0,0 +1,226 @@ + +NSDecimalNumber + + +[Previous] +[Up] +[Next] +

NSDecimalNumber

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDecimalNumber

+

NSDecimalNumber

+

Declared in: Foundation/NSDecimalNumber.h

+

Inherits from: NSNumber

+
+ + + +
+

decimalNumberWithDecimal:

++ (NSDecimalNumber*) decimalNumberWithDecimal: (NSDecimal)decimal
+ + +
+

decimalNumberWithMantissa:exponent:isNegative:

++ (NSDecimalNumber*) decimalNumberWithMantissa: (unsigned long long)mantissa exponent: (short)exponent isNegative: (BOOL)isNegative
+ + +
+

decimalNumberWithString:

++ (NSDecimalNumber*) decimalNumberWithString: (NSString*)numericString
+ + +
+

decimalNumberWithString:

++ (NSDecimalNumber*) decimalNumberWithString: (NSString*)numericString
+ + +
+

defaultBehavior

++ (id<NSDecimalNumberBehaviors>) defaultBehavior
+ + +
+

maximumDecimalNumber

++ (NSDecimalNumber*) maximumDecimalNumber
+ + +
+

minimumDecimalNumber

++ (NSDecimalNumber*) minimumDecimalNumber
+ + +
+

notANumber

++ (NSDecimalNumber*) notANumber
+ + +
+

one

++ (NSDecimalNumber*) one
+ + +
+

setDefaultBehavior:

++ (void) setDefaultBehavior: (id<NSDecimalNumberBehaviors>)behavior
+ + +
+

zero

++ (NSDecimalNumber*) zero
+ + +
+

compare:

+- (NSComparisonResult) compare: (NSNumber*)decimalNumber
+ + +
+

decimalNumberByAdding:

+- (NSDecimalNumber*) decimalNumberByAdding: (NSDecimalNumber*)decimalNumber
+ + +
+

decimalNumberByAdding:

+- (NSDecimalNumber*) decimalNumberByAdding: (NSDecimalNumber*)decimalNumber
+ + +
+

decimalNumberByDividingBy:

+- (NSDecimalNumber*) decimalNumberByDividingBy: (NSDecimalNumber*)decimalNumber
+ + +
+

decimalNumberByDividingBy:

+- (NSDecimalNumber*) decimalNumberByDividingBy: (NSDecimalNumber*)decimalNumber
+ + +
+

decimalNumberByMultiplyingBy:

+- (NSDecimalNumber*) decimalNumberByMultiplyingBy: (NSDecimalNumber*)decimalNumber
+ + +
+

decimalNumberByMultiplyingBy:

+- (NSDecimalNumber*) decimalNumberByMultiplyingBy: (NSDecimalNumber*)decimalNumber
+ + +
+

decimalNumberByMultiplyingByPowerOf10:

+- (NSDecimalNumber*) decimalNumberByMultiplyingByPowerOf10: (short)power
+ + +
+

decimalNumberByMultiplyingByPowerOf10:withBehavior:

+- (NSDecimalNumber*) decimalNumberByMultiplyingByPowerOf10: (short)power withBehavior: (id<NSDecimalNumberBehaviors>)behavior
+ + +
+

decimalNumberByRaisingToPower:

+- (NSDecimalNumber*) decimalNumberByRaisingToPower: (unsigned int)power
+ + +
+

decimalNumberByRaisingToPower:withBehavior:

+- (NSDecimalNumber*) decimalNumberByRaisingToPower: (unsigned int)power withBehavior: (id<NSDecimalNumberBehaviors>)behavior
+ + +
+

decimalNumberByRoundingAccordingToBehavior:

+- (NSDecimalNumber*) decimalNumberByRoundingAccordingToBehavior: (id<NSDecimalNumberBehaviors>)behavior
+ + +
+

decimalNumberBySubtracting:

+- (NSDecimalNumber*) decimalNumberBySubtracting: (NSDecimalNumber*)decimalNumber
+ + +
+

decimalNumberBySubtracting:

+- (NSDecimalNumber*) decimalNumberBySubtracting: (NSDecimalNumber*)decimalNumber
+ + +
+

decimalValue

+- (NSDecimal) decimalValue
+ + +
+

descriptionWithLocale:

+- (NSString*) descriptionWithLocale: (NSDictionary*)locale
+ + +
+

doubleValue

+- (double) doubleValue
+ + +
+

initWithDecimal:

+- (NSDecimalNumber*) initWithDecimal: (NSDecimal)decimal
+ + +
+

initWithMantissa:exponent:isNegative:

+- (NSDecimalNumber*) initWithMantissa: (unsigned long long)mantissa exponent: (short)exponent isNegative: (BOOL)isNegative
+ + +
+

initWithString:

+- (NSDecimalNumber*) initWithString: (NSString*)numericString
+ + +
+

initWithString:

+- (NSDecimalNumber*) initWithString: (NSString*)numericString
+ + +
+

objCType

+- (const char*) objCType
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDecimalNumberHandler.html b/Documentation/gsdoc/NSDecimalNumberHandler.html new file mode 100644 index 000000000..28d9a1ae3 --- /dev/null +++ b/Documentation/gsdoc/NSDecimalNumberHandler.html @@ -0,0 +1,48 @@ + +NSDecimalNumberHandler + + +[Previous] +[Up] +[Next] +

NSDecimalNumberHandler

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDecimalNumberHandler

+

NSDecimalNumberHandler

+

Declared in: Foundation/NSDecimalNumber.h

+

Inherits from: NSObject

+

Conforms to: NSDecimalNumberBehaviors +

+
+ + + +
+

defaultDecimalNumberHandler

++ (id) defaultDecimalNumberHandler
+ + +
+

decimalNumberHandlerWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:

++ (id) decimalNumberHandlerWithRoundingMode: (NSRoundingMode)roundingMode scale: (short)scale raiseOnExactness: (BOOL)raiseOnExactness raiseOnOverflow: (BOOL)raiseOnOverflow raiseOnUnderflow: (BOOL)raiseOnUnderflow raiseOnDivideByZero: (BOOL)raiseOnDivideByZero
+ + +
+

initWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:

+- (id) initWithRoundingMode: (NSRoundingMode)roundingMode scale: (short)scale raiseOnExactness: (BOOL)raiseOnExactness raiseOnOverflow: (BOOL)raiseOnOverflow raiseOnUnderflow: (BOOL)raiseOnUnderflow raiseOnDivideByZero: (BOOL)raiseOnDivideByZero
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDeserializer.html b/Documentation/gsdoc/NSDeserializer.html new file mode 100644 index 000000000..0c3c00047 --- /dev/null +++ b/Documentation/gsdoc/NSDeserializer.html @@ -0,0 +1,48 @@ + +NSDeserializer + + +[Previous] +[Up] +[Next] +

NSDeserializer

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDeserializer

+

NSDeserializer

+

Declared in: Foundation/NSSerialization.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

deserializePropertyListFromData:atCursor:mutableContainers:

++ (id) deserializePropertyListFromData: (NSData*)data atCursor: (unsigned int*)cursor mutableContainers: (BOOL)mutable
+ + +
+

deserializePropertyListFromData:mutableContainers:

++ (id) deserializePropertyListFromData: (NSData*)serialization mutableContainers: (BOOL)mutable
+ + +
+

deserializePropertyListLazilyFromData:atCursor:length:mutableContainers:

++ (id) deserializePropertyListLazilyFromData: (NSData*)data atCursor: (unsigned int*)cursor length: (unsigned int)length mutableContainers: (BOOL)mutable
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDictionary.html b/Documentation/gsdoc/NSDictionary.html new file mode 100644 index 000000000..751bcf5e6 --- /dev/null +++ b/Documentation/gsdoc/NSDictionary.html @@ -0,0 +1,246 @@ + +NSDictionary + + +[Previous] +[Up] +[Next] +

NSDictionary

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDictionary

+

NSDictionary

+

Declared in: Foundation/NSDictionary.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

allocWithZone:

++ (id) allocWithZone: (NSZone*)zone
+ + +
+

dictionary

++ (id) dictionary
+ + +
+

dictionaryWithContentsOfFile:

++ (id) dictionaryWithContentsOfFile: (NSString*)path
+ + +
+

dictionaryWithDictionary:

++ (id) dictionaryWithDictionary: (NSDictionary*)otherDictionary
+ + +
+

dictionaryWithObject:

++ (id) dictionaryWithObject: (id)anObject
+ + +
+

dictionaryWithObjects:

++ (id) dictionaryWithObjects: (NSArray*)objects
+ + +
+

dictionaryWithObjects:forKeys:count:

++ (id) dictionaryWithObjects: (id*)objects forKeys: (id*)keys count: (unsigned int)count
+ + +
+

dictionaryWithObjectsAndKeys:

++ (id) dictionaryWithObjectsAndKeys: (id)object,
+ + +
+

allKeys

+- (NSArray*) allKeys
+ + +
+

allKeysForObject:

+- (NSArray*) allKeysForObject: (id)anObject
+ + +
+

allValues

+- (NSArray*) allValues
+ + +
+

count

+- (unsigned int) count
+ + +
+

descriptionInStringsFileFormat

+- (NSString*) descriptionInStringsFileFormat
+ + +
+

descriptionWithLocale:

+- (NSString*) descriptionWithLocale: (NSDictionary*)locale
+ + +
+

descriptionWithLocale:

+- (NSString*) descriptionWithLocale: (NSDictionary*)locale
+ + +
+

fileGroupOwnerAccountName

+- (NSString*) fileGroupOwnerAccountName
+ + +
+

fileModificationDate

+- (NSDate*) fileModificationDate
+ + +
+

fileOwnerAccountName

+- (NSString*) fileOwnerAccountName
+ + +
+

filePosixPermissions

+- (unsigned long) filePosixPermissions
+ + +
+

fileSize

+- (unsigned long long) fileSize
+ + +
+

fileSystemFileNumber

+- (unsigned long) fileSystemFileNumber
+ + +
+

fileSystemNumber

+- (unsigned long) fileSystemNumber
+ + +
+

fileType

+- (NSString*) fileType
+ + +
+

initWithContentsOfFile:

+- (id) initWithContentsOfFile: (NSString*)path
+ + +
+

initWithDictionary:

+- (id) initWithDictionary: (NSDictionary*)otherDictionary
+ + +
+

initWithDictionary:

+- (id) initWithDictionary: (NSDictionary*)otherDictionary
+ + +
+

initWithObjects:

+- (id) initWithObjects: (NSArray*)objects
+ + +
+

initWithObjects:forKeys:count:

+- (id) initWithObjects: (id*)objects forKeys: (id*)keys count: (unsigned int)count
+ + +
+

initWithObjectsAndKeys:

+- (id) initWithObjectsAndKeys: (id)object,
+ + +
+

isEqualToDictionary:

+- (BOOL) isEqualToDictionary: (NSDictionary*)otherDictionary
+ + +
+

keyEnumerator

+- (NSEnumerator*) keyEnumerator
+ + +
+

keysSortedByValueUsingSelector:

+- (NSArray*) keysSortedByValueUsingSelector: (SEL)comparator
+ + +
+

objectEnumerator

+- (NSEnumerator*) objectEnumerator
+ + +
+

objectForKey:

+- (id) objectForKey: (id)aKey
+ + +
+

objectsForKeys:notFoundMarker:

+- (NSArray*) objectsForKeys: (NSArray*)keys notFoundMarker: (id)anObject
+ + +
+

writeToFile:atomically:

+- (BOOL) writeToFile: (NSString*)path atomically: (BOOL)flag
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDirectoryEnumerator.html b/Documentation/gsdoc/NSDirectoryEnumerator.html new file mode 100644 index 000000000..ba6c344a8 --- /dev/null +++ b/Documentation/gsdoc/NSDirectoryEnumerator.html @@ -0,0 +1,48 @@ + +NSDirectoryEnumerator + + +[Previous] +[Up] +[Next] +

NSDirectoryEnumerator

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDirectoryEnumerator

+

NSDirectoryEnumerator

+

Declared in: Foundation/NSFileManager.h

+

Inherits from: NSEnumerator

+

Conforms to: NSObject +

+
+ + + +
+

directoryAttributes

+- (NSDictionary*) directoryAttributes
+ + +
+

fileAttributes

+- (NSDictionary*) fileAttributes
+ + +
+

skipDescendents

+- (void) skipDescendents
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDistantObject.html b/Documentation/gsdoc/NSDistantObject.html new file mode 100644 index 000000000..d0ce90f3d --- /dev/null +++ b/Documentation/gsdoc/NSDistantObject.html @@ -0,0 +1,66 @@ + +NSDistantObject + + +[Previous] +[Up] +[Next] +

NSDistantObject

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDistantObject

+

NSDistantObject

+

Declared in: Foundation/NSDistantObject.h

+

Inherits from: NSProxy

+

Conforms to: NSCoding +

+
+ + + +
+

proxyWithLocal:connection:

++ (NSDistantObject*) proxyWithLocal: (id)anObject connection: (NSConnection*)aConnection
+ + +
+

proxyWithTarget:

++ (NSDistantObject*) proxyWithTarget: (id)remoteObject
+ + +
+

connectionForProxy

+- (NSConnection*) connectionForProxy
+ + +
+

initWithLocal:connection:

+- (id) initWithLocal: (id)anObject connection: (NSConnection*)aConnection
+ + +
+

initWithTarget:

+- (id) initWithTarget: (id)remoteObject
+ + +
+

setProtocolForProxy:

+- (void) setProtocolForProxy: (Protocol*)aProtocol
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDistantObjectRequest.html b/Documentation/gsdoc/NSDistantObjectRequest.html new file mode 100644 index 000000000..55a118cbd --- /dev/null +++ b/Documentation/gsdoc/NSDistantObjectRequest.html @@ -0,0 +1,52 @@ + +NSDistantObjectRequest + + +[Previous] +[Up] +[Next] +

NSDistantObjectRequest

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDistantObjectRequest

+

NSDistantObjectRequest

+

Declared in: Foundation/NSConnection.h

+

Inherits from: NSObject

+
+ + + +
+

connection

+- (NSConnection*) connection
+ + +
+

conversation

+- (id) conversation
+ + +
+

invocation

+- (NSInvocation*) invocation
+ + +
+

replyWithException:

+- (void) replyWithException: (NSException*)exception
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDistributedLock.html b/Documentation/gsdoc/NSDistributedLock.html new file mode 100644 index 000000000..49580cda2 --- /dev/null +++ b/Documentation/gsdoc/NSDistributedLock.html @@ -0,0 +1,66 @@ + +NSDistributedLock + + +[Previous] +[Up] +[Next] +

NSDistributedLock

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDistributedLock

+

NSDistributedLock

+

Declared in: Foundation/NSDistributedLock.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

lockWithPath:

++ (NSDistributedLock*) lockWithPath: (NSString*)aPath
+ + +
+

breakLock

+- (void) breakLock
+ + +
+

initWithPath:

+- (NSDistributedLock*) initWithPath: (NSString*)aPath
+ + +
+

lockDate

+- (NSDate*) lockDate
+ + +
+

tryLock

+- (BOOL) tryLock
+ + +
+

unlock

+- (void) unlock
+ + +
+ + + diff --git a/Documentation/gsdoc/NSDistributedNotificationCenter.html b/Documentation/gsdoc/NSDistributedNotificationCenter.html new file mode 100644 index 000000000..387ac182e --- /dev/null +++ b/Documentation/gsdoc/NSDistributedNotificationCenter.html @@ -0,0 +1,96 @@ + +NSDistributedNotificationCenter + + +[Previous] +[Up] +[Next] +

NSDistributedNotificationCenter

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSDistributedNotificationCenter

+

NSDistributedNotificationCenter

+

Declared in: Foundation/NSDistributedNotificationCenter.h

+

Inherits from: NSNotificationCenter

+

Conforms to: NSObject +

+
+ + + +
+

defaultCenter

++ (NSNotificationCenter*) defaultCenter
+ + +
+

notificationCenterForType:

++ (NSDistributedNotificationCenter*) notificationCenterForType: (NSString*)type
+ + +
+

addObserver:selector:name:

+- (void) addObserver: (id)anObserver selector: (SEL)aSelector name: (NSString*)notificationName
+ + +
+

addObserver:selector:name:object:suspensionBehavior:

+- (void) addObserver: (id)anObserver selector: (SEL)aSelector name: (NSString*)notificationName object: (NSString*)anObject suspensionBehavior: (NSNotificationSuspensionBehavior)suspensionBehavior
+ + +
+

postNotification:

+- (void) postNotification: (NSNotification*)notification
+ + +
+

postNotificationName:

+- (void) postNotificationName: (NSString*)notificationName
+ + +
+

postNotificationName:object:userInfo:

+- (void) postNotificationName: (NSString*)notificationName object: (NSString*)anObject userInfo: (NSDictionary*)userInfo
+ + +
+

postNotificationName:object:userInfo:deliverImmediately:

+- (void) postNotificationName: (NSString*)notificationName object: (NSString*)anObject userInfo: (NSDictionary*)userInfo deliverImmediately: (BOOL)deliverImmediately
+ + +
+

removeObserver:name:object:

+- (void) removeObserver: (id)anObserver name: (NSString*)notificationName object: (NSString*)anObject
+ + +
+

setSuspended:

+- (void) setSuspended: (BOOL)suspended
+ + +
+

suspended

+- (BOOL) suspended
+ + +
+ + + diff --git a/Documentation/gsdoc/NSEnumerator.html b/Documentation/gsdoc/NSEnumerator.html new file mode 100644 index 000000000..c9980a8cc --- /dev/null +++ b/Documentation/gsdoc/NSEnumerator.html @@ -0,0 +1,42 @@ + +NSEnumerator + + +[Previous] +[Up] +[Next] +

NSEnumerator

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSEnumerator

+

NSEnumerator

+

Declared in: Foundation/NSUtilities.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

allObjects

+- (NSArray*) allObjects
+ + +
+

nextObject

+- (id) nextObject
+ + +
+ + + diff --git a/Documentation/gsdoc/NSException.html b/Documentation/gsdoc/NSException.html new file mode 100644 index 000000000..9ff055cbb --- /dev/null +++ b/Documentation/gsdoc/NSException.html @@ -0,0 +1,84 @@ + +NSException + + +[Previous] +[Up] +[Next] +

NSException

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSException

+

NSException

+

Declared in: Foundation/NSException.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

exceptionWithName:reason:userInfo:

++ (NSException*) exceptionWithName: (NSString*)name reason: (NSString*)reason userInfo: (NSDictionary*)userInfo
+ + +
+

raise:format:

++ (void) raise: (NSString*)name format: (NSString*)format, ...
+ + +
+

raise:format:arguments:

++ (void) raise: (NSString*)name format: (NSString*)format arguments: (va_list)argList
+ + +
+

description

+- (NSString*) description
+ + +
+

initWithName:reason:userInfo:

+- (id) initWithName: (NSString*)name reason: (NSString*)reason userInfo: (NSDictionary*)userInfo
+ + +
+

name

+- (NSString*) name
+ + +
+

raise

+- (void) raise
+ + +
+

reason

+- (NSString*) reason
+ + +
+

userInfo

+- (NSDictionary*) userInfo
+ + +
+ + + diff --git a/Documentation/gsdoc/NSFileHandle.html b/Documentation/gsdoc/NSFileHandle.html new file mode 100644 index 000000000..894c4eed1 --- /dev/null +++ b/Documentation/gsdoc/NSFileHandle.html @@ -0,0 +1,156 @@ + +NSFileHandle + + +[Previous] +[Up] +[Next] +

NSFileHandle

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSFileHandle

+

NSFileHandle

+

Declared in: Foundation/NSFileHandle.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

acceptConnectionInBackgroundAndNotify

+- (void) acceptConnectionInBackgroundAndNotify
+ + +
+

acceptConnectionInBackgroundAndNotifyForModes:

+- (void) acceptConnectionInBackgroundAndNotifyForModes: (NSArray*)modes
+ + +
+

availableData

+- (NSData*) availableData
+ + +
+

closeFile

+- (void) closeFile
+ + +
+

fileDescriptor

+- (int) fileDescriptor
+ + +
+

initWithFileDescriptor:

+- (id) initWithFileDescriptor: (int)fileDescriptor
+ + +
+

initWithFileDescriptor:

+- (id) initWithFileDescriptor: (int)fileDescriptor
+ + +
+

offsetInFile

+- (unsigned long long) offsetInFile
+ + +
+

readDataOfLength:

+- (NSData*) readDataOfLength: (unsigned int)length
+ + +
+

readDataToEndFile

+- (NSData*) readDataToEndFile
+ + +
+

readInBackgroundAndNotify

+- (void) readInBackgroundAndNotify
+ + +
+

readInBackgroundAndNotifyForModes:

+- (void) readInBackgroundAndNotifyForModes: (NSArray*)modes
+ + +
+

readToEndOfFileInBackgroundAndNotify

+- (void) readToEndOfFileInBackgroundAndNotify
+ + +
+

readToEndOfFileInBackgroundAndNotifyForModes:

+- (void) readToEndOfFileInBackgroundAndNotifyForModes: (NSArray*)modes
+ + +
+

seekToEndOfFile

+- (unsigned long long) seekToEndOfFile
+ + +
+

seekToFileOffset:

+- (void) seekToFileOffset: (unsigned long long)offset
+ + +
+

synchronizeFile

+- (void) synchronizeFile
+ + +
+

truncateFileAtOffset:

+- (void) truncateFileAtOffset: (unsigned long long)offset
+ + +
+

waitForDataInBackgroundAndNotify

+- (void) waitForDataInBackgroundAndNotify
+ + +
+

waitForDataInBackgroundAndNotifyForModes:

+- (void) waitForDataInBackgroundAndNotifyForModes: (NSArray*)modes
+ + +
+

writeData:

+- (void) writeData: (NSData*)data
+ + +
+ + + diff --git a/Documentation/gsdoc/NSFileManager.html b/Documentation/gsdoc/NSFileManager.html new file mode 100644 index 000000000..200b45b70 --- /dev/null +++ b/Documentation/gsdoc/NSFileManager.html @@ -0,0 +1,204 @@ + +NSFileManager + + +[Previous] +[Up] +[Next] +

NSFileManager

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSFileManager

+

NSFileManager

+

Declared in: Foundation/NSFileManager.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

defaultManager

++ (NSFileManager*) defaultManager
+ + +
+

changeCurrentDirectoryPath:

+- (BOOL) changeCurrentDirectoryPath: (NSString*)path
+ + +
+

changeFileAttributes:

+- (BOOL) changeFileAttributes: (NSDictionary*)attributes
+ + +
+

contentsAtPath:

+- (NSData*) contentsAtPath: (NSString*)path
+ + +
+

contentsEqualAtPath:andPath:

+- (BOOL) contentsEqualAtPath: (NSString*)path1 andPath: (NSString*)path2
+ + +
+

copyPath:toPath:handler:

+- (BOOL) copyPath: (NSString*)source toPath: (NSString*)destination handler: handler
+ + +
+

createDirectoryAtPath:attributes:

+- (BOOL) createDirectoryAtPath: (NSString*)path attributes: (NSDictionary*)attributes
+ + +
+

createFileAtPath:contents:attributes:

+- (BOOL) createFileAtPath: (NSString*)path contents: (NSData*)contents attributes: (NSDictionary*)attributes
+ + +
+

createSymbolicLinkAtPath:pathContent:

+- (BOOL) createSymbolicLinkAtPath: (NSString*)path pathContent: (NSString*)otherPath
+ + +
+

currentDirectoryPath

+- (NSString*) currentDirectoryPath
+ + +
+

directoryContentsAtPath:

+- (NSArray*) directoryContentsAtPath: (NSString*)path
+ + +
+

enumeratorAtPath:

+- (NSDirectoryEnumerator*) enumeratorAtPath: (NSString*)path
+ + +
+

fileAttributesAtPath:traverseLink:

+- (NSDictionary*) fileAttributesAtPath: (NSString*)path traverseLink: (BOOL)flag
+ + +
+

fileExistsAtPath:

+- (BOOL) fileExistsAtPath: (NSString*)path
+ + +
+

fileExistsAtPath:isDirectory:

+- (BOOL) fileExistsAtPath: (NSString*)path isDirectory: (BOOL*)isDirectory
+ + +
+

fileSystemAttributesAtPath:

+- (NSDictionary*) fileSystemAttributesAtPath: (NSString*)path
+ + +
+

fileSystemRepresentationWithPath:

+- (const char*) fileSystemRepresentationWithPath: (NSString*)path
+ + +
+

isDeletableFileAtPath:

+- (BOOL) isDeletableFileAtPath: (NSString*)path
+ + +
+

isExecutableFileAtPath:

+- (BOOL) isExecutableFileAtPath: (NSString*)path
+ + +
+

isReadableFileAtPath:

+- (BOOL) isReadableFileAtPath: (NSString*)path
+ + +
+

isWritableFileAtPath:

+- (BOOL) isWritableFileAtPath: (NSString*)path
+ + +
+

linkPath:toPath:handler:

+- (BOOL) linkPath: (NSString*)source toPath: (NSString*)destination handler: handler
+ + +
+

movePath:toPath:handler:

+- (BOOL) movePath: (NSString*)source toPath: (NSString*)destination handler: handler
+ + +
+

pathContentOfSymbolicLinkAtPath:

+- (NSString*) pathContentOfSymbolicLinkAtPath: (NSString*)cStringPath
+ + +
+

removeFileAtPath:handler:

+- (BOOL) removeFileAtPath: (NSString*)path handler: handler
+ + +
+

stringWithFileSystemRepresentation:

+- (NSString*) stringWithFileSystemRepresentation: (const char*)string
+ + +
+

subpathsAtPath:

+- (NSArray*) subpathsAtPath: (NSString*)path
+ + +
+

fileManager:shouldProceedAfterError:

+- (BOOL) fileManager: (NSFileManager*)manager shouldProceedAfterError: (NSDictionary*)errorInfo
+ + +
+

fileManager:willProcessPath:

+- (BOOL) fileManager: (NSFileManager*)manager willProcessPath: (NSString*)path
+ + +
+ + + diff --git a/Documentation/gsdoc/NSFormatter.html b/Documentation/gsdoc/NSFormatter.html new file mode 100644 index 000000000..8e918959e --- /dev/null +++ b/Documentation/gsdoc/NSFormatter.html @@ -0,0 +1,60 @@ + +NSFormatter + + +[Previous] +[Up] +[Next] +

NSFormatter

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSFormatter

+

NSFormatter

+

Declared in: Foundation/NSFormatter.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

attributedStringForObjectValue:withDefaultAttributes:

+- (NSAttributedString*) attributedStringForObjectValue: (id)anObject withDefaultAttributes: (NSDictionary*)attributes
+ + +
+

editingStringForObjectValue:

+- (NSString*) editingStringForObjectValue: (id)anObject
+ + +
+

getObjectValue:forString:errorDescription:

+- (BOOL) getObjectValue: (id*)anObject forString: (NSString*)string errorDescription: (NSString**)error
+ + +
+

isPartialStringValid:

+- (BOOL) isPartialStringValid:
+ + +
+

stringForObjectValue:

+- (NSString*) stringForObjectValue: (id)anObject
+ + +
+ + + diff --git a/Documentation/gsdoc/NSHost.html b/Documentation/gsdoc/NSHost.html new file mode 100644 index 000000000..3803c5204 --- /dev/null +++ b/Documentation/gsdoc/NSHost.html @@ -0,0 +1,96 @@ + +NSHost + + +[Previous] +[Up] +[Next] +

NSHost

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSHost

+

NSHost

+

Declared in: Foundation/NSHost.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

currentHost

++ (NSHost*) currentHost
+ + +
+

flushHostCache

++ (void) flushHostCache
+ + +
+

hostWithAddress:

++ (NSHost*) hostWithAddress: (NSString*)address
+ + +
+

hostWithName:

++ (NSHost*) hostWithName: (NSString*)name
+ + +
+

isHostCacheEnabled

++ (BOOL) isHostCacheEnabled
+ + +
+

setHostCacheEnabled:

++ (void) setHostCacheEnabled: (BOOL)flag
+ + +
+

address

+- (NSString*) address
+ + +
+

addresses

+- (NSArray*) addresses
+ + +
+

isEqualToHost:

+- (BOOL) isEqualToHost: (NSHost*)aHost
+ + +
+

name

+- (NSString*) name
+ + +
+

names

+- (NSArray*) names
+ + +
+ + + diff --git a/Documentation/gsdoc/NSInvocation.html b/Documentation/gsdoc/NSInvocation.html new file mode 100644 index 000000000..b5b6811ea --- /dev/null +++ b/Documentation/gsdoc/NSInvocation.html @@ -0,0 +1,114 @@ + +NSInvocation + + +[Previous] +[Up] +[Next] +

NSInvocation

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSInvocation

+

NSInvocation

+

Declared in: Foundation/NSInvocation.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

invocationWithMethodSignature:

++ (NSInvocation*) invocationWithMethodSignature: (NSMethodSignature*)signature
+ + +
+

argumentsRetained

+- (BOOL) argumentsRetained
+ + +
+

getArgument:atIndex:

+- (void) getArgument: (void*)buffer atIndex: (int)index
+ + +
+

getReturnValue:

+- (void) getReturnValue: (void*)buffer
+ + +
+

invoke

+- (void) invoke
+ + +
+

invokeWithTarget:

+- (void) invokeWithTarget: (id)anObject
+ + +
+

methodSignature

+- (NSMethodSignature*) methodSignature
+ + +
+

retainArguments

+- (void) retainArguments
+ + +
+

selector

+- (SEL) selector
+ + +
+

setArgument:atIndex:

+- (void) setArgument: (void*)buffer atIndex: (int)index
+ + +
+

setReturnValue:

+- (void) setReturnValue: (void*)buffer
+ + +
+

setSelector:

+- (void) setSelector: (SEL)selector
+ + +
+

setTarget:

+- (void) setTarget: (id)anObject
+ + +
+

target

+- (id) target
+ + +
+ + + diff --git a/Documentation/gsdoc/NSLock.html b/Documentation/gsdoc/NSLock.html new file mode 100644 index 000000000..fdec184c1 --- /dev/null +++ b/Documentation/gsdoc/NSLock.html @@ -0,0 +1,42 @@ + +NSLock + + +[Previous] +[Up] +[Next] +

NSLock

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSLock

+

NSLock

+

Declared in: Foundation/NSLock.h

+

Inherits from: NSObject

+

Conforms to: NSLocking +

+
+ + + +
+

lockBeforeDate:

+- (BOOL) lockBeforeDate: (NSDate*)limit
+ + +
+

tryLock

+- (BOOL) tryLock
+ + +
+ + + diff --git a/Documentation/gsdoc/NSMethodSignature.html b/Documentation/gsdoc/NSMethodSignature.html new file mode 100644 index 000000000..bddbb6916 --- /dev/null +++ b/Documentation/gsdoc/NSMethodSignature.html @@ -0,0 +1,66 @@ + +NSMethodSignature + + +[Previous] +[Up] +[Next] +

NSMethodSignature

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSMethodSignature

+

NSMethodSignature

+

Declared in: Foundation/NSMethodSignature.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

getArgumentTypeAtIndex:

+- (const char*) getArgumentTypeAtIndex: (unsigned int)index
+ + +
+

frameLength

+- (unsigned int) frameLength
+ + +
+

isOneway

+- (BOOL) isOneway
+ + +
+

methodReturnLength

+- (unsigned int) methodReturnLength
+ + +
+

methodReturnType

+- (char*) methodReturnType
+ + +
+

numberOfArguments

+- (unsigned int) numberOfArguments
+ + +
+ + + diff --git a/Documentation/gsdoc/NSMutableArray.html b/Documentation/gsdoc/NSMutableArray.html new file mode 100644 index 000000000..066a9b5c4 --- /dev/null +++ b/Documentation/gsdoc/NSMutableArray.html @@ -0,0 +1,156 @@ + +NSMutableArray + + +[Previous] +[Up] +[Next] +

NSMutableArray

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSMutableArray

+

NSMutableArray

+

Declared in: Foundation/NSArray.h

+

Inherits from: NSArray

+

Conforms to: NSCoding +

+
+ + + +
+

arrayWithCapacity:

++ (id) arrayWithCapacity: (unsigned int)numItems
+ + +
+

addObject:

+- (void) addObject: (id)anObject
+ + +
+

addObjectsFromArray:

+- (void) addObjectsFromArray: (NSArray*)otherArray
+ + +
+

initWithCapacity:

+- (id) initWithCapacity: (unsigned int)numItems
+ + +
+

insertObject:

+- (void) insertObject: (id)anObject
+ + +
+

removeAllObjects

+- (void) removeAllObjects
+ + +
+

removeLastObject

+- (void) removeLastObject
+ + +
+

removeObject:

+- (void) removeObject: (id)anObject
+ + +
+

removeObject:

+- (void) removeObject: (id)anObject
+ + +
+

removeObjectAtIndex:

+- (void) removeObjectAtIndex: (unsigned int)index
+ + +
+

removeObjectIdenticalTo:

+- (void) removeObjectIdenticalTo: (id)anObject
+ + +
+

removeObjectIdenticalTo:

+- (void) removeObjectIdenticalTo: (id)anObject
+ + +
+

removeObjectsFromIndices:numIndices:

+- (void) removeObjectsFromIndices: (unsigned int*)indices numIndices: (unsigned int)count
+ + +
+

removeObjectsInArray:

+- (void) removeObjectsInArray: (NSArray*)otherArray
+ + +
+

removeObjectsInRange:

+- (void) removeObjectsInRange: (NSRange)aRange
+ + +
+

replaceObjectAtIndex:withObject:

+- (void) replaceObjectAtIndex: (unsigned int)index withObject: (id)anObject
+ + +
+

replaceObjectsInRange:withObjectsFromArray:

+- (void) replaceObjectsInRange: (NSRange)aRange withObjectsFromArray: (NSArray*)otherArray
+ + +
+

replaceObjectsInRange:withObjectsFromArray:

+- (void) replaceObjectsInRange: (NSRange)aRange withObjectsFromArray: (NSArray*)otherArray
+ + +
+

setArray:

+- (void) setArray: (NSArray*)otherArray
+ + +
+

sortUsingFunction:context:

+- (void) sortUsingFunction: (int(*)(id,id,void*))compare context: (void*)context
+ + +
+

sortUsingSelector:

+- (void) sortUsingSelector: (SEL)comparator
+ + +
+ + + diff --git a/Documentation/gsdoc/NSMutableAttributedString.html b/Documentation/gsdoc/NSMutableAttributedString.html new file mode 100644 index 000000000..f3b02727a --- /dev/null +++ b/Documentation/gsdoc/NSMutableAttributedString.html @@ -0,0 +1,108 @@ + +NSMutableAttributedString + + +[Previous] +[Up] +[Next] +

NSMutableAttributedString

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSMutableAttributedString

+

NSMutableAttributedString

+

Declared in: Foundation/NSAttributedString.h

+

Inherits from: NSAttributedString

+

Conforms to: NSCoding +

+
+ + + +
+

addAttribute:value:

+- (void) addAttribute: (NSString*)name value: (id)value
+ + +
+

addAttributes:

+- (void) addAttributes: (NSDictionary*)attributes
+ + +
+

appendAttributedString:

+- (void) appendAttributedString: (NSAttributedString*)attributedString
+ + +
+

beginEditing

+- (void) beginEditing
+ + +
+

deleteCharactersInRange:

+- (void) deleteCharactersInRange: (NSRange)aRange
+ + +
+

endEditing

+- (void) endEditing
+ + +
+

insertAttributedString:

+- (void) insertAttributedString: (NSAttributedString*)attributedString
+ + +
+

mutableString

+- (NSMutableString*) mutableString
+ + +
+

removeAttribute:range:

+- (void) removeAttribute: (NSString*)name range: (NSRange)aRange
+ + +
+

replaceCharactersInRange:withAttributedString:

+- (void) replaceCharactersInRange: (NSRange)aRange withAttributedString: (NSAttributedString*)attributedString
+ + +
+

replaceCharactersInRange:withString:

+- (void) replaceCharactersInRange: (NSRange)aRange withString: (NSString*)aString
+ + +
+

setAttributedString:

+- (void) setAttributedString: (NSAttributedString*)attributedString
+ + +
+

setAttributes:

+- (void) setAttributes: (NSDictionary*)attributes
+ + +
+ + + diff --git a/Documentation/gsdoc/NSMutableCharacterSet.html b/Documentation/gsdoc/NSMutableCharacterSet.html new file mode 100644 index 000000000..ccafae63a --- /dev/null +++ b/Documentation/gsdoc/NSMutableCharacterSet.html @@ -0,0 +1,72 @@ + +NSMutableCharacterSet + + +[Previous] +[Up] +[Next] +

NSMutableCharacterSet

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSMutableCharacterSet

+

NSMutableCharacterSet

+

Declared in: Foundation/NSCharacterSet.h

+

Inherits from: NSCharacterSet

+

Conforms to: NSCoding +

+
+ + + +
+

addCharactersInRange:

+- (void) addCharactersInRange: (NSRange)aRange
+ + +
+

addCharactersInString:

+- (void) addCharactersInString: (NSString*)aString
+ + +
+

formIntersectionWithCharacterSet:

+- (void) formIntersectionWithCharacterSet: (NSCharacterSet*)otherSet
+ + +
+

formUnionWithCharacterSet:

+- (void) formUnionWithCharacterSet: (NSCharacterSet*)otherSet
+ + +
+

invert

+- (void) invert
+ + +
+

removeCharactersInRange:

+- (void) removeCharactersInRange: (NSRange)aRange
+ + +
+

removeCharactersInString:

+- (void) removeCharactersInString: (NSString*)aString
+ + +
+ + + diff --git a/Documentation/gsdoc/NSMutableData.html b/Documentation/gsdoc/NSMutableData.html new file mode 100644 index 000000000..14d83b413 --- /dev/null +++ b/Documentation/gsdoc/NSMutableData.html @@ -0,0 +1,143 @@ + +NSMutableData + + +[Previous] +[Up] +[Next] +

NSMutableData

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSMutableData

+

NSMutableData

+

Declared in: Foundation/NSData.h

+

Conforms to: NSCoding +

+
+ + + +
+

allocWithZone:

++ (id) allocWithZone: (NSZone*)zone
+ + +
+

dataWithCapacity:

++ (id) dataWithCapacity: (unsigned int)aNumItems
+ + +
+

dataWithLength:

++ (id) dataWithLength: (unsigned int)length
+ + +
+

appendBytes:length:

+- (void) appendBytes: (const void*)bytes length: (unsigned int)length
+ + +
+

appendData:

+- (void) appendData: (NSData*)otherData
+ + +
+

increaseLengthBy:

+- (void) increaseLengthBy: (unsigned int)extraLength
+ + +
+

initWithCapacity:

+- (id) initWithCapacity: (unsigned int)capacity
+ + +
+

initWithLength:

+- (id) initWithLength: (unsigned int)length
+ + +
+

mutableBytes

+- (void*) mutableBytes
+ + +
+

replaceBytesInRange:withBytes:

+- (void) replaceBytesInRange: (NSRange)range withBytes: (const void*)bytes
+ + +
+

resetBytesInRange:

+- (void) resetBytesInRange: (NSRange)range
+ + +
+

serializeAlignedBytesLength:

+- (void) serializeAlignedBytesLength: (unsigned int)length
+ + +
+

serializeDataAt:ofObjCType:context:

+- (void) serializeDataAt: (const void*)data ofObjCType: (const char*)type context: (id<NSObjCTypeSerializationCallBack>)callback
+ + +
+

serializeInt:

+- (void) serializeInt: (int)value
+ + +
+

serializeInt:atIndex:

+- (void) serializeInt: (int)value atIndex: (unsigned int)index
+ + +
+

serializeInts:

+- (void) serializeInts: (int*)intBuffer
+ + +
+

serializeInts:count:atIndex:

+- (void) serializeInts: (int*)intBuffer count: (unsigned int)numInts atIndex: (unsigned int)index
+ + +
+

setData:

+- (void) setData: (NSData*)aData
+ + +
+

setLength:

+- (void) setLength: (unsigned int)length
+ + +
+ + + diff --git a/Documentation/gsdoc/NSMutableDictionary.html b/Documentation/gsdoc/NSMutableDictionary.html new file mode 100644 index 000000000..8fe62b299 --- /dev/null +++ b/Documentation/gsdoc/NSMutableDictionary.html @@ -0,0 +1,84 @@ + +NSMutableDictionary + + +[Previous] +[Up] +[Next] +

NSMutableDictionary

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSMutableDictionary

+

NSMutableDictionary

+

Declared in: Foundation/NSDictionary.h

+

Inherits from: NSDictionary

+

Conforms to: NSCoding +

+
+ + + +
+

allocWithZone:

++ (id) allocWithZone: (NSZone*)zone
+ + +
+

dictionaryWithCapacity:

++ (id) dictionaryWithCapacity: (unsigned int)numItems
+ + +
+

addEntriesFromDictionary:

+- (void) addEntriesFromDictionary: (NSDictionary*)otherDictionary
+ + +
+

initWithCapacity:

+- (id) initWithCapacity: (unsigned int)numItems
+ + +
+

removeAllObjects

+- (void) removeAllObjects
+ + +
+

removeObjectForKey:

+- (void) removeObjectForKey: (id)aKey
+ + +
+

removeObjectsForKeys:

+- (void) removeObjectsForKeys: (NSArray*)keyArray
+ + +
+

setDictionary:

+- (void) setDictionary: (NSDictionary*)otherDictionary
+ + +
+

setObject:

+- (void) setObject: (id)anObject
+ + +
+ + + diff --git a/Documentation/gsdoc/NSMutableSet.html b/Documentation/gsdoc/NSMutableSet.html new file mode 100644 index 000000000..fc57ab2be --- /dev/null +++ b/Documentation/gsdoc/NSMutableSet.html @@ -0,0 +1,96 @@ + +NSMutableSet + + +[Previous] +[Up] +[Next] +

NSMutableSet

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSMutableSet

+

NSMutableSet

+

Declared in: Foundation/NSSet.h

+

Inherits from: NSSet

+

Conforms to: NSCoding +

+
+ + + +
+

allocWithZone:

++ (id) allocWithZone: (NSZone*)zone
+ + +
+

setWithCapacity:

++ (id) setWithCapacity: (unsigned int)numItems
+ + +
+

addObject:

+- (void) addObject: (id)anObject
+ + +
+

addObjectsFromArray:

+- (void) addObjectsFromArray: (NSArray*)anArray
+ + +
+

initWithCapacity:

+- (id) initWithCapacity: (unsigned int)numItems
+ + +
+

intersectSet:

+- (void) intersectSet: (NSSet*)otherSet
+ + +
+

minusSet:

+- (void) minusSet: (NSSet*)otherSet
+ + +
+

removeAllObjects

+- (void) removeAllObjects
+ + +
+

removeObject:

+- (void) removeObject: (id)anObject
+ + +
+

setSet:

+- (void) setSet: (NSSet*)otherSet
+ + +
+

unionSet:

+- (void) unionSet: (NSSet*)otherSet
+ + +
+ + + diff --git a/Documentation/gsdoc/NSMutableString.html b/Documentation/gsdoc/NSMutableString.html new file mode 100644 index 000000000..55eb8a1e3 --- /dev/null +++ b/Documentation/gsdoc/NSMutableString.html @@ -0,0 +1,78 @@ + +NSMutableString + + +[Previous] +[Up] +[Next] +

NSMutableString

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSMutableString

+

NSMutableString

+

Declared in: Foundation/NSString.h

+

Inherits from: NSString

+

Conforms to: NSCoding +

+
+ + + +
+

stringWithCapacity:

++ (NSMutableString*) stringWithCapacity: (unsigned int)capacity
+ + +
+

appendFormat:

+- (void) appendFormat: (NSString*)format,
+ + +
+

appendString:

+- (void) appendString: (NSString*)aString
+ + +
+

deleteCharactersInRange:

+- (void) deleteCharactersInRange: (NSRange)aRange
+ + +
+

initWithCapacity:

+- (id) initWithCapacity: (unsigned int)capacity
+ + +
+

insertString:

+- (void) insertString: (NSString*)aString
+ + +
+

replaceCharactersInRange:withString:

+- (void) replaceCharactersInRange: (NSRange)aRange withString: (NSString*)aString
+ + +
+

setString:

+- (void) setString: (NSString*)aString
+ + +
+ + + diff --git a/Documentation/gsdoc/NSNotification.html b/Documentation/gsdoc/NSNotification.html new file mode 100644 index 000000000..39aca4a7c --- /dev/null +++ b/Documentation/gsdoc/NSNotification.html @@ -0,0 +1,60 @@ + +NSNotification + + +[Previous] +[Up] +[Next] +

NSNotification

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSNotification

+

NSNotification

+

Declared in: Foundation/NSNotification.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

notificationWithName:object:

++ (id) notificationWithName: (NSString*)aName object: (id)anObject
+ + +
+

notificationWithName:object:userInfo:

++ (id) notificationWithName: (NSString*)aName object: (id)anObject userInfo: (NSDictionary*)userInfo
+ + +
+

name

+- (NSString*) name
+ + +
+

object

+- (id) object
+ + +
+

userInfo

+- (NSDictionary*) userInfo
+ + +
+ + + diff --git a/Documentation/gsdoc/NSNotificationCenter.html b/Documentation/gsdoc/NSNotificationCenter.html new file mode 100644 index 000000000..a84844306 --- /dev/null +++ b/Documentation/gsdoc/NSNotificationCenter.html @@ -0,0 +1,72 @@ + +NSNotificationCenter + + +[Previous] +[Up] +[Next] +

NSNotificationCenter

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSNotificationCenter

+

NSNotificationCenter

+

Declared in: Foundation/NSNotification.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

defaultCenter

++ (NSNotificationCenter*) defaultCenter
+ + +
+

addObserver:selector:name:

+- (void) addObserver: (id)anObserver selector: (SEL)aSelector name: (NSString*)notificationName
+ + +
+

postNotification:

+- (void) postNotification: (NSNotification*)notification
+ + +
+

postNotificationName:

+- (void) postNotificationName: (NSString*)notificationName
+ + +
+

postNotificationName:object:userInfo:

+- (void) postNotificationName: (NSString*)notificationName object: (id)anObject userInfo: (NSDictionary*)userInfo
+ + +
+

removeObserver:

+- (void) removeObserver: (id)anObserver
+ + +
+

removeObserver:name:object:

+- (void) removeObserver: (id)anObserver name: (NSString*)notificationName object: (id)anObject
+ + +
+ + + diff --git a/Documentation/gsdoc/NSNotificationQueue.html b/Documentation/gsdoc/NSNotificationQueue.html new file mode 100644 index 000000000..a48b1d39e --- /dev/null +++ b/Documentation/gsdoc/NSNotificationQueue.html @@ -0,0 +1,60 @@ + +NSNotificationQueue + + +[Previous] +[Up] +[Next] +

NSNotificationQueue

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSNotificationQueue

+

NSNotificationQueue

+

Declared in: Foundation/NSNotificationQueue.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

defaultQueue

++ (NSNotificationQueue*) defaultQueue
+ + +
+

dequeueNotificationsMatching:

+- (void) dequeueNotificationsMatching: (NSNotification*)notification
+ + +
+

enqueueNotification:

+- (void) enqueueNotification: (NSNotification*)notification
+ + +
+

enqueueNotification:postingStyle:coalesceMask:

+- (void) enqueueNotification: (NSNotification*)notification postingStyle: (NSPostingStyle)postingStyle coalesceMask: (unsigned int)coalesceMask
+ + +
+

initWithNotificationCenter:

+- (id) initWithNotificationCenter: (NSNotificationCenter*)notificationCenter
+ + +
+ + + diff --git a/Documentation/gsdoc/NSNumber.html b/Documentation/gsdoc/NSNumber.html new file mode 100644 index 000000000..6dd6074b0 --- /dev/null +++ b/Documentation/gsdoc/NSNumber.html @@ -0,0 +1,300 @@ + +NSNumber + + +[Previous] +[Up] +[Next] +

NSNumber

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSNumber

+

NSNumber

+

Declared in: Foundation/NSValue.h

+

Inherits from: NSValue

+

Conforms to: NSCoding +

+
+ + + +
+

numberWithBool:

++ (NSNumber*) numberWithBool: (BOOL)value
+ + +
+

numberWithChar:

++ (NSNumber*) numberWithChar: (char)value
+ + +
+

numberWithDouble:

++ (NSNumber*) numberWithDouble: (double)value
+ + +
+

numberWithFloat:

++ (NSNumber*) numberWithFloat: (float)value
+ + +
+

numberWithInt:

++ (NSNumber*) numberWithInt: (int)value
+ + +
+

numberWithLong:

++ (NSNumber*) numberWithLong: (long int)value
+ + +
+

numberWithLongLong:

++ (NSNumber*) numberWithLongLong: (long long int)value
+ + +
+

numberWithShort:

++ (NSNumber*) numberWithShort: (short int)value
+ + +
+

numberWithUnsignedChar:

++ (NSNumber*) numberWithUnsignedChar: (unsigned char)value
+ + +
+

numberWithUnsignedInt:

++ (NSNumber*) numberWithUnsignedInt: (unsigned int)value
+ + +
+

numberWithUnsignedLong:

++ (NSNumber*) numberWithUnsignedLong: (unsigned long int)value
+ + +
+

numberWithUnsignedLongLong:

++ (NSNumber*) numberWithUnsignedLongLong: (unsigned long long int)value
+ + +
+

numberWithUnsignedShort:

++ (NSNumber*) numberWithUnsignedShort: (unsigned short int)value
+ + +
+

boolValue

+- (BOOL) boolValue
+ + +
+

charValue

+- (char) charValue
+ + +
+

compare:

+- (NSComparisonResult) compare: (NSNumber*)aNumber
+ + +
+

decimalValue

+- (NSDecimal) decimalValue
+ + +
+

description

+- (NSString*) description
+ + +
+

descriptionWithLocale:

+- (NSString*) descriptionWithLocale: (NSDictionary*)aLocale
+ + +
+

doubleValue

+- (double) doubleValue
+ + +
+

floatValue

+- (float) floatValue
+ + +
+

initWithBool:

+- (id) initWithBool: (BOOL)value
+ + +
+

initWithChar:

+- (id) initWithChar: (char)value
+ + +
+

initWithDouble:

+- (id) initWithDouble: (double)value
+ + +
+

initWithFloat:

+- (id) initWithFloat: (float)value
+ + +
+

initWithInt:

+- (id) initWithInt: (int)value
+ + +
+

initWithLong:

+- (id) initWithLong: (long int)value
+ + +
+

initWithLongLong:

+- (id) initWithLongLong: (long long int)value
+ + +
+

initWithShort:

+- (id) initWithShort: (short int)value
+ + +
+

initWithUnsignedChar:

+- (id) initWithUnsignedChar: (unsigned char)value
+ + +
+

initWithUnsignedInt:

+- (id) initWithUnsignedInt: (unsigned int)value
+ + +
+

initWithUnsignedLong:

+- (id) initWithUnsignedLong: (unsigned long int)value
+ + +
+

initWithUnsignedLongLong:

+- (id) initWithUnsignedLongLong: (unsigned long long int)value
+ + +
+

initWithUnsignedShort:

+- (id) initWithUnsignedShort: (unsigned short int)value
+ + +
+

intValue

+- (int) intValue
+ + +
+

isEqualToNumber:

+- (BOOL) isEqualToNumber: (NSNumber*)aNumber
+ + +
+

longLongValue

+- (long long int) longLongValue
+ + +
+

longValue

+- (long int) longValue
+ + +
+

shortValue

+- (short int) shortValue
+ + +
+

stringValue

+- (NSString*) stringValue
+ + +
+

unsignedCharValue

+- (unsigned char) unsignedCharValue
+ + +
+

unsignedIntValue

+- (unsigned int) unsignedIntValue
+ + +
+

unsignedLongLongValue

+- (unsigned long long int) unsignedLongLongValue
+ + +
+

unsignedLongValue

+- (unsigned long int) unsignedLongValue
+ + +
+

unsignedShortValue

+- (unsigned short int) unsignedShortValue
+ + +
+ + + diff --git a/Documentation/gsdoc/NSNumberFormatter.html b/Documentation/gsdoc/NSNumberFormatter.html new file mode 100644 index 000000000..f76947f79 --- /dev/null +++ b/Documentation/gsdoc/NSNumberFormatter.html @@ -0,0 +1,222 @@ + +NSNumberFormatter + + +[Previous] +[Up] +[Next] +

NSNumberFormatter

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSNumberFormatter

+

NSNumberFormatter

+

Declared in: Foundation/NSNumberFormatter.h

+

Inherits from: NSFormatter

+

Conforms to: NSObject +

+
+ + + +
+

allowsFloats

+- (BOOL) allowsFloats
+ + +
+

attributedStringForNil

+- (NSAttributedString*) attributedStringForNil
+ + +
+

attributedStringForNotANumber

+- (NSAttributedString*) attributedStringForNotANumber
+ + +
+

attributedStringForZero

+- (NSAttributedString*) attributedStringForZero
+ + +
+

decimalSeparator

+- (NSString*) decimalSeparator
+ + +
+

format

+- (NSString*) format
+ + +
+

hasThousandSeparators

+- (BOOL) hasThousandSeparators
+ + +
+

localizesFormat

+- (BOOL) localizesFormat
+ + +
+

maximum

+- (NSDecimalNumber*) maximum
+ + +
+

minimum

+- (NSDecimalNumber*) minimum
+ + +
+

negativeFormat

+- (NSString*) negativeFormat
+ + +
+

positiveFormat

+- (NSString*) positiveFormat
+ + +
+

roundingBehavior

+- (NSDecimalNumberHandler*) roundingBehavior
+ + +
+

setAllowsFloats:

+- (void) setAllowsFloats: (BOOL)flag
+ + +
+

setAttributedStringForNil:

+- (void) setAttributedStringForNil: (NSAttributedString*)newAttributedString
+ + +
+

setAttributedStringForNotANumber:

+- (void) setAttributedStringForNotANumber: (NSAttributedString*)newAttributedString
+ + +
+

setAttributedStringForZero:

+- (void) setAttributedStringForZero: (NSAttributedString*)newAttributedString
+ + +
+

setDecimalSeparator:

+- (void) setDecimalSeparator: (NSString*)newSeparator
+ + +
+

setFormat:

+- (void) setFormat: (NSString*)aFormat
+ + +
+

setHasThousandSeparators:

+- (void) setHasThousandSeparators: (BOOL)flag
+ + +
+

setLocalizesFormat:

+- (void) setLocalizesFormat: (BOOL)flag
+ + +
+

setMaximum:

+- (void) setMaximum: (NSDecimalNumber*)aMaximum
+ + +
+

setMinimum:

+- (void) setMinimum: (NSDecimalNumber*)aMinimum
+ + +
+

setNegativeFormat:

+- (void) setNegativeFormat: (NSString*)aFormat
+ + +
+

setPositiveFormat:

+- (void) setPositiveFormat: (NSString*)aFormat
+ + +
+

setRoundingBehavior:

+- (void) setRoundingBehavior: (NSDecimalNumberHandler*)newRoundingBehavior
+ + +
+

setTextAttributesForNegativeValues:

+- (void) setTextAttributesForNegativeValues: (NSDictionary*)newAttributes
+ + +
+

setTextAttributesForPositiveValues:

+- (void) setTextAttributesForPositiveValues: (NSDictionary*)newAttributes
+ + +
+

setThousandSeparator:

+- (void) setThousandSeparator: (NSString*)newSeparator
+ + +
+

textAttributesForNegativeValues

+- (NSDictionary*) textAttributesForNegativeValues
+ + +
+

textAttributesForPositiveValues

+- (NSDictionary*) textAttributesForPositiveValues
+ + +
+

thousandSeparator

+- (NSString*) thousandSeparator
+ + +
+ + + diff --git a/Documentation/gsdoc/NSObject.html b/Documentation/gsdoc/NSObject.html new file mode 100644 index 000000000..c1533a48f --- /dev/null +++ b/Documentation/gsdoc/NSObject.html @@ -0,0 +1,263 @@ + +NSObject + + +[Previous] +[Up] +[Next] +

NSObject

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSObject

+

NSObject

+

Declared in: Foundation/NSObject.h

+

Conforms to: NSObject +

+
+ + + +
+

alloc

++ (id) alloc
+ + +
+

allocWithZone:

++ (id) allocWithZone: (NSZone*)zone
+ + +
+

cancelPreviousPerformRequestsWithTarget:selector:

++ (void) cancelPreviousPerformRequestsWithTarget: (id)aTarget selector: (SEL)aSelector
+ + +
+

class

++ (Class) class
+ + +
+

conformsToProtocol:

++ (BOOL) conformsToProtocol: (Protocol*)aProtocol
+ + +
+

copyWithZone:

++ (id) copyWithZone: (NSZone*)zone
+ + +
+

description

++ (NSString*) description
+ + +
+

initialize

++ (void) initialize
+ + +
+

instanceMethodForSelector:

++ (IMP) instanceMethodForSelector: (SEL)aSelector
+ + +
+

instanceMethodSignatureForSelector:

++ (NSMethodSignature*) instanceMethodSignatureForSelector: (SEL)aSelector
+ + +
+

instancesRespondToSelector:

++ (BOOL) instancesRespondToSelector: (SEL)aSelector
+ + +
+

load

++ (void) load
+ + +
+

mutableCopyWithZone:

++ (id) mutableCopyWithZone: (NSZone*)zone
+ + +
+

new

++ (id) new
+ + +
+

poseAsClass:

++ (void) poseAsClass: (Class)aClass
+ + +
+

setVersion:

++ (void) setVersion: (int)aVersion
+ + +
+

superclass

++ (Class) superclass
+ + +
+

version

++ (int) version
+ + +
+

awakeAfterUsingCoder:

+- (id) awakeAfterUsingCoder: (NSCoder*)aDecoder
+ + +
+

classForArchiver

+- (Class) classForArchiver
+ + +
+

classForCoder

+- (Class) classForCoder
+ + +
+

classForPortCoder

+- (Class) classForPortCoder
+ + +
+

connection:handleRequest:

+- (BOOL) connection: (NSConnection*)connection handleRequest: (NSDistantObjectRequest*)doreq
+ + +
+

copy

+- (id) copy
+ + +
+

dealloc

+- (void) dealloc
+ + +
+

description

+- (NSString*) description
+ + +
+

doesNotRecognizeSelector:

+- (void) doesNotRecognizeSelector: (SEL)aSelector
+ + +
+

forwardInvocation:

+- (void) forwardInvocation: (NSInvocation*)anInvocation
+ + +
+

hash

+- (unsigned int) hash
+ + +
+

init

+- (id) init
+ + +
+

isEqual:

+- (BOOL) isEqual: (id)anObject
+ + +
+

methodForSelector:

+- (IMP) methodForSelector: (SEL)aSelector
+ + +
+

methodSignatureForSelector:

+- (NSMethodSignature*) methodSignatureForSelector: (SEL)aSelector
+ + +
+

mutableCopy

+- (id) mutableCopy
+ + +
+

performSelector:withObject:

+- (void) performSelector: (SEL)aSelector withObject: (id)anArgument
+ + +
+

performSelector:withObject:afterDelay:inModes:

+- (void) performSelector: (SEL)aSelector withObject: (id)anArgument afterDelay: (NSTimeInterval)delay inModes: (NSArray*)modes
+ + +
+

replacementObjectForArchiver:

+- (id) replacementObjectForArchiver: (NSArchiver*)anArchiver
+ + +
+

replacementObjectForCoder:

+- (id) replacementObjectForCoder: (NSCoder*)aCoder
+ + +
+

replacementObjectForPortCoder:

+- (id) replacementObjectForPortCoder: (NSPortCoder*)aCoder
+ + +
+ + + diff --git a/Documentation/gsdoc/NSPort.html b/Documentation/gsdoc/NSPort.html new file mode 100644 index 000000000..0918a3d05 --- /dev/null +++ b/Documentation/gsdoc/NSPort.html @@ -0,0 +1,114 @@ + +NSPort + + +[Previous] +[Up] +[Next] +

NSPort

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSPort

+

NSPort

+

Declared in: Foundation/NSPort.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

port

++ (NSPort*) port
+ + +
+

portWithMachPort:

++ (NSPort*) portWithMachPort: (int)machPort
+ + +
+

addConnection:toRunLoop:forMode:

+- (void) addConnection: (NSConnection*)connection toRunLoop: (NSRunLoop*)runLoop forMode: (NSString*)mode
+ + +
+

delegate

+- (id) delegate
+ + +
+

initWithMachPort:

+- (id) initWithMachPort: (int)machPort
+ + +
+

invalidate

+- (void) invalidate
+ + +
+

isValid

+- (BOOL) isValid
+ + +
+

machPort

+- (int) machPort
+ + +
+

removeConnection:fromRunLoop:

+- (void) removeConnection: (NSConnection*)connection fromRunLoop: (NSRunLoop*)runLoop
+ + +
+

reservedSpaceLength

+- (unsigned int) reservedSpaceLength
+ + +
+

setDelegate:

+- (void) setDelegate: (id)anObject
+ + +
+

handleMachMessage:

+- (void) handleMachMessage: (void*)machMessage
+ + +
+

handlePortMessage:

+- (void) handlePortMessage: (NSPortMessage*)portMessage
+ + +
+

limitDateForMode:

+- (NSDate*) limitDateForMode: (NSString*)mode
+ + +
+ + + diff --git a/Documentation/gsdoc/NSPortCoder.html b/Documentation/gsdoc/NSPortCoder.html new file mode 100644 index 000000000..978366d78 --- /dev/null +++ b/Documentation/gsdoc/NSPortCoder.html @@ -0,0 +1,72 @@ + +NSPortCoder + + +[Previous] +[Up] +[Next] +

NSPortCoder

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSPortCoder

+

NSPortCoder

+

Declared in: Foundation/NSPortCoder.h

+

Inherits from: NSCoder

+

Conforms to: NSObject +

+
+ + + +
+

portCoderWithReceivePort:sendPort:components:

++ (id) portCoderWithReceivePort: (NSPort*)receivePort sendPort: (NSPort*)sendPort components: (NSArray)components
+ + +
+

connection

+- (NSConnection*) connection
+ + +
+

decodePortObject

+- (NSPort*) decodePortObject
+ + +
+

dispatch

+- (void) dispatch
+ + +
+

encodePortObject:

+- (void) encodePortObject: (NSPort*)aPort
+ + +
+

isBycopy

+- (BOOL) isBycopy
+ + +
+

isByref

+- (BOOL) isByref
+ + +
+ + + diff --git a/Documentation/gsdoc/NSPortMessage.html b/Documentation/gsdoc/NSPortMessage.html new file mode 100644 index 000000000..941ae9093 --- /dev/null +++ b/Documentation/gsdoc/NSPortMessage.html @@ -0,0 +1,78 @@ + +NSPortMessage + + +[Previous] +[Up] +[Next] +

NSPortMessage

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSPortMessage

+

NSPortMessage

+

Declared in: Foundation/NSPortMessage.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

components

+- (NSArray*) components
+ + +
+

initWithMachMessage:

+- (id) initWithMachMessage: (void*)buffer
+ + +
+

initWithSendPort:receivePort:

+- (id) initWithSendPort: (NSPort*)sendPort receivePort: (NSPort*)receivePort
+ + +
+

msgid

+- (unsigned int) msgid
+ + +
+

receivePort

+- (NSPort*) receivePort
+ + +
+

sendBeforeDate:

+- (BOOL) sendBeforeDate: (NSDate*)aDate
+ + +
+

sendPort

+- (NSPort*) sendPort
+ + +
+

setMsgid:

+- (void) setMsgid: (unsigned int)msgid
+ + +
+ + + diff --git a/Documentation/gsdoc/NSPortNameServer.html b/Documentation/gsdoc/NSPortNameServer.html new file mode 100644 index 000000000..ffa19ccd1 --- /dev/null +++ b/Documentation/gsdoc/NSPortNameServer.html @@ -0,0 +1,60 @@ + +NSPortNameServer + + +[Previous] +[Up] +[Next] +

NSPortNameServer

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSPortNameServer

+

NSPortNameServer

+

Declared in: Foundation/NSPortNameServer.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

defaultPortNameServer

++ (id) defaultPortNameServer
+ + +
+

portForName:

+- (NSPort*) portForName: (NSString*)portName
+ + +
+

portForName:

+- (NSPort*) portForName: (NSString*)portName
+ + +
+

registerPort:forName:

+- (BOOL) registerPort: (NSPort*)aPort forName: (NSString*)portName
+ + +
+

removePortForName:

+- (void) removePortForName: (NSString*)portName
+ + +
+ + + diff --git a/Documentation/gsdoc/NSProcessInfo.html b/Documentation/gsdoc/NSProcessInfo.html new file mode 100644 index 000000000..b4525407a --- /dev/null +++ b/Documentation/gsdoc/NSProcessInfo.html @@ -0,0 +1,84 @@ + +NSProcessInfo + + +[Previous] +[Up] +[Next] +

NSProcessInfo

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSProcessInfo

+

NSProcessInfo

+

Declared in: Foundation/NSProcessinfo.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

processInfo

++ (NSProcessInfo*) processInfo
+ + +
+

arguments

+- (NSArray*) arguments
+ + +
+

environment

+- (NSDictionary*) environment
+ + +
+

globallyUniqueString

+- (NSString*) globallyUniqueString
+ + +
+

hostName

+- (NSString*) hostName
+ + +
+

operatingSystem

+- (unsigned int) operatingSystem
+ + +
+

operatingSystemName

+- (NSString*) operatingSystemName
+ + +
+

processName

+- (NSString*) processName
+ + +
+

setProcessName:

+- (void) setProcessName: (NSString*)newName
+ + +
+ + + diff --git a/Documentation/gsdoc/NSProtocolChecker.html b/Documentation/gsdoc/NSProtocolChecker.html new file mode 100644 index 000000000..f8ca62b7b --- /dev/null +++ b/Documentation/gsdoc/NSProtocolChecker.html @@ -0,0 +1,64 @@ + +NSProtocolChecker + + +[Previous] +[Up] +[Next] +

NSProtocolChecker

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSProtocolChecker

+

NSProtocolChecker

+

Declared in: Foundation/NSProtocolChecker.h

+

Inherits from: NSObject

+
+ + + +
+

protocolCheckerWithTarget:

++ (id) protocolCheckerWithTarget: (NSObject*)anObject
+ + +
+

forwardInvocation:

+- (void) forwardInvocation: (NSInvocation*)anInvocation
+ + +
+

initWithTarget:

+- (id) initWithTarget: (NSObject*)anObject
+ + +
+

methodDescriptionForSelector:

+- (structobjc_method_description*) methodDescriptionForSelector: (SEL)aSelector
+ + +
+

protocol

+- (Protocol*) protocol
+ + +
+

target

+- (NSObject*) target
+ + +
+ + + diff --git a/Documentation/gsdoc/NSProxy.html b/Documentation/gsdoc/NSProxy.html new file mode 100644 index 000000000..e33970796 --- /dev/null +++ b/Documentation/gsdoc/NSProxy.html @@ -0,0 +1,119 @@ + +NSProxy + + +[Previous] +[Up] +[Next] +

NSProxy

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSProxy

+

NSProxy

+

Declared in: Foundation/NSProxy.h

+

Conforms to: NSObject +

+
+ + + +
+

alloc

++ (id) alloc
+ + +
+

allocWithZone:

++ (id) allocWithZone: (NSZone*)zone
+ + +
+

class

++ (Class) class
+ + +
+

load

++ (void) load
+ + +
+

respondsToSelector:

++ (BOOL) respondsToSelector: (SEL)aSelector
+ + +
+

class

+- (Class) class
+ + +
+

conformsToProtocol:

+- (BOOL) conformsToProtocol: (Protocol)aProtocol
+ + +
+

dealloc

+- (void) dealloc
+ + +
+

description

+- (NSString*) description
+ + +
+

forwardInvocation:

+- (void) forwardInvocation: (NSInvocation*)anInvocation
+ + +
+

isKindOfClass:

+- (BOOL) isKindOfClass: (Class)aClass
+ + +
+

isMemberOfClass:

+- (BOOL) isMemberOfClass: (Class)aClass
+ + +
+

isProxy

+- (BOOL) isProxy
+ + +
+

methodSignatureForSelector:

+- (NSMethodSignature*) methodSignatureForSelector: (SEL)aSelector
+ + +
+

respondsToSelector:

+- (BOOL) respondsToSelector: (SEL)aSelector
+ + +
+ + + diff --git a/Documentation/gsdoc/NSRecursiveLock.html b/Documentation/gsdoc/NSRecursiveLock.html new file mode 100644 index 000000000..1be022e78 --- /dev/null +++ b/Documentation/gsdoc/NSRecursiveLock.html @@ -0,0 +1,42 @@ + +NSRecursiveLock + + +[Previous] +[Up] +[Next] +

NSRecursiveLock

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSRecursiveLock

+

NSRecursiveLock

+

Declared in: Foundation/NSLock.h

+

Inherits from: NSObject

+

Conforms to: NSLocking +

+
+ + + +
+

lockBeforeDate:

+- (BOOL) lockBeforeDate: (NSDate*)limit
+ + +
+

tryLock

+- (BOOL) tryLock
+ + +
+ + + diff --git a/Documentation/gsdoc/NSRunLoop.html b/Documentation/gsdoc/NSRunLoop.html new file mode 100644 index 000000000..41116d952 --- /dev/null +++ b/Documentation/gsdoc/NSRunLoop.html @@ -0,0 +1,108 @@ + +NSRunLoop + + +[Previous] +[Up] +[Next] +

NSRunLoop

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSRunLoop

+

NSRunLoop

+

Declared in: Foundation/NSRunLoop.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

currentRunLoop

++ (NSRunLoop*) currentRunLoop
+ + +
+

acceptInputForMode:beforeDate:

+- (void) acceptInputForMode: (NSString*)mode beforeDate: (NSDate*)limitDate
+ + +
+

addPort:forMode:

+- (void) addPort: (NSPort*)aPort forMode: (NSString*)mode
+ + +
+

addTimer:forMode:

+- (void) addTimer: (NSTimer*)aTimer forMode: (NSString*)mode
+ + +
+

cancelPerformSelector:target:argument:

+- (void) cancelPerformSelector: (SEL)aSelector target: (id)target argument: (id)anArgument
+ + +
+

configureAsServer

+- (void) configureAsServer
+ + +
+

currentMode

+- (NSString*) currentMode
+ + +
+

limitDateForMode:

+- (NSDate*) limitDateForMode: (NSString*)mode
+ + +
+

performSelector:target:argument:order:modes:

+- (void) performSelector: (SEL)aSelector target: (id)target argument: (id)anArgument order: (unsigned int)order modes: (NSArray*)modes
+ + +
+

removePort:forMode:

+- (void) removePort: (NSPort*)aPort forMode: (NSString*)mode
+ + +
+

run

+- (void) run
+ + +
+

runMode:beforeDate:

+- (BOOL) runMode: (NSString*)mode beforeDate: (NSDate*)limitDate
+ + +
+

runUntilDate:

+- (void) runUntilDate: (NSDate*)limitDate
+ + +
+ + + diff --git a/Documentation/gsdoc/NSScanner.html b/Documentation/gsdoc/NSScanner.html new file mode 100644 index 000000000..ecdf3d9ca --- /dev/null +++ b/Documentation/gsdoc/NSScanner.html @@ -0,0 +1,168 @@ + +NSScanner + + +[Previous] +[Up] +[Next] +

NSScanner

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSScanner

+

NSScanner

+

Declared in: Foundation/NSScanner.h

+

Inherits from: NSObject

+

Conforms to: NSCopying +

+
+ + + +
+

localizedScannerWithString:

++ (id) localizedScannerWithString: (NSString*)aString
+ + +
+

scannerWithString:

++ (id) scannerWithString: (NSString*)aString
+ + +
+

caseSensitive

+- (BOOL) caseSensitive
+ + +
+

charactersToBeSkipped

+- (NSCharacterSet*) charactersToBeSkipped
+ + +
+

initWithString:

+- (id) initWithString: (NSString*)aString
+ + +
+

isAtEnd

+- (BOOL) isAtEnd
+ + +
+

locale

+- (NSDictionary*) locale
+ + +
+

scanCharactersFromSet:intoString:

+- (BOOL) scanCharactersFromSet: (NSCharacterSet*)scanSet intoString: (NSString**)stringValue
+ + +
+

scanDecimal:

+- (BOOL) scanDecimal: (NSDecimal*)decimalValue
+ + +
+

scanDouble:

+- (BOOL) scanDouble: (double*)doubleValue
+ + +
+

scanFloat:

+- (BOOL) scanFloat: (float*)floatValue
+ + +
+

scanHexInt:

+- (BOOL) scanHexInt: (unsigned int*)intValue
+ + +
+

scanInt:

+- (BOOL) scanInt: (int*)intValue
+ + +
+

scanLocation

+- (unsigned int) scanLocation
+ + +
+

scanLongLong:

+- (BOOL) scanLongLong: (longlong*)longLongValue
+ + +
+

scanString:intoString:

+- (BOOL) scanString: (NSString*)string intoString: (NSString**)stringValue
+ + +
+

scanUpToCharactersFromSet:intoString:

+- (BOOL) scanUpToCharactersFromSet: (NSCharacterSet*)stopSet intoString: (NSString**)stringValue
+ + +
+

scanUpToString:

+- (BOOL) scanUpToString: (NSString*)stopString
+ + +
+

setCaseSensitive:

+- (void) setCaseSensitive: (BOOL)flag
+ + +
+

setCharactersToBeSkipped:

+- (void) setCharactersToBeSkipped: (NSCharacterSet*)skipSet
+ + +
+

setLocale:

+- (void) setLocale: (NSDictionary*)aLocale
+ + +
+

setScanLocation:

+- (void) setScanLocation: (unsigned int)index
+ + +
+

string

+- (NSString*) string
+ + +
+ + + diff --git a/Documentation/gsdoc/NSSerializer.html b/Documentation/gsdoc/NSSerializer.html new file mode 100644 index 000000000..26cb8dd6a --- /dev/null +++ b/Documentation/gsdoc/NSSerializer.html @@ -0,0 +1,42 @@ + +NSSerializer + + +[Previous] +[Up] +[Next] +

NSSerializer

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSSerializer

+

NSSerializer

+

Declared in: Foundation/NSSerialization.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

serializePropertyList:

++ (NSData*) serializePropertyList: (id)aPropertyList
+ + +
+

serializePropertyList:

++ (void) serializePropertyList: (id)aPropertyList
+ + +
+ + + diff --git a/Documentation/gsdoc/NSSet.html b/Documentation/gsdoc/NSSet.html new file mode 100644 index 000000000..ff7569be6 --- /dev/null +++ b/Documentation/gsdoc/NSSet.html @@ -0,0 +1,192 @@ + +NSSet + + +[Previous] +[Up] +[Next] +

NSSet

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSSet

+

NSSet

+

Declared in: Foundation/NSSet.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

allocWithZone:

++ (id) allocWithZone: (NSZone*)zone
+ + +
+

set

++ (id) set
+ + +
+

setWithArray:

++ (id) setWithArray: (NSArray*)anArray
+ + +
+

setWithObject:

++ (id) setWithObject: (id)anObject
+ + +
+

setWithObjects:

++ (id) setWithObjects: (id)anObject, ...
+ + +
+

setWithObjects:count:

++ (id) setWithObjects: (id*)objects count: (unsigned int)count
+ + +
+

setWithArray:

++ (id) setWithArray: (NSSet*)aSet
+ + +
+

allObjects

+- (NSArray*) allObjects
+ + +
+

anyObject

+- (id) anyObject
+ + +
+

containsObject:

+- (BOOL) containsObject: (id)anObject
+ + +
+

count

+- (unsigned int) count
+ + +
+

description

+- (NSString*) description
+ + +
+

descriptionWithLocale:

+- (NSString*) descriptionWithLocale: (NSDictionary*)locale
+ + +
+

initWithArray:

+- (id) initWithArray: (NSArray*)array
+ + +
+

initWithObjects:

+- (id) initWithObjects: (id)anObject, ...
+ + +
+

initWithObjects:count:

+- (id) initWithObjects: (id*)objects count: (unsigned int)count
+ + +
+

initWithSet:

+- (id) initWithSet: (NSSet*)otherSet
+ + +
+

initWithSet:copyItems:

+- (id) initWithSet: (NSSet*)otherSet copyItems: (BOOL)flag
+ + +
+

intersectsSet:

+- (BOOL) intersectsSet: (NSSet*)otherSet
+ + +
+

isEqualToSet:

+- (BOOL) isEqualToSet: (NSSet*)otherSet
+ + +
+

isSubsetOfSet:

+- (BOOL) isSubsetOfSet: (NSSet*)otherSet
+ + +
+

makeObjectsPerform:

+- (void) makeObjectsPerform: (SEL)aSelector
+ + +
+

makeObjectsPerformSelector:

+- (void) makeObjectsPerformSelector: (SEL)aSelector
+ + +
+

makeObjectsPerformSelector:withObject:

+- (void) makeObjectsPerformSelector: (SEL)aSelector withObject: (id)anObject
+ + +
+

makeObjectsPerform:withObject:

+- (void) makeObjectsPerform: (SEL)aSelector withObject: (id)anObject
+ + +
+

member:

+- (id) member: (id)anObject
+ + +
+

objectEnumerator

+- (NSEnumerator*) objectEnumerator
+ + +
+ + + diff --git a/Documentation/gsdoc/NSString.html b/Documentation/gsdoc/NSString.html new file mode 100644 index 000000000..e80f07319 --- /dev/null +++ b/Documentation/gsdoc/NSString.html @@ -0,0 +1,558 @@ + +NSString + + +[Previous] +[Up] +[Next] +

NSString

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSString

+

NSString

+

Declared in: Foundation/NSString.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

availableStringEncodings

++ (const NSStringEncoding*) availableStringEncodings
+ + +
+

defaultCStringEncoding

++ (NSStringEncoding) defaultCStringEncoding
+ + +
+

localizedNameOfStringEncoding:

++ (NSString*) localizedNameOfStringEncoding: (NSStringEncoding)encoding
+ + +
+

localizedStringWithFormat:

++ (NSString*) localizedStringWithFormat: (NSString*)format,
+ + +
+

pathWithComponents:

++ (NSString*) pathWithComponents: (NSArray*)components
+ + +
+

string

++ (id) string
+ + +
+

stringWithCharacters:length:

++ (id) stringWithCharacters: (const unichar*)chars length: (unsigned int)length
+ + +
+

stringWithContentsOfFile:

++ (id) stringWithContentsOfFile: (NSString*)path
+ + +
+

stringWithCString:

++ (id) stringWithCString: (const char*)cString
+ + +
+

stringWithCString:

++ (id) stringWithCString: (const char*)cString
+ + +
+

stringWithFormat:

++ (id) stringWithFormat: (NSString*)format,
+ + +
+

stringWithString:

++ (id) stringWithString: (NSString*)aString
+ + +
+

canBeConvertedToEncoding:

+- (BOOL) canBeConvertedToEncoding: (NSStringEncoding)encoding
+ + +
+

capitalizedString

+- (NSString*) capitalizedString
+ + +
+

caseInsensitiveCompare:

+- (NSComparisonResult) caseInsensitiveCompare: (NSString*)aString
+ + +
+

characterAtIndex:

+- (unichar) characterAtIndex: (unsigned int)index
+ + +
+

commonPrefixWithString:

+- (NSString*) commonPrefixWithString: (NSString*)aString
+ + +
+

compare:

+- (NSComparisonResult) compare: (NSString*)aString
+ + +
+

compare:

+- (NSComparisonResult) compare: (NSString*)aString
+ + +
+

compare:options:range:

+- (NSComparisonResult) compare: (NSString*)aString options: (unsigned int)mask range: (NSRange)aRange
+ + +
+

completePathIntoString:caseSensitive:matchesIntoArray:

+- (unsigned int) completePathIntoString: (NSString**)outputName caseSensitive: (BOOL)flag matchesIntoArray: (NSArray**)outputArray
+ + +
+

componentsSeparatedByString:

+- (NSArray*) componentsSeparatedByString: (NSString*)separator
+ + +
+

cString

+- (const char*) cString
+ + +
+

cStringLength

+- (unsigned int) cStringLength
+ + +
+

dataUsingEncoding:

+- (NSData*) dataUsingEncoding: (NSStringEncoding)encoding
+ + +
+

dataUsingEncoding:allowLossyConversion:

+- (NSData*) dataUsingEncoding: (NSStringEncoding)encoding allowLossyConversion: (BOOL)flag
+ + +
+

description

+- (NSString*) description
+ + +
+

doubleValue

+- (double) doubleValue
+ + +
+

fastestEncoding

+- (NSStringEncoding) fastestEncoding
+ + +
+

fileSystemRepresentation

+- (const char*) fileSystemRepresentation
+ + +
+

floatValue

+- (float) floatValue
+ + +
+

getCharacters:

+- (void) getCharacters: (unichar*)buffer
+ + +
+

getCharacters:

+- (void) getCharacters: (unichar*)buffer
+ + +
+

getCString:

+- (void) getCString: (char*)buffer
+ + +
+

getCString:maxLength:

+- (void) getCString: (char*)buffer maxLength: (unsigned int)maxLength
+ + +
+

getCString:maxLength:range:remainingRange:

+- (void) getCString: (char*)buffer maxLength: (unsigned int)maxLength range: (NSRange)aRange remainingRange: (NSRange*)leftoverRange
+ + +
+

getFileSystemRepresentation:maxLength:

+- (BOOL) getFileSystemRepresentation: (char*)buffer maxLength: (unsigned int)maxLength
+ + +
+

getLineStart:end:contentsEnd:

++ (void) getLineStart: (unsigned int*)startIndex end: (unsigned int*)lineEndIndex contentsEnd: (unsigned int*)contentsEndIndex
+ + +
+

hash

+- (unsigned int) hash
+ + +
+

hasPrefix:

+- (BOOL) hasPrefix: (NSString*)aString
+ + +
+

hasSuffix:

+- (BOOL) hasSuffix: (NSString*)aString
+ + +
+

init

+- (id) init
+ + +
+

initWithCharacters:

+- (id) initWithCharacters: (const unichar*)characters
+ + +
+

initWithCharactersNoCopy:length:freeWhenDone:

+- (id) initWithCharactersNoCopy: (unichar*)characters length: (unsigned int)length freeWhenDone: (BOOL)flag
+ + +
+

initWithContentsOfFile:

+- (id) initWithContentsOfFile: (NSString*)path
+ + +
+

initWithCString:

+- (id) initWithCString: (const char*)cString
+ + +
+

initWithCString:

+- (id) initWithCString: (const char*)cString
+ + +
+

initWithCStringNoCopy:length:freeWhenDone:

+- (id) initWithCStringNoCopy: (char*)cString length: (unsigned int)length freeWhenDone: (BOOL)flag
+ + +
+

initWithData:encoding:

+- (id) initWithData: (NSData*)data encoding: (NSStringEncoding)encoding
+ + +
+

initWithFormat:

+- (id) initWithFormat: (NSString*)format,
+ + +
+

initWithFormat:arguments:

+- (id) initWithFormat: (NSString*)format arguments: (va_list)argList
+ + +
+

initWithFormat:

+- (id) initWithFormat: (NSString*)format
+ + +
+

initWithFormat:locale:arguments:

+- (id) initWithFormat: (NSString*)format locale: (NSDictionary*)dictionary arguments: (va_list)argList
+ + +
+

initWithString:

+- (id) initWithString: (NSString*)aString
+ + +
+

intValue

+- (int) intValue
+ + +
+

isAbsolutePath

+- (BOOL) isAbsolutePath
+ + +
+

isEqualToString:

+- (BOOL) isEqualToString: (NSString*)aString
+ + +
+

lastPathComponent

+- (NSString*) lastPathComponent
+ + +
+

length

+- (unsigned int) length
+ + +
+

lineRangeForRange:

++ (NSRange) lineRangeForRange: (NSRange)aRange
+ + +
+

lossyCString

+- (const char*) lossyCString
+ + +
+

lowercaseString

+- (NSString*) lowercaseString
+ + +
+

pathComponents

+- (NSArray*) pathComponents
+ + +
+

pathExtension

+- (NSString*) pathExtension
+ + +
+

propertyList

+- (id) propertyList
+ + +
+

propertyListFromStringsFileFormat

+- (NSDictionary*) propertyListFromStringsFileFormat
+ + +
+

rangeOfCharacterFromSet:

+- (NSRange) rangeOfCharacterFromSet: (NSCharacterSet*)aSet
+ + +
+

rangeOfCharacterFromSet:options:

+- (NSRange) rangeOfCharacterFromSet: (NSCharacterSet*)aSet options: (unsigned int)mask
+ + +
+

rangeOfCharacterFromSet:options:range:

+- (NSRange) rangeOfCharacterFromSet: (NSCharacterSet*)aSet options: (unsigned int)mask range: (NSRange)aRange
+ + +
+

rangeOfComposedCharacterSequenceAtIndex:

+- (NSRange) rangeOfComposedCharacterSequenceAtIndex: (unsigned int)anIndex
+ + +
+

rangeOfString:

+- (NSRange) rangeOfString: (NSString*)aString
+ + +
+

rangeOfString:

+- (NSRange) rangeOfString: (NSString*)aString
+ + +
+

rangeOfString:options:range:

+- (NSRange) rangeOfString: (NSString*)subString options: (unsigned int)mask range: (NSRange)aRange
+ + +
+

smallestEncoding

+- (NSStringEncoding) smallestEncoding
+ + +
+

stringByAbbreviatingWithTildeInPath

+- (NSString*) stringByAbbreviatingWithTildeInPath
+ + +
+

stringByAppendingFormat:

+- (NSString*) stringByAppendingFormat: (NSString*)format,
+ + +
+

stringByAppendingPathComponent:

+- (NSString*) stringByAppendingPathComponent: (NSString*)aString
+ + +
+

stringByAppendingPathExtension:

+- (NSString*) stringByAppendingPathExtension: (NSString*)string
+ + +
+

stringByAppendingString:

+- (NSString*) stringByAppendingString: (NSString*)aString
+ + +
+

stringByDeletingLastPathComponent

+- (NSString*) stringByDeletingLastPathComponent
+ + +
+

stringByDeletingPathExtension

+- (NSString*) stringByDeletingPathExtension
+ + +
+

stringByExpandingTildeInPath

+- (NSString*) stringByExpandingTildeInPath
+ + +
+

stringsByAppendingPaths:

+- (NSArray*) stringsByAppendingPaths: (NSArray*)paths
+ + +
+

substringFromIndex:

+- (NSString*) substringFromIndex: (unsigned int)anIndex
+ + +
+

substringToIndex:

+- (NSString*) substringToIndex: (unsigned int)anIndex
+ + +
+

substringWithRange:

+- (NSString*) substringWithRange: (NSRange)aRange
+ + +
+

uppercaseString

+- (NSString*) uppercaseString
+ + +
+

writeToFile:atomically:

+- (BOOL) writeToFile: (NSString*)path atomically: (BOOL)flag
+ + +
+ + + diff --git a/Documentation/gsdoc/NSTask.html b/Documentation/gsdoc/NSTask.html new file mode 100644 index 000000000..afa82463d --- /dev/null +++ b/Documentation/gsdoc/NSTask.html @@ -0,0 +1,162 @@ + +NSTask + + +[Previous] +[Up] +[Next] +

NSTask

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSTask

+

NSTask

+

Declared in: Foundation/NSTask.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

launchedTaskWithLaunchPath:arguments:

++ (NSTask*) launchedTaskWithLaunchPath: (NSString*)path arguments: (NSArray*)arguments
+ + +
+

arguments

+- (NSArray*) arguments
+ + +
+

currentDirectoryPath

+- (NSString*) currentDirectoryPath
+ + +
+

environment

+- (NSDictionary*) environment
+ + +
+

init

+- (id) init
+ + +
+

interrupt

+- (void) interrupt
+ + +
+

isRunning

+- (BOOL) isRunning
+ + +
+

launch

+- (void) launch
+ + +
+

launchPath

+- (NSString*) launchPath
+ + +
+

setArguments:

+- (void) setArguments: (NSArray*)arguments
+ + +
+

setCurrentDirectoryPath:

+- (void) setCurrentDirectoryPath: (NSString*)path
+ + +
+

setEnvironment:

+- (void) setEnvironment: (NSDictionary*)environmentDictionary
+ + +
+

setLaunchPath:

+- (void) setLaunchPath: (NSString*)path
+ + +
+

setStandardError:

+- (void) setStandardError: (id)file
+ + +
+

setStandardInput:

+- (void) setStandardInput: (id)file
+ + +
+

setStandardOutput:

+- (void) setStandardOutput: (id)file
+ + +
+

standardError

+- (id) standardError
+ + +
+

standardInput

+- (id) standardInput
+ + +
+

standardOutput

+- (id) standardOutput
+ + +
+

terminate

+- (void) terminate
+ + +
+

terminationStatus

+- (int) terminationStatus
+ + +
+

waitUntilExit

+- (void) waitUntilExit
+ + +
+ + + diff --git a/Documentation/gsdoc/NSThread.html b/Documentation/gsdoc/NSThread.html new file mode 100644 index 000000000..bfd4174ad --- /dev/null +++ b/Documentation/gsdoc/NSThread.html @@ -0,0 +1,66 @@ + +NSThread + + +[Previous] +[Up] +[Next] +

NSThread

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSThread

+

NSThread

+

Declared in: Foundation/NSThread.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

currentThread

++ (NSThread*) currentThread
+ + +
+

detachNewThreadSelector:toTarget:(id)aTarget withObject:

++ (void) detachNewThreadSelector: (SEL)aSelector toTarget:(id)aTarget withObject: (id)anArgument
+ + +
+

exit

++ (void) exit
+ + +
+

isMultiThreaded

++ (BOOL) isMultiThreaded
+ + +
+

sleepUntilDate:

++ (void) sleepUntilDate: (NSDate*)aDate
+ + +
+

threadDictionary

+- (NSMutableDictionary*) threadDictionary
+ + +
+ + + diff --git a/Documentation/gsdoc/NSTimeZone.html b/Documentation/gsdoc/NSTimeZone.html new file mode 100644 index 000000000..81c03a2fd --- /dev/null +++ b/Documentation/gsdoc/NSTimeZone.html @@ -0,0 +1,168 @@ + +NSTimeZone + + +[Previous] +[Up] +[Next] +

NSTimeZone

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSTimeZone

+

NSTimeZone

+

Declared in: Foundation/NSTimeZone.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

abbreviationDictionary

++ (NSDictionary*) abbreviationDictionary
+ + +
+

defaultTimeZone

++ (NSTimeZone*) defaultTimeZone
+ + +
+

localTimeZone

++ (NSTimeZone*) localTimeZone
+ + +
+

knownTimeZoneNames

++ (NSArray*) knownTimeZoneNames
+ + +
+

resetSystemTimeZone

++ (void) resetSystemTimeZone
+ + +
+

setDefaultTimeZone:

++ (void) setDefaultTimeZone: (NSTimeZone*)aTimeZone
+ + +
+

systemTimeZone

++ (NSTimeZone*) systemTimeZone
+ + +
+

timeZoneForSecondsFromGMT:

++ (NSTimeZone*) timeZoneForSecondsFromGMT: (int)seconds
+ + +
+

timeZoneWithAbbreviation:

++ (NSTimeZone*) timeZoneWithAbbreviation: (NSString*)abbreviation
+ + +
+

timeZoneWithName:

++ (NSTimeZone*) timeZoneWithName: (NSString*)aTimeZoneName
+ + +
+

timeZoneWithName:

++ (NSTimeZone*) timeZoneWithName: (NSString*)aTimeZoneName
+ + +
+

abbreviation

+- (NSString*) abbreviation
+ + +
+

abbreviationForDate:

+- (NSString*) abbreviationForDate: (NSDate*)aDate
+ + +
+

data

+- (NSData*) data
+ + +
+

description

+- (NSString*) description
+ + +
+

initWithName:

+- (id) initWithName: (NSString*)aName
+ + +
+

initWithName:

+- (id) initWithName: (NSString*)aName
+ + +
+

isDaylightSavingTime

+- (BOOL) isDaylightSavingTime
+ + +
+

isDaylightSavingTimeForDate:

+- (BOOL) isDaylightSavingTimeForDate: (NSDate*)aDate
+ + +
+

isEqualToTimeZone:

+- (BOOL) isEqualToTimeZone: (NSTimeZone*)aTimeZone
+ + +
+

name

+- (NSString*) name
+ + +
+

secondsFromGMT

+- (int) secondsFromGMT
+ + +
+

secondsFromGMTForDate:

+- (int) secondsFromGMTForDate: (NSDate*)aDate
+ + +
+ + + diff --git a/Documentation/gsdoc/NSTimer.html b/Documentation/gsdoc/NSTimer.html new file mode 100644 index 000000000..d1d039b89 --- /dev/null +++ b/Documentation/gsdoc/NSTimer.html @@ -0,0 +1,90 @@ + +NSTimer + + +[Previous] +[Up] +[Next] +

NSTimer

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSTimer

+

NSTimer

+

Declared in: Foundation/NSTimer.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

scheduledTimerWithTimeInterval:invocation:

++ (NSTimer*) scheduledTimerWithTimeInterval: (NSTimeInterval)seconds invocation: (NSInvocation*)invocation
+ + +
+

scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:

++ (NSTimer*) scheduledTimerWithTimeInterval: (NSTimeInterval)seconds target: (id)target selector: (SEL)aSelector userInfo: (id)userInfo repeats: (BOOL)repeats
+ + +
+

timerWithTimeInterval:invocation:

++ (NSTimer*) timerWithTimeInterval: (NSTimeInterval)seconds invocation: (NSInvocation*)invocation
+ + +
+

timerWithTimeInterval:target:selector:userInfo:repeats:

++ (NSTimer*) timerWithTimeInterval: (NSTimeInterval)seconds target: (id)target selector: (SEL)aSelector userInfo: (id)userInfo repeats: (BOOL)repeats
+ + +
+

fire

+- (void) fire
+ + +
+

fireDate

+- (NSDate*) fireDate
+ + +
+

invalidate

+- (void) invalidate
+ + +
+

isValid

+- (BOOL) isValid
+ + +
+

timeInterval

+- (NSTimeInterval) timeInterval
+ + +
+

userInfo

+- (id) userInfo
+ + +
+ + + diff --git a/Documentation/gsdoc/NSURL.html b/Documentation/gsdoc/NSURL.html new file mode 100644 index 000000000..0da4a3c8a --- /dev/null +++ b/Documentation/gsdoc/NSURL.html @@ -0,0 +1,144 @@ + +NSURL + + +[Previous] +[Up] +[Next] +

NSURL

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSURL

+

NSURL

+

Declared in: Foundation/NSURL.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

URLWithString:

++ (id) URLWithString: (NSString*)URLString
+ + +
+

URLWithString:relativeToURL:

++ (id) URLWithString: (NSString*)URLString relativeToURL: (NSURL*)baseURL
+ + +
+

fileURLWithPath:

++ (id) fileURLWithPath: (NSString*)path
+ + +
+

loadResourceDataNotifyingClient:usingCache:

+- (void) loadResourceDataNotifyingClient: (id)client usingCache: (BOOL)shouldUseCache
+ + +
+

parameterString

+- (NSString*) parameterString
+ + +
+

password

+- (NSString*) password
+ + +
+

path

+- (NSString*) path
+ + +
+

port

+- (NSNumber*) port
+ + +
+

propertyForKey:

+- (id) propertyForKey: (NSString*)propertyKey
+ + +
+

query

+- (NSString*) query
+ + +
+

relativePath

+- (NSString*) relativePath
+ + +
+

relativeString

+- (NSString*) relativeString
+ + +
+

resourceDataUsingCache:

+- (NSData*) resourceDataUsingCache: (BOOL)shouldUseCache
+ + +
+

resourceSpecifier

+- (NSString*) resourceSpecifier
+ + +
+

scheme

+- (NSString*) scheme
+ + +
+

setProperty:

+- (BOOL) setProperty: (id)property
+ + +
+

setResourceData:

+- (BOOL) setResourceData: (NSData*)data
+ + +
+

standardizedURL

+- (NSURL*) standardizedURL
+ + +
+

user

+- (NSString*) user
+ + +
+ + + diff --git a/Documentation/gsdoc/NSURLHandle.html b/Documentation/gsdoc/NSURLHandle.html new file mode 100644 index 000000000..e7c110b7d --- /dev/null +++ b/Documentation/gsdoc/NSURLHandle.html @@ -0,0 +1,160 @@ + +NSURLHandle + + +[Previous] +[Up] +[Next] +

NSURLHandle

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSURLHandle

+

NSURLHandle

+

Declared in: Foundation/NSURLHandle.h

+

Inherits from: NSObject

+
+ + + +
+

URLHandleClassForURL:

++ (Class) URLHandleClassForURL: (NSURL*)anURL
+ + +
+

cachedHandleForURL:

++ (NSURLHandle*) cachedHandleForURL: (NSURL*)anURL
+ + +
+

canInitWithURL:

++ (BOOL) canInitWithURL: (NSURL*)anURL
+ + +
+

registerURLHandleClass:

++ (void) registerURLHandleClass: (Class)anURLHandleSubclass
+ + +
+

addClient:

+- (void) addClient: (id<NSURLHandleClient>)client
+ + +
+

availableResourceData

+- (NSData*) availableResourceData
+ + +
+

backgroundLoadDidFailWithReason:

+- (void) backgroundLoadDidFailWithReason: (NSString*)reason
+ + +
+

beginLoadInBackground

+- (void) beginLoadInBackground
+ + +
+

cancelLoadInBackground

+- (void) cancelLoadInBackground
+ + +
+

didLoadBytes:loadComplete:

+- (void) didLoadBytes: (NSData*)newBytes loadComplete: (BOOL)yorn
+ + +
+

endLoadInBackground

+- (void) endLoadInBackground
+ + +
+

failureReason

+- (NSString*) failureReason
+ + +
+

flushCachedData

+- (void) flushCachedData
+ + +
+

loadInBackground

+- (void) loadInBackground
+ + +
+

loadInForeground

+- (NSData*) loadInForeground
+ + +
+

propertyForKey:

+- (id) propertyForKey: (NSString*)propertyKey
+ + +
+

propertyForKeyIfAvailable:

+- (id) propertyForKeyIfAvailable: (NSString*)propertyKey
+ + +
+

removeClient:

+- (void) removeClient: (id<NSURLHandleClient>)client
+ + +
+

resourceData

+- (NSData*) resourceData
+ + +
+

status

+- (NSURLHandleStatus) status
+ + +
+

writeData:

+- (BOOL) writeData: (NSData*)data
+ + +
+

writeProperty:

+- (BOOL) writeProperty: (id)propertyValue
+ + +
+ + + diff --git a/Documentation/gsdoc/NSUnarchiver.html b/Documentation/gsdoc/NSUnarchiver.html new file mode 100644 index 000000000..d79f7f260 --- /dev/null +++ b/Documentation/gsdoc/NSUnarchiver.html @@ -0,0 +1,102 @@ + +NSUnarchiver + + +[Previous] +[Up] +[Next] +

NSUnarchiver

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSUnarchiver

+

NSUnarchiver

+

Declared in: Foundation/NSArchiver.h

+

Inherits from: NSCoder

+

Conforms to: NSObject +

+
+ + + +
+

classNameDecodedForArchiveClassName:

++ (NSString*) classNameDecodedForArchiveClassName: (NSString*)nameInArchive
+ + +
+

decodeClassName:

++ (void) decodeClassName: (NSString*)nameInArchive
+ + +
+

unarchiveObjectWithData:

++ (id) unarchiveObjectWithData: (NSData*)data
+ + +
+

unarchiveObjectWithFile:

++ (id) unarchiveObjectWithFile: (NSString*)path
+ + +
+

classNameDecodedForArchiveClassName:

+- (NSString*) classNameDecodedForArchiveClassName: (NSString*)nameInArchive
+ + +
+

decodeClassName:

+- (void) decodeClassName: (NSString*)nameInArchive
+ + +
+

initForReadingWithData:

+- (id) initForReadingWithData: (NSData*)data
+ + +
+

isAtEnd

+- (BOOL) isAtEnd
+ + +
+

objectZone

+- (NSZone*) objectZone
+ + +
+

replaceObject:withObject:

+- (void) replaceObject: (id)object withObject: (id)newObject
+ + +
+

setObjectZone:

+- (void) setObjectZone: (NSZone*)zone
+ + +
+

systemVersion

+- (unsigned int) systemVersion
+ + +
+ + + diff --git a/Documentation/gsdoc/NSUndoManager.html b/Documentation/gsdoc/NSUndoManager.html new file mode 100644 index 000000000..855077f2e --- /dev/null +++ b/Documentation/gsdoc/NSUndoManager.html @@ -0,0 +1,216 @@ + +NSUndoManager + + +[Previous] +[Up] +[Next] +

NSUndoManager

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSUndoManager

+

NSUndoManager

+

Declared in: Foundation/NSUndoManager.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

beginUndoGrouping

+- (void) beginUndoGrouping
+ + +
+

canRedo

+- (BOOL) canRedo
+ + +
+

canUndo

+- (BOOL) canUndo
+ + +
+

disableUndoRegistration

+- (void) disableUndoRegistration
+ + +
+

enableUndoRegistration

+- (void) enableUndoRegistration
+ + +
+

endUndoGrouping

+- (void) endUndoGrouping
+ + +
+

forwardInvocation:

+- (void) forwardInvocation: (NSInvocation*)anInvocation
+ + +
+

groupingLevel

+- (int) groupingLevel
+ + +
+

groupsByEvent

+- (BOOL) groupsByEvent
+ + +
+

isRedoing

+- (BOOL) isRedoing
+ + +
+

isUndoing

+- (BOOL) isUndoing
+ + +
+

isUndoRegisgrationEnabled

+- (BOOL) isUndoRegisgrationEnabled
+ + +
+

levelsOfUndo

+- (unsigned int) levelsOfUndo
+ + +
+

prepareWithInvocationTarget:

+- (id) prepareWithInvocationTarget: (id)target
+ + +
+

redo

+- (void) redo
+ + +
+

redoActionName

+- (NSString*) redoActionName
+ + +
+

redoMenuItemTitle

+- (NSString*) redoMenuItemTitle
+ + +
+

redoMenuTitleForUndoActionName:

+- (NSString*) redoMenuTitleForUndoActionName: (NSString*)actionName
+ + +
+

registerUndoWithTarget:selector:

+- (void) registerUndoWithTarget: (id)target selector: (SEL)aSelector
+ + +
+

removeAllActions

+- (void) removeAllActions
+ + +
+

removeAllActionsWithTarget:

+- (void) removeAllActionsWithTarget: (id)target
+ + +
+

runLoopModes

+- (NSArray*) runLoopModes
+ + +
+

setActionName:

+- (void) setActionName: (NSString*)actionName
+ + +
+

setGroupsByEvent:

+- (void) setGroupsByEvent: (BOOL)flag
+ + +
+

setLevelsOfUndo:

+- (void) setLevelsOfUndo: (unsigned int)anInt
+ + +
+

setRunLoopModes:

+- (void) setRunLoopModes: (NSArray*)modes
+ + +
+

undo

+- (void) undo
+ + +
+

undoActionName

+- (NSString*) undoActionName
+ + +
+

undoMenuItemTitle

+- (NSString*) undoMenuItemTitle
+ + +
+

undoMenuTitleForUndoActionName:

+- (NSString*) undoMenuTitleForUndoActionName: (NSString*)actionName
+ + +
+

undoNestedGroup

+- (void) undoNestedGroup
+ + +
+ + + diff --git a/Documentation/gsdoc/NSUserDefaults.html b/Documentation/gsdoc/NSUserDefaults.html new file mode 100644 index 000000000..6d4bb4ab4 --- /dev/null +++ b/Documentation/gsdoc/NSUserDefaults.html @@ -0,0 +1,210 @@ + +NSUserDefaults + + +[Previous] +[Up] +[Next] +

NSUserDefaults

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSUserDefaults

+

NSUserDefaults

+

Declared in: Foundation/NSUserDefaults.h

+

Inherits from: NSObject

+

Conforms to: NSObject +

+
+ + + +
+

standardUserDefaults

++ (NSUserDefaults*) standardUserDefaults
+ + +
+

arrayForKey:

+- (NSArray*) arrayForKey: (NSString*)defaultName
+ + +
+

boolForKey:

+- (BOOL) boolForKey: (NSString*)defaultName
+ + +
+

dataForKey:

+- (NSData*) dataForKey: (NSString*)defaultName
+ + +
+

dictionaryForKey:

+- (NSDictionary*) dictionaryForKey: (NSString*)defaultName
+ + +
+

dictionaryRepresentation

+- (NSDictionary*) dictionaryRepresentation
+ + +
+

floatForKey:

+- (float) floatForKey: (NSString*)defaultName
+ + +
+

init

+- (id) init
+ + +
+

initWithUser:

+- (id) initWithUser: (NSString*)username
+ + +
+

integerForKey:

+- (int) integerForKey: (NSString*)defaultName
+ + +
+

objectForKey:

+- (id) objectForKey: (NSString*)defaultName
+ + +
+

persistentDomainForName:

+- (NSDictionary*) persistentDomainForName: (NSString*)domainName
+ + +
+

persistentDomainNames

+- (NSArray*) persistentDomainNames
+ + +
+

registerDefaults:

+- (void) registerDefaults: (NSDictionary*)dictionary
+ + +
+

removeObjectForKey:

+- (void) removeObjectForKey: (NSString*)defaultName
+ + +
+

removePersistentDomainForName:

+- (void) removePersistentDomainForName: (NSString*)domainName
+ + +
+

removeVolatileDomainForName:

+- (void) removeVolatileDomainForName: (NSString*)domainName
+ + +
+

searchList

+- (NSArray*) searchList
+ + +
+

setBool:forKey:

+- (void) setBool: (BOOL)value forKey: (NSString*)defaultName
+ + +
+

setFloat:forKey:

+- (void) setFloat: (float)value forKey: (NSString*)defaultName
+ + +
+

setInteger:forKey:

+- (void) setInteger: (int)value forKey: (NSString*)defaultName
+ + +
+

setObject:forKey:

+- (void) setObject: (id)value forKey: (NSString*)defaultName
+ + +
+

setPersistentDomain:forName:

+- (void) setPersistentDomain: (NSDictionary*)domain forName: (NSString*)domainName
+ + +
+

setSearchList:

+- (void) setSearchList: (NSArray*)array
+ + +
+

setVolatileDomain:forName:

+- (void) setVolatileDomain: (NSDictionary*)domain forName: (NSString*)domainName
+ + +
+

stringArrayForKey:

+- (NSArray*) stringArrayForKey: (NSString*)defaultName
+ + +
+

stringForKey:

+- (NSString*) stringForKey: (NSString*)defaultName
+ + +
+

synchronize

+- (BOOL) synchronize
+ + +
+

volatileDomainForName:

+- (NSDictionary*) volatileDomainForName: (NSString*)domainName
+ + +
+

volatileDomainNames

+- (NSArray*) volatileDomainNames
+ + +
+ + + diff --git a/Documentation/gsdoc/NSValue.html b/Documentation/gsdoc/NSValue.html new file mode 100644 index 000000000..a7e265831 --- /dev/null +++ b/Documentation/gsdoc/NSValue.html @@ -0,0 +1,125 @@ + +NSValue + + +[Previous] +[Up] +

NSValue

+

Authors

+
+
Richard Frith-Macdonald +
+
+

Version: 0.1

+

Date: 28 February, 2000

+

NSValue

+

NSValue

+

Declared in: Foundation/NSValue.h

+

Inherits from: NSObject

+

Conforms to: NSCoding +

+
+ + + +
+

value:withObjCType:

++ (NSValue*) value: (const void*)value withObjCType: (const char*)type
+ + +
+

valueWithBytes:objCType:

++ (NSValue*) valueWithBytes: (const void*)value objCType: (const char*)type
+ + +
+

valueWithNonretainedObject:

++ (NSValue*) valueWithNonretainedObject: (id)anObject
+ + +
+

valueWithPoint:

++ (NSValue*) valueWithPoint: (NSPoint)aPoint
+ + +
+

valueWithPointer:

++ (NSValue*) valueWithPointer: (const void*)aPointer
+ + +
+

valueWithRect:

++ (NSValue*) valueWithRect: (NSRect)rect
+ + +
+

valueWithSize:

++ (NSValue*) valueWithSize: (NSSize)size
+ + +
+

getValue:

+- (void) getValue: (void*)buffer
+ + +
+

initWithBytes:objCType:

+- (id) initWithBytes: (const void*)value objCType: (const char*)type
+ + +
+

+- (id)
+ + +
+

nonretainedObjectValue

+- (id) nonretainedObjectValue
+ + +
+

objCType

+- (const char*) objCType
+ + +
+

pointValue

+- (NSPoint) pointValue
+ + +
+

pointerValue

+- (void*) pointerValue
+ + +
+

rectValue

+- (NSRect) rectValue
+ + +
+

sizeValue

+- (NSSize) sizeValue
+ + +
+ + +