Full index

Package indexes


a b c d f g i k l m n o p r s t u v w _
a
top
$autoDictionary
CFTypeDetector::$autoDictionary in CFTypeDetector.php
flag stating if all arrays should automatically be converted to CFDictionary
add
CFDictionary::add() in CFType.php
Add CFType to collection.
add
CFArray::add() in CFType.php
Add CFType to collection.
add
CFPropertyList::add() in CFPropertyList.php
Add CFType to collection.
arrayToBinary
CFBinaryPropertyList::arrayToBinary() in CFBinaryPropertyList.php
Convert array to binary format and add it to the object table
b
top
binaryStrlen
CFBinaryPropertyList::binaryStrlen() in CFBinaryPropertyList.php
Counts the number of bytes the string will have when coded; utf-16be if non-ascii characters are present.
boolToBinary
CFBinaryPropertyList::boolToBinary() in CFBinaryPropertyList.php
Convert a bool value to binary and add it to the object table
bytesInt
CFBinaryPropertyList::bytesInt() in CFBinaryPropertyList.php
Calculate the byte needed for a „normal” integer value
bytesNeeded
CFBinaryPropertyList::bytesNeeded() in CFBinaryPropertyList.php
Calculate the bytes needed to save the number of objects
bytesSizeInt
CFBinaryPropertyList::bytesSizeInt() in CFBinaryPropertyList.php
calculate the bytes needed for a size integer value
c
top
$countObjects
CFBinaryPropertyList::$countObjects in CFBinaryPropertyList.php
Number of objects in file
CFArray
CFArray in CFType.php
Array Type of CFPropertyList
CFBinaryPropertyList
CFBinaryPropertyList in CFBinaryPropertyList.php
Facility for reading and writing binary PropertyLists. Ported from CFBinaryPList.c.
CFBinaryPropertyList.php
CFBinaryPropertyList.php in CFBinaryPropertyList.php
CFBoolean
CFBoolean in CFType.php
Boolean Type of CFPropertyList
CFData
CFData in CFType.php
Data Type of CFPropertyList Note: Binary data is base64-encoded.
CFDate
CFDate in CFType.php
Date Type of CFPropertyList
CFDictionary
CFDictionary in CFType.php
Array Type of CFPropertyList
CFNumber
CFNumber in CFType.php
Number Type of CFPropertyList
CFPropertyList
CFPropertyList in CFPropertyList.php
Property List Interface for handling reading, editing and saving Property Lists as defined by Apple.
CFPropertyList.php
CFPropertyList.php in CFPropertyList.php
CFString
CFString in CFType.php
String Type of CFPropertyList
CFType
CFType in CFType.php
Base-Class of all CFTypes used by CFPropertyList
CFType.php
CFType.php in CFType.php
CFTypeDetector
CFTypeDetector in CFTypeDetector.php
CFTypeDetector Interface for converting native PHP data structures to CFPropertyList objects.
CFTypeDetector.php
CFTypeDetector.php in CFTypeDetector.php
charsetStrlen
CFBinaryPropertyList::charsetStrlen() in CFBinaryPropertyList.php
Count characters considering character set Trying to use MBString, Iconv - in that particular order.
convertCharset
CFBinaryPropertyList::convertCharset() in CFBinaryPropertyList.php
Convert the given string from one charset to another.
current
CFArray::current() in CFType.php
Get Iterator's current CFType identified by $iteratorPosition
current
CFPropertyList::current() in CFPropertyList.php
Get Iterator's current CFType identified by $iteratorPosition
current
Get Iterator's current CFType identified by $iteratorPosition
d
top
dataToBinary
CFBinaryPropertyList::dataToBinary() in CFBinaryPropertyList.php
Convert data value to binary format and add it to the object table
dateToBinary
CFBinaryPropertyList::dateToBinary() in CFBinaryPropertyList.php
Convert date value (apple format) to binary and adds it to the object table
dateValue
CFDate::dateValue() in CFType.php
Create a UNIX timestamp from a PList date string
DATE_DIFF_APPLE_UNIX
defaultValue
CFTypeDetector::defaultValue() in CFTypeDetector.php
Get the default value
del
CFDictionary::del() in CFType.php
Remove CFType from collection.
del
CFArray::del() in CFType.php
Remove CFType from collection.
del
CFPropertyList::del() in CFPropertyList.php
Remove CFType from collection.
dictToBinary
CFBinaryPropertyList::dictToBinary() in CFBinaryPropertyList.php
Convert dictionary to binary format and add it to the object table
f
top
$file
CFPropertyList::$file in CFPropertyList.php
Path of PropertyList
$format
CFPropertyList::$format in CFPropertyList.php
Path of PropertyList
FORMAT_AUTO
CFPropertyList::FORMAT_AUTO in CFPropertyList.php
Format constant for automatic format recognizing
FORMAT_BINARY
CFPropertyList::FORMAT_BINARY in CFPropertyList.php
Format constant for binary format
FORMAT_XML
CFPropertyList::FORMAT_XML in CFPropertyList.php
Format constant for xml format
g
top
get
CFPropertyList::get() in CFPropertyList.php
Get CFType from collection.
get
CFDictionary::get() in CFType.php
Get CFType from collection.
get
CFArray::get() in CFType.php
Get CFType from collection.
getCodedValue
Get base64 encoded data
getValue
CFType::getValue() in CFType.php
Get the CFType's value
getValue
CFPropertyList::getValue() in CFPropertyList.php
Get first (and only) child, or complete collection.
getValue
CFDate::getValue() in CFType.php
Get the Date CFType's value.
getValue
CFData::getValue() in CFType.php
Get the base64-decoded CFType's value.
guess
CFPropertyList::guess() in CFPropertyList.php
Create CFType-structure from guessing the data-types.
i
top
$intSize
CFBinaryPropertyList::$intSize in CFBinaryPropertyList.php
The length of all ints in file (byte length)
$iteratorKeys
CFPropertyList::$iteratorKeys in CFPropertyList.php
List of Keys for numerical iterator access http://php.net/manual/en/class.iterator.php
$iteratorKeys
List of Keys for numerical iterator access http://php.net/manual/en/class.iterator.php
$iteratorPosition
$iteratorPosition
CFPropertyList::$iteratorPosition in CFPropertyList.php
$iteratorPosition
import
CFPropertyList::import() in CFPropertyList.php
Convert a DOMNode into a CFType.
intBytes
CFBinaryPropertyList::intBytes() in CFBinaryPropertyList.php
Code an integer to byte representation
intToBinary
CFBinaryPropertyList::intToBinary() in CFBinaryPropertyList.php
Codes an integer to binary format
IOException
IOException in IOException.php
Basic Input / Output Exception
IOException.php
IOException.php in IOException.php
isAssociativeArray
Determine if an array is associative or numerical.
k
top
key
CFDictionary::key() in CFType.php
Get Iterator's current key identified by $iteratorPosition
key
CFArray::key() in CFType.php
Get Iterator's current key identified by $iteratorPosition
key
CFPropertyList::key() in CFPropertyList.php
Get Iterator's current key identified by $iteratorPosition
l
top
load
CFPropertyList::load() in CFPropertyList.php
Load a plist file.
loadBinary
CFPropertyList::loadBinary() in CFPropertyList.php
Load an binary PropertyList.
loadXML
CFPropertyList::loadXML() in CFPropertyList.php
Load an XML PropertyList.
m
top
$miscSize
CFBinaryPropertyList::$miscSize in CFBinaryPropertyList.php
The length of misc objects (i.e. not integer and not string) in file
make64Int
CFBinaryPropertyList::make64Int() in CFBinaryPropertyList.php
Create an 64 bit integer using bcmath or gmp
n
top
next
CFArray::next() in CFType.php
Increment $iteratorPosition to address next {@see CFType}
next
CFPropertyList::next() in CFPropertyList.php
Increment $iteratorPosition to address next {@see CFType}
next
CFDictionary::next() in CFType.php
Increment $iteratorPosition to address next {@see CFType}
notFound
IOException::notFound() in IOException.php
Create new FileNotFound-Exception
notReadable
IOException::notReadable() in IOException.php
Create new FileNotReadable-Exception
notWritable
IOException::notWritable() in IOException.php
Create new FileNotWritable-Exception
NOT_FOUND
IOException::NOT_FOUND in IOException.php
Flag telling the File could not be found
NOT_READABLE
IOException::NOT_READABLE in IOException.php
Flag telling the File is not readable
NOT_WRITABLE
IOException::NOT_WRITABLE in IOException.php
Flag telling the File is not writable
numToBinary
CFBinaryPropertyList::numToBinary() in CFBinaryPropertyList.php
Converts a numeric value to binary and adds it to the object table
o
top
$objectRefs
CFBinaryPropertyList::$objectRefs in CFBinaryPropertyList.php
Number of object references in file (needed to calculate reference byte length)
$objectRefSize
CFBinaryPropertyList::$objectRefSize in CFBinaryPropertyList.php
The size of object references
$objectTable
CFBinaryPropertyList::$objectTable in CFBinaryPropertyList.php
Table containing all objects in the file
$offsets
CFBinaryPropertyList::$offsets in CFBinaryPropertyList.php
The „offsets” (i.e. the different entries) in the file
offsetExists
Determine if the array's key exists
offsetGet
CFArray::offsetGet() in CFType.php
Fetch a specific key from the CFArray
offsetSet
CFArray::offsetSet() in CFType.php
Set a value in the array
offsetUnset
Unsets a value in the array
p
top
packItWithSize
CFBinaryPropertyList::packItWithSize() in CFBinaryPropertyList.php
„pack” a value (i.e. write the binary representation as big endian to a string) with the specified size
PListException
PListException in PListException.php
Exception for errors with the PList format
PListException.php
PListException.php in PListException.php
r
top
readBinary
CFBinaryPropertyList::readBinary() in CFBinaryPropertyList.php
Read a binary plist file
readBinaryArray
CFBinaryPropertyList::readBinaryArray() in CFBinaryPropertyList.php
Read an array value, including contained objects
readBinaryData
CFBinaryPropertyList::readBinaryData() in CFBinaryPropertyList.php
Read a data value
readBinaryDate
CFBinaryPropertyList::readBinaryDate() in CFBinaryPropertyList.php
Read a date value
readBinaryDict
CFBinaryPropertyList::readBinaryDict() in CFBinaryPropertyList.php
Read a dictionary value, including contained objects
readBinaryInt
CFBinaryPropertyList::readBinaryInt() in CFBinaryPropertyList.php
Read an integer value
readBinaryNullType
CFBinaryPropertyList::readBinaryNullType() in CFBinaryPropertyList.php
Read a „null type” (filler byte, true, false, 0 byte)
readBinaryObject
CFBinaryPropertyList::readBinaryObject() in CFBinaryPropertyList.php
Read an object type byte, decode it and delegate to the correct reader function
readBinaryObjectAt
CFBinaryPropertyList::readBinaryObjectAt() in CFBinaryPropertyList.php
Read an object type byte at position $pos, decode it and delegate to the correct reader function
readBinaryReal
CFBinaryPropertyList::readBinaryReal() in CFBinaryPropertyList.php
Read a real value
readBinaryString
CFBinaryPropertyList::readBinaryString() in CFBinaryPropertyList.php
Read a string value, usually coded as utf8
readBinaryUnicodeString
Read a unicode string value, coded as UTF-16BE
readError
IOException::readError() in IOException.php
Create new ReadError-Exception
READ_ERROR
IOException::READ_ERROR in IOException.php
Flag telling there was a read error
realToBinary
CFBinaryPropertyList::realToBinary() in CFBinaryPropertyList.php
Codes a real value to binary format
rewind
CFArray::rewind() in CFType.php
Rewind $iteratorPosition to first position (being 0)
rewind
CFPropertyList::rewind() in CFPropertyList.php
Rewind $iteratorPosition to first position (being 0)
rewind
Rewind $iteratorPosition to first position (being 0)
s
top
$stringSize
CFBinaryPropertyList::$stringSize in CFBinaryPropertyList.php
The length of all strings in the file (byte length, not character length)
$suppressExceptions
flag stating if exceptions should be suppressed or thrown
save
CFPropertyList::save() in CFPropertyList.php
Convert CFPropertyList to XML or binary and save to file.
saveBinary
CFPropertyList::saveBinary() in CFPropertyList.php
Convert CFPropertyList to binary format (bplist00) and save to file.
saveXML
CFPropertyList::saveXML() in CFPropertyList.php
Convert CFPropertyList to XML and save to file.
setValue
CFType::setValue() in CFType.php
Set the CFType's value
setValue
Set the CFType's value
setValue
CFArray::setValue() in CFType.php
Set the CFType's value
setValue
CFDate::setValue() in CFType.php
Set the Date CFType's value.
setValue
CFData::setValue() in CFType.php
Set the CFType's value and base64-encode it.
stringToBinary
CFBinaryPropertyList::stringToBinary() in CFBinaryPropertyList.php
Uniques and transforms a string value to binary format and adds it to the object table
t
top
$types
CFPropertyList::$types in CFPropertyList.php
List of NodeNames to ClassNames for resolving plist-files
TIMESTAMP_APPLE
TIMESTAMP_UNIX
toArray
Get CFType's value.
toArray
CFType::toArray() in CFType.php
Get CFType's value.
toArray
CFArray::toArray() in CFType.php
Get CFType's value.
toArray
CFPropertyList::toArray() in CFPropertyList.php
Get PropertyList as array.
toBinary
convert value to binary representation
toBinary
CFString::toBinary() in CFType.php
convert value to binary representation
toBinary
CFType::toBinary() in CFType.php
convert value to binary representation
toBinary
CFBinaryPropertyList::toBinary() in CFBinaryPropertyList.php
Convert CFPropertyList to binary format; since we have to count our objects we simply unique CFDictionary and CFArray
toBinary
CFNumber::toBinary() in CFType.php
convert value to binary representation
toBinary
CFDate::toBinary() in CFType.php
convert value to binary representation
toBinary
CFArray::toBinary() in CFType.php
convert value to binary representation
toBinary
CFData::toBinary() in CFType.php
convert value to binary representation
toBinary
CFBoolean::toBinary() in CFType.php
convert value to binary representation
toCFType
CFTypeDetector::toCFType() in CFTypeDetector.php
Create CFType-structure by guessing the data-types.
toXML
CFData::toXML() in CFType.php
Get XML-Node.
toXML
CFPropertyList::toXML() in CFPropertyList.php
Convert CFPropertyList to XML
toXML
CFType::toXML() in CFType.php
Get XML-Node.
toXML
CFString::toXML() in CFType.php
Get XML-Node.
toXML
CFArray::toXML() in CFType.php
Get XML-Node.
toXML
CFDictionary::toXML() in CFType.php
Get XML-Node.
toXML
CFDate::toXML() in CFType.php
Get XML-Node.
toXML
CFNumber::toXML() in CFType.php
Get XML-Node.
toXML
CFBoolean::toXML() in CFType.php
Get XML-Node.
typeBytes
CFBinaryPropertyList::typeBytes() in CFBinaryPropertyList.php
Code an type byte, consisting of the type marker and the length of the type
u
top
$uniqueTable
CFBinaryPropertyList::$uniqueTable in CFBinaryPropertyList.php
Table containing uniqued objects
uniqueAndCountValues
Count number of objects and create a unique table for strings
v
top
$value
CFPropertyList::$value in CFPropertyList.php
CFType nodes
$value
CFType::$value in CFType.php
CFType nodes
valid
CFDictionary::valid() in CFType.php
Test if $iteratorPosition addresses a valid element of $value
valid
CFArray::valid() in CFType.php
Test if $iteratorPosition addresses a valid element of $value
valid
CFPropertyList::valid() in CFPropertyList.php
Test if $iteratorPosition addresses a valid element of $value
w
top
$writtenObjectCount
CFBinaryPropertyList::$writtenObjectCount in CFBinaryPropertyList.php
Number of objects written during save phase; needed to calculate the size of the object table
writeError
IOException::writeError() in IOException.php
Create new WriteError-Exception
WRITE_ERROR
IOException::WRITE_ERROR in IOException.php
Flag telling there was a read error
_
top
__construct
CFType::__construct() in CFType.php
Create new CFType.
__construct
CFTypeDetector::__construct() in CFTypeDetector.php
Create new CFTypeDetector
__construct
IOException::__construct() in IOException.php
Create new IOException
__construct
Create new CFType.
__construct
CFDate::__construct() in CFType.php
Create new Date CFType.
__construct
Create new CFType.
__construct
CFPropertyList::__construct() in CFPropertyList.php
Create new CFPropertyList.
__construct
CFData::__construct() in CFType.php
Create new Data CFType
__get
CFPropertyList::__get() in CFPropertyList.php
Generic getter (magic)
__get
CFDictionary::__get() in CFType.php
Generic getter (magic)
a b c d f g i k l m n o p r s t u v w _