API  1.0.0
CPByteCountFormatter.j File Reference

Go to the source code of this file.

Variables

var CPByteCountFormatterAdaptiveKey = @"@"CPByteCountFormatterAdaptiveKey"
 
var CPByteCountFormatterAllowedUnitsKey = @"@"CPByteCountFormatterAllowedUnitsKey"
 
var CPByteCountFormatterAllowsNonnumericFormattingKey = @"@"CPByteCountFormatterAllowsNonnumericFormattingKey"
 
 CPByteCountFormatterCountStyleBinary = 3
 
 CPByteCountFormatterCountStyleDecimal = 2
 
 CPByteCountFormatterCountStyleFile = 0
 
var CPByteCountFormatterCountStyleKey = @"@"CPByteCountFormatterCountStyleKey"
 
 CPByteCountFormatterCountStyleMemory = 1
 
var CPByteCountFormatterIncludesActualByteCountKey = @"@"CPByteCountFormatterIncludesActualByteCountKey"
 
var CPByteCountFormatterIncludesCountKey = @"@"CPByteCountFormatterIncludesCountKey"
 
var CPByteCountFormatterIncludesUnitKey = @"@"CPByteCountFormatterIncludesUnitKey"
 
var CPByteCountFormatterUnits = [ @"bytes", @"KB", @"MB", @"GB", @"TB", @"PB" ]
 
 CPByteCountFormatterUseAll = 0xFFFF
 
 CPByteCountFormatterUseBytes = 1 << 0
 
 CPByteCountFormatterUseDefault = 0
 
 CPByteCountFormatterUseGB = 1 << 3
 
 CPByteCountFormatterUseKB = 1 << 1
 
 CPByteCountFormatterUseMB = 1 << 2
 
 CPByteCountFormatterUsePB = 1 << 5
 
 CPByteCountFormatterUseTB = 1 << 4
 
var CPByteCountFormatterZeroPadsFractionDigitsKey = @"@"CPByteCountFormatterZeroPadsFractionDigitsKey"
 

Variable Documentation

◆ CPByteCountFormatterAdaptiveKey

var CPByteCountFormatterAdaptiveKey = @"@"CPByteCountFormatterAdaptiveKey"

Definition at line 311 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterAllowedUnitsKey

var CPByteCountFormatterAllowedUnitsKey = @"@"CPByteCountFormatterAllowedUnitsKey"

Definition at line 313 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterAllowsNonnumericFormattingKey

var CPByteCountFormatterAllowsNonnumericFormattingKey = @"@"CPByteCountFormatterAllowsNonnumericFormattingKey"

Definition at line 307 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterCountStyleBinary

CPByteCountFormatterCountStyleBinary = 3

Definition at line 39 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterCountStyleDecimal

CPByteCountFormatterCountStyleDecimal = 2

Definition at line 38 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterCountStyleFile

CPByteCountFormatterCountStyleFile = 0

Definition at line 36 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterCountStyleKey

var CPByteCountFormatterCountStyleKey = @"@"CPByteCountFormatterCountStyleKey"

Definition at line 306 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterCountStyleMemory

CPByteCountFormatterCountStyleMemory = 1

Definition at line 37 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterIncludesActualByteCountKey

var CPByteCountFormatterIncludesActualByteCountKey = @"@"CPByteCountFormatterIncludesActualByteCountKey"

Definition at line 308 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterIncludesCountKey

var CPByteCountFormatterIncludesCountKey = @"@"CPByteCountFormatterIncludesCountKey"

Definition at line 309 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterIncludesUnitKey

var CPByteCountFormatterIncludesUnitKey = @"@"CPByteCountFormatterIncludesUnitKey"

Definition at line 310 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterUnits

var CPByteCountFormatterUnits = [ @"bytes", @"KB", @"MB", @"GB", @"TB", @"PB" ]

Definition at line 41 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterUseAll

CPByteCountFormatterUseAll = 0xFFFF

Definition at line 33 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterUseBytes

CPByteCountFormatterUseBytes = 1 << 0

Definition at line 27 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterUseDefault

CPByteCountFormatterUseDefault = 0

Definition at line 26 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterUseGB

CPByteCountFormatterUseGB = 1 << 3

Definition at line 30 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterUseKB

CPByteCountFormatterUseKB = 1 << 1

Definition at line 28 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterUseMB

CPByteCountFormatterUseMB = 1 << 2

Definition at line 29 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterUsePB

CPByteCountFormatterUsePB = 1 << 5

Definition at line 32 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterUseTB

CPByteCountFormatterUseTB = 1 << 4

Definition at line 31 of file CPByteCountFormatter.j.

◆ CPByteCountFormatterZeroPadsFractionDigitsKey

var CPByteCountFormatterZeroPadsFractionDigitsKey = @"@"CPByteCountFormatterZeroPadsFractionDigitsKey"

Definition at line 312 of file CPByteCountFormatter.j.