MCPcopy Create free account

hub / github.com/bboyairwreck/PieMessage / functions

Functions618 in github.com/bboyairwreck/PieMessage

MethodassignIDs
(BinaryPropertyListWriter out)
PieOSXClient/src/plist/NSDictionary.java:398
MethodassignIDs
(BinaryPropertyListWriter out)
PieOSXClient/src/plist/NSArray.java:236
MethodassignIDs
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
MethodassignIDs
(BinaryPropertyListWriter out)
JavaWebServer/src/plist/NSDictionary.java:404
MethodassignIDs
(BinaryPropertyListWriter out)
JavaWebServer/src/plist/NSArray.java:236
MethodassignIDs
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
Methodclear
Removes all key-value pairs from this dictionary. @see Map#clear()
PieOSXClient/src/plist/NSDictionary.java:188
Methodclear
Removes all key-value pairs from this dictionary. @see Map#clear()
JavaWebServer/src/plist/NSDictionary.java:194
MethodcompareTo
(Object o)
PieOSXClient/src/plist/NSString.java:275
MethodcompareTo
(Object o)
PieOSXClient/src/plist/NSNumber.java:408
MethodcompareTo
(Object o)
JavaWebServer/src/plist/NSString.java:275
MethodcompareTo
(Object o)
JavaWebServer/src/plist/NSNumber.java:408
MethodcontainsObject
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
MethodcontainsObject
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
MethodcontainsValue
(Object value)
PieOSXClient/src/plist/NSDictionary.java:106
MethodcontainsValue
(Object value)
JavaWebServer/src/plist/NSDictionary.java:112
MethodconvertToASCII
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
MethodconvertToASCII
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
MethodconvertToBinary
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
MethodconvertToBinary
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
MethodconvertToGnuStepASCII
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
MethodconvertToGnuStepASCII
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
MethodconvertToXml
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
MethodconvertToXml
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
Methodcount
Returns the size of the array. @return The number of elements that this array can store.
PieOSXClient/src/plist/NSArray.java:109
Methodcount
Returns the size of the array. @return The number of elements that this array can store.
JavaWebServer/src/plist/NSArray.java:109
MethoddecodeFileToFile
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
MethoddecodeFileToFile
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
MethoddecodeToFile
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
MethoddecodeToFile
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
MethoddecodeToObject
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
MethoddecodeToObject
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
MethoddisconnectSockets
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:258
MethoddoInBackground
(Object[] objects)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/SendMessageTask.java:33
MethoddoInBackground
(Object[] objects)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ClientSocketTask.java:26
MethodenableSendButton
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:136
MethodencodeFileToFile
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
MethodencodeFileToFile
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
MethodencodeObject
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
MethodencodeObject
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
MethodencodeToFile
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
MethodencodeToFile
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
Methodequals
(Object obj)
PieOSXClient/src/plist/NSDate.java:146
Methodequals
(Object obj)
PieOSXClient/src/plist/NSData.java:125
Methodequals
(Object obj)
PieOSXClient/src/plist/NSString.java:130
Methodequals
(Object obj)
JavaWebServer/src/plist/NSDate.java:146
Methodequals
(Object obj)
JavaWebServer/src/plist/NSData.java:125
Methodequals
(Object obj)
JavaWebServer/src/plist/NSString.java:130
MethodfloatValue
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
MethodfloatValue
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
MethodgetAllMessages
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:277
MethodgetBytes
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
MethodgetBytes
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
MethodgetDateString
()
PieOSXClient/src/PieOSXClient.java:33
MethodgetLastTextOfChat
(long cROWID)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:448
MethodgetVal
()
JavaWebServer/src/ClientThread.java:222
MethodgetVal
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageStatus.java:18
MethodgetVal
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageType.java:16
MethodgetView
(int position, View convertView, ViewGroup parent)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessagesAdapter.java:24
MethodgetView
(int position, View convertView, ViewGroup parent)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsAdapter.java:23
MethodhashCode
()
PieOSXClient/src/plist/NSDate.java:151
MethodhashCode
()
PieOSXClient/src/plist/NSData.java:130
MethodhashCode
()
PieOSXClient/src/plist/NSString.java:136
MethodhashCode
()
PieOSXClient/src/plist/NSSet.java:207
MethodhashCode
()
PieOSXClient/src/plist/NSDictionary.java:364
MethodhashCode
()
PieOSXClient/src/plist/NSNumber.java:284
MethodhashCode
()
PieOSXClient/src/plist/NSArray.java:216
MethodhashCode
()
JavaWebServer/src/plist/NSDate.java:151
MethodhashCode
()
JavaWebServer/src/plist/NSData.java:130
MethodhashCode
()
JavaWebServer/src/plist/NSString.java:136
MethodhashCode
()
JavaWebServer/src/plist/NSSet.java:207
MethodhashCode
()
JavaWebServer/src/plist/NSDictionary.java:370
MethodhashCode
()
JavaWebServer/src/plist/NSNumber.java:284
MethodhashCode
()
JavaWebServer/src/plist/NSArray.java:216
MethodindexOfIdenticalObject
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
MethodindexOfIdenticalObject
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
MethodindexOfObject
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
MethodindexOfObject
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
MethodintersectsSet
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
MethodintersectsSet
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
MethodisSubsetOfSet
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
MethodisSubsetOfSet
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
MethodlastObject
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
MethodlastObject
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
Methodmain
(String[] args)
PieOSXClient/src/PieOSXClient.java:13
Methodmain
(String[] args)
JavaWebServer/src/Server.java:26
Methodmember
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
Methodmember
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
MethodnotifyOSXOutgoingThread
(JSONObject jsonObject)
JavaWebServer/src/Server.java:124
MethodobjectAtIndex
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
MethodobjectAtIndex
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
MethodobjectIterator
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
MethodobjectIterator
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
MethodobjectsAtIndexes
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
MethodobjectsAtIndexes
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
MethodonAttach
(Activity activity)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PiePreferenceActivity.java:53
MethodonBind
(Intent intent)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:53
MethodonClick
(View view)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:92
MethodonClick
(View view)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsActivity.java:58
MethodonClick
(View v)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MainActivity.java:30
← previousnext →401–500 of 618, ranked by callers