MCPcopy Create free account

hub / github.com/bboyairwreck/PieMessage / functions

Functions618 in github.com/bboyairwreck/PieMessage

↓ 133 callersMethodappend
Appends a string to this string. @param s The string to append.
PieOSXClient/src/plist/NSString.java:99
↓ 133 callersMethodappend
Appends a string to this string. @param s The string to append.
JavaWebServer/src/plist/NSString.java:99
↓ 64 callersMethodput
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 callersMethodequals
(Object obj)
JavaWebServer/src/plist/NSSet.java:214
↓ 44 callersMethodclose
Flushes and closes (I think, in the superclass) the stream. @since 1.3
PieOSXClient/src/plist/Base64.java:2083
↓ 43 callersMethodequals
(Object obj)
PieOSXClient/src/plist/NSSet.java:214
↓ 36 callersMethodlength
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 callersMethodindent
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 callersMethodindent
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 callersMethodclose
Flushes and closes (I think, in the superclass) the stream. @since 1.3
JavaWebServer/src/plist/Base64.java:2083
↓ 31 callersMethodtoString
Generates a string representation of the date. @return A string representation of the date. @see Date#toString()
PieOSXClient/src/plist/NSDate.java:176
↓ 29 callersMethodlength
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 callersMethodget
(Object key)
PieOSXClient/src/plist/NSDictionary.java:118
↓ 25 callersMethodwrite
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 callersMethodwrite
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 callersMethodskip
Skips the current symbol.
PieOSXClient/src/plist/ASCIIPropertyListParser.java:242
↓ 22 callersMethodskip
Skips the current symbol.
JavaWebServer/src/plist/ASCIIPropertyListParser.java:246
↓ 21 callersMethodsize
()
PieOSXClient/src/plist/NSDictionary.java:79
↓ 18 callersMethodsize
()
JavaWebServer/src/plist/NSDictionary.java:85
↓ 16 callersMethodaccept
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 callersMethodput
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 callersMethodaccept
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 callersMethodequals
(Object obj)
PieOSXClient/src/plist/NSDictionary.java:350
↓ 15 callersMethodequals
(Object obj)
JavaWebServer/src/plist/NSDictionary.java:356
↓ 15 callersMethodget
(Object key)
JavaWebServer/src/plist/NSDictionary.java:124
↓ 14 callersMethodtoString
Generates a string representation of the date. @return A string representation of the date. @see Date#toString()
JavaWebServer/src/plist/NSDate.java:176
↓ 12 callersMethodlongValue
The number's long value. @return The value of the number as long
PieOSXClient/src/plist/NSNumber.java:236
↓ 12 callersMethodlongValue
The number's long value. @return The value of the number as long
JavaWebServer/src/plist/NSNumber.java:236
↓ 12 callersMethodparseUnsignedInt
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 callersMethodparseUnsignedInt
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 callersMethodgetInstance
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieMessageApplication.java:28
↓ 11 callersMethodwrite
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 callersMethodwrite
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 callersMethodwriteBytes
(long value, int bytes)
PieOSXClient/src/plist/BinaryPropertyListWriter.java:282
↓ 11 callersMethodwriteBytes
(long value, int bytes)
JavaWebServer/src/plist/BinaryPropertyListWriter.java:287
↓ 10 callersMethodwrap
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 callersMethodwrap
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 callersMethoddoubleValue
The number's double value. @return The value of the number as double.
PieOSXClient/src/plist/NSNumber.java:257
↓ 9 callersMethoddoubleValue
The number's double value. @return The value of the number as double.
JavaWebServer/src/plist/NSNumber.java:257
↓ 9 callersMethodsetValue
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 callersMethodsetValue
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 callersMethodskipWhitespacesAndComments
Skips all whitespaces and comments from the current parsing position onward.
PieOSXClient/src/plist/ASCIIPropertyListParser.java:258
↓ 9 callersMethodskipWhitespacesAndComments
Skips all whitespaces and comments from the current parsing position onward.
JavaWebServer/src/plist/ASCIIPropertyListParser.java:262
↓ 8 callersMethodequals
(Object obj)
PieOSXClient/src/plist/NSArray.java:201
↓ 8 callersMethodequals
(Object obj)
JavaWebServer/src/plist/NSArray.java:201
↓ 8 callersMethodreadLengthAndOffset
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 callersMethodreadLengthAndOffset
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 callersMethodencode3to4
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 callersMethodencode3to4
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 callersMethodgetContent
Gets this strings content. @return This NSString as Java String object.
PieOSXClient/src/plist/NSString.java:81
↓ 7 callersMethodgetContent
Gets this strings content. @return This NSString as Java String object.
JavaWebServer/src/plist/NSString.java:81
↓ 7 callersMethodkeySet
()
PieOSXClient/src/plist/NSDictionary.java:197
↓ 7 callersMethodparse
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 callersMethodread
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 callersMethodread
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 callersMethodremove
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 callersMethodvalues
()
PieOSXClient/src/plist/NSDictionary.java:206
↓ 7 callersMethodvalues
()
JavaWebServer/src/plist/NSDictionary.java:212
↓ 6 callersMethodExecSELECTQuery
(String SQL)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:372
↓ 6 callersMethodboolValue
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 callersMethodboolValue
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 callersMethodgetBytes
()
PieOSXClient/src/plist/UID.java:42
↓ 6 callersMethodgetBytes
()
JavaWebServer/src/plist/UID.java:42
↓ 6 callersMethodgetNodeTextContents
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 callersMethodgetNodeTextContents
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 callersMethodkeySet
()
JavaWebServer/src/plist/NSDictionary.java:203
↓ 6 callersMethodparse
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 callersMethodwriteIntHeader
(int kind, int value)
PieOSXClient/src/plist/BinaryPropertyListWriter.java:253
↓ 6 callersMethodwriteIntHeader
(int kind, int value)
JavaWebServer/src/plist/BinaryPropertyListWriter.java:258
↓ 5 callersMethodcopyOfRange
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 callersMethodcopyOfRange
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 callersMethoddbInsert
(String tblName, String nullColumnHack, ContentValues values)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:269
↓ 5 callersMethodqueryExists
(String query)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:206
↓ 5 callersMethodreadInputUntil
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 callersMethodreadInputUntil
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 callersMethodencode
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 callersMethodencode
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 callersMethodentrySet
()
PieOSXClient/src/plist/NSDictionary.java:215
↓ 4 callersMethodentrySet
()
JavaWebServer/src/plist/NSDictionary.java:221
↓ 4 callersMethodequals
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 callersMethodequals
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 callersMethodescapeStringForASCII
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 callersMethodescapeStringForASCII
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 callersMethodexpect
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 callersMethodexpect
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 callersMethodgetArray
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 callersMethodgetArray
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 callersMethodgetDbHelper
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieMessageApplication.java:56
↓ 4 callersMethodgetDecodabet
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 callersMethodgetDecodabet
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 callersMethodgetHomeDirectory
()
PieOSXClient/src/PieOSXClient.java:47
↓ 4 callersMethodgetID
(NSObject obj)
PieOSXClient/src/plist/BinaryPropertyListWriter.java:236
↓ 4 callersMethodgetID
(NSObject obj)
JavaWebServer/src/plist/BinaryPropertyListWriter.java:241
↓ 4 callersMethodparseLong
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 callersMethodparseLong
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 callersMethodread
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 callersMethodread
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 callersMethodwriteID
(int id)
PieOSXClient/src/plist/BinaryPropertyListWriter.java:289
↓ 4 callersMethodwriteID
(int id)
JavaWebServer/src/plist/BinaryPropertyListWriter.java:294
↓ 4 callersMethodwriteLong
(long value)
PieOSXClient/src/plist/BinaryPropertyListWriter.java:293
next →1–100 of 618, ranked by callers