diff --git a/Documentation/gsdoc/NSArchiver.gsdoc b/Documentation/gsdoc/NSArchiver.gsdoc index c0fedebb9..16ffb9c47 100644 --- a/Documentation/gsdoc/NSArchiver.gsdoc +++ b/Documentation/gsdoc/NSArchiver.gsdoc @@ -16,43 +16,64 @@ Foundation/NSArchiver.h NSObject - - - archiveRootObject:rootObject - - + + + + archiveRootObject: + rootObject + + - archivedDataWithRootObject:rootObject - - + + archivedDataWithRootObject: + rootObject + + - archiverData - - + + archiverData + + - classNameEncodedForTrueClassName:trueName - - + + classNameEncodedForTrueClassName: + trueName + + - encodeClassName:trueNameintoClassName:inArchiveName - - + + encodeClassName: + trueName + intoClassName: + inArchiveName + + - encodeConditionalObject:object - - + + encodeConditionalObject: + object + + - encodeRootObject:rootObject - - + + encodeRootObject: + rootObject + + - initForWritingWithMutableData:data - - + + initForWritingWithMutableData: + data + + - replaceObject:objectwithObject:newObject - - + + replaceObject: + object + withObject: + newObject + + diff --git a/Documentation/gsdoc/NSArray.gsdoc b/Documentation/gsdoc/NSArray.gsdoc index 08763e894..0076e7e55 100644 --- a/Documentation/gsdoc/NSArray.gsdoc +++ b/Documentation/gsdoc/NSArray.gsdoc @@ -16,163 +16,243 @@ Foundation/NSArray.h NSCoding - - - allocWithZone:zone - - + + + + allocWithZone: + zone + + - array - - + + array + + - arrayWithArray:anArray - - + + arrayWithArray: + anArray + + - arrayWithContentsOfFile:aPath - - + + arrayWithContentsOfFile: + aPath + + - arrayWithObject:anObject - - + + arrayWithObject: + anObject + + - arrayWithObjects:firstObj, - - + + arrayWithObjects: + firstObj, + + - arrayWithObjects:objects - - + + arrayWithObjects: + objects + + - arrayByAddingObject:anObject - - + + arrayByAddingObject: + anObject + + - arrayByAddingObjectsFromArray:otherArray - - + + arrayByAddingObjectsFromArray: + otherArray + + - componentsJoinedByString:separator - - + + componentsJoinedByString: + separator + + - containsObject:anObject - - + + containsObject: + anObject + + - count - - + + count + + - descriptionWithLocale:locale - - + + descriptionWithLocale: + locale + + - descriptionWithLocale:locale - - + + descriptionWithLocale: + locale + + - firstObjectCommonWithArray:otherArray - - + + firstObjectCommonWithArray: + otherArray + + - getObjects:aBuffer - - + + getObjects: + aBuffer + + - getObjects:aBuffer - - + + getObjects: + aBuffer + + - indexOfObject:anObject - - + + indexOfObject: + anObject + + - indexOfObject:anObject - - + + indexOfObject: + anObject + + - indexOfObjectIdenticalTo:anObject - - + + indexOfObjectIdenticalTo: + anObject + + - indexOfObjectIdenticalTo:anObject - - + + indexOfObjectIdenticalTo: + anObject + + - initWithArray:anArray - - + + initWithArray: + anArray + + - initWithContentsOfFile:aPath - - + + initWithContentsOfFile: + aPath + + - initWithObjects:firstObj, - - + + initWithObjects: + firstObj, + + - initWithObjects:objects - - + + initWithObjects: + objects + + - isEqualToArray:otherArray - - + + isEqualToArray: + otherArray + + - lastObject - - + + lastObject + + - makeObjectsPerformSelector:aSelector - - + + makeObjectsPerformSelector: + aSelector + + - makeObjectsPerformSelector:aSelectorwithObject:anObject - - + + makeObjectsPerformSelector: + aSelector + withObject: + anObject + + - objectAtIndex:index - - + + objectAtIndex: + index + + - objectEnumerator - - + + objectEnumerator + + - pathsMatchingExtensions:filterTypes - - + + pathsMatchingExtensions: + filterTypes + + - reverseObjectEnumerator - - + + reverseObjectEnumerator + + - sortedArrayHint - - + + sortedArrayHint + + - sortedArrayUsingFunction:comparatorcontext:context - - + + sortedArrayUsingFunction: + comparator + context: + context + + - sortedArrayUsingFunction:comparecontext:context - - + + sortedArrayUsingFunction: + compare + context: + context + + - sortedArrayUsingSelector:comparator - - + + sortedArrayUsingSelector: + comparator + + - subarrayWithRange:range - - + + subarrayWithRange: + range + + - writeToFile:pathatomically:flag - - + + writeToFile: + path + atomically: + flag + + diff --git a/Documentation/gsdoc/NSAssertionHandler.gsdoc b/Documentation/gsdoc/NSAssertionHandler.gsdoc index c3cfce6fa..cf4f6768e 100644 --- a/Documentation/gsdoc/NSAssertionHandler.gsdoc +++ b/Documentation/gsdoc/NSAssertionHandler.gsdoc @@ -16,19 +16,38 @@ Foundation/NSException.h NSObject - - - currentHandler - - + + + + currentHandler + + - handleFailureInFunction:functionNamefile:fileNamelineNumber:linedescription:format - - + + handleFailureInFunction: + functionName + file: + fileName + lineNumber: + line + description: + format + + - handleFailureInMethod:selectorobject:objectfile:fileNamelineNumber:linedescription:format - - + + handleFailureInMethod: + selector + object: + object + file: + fileName + lineNumber: + line + description: + format + + diff --git a/Documentation/gsdoc/NSAttributedString.gsdoc b/Documentation/gsdoc/NSAttributedString.gsdoc index 3fc366a08..21b9fcc2c 100644 --- a/Documentation/gsdoc/NSAttributedString.gsdoc +++ b/Documentation/gsdoc/NSAttributedString.gsdoc @@ -16,51 +16,89 @@ Foundation/NSAttributedString.h NSCoding - - - attribute:attributeNameatIndex:indexeffectiveRange:aRange - - + + + + attribute: + attributeName + atIndex: + index + effectiveRange: + aRange + + - attribute:attributeNameatIndex:indexlongestEffectiveRange:aRangeinRange:rangeLimit - - + + attribute: + attributeName + atIndex: + index + longestEffectiveRange: + aRange + inRange: + rangeLimit + + - attributedSubstringFromRange:aRange - - + + attributedSubstringFromRange: + aRange + + - attributesAtIndex:indexeffectiveRange:aRange - - + + attributesAtIndex: + index + effectiveRange: + aRange + + - attributesAtIndex:indexlongestEffectiveRange:aRangeinRange:rangeLimit - - + + attributesAtIndex: + index + longestEffectiveRange: + aRange + inRange: + rangeLimit + + - initWithAttributedString:attributedString - - + + initWithAttributedString: + attributedString + + - initWithString:aString - - + + initWithString: + aString + + - initWithString:aStringattributes:attributes - - + + initWithString: + aString + attributes: + attributes + + - isEqualToAttributedString:otherString - - + + isEqualToAttributedString: + otherString + + - length - - + + length + + - string - - + + string + + diff --git a/Documentation/gsdoc/NSAutoreleasePool.gsdoc b/Documentation/gsdoc/NSAutoreleasePool.gsdoc index 4974e3aba..e8624a1ec 100644 --- a/Documentation/gsdoc/NSAutoreleasePool.gsdoc +++ b/Documentation/gsdoc/NSAutoreleasePool.gsdoc @@ -16,15 +16,19 @@ Foundation/NSAutoreleasePool.h NSObject - - - addObject:anObject - - + + + + addObject: + anObject + + - addObject:anObject - - + + addObject: + anObject + + diff --git a/Documentation/gsdoc/NSBundle.gsdoc b/Documentation/gsdoc/NSBundle.gsdoc index 0e55a54ae..d7f156c23 100644 --- a/Documentation/gsdoc/NSBundle.gsdoc +++ b/Documentation/gsdoc/NSBundle.gsdoc @@ -16,75 +16,115 @@ Foundation/NSBundle.h NSObject - - - allBundles - - + + + + allBundles + + - allFrameworks - - + + allFrameworks + + - bundleForClass:aClass - - + + bundleForClass: + aClass + + - bundleWithPath:path - - + + bundleWithPath: + path + + - mainBundle - - + + mainBundle + + - pathForResource:nameofType:extensioninDirectory:bundlePath - - + + pathForResource: + name + ofType: + extension + inDirectory: + bundlePath + + - bundlePath - - + + bundlePath + + - classNamed:className - - + + classNamed: + className + + - infoDictionary - - + + infoDictionary + + - initWithPath:fullPath - - + + initWithPath: + fullPath + + - load - - + + load + + - localizedStringForKey:keyvalue:value - - + + localizedStringForKey: + key + value: + value + + - pathForResource:nameofType:extension - - + + pathForResource: + name + ofType: + extension + + - pathForResource:nameofType:extensioninDirectory:bundlePath - - + + pathForResource: + name + ofType: + extension + inDirectory: + bundlePath + + - pathsForResourcesOfType:extensioninDirectory:bundlePath - - + + pathsForResourcesOfType: + extension + inDirectory: + bundlePath + + - principalClass - - + + principalClass + + - resourcePath - - + + resourcePath + + diff --git a/Documentation/gsdoc/NSCalendarDate.gsdoc b/Documentation/gsdoc/NSCalendarDate.gsdoc index 0bebb817b..3e553288f 100644 --- a/Documentation/gsdoc/NSCalendarDate.gsdoc +++ b/Documentation/gsdoc/NSCalendarDate.gsdoc @@ -16,115 +16,210 @@ Foundation/NSDate.h NSCoding - - - calendarDate - - + + + + calendarDate + + - dateWithString:descriptioncalendarFormat:format - - + + dateWithString: + description + calendarFormat: + format + + - dateWithString:descriptioncalendarFormat:format - - + + dateWithString: + description + calendarFormat: + format + + - dateWithYear:yearmonth:monthday:dayhour:hourminute:minutesecond:secondtimeZone:aTimeZone - - + + dateWithYear: + year + month: + month + day: + day + hour: + hour + minute: + minute + second: + second + timeZone: + aTimeZone + + - calendarFormat - - + + calendarFormat + + - dateByAddingYears:yearmonths:monthdays:dayhours:hourminutes:minuteseconds:second - - + + dateByAddingYears: + year + months: + month + days: + day + hours: + hour + minutes: + minute + seconds: + second + + - dayOfCommonEra - - + + dayOfCommonEra + + - dayOfMonth - - + + dayOfMonth + + - dayOfWeek - - + + dayOfWeek + + - dayOfYear - - + + dayOfYear + + - description - - + + description + + - descriptionWithCalendarFormat:format - - + + descriptionWithCalendarFormat: + format + + - descriptionWithCalendarFormat:format - - + + descriptionWithCalendarFormat: + format + + - descriptionWithLocale:locale - - + + descriptionWithLocale: + locale + + - hourOfDay - - + + hourOfDay + + - initWithString:description - - + + initWithString: + description + + - initWithString:descriptioncalendarFormat:format - - + + initWithString: + description + calendarFormat: + format + + - initWithString:descriptioncalendarFormat:format - - + + initWithString: + description + calendarFormat: + format + + - initWithYear:yearmonth:monthday:dayhour:hourminute:minutesecond:secondtimeZone:aTimeZone - - + + initWithYear: + year + month: + month + day: + day + hour: + hour + minute: + minute + second: + second + timeZone: + aTimeZone + + - minuteOfHour - - + + minuteOfHour + + - monthOfYear - - + + monthOfYear + + - secondOfMinute - - + + secondOfMinute + + - setCalendarFormat:format - - + + setCalendarFormat: + format + + - setTimeZone:aTimeZone - - + + setTimeZone: + aTimeZone + + - timeZone - - + + timeZone + + - yearOfCommonEra - - + + yearOfCommonEra + + - years:yearsPointermonths:monthsPointerdays:daysPointerhours:hoursPointerminutes:minutesPointerseconds:secondsPointersinceDate:date - - + + years: + yearsPointer + months: + monthsPointer + days: + daysPointer + hours: + hoursPointer + minutes: + minutesPointer + seconds: + secondsPointer + sinceDate: + date + + diff --git a/Documentation/gsdoc/NSCharacterSet.gsdoc b/Documentation/gsdoc/NSCharacterSet.gsdoc index 38001a2ef..a0bd3c81c 100644 --- a/Documentation/gsdoc/NSCharacterSet.gsdoc +++ b/Documentation/gsdoc/NSCharacterSet.gsdoc @@ -16,83 +16,107 @@ Foundation/NSCharacterSet.h NSCoding - - - alphanumericCharacterSet - - + + + + alphanumericCharacterSet + + - characterSetWithBitmapRepresentation:data - - + + characterSetWithBitmapRepresentation: + data + + - characterSetWithCharactersInString:aString - - + + characterSetWithCharactersInString: + aString + + - characterSetWithContentsOfFile:path - - + + characterSetWithContentsOfFile: + path + + - characterSetWithRange:aRange - - + + characterSetWithRange: + aRange + + - controlCharacterSet - - + + controlCharacterSet + + - decimalDigitCharacterSet - - + + decimalDigitCharacterSet + + - decomposableCharacterSet - - + + decomposableCharacterSet + + - illegalCharacterSet - - + + illegalCharacterSet + + - letterCharacterSet - - + + letterCharacterSet + + - lowercaseLetterCharacterSet - - + + lowercaseLetterCharacterSet + + - nonBaseCharacterSet - - + + nonBaseCharacterSet + + - punctuationCharacterSet - - + + punctuationCharacterSet + + - uppercaseLetterCharacterSet - - + + uppercaseLetterCharacterSet + + - whitespaceAndNewlineCharacterSet - - + + whitespaceAndNewlineCharacterSet + + - whitespaceCharacterSet - - + + whitespaceCharacterSet + + - bitmapRepresentation - - + + bitmapRepresentation + + - characterIsMember:aCharacter - - + + characterIsMember: + aCharacter + + - invertedSet - - + + invertedSet + + diff --git a/Documentation/gsdoc/NSCoder.gsdoc b/Documentation/gsdoc/NSCoder.gsdoc index a4562e6b6..8b3720163 100644 --- a/Documentation/gsdoc/NSCoder.gsdoc +++ b/Documentation/gsdoc/NSCoder.gsdoc @@ -16,119 +16,175 @@ Foundation/NSCoder.h NSObject - - - decodeArrayOfObjCType:itemTypecount:countat:address - - + + + + decodeArrayOfObjCType: + itemType + count: + count + at: + address + + - decodeBytesWithReturnedLength:numBytes - - + + decodeBytesWithReturnedLength: + numBytes + + - decodeDataObject - - + + decodeDataObject + + - decodeObject - - + + decodeObject + + - decodePoint - - + + decodePoint + + - decodePropertyList - - + + decodePropertyList + + - decodeRect - - + + decodeRect + + - decodeSize - - + + decodeSize + + - decodeValueOfObjCType:valueType - - + + decodeValueOfObjCType: + valueType + + - decodeValuesOfObjCTypes:valueTypes, - - + + decodeValuesOfObjCTypes: + valueTypes, + + - encodeArrayOfObjCType:itemTypecount:countat:address - - + + encodeArrayOfObjCType: + itemType + count: + count + at: + address + + - encodeBycopyObject:object - - + + encodeBycopyObject: + object + + - encodeByrefObject:object - - + + encodeByrefObject: + object + + - encodeBytes:address - - + + encodeBytes: + address + + - encodeConditionalObject:object - - + + encodeConditionalObject: + object + + - encodeDataObject:data - - + + encodeDataObject: + data + + - encodeObject:object - - + + encodeObject: + object + + - encodePoint:point - - + + encodePoint: + point + + - encodePropertyList:aPropertyList - - + + encodePropertyList: + aPropertyList + + - encodeRect:rect - - + + encodeRect: + rect + + - encodeRootObject:rootObject - - + + encodeRootObject: + rootObject + + - encodeSize:size - - + + encodeSize: + size + + - encodeValueOfObjCType:valueType - - + + encodeValueOfObjCType: + valueType + + - encodeValuesOfObjCTypes:valueTypes, - - + + encodeValuesOfObjCTypes: + valueTypes, + + - objectZone - - + + objectZone + + - setObjectZone:zone - - + + setObjectZone: + zone + + - systemVersion - - + + systemVersion + + - versionForClassName:className - - + + versionForClassName: + className + + diff --git a/Documentation/gsdoc/NSConditionLock.gsdoc b/Documentation/gsdoc/NSConditionLock.gsdoc index 6e2126913..2250abbfb 100644 --- a/Documentation/gsdoc/NSConditionLock.gsdoc +++ b/Documentation/gsdoc/NSConditionLock.gsdoc @@ -16,39 +16,55 @@ Foundation/NSLock.h NSLocking - - - condition - - + + + + condition + + - initWithCondition:condition - - + + initWithCondition: + condition + + - lockBeforeDate:limit - - + + lockBeforeDate: + limit + + - lockWhenCondition:condition - - + + lockWhenCondition: + condition + + - lockWhenCondition:conditionbeforeDate:limit - - + + lockWhenCondition: + condition + beforeDate: + limit + + - tryLock - - + + tryLock + + - tryLockWhenCondition:condition - - + + tryLockWhenCondition: + condition + + - unlockWithCondition:condition - - + + unlockWithCondition: + condition + + diff --git a/Documentation/gsdoc/NSConnection.gsdoc b/Documentation/gsdoc/NSConnection.gsdoc index 843c718d1..083724235 100644 --- a/Documentation/gsdoc/NSConnection.gsdoc +++ b/Documentation/gsdoc/NSConnection.gsdoc @@ -16,159 +16,217 @@ Foundation/NSConnection.h NSObject - - - allConnections - - + + + + allConnections + + - connectionWithReceivePort:receivePort - - + + connectionWithReceivePort: + receivePort + + - connectionWithRegisteredName:name - - + + connectionWithRegisteredName: + name + + - currentConversation - - + + currentConversation + + - defaultConnection - - + + defaultConnection + + - rootProxyForConnectionWithRegisteredName:name - - + + rootProxyForConnectionWithRegisteredName: + name + + - addRequestMode:mode - - + + addRequestMode: + mode + + - addRunLoop:runloop - - + + addRunLoop: + runloop + + - delegate - - + + delegate + + - enableMultipleThreads - - + + enableMultipleThreads + + - independentConversationQueueing - - + + independentConversationQueueing + + - initWithReceivePort:receivePort - - + + initWithReceivePort: + receivePort + + - invalidate - - + + invalidate + + - isValid - - + + isValid + + - localObjects - - + + localObjects + + - multipleThreadsEnabled - - + + multipleThreadsEnabled + + - receivePort - - + + receivePort + + - registerName:name - - + + registerName: + name + + - remoteObjects - - + + remoteObjects + + - removeRequestMode:mode - - + + removeRequestMode: + mode + + - removeRunLoop:runloop - - + + removeRunLoop: + runloop + + - replyTimeout - - + + replyTimeout + + - requestModes - - + + requestModes + + - requestTimeout - - + + requestTimeout + + - rootObject - - + + rootObject + + - rootProxy - - + + rootProxy + + - runInNewThread - - + + runInNewThread + + - sendPort - - + + sendPort + + - setDelegate:anObject - - + + setDelegate: + anObject + + - setIndependentConversationQueueing:flag - - + + setIndependentConversationQueueing: + flag + + - setReplyTimeout:seconds - - + + setReplyTimeout: + seconds + + - setRequestTimeout:seconds - - + + setRequestTimeout: + seconds + + - setRootObject:anObject - - + + setRootObject: + anObject + + - statistics - - + + statistics + + - authenticateComponents:components - - + + authenticateComponents: + components + + - authenticationDataForComponents:components - - + + authenticationDataForComponents: + components + + - connection:parentConnectionshouldMakeNewConnection:newConnnection - - + + connection: + parentConnection + shouldMakeNewConnection: + newConnnection + + - makeNewConnection:newConnection - - + + makeNewConnection: + newConnection + + diff --git a/Documentation/gsdoc/NSCountedSet.gsdoc b/Documentation/gsdoc/NSCountedSet.gsdoc index 99d24adc5..a2287f3ef 100644 --- a/Documentation/gsdoc/NSCountedSet.gsdoc +++ b/Documentation/gsdoc/NSCountedSet.gsdoc @@ -16,43 +16,58 @@ Foundation/NSSet.h NSCoding - - - addObject:anObject - - + + + + addObject: + anObject + + - allObjects - - + + allObjects + + - count - - + + count + + - countForObject:anObject - - + + countForObject: + anObject + + - initWithArray:anArray - - + + initWithArray: + anArray + + - initWithCapacity:numItems - - + + initWithCapacity: + numItems + + - initWithSet:aSet - - + + initWithSet: + aSet + + - objectEnumerator - - + + objectEnumerator + + - removeObject:anObject - - + + removeObject: + anObject + + diff --git a/Documentation/gsdoc/NSDate.gsdoc b/Documentation/gsdoc/NSDate.gsdoc index 17f033076..d4a980b72 100644 --- a/Documentation/gsdoc/NSDate.gsdoc +++ b/Documentation/gsdoc/NSDate.gsdoc @@ -16,111 +16,160 @@ Foundation/NSDate.h NSCoding - - - timeIntervalSinceReferenceDate - - + + + + timeIntervalSinceReferenceDate + + - date - - + + date + + - dateWithString:aString - - + + dateWithString: + aString + + - dateWithTimeIntervalSinceNow:seconds - - + + dateWithTimeIntervalSinceNow: + seconds + + - dateWithTimeIntervalSince1970:seconds - - + + dateWithTimeIntervalSince1970: + seconds + + - dateWithTimeIntervalSinceReferenceDate:seconds - - + + dateWithTimeIntervalSinceReferenceDate: + seconds + + - distantFuture - - + + distantFuture + + - distantPast - - + + distantPast + + - addTimeInterval:seconds - - + + addTimeInterval: + seconds + + - compare:anotherDate - - + + compare: + anotherDate + + - dateWithCalendarFormat:formatString - - + + dateWithCalendarFormat: + formatString + + - description - - + + description + + - descriptionWithCalendarFormat:formatStringtimeZone:aTimeZonelocale:localeDictionary - - + + descriptionWithCalendarFormat: + formatString + timeZone: + aTimeZone + locale: + localeDictionary + + - descriptionWithLocale:localeDictionary - - + + descriptionWithLocale: + localeDictionary + + - earlierDate:anotherDate - - + + earlierDate: + anotherDate + + - init - - + + init + + - initWithString:description - - + + initWithString: + description + + - initWithTimeInterval:secondssinceDate:anotherDate - - + + initWithTimeInterval: + seconds + sinceDate: + anotherDate + + - initWithTimeIntervalSinceNow:seconds - - + + initWithTimeIntervalSinceNow: + seconds + + - initWithTimeIntervalSinceReferenceDate:seconds - - + + initWithTimeIntervalSinceReferenceDate: + seconds + + - isEqualToDate:anotherDate - - + + isEqualToDate: + anotherDate + + - laterDate:anotherDate - - + + laterDate: + anotherDate + + - timeIntervalSinceDate:anotherDate - - + + timeIntervalSinceDate: + anotherDate + + - timeIntervalSince1970 - - + + timeIntervalSince1970 + + - timeIntervalSinceNow - - + + timeIntervalSinceNow + + - timeIntervalSinceReferenceDate - - + + timeIntervalSinceReferenceDate + + diff --git a/Documentation/gsdoc/NSDateFormatter.gsdoc b/Documentation/gsdoc/NSDateFormatter.gsdoc index d7f054e44..57c7ebd10 100644 --- a/Documentation/gsdoc/NSDateFormatter.gsdoc +++ b/Documentation/gsdoc/NSDateFormatter.gsdoc @@ -16,19 +16,25 @@ Foundation/NSDateFormatter.h NSObject - - - allowsNaturalLanguage - - + + + + allowsNaturalLanguage + + - dateFormat - - + + dateFormat + + - initWithDateFormat:formatallowNaturalLanguage:flag - - + + initWithDateFormat: + format + allowNaturalLanguage: + flag + + diff --git a/Documentation/gsdoc/NSDecimalNumber.gsdoc b/Documentation/gsdoc/NSDecimalNumber.gsdoc index fb7f2368b..34209cd49 100644 --- a/Documentation/gsdoc/NSDecimalNumber.gsdoc +++ b/Documentation/gsdoc/NSDecimalNumber.gsdoc @@ -15,139 +15,208 @@ NSDecimalNumber Foundation/NSDecimalNumber.h - - - decimalNumberWithDecimal:decimal - - + + + + decimalNumberWithDecimal: + decimal + + - decimalNumberWithMantissa:mantissaexponent:exponentisNegative:isNegative - - + + decimalNumberWithMantissa: + mantissa + exponent: + exponent + isNegative: + isNegative + + - decimalNumberWithString:numericString - - + + decimalNumberWithString: + numericString + + - decimalNumberWithString:numericString - - + + decimalNumberWithString: + numericString + + - defaultBehavior - - + + defaultBehavior + + - maximumDecimalNumber - - + + maximumDecimalNumber + + - minimumDecimalNumber - - + + minimumDecimalNumber + + - notANumber - - + + notANumber + + - one - - + + one + + - setDefaultBehavior:behavior - - + + setDefaultBehavior: + behavior + + - zero - - + + zero + + - compare:decimalNumber - - + + compare: + decimalNumber + + - decimalNumberByAdding:decimalNumber - - + + decimalNumberByAdding: + decimalNumber + + - decimalNumberByAdding:decimalNumber - - + + decimalNumberByAdding: + decimalNumber + + - decimalNumberByDividingBy:decimalNumber - - + + decimalNumberByDividingBy: + decimalNumber + + - decimalNumberByDividingBy:decimalNumber - - + + decimalNumberByDividingBy: + decimalNumber + + - decimalNumberByMultiplyingBy:decimalNumber - - + + decimalNumberByMultiplyingBy: + decimalNumber + + - decimalNumberByMultiplyingBy:decimalNumber - - + + decimalNumberByMultiplyingBy: + decimalNumber + + - decimalNumberByMultiplyingByPowerOf10:power - - + + decimalNumberByMultiplyingByPowerOf10: + power + + - decimalNumberByMultiplyingByPowerOf10:powerwithBehavior:behavior - - + + decimalNumberByMultiplyingByPowerOf10: + power + withBehavior: + behavior + + - decimalNumberByRaisingToPower:power - - + + decimalNumberByRaisingToPower: + power + + - decimalNumberByRaisingToPower:powerwithBehavior:behavior - - + + decimalNumberByRaisingToPower: + power + withBehavior: + behavior + + - decimalNumberByRoundingAccordingToBehavior:behavior - - + + decimalNumberByRoundingAccordingToBehavior: + behavior + + - decimalNumberBySubtracting:decimalNumber - - + + decimalNumberBySubtracting: + decimalNumber + + - decimalNumberBySubtracting:decimalNumber - - + + decimalNumberBySubtracting: + decimalNumber + + - decimalValue - - + + decimalValue + + - descriptionWithLocale:locale - - + + descriptionWithLocale: + locale + + - doubleValue - - + + doubleValue + + - initWithDecimal:decimal - - + + initWithDecimal: + decimal + + - initWithMantissa:mantissaexponent:exponentisNegative:isNegative - - + + initWithMantissa: + mantissa + exponent: + exponent + isNegative: + isNegative + + - initWithString:numericString - - + + initWithString: + numericString + + - initWithString:numericString - - + + initWithString: + numericString + + - objCType - - + + objCType + + diff --git a/Documentation/gsdoc/NSDecimalNumberHandler.gsdoc b/Documentation/gsdoc/NSDecimalNumberHandler.gsdoc index 8a9606a34..8c727a888 100644 --- a/Documentation/gsdoc/NSDecimalNumberHandler.gsdoc +++ b/Documentation/gsdoc/NSDecimalNumberHandler.gsdoc @@ -16,19 +16,44 @@ Foundation/NSDecimalNumber.h NSDecimalNumberBehaviors - - - defaultDecimalNumberHandler - - + + + + defaultDecimalNumberHandler + + - decimalNumberHandlerWithRoundingMode:roundingModescale:scaleraiseOnExactness:raiseOnExactnessraiseOnOverflow:raiseOnOverflowraiseOnUnderflow:raiseOnUnderflowraiseOnDivideByZero:raiseOnDivideByZero - - + + decimalNumberHandlerWithRoundingMode: + roundingMode + scale: + scale + raiseOnExactness: + raiseOnExactness + raiseOnOverflow: + raiseOnOverflow + raiseOnUnderflow: + raiseOnUnderflow + raiseOnDivideByZero: + raiseOnDivideByZero + + - initWithRoundingMode:roundingModescale:scaleraiseOnExactness:raiseOnExactnessraiseOnOverflow:raiseOnOverflowraiseOnUnderflow:raiseOnUnderflowraiseOnDivideByZero:raiseOnDivideByZero - - + + initWithRoundingMode: + roundingMode + scale: + scale + raiseOnExactness: + raiseOnExactness + raiseOnOverflow: + raiseOnOverflow + raiseOnUnderflow: + raiseOnUnderflow + raiseOnDivideByZero: + raiseOnDivideByZero + + diff --git a/Documentation/gsdoc/NSDeserializer.gsdoc b/Documentation/gsdoc/NSDeserializer.gsdoc index 3719e2563..8a874c4dd 100644 --- a/Documentation/gsdoc/NSDeserializer.gsdoc +++ b/Documentation/gsdoc/NSDeserializer.gsdoc @@ -16,19 +16,35 @@ Foundation/NSSerialization.h NSObject - - - deserializePropertyListFromData:dataatCursor:cursormutableContainers:mutable - - + + + + deserializePropertyListFromData: + data + atCursor: + cursor + mutableContainers: + mutable + + - deserializePropertyListFromData:serializationmutableContainers:mutable - - + + deserializePropertyListFromData: + serialization + mutableContainers: + mutable + + - deserializePropertyListLazilyFromData:dataatCursor:cursorlength:(unsigned int)length mutableContainers:mutable - - + + deserializePropertyListLazilyFromData: + data + atCursor: + cursor + length:(unsigned int)length mutableContainers: + mutable + + diff --git a/Documentation/gsdoc/NSDictionary.gsdoc b/Documentation/gsdoc/NSDictionary.gsdoc index 13be67068..60cba34c2 100644 --- a/Documentation/gsdoc/NSDictionary.gsdoc +++ b/Documentation/gsdoc/NSDictionary.gsdoc @@ -16,151 +16,220 @@ Foundation/NSDictionary.h NSCoding - - - allocWithZone:zone - - + + + + allocWithZone: + zone + + - dictionary - - + + dictionary + + - dictionaryWithContentsOfFile:path - - + + dictionaryWithContentsOfFile: + path + + - dictionaryWithDictionary:otherDictionary - - + + dictionaryWithDictionary: + otherDictionary + + - dictionaryWithObject:anObject - - + + dictionaryWithObject: + anObject + + - dictionaryWithObjects:objects - - + + dictionaryWithObjects: + objects + + - dictionaryWithObjects:objectsforKeys:keyscount:count - - + + dictionaryWithObjects: + objects + forKeys: + keys + count: + count + + - dictionaryWithObjectsAndKeys:object, - - + + dictionaryWithObjectsAndKeys: + object, + + - allKeys - - + + allKeys + + - allKeysForObject:anObject - - + + allKeysForObject: + anObject + + - allValues - - + + allValues + + - count - - + + count + + - descriptionInStringsFileFormat - - + + descriptionInStringsFileFormat + + - descriptionWithLocale:locale - - + + descriptionWithLocale: + locale + + - descriptionWithLocale:locale - - + + descriptionWithLocale: + locale + + - fileGroupOwnerAccountName - - + + fileGroupOwnerAccountName + + - fileModificationDate - - + + fileModificationDate + + - fileOwnerAccountName - - + + fileOwnerAccountName + + - filePosixPermissions - - + + filePosixPermissions + + - fileSize - - + + fileSize + + - fileSystemFileNumber - - + + fileSystemFileNumber + + - fileSystemNumber - - + + fileSystemNumber + + - fileType - - + + fileType + + - initWithContentsOfFile:path - - + + initWithContentsOfFile: + path + + - initWithDictionary:otherDictionary - - + + initWithDictionary: + otherDictionary + + - initWithDictionary:otherDictionary - - + + initWithDictionary: + otherDictionary + + - initWithObjects:objects - - + + initWithObjects: + objects + + - initWithObjects:objectsforKeys:keyscount:count - - + + initWithObjects: + objects + forKeys: + keys + count: + count + + - initWithObjectsAndKeys:object, - - + + initWithObjectsAndKeys: + object, + + - isEqualToDictionary:otherDictionary - - + + isEqualToDictionary: + otherDictionary + + - keyEnumerator - - + + keyEnumerator + + - keysSortedByValueUsingSelector:comparator - - + + keysSortedByValueUsingSelector: + comparator + + - objectEnumerator - - + + objectEnumerator + + - objectForKey:aKey - - + + objectForKey: + aKey + + - objectsForKeys:keysnotFoundMarker:anObject - - + + objectsForKeys: + keys + notFoundMarker: + anObject + + - writeToFile:pathatomically:flag - - + + writeToFile: + path + atomically: + flag + + diff --git a/Documentation/gsdoc/NSDirectoryEnumerator.gsdoc b/Documentation/gsdoc/NSDirectoryEnumerator.gsdoc index 1c69d8266..262258483 100644 --- a/Documentation/gsdoc/NSDirectoryEnumerator.gsdoc +++ b/Documentation/gsdoc/NSDirectoryEnumerator.gsdoc @@ -16,19 +16,22 @@ Foundation/NSFileManager.h NSObject - - - directoryAttributes - - + + + + directoryAttributes + + - fileAttributes - - + + fileAttributes + + - skipDescendents - - + + skipDescendents + + diff --git a/Documentation/gsdoc/NSDistantObject.gsdoc b/Documentation/gsdoc/NSDistantObject.gsdoc index 36ea96301..28699b6dd 100644 --- a/Documentation/gsdoc/NSDistantObject.gsdoc +++ b/Documentation/gsdoc/NSDistantObject.gsdoc @@ -16,31 +16,46 @@ Foundation/NSDistantObject.h NSCoding - - - proxyWithLocal:anObjectconnection:aConnection - - + + + + proxyWithLocal: + anObject + connection: + aConnection + + - proxyWithTarget:remoteObject - - + + proxyWithTarget: + remoteObject + + - connectionForProxy - - + + connectionForProxy + + - initWithLocal:anObjectconnection:aConnection - - + + initWithLocal: + anObject + connection: + aConnection + + - initWithTarget:remoteObject - - + + initWithTarget: + remoteObject + + - setProtocolForProxy:aProtocol - - + + setProtocolForProxy: + aProtocol + + diff --git a/Documentation/gsdoc/NSDistantObjectRequest.gsdoc b/Documentation/gsdoc/NSDistantObjectRequest.gsdoc index a5886576a..37908563d 100644 --- a/Documentation/gsdoc/NSDistantObjectRequest.gsdoc +++ b/Documentation/gsdoc/NSDistantObjectRequest.gsdoc @@ -15,23 +15,28 @@ NSDistantObjectRequest Foundation/NSConnection.h - - - connection - - + + + + connection + + - conversation - - + + conversation + + - invocation - - + + invocation + + - replyWithException:exception - - + + replyWithException: + exception + + diff --git a/Documentation/gsdoc/NSDistributedLock.gsdoc b/Documentation/gsdoc/NSDistributedLock.gsdoc index efb668e8e..bfb8d4783 100644 --- a/Documentation/gsdoc/NSDistributedLock.gsdoc +++ b/Documentation/gsdoc/NSDistributedLock.gsdoc @@ -16,31 +16,39 @@ Foundation/NSDistributedLock.h NSObject - - - lockWithPath:aPath - - + + + + lockWithPath: + aPath + + - breakLock - - + + breakLock + + - initWithPath:aPath - - + + initWithPath: + aPath + + - lockDate - - + + lockDate + + - tryLock - - + + tryLock + + - unlock - - + + unlock + + diff --git a/Documentation/gsdoc/NSDistributedNotificationCenter.gsdoc b/Documentation/gsdoc/NSDistributedNotificationCenter.gsdoc index d02717d9d..e4736fb97 100644 --- a/Documentation/gsdoc/NSDistributedNotificationCenter.gsdoc +++ b/Documentation/gsdoc/NSDistributedNotificationCenter.gsdoc @@ -16,51 +16,97 @@ Foundation/NSDistributedNotificationCenter.h NSObject - - - defaultCenter - - + + + + defaultCenter + + - notificationCenterForType:type - - + + notificationCenterForType: + type + + - addObserver:anObserverselector:aSelectorname:notificationName - - + + addObserver: + anObserver + selector: + aSelector + name: + notificationName + + - addObserver:anObserverselector:aSelectorname:notificationNameobject:anObjectsuspensionBehavior:suspensionBehavior - - + + addObserver: + anObserver + selector: + aSelector + name: + notificationName + object: + anObject + suspensionBehavior: + suspensionBehavior + + - postNotification:notification - - + + postNotification: + notification + + - postNotificationName:notificationName - - + + postNotificationName: + notificationName + + - postNotificationName:notificationNameobject:anObjectuserInfo:userInfo - - + + postNotificationName: + notificationName + object: + anObject + userInfo: + userInfo + + - postNotificationName:notificationNameobject:anObjectuserInfo:userInfodeliverImmediately:deliverImmediately - - + + postNotificationName: + notificationName + object: + anObject + userInfo: + userInfo + deliverImmediately: + deliverImmediately + + - removeObserver:anObservername:notificationNameobject:anObject - - + + removeObserver: + anObserver + name: + notificationName + object: + anObject + + - setSuspended:suspended - - + + setSuspended: + suspended + + - suspended - - + + suspended + + diff --git a/Documentation/gsdoc/NSEnumerator.gsdoc b/Documentation/gsdoc/NSEnumerator.gsdoc index 99fe628e0..9f8fac575 100644 --- a/Documentation/gsdoc/NSEnumerator.gsdoc +++ b/Documentation/gsdoc/NSEnumerator.gsdoc @@ -16,15 +16,17 @@ Foundation/NSUtilities.h NSObject - - - allObjects - - + + + + allObjects + + - nextObject - - + + nextObject + + diff --git a/Documentation/gsdoc/NSException.gsdoc b/Documentation/gsdoc/NSException.gsdoc index 4d2d4ae02..44f3974fb 100644 --- a/Documentation/gsdoc/NSException.gsdoc +++ b/Documentation/gsdoc/NSException.gsdoc @@ -16,43 +16,70 @@ Foundation/NSException.h NSCoding - - - exceptionWithName:namereason:reasonuserInfo:userInfo - - + + + + exceptionWithName: + name + reason: + reason + userInfo: + userInfo + + - raise:nameformat:format - - + + raise: + name + format: + format + + - raise:nameformat:formatarguments:argList - - + + raise: + name + format: + format + arguments: + argList + + - description - - + + description + + - initWithName:namereason:reasonuserInfo:userInfo - - + + initWithName: + name + reason: + reason + userInfo: + userInfo + + - name - - + + name + + - raise - - + + raise + + - reason - - + + reason + + - userInfo - - + + userInfo + + diff --git a/Documentation/gsdoc/NSFileHandle.gsdoc b/Documentation/gsdoc/NSFileHandle.gsdoc index 09f636084..c693e169e 100644 --- a/Documentation/gsdoc/NSFileHandle.gsdoc +++ b/Documentation/gsdoc/NSFileHandle.gsdoc @@ -16,91 +16,122 @@ Foundation/NSFileHandle.h NSObject - - - acceptConnectionInBackgroundAndNotify - - + + + + acceptConnectionInBackgroundAndNotify + + - acceptConnectionInBackgroundAndNotifyForModes:modes - - + + acceptConnectionInBackgroundAndNotifyForModes: + modes + + - availableData - - + + availableData + + - closeFile - - + + closeFile + + - fileDescriptor - - + + fileDescriptor + + - initWithFileDescriptor:fileDescriptor - - + + initWithFileDescriptor: + fileDescriptor + + - initWithFileDescriptor:fileDescriptor - - + + initWithFileDescriptor: + fileDescriptor + + - offsetInFile - - + + offsetInFile + + - readDataOfLength:length - - + + readDataOfLength: + length + + - readDataToEndFile - - + + readDataToEndFile + + - readInBackgroundAndNotify - - + + readInBackgroundAndNotify + + - readInBackgroundAndNotifyForModes:modes - - + + readInBackgroundAndNotifyForModes: + modes + + - readToEndOfFileInBackgroundAndNotify - - + + readToEndOfFileInBackgroundAndNotify + + - readToEndOfFileInBackgroundAndNotifyForModes:modes - - + + readToEndOfFileInBackgroundAndNotifyForModes: + modes + + - seekToEndOfFile - - + + seekToEndOfFile + + - seekToFileOffset:offset - - + + seekToFileOffset: + offset + + - synchronizeFile - - + + synchronizeFile + + - truncateFileAtOffset:offset - - + + truncateFileAtOffset: + offset + + - waitForDataInBackgroundAndNotify - - + + waitForDataInBackgroundAndNotify + + - waitForDataInBackgroundAndNotifyForModes:modes - - + + waitForDataInBackgroundAndNotifyForModes: + modes + + - writeData:data - - + + writeData: + data + + diff --git a/Documentation/gsdoc/NSFileManager.gsdoc b/Documentation/gsdoc/NSFileManager.gsdoc index 3e84f297e..7ebdb0ab6 100644 --- a/Documentation/gsdoc/NSFileManager.gsdoc +++ b/Documentation/gsdoc/NSFileManager.gsdoc @@ -16,123 +16,211 @@ Foundation/NSFileManager.h NSObject - - - defaultManager - - + + + + defaultManager + + - changeCurrentDirectoryPath:path - - + + changeCurrentDirectoryPath: + path + + - changeFileAttributes:attributes - - + + changeFileAttributes: + attributes + + - contentsAtPath:path - - + + contentsAtPath: + path + + - contentsEqualAtPath:path1andPath:path2 - - + + contentsEqualAtPath: + path1 + andPath: + path2 + + - copyPath:sourcetoPath:destinationhandler:handler - - + + copyPath: + source + toPath: + destination + handler: + handler + + - createDirectoryAtPath:pathattributes:attributes - - + + createDirectoryAtPath: + path + attributes: + attributes + + - createFileAtPath:pathcontents:contentsattributes:attributes - - + + createFileAtPath: + path + contents: + contents + attributes: + attributes + + - createSymbolicLinkAtPath:pathpathContent:otherPath - - + + createSymbolicLinkAtPath: + path + pathContent: + otherPath + + - currentDirectoryPath - - + + currentDirectoryPath + + - directoryContentsAtPath:path - - + + directoryContentsAtPath: + path + + - enumeratorAtPath:path - - + + enumeratorAtPath: + path + + - fileAttributesAtPath:pathtraverseLink:flag - - + + fileAttributesAtPath: + path + traverseLink: + flag + + - fileExistsAtPath:path - - + + fileExistsAtPath: + path + + - fileExistsAtPath:pathisDirectory:isDirectory - - + + fileExistsAtPath: + path + isDirectory: + isDirectory + + - fileSystemAttributesAtPath:path - - + + fileSystemAttributesAtPath: + path + + - fileSystemRepresentationWithPath:path - - + + fileSystemRepresentationWithPath: + path + + - isDeletableFileAtPath:path - - + + isDeletableFileAtPath: + path + + - isExecutableFileAtPath:path - - + + isExecutableFileAtPath: + path + + - isReadableFileAtPath:path - - + + isReadableFileAtPath: + path + + - isWritableFileAtPath:path - - + + isWritableFileAtPath: + path + + - linkPath:sourcetoPath:destinationhandler:handler - - + + linkPath: + source + toPath: + destination + handler: + handler + + - movePath:sourcetoPath:destinationhandler:handler - - + + movePath: + source + toPath: + destination + handler: + handler + + - pathContentOfSymbolicLinkAtPath:cStringPath - - + + pathContentOfSymbolicLinkAtPath: + cStringPath + + - removeFileAtPath:pathhandler:handler - - + + removeFileAtPath: + path + handler: + handler + + - stringWithFileSystemRepresentation:string - - + + stringWithFileSystemRepresentation: + string + + - subpathsAtPath:path - - + + subpathsAtPath: + path + + - fileManager:managershouldProceedAfterError:errorInfo - - + + fileManager: + manager + shouldProceedAfterError: + errorInfo + + - fileManager:managerwillProcessPath:path - - + + fileManager: + manager + willProcessPath: + path + + diff --git a/Documentation/gsdoc/NSFormatter.gsdoc b/Documentation/gsdoc/NSFormatter.gsdoc index 5f8fd1b32..cc4b93c75 100644 --- a/Documentation/gsdoc/NSFormatter.gsdoc +++ b/Documentation/gsdoc/NSFormatter.gsdoc @@ -16,27 +16,43 @@ Foundation/NSFormatter.h NSObject - - - attributedStringForObjectValue:anObjectwithDefaultAttributes:attributes - - + + + + attributedStringForObjectValue: + anObject + withDefaultAttributes: + attributes + + - editingStringForObjectValue:anObject - - + + editingStringForObjectValue: + anObject + + - getObjectValue:anObjectforString:stringerrorDescription:error - - + + getObjectValue: + anObject + forString: + string + errorDescription: + error + + - isPartialStringValid: - - + + isPartialStringValid: + + + - stringForObjectValue:anObject - - + + stringForObjectValue: + anObject + + diff --git a/Documentation/gsdoc/NSHost.gsdoc b/Documentation/gsdoc/NSHost.gsdoc index 563f135b3..d270a49a4 100644 --- a/Documentation/gsdoc/NSHost.gsdoc +++ b/Documentation/gsdoc/NSHost.gsdoc @@ -16,51 +16,66 @@ Foundation/NSHost.h NSObject - - - currentHost - - + + + + currentHost + + - flushHostCache - - + + flushHostCache + + - hostWithAddress:address - - + + hostWithAddress: + address + + - hostWithName:name - - + + hostWithName: + name + + - isHostCacheEnabled - - + + isHostCacheEnabled + + - setHostCacheEnabled:flag - - + + setHostCacheEnabled: + flag + + - address - - + + address + + - addresses - - + + addresses + + - isEqualToHost:aHost - - + + isEqualToHost: + aHost + + - name - - + + name + + - names - - + + names + + diff --git a/Documentation/gsdoc/NSInvocation.gsdoc b/Documentation/gsdoc/NSInvocation.gsdoc index 9606b247e..6fbffd9d3 100644 --- a/Documentation/gsdoc/NSInvocation.gsdoc +++ b/Documentation/gsdoc/NSInvocation.gsdoc @@ -16,63 +16,89 @@ Foundation/NSInvocation.h NSCoding - - - invocationWithMethodSignature:signature - - + + + + invocationWithMethodSignature: + signature + + - argumentsRetained - - + + argumentsRetained + + - getArgument:bufferatIndex:index - - + + getArgument: + buffer + atIndex: + index + + - getReturnValue:buffer - - + + getReturnValue: + buffer + + - invoke - - + + invoke + + - invokeWithTarget:anObject - - + + invokeWithTarget: + anObject + + - methodSignature - - + + methodSignature + + - retainArguments - - + + retainArguments + + - selector - - + + selector + + - setArgument:bufferatIndex:index - - + + setArgument: + buffer + atIndex: + index + + - setReturnValue:buffer - - + + setReturnValue: + buffer + + - setSelector:selector - - + + setSelector: + selector + + - setTarget:anObject - - + + setTarget: + anObject + + - target - - + + target + + diff --git a/Documentation/gsdoc/NSLock.gsdoc b/Documentation/gsdoc/NSLock.gsdoc index 307dc9f25..b1a833d5e 100644 --- a/Documentation/gsdoc/NSLock.gsdoc +++ b/Documentation/gsdoc/NSLock.gsdoc @@ -16,15 +16,18 @@ Foundation/NSLock.h NSLocking - - - lockBeforeDate:limit - - + + + + lockBeforeDate: + limit + + - tryLock - - + + tryLock + + diff --git a/Documentation/gsdoc/NSMethodSignature.gsdoc b/Documentation/gsdoc/NSMethodSignature.gsdoc index d42d75307..aab5da642 100644 --- a/Documentation/gsdoc/NSMethodSignature.gsdoc +++ b/Documentation/gsdoc/NSMethodSignature.gsdoc @@ -16,31 +16,38 @@ Foundation/NSMethodSignature.h NSObject - - - getArgumentTypeAtIndex:index - - + + + + getArgumentTypeAtIndex: + index + + - frameLength - - + + frameLength + + - isOneway - - + + isOneway + + - methodReturnLength - - + + methodReturnLength + + - methodReturnType - - + + methodReturnType + + - numberOfArguments - - + + numberOfArguments + + diff --git a/Documentation/gsdoc/NSMutableArray.gsdoc b/Documentation/gsdoc/NSMutableArray.gsdoc index 92f3079a5..b9ea613e3 100644 --- a/Documentation/gsdoc/NSMutableArray.gsdoc +++ b/Documentation/gsdoc/NSMutableArray.gsdoc @@ -16,91 +16,141 @@ Foundation/NSArray.h NSCoding - - - arrayWithCapacity:numItems - - + + + + arrayWithCapacity: + numItems + + - addObject:anObject - - + + addObject: + anObject + + - addObjectsFromArray:otherArray - - + + addObjectsFromArray: + otherArray + + - initWithCapacity:numItems - - + + initWithCapacity: + numItems + + - insertObject:anObject - - + + insertObject: + anObject + + - removeAllObjects - - + + removeAllObjects + + - removeLastObject - - + + removeLastObject + + - removeObject:anObject - - + + removeObject: + anObject + + - removeObject:anObject - - + + removeObject: + anObject + + - removeObjectAtIndex:index - - + + removeObjectAtIndex: + index + + - removeObjectIdenticalTo:anObject - - + + removeObjectIdenticalTo: + anObject + + - removeObjectIdenticalTo:anObject - - + + removeObjectIdenticalTo: + anObject + + - removeObjectsFromIndices:indicesnumIndices:count - - + + removeObjectsFromIndices: + indices + numIndices: + count + + - removeObjectsInArray:otherArray - - + + removeObjectsInArray: + otherArray + + - removeObjectsInRange:aRange - - + + removeObjectsInRange: + aRange + + - replaceObjectAtIndex:indexwithObject:anObject - - + + replaceObjectAtIndex: + index + withObject: + anObject + + - replaceObjectsInRange:aRangewithObjectsFromArray:otherArray - - + + replaceObjectsInRange: + aRange + withObjectsFromArray: + otherArray + + - replaceObjectsInRange:aRangewithObjectsFromArray:otherArray - - + + replaceObjectsInRange: + aRange + withObjectsFromArray: + otherArray + + - setArray:otherArray - - + + setArray: + otherArray + + - sortUsingFunction:comparecontext:context - - + + sortUsingFunction: + compare + context: + context + + - sortUsingSelector:comparator - - + + sortUsingSelector: + comparator + + diff --git a/Documentation/gsdoc/NSMutableAttributedString.gsdoc b/Documentation/gsdoc/NSMutableAttributedString.gsdoc index 955721137..a58e7b55a 100644 --- a/Documentation/gsdoc/NSMutableAttributedString.gsdoc +++ b/Documentation/gsdoc/NSMutableAttributedString.gsdoc @@ -16,59 +16,90 @@ Foundation/NSAttributedString.h NSCoding - - - addAttribute:namevalue:value - - + + + + addAttribute: + name + value: + value + + - addAttributes:attributes - - + + addAttributes: + attributes + + - appendAttributedString:attributedString - - + + appendAttributedString: + attributedString + + - beginEditing - - + + beginEditing + + - deleteCharactersInRange:aRange - - + + deleteCharactersInRange: + aRange + + - endEditing - - + + endEditing + + - insertAttributedString:attributedString - - + + insertAttributedString: + attributedString + + - mutableString - - + + mutableString + + - removeAttribute:namerange:aRange - - + + removeAttribute: + name + range: + aRange + + - replaceCharactersInRange:aRangewithAttributedString:attributedString - - + + replaceCharactersInRange: + aRange + withAttributedString: + attributedString + + - replaceCharactersInRange:aRangewithString:aString - - + + replaceCharactersInRange: + aRange + withString: + aString + + - setAttributedString:attributedString - - + + setAttributedString: + attributedString + + - setAttributes:attributes - - + + setAttributes: + attributes + + diff --git a/Documentation/gsdoc/NSMutableCharacterSet.gsdoc b/Documentation/gsdoc/NSMutableCharacterSet.gsdoc index e1219efd9..c7cd6fd9f 100644 --- a/Documentation/gsdoc/NSMutableCharacterSet.gsdoc +++ b/Documentation/gsdoc/NSMutableCharacterSet.gsdoc @@ -16,35 +16,48 @@ Foundation/NSCharacterSet.h NSCoding - - - addCharactersInRange:aRange - - + + + + addCharactersInRange: + aRange + + - addCharactersInString:aString - - + + addCharactersInString: + aString + + - formIntersectionWithCharacterSet:otherSet - - + + formIntersectionWithCharacterSet: + otherSet + + - formUnionWithCharacterSet:otherSet - - + + formUnionWithCharacterSet: + otherSet + + - invert - - + + invert + + - removeCharactersInRange:aRange - - + + removeCharactersInRange: + aRange + + - removeCharactersInString:aString - - + + removeCharactersInString: + aString + + diff --git a/Documentation/gsdoc/NSMutableData.gsdoc b/Documentation/gsdoc/NSMutableData.gsdoc index 2f0b3cd37..ba3d90c7f 100644 --- a/Documentation/gsdoc/NSMutableData.gsdoc +++ b/Documentation/gsdoc/NSMutableData.gsdoc @@ -16,83 +16,134 @@ Foundation/NSData.h NSCoding - - - allocWithZone:zone - - + + + + allocWithZone: + zone + + - dataWithCapacity:aNumItems - - + + dataWithCapacity: + aNumItems + + - dataWithLength:length - - + + dataWithLength: + length + + - appendBytes:byteslength:length - - + + appendBytes: + bytes + length: + length + + - appendData:otherData - - + + appendData: + otherData + + - increaseLengthBy:extraLength - - + + increaseLengthBy: + extraLength + + - initWithCapacity:capacity - - + + initWithCapacity: + capacity + + - initWithLength:length - - + + initWithLength: + length + + - mutableBytes - - + + mutableBytes + + - replaceBytesInRange:rangewithBytes:bytes - - + + replaceBytesInRange: + range + withBytes: + bytes + + - resetBytesInRange:range - - + + resetBytesInRange: + range + + - serializeAlignedBytesLength:length - - + + serializeAlignedBytesLength: + length + + - serializeDataAt:dataofObjCType:typecontext:callback - - + + serializeDataAt: + data + ofObjCType: + type + context: + callback + + - serializeInt:value - - + + serializeInt: + value + + - serializeInt:valueatIndex:index - - + + serializeInt: + value + atIndex: + index + + - serializeInts:intBuffer - - + + serializeInts: + intBuffer + + - serializeInts:intBuffercount:numIntsatIndex:index - - + + serializeInts: + intBuffer + count: + numInts + atIndex: + index + + - setData:aData - - + + setData: + aData + + - setLength:length - - + + setLength: + length + + diff --git a/Documentation/gsdoc/NSMutableDictionary.gsdoc b/Documentation/gsdoc/NSMutableDictionary.gsdoc index aacab9f1d..d9fa32f0d 100644 --- a/Documentation/gsdoc/NSMutableDictionary.gsdoc +++ b/Documentation/gsdoc/NSMutableDictionary.gsdoc @@ -16,43 +16,60 @@ Foundation/NSDictionary.h NSCoding - - - allocWithZone:zone - - + + + + allocWithZone: + zone + + - dictionaryWithCapacity:numItems - - + + dictionaryWithCapacity: + numItems + + - addEntriesFromDictionary:otherDictionary - - + + addEntriesFromDictionary: + otherDictionary + + - initWithCapacity:numItems - - + + initWithCapacity: + numItems + + - removeAllObjects - - + + removeAllObjects + + - removeObjectForKey:aKey - - + + removeObjectForKey: + aKey + + - removeObjectsForKeys:keyArray - - + + removeObjectsForKeys: + keyArray + + - setDictionary:otherDictionary - - + + setDictionary: + otherDictionary + + - setObject:anObject - - + + setObject: + anObject + + diff --git a/Documentation/gsdoc/NSMutableSet.gsdoc b/Documentation/gsdoc/NSMutableSet.gsdoc index fb9fec0ea..a3d5591c4 100644 --- a/Documentation/gsdoc/NSMutableSet.gsdoc +++ b/Documentation/gsdoc/NSMutableSet.gsdoc @@ -16,51 +16,72 @@ Foundation/NSSet.h NSCoding - - - allocWithZone:zone - - + + + + allocWithZone: + zone + + - setWithCapacity:numItems - - + + setWithCapacity: + numItems + + - addObject:anObject - - + + addObject: + anObject + + - addObjectsFromArray:anArray - - + + addObjectsFromArray: + anArray + + - initWithCapacity:numItems - - + + initWithCapacity: + numItems + + - intersectSet:otherSet - - + + intersectSet: + otherSet + + - minusSet:otherSet - - + + minusSet: + otherSet + + - removeAllObjects - - + + removeAllObjects + + - removeObject:anObject - - + + removeObject: + anObject + + - setSet:otherSet - - + + setSet: + otherSet + + - unionSet:otherSet - - + + unionSet: + otherSet + + diff --git a/Documentation/gsdoc/NSMutableString.gsdoc b/Documentation/gsdoc/NSMutableString.gsdoc index 5829be197..cbac37fc6 100644 --- a/Documentation/gsdoc/NSMutableString.gsdoc +++ b/Documentation/gsdoc/NSMutableString.gsdoc @@ -16,39 +16,57 @@ Foundation/NSString.h NSCoding - - - stringWithCapacity:capacity - - + + + + stringWithCapacity: + capacity + + - appendFormat:format, - - + + appendFormat: + format, + + - appendString:aString - - + + appendString: + aString + + - deleteCharactersInRange:aRange - - + + deleteCharactersInRange: + aRange + + - initWithCapacity:capacity - - + + initWithCapacity: + capacity + + - insertString:aString - - + + insertString: + aString + + - replaceCharactersInRange:aRangewithString:aString - - + + replaceCharactersInRange: + aRange + withString: + aString + + - setString:aString - - + + setString: + aString + + diff --git a/Documentation/gsdoc/NSNotification.gsdoc b/Documentation/gsdoc/NSNotification.gsdoc index dbf2283c5..a9d70c9b4 100644 --- a/Documentation/gsdoc/NSNotification.gsdoc +++ b/Documentation/gsdoc/NSNotification.gsdoc @@ -16,27 +16,40 @@ Foundation/NSNotification.h NSCoding - - - notificationWithName:aNameobject:anObject - - + + + + notificationWithName: + aName + object: + anObject + + - notificationWithName:aNameobject:anObjectuserInfo:userInfo - - + + notificationWithName: + aName + object: + anObject + userInfo: + userInfo + + - name - - + + name + + - object - - + + object + + - userInfo - - + + userInfo + + diff --git a/Documentation/gsdoc/NSNotificationCenter.gsdoc b/Documentation/gsdoc/NSNotificationCenter.gsdoc index 6fbf0c73a..2369fa420 100644 --- a/Documentation/gsdoc/NSNotificationCenter.gsdoc +++ b/Documentation/gsdoc/NSNotificationCenter.gsdoc @@ -16,35 +16,60 @@ Foundation/NSNotification.h NSObject - - - defaultCenter - - + + + + defaultCenter + + - addObserver:anObserverselector:aSelectorname:notificationName - - + + addObserver: + anObserver + selector: + aSelector + name: + notificationName + + - postNotification:notification - - + + postNotification: + notification + + - postNotificationName:notificationName - - + + postNotificationName: + notificationName + + - postNotificationName:notificationNameobject:anObjectuserInfo:userInfo - - + + postNotificationName: + notificationName + object: + anObject + userInfo: + userInfo + + - removeObserver:anObserver - - + + removeObserver: + anObserver + + - removeObserver:anObservername:notificationNameobject:anObject - - + + removeObserver: + anObserver + name: + notificationName + object: + anObject + + diff --git a/Documentation/gsdoc/NSNotificationQueue.gsdoc b/Documentation/gsdoc/NSNotificationQueue.gsdoc index 67d4f6751..21c0aa7be 100644 --- a/Documentation/gsdoc/NSNotificationQueue.gsdoc +++ b/Documentation/gsdoc/NSNotificationQueue.gsdoc @@ -16,27 +16,40 @@ Foundation/NSNotificationQueue.h NSObject - - - defaultQueue - - + + + + defaultQueue + + - dequeueNotificationsMatching:notification - - + + dequeueNotificationsMatching: + notification + + - enqueueNotification:notification - - + + enqueueNotification: + notification + + - enqueueNotification:notificationpostingStyle:postingStylecoalesceMask:coalesceMask - - + + enqueueNotification: + notification + postingStyle: + postingStyle + coalesceMask: + coalesceMask + + - initWithNotificationCenter:notificationCenter - - + + initWithNotificationCenter: + notificationCenter + + diff --git a/Documentation/gsdoc/NSNumber.gsdoc b/Documentation/gsdoc/NSNumber.gsdoc index f78ce9b44..0571f56b3 100644 --- a/Documentation/gsdoc/NSNumber.gsdoc +++ b/Documentation/gsdoc/NSNumber.gsdoc @@ -16,187 +16,261 @@ Foundation/NSValue.h NSCoding - - - numberWithBool:value - - + + + + numberWithBool: + value + + - numberWithChar:value - - + + numberWithChar: + value + + - numberWithDouble:value - - + + numberWithDouble: + value + + - numberWithFloat:value - - + + numberWithFloat: + value + + - numberWithInt:value - - + + numberWithInt: + value + + - numberWithLong:value - - + + numberWithLong: + value + + - numberWithLongLong:value - - + + numberWithLongLong: + value + + - numberWithShort:value - - + + numberWithShort: + value + + - numberWithUnsignedChar:value - - + + numberWithUnsignedChar: + value + + - numberWithUnsignedInt:value - - + + numberWithUnsignedInt: + value + + - numberWithUnsignedLong:value - - + + numberWithUnsignedLong: + value + + - numberWithUnsignedLongLong:value - - + + numberWithUnsignedLongLong: + value + + - numberWithUnsignedShort:value - - + + numberWithUnsignedShort: + value + + - boolValue - - + + boolValue + + - charValue - - + + charValue + + - compare:aNumber - - + + compare: + aNumber + + - decimalValue - - + + decimalValue + + - description - - + + description + + - descriptionWithLocale:aLocale - - + + descriptionWithLocale: + aLocale + + - doubleValue - - + + doubleValue + + - floatValue - - + + floatValue + + - initWithBool:value - - + + initWithBool: + value + + - initWithChar:value - - + + initWithChar: + value + + - initWithDouble:value - - + + initWithDouble: + value + + - initWithFloat:value - - + + initWithFloat: + value + + - initWithInt:value - - + + initWithInt: + value + + - initWithLong:value - - + + initWithLong: + value + + - initWithLongLong:value - - + + initWithLongLong: + value + + - initWithShort:value - - + + initWithShort: + value + + - initWithUnsignedChar:value - - + + initWithUnsignedChar: + value + + - initWithUnsignedInt:value - - + + initWithUnsignedInt: + value + + - initWithUnsignedLong:value - - + + initWithUnsignedLong: + value + + - initWithUnsignedLongLong:value - - + + initWithUnsignedLongLong: + value + + - initWithUnsignedShort:value - - + + initWithUnsignedShort: + value + + - intValue - - + + intValue + + - isEqualToNumber:aNumber - - + + isEqualToNumber: + aNumber + + - longLongValue - - + + longLongValue + + - longValue - - + + longValue + + - shortValue - - + + shortValue + + - stringValue - - + + stringValue + + - unsignedCharValue - - + + unsignedCharValue + + - unsignedIntValue - - + + unsignedIntValue + + - unsignedLongLongValue - - + + unsignedLongLongValue + + - unsignedLongValue - - + + unsignedLongValue + + - unsignedShortValue - - + + unsignedShortValue + + diff --git a/Documentation/gsdoc/NSNumberFormatter.gsdoc b/Documentation/gsdoc/NSNumberFormatter.gsdoc index bb7547d14..97c932b8d 100644 --- a/Documentation/gsdoc/NSNumberFormatter.gsdoc +++ b/Documentation/gsdoc/NSNumberFormatter.gsdoc @@ -16,135 +16,183 @@ Foundation/NSNumberFormatter.h NSObject - - - allowsFloats - - + + + + allowsFloats + + - attributedStringForNil - - + + attributedStringForNil + + - attributedStringForNotANumber - - + + attributedStringForNotANumber + + - attributedStringForZero - - + + attributedStringForZero + + - decimalSeparator - - + + decimalSeparator + + - format - - + + format + + - hasThousandSeparators - - + + hasThousandSeparators + + - localizesFormat - - + + localizesFormat + + - maximum - - + + maximum + + - minimum - - + + minimum + + - negativeFormat - - + + negativeFormat + + - positiveFormat - - + + positiveFormat + + - roundingBehavior - - + + roundingBehavior + + - setAllowsFloats:flag - - + + setAllowsFloats: + flag + + - setAttributedStringForNil:newAttributedString - - + + setAttributedStringForNil: + newAttributedString + + - setAttributedStringForNotANumber:newAttributedString - - + + setAttributedStringForNotANumber: + newAttributedString + + - setAttributedStringForZero:newAttributedString - - + + setAttributedStringForZero: + newAttributedString + + - setDecimalSeparator:newSeparator - - + + setDecimalSeparator: + newSeparator + + - setFormat:aFormat - - + + setFormat: + aFormat + + - setHasThousandSeparators:flag - - + + setHasThousandSeparators: + flag + + - setLocalizesFormat:flag - - + + setLocalizesFormat: + flag + + - setMaximum:aMaximum - - + + setMaximum: + aMaximum + + - setMinimum:aMinimum - - + + setMinimum: + aMinimum + + - setNegativeFormat:aFormat - - + + setNegativeFormat: + aFormat + + - setPositiveFormat:aFormat - - + + setPositiveFormat: + aFormat + + - setRoundingBehavior:newRoundingBehavior - - + + setRoundingBehavior: + newRoundingBehavior + + - setTextAttributesForNegativeValues:newAttributes - - + + setTextAttributesForNegativeValues: + newAttributes + + - setTextAttributesForPositiveValues:newAttributes - - + + setTextAttributesForPositiveValues: + newAttributes + + - setThousandSeparator:newSeparator - - + + setThousandSeparator: + newSeparator + + - textAttributesForNegativeValues - - + + textAttributesForNegativeValues + + - textAttributesForPositiveValues - - + + textAttributesForPositiveValues + + - thousandSeparator - - + + thousandSeparator + + diff --git a/Documentation/gsdoc/NSObject.gsdoc b/Documentation/gsdoc/NSObject.gsdoc index 0f33aa628..f54ef8b23 100644 --- a/Documentation/gsdoc/NSObject.gsdoc +++ b/Documentation/gsdoc/NSObject.gsdoc @@ -16,163 +16,236 @@ Foundation/NSObject.h NSObject - - - alloc - - + + + + alloc + + - allocWithZone:zone - - + + allocWithZone: + zone + + - cancelPreviousPerformRequestsWithTarget:aTargetselector:aSelector - - + + cancelPreviousPerformRequestsWithTarget: + aTarget + selector: + aSelector + + - class - - + + class + + - conformsToProtocol:aProtocol - - + + conformsToProtocol: + aProtocol + + - copyWithZone:zone - - + + copyWithZone: + zone + + - description - - + + description + + - initialize - - + + initialize + + - instanceMethodForSelector:aSelector - - + + instanceMethodForSelector: + aSelector + + - instanceMethodSignatureForSelector:aSelector - - + + instanceMethodSignatureForSelector: + aSelector + + - instancesRespondToSelector:aSelector - - + + instancesRespondToSelector: + aSelector + + - load - - + + load + + - mutableCopyWithZone:zone - - + + mutableCopyWithZone: + zone + + - new - - + + new + + - poseAsClass:aClass - - + + poseAsClass: + aClass + + - setVersion:aVersion - - + + setVersion: + aVersion + + - superclass - - + + superclass + + - version - - + + version + + - awakeAfterUsingCoder:aDecoder - - + + awakeAfterUsingCoder: + aDecoder + + - classForArchiver - - + + classForArchiver + + - classForCoder - - + + classForCoder + + - classForPortCoder - - + + classForPortCoder + + - connection:connectionhandleRequest:doreq - - + + connection: + connection + handleRequest: + doreq + + - copy - - + + copy + + - dealloc - - + + dealloc + + - description - - + + description + + - doesNotRecognizeSelector:aSelector - - + + doesNotRecognizeSelector: + aSelector + + - forwardInvocation:anInvocation - - + + forwardInvocation: + anInvocation + + - hash - - + + hash + + - init - - + + init + + - isEqual:anObject - - + + isEqual: + anObject + + - methodForSelector:aSelector - - + + methodForSelector: + aSelector + + - methodSignatureForSelector:aSelector - - + + methodSignatureForSelector: + aSelector + + - mutableCopy - - + + mutableCopy + + - performSelector:aSelectorwithObject:anArgument - - + + performSelector: + aSelector + withObject: + anArgument + + - performSelector:aSelectorwithObject:anArgumentafterDelay:delayinModes:modes - - + + performSelector: + aSelector + withObject: + anArgument + afterDelay: + delay + inModes: + modes + + - replacementObjectForArchiver:anArchiver - - + + replacementObjectForArchiver: + anArchiver + + - replacementObjectForCoder:aCoder - - + + replacementObjectForCoder: + aCoder + + - replacementObjectForPortCoder:aCoder - - + + replacementObjectForPortCoder: + aCoder + + diff --git a/Documentation/gsdoc/NSPort.gsdoc b/Documentation/gsdoc/NSPort.gsdoc index 55867c3b3..6bc028563 100644 --- a/Documentation/gsdoc/NSPort.gsdoc +++ b/Documentation/gsdoc/NSPort.gsdoc @@ -16,63 +16,91 @@ Foundation/NSPort.h NSCoding - - - port - - + + + + port + + - portWithMachPort:machPort - - + + portWithMachPort: + machPort + + - addConnection:connectiontoRunLoop:runLoopforMode:mode - - + + addConnection: + connection + toRunLoop: + runLoop + forMode: + mode + + - delegate - - + + delegate + + - initWithMachPort:machPort - - + + initWithMachPort: + machPort + + - invalidate - - + + invalidate + + - isValid - - + + isValid + + - machPort - - + + machPort + + - removeConnection:connectionfromRunLoop:runLoop - - + + removeConnection: + connection + fromRunLoop: + runLoop + + - reservedSpaceLength - - + + reservedSpaceLength + + - setDelegate:anObject - - + + setDelegate: + anObject + + - handleMachMessage:machMessage - - + + handleMachMessage: + machMessage + + - handlePortMessage:portMessage - - + + handlePortMessage: + portMessage + + - limitDateForMode:mode - - + + limitDateForMode: + mode + + diff --git a/Documentation/gsdoc/NSPortCoder.gsdoc b/Documentation/gsdoc/NSPortCoder.gsdoc index 3029b100d..864e19e8c 100644 --- a/Documentation/gsdoc/NSPortCoder.gsdoc +++ b/Documentation/gsdoc/NSPortCoder.gsdoc @@ -16,35 +16,48 @@ Foundation/NSPortCoder.h NSObject - - - portCoderWithReceivePort:receivePortsendPort:sendPortcomponents:components - - + + + + portCoderWithReceivePort: + receivePort + sendPort: + sendPort + components: + components + + - connection - - + + connection + + - decodePortObject - - + + decodePortObject + + - dispatch - - + + dispatch + + - encodePortObject:aPort - - + + encodePortObject: + aPort + + - isBycopy - - + + isBycopy + + - isByref - - + + isByref + + diff --git a/Documentation/gsdoc/NSPortMessage.gsdoc b/Documentation/gsdoc/NSPortMessage.gsdoc index de5a8e46a..0ee4c3e17 100644 --- a/Documentation/gsdoc/NSPortMessage.gsdoc +++ b/Documentation/gsdoc/NSPortMessage.gsdoc @@ -16,39 +16,53 @@ Foundation/NSPortMessage.h NSObject - - - components - - + + + + components + + - initWithMachMessage:buffer - - + + initWithMachMessage: + buffer + + - initWithSendPort:sendPortreceivePort:receivePort - - + + initWithSendPort: + sendPort + receivePort: + receivePort + + - msgid - - + + msgid + + - receivePort - - + + receivePort + + - sendBeforeDate:aDate - - + + sendBeforeDate: + aDate + + - sendPort - - + + sendPort + + - setMsgid:msgid - - + + setMsgid: + msgid + + diff --git a/Documentation/gsdoc/NSPortNameServer.gsdoc b/Documentation/gsdoc/NSPortNameServer.gsdoc index e8a58cd08..e2e217b9b 100644 --- a/Documentation/gsdoc/NSPortNameServer.gsdoc +++ b/Documentation/gsdoc/NSPortNameServer.gsdoc @@ -16,27 +16,38 @@ Foundation/NSPortNameServer.h NSObject - - - defaultPortNameServer - - + + + + defaultPortNameServer + + - portForName:portName - - + + portForName: + portName + + - portForName:portName - - + + portForName: + portName + + - registerPort:aPortforName:portName - - + + registerPort: + aPort + forName: + portName + + - removePortForName:portName - - + + removePortForName: + portName + + diff --git a/Documentation/gsdoc/NSProcessInfo.gsdoc b/Documentation/gsdoc/NSProcessInfo.gsdoc index 8f5d06cb6..bff36de08 100644 --- a/Documentation/gsdoc/NSProcessInfo.gsdoc +++ b/Documentation/gsdoc/NSProcessInfo.gsdoc @@ -16,43 +16,53 @@ Foundation/NSProcessinfo.h NSObject - - - processInfo - - + + + + processInfo + + - arguments - - + + arguments + + - environment - - + + environment + + - globallyUniqueString - - + + globallyUniqueString + + - hostName - - + + hostName + + - operatingSystem - - + + operatingSystem + + - operatingSystemName - - + + operatingSystemName + + - processName - - + + processName + + - setProcessName:newName - - + + setProcessName: + newName + + diff --git a/Documentation/gsdoc/NSProtocolChecker.gsdoc b/Documentation/gsdoc/NSProtocolChecker.gsdoc index 077694848..16f32e4dc 100644 --- a/Documentation/gsdoc/NSProtocolChecker.gsdoc +++ b/Documentation/gsdoc/NSProtocolChecker.gsdoc @@ -15,31 +15,41 @@ NSProtocolChecker Foundation/NSProtocolChecker.h - - - protocolCheckerWithTarget:anObject - - + + + + protocolCheckerWithTarget: + anObject + + - forwardInvocation:anInvocation - - + + forwardInvocation: + anInvocation + + - initWithTarget:anObject - - + + initWithTarget: + anObject + + - methodDescriptionForSelector:aSelector - - + + methodDescriptionForSelector: + aSelector + + - protocol - - + + protocol + + - target - - + + target + + diff --git a/Documentation/gsdoc/NSProxy.gsdoc b/Documentation/gsdoc/NSProxy.gsdoc index 4538b5762..4c7950cc8 100644 --- a/Documentation/gsdoc/NSProxy.gsdoc +++ b/Documentation/gsdoc/NSProxy.gsdoc @@ -16,67 +16,90 @@ Foundation/NSProxy.h NSObject - - - alloc - - + + + + alloc + + - allocWithZone:zone - - + + allocWithZone: + zone + + - class - - + + class + + - load - - + + load + + - respondsToSelector:aSelector - - + + respondsToSelector: + aSelector + + - class - - + + class + + - conformsToProtocol:aProtocol - - + + conformsToProtocol: + aProtocol + + - dealloc - - + + dealloc + + - description - - + + description + + - forwardInvocation:anInvocation - - + + forwardInvocation: + anInvocation + + - isKindOfClass:aClass - - + + isKindOfClass: + aClass + + - isMemberOfClass:aClass - - + + isMemberOfClass: + aClass + + - isProxy - - + + isProxy + + - methodSignatureForSelector:aSelector - - + + methodSignatureForSelector: + aSelector + + - respondsToSelector:aSelector - - + + respondsToSelector: + aSelector + + diff --git a/Documentation/gsdoc/NSRecursiveLock.gsdoc b/Documentation/gsdoc/NSRecursiveLock.gsdoc index e30b013a6..ec9a7810a 100644 --- a/Documentation/gsdoc/NSRecursiveLock.gsdoc +++ b/Documentation/gsdoc/NSRecursiveLock.gsdoc @@ -16,15 +16,18 @@ Foundation/NSLock.h NSLocking - - - lockBeforeDate:limit - - + + + + lockBeforeDate: + limit + + - tryLock - - + + tryLock + + diff --git a/Documentation/gsdoc/NSRunLoop.gsdoc b/Documentation/gsdoc/NSRunLoop.gsdoc index b45746390..9d75d3dba 100644 --- a/Documentation/gsdoc/NSRunLoop.gsdoc +++ b/Documentation/gsdoc/NSRunLoop.gsdoc @@ -16,59 +16,103 @@ Foundation/NSRunLoop.h NSObject - - - currentRunLoop - - + + + + currentRunLoop + + - acceptInputForMode:modebeforeDate:limitDate - - + + acceptInputForMode: + mode + beforeDate: + limitDate + + - addPort:aPortforMode:mode - - + + addPort: + aPort + forMode: + mode + + - addTimer:aTimerforMode:mode - - + + addTimer: + aTimer + forMode: + mode + + - cancelPerformSelector:aSelectortarget:targetargument:anArgument - - + + cancelPerformSelector: + aSelector + target: + target + argument: + anArgument + + - configureAsServer - - + + configureAsServer + + - currentMode - - + + currentMode + + - limitDateForMode:mode - - + + limitDateForMode: + mode + + - performSelector:aSelectortarget:targetargument:anArgumentorder:ordermodes:modes - - + + performSelector: + aSelector + target: + target + argument: + anArgument + order: + order + modes: + modes + + - removePort:aPortforMode:mode - - + + removePort: + aPort + forMode: + mode + + - run - - + + run + + - runMode:modebeforeDate:limitDate - - + + runMode: + mode + beforeDate: + limitDate + + - runUntilDate:limitDate - - + + runUntilDate: + limitDate + + diff --git a/Documentation/gsdoc/NSScanner.gsdoc b/Documentation/gsdoc/NSScanner.gsdoc index 429750710..385cabb59 100644 --- a/Documentation/gsdoc/NSScanner.gsdoc +++ b/Documentation/gsdoc/NSScanner.gsdoc @@ -16,99 +16,145 @@ Foundation/NSScanner.h NSCopying - - - localizedScannerWithString:aString - - + + + + localizedScannerWithString: + aString + + - scannerWithString:aString - - + + scannerWithString: + aString + + - caseSensitive - - + + caseSensitive + + - charactersToBeSkipped - - + + charactersToBeSkipped + + - initWithString:aString - - + + initWithString: + aString + + - isAtEnd - - + + isAtEnd + + - locale - - + + locale + + - scanCharactersFromSet:scanSetintoString:stringValue - - + + scanCharactersFromSet: + scanSet + intoString: + stringValue + + - scanDecimal:decimalValue - - + + scanDecimal: + decimalValue + + - scanDouble:doubleValue - - + + scanDouble: + doubleValue + + - scanFloat:floatValue - - + + scanFloat: + floatValue + + - scanHexInt:intValue - - + + scanHexInt: + intValue + + - scanInt:intValue - - + + scanInt: + intValue + + - scanLocation - - + + scanLocation + + - scanLongLong:longLongValue - - + + scanLongLong: + longLongValue + + - scanString:stringintoString:stringValue - - + + scanString: + string + intoString: + stringValue + + - scanUpToCharactersFromSet:stopSetintoString:stringValue - - + + scanUpToCharactersFromSet: + stopSet + intoString: + stringValue + + - scanUpToString:stopString - - + + scanUpToString: + stopString + + - setCaseSensitive:flag - - + + setCaseSensitive: + flag + + - setCharactersToBeSkipped:skipSet - - + + setCharactersToBeSkipped: + skipSet + + - setLocale:aLocale - - + + setLocale: + aLocale + + - setScanLocation:index - - + + setScanLocation: + index + + - string - - + + string + + diff --git a/Documentation/gsdoc/NSSerializer.gsdoc b/Documentation/gsdoc/NSSerializer.gsdoc index a9c9477ba..ad9d4de29 100644 --- a/Documentation/gsdoc/NSSerializer.gsdoc +++ b/Documentation/gsdoc/NSSerializer.gsdoc @@ -16,15 +16,19 @@ Foundation/NSSerialization.h NSObject - - - serializePropertyList:aPropertyList - - + + + + serializePropertyList: + aPropertyList + + - serializePropertyList:aPropertyList - - + + serializePropertyList: + aPropertyList + + diff --git a/Documentation/gsdoc/NSSet.gsdoc b/Documentation/gsdoc/NSSet.gsdoc index 9ffada087..762e56516 100644 --- a/Documentation/gsdoc/NSSet.gsdoc +++ b/Documentation/gsdoc/NSSet.gsdoc @@ -16,115 +16,173 @@ Foundation/NSSet.h NSCoding - - - allocWithZone:zone - - + + + + allocWithZone: + zone + + - set - - + + set + + - setWithArray:anArray - - + + setWithArray: + anArray + + - setWithObject:anObject - - + + setWithObject: + anObject + + - setWithObjects:anObject - - + + setWithObjects: + anObject + + - setWithObjects:objectscount:count - - + + setWithObjects: + objects + count: + count + + - setWithArray:aSet - - + + setWithArray: + aSet + + - allObjects - - + + allObjects + + - anyObject - - + + anyObject + + - containsObject:anObject - - + + containsObject: + anObject + + - count - - + + count + + - description - - + + description + + - descriptionWithLocale:locale - - + + descriptionWithLocale: + locale + + - initWithArray:array - - + + initWithArray: + array + + - initWithObjects:anObject - - + + initWithObjects: + anObject + + - initWithObjects:objectscount:count - - + + initWithObjects: + objects + count: + count + + - initWithSet:otherSet - - + + initWithSet: + otherSet + + - initWithSet:otherSetcopyItems:flag - - + + initWithSet: + otherSet + copyItems: + flag + + - intersectsSet:otherSet - - + + intersectsSet: + otherSet + + - isEqualToSet:otherSet - - + + isEqualToSet: + otherSet + + - isSubsetOfSet:otherSet - - + + isSubsetOfSet: + otherSet + + - makeObjectsPerform:aSelector - - + + makeObjectsPerform: + aSelector + + - makeObjectsPerformSelector:aSelector - - + + makeObjectsPerformSelector: + aSelector + + - makeObjectsPerformSelector:aSelectorwithObject:anObject - - + + makeObjectsPerformSelector: + aSelector + withObject: + anObject + + - makeObjectsPerform:aSelectorwithObject:anObject - - + + makeObjectsPerform: + aSelector + withObject: + anObject + + - member:anObject - - + + member: + anObject + + - objectEnumerator - - + + objectEnumerator + + diff --git a/Documentation/gsdoc/NSString.gsdoc b/Documentation/gsdoc/NSString.gsdoc index a058d3ba5..ff8c8dbb0 100644 --- a/Documentation/gsdoc/NSString.gsdoc +++ b/Documentation/gsdoc/NSString.gsdoc @@ -16,359 +16,560 @@ Foundation/NSString.h NSCoding - - - availableStringEncodings - - - - defaultCStringEncoding - - - - localizedNameOfStringEncoding:encoding - - - - localizedStringWithFormat:format, - - - - pathWithComponents:components - - - - string - - - - stringWithCharacters:charslength:length - - - - stringWithContentsOfFile:path - - - - stringWithCString:cString - - - - stringWithCString:cString - - - - stringWithFormat:format, - - - - stringWithString:aString - - - - canBeConvertedToEncoding:encoding - - - - capitalizedString - - - - caseInsensitiveCompare:aString - - - - characterAtIndex:index - - - - commonPrefixWithString:aString - - - - compare:aString - - - - compare:aString - - - - compare:aStringoptions:maskrange:aRange - - - - completePathIntoString:outputNamecaseSensitive:flagmatchesIntoArray:outputArray - - - - componentsSeparatedByString:separator - - - - cString - - - - cStringLength - - - - dataUsingEncoding:encoding - - - - dataUsingEncoding:encodingallowLossyConversion:flag - - - - description - - - - doubleValue - - - - fastestEncoding - - - - fileSystemRepresentation - - - - floatValue - - - - getCharacters:buffer - - - - getCharacters:buffer - - - - getCString:buffer - - - - getCString:buffermaxLength:maxLength - - - - getCString:buffermaxLength:maxLengthrange:aRangeremainingRange:leftoverRange - - - - getFileSystemRepresentation:buffermaxLength:maxLength - - - - getLineStart:startIndexend:lineEndIndexcontentsEnd:contentsEndIndex - - - - hash - - - - hasPrefix:aString - - - - hasSuffix:aString - - - - init - - - - initWithCharacters:characters - - - - initWithCharactersNoCopy:characterslength:lengthfreeWhenDone:flag - - - - initWithContentsOfFile:path - - - - initWithCString:cString - - - - initWithCString:cString - - - - initWithCStringNoCopy:cStringlength:lengthfreeWhenDone:flag - - - - initWithData:dataencoding:encoding - - - - initWithFormat:format, - - - - initWithFormat:formatarguments:argList - - - - initWithFormat:format - - - - initWithFormat:formatlocale:dictionaryarguments:argList - - - - initWithString:aString - - - - intValue - - - - isAbsolutePath - - - - isEqualToString:aString - - - - lastPathComponent - - - - length - - - - lineRangeForRange:aRange - - - - lossyCString - - - - lowercaseString - - - - pathComponents - - - - pathExtension - - - - propertyList - - - - propertyListFromStringsFileFormat - - - - rangeOfCharacterFromSet:aSet - - - - rangeOfCharacterFromSet:aSetoptions:mask - - - - rangeOfCharacterFromSet:aSetoptions:maskrange:aRange - - - - rangeOfComposedCharacterSequenceAtIndex:anIndex - - - - rangeOfString:aString - - - - rangeOfString:aString - - - - rangeOfString:subStringoptions:maskrange:aRange - - - - smallestEncoding - - - - stringByAbbreviatingWithTildeInPath - - - - stringByAppendingFormat:format, - - - - stringByAppendingPathComponent:aString - - - - stringByAppendingPathExtension:string - - - - stringByAppendingString:aString - - - - stringByDeletingLastPathComponent - - - - stringByDeletingPathExtension - - - - stringByExpandingTildeInPath - - - - stringsByAppendingPaths:paths - - - - substringFromIndex:anIndex - - - - substringToIndex:anIndex - - - - substringWithRange:aRange - - - - uppercaseString - - - - writeToFile:pathatomically:flag - - + + + + availableStringEncodings + + + + + defaultCStringEncoding + + + + + localizedNameOfStringEncoding: + encoding + + + + + localizedStringWithFormat: + format, + + + + + pathWithComponents: + components + + + + + string + + + + + stringWithCharacters: + chars + length: + length + + + + + stringWithContentsOfFile: + path + + + + + stringWithCString: + cString + + + + + stringWithCString: + cString + + + + + stringWithFormat: + format, + + + + + stringWithString: + aString + + + + + canBeConvertedToEncoding: + encoding + + + + + capitalizedString + + + + + caseInsensitiveCompare: + aString + + + + + characterAtIndex: + index + + + + + commonPrefixWithString: + aString + + + + + compare: + aString + + + + + compare: + aString + + + + + compare: + aString + options: + mask + range: + aRange + + + + + completePathIntoString: + outputName + caseSensitive: + flag + matchesIntoArray: + outputArray + + + + + componentsSeparatedByString: + separator + + + + + cString + + + + + cStringLength + + + + + dataUsingEncoding: + encoding + + + + + dataUsingEncoding: + encoding + allowLossyConversion: + flag + + + + + description + + + + + doubleValue + + + + + fastestEncoding + + + + + fileSystemRepresentation + + + + + floatValue + + + + + getCharacters: + buffer + + + + + getCharacters: + buffer + + + + + getCString: + buffer + + + + + getCString: + buffer + maxLength: + maxLength + + + + + getCString: + buffer + maxLength: + maxLength + range: + aRange + remainingRange: + leftoverRange + + + + + getFileSystemRepresentation: + buffer + maxLength: + maxLength + + + + + getLineStart: + startIndex + end: + lineEndIndex + contentsEnd: + contentsEndIndex + + + + + hash + + + + + hasPrefix: + aString + + + + + hasSuffix: + aString + + + + + init + + + + + initWithCharacters: + characters + + + + + initWithCharactersNoCopy: + characters + length: + length + freeWhenDone: + flag + + + + + initWithContentsOfFile: + path + + + + + initWithCString: + cString + + + + + initWithCString: + cString + + + + + initWithCStringNoCopy: + cString + length: + length + freeWhenDone: + flag + + + + + initWithData: + data + encoding: + encoding + + + + + initWithFormat: + format, + + + + + initWithFormat: + format + arguments: + argList + + + + + initWithFormat: + format + + + + + initWithFormat: + format + locale: + dictionary + arguments: + argList + + + + + initWithString: + aString + + + + + intValue + + + + + isAbsolutePath + + + + + isEqualToString: + aString + + + + + lastPathComponent + + + + + length + + + + + lineRangeForRange: + aRange + + + + + lossyCString + + + + + lowercaseString + + + + + pathComponents + + + + + pathExtension + + + + + propertyList + + + + + propertyListFromStringsFileFormat + + + + + rangeOfCharacterFromSet: + aSet + + + + + rangeOfCharacterFromSet: + aSet + options: + mask + + + + + rangeOfCharacterFromSet: + aSet + options: + mask + range: + aRange + + + + + rangeOfComposedCharacterSequenceAtIndex: + anIndex + + + + + rangeOfString: + aString + + + + + rangeOfString: + aString + + + + + rangeOfString: + subString + options: + mask + range: + aRange + + + + + smallestEncoding + + + + + stringByAbbreviatingWithTildeInPath + + + + + stringByAppendingFormat: + format, + + + + + stringByAppendingPathComponent: + aString + + + + + stringByAppendingPathExtension: + string + + + + + stringByAppendingString: + aString + + + + + stringByDeletingLastPathComponent + + + + + stringByDeletingPathExtension + + + + + stringByExpandingTildeInPath + + + + + stringsByAppendingPaths: + paths + + + + + substringFromIndex: + anIndex + + + + + substringToIndex: + anIndex + + + + + substringWithRange: + aRange + + + + + uppercaseString + + + + + writeToFile: + path + atomically: + flag + + diff --git a/Documentation/gsdoc/NSTask.gsdoc b/Documentation/gsdoc/NSTask.gsdoc index 81242d328..42352cc1c 100644 --- a/Documentation/gsdoc/NSTask.gsdoc +++ b/Documentation/gsdoc/NSTask.gsdoc @@ -16,95 +16,127 @@ Foundation/NSTask.h NSObject - - - launchedTaskWithLaunchPath:patharguments:arguments - - + + + + launchedTaskWithLaunchPath: + path + arguments: + arguments + + - arguments - - + + arguments + + - currentDirectoryPath - - + + currentDirectoryPath + + - environment - - + + environment + + - init - - + + init + + - interrupt - - + + interrupt + + - isRunning - - + + isRunning + + - launch - - + + launch + + - launchPath - - + + launchPath + + - setArguments:arguments - - + + setArguments: + arguments + + - setCurrentDirectoryPath:path - - + + setCurrentDirectoryPath: + path + + - setEnvironment:environmentDictionary - - + + setEnvironment: + environmentDictionary + + - setLaunchPath:path - - + + setLaunchPath: + path + + - setStandardError:file - - + + setStandardError: + file + + - setStandardInput:file - - + + setStandardInput: + file + + - setStandardOutput:file - - + + setStandardOutput: + file + + - standardError - - + + standardError + + - standardInput - - + + standardInput + + - standardOutput - - + + standardOutput + + - terminate - - + + terminate + + - terminationStatus - - + + terminationStatus + + - waitUntilExit - - + + waitUntilExit + + diff --git a/Documentation/gsdoc/NSThread.gsdoc b/Documentation/gsdoc/NSThread.gsdoc index bd2d38968..d435071d1 100644 --- a/Documentation/gsdoc/NSThread.gsdoc +++ b/Documentation/gsdoc/NSThread.gsdoc @@ -16,31 +16,41 @@ Foundation/NSThread.h NSObject - - - currentThread - - + + + + currentThread + + - detachNewThreadSelector:aSelectortoTarget:(id)aTarget withObject:anArgument - - + + detachNewThreadSelector: + aSelector + toTarget:(id)aTarget withObject: + anArgument + + - exit - - + + exit + + - isMultiThreaded - - + + isMultiThreaded + + - sleepUntilDate:aDate - - + + sleepUntilDate: + aDate + + - threadDictionary - - + + threadDictionary + + diff --git a/Documentation/gsdoc/NSTimeZone.gsdoc b/Documentation/gsdoc/NSTimeZone.gsdoc index c5b7ad271..e028cddee 100644 --- a/Documentation/gsdoc/NSTimeZone.gsdoc +++ b/Documentation/gsdoc/NSTimeZone.gsdoc @@ -16,99 +16,133 @@ Foundation/NSTimeZone.h NSCoding - - - abbreviationDictionary - - + + + + abbreviationDictionary + + - defaultTimeZone - - + + defaultTimeZone + + - localTimeZone - - + + localTimeZone + + - knownTimeZoneNames - - + + knownTimeZoneNames + + - resetSystemTimeZone - - + + resetSystemTimeZone + + - setDefaultTimeZone:aTimeZone - - + + setDefaultTimeZone: + aTimeZone + + - systemTimeZone - - + + systemTimeZone + + - timeZoneForSecondsFromGMT:seconds - - + + timeZoneForSecondsFromGMT: + seconds + + - timeZoneWithAbbreviation:abbreviation - - + + timeZoneWithAbbreviation: + abbreviation + + - timeZoneWithName:aTimeZoneName - - + + timeZoneWithName: + aTimeZoneName + + - timeZoneWithName:aTimeZoneName - - + + timeZoneWithName: + aTimeZoneName + + - abbreviation - - + + abbreviation + + - abbreviationForDate:aDate - - + + abbreviationForDate: + aDate + + - data - - + + data + + - description - - + + description + + - initWithName:aName - - + + initWithName: + aName + + - initWithName:aName - - + + initWithName: + aName + + - isDaylightSavingTime - - + + isDaylightSavingTime + + - isDaylightSavingTimeForDate:aDate - - + + isDaylightSavingTimeForDate: + aDate + + - isEqualToTimeZone:aTimeZone - - + + isEqualToTimeZone: + aTimeZone + + - name - - + + name + + - secondsFromGMT - - + + secondsFromGMT + + - secondsFromGMTForDate:aDate - - + + secondsFromGMTForDate: + aDate + + diff --git a/Documentation/gsdoc/NSTimer.gsdoc b/Documentation/gsdoc/NSTimer.gsdoc index d5aa4b00d..1bc271231 100644 --- a/Documentation/gsdoc/NSTimer.gsdoc +++ b/Documentation/gsdoc/NSTimer.gsdoc @@ -16,47 +16,81 @@ Foundation/NSTimer.h NSObject - - - scheduledTimerWithTimeInterval:secondsinvocation:invocation - - + + + + scheduledTimerWithTimeInterval: + seconds + invocation: + invocation + + - scheduledTimerWithTimeInterval:secondstarget:targetselector:aSelectoruserInfo:userInforepeats:repeats - - + + scheduledTimerWithTimeInterval: + seconds + target: + target + selector: + aSelector + userInfo: + userInfo + repeats: + repeats + + - timerWithTimeInterval:secondsinvocation:invocation - - + + timerWithTimeInterval: + seconds + invocation: + invocation + + - timerWithTimeInterval:secondstarget:targetselector:aSelectoruserInfo:userInforepeats:repeats - - + + timerWithTimeInterval: + seconds + target: + target + selector: + aSelector + userInfo: + userInfo + repeats: + repeats + + - fire - - + + fire + + - fireDate - - + + fireDate + + - invalidate - - + + invalidate + + - isValid - - + + isValid + + - timeInterval - - + + timeInterval + + - userInfo - - + + userInfo + + diff --git a/Documentation/gsdoc/NSURL.gsdoc b/Documentation/gsdoc/NSURL.gsdoc index fdd5a41b0..b86cff853 100644 --- a/Documentation/gsdoc/NSURL.gsdoc +++ b/Documentation/gsdoc/NSURL.gsdoc @@ -16,83 +16,114 @@ Foundation/NSURL.h NSCoding - - - URLWithString:URLString - - + + + + URLWithString: + URLString + + - URLWithString:URLStringrelativeToURL:baseURL - - + + URLWithString: + URLString + relativeToURL: + baseURL + + - fileURLWithPath:path - - + + fileURLWithPath: + path + + - loadResourceDataNotifyingClient:clientusingCache:shouldUseCache - - + + loadResourceDataNotifyingClient: + client + usingCache: + shouldUseCache + + - parameterString - - + + parameterString + + - password - - + + password + + - path - - + + path + + - port - - + + port + + - propertyForKey:propertyKey - - + + propertyForKey: + propertyKey + + - query - - + + query + + - relativePath - - + + relativePath + + - relativeString - - + + relativeString + + - resourceDataUsingCache:shouldUseCache - - + + resourceDataUsingCache: + shouldUseCache + + - resourceSpecifier - - + + resourceSpecifier + + - scheme - - + + scheme + + - setProperty:property - - + + setProperty: + property + + - setResourceData:data - - + + setResourceData: + data + + - standardizedURL - - + + standardizedURL + + - user - - + + user + + diff --git a/Documentation/gsdoc/NSURLHandle.gsdoc b/Documentation/gsdoc/NSURLHandle.gsdoc index 3e100bb1d..af8c2eb53 100644 --- a/Documentation/gsdoc/NSURLHandle.gsdoc +++ b/Documentation/gsdoc/NSURLHandle.gsdoc @@ -15,95 +15,131 @@ NSURLHandle Foundation/NSURLHandle.h - - - URLHandleClassForURL:anURL - - + + + + URLHandleClassForURL: + anURL + + - cachedHandleForURL:anURL - - + + cachedHandleForURL: + anURL + + - canInitWithURL:anURL - - + + canInitWithURL: + anURL + + - registerURLHandleClass:anURLHandleSubclass - - + + registerURLHandleClass: + anURLHandleSubclass + + - addClient:client - - + + addClient: + client + + - availableResourceData - - + + availableResourceData + + - backgroundLoadDidFailWithReason:reason - - + + backgroundLoadDidFailWithReason: + reason + + - beginLoadInBackground - - + + beginLoadInBackground + + - cancelLoadInBackground - - + + cancelLoadInBackground + + - didLoadBytes:newBytesloadComplete:yorn - - + + didLoadBytes: + newBytes + loadComplete: + yorn + + - endLoadInBackground - - + + endLoadInBackground + + - failureReason - - + + failureReason + + - flushCachedData - - + + flushCachedData + + - loadInBackground - - + + loadInBackground + + - loadInForeground - - + + loadInForeground + + - propertyForKey:propertyKey - - + + propertyForKey: + propertyKey + + - propertyForKeyIfAvailable:propertyKey - - + + propertyForKeyIfAvailable: + propertyKey + + - removeClient:client - - + + removeClient: + client + + - resourceData - - + + resourceData + + - status - - + + status + + - writeData:data - - + + writeData: + data + + - writeProperty:propertyValue - - + + writeProperty: + propertyValue + + diff --git a/Documentation/gsdoc/NSUnarchiver.gsdoc b/Documentation/gsdoc/NSUnarchiver.gsdoc index b10b4d79f..84f9e53a3 100644 --- a/Documentation/gsdoc/NSUnarchiver.gsdoc +++ b/Documentation/gsdoc/NSUnarchiver.gsdoc @@ -16,55 +16,78 @@ Foundation/NSArchiver.h NSObject - - - classNameDecodedForArchiveClassName:nameInArchive - - + + + + classNameDecodedForArchiveClassName: + nameInArchive + + - decodeClassName:nameInArchive - - + + decodeClassName: + nameInArchive + + - unarchiveObjectWithData:data - - + + unarchiveObjectWithData: + data + + - unarchiveObjectWithFile:path - - + + unarchiveObjectWithFile: + path + + - classNameDecodedForArchiveClassName:nameInArchive - - + + classNameDecodedForArchiveClassName: + nameInArchive + + - decodeClassName:nameInArchive - - + + decodeClassName: + nameInArchive + + - initForReadingWithData:data - - + + initForReadingWithData: + data + + - isAtEnd - - + + isAtEnd + + - objectZone - - + + objectZone + + - replaceObject:objectwithObject:newObject - - + + replaceObject: + object + withObject: + newObject + + - setObjectZone:zone - - + + setObjectZone: + zone + + - systemVersion - - + + systemVersion + + diff --git a/Documentation/gsdoc/NSUndoManager.gsdoc b/Documentation/gsdoc/NSUndoManager.gsdoc index 9bf46ca9c..492af7d1f 100644 --- a/Documentation/gsdoc/NSUndoManager.gsdoc +++ b/Documentation/gsdoc/NSUndoManager.gsdoc @@ -16,131 +16,174 @@ Foundation/NSUndoManager.h NSObject - - - beginUndoGrouping - - + + + + beginUndoGrouping + + - canRedo - - + + canRedo + + - canUndo - - + + canUndo + + - disableUndoRegistration - - + + disableUndoRegistration + + - enableUndoRegistration - - + + enableUndoRegistration + + - endUndoGrouping - - + + endUndoGrouping + + - forwardInvocation:anInvocation - - + + forwardInvocation: + anInvocation + + - groupingLevel - - + + groupingLevel + + - groupsByEvent - - + + groupsByEvent + + - isRedoing - - + + isRedoing + + - isUndoing - - + + isUndoing + + - isUndoRegisgrationEnabled - - + + isUndoRegisgrationEnabled + + - levelsOfUndo - - + + levelsOfUndo + + - prepareWithInvocationTarget:target - - + + prepareWithInvocationTarget: + target + + - redo - - + + redo + + - redoActionName - - + + redoActionName + + - redoMenuItemTitle - - + + redoMenuItemTitle + + - redoMenuTitleForUndoActionName:actionName - - + + redoMenuTitleForUndoActionName: + actionName + + - registerUndoWithTarget:targetselector:aSelector - - + + registerUndoWithTarget: + target + selector: + aSelector + + - removeAllActions - - + + removeAllActions + + - removeAllActionsWithTarget:target - - + + removeAllActionsWithTarget: + target + + - runLoopModes - - + + runLoopModes + + - setActionName:actionName - - + + setActionName: + actionName + + - setGroupsByEvent:flag - - + + setGroupsByEvent: + flag + + - setLevelsOfUndo:anInt - - + + setLevelsOfUndo: + anInt + + - setRunLoopModes:modes - - + + setRunLoopModes: + modes + + - undo - - + + undo + + - undoActionName - - + + undoActionName + + - undoMenuItemTitle - - + + undoMenuItemTitle + + - undoMenuTitleForUndoActionName:actionName - - + + undoMenuTitleForUndoActionName: + actionName + + - undoNestedGroup - - + + undoNestedGroup + + diff --git a/Documentation/gsdoc/NSUserDefaults.gsdoc b/Documentation/gsdoc/NSUserDefaults.gsdoc index 59a25751f..ffd594092 100644 --- a/Documentation/gsdoc/NSUserDefaults.gsdoc +++ b/Documentation/gsdoc/NSUserDefaults.gsdoc @@ -16,127 +16,192 @@ Foundation/NSUserDefaults.h NSObject - - - standardUserDefaults - - + + + + standardUserDefaults + + - arrayForKey:defaultName - - + + arrayForKey: + defaultName + + - boolForKey:defaultName - - + + boolForKey: + defaultName + + - dataForKey:defaultName - - + + dataForKey: + defaultName + + - dictionaryForKey:defaultName - - + + dictionaryForKey: + defaultName + + - dictionaryRepresentation - - + + dictionaryRepresentation + + - floatForKey:defaultName - - + + floatForKey: + defaultName + + - init - - + + init + + - initWithUser:username - - + + initWithUser: + username + + - integerForKey:defaultName - - + + integerForKey: + defaultName + + - objectForKey:defaultName - - + + objectForKey: + defaultName + + - persistentDomainForName:domainName - - + + persistentDomainForName: + domainName + + - persistentDomainNames - - + + persistentDomainNames + + - registerDefaults:dictionary - - + + registerDefaults: + dictionary + + - removeObjectForKey:defaultName - - + + removeObjectForKey: + defaultName + + - removePersistentDomainForName:domainName - - + + removePersistentDomainForName: + domainName + + - removeVolatileDomainForName:domainName - - + + removeVolatileDomainForName: + domainName + + - searchList - - + + searchList + + - setBool:valueforKey:defaultName - - + + setBool: + value + forKey: + defaultName + + - setFloat:valueforKey:defaultName - - + + setFloat: + value + forKey: + defaultName + + - setInteger:valueforKey:defaultName - - + + setInteger: + value + forKey: + defaultName + + - setObject:valueforKey:defaultName - - + + setObject: + value + forKey: + defaultName + + - setPersistentDomain:domainforName:domainName - - + + setPersistentDomain: + domain + forName: + domainName + + - setSearchList:array - - + + setSearchList: + array + + - setVolatileDomain:domainforName:domainName - - + + setVolatileDomain: + domain + forName: + domainName + + - stringArrayForKey:defaultName - - + + stringArrayForKey: + defaultName + + - stringForKey:defaultName - - + + stringForKey: + defaultName + + - synchronize - - + + synchronize + + - volatileDomainForName:domainName - - + + volatileDomainForName: + domainName + + - volatileDomainNames - - + + volatileDomainNames + + diff --git a/Documentation/gsdoc/NSValue.gsdoc b/Documentation/gsdoc/NSValue.gsdoc index 396e1d893..ff929f943 100644 --- a/Documentation/gsdoc/NSValue.gsdoc +++ b/Documentation/gsdoc/NSValue.gsdoc @@ -16,71 +16,102 @@ Foundation/NSValue.h NSCoding - - - value:valuewithObjCType:type - - + + + + value: + value + withObjCType: + type + + - valueWithBytes:valueobjCType:type - - + + valueWithBytes: + value + objCType: + type + + - valueWithNonretainedObject:anObject - - + + valueWithNonretainedObject: + anObject + + - valueWithPoint:aPoint - - + + valueWithPoint: + aPoint + + - valueWithPointer:aPointer - - + + valueWithPointer: + aPointer + + - valueWithRect:rect - - + + valueWithRect: + rect + + - valueWithSize:size - - + + valueWithSize: + size + + - getValue:buffer - - + + getValue: + buffer + + - initWithBytes:valueobjCType:type - - + + initWithBytes: + value + objCType: + type + + - - - + + + + - nonretainedObjectValue - - + + nonretainedObjectValue + + - objCType - - + + objCType + + - pointValue - - + + pointValue + + - pointerValue - - + + pointerValue + + - rectValue - - + + rectValue + + - sizeValue - - + + sizeValue + +