Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bboyairwreck/PieMessage
/ functions
Functions
618 in github.com/bboyairwreck/PieMessage
⨍
Functions
618
◇
Types & classes
67
↓ 133 callers
Method
append
Appends a string to this string. @param s The string to append.
PieOSXClient/src/plist/NSString.java:99
↓ 133 callers
Method
append
Appends a string to this string. @param s The string to append.
JavaWebServer/src/plist/NSString.java:99
↓ 64 callers
Method
put
Puts a new key-value pair into this dictionary. If the value is null, no operation will be performed on the dictionary. @param key The key. @param ob
PieOSXClient/src/plist/NSDictionary.java:144
↓ 45 callers
Method
equals
(Object obj)
JavaWebServer/src/plist/NSSet.java:214
↓ 44 callers
Method
close
Flushes and closes (I think, in the superclass) the stream. @since 1.3
PieOSXClient/src/plist/Base64.java:2083
↓ 43 callers
Method
equals
(Object obj)
PieOSXClient/src/plist/NSSet.java:214
↓ 36 callers
Method
length
Gets the amount of data stored in this object. @return The number of bytes contained in this object.
PieOSXClient/src/plist/NSData.java:91
↓ 32 callers
Method
indent
Helper method that adds correct identation to the xml output. Calling this method will add <code>level</code> number of tab characters to the <code>xm
PieOSXClient/src/plist/NSObject.java:130
↓ 32 callers
Method
indent
Helper method that adds correct identation to the xml output. Calling this method will add <code>level</code> number of tab characters to the <code>xm
JavaWebServer/src/plist/NSObject.java:130
↓ 31 callers
Method
close
Flushes and closes (I think, in the superclass) the stream. @since 1.3
JavaWebServer/src/plist/Base64.java:2083
↓ 31 callers
Method
toString
Generates a string representation of the date. @return A string representation of the date. @see Date#toString()
PieOSXClient/src/plist/NSDate.java:176
↓ 29 callers
Method
length
Gets the amount of data stored in this object. @return The number of bytes contained in this object.
JavaWebServer/src/plist/NSData.java:91
↓ 27 callers
Method
get
(Object key)
PieOSXClient/src/plist/NSDictionary.java:118
↓ 25 callers
Method
write
Writes the byte to the output stream after converting to/from Base64 notation. When encoding, bytes are buffered three at a time before the output str
PieOSXClient/src/plist/Base64.java:1988
↓ 25 callers
Method
write
Writes the byte to the output stream after converting to/from Base64 notation. When encoding, bytes are buffered three at a time before the output str
JavaWebServer/src/plist/Base64.java:1988
↓ 22 callers
Method
skip
Skips the current symbol.
PieOSXClient/src/plist/ASCIIPropertyListParser.java:242
↓ 22 callers
Method
skip
Skips the current symbol.
JavaWebServer/src/plist/ASCIIPropertyListParser.java:246
↓ 21 callers
Method
size
()
PieOSXClient/src/plist/NSDictionary.java:79
↓ 18 callers
Method
size
()
JavaWebServer/src/plist/NSDictionary.java:85
↓ 16 callers
Method
accept
Checks whether the given symbols can be accepted, that is, if one of the given symbols is found at the current parsing position. @param acceptableSym
JavaWebServer/src/plist/ASCIIPropertyListParser.java:184
↓ 16 callers
Method
put
Puts a new key-value pair into this dictionary. If the value is null, no operation will be performed on the dictionary. @param key The key. @param ob
JavaWebServer/src/plist/NSDictionary.java:150
↓ 15 callers
Method
accept
Checks whether the given symbols can be accepted, that is, if one of the given symbols is found at the current parsing position. @param acceptableSym
PieOSXClient/src/plist/ASCIIPropertyListParser.java:180
↓ 15 callers
Method
equals
(Object obj)
PieOSXClient/src/plist/NSDictionary.java:350
↓ 15 callers
Method
equals
(Object obj)
JavaWebServer/src/plist/NSDictionary.java:356
↓ 15 callers
Method
get
(Object key)
JavaWebServer/src/plist/NSDictionary.java:124
↓ 14 callers
Method
toString
Generates a string representation of the date. @return A string representation of the date. @see Date#toString()
JavaWebServer/src/plist/NSDate.java:176
↓ 12 callers
Method
longValue
The number's long value. @return The value of the number as long
PieOSXClient/src/plist/NSNumber.java:236
↓ 12 callers
Method
longValue
The number's long value. @return The value of the number as long
JavaWebServer/src/plist/NSNumber.java:236
↓ 12 callers
Method
parseUnsignedInt
Parses an unsigned integers from a byte array. @param bytes The byte array containing the unsigned integer. @return The unsigned integer represented
PieOSXClient/src/plist/BinaryPropertyListParser.java:416
↓ 12 callers
Method
parseUnsignedInt
Parses an unsigned integers from a byte array. @param bytes The byte array containing the unsigned integer. @return The unsigned integer represented
JavaWebServer/src/plist/BinaryPropertyListParser.java:416
↓ 11 callers
Method
getInstance
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieMessageApplication.java:28
↓ 11 callers
Method
write
Writes a binary plist file with the given object as the root. @param file the file to write to @param root the source of the data to write to the fil
PieOSXClient/src/plist/BinaryPropertyListWriter.java:92
↓ 11 callers
Method
write
Writes a binary plist file with the given object as the root. @param file the file to write to @param root the source of the data to write to the fil
JavaWebServer/src/plist/BinaryPropertyListWriter.java:97
↓ 11 callers
Method
writeBytes
(long value, int bytes)
PieOSXClient/src/plist/BinaryPropertyListWriter.java:282
↓ 11 callers
Method
writeBytes
(long value, int bytes)
JavaWebServer/src/plist/BinaryPropertyListWriter.java:287
↓ 10 callers
Method
wrap
Wraps the given value inside a NSObject. @param value The value to represent as a NSObject. @return A NSObject representing the given value.
PieOSXClient/src/plist/NSObject.java:141
↓ 10 callers
Method
wrap
Wraps the given value inside a NSObject. @param value The value to represent as a NSObject. @return A NSObject representing the given value.
JavaWebServer/src/plist/NSObject.java:141
↓ 9 callers
Method
doubleValue
The number's double value. @return The value of the number as double.
PieOSXClient/src/plist/NSNumber.java:257
↓ 9 callers
Method
doubleValue
The number's double value. @return The value of the number as double.
JavaWebServer/src/plist/NSNumber.java:257
↓ 9 callers
Method
setValue
Stores an object at the specified index. If there was another object stored at that index it will be replaced. Equivalent to <code>getArray()[key] = v
PieOSXClient/src/plist/NSArray.java:90
↓ 9 callers
Method
setValue
Stores an object at the specified index. If there was another object stored at that index it will be replaced. Equivalent to <code>getArray()[key] = v
JavaWebServer/src/plist/NSArray.java:90
↓ 9 callers
Method
skipWhitespacesAndComments
Skips all whitespaces and comments from the current parsing position onward.
PieOSXClient/src/plist/ASCIIPropertyListParser.java:258
↓ 9 callers
Method
skipWhitespacesAndComments
Skips all whitespaces and comments from the current parsing position onward.
JavaWebServer/src/plist/ASCIIPropertyListParser.java:262
↓ 8 callers
Method
equals
(Object obj)
PieOSXClient/src/plist/NSArray.java:201
↓ 8 callers
Method
equals
(Object obj)
JavaWebServer/src/plist/NSArray.java:201
↓ 8 callers
Method
readLengthAndOffset
Reads the length for arrays, sets and dictionaries. @param objInfo Object information byte. @param offset Offset in the byte array at which the obje
PieOSXClient/src/plist/BinaryPropertyListParser.java:346
↓ 8 callers
Method
readLengthAndOffset
Reads the length for arrays, sets and dictionaries. @param objInfo Object information byte. @param offset Offset in the byte array at which the obje
JavaWebServer/src/plist/BinaryPropertyListParser.java:346
↓ 7 callers
Method
encode3to4
Encodes up to the first three bytes of array <var>threeBytes</var> and returns a four-byte array in Base64 notation. The actual number of significant
PieOSXClient/src/plist/Base64.java:513
↓ 7 callers
Method
encode3to4
Encodes up to the first three bytes of array <var>threeBytes</var> and returns a four-byte array in Base64 notation. The actual number of significant
JavaWebServer/src/plist/Base64.java:513
↓ 7 callers
Method
getContent
Gets this strings content. @return This NSString as Java String object.
PieOSXClient/src/plist/NSString.java:81
↓ 7 callers
Method
getContent
Gets this strings content. @return This NSString as Java String object.
JavaWebServer/src/plist/NSString.java:81
↓ 7 callers
Method
keySet
()
PieOSXClient/src/plist/NSDictionary.java:197
↓ 7 callers
Method
parse
Parses a property list from a file. @param filePath Path to the property list file. @return The root object in the property list. This is usually a N
PieOSXClient/src/plist/PropertyListParser.java:156
↓ 7 callers
Method
read
Reads enough of the input stream to convert to/from Base64 and returns the next byte. @return next byte @since 1.3
PieOSXClient/src/plist/Base64.java:1770
↓ 7 callers
Method
read
Reads enough of the input stream to convert to/from Base64 and returns the next byte. @return next byte @since 1.3
JavaWebServer/src/plist/Base64.java:1770
↓ 7 callers
Method
remove
Remove the i-th element from the array. The array will be resized. @param i The index of the object
JavaWebServer/src/plist/NSArray.java:73
↓ 7 callers
Method
values
()
PieOSXClient/src/plist/NSDictionary.java:206
↓ 7 callers
Method
values
()
JavaWebServer/src/plist/NSDictionary.java:212
↓ 6 callers
Method
ExecSELECTQuery
(String SQL)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:372
↓ 6 callers
Method
boolValue
The number's boolean value. @return <code>true</code> if the value is true or non-zero, <code>false</code> otherwise.
PieOSXClient/src/plist/NSNumber.java:224
↓ 6 callers
Method
boolValue
The number's boolean value. @return <code>true</code> if the value is true or non-zero, <code>false</code> otherwise.
JavaWebServer/src/plist/NSNumber.java:224
↓ 6 callers
Method
getBytes
()
PieOSXClient/src/plist/UID.java:42
↓ 6 callers
Method
getBytes
()
JavaWebServer/src/plist/UID.java:42
↓ 6 callers
Method
getNodeTextContents
Returns a node's text content. This method will return the text value represented by the node's direct children. If the given node is a TEXT or CDATA
PieOSXClient/src/plist/XMLPropertyListParser.java:262
↓ 6 callers
Method
getNodeTextContents
Returns a node's text content. This method will return the text value represented by the node's direct children. If the given node is a TEXT or CDATA
JavaWebServer/src/plist/XMLPropertyListParser.java:262
↓ 6 callers
Method
keySet
()
JavaWebServer/src/plist/NSDictionary.java:203
↓ 6 callers
Method
parse
Parses a property list from a file. @param filePath Path to the property list file. @return The root object in the property list. This is usually a N
JavaWebServer/src/plist/PropertyListParser.java:163
↓ 6 callers
Method
writeIntHeader
(int kind, int value)
PieOSXClient/src/plist/BinaryPropertyListWriter.java:253
↓ 6 callers
Method
writeIntHeader
(int kind, int value)
JavaWebServer/src/plist/BinaryPropertyListWriter.java:258
↓ 5 callers
Method
copyOfRange
Copies a part of a byte array into a new array. @param src The source array. @param startIndex The index from which to start copying. @param e
PieOSXClient/src/plist/BinaryPropertyListParser.java:504
↓ 5 callers
Method
copyOfRange
Copies a part of a byte array into a new array. @param src The source array. @param startIndex The index from which to start copying. @param e
JavaWebServer/src/plist/BinaryPropertyListParser.java:504
↓ 5 callers
Method
dbInsert
(String tblName, String nullColumnHack, ContentValues values)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:269
↓ 5 callers
Method
queryExists
(String query)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:206
↓ 5 callers
Method
readInputUntil
Reads input until one of the given symbols is found. @param symbols The symbols that can occur after the string to read. @return The input until one
PieOSXClient/src/plist/ASCIIPropertyListParser.java:296
↓ 5 callers
Method
readInputUntil
Reads input until one of the given symbols is found. @param symbols The symbols that can occur after the string to read. @return The input until one
JavaWebServer/src/plist/ASCIIPropertyListParser.java:300
↓ 4 callers
Method
encode
Performs Base64 encoding on the <code>raw</code> ByteBuffer, writing it to the <code>encoded</code> ByteBuffer. This is an experimental feature. Curre
PieOSXClient/src/plist/Base64.java:602
↓ 4 callers
Method
encode
Performs Base64 encoding on the <code>raw</code> ByteBuffer, writing it to the <code>encoded</code> ByteBuffer. This is an experimental feature. Curre
JavaWebServer/src/plist/Base64.java:602
↓ 4 callers
Method
entrySet
()
PieOSXClient/src/plist/NSDictionary.java:215
↓ 4 callers
Method
entrySet
()
JavaWebServer/src/plist/NSDictionary.java:221
↓ 4 callers
Method
equals
Checks whether the other object is a NSNumber of the same value. @param obj The object to compare to. @return Whether the objects are equal in terms
PieOSXClient/src/plist/NSNumber.java:277
↓ 4 callers
Method
equals
Checks whether the other object is a NSNumber of the same value. @param obj The object to compare to. @return Whether the objects are equal in terms
JavaWebServer/src/plist/NSNumber.java:277
↓ 4 callers
Method
escapeStringForASCII
Escapes a string for use in ASCII property lists. @param s The unescaped string. @return The escaped string.
PieOSXClient/src/plist/NSString.java:244
↓ 4 callers
Method
escapeStringForASCII
Escapes a string for use in ASCII property lists. @param s The unescaped string. @return The escaped string.
JavaWebServer/src/plist/NSString.java:244
↓ 4 callers
Method
expect
Expects the input to have one of the given symbols at the current parsing position. @param expectedSymbols The expected symbols. @throws ParseExcepti
PieOSXClient/src/plist/ASCIIPropertyListParser.java:206
↓ 4 callers
Method
expect
Expects the input to have one of the given symbols at the current parsing position. @param expectedSymbols The expected symbols. @throws ParseExcepti
JavaWebServer/src/plist/ASCIIPropertyListParser.java:210
↓ 4 callers
Method
getArray
Returns the array of NSObjects represented by this NSArray. Any changes to the values of this array will also affect the NSArray. @return The actual
PieOSXClient/src/plist/NSArray.java:100
↓ 4 callers
Method
getArray
Returns the array of NSObjects represented by this NSArray. Any changes to the values of this array will also affect the NSArray. @return The actual
JavaWebServer/src/plist/NSArray.java:100
↓ 4 callers
Method
getDbHelper
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieMessageApplication.java:56
↓ 4 callers
Method
getDecodabet
Returns one of the _SOMETHING_DECODABET byte arrays depending on the options specified. It's possible, though silly, to specify ORDERED and URL_SAFE i
PieOSXClient/src/plist/Base64.java:475
↓ 4 callers
Method
getDecodabet
Returns one of the _SOMETHING_DECODABET byte arrays depending on the options specified. It's possible, though silly, to specify ORDERED and URL_SAFE i
JavaWebServer/src/plist/Base64.java:475
↓ 4 callers
Method
getHomeDirectory
()
PieOSXClient/src/PieOSXClient.java:47
↓ 4 callers
Method
getID
(NSObject obj)
PieOSXClient/src/plist/BinaryPropertyListWriter.java:236
↓ 4 callers
Method
getID
(NSObject obj)
JavaWebServer/src/plist/BinaryPropertyListWriter.java:241
↓ 4 callers
Method
parseLong
Parses a long from a (big-endian) byte array. @param bytes The bytes representing the long integer. @return The long integer represented by the given
PieOSXClient/src/plist/BinaryPropertyListParser.java:445
↓ 4 callers
Method
parseLong
Parses a long from a (big-endian) byte array. @param bytes The bytes representing the long integer. @return The long integer represented by the given
JavaWebServer/src/plist/BinaryPropertyListParser.java:445
↓ 4 callers
Method
read
Reads an expected symbol. @param symbol The symbol to read. @throws ParseException If the expected symbol could not be read.
PieOSXClient/src/plist/ASCIIPropertyListParser.java:234
↓ 4 callers
Method
read
Reads an expected symbol. @param symbol The symbol to read. @throws ParseException If the expected symbol could not be read.
JavaWebServer/src/plist/ASCIIPropertyListParser.java:238
↓ 4 callers
Method
writeID
(int id)
PieOSXClient/src/plist/BinaryPropertyListWriter.java:289
↓ 4 callers
Method
writeID
(int id)
JavaWebServer/src/plist/BinaryPropertyListWriter.java:294
↓ 4 callers
Method
writeLong
(long value)
PieOSXClient/src/plist/BinaryPropertyListWriter.java:293
next →
1–100 of 618, ranked by callers