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
Method
assignIDs
(BinaryPropertyListWriter out)
PieOSXClient/src/plist/NSDictionary.java:398
Method
assignIDs
(BinaryPropertyListWriter out)
PieOSXClient/src/plist/NSArray.java:236
Method
assignIDs
Assigns IDs to all the objects in this NSObject subtree. @param out The writer object that handles the binary serialization.
PieOSXClient/src/plist/NSObject.java:72
Method
assignIDs
(BinaryPropertyListWriter out)
JavaWebServer/src/plist/NSDictionary.java:404
Method
assignIDs
(BinaryPropertyListWriter out)
JavaWebServer/src/plist/NSArray.java:236
Method
assignIDs
Assigns IDs to all the objects in this NSObject subtree. @param out The writer object that handles the binary serialization.
JavaWebServer/src/plist/NSObject.java:72
Method
clear
Removes all key-value pairs from this dictionary. @see Map#clear()
PieOSXClient/src/plist/NSDictionary.java:188
Method
clear
Removes all key-value pairs from this dictionary. @see Map#clear()
JavaWebServer/src/plist/NSDictionary.java:194
Method
compareTo
(Object o)
PieOSXClient/src/plist/NSString.java:275
Method
compareTo
(Object o)
PieOSXClient/src/plist/NSNumber.java:408
Method
compareTo
(Object o)
JavaWebServer/src/plist/NSString.java:275
Method
compareTo
(Object o)
JavaWebServer/src/plist/NSNumber.java:408
Method
containsObject
Checks whether an object is present in the array or whether it is equal to any of the objects in the array. @param obj The object to look for. @retur
PieOSXClient/src/plist/NSArray.java:121
Method
containsObject
Checks whether an object is present in the array or whether it is equal to any of the objects in the array. @param obj The object to look for. @retur
JavaWebServer/src/plist/NSArray.java:121
Method
containsValue
(Object value)
PieOSXClient/src/plist/NSDictionary.java:106
Method
containsValue
(Object value)
JavaWebServer/src/plist/NSDictionary.java:112
Method
convertToASCII
Converts a given property list file into ASCII format. @param in The source file. @param out The target file. @throws ParserConfigurationException I
PieOSXClient/src/plist/PropertyListParser.java:362
Method
convertToASCII
Converts a given property list file into ASCII format. @param in The source file. @param out The target file. @throws ParserConfigurationException I
JavaWebServer/src/plist/PropertyListParser.java:369
Method
convertToBinary
Converts a given property list file into the OS X and iOS binary format. @param in The source file. @param out The target file. @throws ParserConfig
PieOSXClient/src/plist/PropertyListParser.java:315
Method
convertToBinary
Converts a given property list file into the OS X and iOS binary format. @param in The source file. @param out The target file. @throws ParserConfig
JavaWebServer/src/plist/PropertyListParser.java:322
Method
convertToGnuStepASCII
Converts a given property list file into ASCII format. @param in The source file. @param out The target file. @throws ParserConfigurationException I
PieOSXClient/src/plist/PropertyListParser.java:422
Method
convertToGnuStepASCII
Converts a given property list file into ASCII format. @param in The source file. @param out The target file. @throws ParserConfigurationException I
JavaWebServer/src/plist/PropertyListParser.java:429
Method
convertToXml
Converts a given property list file into the OS X and iOS XML format. @param in The source file. @param out The target file. @throws ParserConfigur
PieOSXClient/src/plist/PropertyListParser.java:272
Method
convertToXml
Converts a given property list file into the OS X and iOS XML format. @param in The source file. @param out The target file. @throws ParserConfigur
JavaWebServer/src/plist/PropertyListParser.java:279
Method
count
Returns the size of the array. @return The number of elements that this array can store.
PieOSXClient/src/plist/NSArray.java:109
Method
count
Returns the size of the array. @return The number of elements that this array can store.
JavaWebServer/src/plist/NSArray.java:109
Method
decodeFileToFile
Reads <tt>infile</tt> and decodes it to <tt>outfile</tt>. @param infile Input file @param outfile Output file @throws java.io.IOException if there i
PieOSXClient/src/plist/Base64.java:1674
Method
decodeFileToFile
Reads <tt>infile</tt> and decodes it to <tt>outfile</tt>. @param infile Input file @param outfile Output file @throws java.io.IOException if there i
JavaWebServer/src/plist/Base64.java:1674
Method
decodeToFile
Convenience method for decoding data to a file. <p>As of v 2.3, if there is a error, the method will throw an java.io.IOException. <b>This is new to
PieOSXClient/src/plist/Base64.java:1500
Method
decodeToFile
Convenience method for decoding data to a file. <p>As of v 2.3, if there is a error, the method will throw an java.io.IOException. <b>This is new to
JavaWebServer/src/plist/Base64.java:1500
Method
decodeToObject
Attempts to decode Base64 data and deserialize a Java Object within. Returns <tt>null</tt> if there was an error. @param encodedObject The Base64 dat
PieOSXClient/src/plist/Base64.java:1366
Method
decodeToObject
Attempts to decode Base64 data and deserialize a Java Object within. Returns <tt>null</tt> if there was an error. @param encodedObject The Base64 dat
JavaWebServer/src/plist/Base64.java:1366
Method
disconnectSockets
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:258
Method
doInBackground
(Object[] objects)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/SendMessageTask.java:33
Method
doInBackground
(Object[] objects)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ClientSocketTask.java:26
Method
enableSendButton
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:136
Method
encodeFileToFile
Reads <tt>infile</tt> and encodes it to <tt>outfile</tt>. @param infile Input file @param outfile Output file @throws java.io.IOException if there i
PieOSXClient/src/plist/Base64.java:1644
Method
encodeFileToFile
Reads <tt>infile</tt> and encodes it to <tt>outfile</tt>. @param infile Input file @param outfile Output file @throws java.io.IOException if there i
JavaWebServer/src/plist/Base64.java:1644
Method
encodeObject
Serializes an object and returns the Base64-encoded version of that serialized object. <p>As of v 2.3, if the object cannot be serialized or there is
PieOSXClient/src/plist/Base64.java:659
Method
encodeObject
Serializes an object and returns the Base64-encoded version of that serialized object. <p>As of v 2.3, if the object cannot be serialized or there is
JavaWebServer/src/plist/Base64.java:659
Method
encodeToFile
Convenience method for encoding data to a file. <p>As of v 2.3, if there is a error, the method will throw an java.io.IOException. <b>This is new to
PieOSXClient/src/plist/Base64.java:1461
Method
encodeToFile
Convenience method for encoding data to a file. <p>As of v 2.3, if there is a error, the method will throw an java.io.IOException. <b>This is new to
JavaWebServer/src/plist/Base64.java:1461
Method
equals
(Object obj)
PieOSXClient/src/plist/NSDate.java:146
Method
equals
(Object obj)
PieOSXClient/src/plist/NSData.java:125
Method
equals
(Object obj)
PieOSXClient/src/plist/NSString.java:130
Method
equals
(Object obj)
JavaWebServer/src/plist/NSDate.java:146
Method
equals
(Object obj)
JavaWebServer/src/plist/NSData.java:125
Method
equals
(Object obj)
JavaWebServer/src/plist/NSString.java:130
Method
floatValue
The number's float value. WARNING: Possible loss of precision if the value is outside the float range. @return The value of the number as float.
PieOSXClient/src/plist/NSNumber.java:267
Method
floatValue
The number's float value. WARNING: Possible loss of precision if the value is outside the float range. @return The value of the number as float.
JavaWebServer/src/plist/NSNumber.java:267
Method
getAllMessages
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:277
Method
getBytes
Loads the bytes from this NSData object into a byte buffer @param buf The byte buffer which will contain the data @param length The amount of data
PieOSXClient/src/plist/NSData.java:101
Method
getBytes
Loads the bytes from this NSData object into a byte buffer @param buf The byte buffer which will contain the data @param length The amount of data
JavaWebServer/src/plist/NSData.java:101
Method
getDateString
()
PieOSXClient/src/PieOSXClient.java:33
Method
getLastTextOfChat
(long cROWID)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:448
Method
getVal
()
JavaWebServer/src/ClientThread.java:222
Method
getVal
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageStatus.java:18
Method
getVal
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageType.java:16
Method
getView
(int position, View convertView, ViewGroup parent)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessagesAdapter.java:24
Method
getView
(int position, View convertView, ViewGroup parent)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsAdapter.java:23
Method
hashCode
()
PieOSXClient/src/plist/NSDate.java:151
Method
hashCode
()
PieOSXClient/src/plist/NSData.java:130
Method
hashCode
()
PieOSXClient/src/plist/NSString.java:136
Method
hashCode
()
PieOSXClient/src/plist/NSSet.java:207
Method
hashCode
()
PieOSXClient/src/plist/NSDictionary.java:364
Method
hashCode
()
PieOSXClient/src/plist/NSNumber.java:284
Method
hashCode
()
PieOSXClient/src/plist/NSArray.java:216
Method
hashCode
()
JavaWebServer/src/plist/NSDate.java:151
Method
hashCode
()
JavaWebServer/src/plist/NSData.java:130
Method
hashCode
()
JavaWebServer/src/plist/NSString.java:136
Method
hashCode
()
JavaWebServer/src/plist/NSSet.java:207
Method
hashCode
()
JavaWebServer/src/plist/NSDictionary.java:370
Method
hashCode
()
JavaWebServer/src/plist/NSNumber.java:284
Method
hashCode
()
JavaWebServer/src/plist/NSArray.java:216
Method
indexOfIdenticalObject
Searches for an object in the array. If it is found its index will be returned. This method only returns the index of an object that is <b>identical</
PieOSXClient/src/plist/NSArray.java:166
Method
indexOfIdenticalObject
Searches for an object in the array. If it is found its index will be returned. This method only returns the index of an object that is <b>identical</
JavaWebServer/src/plist/NSArray.java:166
Method
indexOfObject
Searches for an object in the array. If it is found its index will be returned. This method also returns an index if the object is not the same as the
PieOSXClient/src/plist/NSArray.java:146
Method
indexOfObject
Searches for an object in the array. If it is found its index will be returned. This method also returns an index if the object is not the same as the
JavaWebServer/src/plist/NSArray.java:146
Method
intersectsSet
Finds out whether at least one object is present in both sets. @param otherSet The other set. @return <code>false</code> if the intersection of both
PieOSXClient/src/plist/NSSet.java:166
Method
intersectsSet
Finds out whether at least one object is present in both sets. @param otherSet The other set. @return <code>false</code> if the intersection of both
JavaWebServer/src/plist/NSSet.java:166
Method
isSubsetOfSet
Finds out if this set is a subset of the given set. @param otherSet The other set. @return <code>true</code> if all elements in this set are also pre
PieOSXClient/src/plist/NSSet.java:180
Method
isSubsetOfSet
Finds out if this set is a subset of the given set. @param otherSet The other set. @return <code>true</code> if all elements in this set are also pre
JavaWebServer/src/plist/NSSet.java:180
Method
lastObject
Returns the last object contained in this array. Equivalent to <code>getArray()[getArray().length-1]</code>. @return The value of the highest index i
PieOSXClient/src/plist/NSArray.java:182
Method
lastObject
Returns the last object contained in this array. Equivalent to <code>getArray()[getArray().length-1]</code>. @return The value of the highest index i
JavaWebServer/src/plist/NSArray.java:182
Method
main
(String[] args)
PieOSXClient/src/PieOSXClient.java:13
Method
main
(String[] args)
JavaWebServer/src/Server.java:26
Method
member
Determines whether the set contains an object equal to a given object and returns that object if it is present. @param obj The object to look for. @r
PieOSXClient/src/plist/NSSet.java:152
Method
member
Determines whether the set contains an object equal to a given object and returns that object if it is present. @param obj The object to look for. @r
JavaWebServer/src/plist/NSSet.java:152
Method
notifyOSXOutgoingThread
(JSONObject jsonObject)
JavaWebServer/src/Server.java:124
Method
objectAtIndex
Returns the object stored at the given index. Equivalent to <code>getArray()[i]</code>. @param i The index of the object. @return The object at the g
PieOSXClient/src/plist/NSArray.java:63
Method
objectAtIndex
Returns the object stored at the given index. Equivalent to <code>getArray()[i]</code>. @param i The index of the object. @return The object at the g
JavaWebServer/src/plist/NSArray.java:63
Method
objectIterator
Returns an iterator object that lets you iterate over all elements of the set. This is the equivalent to <code>objectEnumerator</code> in the Cocoa im
PieOSXClient/src/plist/NSSet.java:195
Method
objectIterator
Returns an iterator object that lets you iterate over all elements of the set. This is the equivalent to <code>objectEnumerator</code> in the Cocoa im
JavaWebServer/src/plist/NSSet.java:195
Method
objectsAtIndexes
Returns a new array containing only the values stored at the given indices. The values are sorted by their index. @param indexes The indices of the o
PieOSXClient/src/plist/NSArray.java:193
Method
objectsAtIndexes
Returns a new array containing only the values stored at the given indices. The values are sorted by their index. @param indexes The indices of the o
JavaWebServer/src/plist/NSArray.java:193
Method
onAttach
(Activity activity)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PiePreferenceActivity.java:53
Method
onBind
(Intent intent)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:53
Method
onClick
(View view)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:92
Method
onClick
(View view)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsActivity.java:58
Method
onClick
(View v)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MainActivity.java:30
← previous
next →
401–500 of 618, ranked by callers