Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Erlandys/UE4LinuxLauncher
/ functions
Functions
520 in github.com/Erlandys/UE4LinuxLauncher
⨍
Functions
520
◇
Types & classes
63
↓ 4 callers
Method
getPrice
()
src/launcher/MainForm.java:44
↓ 4 callers
Method
getTotalSize
()
src/launcher/objects/EpicItem.java:277
↓ 4 callers
Method
indent
(Writer writer, int indent)
src/org/json/JSONObject.java:2247
↓ 4 callers
Method
isDecimalNotation
Tests if the value should be tried as a decimal. It makes no test if there are actual digits. @param val value to test @return true if the string is
src/org/json/JSONObject.java:1876
↓ 4 callers
Method
loadImage
(int imageId)
src/launcher/objects/EpicImage.java:70
↓ 4 callers
Method
loginError
(String error)
src/launcher/LoginForm.java:100
↓ 4 callers
Method
nextToken
Get the next token or string. This is used in parsing HTTP headers. @throws JSONException @return A String.
src/org/json/HTTPTokener.java:49
↓ 4 callers
Method
noSpace
Throw an exception if the string contains whitespace. Whitespace is not allowed in tagNames and attributes. @param string A string. @throw
src/org/json/XML.java:219
↓ 4 callers
Method
optJSONObject
Get the optional JSONObject associated with an index. Null is returned if the key is not found, or null if the index has no value, or if the value is
src/org/json/JSONArray.java:826
↓ 4 callers
Method
parse
Scan the content following the named tag, attaching it to the context. @param x The XMLTokener containing the source string. @param contex
src/org/json/XML.java:244
↓ 4 callers
Method
queryFrom
Evaluates this JSON Pointer on the given {@code document}. The {@code document} is usually a {@link JSONObject} or a {@link JSONArray} instance, but t
src/org/json/JSONPointer.java:186
↓ 4 callers
Method
retrieveCSRF
()
src/launcher/managers/AuthenticationManager.java:166
↓ 4 callers
Method
reverseHexEncoding
(String chunkHash)
src/launcher/objects/EpicItem.java:631
↓ 4 callers
Method
setUsernamePane
(String username)
src/launcher/MainForm.java:803
↓ 4 callers
Method
stringToNumber
Converts a string to a number using the narrowest possible type. Possible returns for this function are BigDecimal, Double, BigInteger, Long, and Inte
src/org/json/JSONObject.java:1891
↓ 4 callers
Method
stringToValue
(String string)
src/org/json/XML.java:410
↓ 4 callers
Method
unescape
Convert <code>%</code><i>hh</i> sequences to single characters, and convert plus to space. @param string A string that may contain <code>+</code>
src/org/json/Cookie.java:150
↓ 4 callers
Method
wrap
Wrap an object, if necessary. If the object is null, return the NULL object. If it is an array or collection, wrap it in a JSONArray. If it is a map,
src/org/json/JSONObject.java:2144
↓ 4 callers
Method
writeValue
(Writer writer, Object value, int indentFactor, int indent)
src/org/json/JSONObject.java:2199
↓ 3 callers
Method
clear1Progress
()
src/launcher/DownloadForm.java:72
↓ 3 callers
Method
exchangeRequest
()
src/launcher/managers/AuthenticationManager.java:233
↓ 3 callers
Method
finishLogin
()
src/launcher/managers/AuthenticationManager.java:342
↓ 3 callers
Method
getBaseHtml
()
src/launcher/objects/HtmlUtils.java:29
↓ 3 callers
Method
getBoolean
Get the boolean value associated with an index. The string values "true" and "false" are converted to boolean. @param index The index must
src/org/json/JSONArray.java:234
↓ 3 callers
Method
getInstance
()
src/launcher/TwoFactorForm.java:104
↓ 3 callers
Method
getJSONArray
Get the JSONArray value associated with a key. @param key A key string. @return A JSONArray which is the value. @throws JSONException
src/org/json/JSONObject.java:713
↓ 3 callers
Method
getName
()
src/launcher/objects/Request.java:26
↓ 3 callers
Method
getOwnedItems
()
src/launcher/objects/User.java:224
↓ 3 callers
Method
getTime
()
src/launcher/utils/Utils.java:26
↓ 3 callers
Method
hasCookie
(String name)
src/launcher/objects/Session.java:112
↓ 3 callers
Method
increase1Progress
(double progress)
src/launcher/DownloadForm.java:66
↓ 3 callers
Method
increase2Progress
(double progress)
src/launcher/DownloadForm.java:77
↓ 3 callers
Method
increaseLoadingBar
(int percent)
src/launcher/MainForm.java:397
↓ 3 callers
Method
nextValue
Get the next value. The value can be a Boolean, Double, Integer, JSONArray, JSONObject, Long, or String, or the JSONObject.NULL object. @throws JSONEx
src/org/json/JSONTokener.java:421
↓ 3 callers
Method
oAuthExchange
()
src/launcher/managers/AuthenticationManager.java:283
↓ 3 callers
Method
oAuthFinalRequest
()
src/launcher/managers/AuthenticationManager.java:306
↓ 3 callers
Method
oAuthRequest
()
src/launcher/managers/AuthenticationManager.java:255
↓ 3 callers
Method
optString
Get the optional string value associated with an index. It returns an empty string if there is no value at that index. If the value is not a string an
src/org/json/JSONArray.java:928
↓ 3 callers
Method
parseData
(String needle, String data, EpicItem item)
src/launcher/MainForm.java:580
↓ 3 callers
Method
readEngineData
()
src/launcher/managers/EngineManager.java:21
↓ 3 callers
Method
save
()
src/launcher/objects/User.java:162
↓ 3 callers
Method
saveSession
()
src/launcher/managers/SessionManager.java:23
↓ 3 callers
Method
setLoadingText
(String text)
src/launcher/MainForm.java:388
↓ 3 callers
Method
setMainInfoText
(String text)
src/launcher/DownloadForm.java:83
↓ 3 callers
Method
toString
Convert a JSONObject into a well-formed, element-normal XML string. @param object A JSONObject. @return A string. @throws JSONException Th
src/org/json/XML.java:559
↓ 3 callers
Method
updateLoadingBar
()
src/launcher/managers/MarketplaceManager.java:223
↓ 2 callers
Method
addOwnedItem
(EpicItem item)
src/launcher/objects/User.java:220
↓ 2 callers
Method
assignCookie
(String header, String value)
src/launcher/objects/Request.java:293
↓ 2 callers
Method
clearProgress
()
src/launcher/LoginForm.java:89
↓ 2 callers
Method
createCategory
(String name, String path)
src/launcher/managers/MarketplaceManager.java:266
↓ 2 callers
Method
dehexchar
Get the hex value of a character (base16). @param c A character between '0' and '9' or between 'A' and 'F' or between 'a' and 'f'. @return An int bet
src/org/json/JSONTokener.java:133
↓ 2 callers
Method
deleteDirectory
(File directory)
src/launcher/objects/EpicItem.java:584
↓ 2 callers
Method
doLogin
()
src/launcher/managers/AuthenticationManager.java:83
↓ 2 callers
Method
doLogout
()
src/launcher/MainForm.java:361
↓ 2 callers
Method
end
Checks if the end of the input has been reached. @return true if at the end of the file and we didn't step back
src/org/json/JSONTokener.java:151
↓ 2 callers
Method
end
End something. @param m Mode @param c Closing character @return this @throws JSONException If unbalanced.
src/org/json/JSONWriter.java:163
↓ 2 callers
Method
fillUrl
()
src/launcher/objects/Request.java:241
↓ 2 callers
Method
findFile
(String path, String fileName)
src/launcher/managers/EngineManager.java:123
↓ 2 callers
Method
findText
(String text, int maxSize, Font font)
src/launcher/objects/HtmlUtils.java:49
↓ 2 callers
Method
focusGained
(FocusEvent focusEvent)
src/launcher/LoginForm.java:42
↓ 2 callers
Method
generateDeviceId
()
src/launcher/managers/AuthenticationManager.java:474
↓ 2 callers
Method
getAppId
()
src/launcher/objects/EpicItemReleaseInfo.java:79
↓ 2 callers
Method
getAssetDiv
()
src/launcher/objects/HtmlUtils.java:37
↓ 2 callers
Method
getBoolean
Get the boolean value associated with a key. @param key A key string. @return The truth. @throws JSONException if the value is
src/org/json/JSONObject.java:560
↓ 2 callers
Method
getCategories
()
src/launcher/objects/EpicItem.java:201
↓ 2 callers
Method
getEmail
()
src/launcher/objects/User.java:51
↓ 2 callers
Method
getHighestVersion
()
src/launcher/objects/EpicItemReleaseInfo.java:99
↓ 2 callers
Method
getId
()
src/launcher/objects/EpicItem.java:177
↓ 2 callers
Method
getInputs
()
src/launcher/objects/Request.java:327
↓ 2 callers
Method
getItem
()
src/launcher/objects/EpicOwnedAsset.java:24
↓ 2 callers
Method
getItems
()
src/launcher/objects/EpicCategory.java:36
↓ 2 callers
Method
getLastDownloadTime
(String projectName)
src/launcher/objects/EpicItem.java:241
↓ 2 callers
Method
getLatestVersion
()
src/launcher/objects/EpicItem.java:367
↓ 2 callers
Method
getLowestVersion
()
src/launcher/objects/EpicItemReleaseInfo.java:91
↓ 2 callers
Method
getMarketHead
()
src/launcher/objects/HtmlUtils.java:33
↓ 2 callers
Method
getOAuthAccessToken
()
src/launcher/objects/User.java:96
↓ 2 callers
Method
getPath
()
src/launcher/objects/EpicItemMeta.java:35
↓ 2 callers
Method
getPlatforms
()
src/launcher/objects/EpicItemReleaseInfo.java:107
↓ 2 callers
Method
getPrice
()
src/launcher/objects/EpicItem.java:217
↓ 2 callers
Method
getResponseCode
()
src/launcher/objects/Request.java:357
↓ 2 callers
Method
getSendableCookies
()
src/launcher/objects/Request.java:317
↓ 2 callers
Method
getThumbnail
()
src/launcher/objects/EpicItem.java:213
↓ 2 callers
Method
getUserBrowser
()
src/launcher/objects/Session.java:68
↓ 2 callers
Method
getWidth
()
src/launcher/objects/EpicImage.java:27
↓ 2 callers
Method
initialize
()
src/launcher/managers/AuthenticationManager.java:42
↓ 2 callers
Method
isCompatible
(double version)
src/launcher/objects/EpicItem.java:258
↓ 2 callers
Method
isOwned
()
src/launcher/objects/EpicItem.java:262
↓ 2 callers
Method
iterator
()
src/org/json/XML.java:80
↓ 2 callers
Method
jsonContentType
()
src/launcher/objects/Request.java:259
↓ 2 callers
Method
load
()
src/launcher/objects/User.java:190
↓ 2 callers
Method
names
Produce a JSONArray containing the names of the elements of this JSONObject. @return A JSONArray containing the key strings, or null if the JSONObjec
src/org/json/JSONObject.java:927
↓ 2 callers
Method
nextCDATA
Get the text in the CDATA block. @return The string up to the <code>]]></code>. @throws JSONException If the <code>]]></code> is not found.
src/org/json/XMLTokener.java:73
↓ 2 callers
Method
nextContent
Get the next XML outer token, trimming whitespace. There are two kinds of tokens: the '<' character which begins a markup tag, and the content text be
src/org/json/XMLTokener.java:100
↓ 2 callers
Method
nextEntity
Return the next entity. These entities are translated to Characters: <code>& ' > < "</code>. @param ampersand An ampersand
src/org/json/XMLTokener.java:138
↓ 2 callers
Method
nextMeta
Returns the next XML meta token. This is used for skipping over <!...> and <?...?> structures. @return Syntax characters (<code>< > / = ! ?</code>) ar
src/org/json/XMLTokener.java:194
↓ 2 callers
Method
numberToString
Produce a string from a Number. @param number A Number @return A String. @throws JSONException If n is a non-finite number.
src/org/json/JSONObject.java:943
↓ 2 callers
Method
push
Push an array or object scope. @param jo The scope to open. @throws JSONException If nesting is too deep.
src/org/json/JSONWriter.java:291
↓ 2 callers
Method
readOutput
(boolean output)
src/launcher/objects/Request.java:177
↓ 2 callers
Method
remove
()
src/org/json/XML.java:98
↓ 2 callers
Method
remove
Remove a name and its value, if present. @param key The name to be removed. @return The value that was associated with the name, or null i
src/org/json/JSONObject.java:1822
← previous
next →
101–200 of 520, ranked by callers