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
↓ 1 callers
Method
parseObject
Parses a node in the XML structure and returns the corresponding NSObject @param n The XML node. @return The corresponding NSObject. @throws IOExcept
JavaWebServer/src/plist/XMLPropertyListParser.java:199
↓ 1 callers
Method
parseObject
Parses an object inside the currently parsed binary property list. For the format specification check <a href="http://www.opensource.apple.com/source/
JavaWebServer/src/plist/BinaryPropertyListParser.java:180
↓ 1 callers
Method
playNotification
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:169
↓ 1 callers
Method
postNotification
(String handleID, String message, long cROWID)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:181
↓ 1 callers
Method
printFoundMessages
(JSONObject foundMessageJSON)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:405
↓ 1 callers
Method
remove
Remove the i-th element from the array. The array will be resized. @param i The index of the object
PieOSXClient/src/plist/NSArray.java:73
↓ 1 callers
Method
saveAsBinary
Saves a property list with the given object as root into a binary file. @param root The root object. @param out The output file. @throws IOException
PieOSXClient/src/plist/PropertyListParser.java:284
↓ 1 callers
Method
saveAsBinary
Saves a property list with the given object as root into a binary file. @param root The root object. @param out The output file. @throws IOException
JavaWebServer/src/plist/PropertyListParser.java:291
↓ 1 callers
Method
saveAsXML
Saves a property list with the given object as root into a XML file. @param root The root object. @param out The output file. @throws IOException Wh
PieOSXClient/src/plist/PropertyListParser.java:236
↓ 1 callers
Method
saveAsXML
Saves a property list with the given object as root into a XML file. @param root The root object. @param out The output file. @throws IOException Wh
JavaWebServer/src/plist/PropertyListParser.java:243
↓ 1 callers
Method
setBackButtonListener
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:368
↓ 1 callers
Method
setDeviceType
(String deviceTypeString, String action)
JavaWebServer/src/ClientThread.java:177
↓ 1 callers
Method
setHandleID
(String handleID)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Message.java:35
↓ 1 callers
Method
setIbCheckmarkListener
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:197
↓ 1 callers
Method
setOSXIncomingInput
(BufferedReader osxIncomingInput)
JavaWebServer/src/Server.java:82
↓ 1 callers
Method
setOsxIncomingOutput
(PrintWriter osxIncomingOutput)
JavaWebServer/src/Server.java:87
↓ 1 callers
Method
setSendOnClickListener
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:90
↓ 1 callers
Method
setStatusBarColor
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:249
↓ 1 callers
Method
setThread
(Thread thread)
PieOSXClient/src/OSXOutgoingMessageThread.java:103
↓ 1 callers
Method
setThread
(Thread thread)
PieOSXClient/src/OSXIncomingMessageThread.java:113
↓ 1 callers
Method
setThread
(Thread thread)
JavaWebServer/src/ClientThread.java:227
↓ 1 callers
Method
setTvTargetListener
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:170
↓ 1 callers
Method
toASCII
(StringBuilder ascii, int level)
PieOSXClient/src/plist/NSData.java:158
↓ 1 callers
Method
toASCII
(StringBuilder ascii, int level)
PieOSXClient/src/plist/NSDictionary.java:450
↓ 1 callers
Method
toASCII
(StringBuilder ascii, int level)
PieOSXClient/src/plist/UID.java:76
↓ 1 callers
Method
toASCII
(StringBuilder ascii, int level)
PieOSXClient/src/plist/NSArray.java:283
↓ 1 callers
Method
toASCII
(StringBuilder ascii, int level)
JavaWebServer/src/plist/NSData.java:158
↓ 1 callers
Method
toASCII
(StringBuilder ascii, int level)
JavaWebServer/src/plist/NSDictionary.java:456
↓ 1 callers
Method
toASCII
(StringBuilder ascii, int level)
JavaWebServer/src/plist/UID.java:76
↓ 1 callers
Method
toASCII
(StringBuilder ascii, int level)
JavaWebServer/src/plist/NSArray.java:283
↓ 1 callers
Method
toASCIIGnuStep
(StringBuilder ascii, int level)
PieOSXClient/src/plist/NSDictionary.java:477
↓ 1 callers
Method
toASCIIGnuStep
(StringBuilder ascii, int level)
PieOSXClient/src/plist/NSArray.java:312
↓ 1 callers
Method
toASCIIGnuStep
(StringBuilder ascii, int level)
JavaWebServer/src/plist/NSDictionary.java:483
↓ 1 callers
Method
toASCIIGnuStep
(StringBuilder ascii, int level)
JavaWebServer/src/plist/NSArray.java:312
↓ 1 callers
Method
toBinary
Generates the binary representation of the object. @param out The output stream to serialize the object to. @throws IOException When an IO error occu
PieOSXClient/src/plist/NSObject.java:83
↓ 1 callers
Method
toBinary
Generates the binary representation of the object. @param out The output stream to serialize the object to. @throws IOException When an IO error occu
JavaWebServer/src/plist/NSObject.java:83
↓ 1 callers
Method
toXMLPropertyList
Generates a valid XML property list including headers using this object as root. @return The XML representation of the property list including XML he
PieOSXClient/src/plist/NSObject.java:90
↓ 1 callers
Method
toXMLPropertyList
Generates a valid XML property list including headers using this object as root. @return The XML representation of the property list including XML he
JavaWebServer/src/plist/NSObject.java:90
↓ 1 callers
Method
validIP
(String ip)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MainActivity.java:58
↓ 1 callers
Method
wrapSerialized
Serializes the given object using Java's default object serialization and wraps the serialized object in a NSData object. @param o The object to seri
PieOSXClient/src/plist/NSObject.java:347
↓ 1 callers
Method
wrapSerialized
Serializes the given object using Java's default object serialization and wraps the serialized object in a NSData object. @param o The object to seri
JavaWebServer/src/plist/NSObject.java:347
Method
ASCIIPropertyListParser
Only allow subclasses to change instantiation.
PieOSXClient/src/plist/ASCIIPropertyListParser.java:146
Method
ASCIIPropertyListParser
Only allow subclasses to change instantiation.
JavaWebServer/src/plist/ASCIIPropertyListParser.java:150
Method
ApplicationTest
()
PieMessage-Android/app/src/androidTest/java/com/ericchee/bboyairwreck/piemessage/ApplicationTest.java:10
Method
B64InputStream
Constructs a {@link com.dd.plist.Base64.B64InputStream} in DECODE mode. @param in the <tt>java.io.InputStream</tt> from which to read data. @since 1.
PieOSXClient/src/plist/Base64.java:1726
Method
B64InputStream
Constructs a {@link com.dd.plist.Base64.B64InputStream} in DECODE mode. @param in the <tt>java.io.InputStream</tt> from which to read data. @since 1.
JavaWebServer/src/plist/Base64.java:1726
Method
B64OutputStream
Constructs a {@link com.dd.plist.Base64.B64OutputStream} in ENCODE mode. @param out the <tt>java.io.OutputStream</tt> to which data will be written.
PieOSXClient/src/plist/Base64.java:1937
Method
B64OutputStream
Constructs a {@link com.dd.plist.Base64.B64OutputStream} in ENCODE mode. @param out the <tt>java.io.OutputStream</tt> to which data will be written.
JavaWebServer/src/plist/Base64.java:1937
Method
Base64
Defeats instantiation.
PieOSXClient/src/plist/Base64.java:489
Method
Base64
Defeats instantiation.
JavaWebServer/src/plist/Base64.java:489
Method
BinaryPropertyListParser
Protected constructor so that instantiation is fully controlled by the static parse methods. @see BinaryPropertyListParser#parse(byte[])
PieOSXClient/src/plist/BinaryPropertyListParser.java:73
Method
BinaryPropertyListParser
Protected constructor so that instantiation is fully controlled by the static parse methods. @see BinaryPropertyListParser#parse(byte[])
JavaWebServer/src/plist/BinaryPropertyListParser.java:73
Method
BinaryPropertyListWriter
Creates a new binary property list writer @param outStr The output stream into which the binary property list will be written @throws IOException Whe
PieOSXClient/src/plist/BinaryPropertyListWriter.java:151
Method
BinaryPropertyListWriter
Creates a new binary property list writer @param outStr The output stream into which the binary property list will be written @throws IOException Whe
JavaWebServer/src/plist/BinaryPropertyListWriter.java:156
Method
Chat
(HashSet<String> handles, long cROWID)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Chat.java:14
Method
ChatsAdapter
(Context context, ArrayList<Chat> chats)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsAdapter.java:19
Method
ClientThread
(Socket socket)
JavaWebServer/src/ClientThread.java:24
Method
DeviceType
(String deviceNum)
JavaWebServer/src/ClientThread.java:218
Method
IncomingMessagesListener
(Connection connection, long lastFetchTime, JSONArray foundMessagesJSON, OSXIncomingMessageThread.ResetStatus
PieOSXClient/src/IncomingMessagesListener.java:37
Method
Message
(String text)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Message.java:15
Method
MessageStatus
(int messageNum)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageStatus.java:14
Method
MessageType
(int messageNum)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageType.java:12
Method
MessagesAdapter
(Context context, ArrayList<Message> messages)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessagesAdapter.java:20
Method
NSArray
Creates an empty array of the given length. @param length The number of elements this array will be able to hold.
PieOSXClient/src/plist/NSArray.java:43
Method
NSArray
Creates an empty array of the given length. @param length The number of elements this array will be able to hold.
JavaWebServer/src/plist/NSArray.java:43
Method
NSData
Creates the NSData object from the binary representation of it. @param bytes The raw data contained in the NSData object.
PieOSXClient/src/plist/NSData.java:46
Method
NSData
Creates the NSData object from the binary representation of it. @param bytes The raw data contained in the NSData object.
JavaWebServer/src/plist/NSData.java:46
Method
NSDate
Creates a date from its binary representation. @param bytes The date bytes
PieOSXClient/src/plist/NSDate.java:99
Method
NSDate
Creates a date from its binary representation. @param bytes The date bytes
JavaWebServer/src/plist/NSDate.java:99
Method
NSDictionary
Creates a new empty NSDictionary.
PieOSXClient/src/plist/NSDictionary.java:48
Method
NSDictionary
Creates a new empty NSDictionary.
JavaWebServer/src/plist/NSDictionary.java:54
Method
NSNumber
Parses integers and real numbers from their binary representation. <i>Note: real numbers are not yet supported.</i> @param bytes The binary represent
PieOSXClient/src/plist/NSNumber.java:70
Method
NSNumber
Parses integers and real numbers from their binary representation. <i>Note: real numbers are not yet supported.</i> @param bytes The binary represent
JavaWebServer/src/plist/NSNumber.java:70
Method
NSSet
Creates an empty unordered set. @see LinkedHashSet
PieOSXClient/src/plist/NSSet.java:48
Method
NSSet
Creates an empty unordered set. @see LinkedHashSet
JavaWebServer/src/plist/NSSet.java:48
Method
NSString
Creates an NSString from its binary representation. @param bytes The binary representation. @param encoding The encoding of the binary representat
PieOSXClient/src/plist/NSString.java:49
Method
NSString
Creates an NSString from its binary representation. @param bytes The binary representation. @param encoding The encoding of the binary representat
JavaWebServer/src/plist/NSString.java:49
Method
OSXOutgoingMessageThread
()
PieOSXClient/src/OSXOutgoingMessageThread.java:19
Method
OutgoingSQLiteChecker
(JSONObject responseJSON, String message, long postTime)
PieOSXClient/src/OutgoingSQLiteChecker.java:15
Method
PieMessageApplication
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieMessageApplication.java:20
Method
PieOSXClient
()
PieOSXClient/src/PieOSXClient.java:17
Method
PieSQLiteOpenHelper
(Context context)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:91
Method
PropertyListFormatException
Creates a new exception with the given message. @param message A message containing information about the nature of the exception.
PieOSXClient/src/plist/PropertyListFormatException.java:37
Method
PropertyListFormatException
Creates a new exception with the given message. @param message A message containing information about the nature of the exception.
JavaWebServer/src/plist/PropertyListFormatException.java:37
Method
PropertyListParser
Prevent instantiation.
PieOSXClient/src/plist/PropertyListParser.java:52
Method
PropertyListParser
Prevent instantiation.
JavaWebServer/src/plist/PropertyListParser.java:59
Method
ReceiveMessagesService
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:37
Method
ResetStatus
()
PieOSXClient/src/OSXIncomingMessageThread.java:120
Method
SendMessageTask
(MessageActivity activity, String targetPhoneNumber, String message)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/SendMessageTask.java:27
Method
Server
()
JavaWebServer/src/Server.java:34
Method
UID
(String name, byte[] bytes)
PieOSXClient/src/plist/UID.java:37
Method
UID
(String name, byte[] bytes)
JavaWebServer/src/plist/UID.java:37
Method
XMLPropertyListParser
Instantiation is prohibited by outside classes.
PieOSXClient/src/plist/XMLPropertyListParser.java:51
Method
XMLPropertyListParser
Instantiation is prohibited by outside classes.
JavaWebServer/src/plist/XMLPropertyListParser.java:51
Method
addOSXIncomingThread
(ClientThread clientThread)
JavaWebServer/src/Server.java:112
Method
addOSXOutgoingThread
(ClientThread clientThread)
JavaWebServer/src/Server.java:108
Method
addSocket
(Socket socket)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:227
Method
addition_isCorrect
()
PieMessage-Android/app/src/test/java/com/ericchee/bboyairwreck/socketwebclient/ExampleUnitTest.java:11
Method
anyObject
Returns one of the objects in the set, or <code>null</code> if the set contains no objects. @return The first object in the set, or <code>null</code>
PieOSXClient/src/plist/NSSet.java:128
Method
anyObject
Returns one of the objects in the set, or <code>null</code> if the set contains no objects. @return The first object in the set, or <code>null</code>
JavaWebServer/src/plist/NSSet.java:128
← previous
next →
301–400 of 618, ranked by callers