public final class Foundation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Foundation.Function_NSGetUncaughtExceptionHandler_ret |
static interface |
Foundation.Function_NSSetUncaughtExceptionHandler |
| Modifier and Type | Field and Description |
|---|---|
static long |
NSHashTableCopyIn |
static long |
NSHashTableObjectPointerPersonality |
static long |
NSHashTableStrongMemory
An NSHashTable is modeled after a set, although, because of its options, is not a set because it can behave differently (for example, if pointer equality is specified two isEqual strings will both be entered).
|
static long |
NSHashTableWeakMemory |
static long |
NSMapTableCopyIn |
static long |
NSMapTableObjectPointerPersonality |
static long |
NSMapTableStrongMemory
An NSMapTable is modeled after a dictionary, although, because of its options, is not a dictionary because it will behave differently.
|
static long |
NSMapTableWeakMemory |
static long |
NSNotFound |
static long |
NSOperationQueueDefaultMaxConcurrentOperationCount |
static long |
NSUndoCloseGroupingRunLoopOrdering
used with NSRunLoop's performSelector:target:argument:order:modes:
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
CFBridgingRelease(org.moe.natj.general.ptr.ConstVoidPtr X) |
static org.moe.natj.general.ptr.ConstVoidPtr |
CFBridgingRetain(java.lang.Object X)
After using a CFBridgingRetain on an NSObject, the caller must take responsibility for calling CFRelease at an appropriate time.
|
static NSArray<?> |
NSAllHashTableObjects(NSHashTable<?> table) |
static NSArray<?> |
NSAllMapTableKeys(NSMapTable<?,?> table) |
static NSArray<?> |
NSAllMapTableValues(NSMapTable<?,?> table) |
static org.moe.natj.general.ptr.VoidPtr |
NSAllocateMemoryPages(long bytes) |
static java.lang.String |
NSAlternateDescriptionAttributeName()
a NSString
|
static java.lang.String |
NSArgumentDomain()
NSArgumentDomain identifies a search list entry containing the commandline arguments the application was launched with, if any.
|
static java.lang.String |
NSAssertionHandlerKey() |
static java.lang.String |
NSAverageKeyValueOperator()
Strings for the names of array operators supported by key-value coding.
|
static java.lang.String |
NSBuddhistCalendar()
Deprecated.
|
static java.lang.String |
NSBundleDidLoadNotification() |
static double |
NSBundleResourceRequestLoadingPriorityUrgent()
Use this value for the loadingPriority property if the user is doing nothing but waiting on the result of this request.
|
static java.lang.String |
NSBundleResourceRequestLowDiskSpaceNotification()
This notification is posted to the default notification center when the resource request system detects a low disk space condition.
|
static java.lang.String |
NSCalendarDayChangedNotification()
This notification is posted through [NSNotificationCenter defaultCenter]
when the system day changes.
|
static java.lang.String |
NSCalendarIdentifierBuddhist() |
static java.lang.String |
NSCalendarIdentifierChinese() |
static java.lang.String |
NSCalendarIdentifierCoptic() |
static java.lang.String |
NSCalendarIdentifierEthiopicAmeteAlem() |
static java.lang.String |
NSCalendarIdentifierEthiopicAmeteMihret() |
static java.lang.String |
NSCalendarIdentifierGregorian()
the common calendar in Europe, the Western Hemisphere, and elsewhere
|
static java.lang.String |
NSCalendarIdentifierHebrew() |
static java.lang.String |
NSCalendarIdentifierIndian() |
static java.lang.String |
NSCalendarIdentifierIslamic() |
static java.lang.String |
NSCalendarIdentifierIslamicCivil() |
static java.lang.String |
NSCalendarIdentifierIslamicTabular()
A simple tabular Islamic calendar using the astronomical/Thursday epoch of CE 622 July 15
|
static java.lang.String |
NSCalendarIdentifierIslamicUmmAlQura()
The Islamic Umm al-Qura calendar used in Saudi Arabia.
|
static java.lang.String |
NSCalendarIdentifierISO8601() |
static java.lang.String |
NSCalendarIdentifierJapanese() |
static java.lang.String |
NSCalendarIdentifierPersian() |
static java.lang.String |
NSCalendarIdentifierRepublicOfChina() |
static java.lang.String |
NSCharacterConversionException() |
static java.lang.String |
NSChineseCalendar()
Deprecated.
|
static org.moe.natj.objc.Class |
NSClassFromString(java.lang.String aClassName) |
static java.lang.String |
NSCocoaErrorDomain()
Predefined domain for errors from most AppKit and Foundation APIs.
|
static boolean |
NSCompareHashTables(NSHashTable<?> table1,
NSHashTable<?> table2) |
static boolean |
NSCompareMapTables(NSMapTable<?,?> table1,
NSMapTable<?,?> table2) |
static NSSwappedDouble |
NSConvertHostDoubleToSwapped(double x) |
static NSSwappedFloat |
NSConvertHostFloatToSwapped(float x) |
static double |
NSConvertSwappedDoubleToHost(NSSwappedDouble x) |
static float |
NSConvertSwappedFloatToHost(NSSwappedFloat x) |
static NSHashTable<?> |
NSCopyHashTableWithZone(NSHashTable<?> table,
org.moe.natj.general.ptr.VoidPtr zone) |
static NSMapTable<?,?> |
NSCopyMapTableWithZone(NSMapTable<?,?> table,
org.moe.natj.general.ptr.VoidPtr zone) |
static void |
NSCopyMemoryPages(org.moe.natj.general.ptr.ConstVoidPtr source,
org.moe.natj.general.ptr.VoidPtr dest,
long bytes) |
static long |
NSCountHashTable(NSHashTable<?> table) |
static java.lang.String |
NSCountKeyValueOperator() |
static long |
NSCountMapTable(NSMapTable<?,?> table) |
static NSHashTable<?> |
NSCreateHashTable(NSHashTableCallBacks callBacks,
long capacity) |
static NSHashTable<?> |
NSCreateHashTableWithZone(NSHashTableCallBacks callBacks,
long capacity,
org.moe.natj.general.ptr.VoidPtr zone) |
static NSMapTable<?,?> |
NSCreateMapTable(NSMapTableKeyCallBacks keyCallBacks,
NSMapTableValueCallBacks valueCallBacks,
long capacity) |
static NSMapTable<?,?> |
NSCreateMapTableWithZone(NSMapTableKeyCallBacks keyCallBacks,
NSMapTableValueCallBacks valueCallBacks,
long capacity,
org.moe.natj.general.ptr.VoidPtr zone) |
static org.moe.natj.general.ptr.VoidPtr |
NSCreateZone(long startSize,
long granularity,
boolean canFree) |
static java.lang.String |
NSCurrentLocaleDidChangeNotification() |
static void |
NSDeallocateMemoryPages(org.moe.natj.general.ptr.VoidPtr ptr,
long bytes) |
static java.lang.String |
NSDebugDescriptionErrorKey()
NSString.
|
static long |
NSDecimalAdd(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr leftOperand,
org.moe.natj.general.ptr.VoidPtr rightOperand,
long roundingMode) |
static void |
NSDecimalCompact(org.moe.natj.general.ptr.VoidPtr number) |
static long |
NSDecimalCompare(org.moe.natj.general.ptr.VoidPtr leftOperand,
org.moe.natj.general.ptr.VoidPtr rightOperand) |
static void |
NSDecimalCopy(org.moe.natj.general.ptr.VoidPtr destination,
org.moe.natj.general.ptr.VoidPtr source)
Operations **********
|
static long |
NSDecimalDivide(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr leftOperand,
org.moe.natj.general.ptr.VoidPtr rightOperand,
long roundingMode)
Exact operations.
|
static boolean |
NSDecimalIsNotANumber(org.moe.natj.general.ptr.VoidPtr dcm) |
static long |
NSDecimalMultiply(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr leftOperand,
org.moe.natj.general.ptr.VoidPtr rightOperand,
long roundingMode)
Exact operations.
|
static long |
NSDecimalMultiplyByPowerOf10(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr number,
short power,
long roundingMode) |
static long |
NSDecimalNormalize(org.moe.natj.general.ptr.VoidPtr number1,
org.moe.natj.general.ptr.VoidPtr number2,
long roundingMode)
Rounds num to the given scale using the given mode.
|
static java.lang.String |
NSDecimalNumberDivideByZeroException() |
static java.lang.String |
NSDecimalNumberExactnessException()
Exceptions **********
|
static java.lang.String |
NSDecimalNumberOverflowException() |
static java.lang.String |
NSDecimalNumberUnderflowException() |
static long |
NSDecimalPower(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr number,
long power,
long roundingMode)
Division could be silently inexact;
Exact operations.
|
static void |
NSDecimalRound(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr number,
long scale,
long roundingMode)
NSDecimalCompare:Compares leftOperand and rightOperand.
|
static java.lang.String |
NSDecimalString(org.moe.natj.general.ptr.VoidPtr dcm,
java.lang.Object locale) |
static long |
NSDecimalSubtract(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr leftOperand,
org.moe.natj.general.ptr.VoidPtr rightOperand,
long roundingMode)
Exact operations.
|
static org.moe.natj.general.ptr.VoidPtr |
NSDefaultMallocZone() |
static java.lang.String |
NSDefaultRunLoopMode() |
static java.lang.String |
NSDestinationInvalidException() |
static java.lang.String |
NSDidBecomeSingleThreadedNotification() |
static java.lang.String |
NSDistinctUnionOfArraysKeyValueOperator() |
static java.lang.String |
NSDistinctUnionOfObjectsKeyValueOperator() |
static java.lang.String |
NSDistinctUnionOfSetsKeyValueOperator() |
static void |
NSEndHashTableEnumeration(NSHashEnumerator enumerator) |
static void |
NSEndMapTableEnumeration(NSMapEnumerator enumerator) |
static NSHashEnumerator |
NSEnumerateHashTable(NSHashTable<?> table) |
static NSMapEnumerator |
NSEnumerateMapTable(NSMapTable<?,?> table) |
static boolean |
NSEqualRanges(NSRange range1,
NSRange range2) |
static java.lang.String |
NSErrorFailingURLStringKey()
Deprecated.
|
static java.lang.String |
NSExtensionHostDidBecomeActiveNotification()
The host process did become active (begin receiving events)
|
static java.lang.String |
NSExtensionHostDidEnterBackgroundNotification()
The host process did enter the background
|
static java.lang.String |
NSExtensionHostWillEnterForegroundNotification()
The host process will enter the foreground
|
static java.lang.String |
NSExtensionHostWillResignActiveNotification()
The host process will resign active status (stop receiving events), the extension may be suspended
|
static java.lang.String |
NSExtensionItemAttachmentsKey() |
static java.lang.String |
NSExtensionItemAttributedContentTextKey() |
static java.lang.String |
NSExtensionItemAttributedTitleKey()
Keys corresponding to properties exposed on the NSExtensionItem interface
|
static java.lang.String |
NSExtensionItemsAndErrorsKey()
Key in userInfo.
|
static java.lang.String |
NSExtensionJavaScriptFinalizeArgumentKey()
Arguments to be passed to a JavaScript finalize method should be placed in an item of type kUTTypePropertyList, containing an NSDictionary, under this key.
|
static java.lang.String |
NSExtensionJavaScriptPreprocessingResultsKey()
If JavaScript code passes an object to its completionFunction, it will be placed into an item of type kUTTypePropertyList, containing an NSDictionary, under this key.
|
static java.lang.String |
NSFileAppendOnly() |
static java.lang.String |
NSFileBusy() |
static java.lang.String |
NSFileCreationDate() |
static java.lang.String |
NSFileDeviceIdentifier() |
static java.lang.String |
NSFileExtensionHidden() |
static java.lang.String |
NSFileGroupOwnerAccountID() |
static java.lang.String |
NSFileGroupOwnerAccountName() |
static java.lang.String |
NSFileHandleConnectionAcceptedNotification() |
static java.lang.String |
NSFileHandleDataAvailableNotification() |
static java.lang.String |
NSFileHandleNotificationDataItem() |
static java.lang.String |
NSFileHandleNotificationFileHandleItem() |
static java.lang.String |
NSFileHandleNotificationMonitorModes()
Deprecated.
|
static java.lang.String |
NSFileHandleOperationException() |
static java.lang.String |
NSFileHandleReadCompletionNotification() |
static java.lang.String |
NSFileHandleReadToEndOfFileCompletionNotification() |
static java.lang.String |
NSFileHFSCreatorCode() |
static java.lang.String |
NSFileHFSTypeCode() |
static java.lang.String |
NSFileImmutable() |
static java.lang.String |
NSFileModificationDate() |
static java.lang.String |
NSFileOwnerAccountID() |
static java.lang.String |
NSFileOwnerAccountName() |
static java.lang.String |
NSFilePathErrorKey()
NSString
|
static java.lang.String |
NSFilePosixPermissions() |
static java.lang.String |
NSFileProtectionComplete() |
static java.lang.String |
NSFileProtectionCompleteUnlessOpen() |
static java.lang.String |
NSFileProtectionCompleteUntilFirstUserAuthentication() |
static java.lang.String |
NSFileProtectionKey() |
static java.lang.String |
NSFileProtectionNone() |
static java.lang.String |
NSFileReferenceCount() |
static java.lang.String |
NSFileSize() |
static java.lang.String |
NSFileSystemFileNumber() |
static java.lang.String |
NSFileSystemFreeNodes() |
static java.lang.String |
NSFileSystemFreeSize() |
static java.lang.String |
NSFileSystemNodes() |
static java.lang.String |
NSFileSystemNumber() |
static java.lang.String |
NSFileSystemSize() |
static java.lang.String |
NSFileType() |
static java.lang.String |
NSFileTypeBlockSpecial() |
static java.lang.String |
NSFileTypeCharacterSpecial() |
static java.lang.String |
NSFileTypeDirectory() |
static java.lang.String |
NSFileTypeRegular() |
static java.lang.String |
NSFileTypeSocket() |
static java.lang.String |
NSFileTypeSymbolicLink() |
static java.lang.String |
NSFileTypeUnknown() |
static double |
NSFoundationVersionNumber() |
static void |
NSFreeHashTable(NSHashTable<?> table) |
static void |
NSFreeMapTable(NSMapTable<?,?> table) |
static java.lang.String |
NSFullUserName() |
static java.lang.String |
NSGenericException()
Generic Exception names **************
|
static java.lang.String |
NSGetSizeAndAlignment(java.lang.String typePtr,
org.moe.natj.general.ptr.NUIntPtr sizep,
org.moe.natj.general.ptr.NUIntPtr alignp) |
static Foundation.Function_NSGetUncaughtExceptionHandler_ret |
NSGetUncaughtExceptionHandler() |
static java.lang.String |
NSGlobalDomain()
NSGlobalDomain identifies a domain shared between all applications for a given user.
|
static java.lang.String |
NSGregorianCalendar()
Deprecated.
|
static org.moe.natj.general.ptr.VoidPtr |
NSHashGet(NSHashTable<?> table,
org.moe.natj.general.ptr.ConstVoidPtr pointer) |
static void |
NSHashInsert(NSHashTable<?> table,
org.moe.natj.general.ptr.ConstVoidPtr pointer) |
static org.moe.natj.general.ptr.VoidPtr |
NSHashInsertIfAbsent(NSHashTable<?> table,
org.moe.natj.general.ptr.ConstVoidPtr pointer) |
static void |
NSHashInsertKnownAbsent(NSHashTable<?> table,
org.moe.natj.general.ptr.ConstVoidPtr pointer) |
static void |
NSHashRemove(NSHashTable<?> table,
org.moe.natj.general.ptr.ConstVoidPtr pointer) |
static java.lang.String |
NSHebrewCalendar()
Deprecated.
|
static java.lang.String |
NSHelpAnchorErrorKey()
NSString containing a help anchor
|
static java.lang.String |
NSHomeDirectory() |
static java.lang.String |
NSHomeDirectoryForUser(java.lang.String userName) |
static long |
NSHostByteOrder() |
static java.lang.String |
NSHTTPCookieComment()
[@const] NSHTTPCookieComment
|
static java.lang.String |
NSHTTPCookieCommentURL()
[@const] NSHTTPCookieCommentURL
|
static java.lang.String |
NSHTTPCookieDiscard()
[@const] NSHTTPCookieDiscard
|
static java.lang.String |
NSHTTPCookieDomain()
[@const] NSHTTPCookieDomain
|
static java.lang.String |
NSHTTPCookieExpires()
[@const] NSHTTPCookieExpires
|
static java.lang.String |
NSHTTPCookieManagerAcceptPolicyChangedNotification()
[@const] NSHTTPCookieManagerAcceptPolicyChangedNotification
|
static java.lang.String |
NSHTTPCookieManagerCookiesChangedNotification()
[@const] NSHTTPCookieManagerCookiesChangedNotification
|
static java.lang.String |
NSHTTPCookieMaximumAge()
[@const] NSHTTPCookieMaximumAge
|
static java.lang.String |
NSHTTPCookieName()
[@const] NSHTTPCookieName
|
static java.lang.String |
NSHTTPCookieOriginURL()
[@const] NSHTTPCookieOriginURL
|
static java.lang.String |
NSHTTPCookiePath()
[@const] NSHTTPCookiePath
|
static java.lang.String |
NSHTTPCookiePort()
[@const] NSHTTPCookiePort
|
static java.lang.String |
NSHTTPCookieSameSiteLax()
[@const] NSHTTPCookieSameSiteLax
|
static java.lang.String |
NSHTTPCookieSameSitePolicy()
[@const] NSHTTPCookieSameSitePolicy
|
static java.lang.String |
NSHTTPCookieSameSiteStrict()
[@const] NSHTTPCookieSameSiteStrict
|
static java.lang.String |
NSHTTPCookieSecure()
[@const] NSHTTPCookieSecure
|
static java.lang.String |
NSHTTPCookieValue()
[@const] NSHTTPCookieValue
|
static java.lang.String |
NSHTTPCookieVersion()
[@const] NSHTTPCookieVersion
|
static java.lang.String |
NSImageURLAttributeName()
a NSURL
|
static java.lang.String |
NSInconsistentArchiveException() |
static java.lang.String |
NSIndianCalendar()
Deprecated.
|
static java.lang.String |
NSInflectionAlternativeAttributeName() |
static java.lang.String |
NSInflectionRuleAttributeName() |
static java.lang.String |
NSInlinePresentationIntentAttributeName()
a NSNumber wrapping a value of type NSInlinePresentationIntent
|
static java.lang.String |
NSInternalInconsistencyException() |
static NSRange |
NSIntersectionRange(NSRange range1,
NSRange range2) |
static NSMapTableKeyCallBacks |
NSIntMapKeyCallBacks()
Deprecated.
|
static NSMapTableValueCallBacks |
NSIntMapValueCallBacks()
Deprecated.
|
static java.lang.String |
NSInvalidArchiveOperationException() |
static java.lang.String |
NSInvalidArgumentException() |
static java.lang.String |
NSInvalidReceivePortException() |
static java.lang.String |
NSInvalidSendPortException() |
static java.lang.String |
NSInvalidUnarchiveOperationException() |
static java.lang.String |
NSInvocationOperationCancelledException() |
static java.lang.String |
NSInvocationOperationVoidResultException() |
static java.lang.String |
NSIslamicCalendar()
Deprecated.
|
static java.lang.String |
NSIslamicCivilCalendar()
Deprecated.
|
static java.lang.String |
NSIsNilTransformerName() |
static java.lang.String |
NSIsNotNilTransformerName() |
static java.lang.String |
NSISO8601Calendar()
Deprecated.
|
static java.lang.String |
NSItemProviderErrorDomain()
Constant used by NSError to distinguish errors belonging to the NSItemProvider domain
|
static java.lang.String |
NSItemProviderPreferredImageSizeKey()
NSValue of CGSize or NSSize, specifies image size in pixels.
|
static java.lang.String |
NSJapaneseCalendar()
Deprecated.
|
static java.lang.String |
NSKeyedArchiveRootObjectKey()
Archives created using the class method archivedDataWithRootObject used this key for the root object in the hierarchy of encoded objects.
|
static java.lang.String |
NSKeyedUnarchiveFromDataTransformerName() |
static java.lang.String |
NSKeyValueChangeIndexesKey() |
static java.lang.String |
NSKeyValueChangeKindKey()
Keys for entries in change dictionaries.
|
static java.lang.String |
NSKeyValueChangeNewKey() |
static java.lang.String |
NSKeyValueChangeNotificationIsPriorKey() |
static java.lang.String |
NSKeyValueChangeOldKey() |
static java.lang.String |
NSLanguageIdentifierAttributeName()
a NSString
|
static java.lang.String |
NSLinguisticTagAdjective() |
static java.lang.String |
NSLinguisticTagAdverb() |
static java.lang.String |
NSLinguisticTagClassifier() |
static java.lang.String |
NSLinguisticTagCloseParenthesis() |
static java.lang.String |
NSLinguisticTagCloseQuote() |
static java.lang.String |
NSLinguisticTagConjunction() |
static java.lang.String |
NSLinguisticTagDash() |
static java.lang.String |
NSLinguisticTagDeterminer() |
static java.lang.String |
NSLinguisticTagIdiom() |
static java.lang.String |
NSLinguisticTagInterjection() |
static java.lang.String |
NSLinguisticTagNoun()
Tags for NSLinguisticTagSchemeLexicalClass
|
static java.lang.String |
NSLinguisticTagNumber() |
static java.lang.String |
NSLinguisticTagOpenParenthesis() |
static java.lang.String |
NSLinguisticTagOpenQuote() |
static java.lang.String |
NSLinguisticTagOrganizationName() |
static java.lang.String |
NSLinguisticTagOther()
Other tokens, including non-linguistic items such as symbols.
|
static java.lang.String |
NSLinguisticTagOtherPunctuation() |
static java.lang.String |
NSLinguisticTagOtherWhitespace() |
static java.lang.String |
NSLinguisticTagOtherWord() |
static java.lang.String |
NSLinguisticTagParagraphBreak() |
static java.lang.String |
NSLinguisticTagParticle() |
static java.lang.String |
NSLinguisticTagPersonalName()
Tags for NSLinguisticTagSchemeNameType
|
static java.lang.String |
NSLinguisticTagPlaceName() |
static java.lang.String |
NSLinguisticTagPreposition() |
static java.lang.String |
NSLinguisticTagPronoun() |
static java.lang.String |
NSLinguisticTagPunctuation()
Tokens made up of punctuation.
|
static java.lang.String |
NSLinguisticTagSchemeLanguage()
This tag scheme tags tokens according to their most likely language (if known).
|
static java.lang.String |
NSLinguisticTagSchemeLemma()
This tag scheme supplies a stem form for each word token (if known).
|
static java.lang.String |
NSLinguisticTagSchemeLexicalClass()
This tag scheme classifies tokens according to class: part of speech for words, type of punctuation or whitespace, etc.
|
static java.lang.String |
NSLinguisticTagSchemeNameType()
This tag scheme classifies tokens as to whether they are part of named entities of various types or not.
|
static java.lang.String |
NSLinguisticTagSchemeNameTypeOrLexicalClass()
This tag scheme follows NSLinguisticTagSchemeNameType for names, NSLinguisticTagSchemeLexicalClass for all other tokens.
|
static java.lang.String |
NSLinguisticTagSchemeScript()
This tag scheme tags tokens according to their script.
|
static java.lang.String |
NSLinguisticTagSchemeTokenType()
This tag scheme classifies tokens according to their broad general type: word, punctuation, whitespace, etc.
|
static java.lang.String |
NSLinguisticTagSentenceTerminator() |
static java.lang.String |
NSLinguisticTagVerb() |
static java.lang.String |
NSLinguisticTagWhitespace()
Tokens made up of whitespace of all sorts.
|
static java.lang.String |
NSLinguisticTagWord()
Tokens considered to be words or word-like linguistic items.
|
static java.lang.String |
NSLinguisticTagWordJoiner() |
static java.lang.String |
NSLoadedClasses()
notification key
|
static java.lang.String |
NSLocaleAlternateQuotationBeginDelimiterKey()
NSString
|
static java.lang.String |
NSLocaleAlternateQuotationEndDelimiterKey()
NSString
|
static java.lang.String |
NSLocaleCalendar()
NSCalendar
|
static java.lang.String |
NSLocaleCollationIdentifier()
NSString
|
static java.lang.String |
NSLocaleCollatorIdentifier()
NSString
|
static java.lang.String |
NSLocaleCountryCode()
NSString
|
static java.lang.String |
NSLocaleCurrencyCode()
NSString
|
static java.lang.String |
NSLocaleCurrencySymbol()
NSString
|
static java.lang.String |
NSLocaleDecimalSeparator()
NSString
|
static java.lang.String |
NSLocaleExemplarCharacterSet()
NSCharacterSet
|
static java.lang.String |
NSLocaleGroupingSeparator()
NSString
|
static java.lang.String |
NSLocaleIdentifier()
NSString
|
static java.lang.String |
NSLocaleLanguageCode()
NSString
|
static java.lang.String |
NSLocaleMeasurementSystem()
NSString
|
static java.lang.String |
NSLocaleQuotationBeginDelimiterKey()
NSString
|
static java.lang.String |
NSLocaleQuotationEndDelimiterKey()
NSString
|
static java.lang.String |
NSLocaleScriptCode()
NSString
|
static java.lang.String |
NSLocaleUsesMetricSystem()
NSNumber boolean
|
static java.lang.String |
NSLocaleVariantCode()
NSString
|
static java.lang.String |
NSLocalizedDescriptionKey()
NSString, a complete sentence (or more) describing ideally both what failed and why it failed.
|
static java.lang.String |
NSLocalizedFailureErrorKey()
NSString, a complete sentence (or more) describing what failed.
|
static java.lang.String |
NSLocalizedFailureReasonErrorKey()
NSString, a complete sentence (or more) describing why the operation failed.
|
static java.lang.String |
NSLocalizedRecoveryOptionsErrorKey()
NSArray of NSStrings corresponding to button titles.
|
static java.lang.String |
NSLocalizedRecoverySuggestionErrorKey()
NSString, a complete sentence (or more) describing what the user can do to fix the problem.
|
static java.lang.String |
NSLocalizedString(java.lang.String key) |
static java.lang.String |
NSLocalizedString(java.lang.String key,
java.lang.String comment) |
static java.lang.String |
NSLocalizedStringFromTable(java.lang.String key,
java.lang.String tbl) |
static java.lang.String |
NSLocalizedStringFromTable(java.lang.String key,
java.lang.String tbl,
java.lang.String comment) |
static java.lang.String |
NSLocalizedStringFromTableInBundle(java.lang.String key,
java.lang.String tbl,
NSBundle bundle) |
static java.lang.String |
NSLocalizedStringFromTableInBundle(java.lang.String key,
java.lang.String tbl,
NSBundle bundle,
java.lang.String comment) |
static java.lang.String |
NSLocalizedStringWithDefaultValue(java.lang.String key,
java.lang.String tbl,
NSBundle bundle,
java.lang.String val) |
static java.lang.String |
NSLocalizedStringWithDefaultValue(java.lang.String key,
java.lang.String tbl,
NSBundle bundle,
java.lang.String val,
java.lang.String comment) |
static boolean |
NSLocationInRange(long loc,
NSRange range) |
static void |
NSLog(java.lang.Object format,
java.lang.Object... varargs) |
static long |
NSLogPageSize() |
static void |
NSLogv(java.lang.Object format,
org.moe.natj.general.ptr.BytePtr args) |
static java.lang.String |
NSMachErrorDomain() |
static NSRange |
NSMakeRange(long loc,
long len) |
static java.lang.String |
NSMallocException() |
static org.moe.natj.general.ptr.VoidPtr |
NSMapGet(NSMapTable<?,?> table,
org.moe.natj.general.ptr.ConstVoidPtr key) |
static void |
NSMapInsert(NSMapTable<?,?> table,
org.moe.natj.general.ptr.ConstVoidPtr key,
org.moe.natj.general.ptr.ConstVoidPtr value) |
static org.moe.natj.general.ptr.VoidPtr |
NSMapInsertIfAbsent(NSMapTable<?,?> table,
org.moe.natj.general.ptr.ConstVoidPtr key,
org.moe.natj.general.ptr.ConstVoidPtr value) |
static void |
NSMapInsertKnownAbsent(NSMapTable<?,?> table,
org.moe.natj.general.ptr.ConstVoidPtr key,
org.moe.natj.general.ptr.ConstVoidPtr value) |
static boolean |
NSMapMember(NSMapTable<?,?> table,
org.moe.natj.general.ptr.ConstVoidPtr key,
org.moe.natj.general.ptr.Ptr<org.moe.natj.general.ptr.VoidPtr> originalKey,
org.moe.natj.general.ptr.Ptr<org.moe.natj.general.ptr.VoidPtr> value) |
static void |
NSMapRemove(NSMapTable<?,?> table,
org.moe.natj.general.ptr.ConstVoidPtr key) |
static java.lang.String |
NSMaximumKeyValueOperator() |
static long |
NSMaxRange(NSRange range) |
static java.lang.String |
NSMetadataItemContentTypeKey()
NSString
|
static java.lang.String |
NSMetadataItemContentTypeTreeKey()
NSArray of NSString
|
static java.lang.String |
NSMetadataItemDisplayNameKey()
NSString
|
static java.lang.String |
NSMetadataItemFSContentChangeDateKey()
NSDate
|
static java.lang.String |
NSMetadataItemFSCreationDateKey()
NSDate
|
static java.lang.String |
NSMetadataItemFSNameKey()
NSString
|
static java.lang.String |
NSMetadataItemFSSizeKey()
file size in bytes; unsigned long long NSNumber
|
static java.lang.String |
NSMetadataItemIsUbiquitousKey()
boolean NSNumber
|
static java.lang.String |
NSMetadataItemPathKey()
NSString
|
static java.lang.String |
NSMetadataItemURLKey()
NSURL
|
static java.lang.String |
NSMetadataQueryAccessibleUbiquitousExternalDocumentsScope()
documents from outside the application's container that are accessible without user interaction.
|
static java.lang.String |
NSMetadataQueryDidFinishGatheringNotification() |
static java.lang.String |
NSMetadataQueryDidStartGatheringNotification()
notifications
|
static java.lang.String |
NSMetadataQueryDidUpdateNotification() |
static java.lang.String |
NSMetadataQueryGatheringProgressNotification() |
static java.lang.String |
NSMetadataQueryResultContentRelevanceAttribute() |
static java.lang.String |
NSMetadataQueryUbiquitousDataScope()
application's Ubiquity container, excluding the "Documents" subdirectory
|
static java.lang.String |
NSMetadataQueryUbiquitousDocumentsScope()
"Documents" subdirectory in the application's Ubiquity container
|
static java.lang.String |
NSMetadataQueryUpdateAddedItemsKey()
keys for use with notification info dictionary
|
static java.lang.String |
NSMetadataQueryUpdateChangedItemsKey() |
static java.lang.String |
NSMetadataQueryUpdateRemovedItemsKey() |
static java.lang.String |
NSMetadataUbiquitousItemContainerDisplayNameKey()
NSString
|
static java.lang.String |
NSMetadataUbiquitousItemDownloadingErrorKey()
NSError; the error when downloading the item from iCloud failed, see the NSUbiquitousFile section in FoundationErrors.h
|
static java.lang.String |
NSMetadataUbiquitousItemDownloadingStatusCurrent()
there is a local version of this item and it is the most up-to-date version known to this device.
|
static java.lang.String |
NSMetadataUbiquitousItemDownloadingStatusDownloaded()
there is a local version of this item available.
|
static java.lang.String |
NSMetadataUbiquitousItemDownloadingStatusKey()
NSString ; download status of this item.
|
static java.lang.String |
NSMetadataUbiquitousItemDownloadingStatusNotDownloaded()
this item has not been downloaded yet.
|
static java.lang.String |
NSMetadataUbiquitousItemDownloadRequestedKey()
boolean NSNumber
|
static java.lang.String |
NSMetadataUbiquitousItemHasUnresolvedConflictsKey()
boolean NSNumber
|
static java.lang.String |
NSMetadataUbiquitousItemIsDownloadedKey()
Deprecated.
|
static java.lang.String |
NSMetadataUbiquitousItemIsDownloadingKey()
boolean NSNumber
|
static java.lang.String |
NSMetadataUbiquitousItemIsExternalDocumentKey()
boolean NSNumber
|
static java.lang.String |
NSMetadataUbiquitousItemIsSharedKey()
true if the ubiquitous item is shared.
|
static java.lang.String |
NSMetadataUbiquitousItemIsUploadedKey()
boolean NSNumber
|
static java.lang.String |
NSMetadataUbiquitousItemIsUploadingKey()
boolean NSNumber
|
static java.lang.String |
NSMetadataUbiquitousItemPercentDownloadedKey()
double NSNumber; range [0..100]
|
static java.lang.String |
NSMetadataUbiquitousItemPercentUploadedKey()
double NSNumber; range [0..100]
|
static java.lang.String |
NSMetadataUbiquitousItemUploadingErrorKey()
NSError; the error when uploading the item to iCloud failed, see the NSUbiquitousFile section in FoundationErrors.h
|
static java.lang.String |
NSMetadataUbiquitousItemURLInLocalContainerKey()
NSURL
|
static java.lang.String |
NSMetadataUbiquitousSharedItemCurrentUserPermissionsKey()
returns the permissions for the current user, or nil if not shared.
|
static java.lang.String |
NSMetadataUbiquitousSharedItemCurrentUserRoleKey()
returns the current user's role for this shared item, or nil if not shared.
|
static java.lang.String |
NSMetadataUbiquitousSharedItemMostRecentEditorNameComponentsKey()
returns a NSPersonNameComponents for the most recent editor of the document, or nil if it is the current user.
|
static java.lang.String |
NSMetadataUbiquitousSharedItemOwnerNameComponentsKey()
returns a NSPersonNameComponents, or nil if the current user.
|
static java.lang.String |
NSMetadataUbiquitousSharedItemPermissionsReadOnly()
the current user is only allowed to read this item
|
static java.lang.String |
NSMetadataUbiquitousSharedItemPermissionsReadWrite()
the current user is allowed to both read and write this item
|
static java.lang.String |
NSMetadataUbiquitousSharedItemRoleOwner()
the current user is the owner of this shared item.
|
static java.lang.String |
NSMetadataUbiquitousSharedItemRoleParticipant()
the current user is a participant of this shared item.
|
static java.lang.String |
NSMinimumKeyValueOperator() |
static java.lang.String |
NSMorphologyAttributeName() |
static java.lang.String |
NSMultipleUnderlyingErrorsKey()
Key in userInfo.
|
static java.lang.String |
NSNegateBooleanTransformerName() |
static java.lang.String |
NSNetServicesErrorCode() |
static java.lang.String |
NSNetServicesErrorDomain() |
static org.moe.natj.general.ptr.VoidPtr |
NSNextHashEnumeratorItem(NSHashEnumerator enumerator) |
static boolean |
NSNextMapEnumeratorPair(NSMapEnumerator enumerator,
org.moe.natj.general.ptr.Ptr<org.moe.natj.general.ptr.VoidPtr> key,
org.moe.natj.general.ptr.Ptr<org.moe.natj.general.ptr.VoidPtr> value) |
static NSHashTableCallBacks |
NSNonOwnedPointerHashCallBacks() |
static NSMapTableKeyCallBacks |
NSNonOwnedPointerMapKeyCallBacks() |
static NSMapTableValueCallBacks |
NSNonOwnedPointerMapValueCallBacks() |
static NSMapTableKeyCallBacks |
NSNonOwnedPointerOrNullMapKeyCallBacks() |
static NSHashTableCallBacks |
NSNonRetainedObjectHashCallBacks() |
static NSMapTableKeyCallBacks |
NSNonRetainedObjectMapKeyCallBacks() |
static NSMapTableValueCallBacks |
NSNonRetainedObjectMapValueCallBacks() |
static NSHashTableCallBacks |
NSObjectHashCallBacks() |
static java.lang.String |
NSObjectInaccessibleException() |
static NSMapTableKeyCallBacks |
NSObjectMapKeyCallBacks() |
static NSMapTableValueCallBacks |
NSObjectMapValueCallBacks() |
static java.lang.String |
NSObjectNotAvailableException() |
static java.lang.String |
NSOldStyleException() |
static java.lang.String |
NSOpenStepRootDirectory() |
static java.lang.String |
NSOSStatusErrorDomain() |
static NSHashTableCallBacks |
NSOwnedObjectIdentityHashCallBacks() |
static NSHashTableCallBacks |
NSOwnedPointerHashCallBacks() |
static NSMapTableKeyCallBacks |
NSOwnedPointerMapKeyCallBacks() |
static NSMapTableValueCallBacks |
NSOwnedPointerMapValueCallBacks() |
static long |
NSPageSize() |
static java.lang.String |
NSParseErrorException()
raised by -propertyList
|
static java.lang.String |
NSPersianCalendar()
Deprecated.
|
static java.lang.String |
NSPersonNameComponentDelimiter()
The delimiter is the character or characters used to separate name components.
|
static java.lang.String |
NSPersonNameComponentFamilyName() |
static java.lang.String |
NSPersonNameComponentGivenName()
Constants for attributed strings
|
static java.lang.String |
NSPersonNameComponentKey()
Attributed String identifier key string
|
static java.lang.String |
NSPersonNameComponentMiddleName() |
static java.lang.String |
NSPersonNameComponentNickname() |
static java.lang.String |
NSPersonNameComponentPrefix() |
static java.lang.String |
NSPersonNameComponentSuffix() |
static NSHashTableCallBacks |
NSPointerToStructHashCallBacks() |
static java.lang.String |
NSPortDidBecomeInvalidNotification() |
static java.lang.String |
NSPortReceiveException() |
static java.lang.String |
NSPortSendException() |
static java.lang.String |
NSPortTimeoutException() |
static java.lang.String |
NSPOSIXErrorDomain()
Other predefined domains; value of "code" will correspond to preexisting values in these domains.
|
static java.lang.String |
NSPresentationIntentAttributeName() |
static java.lang.String |
NSProcessInfoPowerStateDidChangeNotification()
NSProcessInfoPowerStateDidChangeNotification is posted once any power usage mode of the system has changed.
|
static java.lang.String |
NSProcessInfoThermalStateDidChangeNotification()
NSProcessInfoThermalStateDidChangeNotification is posted once the thermal state of the system has changed.
|
static java.lang.String |
NSProgressEstimatedTimeRemainingKey()
How much time is probably left in the operation, as an NSNumber containing a number of seconds.
|
static java.lang.String |
NSProgressFileCompletedCountKey() |
static java.lang.String |
NSProgressFileOperationKindCopying() |
static java.lang.String |
NSProgressFileOperationKindDecompressingAfterDownloading() |
static java.lang.String |
NSProgressFileOperationKindDownloading()
Possible values for NSProgressFileOperationKindKey entries.
|
static java.lang.String |
NSProgressFileOperationKindDuplicating() |
static java.lang.String |
NSProgressFileOperationKindKey()
A user info dictionary key, for an entry that is required when the value for the kind property is NSProgressKindFile.
|
static java.lang.String |
NSProgressFileOperationKindReceiving() |
static java.lang.String |
NSProgressFileOperationKindUploading() |
static java.lang.String |
NSProgressFileTotalCountKey()
User info dictionary keys.
|
static java.lang.String |
NSProgressFileURLKey()
A user info dictionary key.
|
static java.lang.String |
NSProgressKindFile()
The value for the kind property that indicates that the work being done is one of the kind of file operations listed below.
|
static java.lang.String |
NSProgressThroughputKey()
How fast data is being processed, as an NSNumber containing bytes per second.
|
static java.lang.String |
NSRangeException() |
static NSRange |
NSRangeFromString(java.lang.String aString) |
static long |
NSRealMemoryAvailable()
Deprecated.
|
static java.lang.String |
NSRecoveryAttempterErrorKey()
Instance of a subclass of NSObject that conforms to the NSErrorRecoveryAttempting informal protocol
|
static void |
NSRecycleZone(org.moe.natj.general.ptr.VoidPtr zone) |
static java.lang.String |
NSRegistrationDomain()
NSRegistrationDomain identifies a search list entry containing all defaults set with -registerDefaults:, if any.
|
static java.lang.String |
NSReplacementIndexAttributeName() |
static java.lang.String |
NSRepublicOfChinaCalendar()
Deprecated.
|
static void |
NSResetHashTable(NSHashTable<?> table) |
static void |
NSResetMapTable(NSMapTable<?,?> table) |
static long |
NSRoundDownToMultipleOfPageSize(long bytes) |
static long |
NSRoundUpToMultipleOfPageSize(long bytes) |
static java.lang.String |
NSRunLoopCommonModes() |
static NSArray<java.lang.String> |
NSSearchPathForDirectoriesInDomains(long directory,
long domainMask,
boolean expandTilde) |
static java.lang.String |
NSSecureUnarchiveFromDataTransformerName() |
static org.moe.natj.objc.SEL |
NSSelectorFromString(java.lang.String aSelectorName) |
static void |
NSSetUncaughtExceptionHandler(Foundation.Function_NSSetUncaughtExceptionHandler arg1) |
static void |
NSSetZoneName(org.moe.natj.general.ptr.VoidPtr zone,
java.lang.String name) |
static java.lang.String |
NSStreamDataWrittenToMemoryStreamKey()
Value for NSStreamSOCKProxyVersionKey
|
static java.lang.String |
NSStreamFileCurrentOffsetKey()
Key for obtaining the data written to a memory stream.
|
static java.lang.String |
NSStreamNetworkServiceType()
Property key to specify the type of service for the stream.
|
static java.lang.String |
NSStreamNetworkServiceTypeBackground() |
static java.lang.String |
NSStreamNetworkServiceTypeCallSignaling() |
static java.lang.String |
NSStreamNetworkServiceTypeVideo() |
static java.lang.String |
NSStreamNetworkServiceTypeVoice() |
static java.lang.String |
NSStreamNetworkServiceTypeVoIP()
Supported network service types:
|
static java.lang.String |
NSStreamSocketSecurityLevelKey()
use this as the key for setting one of the following values for the security level of the target stream.
|
static java.lang.String |
NSStreamSocketSecurityLevelNegotiatedSSL() |
static java.lang.String |
NSStreamSocketSecurityLevelNone() |
static java.lang.String |
NSStreamSocketSecurityLevelSSLv2() |
static java.lang.String |
NSStreamSocketSecurityLevelSSLv3() |
static java.lang.String |
NSStreamSocketSecurityLevelTLSv1() |
static java.lang.String |
NSStreamSocketSSLErrorDomain()
NSString constants for error domains.
|
static java.lang.String |
NSStreamSOCKSErrorDomain()
SSL errors are to be interpreted via
|
static java.lang.String |
NSStreamSOCKSProxyConfigurationKey()
Value is an NSDictionary containing the key/value pairs below.
|
static java.lang.String |
NSStreamSOCKSProxyHostKey() |
static java.lang.String |
NSStreamSOCKSProxyPasswordKey()
Value is an NSString
|
static java.lang.String |
NSStreamSOCKSProxyPortKey()
Value is an NSString
|
static java.lang.String |
NSStreamSOCKSProxyUserKey()
Value is one of NSStreamSOCKSProxyVersion4 or NSStreamSOCKSProxyVersion5
|
static java.lang.String |
NSStreamSOCKSProxyVersion4() |
static java.lang.String |
NSStreamSOCKSProxyVersion5()
Value for NSStreamSOCKProxyVersionKey
|
static java.lang.String |
NSStreamSOCKSProxyVersionKey()
Value is an NSNumber
|
static java.lang.String |
NSStringEncodingDetectionAllowLossyKey()
NSNumber boolean value; if this key is not present in the dictionary, the default value is YES
|
static java.lang.String |
NSStringEncodingDetectionDisallowedEncodingsKey()
NSArray of NSNumbers which contain NSStringEncoding values; if this key is not present in the dictionary, all encodings are considered
|
static java.lang.String |
NSStringEncodingDetectionFromWindowsKey()
NSNumber boolean value; if this key is not present in the dictionary, the default value is NO
|
static java.lang.String |
NSStringEncodingDetectionLikelyLanguageKey()
NSString value; ISO language code; if this key is not present in the dictionary, no such information is considered
|
static java.lang.String |
NSStringEncodingDetectionLossySubstitutionKey()
NSString value; if this key is not present in the dictionary, the default value is U+FFFD
|
static java.lang.String |
NSStringEncodingDetectionSuggestedEncodingsKey()
NSArray of NSNumbers which contain NSStringEncoding values; if this key is not present in the dictionary, all encodings are weighted the same
|
static java.lang.String |
NSStringEncodingDetectionUseOnlySuggestedEncodingsKey()
NSNumber boolean value; if this key is not present in the dictionary, the default value is NO
|
static java.lang.String |
NSStringEncodingErrorKey()
NSNumber containing NSStringEncoding
|
static java.lang.String |
NSStringFromClass(org.moe.natj.objc.Class aClass) |
static java.lang.String |
NSStringFromHashTable(NSHashTable<?> table) |
static java.lang.String |
NSStringFromMapTable(NSMapTable<?,?> table) |
static java.lang.String |
NSStringFromRange(NSRange range) |
static java.lang.String |
NSStringFromSelector(org.moe.natj.objc.SEL aSelector) |
static java.lang.String |
NSStringTransformFullwidthToHalfwidth() |
static java.lang.String |
NSStringTransformHiraganaToKatakana() |
static java.lang.String |
NSStringTransformLatinToArabic() |
static java.lang.String |
NSStringTransformLatinToCyrillic() |
static java.lang.String |
NSStringTransformLatinToGreek() |
static java.lang.String |
NSStringTransformLatinToHangul() |
static java.lang.String |
NSStringTransformLatinToHebrew() |
static java.lang.String |
NSStringTransformLatinToHiragana() |
static java.lang.String |
NSStringTransformLatinToKatakana() |
static java.lang.String |
NSStringTransformLatinToThai() |
static java.lang.String |
NSStringTransformMandarinToLatin() |
static java.lang.String |
NSStringTransformStripCombiningMarks() |
static java.lang.String |
NSStringTransformStripDiacritics() |
static java.lang.String |
NSStringTransformToLatin() |
static java.lang.String |
NSStringTransformToUnicodeName() |
static java.lang.String |
NSStringTransformToXMLHex() |
static java.lang.String |
NSSumKeyValueOperator() |
static double |
NSSwapBigDoubleToHost(NSSwappedDouble x) |
static float |
NSSwapBigFloatToHost(NSSwappedFloat x) |
static int |
NSSwapBigIntToHost(int x) |
static long |
NSSwapBigLongLongToHost(long x) |
static long |
NSSwapBigLongToHost(long x) |
static char |
NSSwapBigShortToHost(char x) |
static NSSwappedDouble |
NSSwapDouble(NSSwappedDouble x) |
static NSSwappedFloat |
NSSwapFloat(NSSwappedFloat x) |
static NSSwappedDouble |
NSSwapHostDoubleToBig(double x) |
static NSSwappedDouble |
NSSwapHostDoubleToLittle(double x) |
static NSSwappedFloat |
NSSwapHostFloatToBig(float x) |
static NSSwappedFloat |
NSSwapHostFloatToLittle(float x) |
static int |
NSSwapHostIntToBig(int x) |
static int |
NSSwapHostIntToLittle(int x) |
static long |
NSSwapHostLongLongToBig(long x) |
static long |
NSSwapHostLongLongToLittle(long x) |
static long |
NSSwapHostLongToBig(long x) |
static long |
NSSwapHostLongToLittle(long x) |
static char |
NSSwapHostShortToBig(char x) |
static char |
NSSwapHostShortToLittle(char x) |
static int |
NSSwapInt(int inv) |
static double |
NSSwapLittleDoubleToHost(NSSwappedDouble x) |
static float |
NSSwapLittleFloatToHost(NSSwappedFloat x) |
static int |
NSSwapLittleIntToHost(int x) |
static long |
NSSwapLittleLongLongToHost(long x) |
static long |
NSSwapLittleLongToHost(long x) |
static char |
NSSwapLittleShortToHost(char x) |
static long |
NSSwapLong(long inv) |
static long |
NSSwapLongLong(long inv) |
static char |
NSSwapShort(char inv) |
static java.lang.String |
NSSystemClockDidChangeNotification() |
static java.lang.String |
NSSystemTimeZoneDidChangeNotification() |
static java.lang.String |
NSTemporaryDirectory() |
static java.lang.String |
NSTextCheckingAirlineKey() |
static java.lang.String |
NSTextCheckingCityKey() |
static java.lang.String |
NSTextCheckingCountryKey() |
static java.lang.String |
NSTextCheckingFlightKey() |
static java.lang.String |
NSTextCheckingJobTitleKey() |
static java.lang.String |
NSTextCheckingNameKey()
Keys for address components.
|
static java.lang.String |
NSTextCheckingOrganizationKey() |
static java.lang.String |
NSTextCheckingPhoneKey() |
static java.lang.String |
NSTextCheckingStateKey() |
static java.lang.String |
NSTextCheckingStreetKey() |
static java.lang.String |
NSTextCheckingZIPKey() |
static java.lang.String |
NSThreadWillExitNotification() |
static java.lang.String |
NSThumbnail1024x1024SizeKey()
size key for a 1024 x 1024 thumbnail image
|
static java.lang.String |
NSUbiquitousKeyValueStoreChangedKeysKey() |
static java.lang.String |
NSUbiquitousKeyValueStoreChangeReasonKey() |
static java.lang.String |
NSUbiquitousKeyValueStoreDidChangeExternallyNotification() |
static java.lang.String |
NSUbiquitousUserDefaultsCompletedInitialSyncNotification()
NSUbiquitousUserDefaultsCompletedInitialSyncNotification is posted on the main queue when ubiquitous defaults finish downloading the first time a device is connected to an iCloud account, and when a user switches their primary iCloud account.
|
static java.lang.String |
NSUbiquitousUserDefaultsDidChangeAccountsNotification()
NSUbiquitousUserDefaultsDidChangeAccountsNotification is posted on the main queue to the default notification center when the user changes the primary iCloud account.
|
static java.lang.String |
NSUbiquitousUserDefaultsNoCloudAccountNotification()
NSUbiquitousUserDefaultsNoCloudAccountNotification is posted on the main queue to the default notification center when a cloud default is set, but no iCloud user is logged in.
|
static java.lang.String |
NSUbiquityIdentityDidChangeNotification()
Notification sent after the current ubiquity identity has changed.
|
static java.lang.String |
NSUnarchiveFromDataTransformerName() |
static java.lang.String |
NSUndefinedKeyException()
The exception that is thrown when a key value coding operation fails.
|
static java.lang.String |
NSUnderlyingErrorKey()
Key in userInfo.
|
static java.lang.String |
NSUndoManagerCheckpointNotification() |
static java.lang.String |
NSUndoManagerDidCloseUndoGroupNotification()
This notification is sent after an undo group closes.
|
static java.lang.String |
NSUndoManagerDidOpenUndoGroupNotification() |
static java.lang.String |
NSUndoManagerDidRedoChangeNotification() |
static java.lang.String |
NSUndoManagerDidUndoChangeNotification() |
static java.lang.String |
NSUndoManagerGroupIsDiscardableKey()
This key is set on the user info dictionary of the NSUndoManagerDidCloseUndoGroupNotification, with a NSNumber boolean value of YES, if the undo group as a whole is discardable.
|
static java.lang.String |
NSUndoManagerWillCloseUndoGroupNotification() |
static java.lang.String |
NSUndoManagerWillRedoChangeNotification() |
static java.lang.String |
NSUndoManagerWillUndoChangeNotification()
This is called before an undo group is begun or ended so any
clients that need to lazily register undos can do so in the
correct group.
|
static java.lang.String |
NSUnionOfArraysKeyValueOperator() |
static java.lang.String |
NSUnionOfObjectsKeyValueOperator() |
static java.lang.String |
NSUnionOfSetsKeyValueOperator() |
static NSRange |
NSUnionRange(NSRange range1,
NSRange range2) |
static java.lang.String |
NSURLAddedToDirectoryDateKey()
The date the resource was created, or renamed into or within its parent directory.
|
static java.lang.String |
NSURLAttributeModificationDateKey()
The time the resource's attributes were last modified (Read-only, value type NSDate)
|
static java.lang.String |
NSURLAuthenticationMethodClientCertificate()
[@const] NSURLAuthenticationMethodClientCertificate
|
static java.lang.String |
NSURLAuthenticationMethodDefault()
[@const] NSURLAuthenticationMethodDefault
|
static java.lang.String |
NSURLAuthenticationMethodHTMLForm()
[@const] NSURLAuthenticationMethodHTMLForm
|
static java.lang.String |
NSURLAuthenticationMethodHTTPBasic()
[@const] NSURLAuthenticationMethodHTTPBasic
|
static java.lang.String |
NSURLAuthenticationMethodHTTPDigest()
[@const] NSURLAuthenticationMethodHTTPDigest
|
static java.lang.String |
NSURLAuthenticationMethodNegotiate()
[@const] NSURLAuthenticationMethodNegotiate
|
static java.lang.String |
NSURLAuthenticationMethodNTLM()
[@const] NSURLAuthenticationMethodNTLM
|
static java.lang.String |
NSURLAuthenticationMethodServerTrust()
[@const] NSURLAuthenticationMethodServerTrust
|
static java.lang.String |
NSURLCanonicalPathKey()
the URL's path as a canonical absolute file system path (Read-only, value type NSString)
|
static java.lang.String |
NSURLContentAccessDateKey()
The date the resource was last accessed (Read-write, value type NSDate)
|
static java.lang.String |
NSURLContentModificationDateKey()
The time the resource content was last modified (Read-write, value type NSDate)
|
static java.lang.String |
NSURLContentTypeKey()
File type (UTType) for the resource (Read-only, value type UTType)
|
static java.lang.String |
NSURLCreationDateKey()
The date the resource was created (Read-write, value type NSDate)
|
static java.lang.String |
NSURLCredentialStorageChangedNotification()
[@const] NSURLCredentialStorageChangedNotification
|
static java.lang.String |
NSURLCredentialStorageRemoveSynchronizableCredentials()
NSURLCredentialStorageRemoveSynchronizableCredentials - (NSNumber value)
A key that indicates either @YES or @NO that credentials which contain the NSURLCredentialPersistenceSynchronizable
attribute should be removed.
|
static java.lang.String |
NSURLCustomIconKey()
The custom icon assigned to the resource, if any (Currently not implemented, value type NSImage)
|
static java.lang.String |
NSURLDocumentIdentifierKey()
The document identifier -- a value assigned by the kernel to a document (which can be either a file or directory) and is used to identify the document regardless of where it gets moved on a volume.
|
static java.lang.String |
NSURLEffectiveIconKey()
The icon normally displayed for the resource (Read-only, value type NSImage)
|
static java.lang.String |
NSURLErrorBackgroundTaskCancelledReasonKey()
[@const] NSURLErrorBackgroundTaskCancelledReasonKey
|
static java.lang.String |
NSURLErrorDomain()
Constants used by NSError to differentiate between "domains" of error codes, serving as a discriminator for error codes that originate from different subsystems or sources.
|
static java.lang.String |
NSURLErrorFailingURLErrorKey()
[@const] NSURLErrorFailingURLErrorKey
|
static java.lang.String |
NSURLErrorFailingURLPeerTrustErrorKey()
[@const] NSURLErrorFailingURLPeerTrustErrorKey
|
static java.lang.String |
NSURLErrorFailingURLStringErrorKey()
[@const] NSURLErrorFailingURLStringErrorKey
|
static java.lang.String |
NSURLErrorKey()
NSURL
|
static java.lang.String |
NSURLErrorNetworkUnavailableReasonKey()
[@const] NSURLErrorNetworkUnavailableReasonKey
|
static java.lang.String |
NSURLFileAllocatedSizeKey()
Total size allocated on disk for the file in bytes (number of blocks times block size) (Read-only, value type NSNumber)
|
static java.lang.String |
NSURLFileContentIdentifierKey()
A 64-bit value assigned by APFS that identifies a file's content data stream.
|
static java.lang.String |
NSURLFileProtectionComplete()
The file is stored in an encrypted format on disk and cannot be read from or written to while the device is locked or booting.
|
static java.lang.String |
NSURLFileProtectionCompleteUnlessOpen()
The file is stored in an encrypted format on disk.
|
static java.lang.String |
NSURLFileProtectionCompleteUntilFirstUserAuthentication()
The file is stored in an encrypted format on disk and cannot be accessed until after the device has booted.
|
static java.lang.String |
NSURLFileProtectionKey()
The protection level for this file
|
static java.lang.String |
NSURLFileProtectionNone()
The file has no special protections associated with it.
|
static java.lang.String |
NSURLFileResourceIdentifierKey()
An identifier which can be used to compare two file system objects for equality using -isEqual (i.e, two object identifiers are equal if they have the same file system path or if the paths are linked to same inode on the same file system).
|
static java.lang.String |
NSURLFileResourceTypeBlockSpecial() |
static java.lang.String |
NSURLFileResourceTypeCharacterSpecial() |
static java.lang.String |
NSURLFileResourceTypeDirectory() |
static java.lang.String |
NSURLFileResourceTypeKey()
Returns the file system object type.
|
static java.lang.String |
NSURLFileResourceTypeNamedPipe()
The file system object type values returned for the NSURLFileResourceTypeKey
|
static java.lang.String |
NSURLFileResourceTypeRegular() |
static java.lang.String |
NSURLFileResourceTypeSocket() |
static java.lang.String |
NSURLFileResourceTypeSymbolicLink() |
static java.lang.String |
NSURLFileResourceTypeUnknown() |
static java.lang.String |
NSURLFileScheme()
A string constant for the "file" URL scheme.
|
static java.lang.String |
NSURLFileSecurityKey()
The file system object's security information encapsulated in a NSFileSecurity object.
|
static java.lang.String |
NSURLFileSizeKey()
Total file size in bytes (Read-only, value type NSNumber)
|
static java.lang.String |
NSURLGenerationIdentifierKey()
An opaque generation identifier which can be compared using isEqual: to determine if the data in a document has been modified.
|
static java.lang.String |
NSURLHasHiddenExtensionKey()
True for resources whose filename extension is removed from the localized name property (Read-write, value type boolean NSNumber)
|
static java.lang.String |
NSURLIsAliasFileKey()
true if the resource is a Finder alias file or a symlink, false otherwise ( Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLIsApplicationKey()
True if resource is an application (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLIsDirectoryKey()
True for directories (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLIsExcludedFromBackupKey()
true if resource should be excluded from backups, false otherwise (Read-write, value type boolean NSNumber).
|
static java.lang.String |
NSURLIsExecutableKey()
true if this process (as determined by EUID) can execute a file resource or search a directory resource.
|
static java.lang.String |
NSURLIsHiddenKey()
True for resources normally not displayed to users (Read-write, value type boolean NSNumber).
|
static java.lang.String |
NSURLIsMountTriggerKey()
true if this URL is a file system trigger directory.
|
static java.lang.String |
NSURLIsPackageKey()
True for packaged directories (Read-only 10_6 and 10_7, read-write 10_8, value type boolean NSNumber).
|
static java.lang.String |
NSURLIsPurgeableKey()
True if the file can be deleted by the file system when asked to free space.
|
static java.lang.String |
NSURLIsReadableKey()
true if this process (as determined by EUID) can read the resource.
|
static java.lang.String |
NSURLIsRegularFileKey()
True for regular files (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLIsSparseKey()
True if the file has sparse regions.
|
static java.lang.String |
NSURLIsSymbolicLinkKey()
True for symlinks (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLIsSystemImmutableKey()
True for system-immutable resources (Read-write, value type boolean NSNumber)
|
static java.lang.String |
NSURLIsUbiquitousItemKey()
true if this item is synced to the cloud, false if it is only a local file.
|
static java.lang.String |
NSURLIsUserImmutableKey()
True for user-immutable resources (Read-write, value type boolean NSNumber)
|
static java.lang.String |
NSURLIsVolumeKey()
True for the root directory of a volume (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLIsWritableKey()
true if this process (as determined by EUID) can write to the resource.
|
static java.lang.String |
NSURLKeysOfUnsetValuesKey()
Key for the resource properties that have not been set after setResourceValues:error: returns an error, returned as an array of of strings.
|
static java.lang.String |
NSURLLabelColorKey()
The color of the assigned label (Read-only, value type NSColor)
|
static java.lang.String |
NSURLLabelNumberKey()
The label number assigned to the resource (Read-write, value type NSNumber)
|
static java.lang.String |
NSURLLinkCountKey()
Number of hard links to the resource (Read-only, value type NSNumber)
|
static java.lang.String |
NSURLLocalizedLabelKey()
The user-visible label text (Read-only, value type NSString)
|
static java.lang.String |
NSURLLocalizedNameKey()
Localized or extension-hidden name as displayed to users (Read-only, value type NSString)
|
static java.lang.String |
NSURLLocalizedTypeDescriptionKey()
User-visible type or "kind" description (Read-only, value type NSString)
|
static java.lang.String |
NSURLMayHaveExtendedAttributesKey()
True if the file has extended attributes.
|
static java.lang.String |
NSURLMayShareFileContentKey()
True for cloned files and their originals that may share all, some, or no data blocks.
|
static java.lang.String |
NSURLNameKey()
The resource name provided by the file system (Read-write, value type NSString)
|
static java.lang.String |
NSURLParentDirectoryURLKey()
The resource's parent directory, if any (Read-only, value type NSURL)
|
static java.lang.String |
NSURLPathKey()
the URL's path as a file system path (Read-only, value type NSString)
|
static java.lang.String |
NSURLPreferredIOBlockSizeKey()
The optimal block size when reading or writing this file's data, or nil if not available.
|
static java.lang.String |
NSURLProtectionSpaceFTP()
[@const] NSURLProtectionSpaceFTP
|
static java.lang.String |
NSURLProtectionSpaceFTPProxy()
[@const] NSURLProtectionSpaceFTPProxy
|
static java.lang.String |
NSURLProtectionSpaceHTTP()
[@const] NSURLProtectionSpaceHTTP
|
static java.lang.String |
NSURLProtectionSpaceHTTPProxy()
[@const] NSURLProtectionSpaceHTTPProxy
|
static java.lang.String |
NSURLProtectionSpaceHTTPS()
[@const] NSURLProtectionSpaceHTTPS
|
static java.lang.String |
NSURLProtectionSpaceHTTPSProxy()
[@const] NSURLProtectionSpaceHTTPSProxy
|
static java.lang.String |
NSURLProtectionSpaceSOCKSProxy()
[@const] NSURLProtectionSpaceSOCKSProxy
|
static java.lang.String |
NSURLSessionDownloadTaskResumeData()
Key in the userInfo dictionary of an NSError received during a failed download.
|
static float |
NSURLSessionTaskPriorityDefault() |
static float |
NSURLSessionTaskPriorityHigh() |
static float |
NSURLSessionTaskPriorityLow() |
static long |
NSURLSessionTransferSizeUnknown()
-1LL
|
static java.lang.String |
NSURLThumbnailDictionaryKey()
dictionary of NSImage/UIImage objects keyed by size
|
static java.lang.String |
NSURLTotalFileAllocatedSizeKey()
Total allocated size of the file in bytes (this may include space used by metadata), or nil if not available.
|
static java.lang.String |
NSURLTotalFileSizeKey()
Total displayable size of the file in bytes (this may include space used by metadata), or nil if not available.
|
static java.lang.String |
NSURLTypeIdentifierKey()
Uniform type identifier (UTI) for the resource (Read-only, value type NSString)
|
static java.lang.String |
NSURLUbiquitousItemContainerDisplayNameKey()
returns the name of this item's container as displayed to users.
|
static java.lang.String |
NSURLUbiquitousItemDownloadingErrorKey()
returns the error when downloading the item from iCloud failed, see the NSUbiquitousFile section in FoundationErrors.h (Read-only, value type NSError)
|
static java.lang.String |
NSURLUbiquitousItemDownloadingStatusCurrent()
there is a local version of this item and it is the most up-to-date version known to this device.
|
static java.lang.String |
NSURLUbiquitousItemDownloadingStatusDownloaded()
there is a local version of this item available.
|
static java.lang.String |
NSURLUbiquitousItemDownloadingStatusKey()
returns the download status of this item.
|
static java.lang.String |
NSURLUbiquitousItemDownloadingStatusNotDownloaded()
this item has not been downloaded yet.
|
static java.lang.String |
NSURLUbiquitousItemDownloadRequestedKey()
returns whether a download of this item has already been requested with an API like -startDownloadingUbiquitousItemAtURL:error: (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLUbiquitousItemHasUnresolvedConflictsKey()
true if this item has conflicts outstanding.
|
static java.lang.String |
NSURLUbiquitousItemIsDownloadedKey()
Deprecated.
|
static java.lang.String |
NSURLUbiquitousItemIsDownloadingKey()
true if data is being downloaded for this item.
|
static java.lang.String |
NSURLUbiquitousItemIsExcludedFromSyncKey()
true if the item is excluded from sync, which means it is locally on disk but won't be available on the server.
|
static java.lang.String |
NSURLUbiquitousItemIsSharedKey()
true if the ubiquitous item is shared.
|
static java.lang.String |
NSURLUbiquitousItemIsUploadedKey()
true if there is data present in the cloud for this item.
|
static java.lang.String |
NSURLUbiquitousItemIsUploadingKey()
true if data is being uploaded for this item.
|
static java.lang.String |
NSURLUbiquitousItemPercentDownloadedKey()
Deprecated.
|
static java.lang.String |
NSURLUbiquitousItemPercentUploadedKey()
Deprecated.
|
static java.lang.String |
NSURLUbiquitousItemUploadingErrorKey()
returns the error when uploading the item to iCloud failed, see the NSUbiquitousFile section in FoundationErrors.h (Read-only, value type NSError)
|
static java.lang.String |
NSURLUbiquitousSharedItemCurrentUserPermissionsKey()
returns the permissions for the current user, or nil if not shared.
|
static java.lang.String |
NSURLUbiquitousSharedItemCurrentUserRoleKey()
returns the current user's role for this shared item, or nil if not shared.
|
static java.lang.String |
NSURLUbiquitousSharedItemMostRecentEditorNameComponentsKey()
returns a NSPersonNameComponents for the most recent editor of the document, or nil if it is the current user.
|
static java.lang.String |
NSURLUbiquitousSharedItemOwnerNameComponentsKey()
returns a NSPersonNameComponents, or nil if the current user.
|
static java.lang.String |
NSURLUbiquitousSharedItemPermissionsReadOnly()
the current user is only allowed to read this item
|
static java.lang.String |
NSURLUbiquitousSharedItemPermissionsReadWrite()
the current user is allowed to both read and write this item
|
static java.lang.String |
NSURLUbiquitousSharedItemRoleOwner()
the current user is the owner of this shared item.
|
static java.lang.String |
NSURLUbiquitousSharedItemRoleParticipant()
the current user is a participant of this shared item.
|
static java.lang.String |
NSURLVolumeAvailableCapacityForImportantUsageKey()
(Read-only, value type NSNumber)
|
static java.lang.String |
NSURLVolumeAvailableCapacityForOpportunisticUsageKey()
(Read-only, value type NSNumber)
|
static java.lang.String |
NSURLVolumeAvailableCapacityKey()
Total free space in bytes (Read-only, value type NSNumber)
|
static java.lang.String |
NSURLVolumeCreationDateKey()
The volume's creation date, or nil if this cannot be determined.
|
static java.lang.String |
NSURLVolumeIdentifierKey()
An identifier that can be used to identify the volume the file system object is on.
|
static java.lang.String |
NSURLVolumeIsAutomountedKey()
true if the volume is automounted.
|
static java.lang.String |
NSURLVolumeIsBrowsableKey()
true if the volume should be visible via the GUI (i.e., appear on the Desktop as a separate volume).
|
static java.lang.String |
NSURLVolumeIsEjectableKey()
true if the volume's media is ejectable from the drive mechanism under software control.
|
static java.lang.String |
NSURLVolumeIsEncryptedKey()
true if the volume is encrypted.
|
static java.lang.String |
NSURLVolumeIsInternalKey()
true if the volume's device is connected to an internal bus, false if connected to an external bus, or nil if not available.
|
static java.lang.String |
NSURLVolumeIsJournalingKey()
true if the volume is currently using a journal for speedy recovery after an unplanned restart.
|
static java.lang.String |
NSURLVolumeIsLocalKey()
true if the volume is stored on a local device.
|
static java.lang.String |
NSURLVolumeIsReadOnlyKey()
true if the volume is read-only.
|
static java.lang.String |
NSURLVolumeIsRemovableKey()
true if the volume's media is removable from the drive mechanism.
|
static java.lang.String |
NSURLVolumeIsRootFileSystemKey()
true if the volume is the root filesystem.
|
static java.lang.String |
NSURLVolumeLocalizedFormatDescriptionKey()
The user-visible volume format (Read-only, value type NSString)
|
static java.lang.String |
NSURLVolumeLocalizedNameKey()
The user-presentable name of the volume (Read-only, value type NSString)
|
static java.lang.String |
NSURLVolumeMaximumFileSizeKey()
The largest file size (in bytes) supported by this file system, or nil if this cannot be determined.
|
static java.lang.String |
NSURLVolumeNameKey()
The name of the volume (Read-write if NSURLVolumeSupportsRenamingKey is YES, otherwise read-only, value type NSString)
|
static java.lang.String |
NSURLVolumeResourceCountKey()
Total number of resources on the volume (Read-only, value type NSNumber)
|
static java.lang.String |
NSURLVolumeSupportsAccessPermissionsKey()
true if the volume supports setting POSIX access permissions with the NSURLFileSecurityKey property (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLVolumeSupportsAdvisoryFileLockingKey()
true if the volume implements whole-file flock(2) style advisory locks, and the O_EXLOCK and O_SHLOCK flags of the open(2) call.
|
static java.lang.String |
NSURLVolumeSupportsCasePreservedNamesKey()
true if the volume format preserves the case of file and directory names.
|
static java.lang.String |
NSURLVolumeSupportsCaseSensitiveNamesKey()
true if the volume format treats upper and lower case characters in file and directory names as different.
|
static java.lang.String |
NSURLVolumeSupportsCompressionKey()
true if the volume supports transparent decompression of compressed files using decmpfs.
|
static java.lang.String |
NSURLVolumeSupportsExclusiveRenamingKey()
true if the volume supports renamex_np(2)'s RENAME_EXCL option (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLVolumeSupportsExtendedSecurityKey()
true if the volume implements extended security (ACLs).
|
static java.lang.String |
NSURLVolumeSupportsFileCloningKey()
true if the volume supports clonefile(2) (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLVolumeSupportsFileProtectionKey()
True if the volume supports the File Protection attribute (see NSURLFileProtectionKey).
|
static java.lang.String |
NSURLVolumeSupportsHardLinksKey()
true if the volume format supports hard links (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLVolumeSupportsImmutableFilesKey()
true if the volume supports making files immutable with the NSURLIsUserImmutableKey or NSURLIsSystemImmutableKey properties (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLVolumeSupportsJournalingKey()
true if the volume format supports a journal used to speed recovery in case of unplanned restart (such as a power outage or crash).
|
static java.lang.String |
NSURLVolumeSupportsPersistentIDsKey()
true if the volume format supports persistent object identifiers and can look up file system objects by their IDs (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLVolumeSupportsRenamingKey()
true if the volume can be renamed.
|
static java.lang.String |
NSURLVolumeSupportsRootDirectoryDatesKey()
true if the volume supports reliable storage of times for the root directory.
|
static java.lang.String |
NSURLVolumeSupportsSparseFilesKey()
true if the volume format supports sparse files, that is, files which can have 'holes' that have never been written to, and thus do not consume space on disk.
|
static java.lang.String |
NSURLVolumeSupportsSwapRenamingKey()
true if the volume supports renamex_np(2)'s RENAME_SWAP option (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLVolumeSupportsSymbolicLinksKey()
true if the volume format supports symbolic links (Read-only, value type boolean NSNumber)
|
static java.lang.String |
NSURLVolumeSupportsVolumeSizesKey()
true if the volume supports returning volume size values (NSURLVolumeTotalCapacityKey and NSURLVolumeAvailableCapacityKey).
|
static java.lang.String |
NSURLVolumeSupportsZeroRunsKey()
For security reasons, parts of a file (runs) that have never been written to must appear to contain zeroes.
|
static java.lang.String |
NSURLVolumeTotalCapacityKey()
Total volume capacity in bytes (Read-only, value type NSNumber)
|
static java.lang.String |
NSURLVolumeURLForRemountingKey()
The NSURL needed to remount a network volume, or nil if not available.
|
static java.lang.String |
NSURLVolumeURLKey()
URL of the volume on which the resource is stored (Read-only, value type NSURL)
|
static java.lang.String |
NSURLVolumeUUIDStringKey()
The volume's persistent UUID as a string, or nil if a persistent UUID is not available for the volume.
|
static java.lang.String |
NSUserActivityTypeBrowsingWeb()
The activity type used when continuing from a web browsing session to either a web browser or a native app.
|
static java.lang.String |
NSUserDefaultsDidChangeNotification()
NSUserDefaultsDidChangeNotification is posted whenever any user defaults changed within the current process, but is not posted when ubiquitous defaults change, or when an outside process changes defaults.
|
static java.lang.String |
NSUserDefaultsSizeLimitExceededNotification()
NSUserDefaultsSizeLimitExceededNotification is posted on the main queue when more data is stored in user defaults than is allowed.
|
static java.lang.String |
NSUserName() |
static java.lang.String |
NSWillBecomeMultiThreadedNotification() |
static java.lang.String |
NSXMLParserErrorDomain()
for use with NSError.
|
static org.moe.natj.general.ptr.VoidPtr |
NSZoneCalloc(org.moe.natj.general.ptr.VoidPtr zone,
long numElems,
long byteSize) |
static void |
NSZoneFree(org.moe.natj.general.ptr.VoidPtr zone,
org.moe.natj.general.ptr.VoidPtr ptr) |
static org.moe.natj.general.ptr.VoidPtr |
NSZoneFromPointer(org.moe.natj.general.ptr.VoidPtr ptr) |
static org.moe.natj.general.ptr.VoidPtr |
NSZoneMalloc(org.moe.natj.general.ptr.VoidPtr zone,
long size) |
static java.lang.String |
NSZoneName(org.moe.natj.general.ptr.VoidPtr zone) |
static org.moe.natj.general.ptr.VoidPtr |
NSZoneRealloc(org.moe.natj.general.ptr.VoidPtr zone,
org.moe.natj.general.ptr.VoidPtr ptr,
long size) |
public static final long NSNotFound
public static final long NSHashTableStrongMemory
public static final long NSHashTableCopyIn
public static final long NSHashTableObjectPointerPersonality
public static final long NSHashTableWeakMemory
public static final long NSMapTableStrongMemory
public static final long NSMapTableCopyIn
public static final long NSMapTableObjectPointerPersonality
public static final long NSMapTableWeakMemory
public static final long NSOperationQueueDefaultMaxConcurrentOperationCount
public static final long NSUndoCloseGroupingRunLoopOrdering
public static java.lang.String NSLocalizedString(java.lang.String key,
java.lang.String comment)
public static java.lang.String NSLocalizedStringFromTable(java.lang.String key,
java.lang.String tbl,
java.lang.String comment)
public static java.lang.String NSLocalizedStringFromTableInBundle(java.lang.String key,
java.lang.String tbl,
NSBundle bundle,
java.lang.String comment)
public static java.lang.String NSLocalizedStringWithDefaultValue(java.lang.String key,
java.lang.String tbl,
NSBundle bundle,
java.lang.String val,
java.lang.String comment)
public static java.lang.String NSLocalizedString(java.lang.String key)
public static java.lang.String NSLocalizedStringFromTable(java.lang.String key,
java.lang.String tbl)
public static java.lang.String NSLocalizedStringFromTableInBundle(java.lang.String key,
java.lang.String tbl,
NSBundle bundle)
public static java.lang.String NSLocalizedStringWithDefaultValue(java.lang.String key,
java.lang.String tbl,
NSBundle bundle,
java.lang.String val)
public static java.lang.String NSStringFromSelector(org.moe.natj.objc.SEL aSelector)
public static org.moe.natj.objc.SEL NSSelectorFromString(java.lang.String aSelectorName)
public static java.lang.String NSStringFromClass(org.moe.natj.objc.Class aClass)
public static org.moe.natj.objc.Class NSClassFromString(java.lang.String aClassName)
public static java.lang.String NSGetSizeAndAlignment(java.lang.String typePtr,
org.moe.natj.general.ptr.NUIntPtr sizep,
org.moe.natj.general.ptr.NUIntPtr alignp)
public static void NSLog(java.lang.Object format,
java.lang.Object... varargs)
public static void NSLogv(java.lang.Object format,
org.moe.natj.general.ptr.BytePtr args)
public static org.moe.natj.general.ptr.VoidPtr NSDefaultMallocZone()
public static org.moe.natj.general.ptr.VoidPtr NSCreateZone(long startSize,
long granularity,
boolean canFree)
public static void NSRecycleZone(org.moe.natj.general.ptr.VoidPtr zone)
public static void NSSetZoneName(org.moe.natj.general.ptr.VoidPtr zone,
java.lang.String name)
public static java.lang.String NSZoneName(org.moe.natj.general.ptr.VoidPtr zone)
public static org.moe.natj.general.ptr.VoidPtr NSZoneFromPointer(org.moe.natj.general.ptr.VoidPtr ptr)
public static org.moe.natj.general.ptr.VoidPtr NSZoneMalloc(org.moe.natj.general.ptr.VoidPtr zone,
long size)
public static org.moe.natj.general.ptr.VoidPtr NSZoneCalloc(org.moe.natj.general.ptr.VoidPtr zone,
long numElems,
long byteSize)
public static org.moe.natj.general.ptr.VoidPtr NSZoneRealloc(org.moe.natj.general.ptr.VoidPtr zone,
org.moe.natj.general.ptr.VoidPtr ptr,
long size)
public static void NSZoneFree(org.moe.natj.general.ptr.VoidPtr zone,
org.moe.natj.general.ptr.VoidPtr ptr)
public static long NSPageSize()
public static long NSLogPageSize()
public static long NSRoundUpToMultipleOfPageSize(long bytes)
public static long NSRoundDownToMultipleOfPageSize(long bytes)
public static org.moe.natj.general.ptr.VoidPtr NSAllocateMemoryPages(long bytes)
public static void NSDeallocateMemoryPages(org.moe.natj.general.ptr.VoidPtr ptr,
long bytes)
public static void NSCopyMemoryPages(org.moe.natj.general.ptr.ConstVoidPtr source,
org.moe.natj.general.ptr.VoidPtr dest,
long bytes)
@Deprecated public static long NSRealMemoryAvailable()
public static org.moe.natj.general.ptr.ConstVoidPtr CFBridgingRetain(java.lang.Object X)
public static java.lang.Object CFBridgingRelease(org.moe.natj.general.ptr.ConstVoidPtr X)
public static NSRange NSMakeRange(long loc, long len)
public static long NSMaxRange(NSRange range)
public static boolean NSLocationInRange(long loc,
NSRange range)
public static java.lang.String NSStringFromRange(NSRange range)
public static NSRange NSRangeFromString(java.lang.String aString)
public static long NSHostByteOrder()
public static char NSSwapShort(char inv)
public static int NSSwapInt(int inv)
public static long NSSwapLong(long inv)
public static long NSSwapLongLong(long inv)
public static char NSSwapBigShortToHost(char x)
public static int NSSwapBigIntToHost(int x)
public static long NSSwapBigLongToHost(long x)
public static long NSSwapBigLongLongToHost(long x)
public static char NSSwapHostShortToBig(char x)
public static int NSSwapHostIntToBig(int x)
public static long NSSwapHostLongToBig(long x)
public static long NSSwapHostLongLongToBig(long x)
public static char NSSwapLittleShortToHost(char x)
public static int NSSwapLittleIntToHost(int x)
public static long NSSwapLittleLongToHost(long x)
public static long NSSwapLittleLongLongToHost(long x)
public static char NSSwapHostShortToLittle(char x)
public static int NSSwapHostIntToLittle(int x)
public static long NSSwapHostLongToLittle(long x)
public static long NSSwapHostLongLongToLittle(long x)
public static NSSwappedFloat NSConvertHostFloatToSwapped(float x)
public static float NSConvertSwappedFloatToHost(NSSwappedFloat x)
public static NSSwappedDouble NSConvertHostDoubleToSwapped(double x)
public static double NSConvertSwappedDoubleToHost(NSSwappedDouble x)
public static NSSwappedFloat NSSwapFloat(NSSwappedFloat x)
public static NSSwappedDouble NSSwapDouble(NSSwappedDouble x)
public static double NSSwapBigDoubleToHost(NSSwappedDouble x)
public static float NSSwapBigFloatToHost(NSSwappedFloat x)
public static NSSwappedDouble NSSwapHostDoubleToBig(double x)
public static NSSwappedFloat NSSwapHostFloatToBig(float x)
public static double NSSwapLittleDoubleToHost(NSSwappedDouble x)
public static float NSSwapLittleFloatToHost(NSSwappedFloat x)
public static NSSwappedDouble NSSwapHostDoubleToLittle(double x)
public static NSSwappedFloat NSSwapHostFloatToLittle(float x)
public static boolean NSDecimalIsNotANumber(org.moe.natj.general.ptr.VoidPtr dcm)
public static void NSDecimalCopy(org.moe.natj.general.ptr.VoidPtr destination,
org.moe.natj.general.ptr.VoidPtr source)
public static void NSDecimalCompact(org.moe.natj.general.ptr.VoidPtr number)
public static long NSDecimalCompare(org.moe.natj.general.ptr.VoidPtr leftOperand,
org.moe.natj.general.ptr.VoidPtr rightOperand)
public static void NSDecimalRound(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr number,
long scale,
long roundingMode)
public static long NSDecimalNormalize(org.moe.natj.general.ptr.VoidPtr number1,
org.moe.natj.general.ptr.VoidPtr number2,
long roundingMode)
public static long NSDecimalAdd(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr leftOperand,
org.moe.natj.general.ptr.VoidPtr rightOperand,
long roundingMode)
public static long NSDecimalSubtract(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr leftOperand,
org.moe.natj.general.ptr.VoidPtr rightOperand,
long roundingMode)
public static long NSDecimalMultiply(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr leftOperand,
org.moe.natj.general.ptr.VoidPtr rightOperand,
long roundingMode)
public static long NSDecimalDivide(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr leftOperand,
org.moe.natj.general.ptr.VoidPtr rightOperand,
long roundingMode)
public static long NSDecimalPower(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr number,
long power,
long roundingMode)
public static long NSDecimalMultiplyByPowerOf10(org.moe.natj.general.ptr.VoidPtr result,
org.moe.natj.general.ptr.VoidPtr number,
short power,
long roundingMode)
public static java.lang.String NSDecimalString(org.moe.natj.general.ptr.VoidPtr dcm,
java.lang.Object locale)
public static Foundation.Function_NSGetUncaughtExceptionHandler_ret NSGetUncaughtExceptionHandler()
public static void NSSetUncaughtExceptionHandler(Foundation.Function_NSSetUncaughtExceptionHandler arg1)
public static java.lang.String NSUserName()
public static java.lang.String NSFullUserName()
public static java.lang.String NSHomeDirectory()
public static java.lang.String NSHomeDirectoryForUser(java.lang.String userName)
public static java.lang.String NSTemporaryDirectory()
public static java.lang.String NSOpenStepRootDirectory()
public static NSArray<java.lang.String> NSSearchPathForDirectoriesInDomains(long directory, long domainMask, boolean expandTilde)
public static double NSFoundationVersionNumber()
public static java.lang.String NSStringTransformLatinToKatakana()
public static java.lang.String NSStringTransformLatinToHiragana()
public static java.lang.String NSStringTransformLatinToHangul()
public static java.lang.String NSStringTransformLatinToArabic()
public static java.lang.String NSStringTransformLatinToHebrew()
public static java.lang.String NSStringTransformLatinToThai()
public static java.lang.String NSStringTransformLatinToCyrillic()
public static java.lang.String NSStringTransformLatinToGreek()
public static java.lang.String NSStringTransformToLatin()
public static java.lang.String NSStringTransformMandarinToLatin()
public static java.lang.String NSStringTransformHiraganaToKatakana()
public static java.lang.String NSStringTransformFullwidthToHalfwidth()
public static java.lang.String NSStringTransformToXMLHex()
public static java.lang.String NSStringTransformToUnicodeName()
public static java.lang.String NSStringTransformStripCombiningMarks()
public static java.lang.String NSStringTransformStripDiacritics()
public static java.lang.String NSStringEncodingDetectionSuggestedEncodingsKey()
public static java.lang.String NSStringEncodingDetectionDisallowedEncodingsKey()
public static java.lang.String NSStringEncodingDetectionUseOnlySuggestedEncodingsKey()
public static java.lang.String NSStringEncodingDetectionAllowLossyKey()
public static java.lang.String NSStringEncodingDetectionFromWindowsKey()
public static java.lang.String NSStringEncodingDetectionLossySubstitutionKey()
public static java.lang.String NSStringEncodingDetectionLikelyLanguageKey()
public static java.lang.String NSCharacterConversionException()
public static java.lang.String NSParseErrorException()
public static java.lang.String NSProgressEstimatedTimeRemainingKey()
public static java.lang.String NSProgressThroughputKey()
public static java.lang.String NSProgressKindFile()
public static java.lang.String NSProgressFileOperationKindKey()
public static java.lang.String NSProgressFileOperationKindDownloading()
public static java.lang.String NSProgressFileOperationKindDecompressingAfterDownloading()
public static java.lang.String NSProgressFileOperationKindReceiving()
public static java.lang.String NSProgressFileOperationKindCopying()
public static java.lang.String NSProgressFileURLKey()
public static java.lang.String NSProgressFileTotalCountKey()
public static java.lang.String NSProgressFileCompletedCountKey()
public static java.lang.String NSBundleDidLoadNotification()
public static java.lang.String NSLoadedClasses()
public static java.lang.String NSBundleResourceRequestLowDiskSpaceNotification()
If the application is in the background, the system needs more space, and the application does not free up enough in response to the notification then the application may be killed. The application can free up space by calling -endAccessingResources on any outstanding requests. This will inform the system that you are done with those resources and it may purge the content to make room for a new request.
Note that this notification may not be the same as low disk space on the system, as applications can have a smaller quota.
public static double NSBundleResourceRequestLoadingPriorityUrgent()
public static java.lang.String NSSystemClockDidChangeNotification()
public static java.lang.String NSCalendarIdentifierGregorian()
public static java.lang.String NSCalendarIdentifierBuddhist()
public static java.lang.String NSCalendarIdentifierChinese()
public static java.lang.String NSCalendarIdentifierCoptic()
public static java.lang.String NSCalendarIdentifierEthiopicAmeteMihret()
public static java.lang.String NSCalendarIdentifierEthiopicAmeteAlem()
public static java.lang.String NSCalendarIdentifierHebrew()
public static java.lang.String NSCalendarIdentifierISO8601()
public static java.lang.String NSCalendarIdentifierIndian()
public static java.lang.String NSCalendarIdentifierIslamic()
public static java.lang.String NSCalendarIdentifierIslamicCivil()
public static java.lang.String NSCalendarIdentifierJapanese()
public static java.lang.String NSCalendarIdentifierPersian()
public static java.lang.String NSCalendarIdentifierRepublicOfChina()
public static java.lang.String NSCalendarIdentifierIslamicTabular()
public static java.lang.String NSCalendarIdentifierIslamicUmmAlQura()
public static java.lang.String NSCalendarDayChangedNotification()
public static java.lang.String NSCurrentLocaleDidChangeNotification()
public static java.lang.String NSLocaleIdentifier()
public static java.lang.String NSLocaleLanguageCode()
public static java.lang.String NSLocaleCountryCode()
public static java.lang.String NSLocaleScriptCode()
public static java.lang.String NSLocaleVariantCode()
public static java.lang.String NSLocaleExemplarCharacterSet()
public static java.lang.String NSLocaleCalendar()
public static java.lang.String NSLocaleCollationIdentifier()
public static java.lang.String NSLocaleUsesMetricSystem()
public static java.lang.String NSLocaleMeasurementSystem()
public static java.lang.String NSLocaleDecimalSeparator()
public static java.lang.String NSLocaleGroupingSeparator()
public static java.lang.String NSLocaleCurrencySymbol()
public static java.lang.String NSLocaleCurrencyCode()
public static java.lang.String NSLocaleCollatorIdentifier()
public static java.lang.String NSLocaleQuotationBeginDelimiterKey()
public static java.lang.String NSLocaleQuotationEndDelimiterKey()
public static java.lang.String NSLocaleAlternateQuotationBeginDelimiterKey()
public static java.lang.String NSLocaleAlternateQuotationEndDelimiterKey()
@Deprecated public static java.lang.String NSGregorianCalendar()
@Deprecated public static java.lang.String NSBuddhistCalendar()
@Deprecated public static java.lang.String NSChineseCalendar()
@Deprecated public static java.lang.String NSHebrewCalendar()
@Deprecated public static java.lang.String NSIslamicCalendar()
@Deprecated public static java.lang.String NSIslamicCivilCalendar()
@Deprecated public static java.lang.String NSJapaneseCalendar()
@Deprecated public static java.lang.String NSRepublicOfChinaCalendar()
@Deprecated public static java.lang.String NSPersianCalendar()
@Deprecated public static java.lang.String NSIndianCalendar()
@Deprecated public static java.lang.String NSISO8601Calendar()
public static java.lang.String NSPersonNameComponentKey()
public static java.lang.String NSPersonNameComponentGivenName()
public static java.lang.String NSPersonNameComponentFamilyName()
public static java.lang.String NSPersonNameComponentMiddleName()
public static java.lang.String NSPersonNameComponentPrefix()
public static java.lang.String NSPersonNameComponentSuffix()
public static java.lang.String NSPersonNameComponentNickname()
public static java.lang.String NSPersonNameComponentDelimiter()
public static java.lang.String NSGenericException()
public static java.lang.String NSRangeException()
public static java.lang.String NSInvalidArgumentException()
public static java.lang.String NSInternalInconsistencyException()
public static java.lang.String NSMallocException()
public static java.lang.String NSObjectInaccessibleException()
public static java.lang.String NSObjectNotAvailableException()
public static java.lang.String NSDestinationInvalidException()
public static java.lang.String NSPortTimeoutException()
public static java.lang.String NSInvalidSendPortException()
public static java.lang.String NSInvalidReceivePortException()
public static java.lang.String NSPortSendException()
public static java.lang.String NSPortReceiveException()
public static java.lang.String NSOldStyleException()
public static java.lang.String NSAssertionHandlerKey()
public static java.lang.String NSDecimalNumberExactnessException()
public static java.lang.String NSDecimalNumberOverflowException()
public static java.lang.String NSDecimalNumberUnderflowException()
public static java.lang.String NSDecimalNumberDivideByZeroException()
public static java.lang.String NSCocoaErrorDomain()
public static java.lang.String NSPOSIXErrorDomain()
public static java.lang.String NSOSStatusErrorDomain()
public static java.lang.String NSMachErrorDomain()
public static java.lang.String NSUnderlyingErrorKey()
public static java.lang.String NSLocalizedDescriptionKey()
public static java.lang.String NSLocalizedFailureReasonErrorKey()
public static java.lang.String NSLocalizedRecoverySuggestionErrorKey()
public static java.lang.String NSLocalizedRecoveryOptionsErrorKey()
public static java.lang.String NSRecoveryAttempterErrorKey()
public static java.lang.String NSHelpAnchorErrorKey()
public static java.lang.String NSStringEncodingErrorKey()
public static java.lang.String NSURLErrorKey()
public static java.lang.String NSFilePathErrorKey()
public static java.lang.String NSDefaultRunLoopMode()
public static java.lang.String NSRunLoopCommonModes()
public static java.lang.String NSFileHandleOperationException()
public static java.lang.String NSFileHandleReadCompletionNotification()
public static java.lang.String NSFileHandleReadToEndOfFileCompletionNotification()
public static java.lang.String NSFileHandleConnectionAcceptedNotification()
public static java.lang.String NSFileHandleDataAvailableNotification()
public static java.lang.String NSFileHandleNotificationDataItem()
public static java.lang.String NSFileHandleNotificationFileHandleItem()
@Deprecated public static java.lang.String NSFileHandleNotificationMonitorModes()
public static java.lang.String NSURLFileScheme()
public static java.lang.String NSURLKeysOfUnsetValuesKey()
public static java.lang.String NSURLNameKey()
public static java.lang.String NSURLLocalizedNameKey()
public static java.lang.String NSURLIsRegularFileKey()
public static java.lang.String NSURLIsDirectoryKey()
public static java.lang.String NSURLIsSymbolicLinkKey()
public static java.lang.String NSURLIsVolumeKey()
public static java.lang.String NSURLIsPackageKey()
public static java.lang.String NSURLIsApplicationKey()
public static java.lang.String NSURLIsSystemImmutableKey()
public static java.lang.String NSURLIsUserImmutableKey()
public static java.lang.String NSURLIsHiddenKey()
public static java.lang.String NSURLHasHiddenExtensionKey()
public static java.lang.String NSURLCreationDateKey()
public static java.lang.String NSURLContentAccessDateKey()
public static java.lang.String NSURLContentModificationDateKey()
public static java.lang.String NSURLAttributeModificationDateKey()
public static java.lang.String NSURLLinkCountKey()
public static java.lang.String NSURLParentDirectoryURLKey()
public static java.lang.String NSURLVolumeURLKey()
public static java.lang.String NSURLTypeIdentifierKey()
public static java.lang.String NSURLLocalizedTypeDescriptionKey()
public static java.lang.String NSURLLabelNumberKey()
public static java.lang.String NSURLLabelColorKey()
public static java.lang.String NSURLLocalizedLabelKey()
public static java.lang.String NSURLEffectiveIconKey()
public static java.lang.String NSURLCustomIconKey()
public static java.lang.String NSURLFileResourceIdentifierKey()
public static java.lang.String NSURLVolumeIdentifierKey()
public static java.lang.String NSURLPreferredIOBlockSizeKey()
public static java.lang.String NSURLIsReadableKey()
public static java.lang.String NSURLIsWritableKey()
public static java.lang.String NSURLIsExecutableKey()
public static java.lang.String NSURLFileSecurityKey()
public static java.lang.String NSURLIsExcludedFromBackupKey()
public static java.lang.String NSURLPathKey()
public static java.lang.String NSURLCanonicalPathKey()
public static java.lang.String NSURLIsMountTriggerKey()
public static java.lang.String NSURLGenerationIdentifierKey()
public static java.lang.String NSURLDocumentIdentifierKey()
public static java.lang.String NSURLAddedToDirectoryDateKey()
public static java.lang.String NSURLFileResourceTypeKey()
public static java.lang.String NSURLFileResourceTypeNamedPipe()
public static java.lang.String NSURLFileResourceTypeCharacterSpecial()
public static java.lang.String NSURLFileResourceTypeDirectory()
public static java.lang.String NSURLFileResourceTypeBlockSpecial()
public static java.lang.String NSURLFileResourceTypeRegular()
public static java.lang.String NSURLFileResourceTypeSymbolicLink()
public static java.lang.String NSURLFileResourceTypeSocket()
public static java.lang.String NSURLFileResourceTypeUnknown()
public static java.lang.String NSURLThumbnailDictionaryKey()
public static java.lang.String NSThumbnail1024x1024SizeKey()
public static java.lang.String NSURLFileSizeKey()
public static java.lang.String NSURLFileAllocatedSizeKey()
public static java.lang.String NSURLTotalFileSizeKey()
public static java.lang.String NSURLTotalFileAllocatedSizeKey()
public static java.lang.String NSURLIsAliasFileKey()
public static java.lang.String NSURLFileProtectionKey()
public static java.lang.String NSURLFileProtectionNone()
public static java.lang.String NSURLFileProtectionComplete()
public static java.lang.String NSURLFileProtectionCompleteUnlessOpen()
public static java.lang.String NSURLFileProtectionCompleteUntilFirstUserAuthentication()
public static java.lang.String NSURLVolumeLocalizedFormatDescriptionKey()
public static java.lang.String NSURLVolumeTotalCapacityKey()
public static java.lang.String NSURLVolumeAvailableCapacityKey()
public static java.lang.String NSURLVolumeResourceCountKey()
public static java.lang.String NSURLVolumeSupportsPersistentIDsKey()
public static java.lang.String NSURLVolumeSupportsSymbolicLinksKey()
public static java.lang.String NSURLVolumeSupportsHardLinksKey()
public static java.lang.String NSURLVolumeSupportsJournalingKey()
public static java.lang.String NSURLVolumeIsJournalingKey()
public static java.lang.String NSURLVolumeSupportsSparseFilesKey()
public static java.lang.String NSURLVolumeSupportsZeroRunsKey()
public static java.lang.String NSURLVolumeSupportsCaseSensitiveNamesKey()
public static java.lang.String NSURLVolumeSupportsCasePreservedNamesKey()
public static java.lang.String NSURLVolumeSupportsRootDirectoryDatesKey()
public static java.lang.String NSURLVolumeSupportsVolumeSizesKey()
public static java.lang.String NSURLVolumeSupportsRenamingKey()
public static java.lang.String NSURLVolumeSupportsAdvisoryFileLockingKey()
public static java.lang.String NSURLVolumeSupportsExtendedSecurityKey()
public static java.lang.String NSURLVolumeIsBrowsableKey()
public static java.lang.String NSURLVolumeMaximumFileSizeKey()
public static java.lang.String NSURLVolumeIsEjectableKey()
public static java.lang.String NSURLVolumeIsRemovableKey()
public static java.lang.String NSURLVolumeIsInternalKey()
public static java.lang.String NSURLVolumeIsAutomountedKey()
public static java.lang.String NSURLVolumeIsLocalKey()
public static java.lang.String NSURLVolumeIsReadOnlyKey()
public static java.lang.String NSURLVolumeCreationDateKey()
public static java.lang.String NSURLVolumeURLForRemountingKey()
public static java.lang.String NSURLVolumeUUIDStringKey()
public static java.lang.String NSURLVolumeNameKey()
public static java.lang.String NSURLVolumeLocalizedNameKey()
public static java.lang.String NSURLVolumeIsEncryptedKey()
public static java.lang.String NSURLVolumeIsRootFileSystemKey()
public static java.lang.String NSURLVolumeSupportsCompressionKey()
public static java.lang.String NSURLVolumeSupportsFileCloningKey()
public static java.lang.String NSURLVolumeSupportsSwapRenamingKey()
public static java.lang.String NSURLVolumeSupportsExclusiveRenamingKey()
public static java.lang.String NSURLIsUbiquitousItemKey()
public static java.lang.String NSURLUbiquitousItemHasUnresolvedConflictsKey()
@Deprecated public static java.lang.String NSURLUbiquitousItemIsDownloadedKey()
public static java.lang.String NSURLUbiquitousItemIsDownloadingKey()
public static java.lang.String NSURLUbiquitousItemIsUploadedKey()
public static java.lang.String NSURLUbiquitousItemIsUploadingKey()
@Deprecated public static java.lang.String NSURLUbiquitousItemPercentDownloadedKey()
@Deprecated public static java.lang.String NSURLUbiquitousItemPercentUploadedKey()
public static java.lang.String NSURLUbiquitousItemDownloadingStatusKey()
public static java.lang.String NSURLUbiquitousItemDownloadingErrorKey()
public static java.lang.String NSURLUbiquitousItemUploadingErrorKey()
public static java.lang.String NSURLUbiquitousItemDownloadRequestedKey()
public static java.lang.String NSURLUbiquitousItemContainerDisplayNameKey()
public static java.lang.String NSURLUbiquitousItemDownloadingStatusNotDownloaded()
public static java.lang.String NSURLUbiquitousItemDownloadingStatusDownloaded()
public static java.lang.String NSURLUbiquitousItemDownloadingStatusCurrent()
public static java.lang.String NSUbiquityIdentityDidChangeNotification()
public static java.lang.String NSFileType()
public static java.lang.String NSFileTypeDirectory()
public static java.lang.String NSFileTypeRegular()
public static java.lang.String NSFileTypeSymbolicLink()
public static java.lang.String NSFileTypeSocket()
public static java.lang.String NSFileTypeCharacterSpecial()
public static java.lang.String NSFileTypeBlockSpecial()
public static java.lang.String NSFileTypeUnknown()
public static java.lang.String NSFileSize()
public static java.lang.String NSFileModificationDate()
public static java.lang.String NSFileReferenceCount()
public static java.lang.String NSFileDeviceIdentifier()
public static java.lang.String NSFileOwnerAccountName()
public static java.lang.String NSFileGroupOwnerAccountName()
public static java.lang.String NSFilePosixPermissions()
public static java.lang.String NSFileSystemNumber()
public static java.lang.String NSFileSystemFileNumber()
public static java.lang.String NSFileExtensionHidden()
public static java.lang.String NSFileHFSCreatorCode()
public static java.lang.String NSFileHFSTypeCode()
public static java.lang.String NSFileImmutable()
public static java.lang.String NSFileAppendOnly()
public static java.lang.String NSFileCreationDate()
public static java.lang.String NSFileOwnerAccountID()
public static java.lang.String NSFileGroupOwnerAccountID()
public static java.lang.String NSFileBusy()
public static java.lang.String NSFileProtectionKey()
public static java.lang.String NSFileProtectionNone()
public static java.lang.String NSFileProtectionComplete()
public static java.lang.String NSFileProtectionCompleteUnlessOpen()
public static java.lang.String NSFileProtectionCompleteUntilFirstUserAuthentication()
public static java.lang.String NSFileSystemSize()
public static java.lang.String NSFileSystemFreeSize()
public static java.lang.String NSFileSystemNodes()
public static java.lang.String NSFileSystemFreeNodes()
public static java.lang.String NSHTTPCookieName()
Key for cookie name
public static java.lang.String NSHTTPCookieValue()
Key for cookie value
public static java.lang.String NSHTTPCookieOriginURL()
Key for cookie origin URL
public static java.lang.String NSHTTPCookieVersion()
Key for cookie version
public static java.lang.String NSHTTPCookieDomain()
Key for cookie domain
public static java.lang.String NSHTTPCookiePath()
Key for cookie path
public static java.lang.String NSHTTPCookieSecure()
Key for cookie secure flag
public static java.lang.String NSHTTPCookieExpires()
Key for cookie expiration date
public static java.lang.String NSHTTPCookieComment()
Key for cookie comment text
public static java.lang.String NSHTTPCookieCommentURL()
Key for cookie comment URL
public static java.lang.String NSHTTPCookieDiscard()
Key for cookie discard (session-only) flag
public static java.lang.String NSHTTPCookieMaximumAge()
Key for cookie maximum age (an alternate way of specifying the expiration)
public static java.lang.String NSHTTPCookiePort()
Key for cookie ports
public static java.lang.String NSHTTPCookieManagerAcceptPolicyChangedNotification()
Name of notification that should be posted to the distributed notification center whenever the accept cookies preference is changed
public static java.lang.String NSHTTPCookieManagerCookiesChangedNotification()
Notification sent when the set of cookies changes
public static java.lang.String NSUndefinedKeyException()
The actual value of this constant string is "NSUnknownKeyException," to match the exceptions that are thrown by KVC methods that were deprecated in Mac OS 10.3.
public static java.lang.String NSAverageKeyValueOperator()
public static java.lang.String NSCountKeyValueOperator()
public static java.lang.String NSDistinctUnionOfArraysKeyValueOperator()
public static java.lang.String NSDistinctUnionOfObjectsKeyValueOperator()
public static java.lang.String NSDistinctUnionOfSetsKeyValueOperator()
public static java.lang.String NSMaximumKeyValueOperator()
public static java.lang.String NSMinimumKeyValueOperator()
public static java.lang.String NSSumKeyValueOperator()
public static java.lang.String NSUnionOfArraysKeyValueOperator()
public static java.lang.String NSUnionOfObjectsKeyValueOperator()
public static java.lang.String NSUnionOfSetsKeyValueOperator()
public static java.lang.String NSKeyValueChangeKindKey()
public static java.lang.String NSKeyValueChangeNewKey()
public static java.lang.String NSKeyValueChangeOldKey()
public static java.lang.String NSKeyValueChangeIndexesKey()
public static java.lang.String NSKeyValueChangeNotificationIsPriorKey()
public static java.lang.String NSInvalidArchiveOperationException()
public static java.lang.String NSInvalidUnarchiveOperationException()
public static java.lang.String NSKeyedArchiveRootObjectKey()
public static java.lang.String NSInvocationOperationVoidResultException()
public static java.lang.String NSInvocationOperationCancelledException()
public static java.lang.String NSPortDidBecomeInvalidNotification()
public static java.lang.String NSProcessInfoPowerStateDidChangeNotification()
When this notification is posted your application should attempt to reduce power usage by reducing potentially costly computation and other power using activities like network activity or keeping the screen on if the low power mode setting is enabled.
This notification is posted on the global dispatch queue. Register for it using the default notification center. The object associated with the notification is NSProcessInfo.processInfo.
public static java.lang.String NSTextCheckingNameKey()
public static java.lang.String NSTextCheckingJobTitleKey()
public static java.lang.String NSTextCheckingOrganizationKey()
public static java.lang.String NSTextCheckingStreetKey()
public static java.lang.String NSTextCheckingCityKey()
public static java.lang.String NSTextCheckingStateKey()
public static java.lang.String NSTextCheckingZIPKey()
public static java.lang.String NSTextCheckingCountryKey()
public static java.lang.String NSTextCheckingPhoneKey()
public static java.lang.String NSTextCheckingAirlineKey()
public static java.lang.String NSTextCheckingFlightKey()
public static java.lang.String NSStreamSocketSecurityLevelKey()
public static java.lang.String NSStreamSocketSecurityLevelNone()
public static java.lang.String NSStreamSocketSecurityLevelSSLv2()
public static java.lang.String NSStreamSocketSecurityLevelSSLv3()
public static java.lang.String NSStreamSocketSecurityLevelTLSv1()
public static java.lang.String NSStreamSocketSecurityLevelNegotiatedSSL()
public static java.lang.String NSStreamSOCKSProxyConfigurationKey()
public static java.lang.String NSStreamSOCKSProxyHostKey()
public static java.lang.String NSStreamSOCKSProxyPortKey()
public static java.lang.String NSStreamSOCKSProxyVersionKey()
public static java.lang.String NSStreamSOCKSProxyUserKey()
public static java.lang.String NSStreamSOCKSProxyPasswordKey()
public static java.lang.String NSStreamSOCKSProxyVersion4()
public static java.lang.String NSStreamSOCKSProxyVersion5()
public static java.lang.String NSStreamDataWrittenToMemoryStreamKey()
public static java.lang.String NSStreamFileCurrentOffsetKey()
public static java.lang.String NSStreamSocketSSLErrorDomain()
public static java.lang.String NSStreamSOCKSErrorDomain()
public static java.lang.String NSStreamNetworkServiceType()
public static java.lang.String NSStreamNetworkServiceTypeVoIP()
public static java.lang.String NSStreamNetworkServiceTypeVideo()
public static java.lang.String NSStreamNetworkServiceTypeBackground()
public static java.lang.String NSStreamNetworkServiceTypeVoice()
public static java.lang.String NSStreamNetworkServiceTypeCallSignaling()
public static java.lang.String NSWillBecomeMultiThreadedNotification()
public static java.lang.String NSDidBecomeSingleThreadedNotification()
public static java.lang.String NSThreadWillExitNotification()
public static java.lang.String NSSystemTimeZoneDidChangeNotification()
public static java.lang.String NSURLProtectionSpaceHTTP()
The protocol for HTTP
public static java.lang.String NSURLProtectionSpaceHTTPS()
The protocol for HTTPS
public static java.lang.String NSURLProtectionSpaceFTP()
The protocol for FTP
public static java.lang.String NSURLProtectionSpaceHTTPProxy()
The proxy type for http proxies
public static java.lang.String NSURLProtectionSpaceHTTPSProxy()
The proxy type for https proxies
public static java.lang.String NSURLProtectionSpaceFTPProxy()
The proxy type for ftp proxies
public static java.lang.String NSURLProtectionSpaceSOCKSProxy()
The proxy type for SOCKS proxies
public static java.lang.String NSURLAuthenticationMethodDefault()
The default authentication method for a protocol
public static java.lang.String NSURLAuthenticationMethodHTTPBasic()
HTTP basic authentication. Equivalent to NSURLAuthenticationMethodDefault for http.
public static java.lang.String NSURLAuthenticationMethodHTTPDigest()
HTTP digest authentication.
public static java.lang.String NSURLAuthenticationMethodHTMLForm()
HTML form authentication. Applies to any protocol.
public static java.lang.String NSURLAuthenticationMethodNTLM()
NTLM authentication.
public static java.lang.String NSURLAuthenticationMethodNegotiate()
Negotiate authentication.
public static java.lang.String NSURLAuthenticationMethodClientCertificate()
SSL Client certificate. Applies to any protocol.
public static java.lang.String NSURLAuthenticationMethodServerTrust()
SecTrustRef validation required. Applies to any protocol.
public static java.lang.String NSURLCredentialStorageChangedNotification()
This notification is sent on the main thread whenever the set of stored credentials changes.
public static java.lang.String NSURLCredentialStorageRemoveSynchronizableCredentials()
public static java.lang.String NSURLErrorDomain()
public static java.lang.String NSURLErrorFailingURLErrorKey()
The NSError userInfo dictionary key used to store and retrieve the URL which caused a load to fail.
public static java.lang.String NSURLErrorFailingURLStringErrorKey()
The NSError userInfo dictionary key used to store and retrieve the NSString object for the URL which caused a load to fail.
This constant supersedes NSErrorFailingURLStringKey, which was deprecated in Mac OS X 10.6. Both constants refer to the same value for backward-compatibility, but this symbol name has a better prefix.
@Deprecated public static java.lang.String NSErrorFailingURLStringKey()
The NSError userInfo dictionary key used to store and retrieve the NSString object for the URL which caused a load to fail.
This constant is deprecated in Mac OS X 10.6, and is superseded by NSURLErrorFailingURLStringErrorKey. Both constants refer to the same value for backward-compatibility, but the new symbol name has a better prefix.
public static java.lang.String NSURLErrorFailingURLPeerTrustErrorKey()
The NSError userInfo dictionary key used to store and retrieve the SecTrustRef object representing the state of a failed SSL handshake.
public static java.lang.String NSURLErrorBackgroundTaskCancelledReasonKey()
The NSError userInfo dictionary key used to store and retrieve the NSNumber corresponding to the reason why a background NSURLSessionTask was cancelled
public static java.lang.String NSGlobalDomain()
public static java.lang.String NSArgumentDomain()
public static java.lang.String NSRegistrationDomain()
public static java.lang.String NSUserDefaultsSizeLimitExceededNotification()
public static java.lang.String NSUbiquitousUserDefaultsNoCloudAccountNotification()
This is not necessarily an error: ubiquitous defaults set when no iCloud user is logged in will be uploaded the next time one is available if configured to do so.
public static java.lang.String NSUbiquitousUserDefaultsDidChangeAccountsNotification()
public static java.lang.String NSUbiquitousUserDefaultsCompletedInitialSyncNotification()
public static java.lang.String NSUserDefaultsDidChangeNotification()
public static java.lang.String NSNegateBooleanTransformerName()
public static java.lang.String NSIsNilTransformerName()
public static java.lang.String NSIsNotNilTransformerName()
public static java.lang.String NSUnarchiveFromDataTransformerName()
public static java.lang.String NSKeyedUnarchiveFromDataTransformerName()
public static java.lang.String NSXMLParserErrorDomain()
public static java.lang.String NSExtensionItemsAndErrorsKey()
public static java.lang.String NSExtensionHostWillEnterForegroundNotification()
public static java.lang.String NSExtensionHostDidEnterBackgroundNotification()
public static java.lang.String NSExtensionHostWillResignActiveNotification()
public static java.lang.String NSExtensionHostDidBecomeActiveNotification()
public static java.lang.String NSItemProviderPreferredImageSizeKey()
public static java.lang.String NSExtensionJavaScriptPreprocessingResultsKey()
public static java.lang.String NSExtensionJavaScriptFinalizeArgumentKey()
public static java.lang.String NSItemProviderErrorDomain()
public static java.lang.String NSExtensionItemAttributedTitleKey()
public static java.lang.String NSExtensionItemAttributedContentTextKey()
public static java.lang.String NSExtensionItemAttachmentsKey()
public static java.lang.String NSLinguisticTagSchemeTokenType()
public static java.lang.String NSLinguisticTagSchemeLexicalClass()
public static java.lang.String NSLinguisticTagSchemeNameType()
public static java.lang.String NSLinguisticTagSchemeNameTypeOrLexicalClass()
public static java.lang.String NSLinguisticTagSchemeLemma()
public static java.lang.String NSLinguisticTagSchemeLanguage()
public static java.lang.String NSLinguisticTagSchemeScript()
public static java.lang.String NSLinguisticTagWord()
public static java.lang.String NSLinguisticTagPunctuation()
public static java.lang.String NSLinguisticTagWhitespace()
public static java.lang.String NSLinguisticTagOther()
public static java.lang.String NSLinguisticTagNoun()
public static java.lang.String NSLinguisticTagVerb()
public static java.lang.String NSLinguisticTagAdjective()
public static java.lang.String NSLinguisticTagAdverb()
public static java.lang.String NSLinguisticTagPronoun()
public static java.lang.String NSLinguisticTagDeterminer()
public static java.lang.String NSLinguisticTagParticle()
public static java.lang.String NSLinguisticTagPreposition()
public static java.lang.String NSLinguisticTagNumber()
public static java.lang.String NSLinguisticTagConjunction()
public static java.lang.String NSLinguisticTagInterjection()
public static java.lang.String NSLinguisticTagClassifier()
public static java.lang.String NSLinguisticTagIdiom()
public static java.lang.String NSLinguisticTagOtherWord()
public static java.lang.String NSLinguisticTagSentenceTerminator()
public static java.lang.String NSLinguisticTagOpenQuote()
public static java.lang.String NSLinguisticTagCloseQuote()
public static java.lang.String NSLinguisticTagOpenParenthesis()
public static java.lang.String NSLinguisticTagCloseParenthesis()
public static java.lang.String NSLinguisticTagWordJoiner()
public static java.lang.String NSLinguisticTagDash()
public static java.lang.String NSLinguisticTagOtherPunctuation()
public static java.lang.String NSLinguisticTagParagraphBreak()
public static java.lang.String NSLinguisticTagOtherWhitespace()
public static java.lang.String NSLinguisticTagPersonalName()
public static java.lang.String NSLinguisticTagPlaceName()
public static java.lang.String NSLinguisticTagOrganizationName()
public static java.lang.String NSMetadataItemFSNameKey()
public static java.lang.String NSMetadataItemDisplayNameKey()
public static java.lang.String NSMetadataItemURLKey()
public static java.lang.String NSMetadataItemPathKey()
public static java.lang.String NSMetadataItemFSSizeKey()
public static java.lang.String NSMetadataItemFSCreationDateKey()
public static java.lang.String NSMetadataItemFSContentChangeDateKey()
public static java.lang.String NSMetadataItemContentTypeKey()
public static java.lang.String NSMetadataItemContentTypeTreeKey()
public static java.lang.String NSMetadataItemIsUbiquitousKey()
public static java.lang.String NSMetadataUbiquitousItemHasUnresolvedConflictsKey()
@Deprecated public static java.lang.String NSMetadataUbiquitousItemIsDownloadedKey()
public static java.lang.String NSMetadataUbiquitousItemDownloadingStatusKey()
public static java.lang.String NSMetadataUbiquitousItemDownloadingStatusNotDownloaded()
public static java.lang.String NSMetadataUbiquitousItemDownloadingStatusDownloaded()
public static java.lang.String NSMetadataUbiquitousItemDownloadingStatusCurrent()
public static java.lang.String NSMetadataUbiquitousItemIsDownloadingKey()
public static java.lang.String NSMetadataUbiquitousItemIsUploadedKey()
public static java.lang.String NSMetadataUbiquitousItemIsUploadingKey()
public static java.lang.String NSMetadataUbiquitousItemPercentDownloadedKey()
public static java.lang.String NSMetadataUbiquitousItemPercentUploadedKey()
public static java.lang.String NSMetadataUbiquitousItemDownloadingErrorKey()
public static java.lang.String NSMetadataUbiquitousItemUploadingErrorKey()
public static java.lang.String NSMetadataUbiquitousItemDownloadRequestedKey()
public static java.lang.String NSMetadataUbiquitousItemIsExternalDocumentKey()
public static java.lang.String NSMetadataUbiquitousItemContainerDisplayNameKey()
public static java.lang.String NSMetadataUbiquitousItemURLInLocalContainerKey()
public static java.lang.String NSMetadataQueryDidStartGatheringNotification()
public static java.lang.String NSMetadataQueryGatheringProgressNotification()
public static java.lang.String NSMetadataQueryDidFinishGatheringNotification()
public static java.lang.String NSMetadataQueryDidUpdateNotification()
public static java.lang.String NSMetadataQueryUpdateAddedItemsKey()
public static java.lang.String NSMetadataQueryUpdateChangedItemsKey()
public static java.lang.String NSMetadataQueryUpdateRemovedItemsKey()
public static java.lang.String NSMetadataQueryResultContentRelevanceAttribute()
public static java.lang.String NSMetadataQueryUbiquitousDocumentsScope()
public static java.lang.String NSMetadataQueryUbiquitousDataScope()
public static java.lang.String NSMetadataQueryAccessibleUbiquitousExternalDocumentsScope()
public static java.lang.String NSNetServicesErrorCode()
public static java.lang.String NSNetServicesErrorDomain()
public static java.lang.String NSUbiquitousKeyValueStoreDidChangeExternallyNotification()
public static java.lang.String NSUbiquitousKeyValueStoreChangeReasonKey()
public static java.lang.String NSUbiquitousKeyValueStoreChangedKeysKey()
public static java.lang.String NSUndoManagerGroupIsDiscardableKey()
public static java.lang.String NSUndoManagerCheckpointNotification()
public static java.lang.String NSUndoManagerWillUndoChangeNotification()
public static java.lang.String NSUndoManagerWillRedoChangeNotification()
public static java.lang.String NSUndoManagerDidUndoChangeNotification()
public static java.lang.String NSUndoManagerDidRedoChangeNotification()
public static java.lang.String NSUndoManagerDidOpenUndoGroupNotification()
public static java.lang.String NSUndoManagerWillCloseUndoGroupNotification()
public static java.lang.String NSUndoManagerDidCloseUndoGroupNotification()
public static long NSURLSessionTransferSizeUnknown()
public static float NSURLSessionTaskPriorityDefault()
public static float NSURLSessionTaskPriorityLow()
public static float NSURLSessionTaskPriorityHigh()
public static java.lang.String NSURLSessionDownloadTaskResumeData()
public static java.lang.String NSUserActivityTypeBrowsingWeb()
public static java.lang.String NSDebugDescriptionErrorKey()
public static java.lang.String NSLocalizedFailureErrorKey()
public static java.lang.String NSURLVolumeSupportsImmutableFilesKey()
public static java.lang.String NSURLVolumeSupportsAccessPermissionsKey()
public static java.lang.String NSURLVolumeAvailableCapacityForImportantUsageKey()
public static java.lang.String NSURLVolumeAvailableCapacityForOpportunisticUsageKey()
public static java.lang.String NSURLUbiquitousItemIsSharedKey()
public static java.lang.String NSURLUbiquitousSharedItemCurrentUserRoleKey()
public static java.lang.String NSURLUbiquitousSharedItemCurrentUserPermissionsKey()
public static java.lang.String NSURLUbiquitousSharedItemOwnerNameComponentsKey()
public static java.lang.String NSURLUbiquitousSharedItemMostRecentEditorNameComponentsKey()
public static java.lang.String NSURLUbiquitousSharedItemRoleOwner()
public static java.lang.String NSURLUbiquitousSharedItemRoleParticipant()
public static java.lang.String NSURLUbiquitousSharedItemPermissionsReadOnly()
public static java.lang.String NSURLUbiquitousSharedItemPermissionsReadWrite()
public static java.lang.String NSProcessInfoThermalStateDidChangeNotification()
You can use this opportunity to take corrective action in your application to help cool the system down. Work that could be done in the background or at opportunistic times should be using the Quality of Service levels in NSOperation or the NSBackgroundActivityScheduler API.
This notification is posted on the global dispatch queue. Register for it using the default notification center. The object associated with the notification is NSProcessInfo.processInfo.
public static java.lang.String NSMetadataUbiquitousItemIsSharedKey()
public static java.lang.String NSMetadataUbiquitousSharedItemCurrentUserRoleKey()
public static java.lang.String NSMetadataUbiquitousSharedItemCurrentUserPermissionsKey()
public static java.lang.String NSMetadataUbiquitousSharedItemOwnerNameComponentsKey()
public static java.lang.String NSMetadataUbiquitousSharedItemMostRecentEditorNameComponentsKey()
public static java.lang.String NSMetadataUbiquitousSharedItemRoleOwner()
public static java.lang.String NSMetadataUbiquitousSharedItemRoleParticipant()
public static java.lang.String NSMetadataUbiquitousSharedItemPermissionsReadOnly()
public static java.lang.String NSMetadataUbiquitousSharedItemPermissionsReadWrite()
public static void NSFreeHashTable(NSHashTable<?> table)
public static void NSResetHashTable(NSHashTable<?> table)
public static boolean NSCompareHashTables(NSHashTable<?> table1, NSHashTable<?> table2)
public static NSHashTable<?> NSCopyHashTableWithZone(NSHashTable<?> table, org.moe.natj.general.ptr.VoidPtr zone)
public static org.moe.natj.general.ptr.VoidPtr NSHashGet(NSHashTable<?> table, org.moe.natj.general.ptr.ConstVoidPtr pointer)
public static void NSHashInsert(NSHashTable<?> table, org.moe.natj.general.ptr.ConstVoidPtr pointer)
public static void NSHashInsertKnownAbsent(NSHashTable<?> table, org.moe.natj.general.ptr.ConstVoidPtr pointer)
public static org.moe.natj.general.ptr.VoidPtr NSHashInsertIfAbsent(NSHashTable<?> table, org.moe.natj.general.ptr.ConstVoidPtr pointer)
public static void NSHashRemove(NSHashTable<?> table, org.moe.natj.general.ptr.ConstVoidPtr pointer)
public static NSHashEnumerator NSEnumerateHashTable(NSHashTable<?> table)
public static org.moe.natj.general.ptr.VoidPtr NSNextHashEnumeratorItem(NSHashEnumerator enumerator)
public static void NSEndHashTableEnumeration(NSHashEnumerator enumerator)
public static long NSCountHashTable(NSHashTable<?> table)
public static java.lang.String NSStringFromHashTable(NSHashTable<?> table)
public static NSArray<?> NSAllHashTableObjects(NSHashTable<?> table)
public static NSHashTable<?> NSCreateHashTableWithZone(NSHashTableCallBacks callBacks, long capacity, org.moe.natj.general.ptr.VoidPtr zone)
public static NSHashTable<?> NSCreateHashTable(NSHashTableCallBacks callBacks, long capacity)
public static void NSFreeMapTable(NSMapTable<?,?> table)
public static void NSResetMapTable(NSMapTable<?,?> table)
public static boolean NSCompareMapTables(NSMapTable<?,?> table1, NSMapTable<?,?> table2)
public static NSMapTable<?,?> NSCopyMapTableWithZone(NSMapTable<?,?> table, org.moe.natj.general.ptr.VoidPtr zone)
public static boolean NSMapMember(NSMapTable<?,?> table, org.moe.natj.general.ptr.ConstVoidPtr key, org.moe.natj.general.ptr.Ptr<org.moe.natj.general.ptr.VoidPtr> originalKey, org.moe.natj.general.ptr.Ptr<org.moe.natj.general.ptr.VoidPtr> value)
public static org.moe.natj.general.ptr.VoidPtr NSMapGet(NSMapTable<?,?> table, org.moe.natj.general.ptr.ConstVoidPtr key)
public static void NSMapInsert(NSMapTable<?,?> table, org.moe.natj.general.ptr.ConstVoidPtr key, org.moe.natj.general.ptr.ConstVoidPtr value)
public static void NSMapInsertKnownAbsent(NSMapTable<?,?> table, org.moe.natj.general.ptr.ConstVoidPtr key, org.moe.natj.general.ptr.ConstVoidPtr value)
public static org.moe.natj.general.ptr.VoidPtr NSMapInsertIfAbsent(NSMapTable<?,?> table, org.moe.natj.general.ptr.ConstVoidPtr key, org.moe.natj.general.ptr.ConstVoidPtr value)
public static void NSMapRemove(NSMapTable<?,?> table, org.moe.natj.general.ptr.ConstVoidPtr key)
public static NSMapEnumerator NSEnumerateMapTable(NSMapTable<?,?> table)
public static boolean NSNextMapEnumeratorPair(NSMapEnumerator enumerator, org.moe.natj.general.ptr.Ptr<org.moe.natj.general.ptr.VoidPtr> key, org.moe.natj.general.ptr.Ptr<org.moe.natj.general.ptr.VoidPtr> value)
public static void NSEndMapTableEnumeration(NSMapEnumerator enumerator)
public static long NSCountMapTable(NSMapTable<?,?> table)
public static java.lang.String NSStringFromMapTable(NSMapTable<?,?> table)
public static NSArray<?> NSAllMapTableKeys(NSMapTable<?,?> table)
public static NSArray<?> NSAllMapTableValues(NSMapTable<?,?> table)
public static NSMapTable<?,?> NSCreateMapTableWithZone(NSMapTableKeyCallBacks keyCallBacks, NSMapTableValueCallBacks valueCallBacks, long capacity, org.moe.natj.general.ptr.VoidPtr zone)
public static NSMapTable<?,?> NSCreateMapTable(NSMapTableKeyCallBacks keyCallBacks, NSMapTableValueCallBacks valueCallBacks, long capacity)
public static java.lang.String NSInconsistentArchiveException()
public static NSHashTableCallBacks NSNonOwnedPointerHashCallBacks()
public static NSHashTableCallBacks NSNonRetainedObjectHashCallBacks()
public static NSHashTableCallBacks NSObjectHashCallBacks()
public static NSHashTableCallBacks NSOwnedObjectIdentityHashCallBacks()
public static NSHashTableCallBacks NSOwnedPointerHashCallBacks()
public static NSHashTableCallBacks NSPointerToStructHashCallBacks()
public static java.lang.String NSHTTPCookieSameSitePolicy()
Key for cookie same site
public static java.lang.String NSHTTPCookieSameSiteLax()
String constant "lax" to be used as a value for the property key NSHTTPCookieSameSite
public static java.lang.String NSHTTPCookieSameSiteStrict()
String constant "strict" to be used as a value for the property key NSHTTPCookieSameSite
public static NSMapTableKeyCallBacks NSNonOwnedPointerMapKeyCallBacks()
public static NSMapTableKeyCallBacks NSNonOwnedPointerOrNullMapKeyCallBacks()
public static NSMapTableKeyCallBacks NSNonRetainedObjectMapKeyCallBacks()
public static NSMapTableKeyCallBacks NSObjectMapKeyCallBacks()
public static NSMapTableKeyCallBacks NSOwnedPointerMapKeyCallBacks()
@Deprecated public static NSMapTableKeyCallBacks NSIntMapKeyCallBacks()
public static NSMapTableValueCallBacks NSNonOwnedPointerMapValueCallBacks()
public static NSMapTableValueCallBacks NSObjectMapValueCallBacks()
public static NSMapTableValueCallBacks NSNonRetainedObjectMapValueCallBacks()
public static NSMapTableValueCallBacks NSOwnedPointerMapValueCallBacks()
@Deprecated public static NSMapTableValueCallBacks NSIntMapValueCallBacks()
public static java.lang.String NSURLErrorNetworkUnavailableReasonKey()
The NSErrorUserInfoKey used to store and retrieve the NSNumber object corresponding to the reason why the network is unavailable when the task failed due to unsatisfiable network constraints. See the NSURLErrorNetworkUnavailableReason enum for details.
public static java.lang.String NSSecureUnarchiveFromDataTransformerName()
public static java.lang.String NSURLContentTypeKey()
public static java.lang.String NSURLFileContentIdentifierKey()
public static java.lang.String NSURLMayShareFileContentKey()
public static java.lang.String NSURLMayHaveExtendedAttributesKey()
public static java.lang.String NSURLIsPurgeableKey()
public static java.lang.String NSURLIsSparseKey()
public static java.lang.String NSURLVolumeSupportsFileProtectionKey()
public static java.lang.String NSProgressFileOperationKindUploading()
public static java.lang.String NSProgressFileOperationKindDuplicating()
public static java.lang.String NSInlinePresentationIntentAttributeName()
public static java.lang.String NSAlternateDescriptionAttributeName()
public static java.lang.String NSImageURLAttributeName()
public static java.lang.String NSLanguageIdentifierAttributeName()
public static java.lang.String NSReplacementIndexAttributeName()
public static java.lang.String NSMorphologyAttributeName()
public static java.lang.String NSInflectionRuleAttributeName()
public static java.lang.String NSInflectionAlternativeAttributeName()
public static java.lang.String NSPresentationIntentAttributeName()
public static java.lang.String NSMultipleUnderlyingErrorsKey()
public static java.lang.String NSURLUbiquitousItemIsExcludedFromSyncKey()