Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TachiWeb/TachiWeb-Server
/ functions
Functions
4,836 in github.com/TachiWeb/TachiWeb-Server
⨍
Functions
4,836
◇
Types & classes
821
↓ 2 callers
Method
numberToString
Encodes the number as a JSON string. @param number a finite value. May not be {@link Double#isNaN() NaNs} or {@link Double#isInfinite()
AndroidCompat/src/main/java/org/json/JSONObject.java:203
↓ 2 callers
Method
onAllReferencesReleased
Called when the last reference to the object was released by a call to {@link #releaseReference()} or {@link #close()}.
AndroidCompat/src/main/java/android/database/sqlite/SQLiteClosable.java:33
↓ 2 callers
Method
onChange
Subclasses must call this method when they finish committing updates to notify all observers. @param selfChange
AndroidCompat/src/main/java/android/database/AbstractCursor.java:316
↓ 2 callers
Function
onCompleteWrapper
()
tachiwebui/src/main/resources/tachiweb-ui/js/api.js:39
↓ 2 callers
Method
onConfigurationChanged
Called by the system when the device configuration changes while your component is running. Note that, unlike activities, other components are never
AndroidCompat/src/main/java/android/content/ComponentCallbacks.java:44
↓ 2 callers
Method
onCreate
Called by the system when the service is first created. Do not call this method directly.
AndroidCompat/src/main/java/android/app/Service.java:341
↓ 2 callers
Method
onDeactivateOrClose
@hide
AndroidCompat/src/main/java/android/database/AbstractCursor.java:119
↓ 2 callers
Method
openInner
()
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:725
↓ 2 callers
Method
parseContentDisposition
(String contentDisposition)
AndroidCompat/src/main/java/android/webkit/URLUtil.java:353
↓ 2 callers
Method
parseHexDigit
(int nibble)
AndroidCompat/src/main/java/android/content/pm/Signature.java:41
↓ 2 callers
Function
properlyScaleImage
(image)
tachiwebui/src/main/resources/tachiweb-ui/js/reader.js:448
↓ 2 callers
Method
put
Adds a value to the set. @param key the name of the value to put @param value the data for the value to put
AndroidCompat/src/main/java/android/content/ContentValues.java:83
↓ 2 callers
Method
putAll
Adds all values from the passed in ContentValues. @param other the ContentValues from which to copy
AndroidCompat/src/main/java/android/content/ContentValues.java:91
↓ 2 callers
Method
putImageToCache
* Add image to cache. * * @param imageUrl url of image. * @param response http response from page. * @throws IOException image er
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/cache/ChapterCache.kt:178
↓ 2 callers
Method
query
(Part query)
AndroidCompat/src/main/java/android/net/Uri.java:1188
↓ 2 callers
Function
queryParam
TachiServer/src/main/java/xyz/nulldev/ts/api/v2/http/jvcompat/JavalinCompat.kt:48
↓ 2 callers
Method
queryWithFactory
Query the given URL, returning a {@link Cursor} over the result set. @param cursorFactory the cursor factory to use, or null for the default factory
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:1007
↓ 2 callers
Method
rawQuery
Runs the provided SQL and returns a {@link Cursor} over the result set. @param sql the SQL query. The SQL string must not be ; terminated @param sele
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:1150
↓ 2 callers
Method
read
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/network/ProgressResponseBody.kt:30
↓ 2 callers
Method
readThisArrayMapXml
Like {@link #readThisMapXml}, but returns an ArrayMap instead of HashMap. @hide
AndroidCompat/src/main/java/com/android/internal/util/XmlUtils.java:758
↓ 2 callers
Method
readingStatusAsWeb
TachiServer/src/main/java/xyz/nulldev/ts/api/v3/operations/chapters/ChapterOperations.kt:96
↓ 2 callers
Method
recycle
* Recycles this loader. Implementations must override this method to clean up any active * resources. */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/ui/reader/loader/PageLoader.kt:23
↓ 2 callers
Function
refreshSources
()
tachiwebui/src/main/resources/tachiweb-ui/js/catalogue.js:276
↓ 2 callers
Method
registerModules
TachiServer/Config/src/main/java/xyz/nulldev/ts/config/ConfigManager.kt:67
↓ 2 callers
Method
registerObserver
Adds an observer to the list. The observer cannot be null and it must not already be registered. @param observer the observer to register @throws Ille
AndroidCompat/src/main/java/android/database/Observable.java:43
↓ 2 callers
Method
releaseIfNeeded
* Releases the wake lock if it's held. */
Tachiyomi-App/src/compat/java/eu/kanade/tachiyomi/data/download/DownloadService.kt:169
↓ 2 callers
Method
reloadAvailable
TachiServer/src/main/java/xyz/nulldev/ts/api/v2/http/extensions/ExtensionsController.kt:167
↓ 2 callers
Method
reloadLocal
TachiServer/src/main/java/xyz/nulldev/ts/api/v2/http/extensions/ExtensionsController.kt:161
↓ 2 callers
Method
removeAllHelper
(Map<K, V> map, Collection<?> collection)
AndroidCompat/src/main/java/android/util/MapCollections.java:398
↓ 2 callers
Method
res
Add a resource. @param res The resource to add. @return The ID of the added resource.
AndroidCompat/src/main/java/xyz/nulldev/androidcompat/res/RCompat.java:49
↓ 2 callers
Function
resetFilters
()
tachiwebui/src/main/resources/tachiweb-ui/js/manga_info.js:70
↓ 2 callers
Function
resetFilters
()
tachiwebui/src/main/resources/tachiweb-ui/js/library.js:25
↓ 2 callers
Method
restoreCategoriesForManga
* Restores the categories a manga is in. * * @param manga the manga whose categories have to be restored. * @param categories the categ
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/backup/BackupManager.kt:334
↓ 2 callers
Method
restoreHistoryForManga
* Restore history from Json * * @param history list containing history to be restored */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/backup/BackupManager.kt:360
↓ 2 callers
Method
restoreTrackForManga
* Restores the sync of a manga. * * @param manga the manga whose sync have to be restored. * @param tracks the track list to restore.
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/backup/BackupManager.kt:390
↓ 2 callers
Method
retainAllHelper
(Map<K, V> map, Collection<?> collection)
AndroidCompat/src/main/java/android/util/MapCollections.java:406
↓ 2 callers
Method
saveToJSONObject
Serialize the JSON prefs to a JSONObject @return The serialized prefs.
AndroidCompat/src/main/java/xyz/nulldev/androidcompat/io/sharedprefs/JsonSharedPreferences.java:131
↓ 2 callers
Method
serialize
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/sync/protocol/snapshot/TrackSnapshot.kt:13
↓ 2 callers
Function
serverAddCategory
(name)
tachiwebui/src/main/resources/tachiweb-ui/js/library.js:252
↓ 2 callers
Function
serverDeleteCategory
(id)
tachiwebui/src/main/resources/tachiweb-ui/js/library.js:287
↓ 2 callers
Function
serverRenameCategory
(id, newName)
tachiwebui/src/main/resources/tachiweb-ui/js/library.js:270
↓ 2 callers
Function
serverUpdateError
(updateType, retryHandler)
tachiwebui/src/main/resources/tachiweb-ui/js/manga_info.js:936
↓ 2 callers
Method
setAuth
* Called when the user authenticates with Anilist for the first time. Sets the refresh token * and the oauth object. */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/track/anilist/AnilistInterceptor.kt:52
↓ 2 callers
Method
setData
Set the data this intent is operating on. This method automatically clears any type that was previously set by {@link #setType} or {@link #setTypeAnd
AndroidCompat/src/main/java/android/content/Intent.java:5959
↓ 2 callers
Function
setDialogTitle
(title)
tachiwebui/src/main/resources/tachiweb-ui/js/options.js:502
↓ 2 callers
Method
setFeature
(String name, boolean state)
AndroidCompat/src/main/java/com/android/internal/util/FastXmlSerializer.java:277
↓ 2 callers
Function
setFlag
TachiServer/src/main/java/xyz/nulldev/ts/api/v3/models/manga/WMangaFlag.kt:17
↓ 2 callers
Method
setForeignKeyConstraintsEnabled
Sets whether foreign key constraints are enabled for the database. <p> By default, foreign key constraints are not enforced by the database. This meth
AndroidCompat/src/main/java/android/arch/persistence/db/SupportSQLiteDatabase.java:481
↓ 2 callers
Function
setImageSource
(image, src)
tachiwebui/src/main/resources/tachiweb-ui/js/reader.js:443
↓ 2 callers
Method
setOutput
(OutputStream os, String encoding)
AndroidCompat/src/main/java/com/android/internal/util/FastXmlSerializer.java:285
↓ 2 callers
Method
setSelector
Set a selector for this Intent. This is a modification to the kinds of things the Intent will match. If the selector is set, it will be used when tr
AndroidCompat/src/main/java/android/content/Intent.java:6174
↓ 2 callers
Method
setTrackCredentials
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt:111
↓ 2 callers
Method
setVersion
Sets the database version. @param version the new database version
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:768
↓ 2 callers
Method
sharedPrefsFileFromString
(String s)
AndroidCompat/src/main/java/xyz/nulldev/androidcompat/androidimpl/CustomContext.java:168
↓ 2 callers
Function
shouldLoad
(page)
tachiwebui/src/main/resources/tachiweb-ui/js/reader.js:514
↓ 2 callers
Function
showDialog
()
tachiwebui/src/main/resources/tachiweb-ui/js/options.js:456
↓ 2 callers
Function
showSpinner
()
tachiwebui/src/main/resources/tachiweb-ui/js/catalogue.js:268
↓ 2 callers
Function
showSpinner
()
tachiwebui/src/main/resources/tachiweb-ui/js/library.js:180
↓ 2 callers
Method
simpleQueryForLong
Execute a statement that returns a 1 by 1 table with a numeric value. For example, SELECT COUNT( ) FROM table; @return The result of the query. @thro
AndroidCompat/src/main/java/android/arch/persistence/db/SupportSQLiteStatement.java:59
↓ 2 callers
Method
simpleQueryForString
Execute a statement that returns a 1 by 1 table with a text value. For example, SELECT COUNT( ) FROM table; @return The result of the query. @throws
AndroidCompat/src/main/java/android/arch/persistence/db/SupportSQLiteStatement.java:68
↓ 2 callers
Method
skipToEndOfLine
Advances the position until after the next newline character. If the line is terminated by "\r\n", the '\n' must be consumed as whitespace by the call
AndroidCompat/src/main/java/org/json/JSONTokener.java:195
↓ 2 callers
Method
sleep
Waits a given number of milliseconds (of uptimeMillis) before returning. Similar to {@link java.lang.Thread#sleep(long)}, but does not throw {@link In
AndroidCompat/src/main/java/android/os/SystemClock.java:115
↓ 2 callers
Function
snackbarError
(text)
tachiwebui/src/main/resources/tachiweb-ui/js/library.js:507
↓ 2 callers
Function
sortChapters
(chapters)
tachiwebui/src/main/resources/tachiweb-ui/js/manga_info.js:544
↓ 2 callers
Method
start
* Starts the downloader. It doesn't do anything if it's already running or there isn't anything * to download. * * @return true if the
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/download/Downloader.kt:94
↓ 2 callers
Method
startDocument
(String encoding, Boolean standalone)
AndroidCompat/src/main/java/com/android/internal/util/FastXmlSerializer.java:321
↓ 2 callers
Method
startService
Request that a given application service be started. The Intent should either contain the complete class name of a specific service implementation to
AndroidCompat/src/main/java/android/content/Context.java:2332
↓ 2 callers
Method
stopService
Request that a given application service be stopped. If the service is not running, nothing happens. Otherwise it is stopped. Note that calls to st
AndroidCompat/src/main/java/android/content/Context.java:2360
↓ 2 callers
Method
subSequence
(int start, int end)
AndroidCompat/src/main/java/android/text/TextUtils.java:420
↓ 2 callers
Method
syncId
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt:164
↓ 2 callers
Method
test
TachiServer/src/main/java/xyz/nulldev/ts/api/java/util/test/SourceTester.kt:9
↓ 2 callers
Method
timestamp
()
TachiServer/src/main/java/de/huxhorn/sulky/ulid/ULID.java:339
↓ 2 callers
Method
toMangaCategories
* Bind a list of manga references to a category */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/sync/protocol/ReportApplier.kt:214
↓ 2 callers
Method
toModel
* Returns a manga model from a manga entry. */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/download/DownloadPendingDeleter.kt:163
↓ 2 callers
Method
toString
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/source/SourceManager.kt:81
↓ 2 callers
Method
toString
()
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:2023
↓ 2 callers
Method
toString
()
AndroidCompat/src/main/java/android/content/pm/ApplicationInfo.java:774
↓ 2 callers
Method
toString
{@inheritDoc} <p>This implementation composes a string by iterating over its mappings. If this map contains itself as a key or a value, the string "(
AndroidCompat/src/main/java/android/util/ArrayMap.java:700
↓ 2 callers
Method
toString
()
AndroidCompat/src/main/java/android/text/Html.java:104
↓ 2 callers
Method
toTrack
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/track/anilist/AnilistModels.kt:22
↓ 2 callers
Method
toUri
Convert this Intent into a String holding a URI representation of it. The returned URI string has been properly URI encoded, so it can be used with {@
AndroidCompat/src/main/java/android/content/Intent.java:7362
↓ 2 callers
Method
toUriFragment
(StringBuilder uri, String scheme, String defAction, String defPackage, int flags)
AndroidCompat/src/main/java/android/content/Intent.java:7432
↓ 2 callers
Method
toUriInner
(StringBuilder uri, String scheme, String defAction, String defPackage, int flags)
AndroidCompat/src/main/java/android/content/Intent.java:7450
↓ 2 callers
Method
trustedSignatures
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt:178
↓ 2 callers
Function
tryLoad
(image, page)
tachiwebui/src/main/resources/tachiweb-ui/js/reader.js:471
↓ 2 callers
Function
tryLoadNextPage
()
tachiwebui/src/main/resources/tachiweb-ui/js/catalogue.js:172
↓ 2 callers
Method
unflattenFromString
Recover a ComponentName from a String that was previously created with {@link #flattenToString()}. It splits the string at the first '/', taking the
AndroidCompat/src/main/java/android/content/ComponentName.java:240
↓ 2 callers
Method
unregisterContentObserver
(ContentObserver observer)
AndroidCompat/src/main/java/android/database/AbstractCursor.java:295
↓ 2 callers
Method
unregisterObserver
Removes a previously registered observer. The observer must not be null and it must already have been registered. @param observer the observer to unre
AndroidCompat/src/main/java/android/database/Observable.java:62
↓ 2 callers
Method
unregisterSource
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/source/SourceManager.kt:46
↓ 2 callers
Function
updateButtons
()
tachiwebui/src/main/resources/tachiweb-ui/js/downloads.js:105
↓ 2 callers
Function
updateCatalogueFavoriteStatus
(mangaId, newFave)
tachiwebui/src/main/resources/tachiweb-ui/js/catalogue.js:234
↓ 2 callers
Function
updateDm
(newDm)
tachiwebui/src/main/resources/tachiweb-ui/js/manga_info.js:222
↓ 2 callers
Function
updateDownloadsUI
()
tachiwebui/src/main/resources/tachiweb-ui/js/downloads.js:59
↓ 2 callers
Function
updateFilters
(sourceId)
tachiwebui/src/main/resources/tachiweb-ui/js/catalogue.js:385
↓ 2 callers
Function
updateFiltersBtnText
()
tachiwebui/src/main/resources/tachiweb-ui/js/catalogue.js:80
↓ 2 callers
Function
updateHudPageNumber
()
tachiwebui/src/main/resources/tachiweb-ui/js/reader.js:384
↓ 2 callers
Function
updateInfo
* Get the cached manga info on the server
tachiwebui/src/main/resources/tachiweb-ui/js/manga_info.js:442
↓ 2 callers
Method
updateLibManga
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/track/anilist/AnilistApi.kt:59
↓ 2 callers
Function
updateLibraryUI
(mangas)
tachiwebui/src/main/resources/tachiweb-ui/js/library.js:188
← previous
next →
701–800 of 4,836, ranked by callers