MCPcopy Create free account

hub / github.com/bboyairwreck/PieMessage / functions

Functions618 in github.com/bboyairwreck/PieMessage

↓ 4 callersMethodwriteLong
(long value)
JavaWebServer/src/plist/BinaryPropertyListWriter.java:298
↓ 3 callersMethodacceptSequence
Checks whether the given sequence of symbols can be accepted. @param sequence The sequence of tokens to look for. @return Whether the given tokens oc
PieOSXClient/src/plist/ASCIIPropertyListParser.java:165
↓ 3 callersMethodacceptSequence
Checks whether the given sequence of symbols can be accepted. @param sequence The sequence of tokens to look for. @return Whether the given tokens oc
JavaWebServer/src/plist/ASCIIPropertyListParser.java:169
↓ 3 callersMethodaddObject
Adds an object to the set. @param obj The object to add.
PieOSXClient/src/plist/NSSet.java:100
↓ 3 callersMethodaddObject
Adds an object to the set. @param obj The object to add.
JavaWebServer/src/plist/NSSet.java:100
↓ 3 callersMethodallObjects
Returns all objects contained in the set. @return An array of all objects in the set.
PieOSXClient/src/plist/NSSet.java:118
↓ 3 callersMethodallObjects
Returns all objects contained in the set. @return An array of all objects in the set.
JavaWebServer/src/plist/NSSet.java:118
↓ 3 callersMethoddecode4to3
Decodes four bytes from array <var>source</var> and writes the resulting bytes (up to three of them) to <var>destination</var>. The source and destina
PieOSXClient/src/plist/Base64.java:1080
↓ 3 callersMethoddecode4to3
Decodes four bytes from array <var>source</var> and writes the resulting bytes (up to three of them) to <var>destination</var>. The source and destina
JavaWebServer/src/plist/Base64.java:1080
↓ 3 callersMethodfilterElementNodes
Returns all element nodes that are contained in a list of nodes. @param list The list of nodes to search. @return The sub-list containing only nodes
PieOSXClient/src/plist/XMLPropertyListParser.java:244
↓ 3 callersMethodfilterElementNodes
Returns all element nodes that are contained in a list of nodes. @param list The list of nodes to search. @return The sub-list containing only nodes
JavaWebServer/src/plist/XMLPropertyListParser.java:244
↓ 3 callersMethodgetAllChats
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:297
↓ 3 callersMethodgetChatsMap
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieMessageApplication.java:60
↓ 3 callersMethodgetDate
Gets the date. @return The date.
PieOSXClient/src/plist/NSDate.java:142
↓ 3 callersMethodgetDate
Gets the date. @return The date.
JavaWebServer/src/plist/NSDate.java:142
↓ 3 callersMethodgetHandlesString
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Chat.java:34
↓ 3 callersMethodgetNowEpochSeconds
()
PieOSXClient/src/Constants.java:14
↓ 3 callersMethodintValue
The number's int value. <i>Note: Even though the number's type might be INTEGER it can be larger than a Java int. Use intValue() only if you are certa
PieOSXClient/src/plist/NSNumber.java:248
↓ 3 callersMethodintValue
The number's int value. <i>Note: Even though the number's type might be INTEGER it can be larger than a Java int. Use intValue() only if you are certa
JavaWebServer/src/plist/NSNumber.java:248
↓ 3 callersMethodisEmpty
()
PieOSXClient/src/plist/NSDictionary.java:88
↓ 3 callersMethodobjectForKey
Gets the NSObject stored for the given key. @param key The key. @return The object.
PieOSXClient/src/plist/NSDictionary.java:70
↓ 3 callersMethodobjectForKey
Gets the NSObject stored for the given key. @param key The key. @return The object.
JavaWebServer/src/plist/NSDictionary.java:76
↓ 3 callersMethodparseDouble
Parses a double from a (big-endian) byte array. @param bytes The bytes representing the double. @return The double represented by the given bytes.
PieOSXClient/src/plist/BinaryPropertyListParser.java:473
↓ 3 callersMethodparseDouble
Parses a double from a (big-endian) byte array. @param bytes The bytes representing the double. @return The double represented by the given bytes.
JavaWebServer/src/plist/BinaryPropertyListParser.java:473
↓ 3 callersMethodparseObject
Parses the NSObject found at the current position in the property list data stream. @return The parsed NSObject. @see ASCIIPropertyListParser#index
PieOSXClient/src/plist/ASCIIPropertyListParser.java:348
↓ 3 callersMethodparseObject
Parses the NSObject found at the current position in the property list data stream. @return The parsed NSObject. @see ASCIIPropertyListParser#index
JavaWebServer/src/plist/ASCIIPropertyListParser.java:352
↓ 3 callersMethodparseString
Parses a plain string from the current parsing position. The string is made up of all characters to the next whitespace, delimiter token or assignment
PieOSXClient/src/plist/ASCIIPropertyListParser.java:530
↓ 3 callersMethodparseString
Parses a plain string from the current parsing position. The string is made up of all characters to the next whitespace, delimiter token or assignment
JavaWebServer/src/plist/ASCIIPropertyListParser.java:534
↓ 3 callersMethodreadAll
Reads all bytes from an InputStream and stores them in an array, up to a maximum count. @param in The InputStream pointing to the data that should b
PieOSXClient/src/plist/PropertyListParser.java:134
↓ 3 callersMethodreadAll
Reads all bytes from an InputStream and stores them in an array, up to a maximum count. @param in The InputStream pointing to the data that should b
JavaWebServer/src/plist/PropertyListParser.java:141
↓ 3 callersMethodreloadChatListAndAdapter
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsActivity.java:68
↓ 3 callersMethodsetDate
(long date)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Message.java:31
↓ 3 callersMethodsleep
(long sleepDuration)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/SendMessageTask.java:118
↓ 3 callersMethodstartReceieveMessagesService
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieMessageApplication.java:51
↓ 3 callersMethodtoString
()
PieOSXClient/src/plist/NSNumber.java:294
↓ 3 callersMethodtoString
()
JavaWebServer/src/plist/NSNumber.java:294
↓ 2 callersMethodbindToReceiveService
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:390
↓ 2 callersMethodbindToReceiveService
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsActivity.java:122
↓ 2 callersMethodbytes
The bytes contained in this NSData object. @return The data as bytes
PieOSXClient/src/plist/NSData.java:82
↓ 2 callersMethodbytes
The bytes contained in this NSData object. @return The data as bytes
JavaWebServer/src/plist/NSData.java:82
↓ 2 callersMethodchatExists
(long cROWID)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:173
↓ 2 callersMethodcontainsObject
Finds out whether a given object is contained in the set. @param obj The object to look for. @return <code>true</code>, when the object was found, <c
PieOSXClient/src/plist/NSSet.java:141
↓ 2 callersMethodcontainsObject
Finds out whether a given object is contained in the set. @param obj The object to look for. @return <code>true</code>, when the object was found, <c
JavaWebServer/src/plist/NSSet.java:141
↓ 2 callersMethoddecode
Low-level access to decoding ASCII characters in the form of a byte array. <strong>Ignores GUNZIP option, if it's set.</strong> This is not generally
PieOSXClient/src/plist/Base64.java:1166
↓ 2 callersMethoddecode
Low-level access to decoding ASCII characters in the form of a byte array. <strong>Ignores GUNZIP option, if it's set.</strong> This is not generally
JavaWebServer/src/plist/Base64.java:1166
↓ 2 callersMethoddetermineType
Determines the type of a property list by means of the first bytes of its data @param dataBeginning The very first bytes of data of the property list
PieOSXClient/src/plist/PropertyListParser.java:61
↓ 2 callersMethoddetermineType
Determines the type of a property list by means of the first bytes of its data @param dataBeginning The very first bytes of data of the property list
JavaWebServer/src/plist/PropertyListParser.java:68
↓ 2 callersMethodflushBase64
Method added by PHIL. [Thanks, PHIL. -Rob] This pads the buffer without closing the stream. @throws java.io.IOException if there's an error.
PieOSXClient/src/plist/Base64.java:2064
↓ 2 callersMethodflushBase64
Method added by PHIL. [Thanks, PHIL. -Rob] This pads the buffer without closing the stream. @throws java.io.IOException if there's an error.
JavaWebServer/src/plist/Base64.java:2064
↓ 2 callersMethodget2001Milliseconds
()
PieOSXClient/src/Constants.java:18
↓ 2 callersMethodgetDocBuilder
Gets a DocumentBuilder to parse a XML property list. As DocumentBuilders are not thread-safe a new DocBuilder is generated for each request. @return
PieOSXClient/src/plist/XMLPropertyListParser.java:75
↓ 2 callersMethodgetDocBuilder
Gets a DocumentBuilder to parse a XML property list. As DocumentBuilders are not thread-safe a new DocBuilder is generated for each request. @return
JavaWebServer/src/plist/XMLPropertyListParser.java:75
↓ 2 callersMethodgetHashMap
Gets the hashmap which stores the keys and values of this dictionary. Changes to the hashmap's contents are directly reflected in this dictionary. @r
PieOSXClient/src/plist/NSDictionary.java:60
↓ 2 callersMethodgetHashMap
Gets the hashmap which stores the keys and values of this dictionary. Changes to the hashmap's contents are directly reflected in this dictionary. @r
JavaWebServer/src/plist/NSDictionary.java:66
↓ 2 callersMethodgetName
()
PieOSXClient/src/plist/UID.java:46
↓ 2 callersMethodgetName
()
JavaWebServer/src/plist/UID.java:46
↓ 2 callersMethodgetServiceInstance
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:150
↓ 2 callersMethodisEmpty
()
JavaWebServer/src/plist/NSDictionary.java:94
↓ 2 callersMethodkillMobileThread
()
JavaWebServer/src/ClientThread.java:231
↓ 2 callersMethodkillOSXThread
()
JavaWebServer/src/ClientThread.java:235
↓ 2 callersMethodmakeDateString
Generates a String representation of a Java Date object. The string is formatted according to the specification for XML property list dates. @param d
PieOSXClient/src/plist/NSDate.java:78
↓ 2 callersMethodmakeDateString
Generates a String representation of a Java Date object. The string is formatted according to the specification for XML property list dates. @param d
JavaWebServer/src/plist/NSDate.java:78
↓ 2 callersMethodparse
Parses an ASCII property list file. @param f The ASCII property list file. @return The root object of the property list. This is usually a NSDictiona
PieOSXClient/src/plist/ASCIIPropertyListParser.java:64
↓ 2 callersMethodparse
Parses a XML property list file. @param f The XML property list file. @return The root object of the property list. This is usually a NSDictionary bu
PieOSXClient/src/plist/XMLPropertyListParser.java:106
↓ 2 callersMethodparse
Parses a binary property list from a byte array. @param data The binary property list's data. @return The root object of the property list. This is u
PieOSXClient/src/plist/BinaryPropertyListParser.java:85
↓ 2 callersMethodparse
Parses an ASCII property list file. @param f The ASCII property list file. @return The root object of the property list. This is usually a NSDictiona
JavaWebServer/src/plist/ASCIIPropertyListParser.java:68
↓ 2 callersMethodparse
Parses a XML property list file. @param f The XML property list file. @return The root object of the property list. This is usually a NSDictionary bu
JavaWebServer/src/plist/XMLPropertyListParser.java:106
↓ 2 callersMethodparse
Parses a binary property list from a byte array. @param data The binary property list's data. @return The root object of the property list. This is u
JavaWebServer/src/plist/BinaryPropertyListParser.java:85
↓ 2 callersMethodparseQuotedString
Parses a quoted string from the current parsing position. The prerequisite for calling this method is, that a quoted string begin token has been read.
PieOSXClient/src/plist/ASCIIPropertyListParser.java:542
↓ 2 callersMethodparseQuotedString
Parses a quoted string from the current parsing position. The prerequisite for calling this method is, that a quoted string begin token has been read.
JavaWebServer/src/plist/ASCIIPropertyListParser.java:546
↓ 2 callersMethodqueryLastMessage
(Connection connection, String message, long postTime)
PieOSXClient/src/OutgoingSQLiteChecker.java:103
↓ 2 callersMethodregisterActivity
(Activity activity)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:155
↓ 2 callersMethodremoveMobileThread
(ClientThread clientThread)
JavaWebServer/src/Server.java:152
↓ 2 callersMethodsaveAsASCII
Saves a property list with the given object as root into a ASCII file. @param root The root object. @param out The output file. @throws IOException
PieOSXClient/src/plist/PropertyListParser.java:327
↓ 2 callersMethodsaveAsASCII
Saves a property list with the given object as root into a ASCII file. @param root The root object. @param out The output file. @throws IOException
JavaWebServer/src/plist/PropertyListParser.java:334
↓ 2 callersMethodsaveAsGnuStepASCII
Saves a property list with the given object as root into a ASCII file. @param root The root object. @param out The output file. @throws IOException
PieOSXClient/src/plist/PropertyListParser.java:383
↓ 2 callersMethodsaveAsGnuStepASCII
Saves a property list with the given object as root into a ASCII file. @param root The root object. @param out The output file. @throws IOException
JavaWebServer/src/plist/PropertyListParser.java:390
↓ 2 callersMethodsetJSONUnsuccessful
(JSONObject responseJSON, String message)
PieOSXClient/src/OutgoingSQLiteChecker.java:111
↓ 2 callersMethodsetLastTextDataOfChat
(Chat chat)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:422
↓ 2 callersMethodsetOsxOutgoingInput
(BufferedReader osxOutgoingInput)
JavaWebServer/src/Server.java:77
↓ 2 callersMethodsetOsxOutgoingOutput
(PrintWriter osxOutgoingOutput)
JavaWebServer/src/Server.java:72
↓ 2 callersMethodshowBackButton
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:379
↓ 2 callersMethodstartChatActivity
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MainActivity.java:85
↓ 2 callersMethodtoASCII
Generates the ASCII representation of this object. The generated ASCII representation does not end with a newline. Complies with https://developer.app
PieOSXClient/src/plist/NSObject.java:111
↓ 2 callersMethodtoASCII
Generates the ASCII representation of this object. The generated ASCII representation does not end with a newline. Complies with https://developer.app
JavaWebServer/src/plist/NSObject.java:111
↓ 2 callersMethodtoASCIIGnuStep
Generates the ASCII representation of this object in the GnuStep format. The generated ASCII representation does not end with a newline. @param ascii
PieOSXClient/src/plist/NSObject.java:120
↓ 2 callersMethodtoASCIIGnuStep
Generates the ASCII representation of this object in the GnuStep format. The generated ASCII representation does not end with a newline. @param ascii
JavaWebServer/src/plist/NSObject.java:120
↓ 2 callersMethodtoASCIIPropertyList
Generates a valid ASCII property list which has this NSArray as its root object. The generated property list complies with the format as described in
PieOSXClient/src/plist/NSArray.java:260
↓ 2 callersMethodtoASCIIPropertyList
Generates a valid ASCII property list which has this NSArray as its root object. The generated property list complies with the format as described in
JavaWebServer/src/plist/NSArray.java:260
↓ 2 callersMethodtoGnuStepASCIIPropertyList
Generates a valid ASCII property list in GnuStep format which has this NSArray as its root object. The generated property list complies with the forma
PieOSXClient/src/plist/NSArray.java:276
↓ 2 callersMethodtoGnuStepASCIIPropertyList
Generates a valid ASCII property list in GnuStep format which has this NSArray as its root object. The generated property list complies with the forma
JavaWebServer/src/plist/NSArray.java:276
↓ 2 callersMethodtoXML
Generates the XML representation of the object (without XML headers or enclosing plist-tags). @param xml The StringBuilder onto which the XML repre
PieOSXClient/src/plist/NSObject.java:65
↓ 2 callersMethodtoXML
Generates the XML representation of the object (without XML headers or enclosing plist-tags). @param xml The StringBuilder onto which the XML repre
JavaWebServer/src/plist/NSObject.java:65
↓ 2 callersMethodtype
Gets the type of this number's value. @return The type flag. @see #BOOLEAN @see #INTEGER @see #REAL
PieOSXClient/src/plist/NSNumber.java:188
↓ 2 callersMethodtype
Gets the type of this number's value. @return The type flag. @see #BOOLEAN @see #INTEGER @see #REAL
JavaWebServer/src/plist/NSNumber.java:188
↓ 2 callersMethodunbindService
(ServiceConnection conn)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:59
↓ 2 callersMethodunbindToReceiveService
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:395
↓ 2 callersMethodunbindToReceiveService
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsActivity.java:127
↓ 2 callersMethodunregisterActivity
()
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:160
↓ 2 callersMethodupdateSocketAddressSummary
(Preference pref)
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PiePreferenceActivity.java:48
← previousnext →101–200 of 618, ranked by callers