MCPcopy Create free account

hub / github.com/TachiWeb/TachiWeb-Server / functions

Functions4,836 in github.com/TachiWeb/TachiWeb-Server

↓ 3 callersMethodregister
AndroidCompat/src/main/java/xyz/nulldev/androidcompat/config/FilesConfigModule.kt:30
↓ 3 callersMethodregister
TachiServer/src/main/java/xyz/nulldev/ts/api/v3/OperationGroup.kt:18
↓ 3 callersMethodregisterSource
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/source/SourceManager.kt:40
↓ 3 callersFunctionregisterText
(name, type)
tachiwebui/src/main/resources/tachiweb-ui/js/options.js:642
↓ 3 callersMethodremoveAt
Remove the key/value mapping at the given index. @param index The desired index, must be between 0 and {@link #size()}-1. @return Returns the value th
AndroidCompat/src/main/java/android/util/ArrayMap.java:577
↓ 3 callersMethodreplaceTop
Replace the value on the top of the stack with the given value.
AndroidCompat/src/main/java/org/json/JSONStringer.java:171
↓ 3 callersFunctionselectLoggedInSource
()
tachiwebui/src/main/resources/tachiweb-ui/js/catalogue.js:181
↓ 3 callersFunctionserverReorderCategories
(newOrder)
tachiwebui/src/main/resources/tachiweb-ui/js/library.js:157
↓ 3 callersMethodsize
()
AndroidCompat/src/main/java/android/net/Uri.java:827
↓ 3 callersMethodstopDownloads
* Tells the downloader to stop downloads. * * @param reason an optional reason for being stopped, used to notify the user. */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/download/DownloadManager.kt:75
↓ 3 callersMethodtoEntry
* Returns a manga entry from a manga model. */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/download/DownloadPendingDeleter.kt:149
↓ 3 callersMethodtoShortString
@hide
AndroidCompat/src/main/java/android/content/Intent.java:7253
↓ 3 callersMethodtoString
()
AndroidCompat/src/main/java/android/os/Bundle.java:1159
↓ 3 callersMethodtoString
()
AndroidCompat/src/main/java/org/json/JSONObject.java:108
↓ 3 callersMethodtoTrack
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/track/kitsu/KitsuModels.kt:58
↓ 3 callersMethodtoURI
Call {@link #toUri} with 0 flags. @deprecated Use {@link #toUri} instead.
AndroidCompat/src/main/java/android/content/Intent.java:7342
↓ 3 callersFunctionupdateFaveIcon
* Update the icon of the favorite button. * @param fave Whether or not the manga is a favorite
tachiwebui/src/main/resources/tachiweb-ui/js/manga_info.js:868
↓ 3 callersMethodupdateHistoryLastRead
* Updates the history last read. * Inserts history object if not yet in database * @param history history object */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/database/queries/HistoryQueries.kt:59
↓ 3 callersFunctionupdateLibrary
()
tachiwebui/src/main/resources/tachiweb-ui/js/library.js:111
↓ 3 callersMethodwriteValueXml
Flatten an object's value into an XmlSerializer. The value can later be read back with readThisValueXml(). Currently supported value types are: null
AndroidCompat/src/main/java/com/android/internal/util/XmlUtils.java:535
↓ 3 callersMethodyieldIfContendedHelper
(boolean throwIfUnsafe, long sleepAfterYieldDelay)
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:564
↓ 2 callersMethodB_inTransaction
()
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:2106
↓ 2 callersMethodB_reconfigureConnection
()
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:2059
↓ 2 callersFunctionactivateZoom
(image)
tachiwebui/src/main/resources/tachiweb-ui/js/reader.js:211
↓ 2 callersMethodaddFlags
Add additional flags to the intent (or with existing flags value). @param flags The new flags to set. @return Returns the same Intent object, for ch
AndroidCompat/src/main/java/android/content/Intent.java:6962
↓ 2 callersMethodaddUniqueById
* Returns a copy of chapter entries ensuring no duplicates by chapter id. */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/download/DownloadPendingDeleter.kt:109
↓ 2 callersMethodanilistScoreType
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt:120
↓ 2 callersFunctionappendDialogButton
(label, onclick)
tachiwebui/src/main/resources/tachiweb-ui/js/options.js:482
↓ 2 callersMethodappendEncoded
Encodes {@code s} and appends the result to {@code builder}. @param isPartiallyEncoded true to fix input that has already been partially or fully
AndroidCompat/src/main/java/libcore/net/UriCodec.java:90
↓ 2 callersMethodappendEncodedSegment
(PathPart oldPart, String newSegment)
AndroidCompat/src/main/java/android/net/Uri.java:1816
↓ 2 callersMethodappendHex
(StringBuilder builder, String s, Charset charset)
AndroidCompat/src/main/java/libcore/net/UriCodec.java:196
↓ 2 callersMethodappendIndent
(int indent)
AndroidCompat/src/main/java/com/android/internal/util/FastXmlSerializer.java:122
↓ 2 callersFunctionappendManga
Shared Manga Grid lib that allows displaying Manga in a grid format
tachiwebui/src/main/resources/tachiweb-ui/js/manga_grid.js:3
↓ 2 callersMethodappendSspTo
(StringBuilder builder)
AndroidCompat/src/main/java/android/net/Uri.java:1006
↓ 2 callersFunctionapplyRotation
(image)
tachiwebui/src/main/resources/tachiweb-ui/js/reader.js:406
↓ 2 callersFunctionapplySort
* Apply any user specified sorting rules to a list of chapters * @param chapters The chapters to apply the sorting rules to
tachiwebui/src/main/resources/tachiweb-ui/js/manga_info.js:538
↓ 2 callersMethodarray
Begins encoding a new array. Each call to this method must be paired with a call to {@link #endArray}. @return this stringer.
AndroidCompat/src/main/java/org/json/JSONStringer.java:94
↓ 2 callersFunctionarraymove
* Shift elements in an array * @param arr The array to move the element in * @param fromIndex The index of the object to move * @param toIndex The
tachiwebui/src/main/resources/tachiweb-ui/js/core.js:83
↓ 2 callersMethodasWeb
TachiServer/src/main/java/xyz/nulldev/ts/api/v3/operations/chapters/ChapterOperations.kt:82
↓ 2 callersMethodauthAccount
TachiServer/src/main/java/xyz/nulldev/ts/syncdeploy/AccountManager.kt:55
↓ 2 callersMethodauthPassword
TachiServer/src/main/java/xyz/nulldev/ts/api/http/auth/SessionManager.kt:70
↓ 2 callersFunctionbeginEditingCategories
()
tachiwebui/src/main/resources/tachiweb-ui/js/library.js:240
↓ 2 callersMethodbeginTransactionNonExclusive
Begins a transaction in IMMEDIATE mode. Transactions can be nested. When the outer transaction is ended all of the work done in that transaction and a
AndroidCompat/src/main/java/android/arch/persistence/db/SupportSQLiteDatabase.java:90
↓ 2 callersMethodbinarySearchHashes
(int[] hashes, int N, int hash)
AndroidCompat/src/main/java/android/util/ArrayMap.java:90
↓ 2 callersMethodbindTo
Callback to bind the query parameters to the compiled statement. @param statement The compiled statement
AndroidCompat/src/main/java/android/arch/persistence/db/SupportSQLiteQuery.java:36
↓ 2 callersMethodbuildPageList
* Builds the page list of a downloaded chapter. * * @param source the source of the chapter. * @param manga the manga of the chapter.
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/download/DownloadManager.kt:114
↓ 2 callersMethodbuildQueryString
Build an SQL query string from the given clauses. @param distinct true if you want each row to be unique, false otherwise. @param tables The table na
AndroidCompat/src/main/java/android/database/sqlite/SQLiteQueryBuilder.java:201
↓ 2 callersMethodbuildSQL
()
AndroidCompat/src/main/java/android/database/DatabaseUtils.java:899
↓ 2 callersMethodbuildValidFilename
* Mutate the given filename to make it valid for a FAT filesystem, * replacing any invalid characters with "_". This method doesn't allow hidden
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/util/DiskUtil.kt:83
↓ 2 callersFunctioncacheImage
* Returns an observable of the page that downloads the image to [ChapterCache]. * * @param page the page. */
Tachiyomi-App/src/compat/java/eu/kanade/tachiyomi/util/ModelExtensions.kt:66
↓ 2 callersMethodcheck
Checks whether given plaintext password corresponds * to a stored salted hash of the password. */
TachiServer/src/main/java/xyz/nulldev/ts/api/http/auth/PasswordHasher.kt:28
↓ 2 callersFunctionclearDialogButtons
()
tachiwebui/src/main/resources/tachiweb-ui/js/options.js:494
↓ 2 callersFunctionclearDialogContent
()
tachiwebui/src/main/resources/tachiweb-ui/js/options.js:517
↓ 2 callersMethodclose
()
AndroidCompat/src/main/java/android/arch/persistence/db/framework/FrameworkSQLiteOpenHelper.java:153
↓ 2 callersFunctioncloseDialog
()
tachiwebui/src/main/resources/tachiweb-ui/js/options.js:465
↓ 2 callersMethodcolIndexOfValue
(Object key)
AndroidCompat/src/main/java/android/util/MapCollections.java:476
↓ 2 callersMethodcompileStatement
(String sql)
AndroidCompat/src/main/java/android/arch/persistence/db/framework/FrameworkSQLiteDatabase.java:55
↓ 2 callersMethodcontainsAllHelper
(Map<K, V> map, Collection<?> collection)
AndroidCompat/src/main/java/android/util/MapCollections.java:389
↓ 2 callersMethodcontentType
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/network/ProgressResponseBody.kt:14
↓ 2 callersFunctioncreateExpandableFilter
(name, content)
tachiwebui/src/main/resources/tachiweb-ui/js/catalogue.js:645
↓ 2 callersFunctioncrossChapterButton
(button)
tachiwebui/src/main/resources/tachiweb-ui/js/reader.js:207
↓ 2 callersMethoddecode
@param convertPlus true to convert '+' to ' '. @param throwOnFailure true to throw an IllegalArgumentException on invalid escape sequences; false
AndroidCompat/src/main/java/libcore/net/UriCodec.java:142
↓ 2 callersMethoddeepCopy
Make a deep copy of the given bundle. Traverses into inner containers and copies them as well, so they are not shared across bundles. Will traverse
AndroidCompat/src/main/java/android/os/Bundle.java:229
↓ 2 callersMethoddeepCopyValue
(Object value)
AndroidCompat/src/main/java/android/os/BaseBundle.java:376
↓ 2 callersMethoddeleteCategory
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/database/queries/CategoryQueries.kt:41
↓ 2 callersMethoddeleteCategory
TachiServer/src/main/java/xyz/nulldev/ts/api/v2/http/categories/CategoriesController.kt:110
↓ 2 callersFunctiondeleteChapter
(chapter, onSuccess)
tachiwebui/src/main/resources/tachiweb-ui/js/manga_info.js:789
↓ 2 callersMethoddeleteChapters
* Deletes the directories of a list of downloaded chapters. * * @param chapters the list of chapters to delete. * @param manga the mang
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/download/DownloadManager.kt:167
↓ 2 callersMethoddeleteDatabase
Deletes a database including its journal file and other auxiliary files that may have been created by the database engine. @param file The database f
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:655
↓ 2 callersMethoddeletePackage
AndroidCompat/src/main/java/xyz/nulldev/androidcompat/pm/PackageController.kt:66
↓ 2 callersMethoddeserialize
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/sync/protocol/snapshot/TrackSnapshot.kt:18
↓ 2 callersFunctiondisableButton
(button)
tachiwebui/src/main/resources/tachiweb-ui/js/reader.js:199
↓ 2 callersMethoddisableWriteAheadLogging
This method disables the features enabled by {@link #enableWriteAheadLogging()}. @throws IllegalStateException if there are transactions in progress
AndroidCompat/src/main/java/android/arch/persistence/db/SupportSQLiteDatabase.java:568
↓ 2 callersMethoddismiss
* Dismiss the downloader's notification. Downloader error notifications use a different id, so * those can only be dismissed by the user. */
Tachiyomi-App/src/compat/java/eu/kanade/tachiyomi/data/download/DownloadNotifier.kt:48
↓ 2 callersMethoddispose
(boolean finalized)
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:255
↓ 2 callersMethoddownloadBadge
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt:144
↓ 2 callersFunctiondownloadsOperation
(operation, operationName)
tachiwebui/src/main/resources/tachiweb-ui/js/downloads.js:49
↓ 2 callersMethodelapsedRealtime
Returns milliseconds since boot, including time spent in sleep. @return elapsed milliseconds since boot.
AndroidCompat/src/main/java/android/os/SystemClock.java:185
↓ 2 callersFunctionenableButton
(button)
tachiwebui/src/main/resources/tachiweb-ui/js/reader.js:203
↓ 2 callersMethodenableWriteAheadLogging
This method enables parallel execution of queries from multiple threads on the same database. It does this by opening multiple connections to the dat
AndroidCompat/src/main/java/android/arch/persistence/db/SupportSQLiteDatabase.java:557
↓ 2 callersMethodenabledLanguages
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt:94
↓ 2 callersMethodencode
Base64-encode the given data and return a newly allocated byte[] with the result. @param input the data to encode @param flags controls certain featu
AndroidCompat/src/main/java/android/util/Base64.java:176
↓ 2 callersFunctionend
TachiServer/src/main/java/xyz/nulldev/ts/api/v3/util/VertxUtil.kt:90
↓ 2 callersMethodendDocument
()
AndroidCompat/src/main/java/com/android/internal/util/FastXmlSerializer.java:189
↓ 2 callersMethodensureCapacity
Ensure the array map can hold at least <var>minimumCapacity</var> items.
AndroidCompat/src/main/java/android/util/ArrayMap.java:303
↓ 2 callersMethodequals
(Object o)
AndroidCompat/src/main/java/org/json/JSONObject.java:97
↓ 2 callersMethodequalsSetHelper
(Set<T> set, Object object)
AndroidCompat/src/main/java/android/util/MapCollections.java:439
↓ 2 callersMethodexecuteInsert
Execute this SQL statement and return the ID of the row inserted due to this call. The SQL statement should be an INSERT for this to be a useful call.
AndroidCompat/src/main/java/android/arch/persistence/db/SupportSQLiteStatement.java:50
↓ 2 callersMethodexecuteInsert
Execute this SQL statement and return the ID of the row inserted due to this call. The SQL statement should be an INSERT for this to be a useful call.
AndroidCompat/src/main/java/android/database/sqlite/SQLiteStatement.java:86
↓ 2 callersMethodexecuteSql
(String sql, Object[] bindArgs)
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:1555
↓ 2 callersMethodexpected
TachiServer/src/main/java/xyz/nulldev/ts/api/v3/models/exceptions/WException.kt:29
↓ 2 callersMethodfetchChapterList
* Returns an observable with all the available chapters for a manga. * * @param manga the manga to update. */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/source/Source.kt:35
↓ 2 callersMethodfetchChapterList
TachiServer/src/test/java/eu/kanade/tachiyomi/source/SourceInjectorTest.kt:34
↓ 2 callersMethodfetchMangaDetails
* Returns an observable with the updated details for a manga. * * @param manga the manga to update. */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/source/Source.kt:28
↓ 2 callersMethodfetchPageList
* Returns an observable with the list of pages a chapter has. * * @param chapter the chapter. */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/source/Source.kt:42
↓ 2 callersMethodfindAvailableExtensions
* Finds the available extensions in the [api] and updates [availableExtensions]. */
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/extension/ExtensionManager.kt:148
↓ 2 callersFunctionfindChapterIndex
(chapterId)
tachiwebui/src/main/resources/tachiweb-ui/js/manga_info.js:503
↓ 2 callersMethodfindEditTable
Finds the name of the first table, which is editable. @param tables a list of tables @return the first table listed
AndroidCompat/src/main/java/android/database/sqlite/SQLiteDatabase.java:856
↓ 2 callersMethodfindLibManga
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/track/anilist/AnilistApi.kt:145
↓ 2 callersMethodfindMangaDir
* Returns the download directory for a manga if it exists. * * @param manga the manga to query. * @param source the source of the manga
Tachiyomi-App/src/main/java/eu/kanade/tachiyomi/data/download/DownloadProvider.kt:67
← previousnext →501–600 of 4,836, ranked by callers