MCPcopy Create free account

hub / github.com/Tribler/tribler / functions

Functions1,819 in github.com/Tribler/tribler

↓ 1 callersMethodqueue_position_top
Move download to the top of the download queue.
src/tribler/core/libtorrent/download_manager/download.py:1305
↓ 1 callersMethodqueue_position_up
Move download up in the download queue.
src/tribler/core/libtorrent/download_manager/download.py:1298
↓ 1 callersMethodrecheckDownload
(infohash: string)
src/tribler/ui/src/services/tribler.service.ts:168
↓ 1 callersFunctionrecheckDownloads
(selectedDownloads: Download[], t: TFunction)
src/tribler/ui/src/pages/Downloads/Actions.tsx:97
↓ 1 callersFunctionrecolor_tray_icon
Use the given RGB code to recolor the image.
src/run_tribler.py:231
↓ 1 callersMethodregister_launchers
Register all IPv8 launchers that allow communities to be loaded.
src/tribler/core/session.py:145
↓ 1 callersMethodregister_rest_endpoints
Register all core REST endpoints without initializing them.
src/tribler/core/session.py:156
↓ 1 callersFunctionreload
()
src/tribler/ui/src/dialogs/SaveAs.tsx:171
↓ 1 callersMethodremoveDownload
(infohash: string, removeData: boolean)
src/tribler/ui/src/services/tribler.service.ts:221
↓ 1 callersMethodremoveDownloadTracker
(infohash: string, trackerUrl: string)
src/tribler/ui/src/services/tribler.service.ts:238
↓ 1 callersMethodremoveVersion
(version_str: string)
src/tribler/ui/src/services/tribler.service.ts:525
↓ 1 callersMethodremove_config
Remove the configuration for the download belonging to the given infohash.
src/tribler/core/libtorrent/download_manager/download_manager.py:1178
↓ 1 callersFunctionrequestNameValidity
(target: HTMLInputElement)
src/tribler/ui/src/dialogs/CreateTorrent.tsx:224
↓ 1 callersFunctionrescue_keys
Check and rescue private keys if necessary.
src/tribler/core/session.py:69
↓ 1 callersFunctionresetPath
()
src/tribler/ui/src/dialogs/CreateTorrent.tsx:194
↓ 1 callersFunctionresetSeedingRatio
(selectedDownloads: Download[], t: TFunction)
src/tribler/ui/src/pages/Downloads/Actions.tsx:181
↓ 1 callersMethodresetSeedingRatio
(infohash: string)
src/tribler/ui/src/services/tribler.service.ts:279
↓ 1 callersMethodreset_config
Reset all enabled values to "True" in the config.
src/tribler/test_integration/skip_test_composition.py:40
↓ 1 callersMethodresolve
Resolve a host to itself.
src/tribler/core/socks5/aiohttp_connector.py:24
↓ 1 callersMethodrestore_exitnodes_from_disk
Send introduction requests to peers stored in the file self.settings.exitnode_cache.
src/tribler/core/tunnel/community.py:127
↓ 1 callersMethodresumeDownload
(infohash: string)
src/tribler/ui/src/services/tribler.service.ts:160
↓ 1 callersFunctionscrollToBottom
()
src/tribler/ui/src/components/layouts/Header.tsx:29
↓ 1 callersFunctionsearchTorrents
()
src/tribler/ui/src/pages/Search/index.tsx:97
↓ 1 callersMethodsearchTorrentsLocal
(txt_filter: string)
src/tribler/ui/src/services/tribler.service.ts:403
↓ 1 callersMethodsearch_keyword
Search for an FTS query, potentially restricted to a given origin id. Requires FTS5 table "FtsIndex" to be generated and populated.
src/tribler/core/database/store.py:539
↓ 1 callersMethodselect_by_sql
(selector: str)
src/tribler/core/database/orm_bindings/torrent_metadata.py:96
↓ 1 callersMethodsend_db_results
Send the given results to the given peer.
src/tribler/core/content_discovery/community.py:343
↓ 1 callersMethodsend_search_request
Send a remote query request to multiple random peers to search for some terms.
src/tribler/core/content_discovery/community.py:252
↓ 1 callersMethodserialized_health
(self)
src/tribler/core/database/orm_bindings/torrent_metadata.py:77
↓ 1 callersMethodsesscb_states_callback
This method is periodically (every second) called with a list of the download states of the active downloads.
src/tribler/core/libtorrent/download_manager/download_manager.py:1026
↓ 1 callersFunctionsetAutoManaged
(selectedDownloads: Download[], value: boolean, t: TFunction)
src/tribler/ui/src/pages/Downloads/Actions.tsx:87
↓ 1 callersMethodsetAutoManaged
(infohash: string, value: boolean)
src/tribler/ui/src/services/tribler.service.ts:184
↓ 1 callersMethodsetDownloadFiles
(infohash: string, selected_files: number[])
src/tribler/ui/src/services/tribler.service.ts:213
↓ 1 callersMethodsetDownloadHops
(infohash: string, anon_hops: number)
src/tribler/ui/src/services/tribler.service.ts:205
↓ 1 callersMethodsetDownloadLimit
(infohash: string, limit: number)
src/tribler/ui/src/services/tribler.service.ts:263
↓ 1 callersFunctionsetSeedingRatio
(selectedDownloads: Download[], value: number | undefined, t: TFunction)
src/tribler/ui/src/pages/Downloads/Actions.tsx:171
↓ 1 callersMethodsetSeedingRatio
(infohash: string, ratio: number)
src/tribler/ui/src/services/tribler.service.ts:271
↓ 1 callersMethodsetUploadLimit
(infohash: string, limit: number)
src/tribler/ui/src/services/tribler.service.ts:255
↓ 1 callersFunctionsetValidName
(target: HTMLInputElement)
src/tribler/ui/src/dialogs/CreateTorrent.tsx:214
↓ 1 callersMethodset_auto_managed
Set auto managed flag.
src/tribler/core/libtorrent/download_manager/download_config.py:357
↓ 1 callersMethodset_bootstrap_download
Mark this download as a bootstrap download.
src/tribler/core/libtorrent/download_manager/download_config.py:285
↓ 1 callersMethodset_max_connections
Set the maximum number of connections for the given hop count.
src/tribler/core/libtorrent/download_manager/download_manager.py:444
↓ 1 callersMethodset_max_download_rate
Set the maximum download rate of this download.
src/tribler/core/libtorrent/download_manager/download.py:1078
↓ 1 callersMethodset_max_upload_rate
Set the maximum upload rate of this download.
src/tribler/core/libtorrent/download_manager/download.py:1071
↓ 1 callersMethodset_priority
Set the priority of this download.
src/tribler/core/libtorrent/download_manager/download.py:1064
↓ 1 callersMethodset_time_added
Set the UNIX timestamp for when this download was added.
src/tribler/core/libtorrent/download_manager/download_config.py:251
↓ 1 callersMethodshould_join_circuit
Check whether we should join a circuit. Returns a future that fires with a boolean.
src/tribler/core/tunnel/community.py:151
↓ 1 callersMethodshould_limit_rate_for_query
Don't allow too many queries with potentially heavy database load.
src/tribler/core/content_discovery/community.py:306
↓ 1 callersMethodshutdown
Disconnect the connection to the database.
src/tribler/core/database/store.py:328
↓ 1 callersMethodshutdown
Shut down all pending tasks and background tasks.
src/tribler/core/libtorrent/download_manager/download_manager.py:241
↓ 1 callersMethodshutdown
Shut down the download.
src/tribler/core/libtorrent/download_manager/download.py:951
↓ 1 callersFunctionspawn_tray_icon
Create the tray icon.
src/run_tribler.py:257
↓ 1 callersMethodstart
Start the periodic processing of the watch folder.
src/tribler/core/watch_folder/manager.py:28
↓ 1 callersMethodstart
Start all our watchers.
src/tribler/core/rss/rss.py:176
↓ 1 callersMethodstartDownload
(uri: string, params: DownloadConfig = {})
src/tribler/ui/src/services/tribler.service.ts:88
↓ 1 callersMethodstart_anon_download
Start an anonymous download in the main Tribler session.
src/tribler/test_integration/test_hidden_services.py:201
↓ 1 callersMethodstart_anon_download
Start an anonymous download in the main Tribler session.
src/tribler/test_integration/test_anon_download.py:192
↓ 1 callersFunctionstart_download
Start a download by calling the REST API.
src/run_tribler.py:124
↓ 1 callersMethodstart_http_site
Start serving HTTP requests.
src/tribler/core/restapi/rest_manager.py:262
↓ 1 callersMethodstart_https_site
Start serving HTTPS requests.
src/tribler/core/restapi/rest_manager.py:284
↓ 1 callersMethodstart_rust
Add Rust endpoints to all IPv8 nodes. Should be called after the event loop has started.
src/tribler/test_integration/test_hidden_services.py:209
↓ 1 callersMethodstart_seeding
Create a file and start the seeding.
src/tribler/test_integration/test_hidden_services.py:183
↓ 1 callersMethodstart_seeding
Create a file and start the seeding.
src/tribler/test_integration/test_anon_download.py:173
↓ 1 callersMethodstart_socks_servers
Start the socks servers.
src/tribler/test_integration/test_hidden_services.py:148
↓ 1 callersMethodstopDownload
(infohash: string)
src/tribler/ui/src/services/tribler.service.ts:152
↓ 1 callersMethodtestCircuit
(circuitId: number, callback: (data: any) => void)
src/tribler/ui/src/services/ipv8.service.ts:129
↓ 1 callersFunctiontick
()
src/tribler/ui/src/hooks/useInterval.tsx:11
↓ 1 callersMethodto_health
Cast to health info.
src/tribler/test_unit/core/torrent_checker/mocks.py:153
↓ 1 callersFunctiontoggleTree
(tree: FileTreeItem, included: boolean = true)
src/tribler/ui/src/dialogs/SaveAs.tsx:98
↓ 1 callersMethodtorrents_to_check
Two categories of torrents are selected (popular & old). From the pool of selected torrents, a certain number of them are submitted f
src/tribler/core/torrent_checker/torrent_checker.py:243
↓ 1 callersMethodtransport_received
If the incoming data is valid, find the tracker session and give it the data.
src/tribler/core/torrent_checker/torrentchecker_session.py:259
↓ 1 callersMethodunpack
Unpack this payload from the given data buffer.
src/tribler/core/database/serialization.py:300
↓ 1 callersFunctionunwrapMagnetSO
(selectedFiles: string)
src/tribler/ui/src/lib/utils.ts:27
↓ 1 callersFunctionupdateCanvas
()
src/tribler/ui/src/pages/Debug/Asyncio/Health.tsx:52
↓ 1 callersMethodupdateQueuePosition
(infohash: string, operation: QueueOperation)
src/tribler/ui/src/services/tribler.service.ts:176
↓ 1 callersMethodupdateRSS
(urls: string[])
src/tribler/ui/src/services/tribler.service.ts:467
↓ 1 callersMethodupdate_preferred_interface
Update the preferred interface.
src/tribler/core/session.py:95
↓ 1 callersFunctionupgrade_checkpoint
Upgrade checkpoint and write it to disk.
src/tribler/core/libtorrent/download_manager/download_manager.py:93
↓ 1 callersMethodwrite_backup_torrent_file
Write a torrent file to the backup ".torrent"-file folder. In contrast to the individual torrent export, which sends torrent data to
src/tribler/core/libtorrent/download_manager/download.py:317
↓ 1 callersMethodwrite_eof
Ignore EOFs.
src/tribler/test_unit/core/restapi/test_events_endpoint.py:61
FunctionActionButtons
({selectedDownloads, onClick}: {selectedDownloads: Download[]; onClick?: () => void})
src/tribler/ui/src/pages/Downloads/Actions.tsx:196
FunctionActionMenu
({selectedDownloads, onClick}: {selectedDownloads: Download[]; onClick?: () => void})
src/tribler/ui/src/pages/Downloads/Actions.tsx:296
FunctionAddTorrent
()
src/tribler/ui/src/components/add-torrent.tsx:30
FunctionAnonimity
()
src/tribler/ui/src/pages/Settings/Anonymity.tsx:10
FunctionApp
()
src/tribler/ui/src/App.tsx:57
FunctionApplayout
()
src/tribler/ui/src/components/layouts/AppLayout.tsx:4
FunctionAutocomplete
({ placeholder, completions, onChange, }: { placeholder: string; completions: (filter: str
src/tribler/ui/src/components/ui/autocomplete.tsx:7
FunctionBadge
({className, variant, ...props}: BadgeProps)
src/tribler/ui/src/components/ui/badge.tsx:25
FunctionBandwith
()
src/tribler/ui/src/pages/Settings/Bandwidth.tsx:62
FunctionBuckets
()
src/tribler/ui/src/pages/Debug/DHT/Buckets.tsx:31
FunctionCircuits
()
src/tribler/ui/src/pages/Debug/Tunnels/Circuits.tsx:69
FunctionColumnSetup
({ name, column, translate, addSorting, addFilter, }: { name: string; column: Colu
src/tribler/ui/src/components/ui/simple-table.tsx:65
FunctionCommandDialog
({children, ...props}: CommandDialogProps)
src/tribler/ui/src/components/ui/command.tsx:28
FunctionCommandShortcut
({className, ...props}: React.HTMLAttributes<HTMLSpanElement>)
src/tribler/ui/src/components/ui/command.tsx:119
FunctionConfirmRemove
(props: JSX.IntrinsicAttributes & DialogProps & ConfirmRemoveProps)
src/tribler/ui/src/dialogs/ConfirmRemove.tsx:22
FunctionConnection
()
src/tribler/ui/src/pages/Settings/Connection.tsx:45
FunctionContextMenuShortcut
({className, ...props}: React.HTMLAttributes<HTMLSpanElement>)
src/tribler/ui/src/components/ui/context-menu.tsx:156
FunctionCreateTorrent
(props: JSX.IntrinsicAttributes & DialogProps)
src/tribler/ui/src/dialogs/CreateTorrent.tsx:43
FunctionDHT
()
src/tribler/ui/src/pages/Debug/DHT/index.tsx:5
FunctionDashboard
()
src/tribler/ui/src/pages/Dashboard.tsx:3
← previousnext →601–700 of 1,819, ranked by callers