Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsergeTeam/Loader
/ functions
Functions
227 in github.com/UsergeTeam/Loader
⨍
Functions
227
◇
Types & classes
24
↓ 1 callers
Function
install_req
()
loader/core/main.py:255
↓ 1 callers
Method
is_none
(cls)
loader/core/types.py:31
↓ 1 callers
Method
iter_plugins
(self)
loader/core/types.py:471
↓ 1 callers
Function
load_data
()
loader/core/main.py:21
↓ 1 callers
Method
load_plugins
(self)
loader/core/types.py:452
↓ 1 callers
Method
poll
(cls)
loader/userge/connection.py:74
↓ 1 callers
Function
print_logo
()
loader/core/utils.py:226
↓ 1 callers
Method
repos_exists
(cls)
loader/core/types.py:860
↓ 1 callers
Method
repos_make
(cls)
loader/core/types.py:864
↓ 1 callers
Function
run_loader
()
loader/core/main.py:276
↓ 1 callers
Function
run_userge
()
loader/core/main.py:295
↓ 1 callers
Function
send_and_wait
(*_)
loader/userge/connection.py:12
↓ 1 callers
Method
set
(cls, conn)
loader/userge/connection.py:52
↓ 1 callers
Method
set
(cls, client: MongoClient)
loader/core/types.py:41
↓ 1 callers
Method
set_process
(cls, p: Process)
loader/core/types.py:952
↓ 1 callers
Method
should_init
(cls)
loader/core/types.py:936
↓ 1 callers
Method
should_restart
(cls)
loader/core/types.py:944
↓ 1 callers
Method
size
(cls)
loader/core/types.py:889
↓ 1 callers
Function
string
()
tools/genstr.py:22
↓ 1 callers
Function
terminate
(pid: int)
loader/core/utils.py:51
↓ 1 callers
Method
to_constraints
(self)
loader/core/types.py:724
Method
__init__
(self, id_: int, name: str, priority: int, branch: str, version: str, url: str)
loader/types.py:7
Method
__init__
(self, summary: str, author: str, version: str, count: int, url: str)
loader/types.py:35
Method
__init__
(self, type_: str, data: List[str])
loader/types.py:63
Method
__init__
(self, config: Collection, repos: Collection, constraint: Collection)
loader/core/types.py:54
Method
__init__
(self, available: Optional[bool], os_type: Optional[str], min_core: Optional[int], max_core:
loader/core/types.py:114
Method
__init__
(self, path: str, cat: str, name: str, config: _Config, repo_name: str, repo_url: str)
loader/core/types.py:147
Method
__init__
(self, info: RepoInfo, path: str)
loader/core/types.py:167
Method
__init__
(self, info: RepoInfo, path: str)
loader/core/types.py:441
Method
__init__
(self, repo_name: Optional[str], plg_cat: Optional[str], plg_name: Optional[str], raw: str)
loader/core/types.py:566
Method
__init__
(self)
loader/core/types.py:627
Method
__init__
(self, *data: _Constraint)
loader/core/types.py:698
Method
__repr__
(self)
loader/types.py:29
Method
__repr__
(self)
loader/types.py:57
Method
__repr__
(self)
loader/types.py:67
Method
__str__
(self)
loader/core/types.py:622
Method
__str__
(self)
loader/core/types.py:678
Function
_on_error
(func, path, _)
loader/core/utils.py:192
Function
_set
(conn)
loader/userge/connection.py:44
Method
_update
(self)
loader/core/types.py:474
Method
add
(self, data: List[str])
loader/core/types.py:630
Method
add
(cls, c_type: str, data: List[str])
loader/core/types.py:766
Method
add
(cls, job: int, callback: Callable)
loader/core/types.py:917
Function
add_constraints
add constraints to filter plugins or categories. Args: c_type: constraint type which can be `include`, `exclude` or `in`. the sequenc
loader/userge/api.py:271
Function
add_constraints
(c_type: str, data: List[str])
loader/core/methods.py:141
Function
add_repo
add a plugins repo. Args: priority: priority of this repo. using this number the loader will sort the repos list. the loa
loader/userge/api.py:99
Function
add_repo
(priority: int, branch: str, url: str)
loader/core/methods.py:84
Method
clear
(self)
loader/core/types.py:716
Method
clear
(cls, c_type: Optional[str])
loader/core/types.py:810
Function
clear_constraints
clear all added constraints. Args: c_type: constraint type. hint: see docs of add_constraints(). if None then this will c
loader/userge/api.py:319
Function
clear_constraints
(c_type: Optional[str])
loader/core/methods.py:156
Method
config
(self)
loader/core/types.py:70
Method
constraint
(self)
loader/core/types.py:78
Method
copy
(self, source: str, path: str)
loader/core/types.py:301
Method
copy
(self, source="userge", path="userge")
loader/core/types.py:426
Method
core_remove
(cls)
loader/core/types.py:877
Method
edit
(self, branch: Optional[str], version: Optional[Union[int, str]], _=None)
loader/core/types.py:414
Function
edit_core
(branch: Optional[str], version: Optional[Union[int, str]])
loader/core/methods.py:122
Function
edit_repo
(repo_id: int, branch: Optional[str], version: Optional[Union[int, str]], priority: Optional[int
loader/core/methods.py:131
Method
failed
(self)
loader/core/types.py:175
Function
fetch_core
fetch data from the default remote and update the local core repository.
loader/userge/api.py:46
Function
fetch_repo
fetch data from the default remote and update this local plugins repository. Args: repo_id: id from the RepoInfo object. hint: get_re
loader/userge/api.py:53
Function
fetch_repo
(repo_id: int)
loader/core/methods.py:45
Function
fetch_repos
fetch data from the default remote and update all the local plugins repositories.
loader/userge/api.py:62
Method
get
(cls)
loader/core/types.py:35
Method
get
(self, c_type: str)
loader/core/types.py:701
Method
get
(cls)
loader/core/types.py:830
Function
get_constraints
get all added constraints. Returns: list of Constraint objects.
loader/userge/api.py:310
Function
get_constraints
()
loader/core/methods.py:151
Function
get_core
get the core repo details. Returns: details as a RepoInfo object.
loader/userge/api.py:69
Function
get_core
()
loader/core/methods.py:60
Function
get_core_new_commits
get new commits to the current branch of core repo compared to the current version. Returns: list of Update objects.
loader/userge/api.py:127
Function
get_core_new_commits
()
loader/core/methods.py:94
Function
get_core_old_commits
get old commits from the current branch of core repo compared to the current version. Args: limit: specify how many commits you want.
loader/userge/api.py:136
Function
get_core_old_commits
(limit: int)
loader/core/methods.py:101
Function
get_repo
get details of the plugins repos. Args: repo_id: id from the RepoInfo object. hint: get_repos() Returns: RepoInfo object
loader/userge/api.py:78
Function
get_repo
(repo_id: int)
loader/core/methods.py:67
Function
get_repo_new_commits
get new commits to the current branch of plugins repo compared to the current version. Args: repo_id: id from the RepoInfo object. hi
loader/userge/api.py:148
Function
get_repo_new_commits
(repo_id: int)
loader/core/methods.py:108
Function
get_repo_old_commits
get old commits from the current branch of plugins repo compared to the current version. Args: repo_id: id from the RepoInfo object.
loader/userge/api.py:160
Function
get_repo_old_commits
(repo_id: int, limit: int)
loader/core/methods.py:115
Function
get_repos
get details of all the plugins repos. Returns: list of RepoInfo objects.
loader/userge/api.py:90
Function
get_repos
()
loader/core/methods.py:74
Method
get_type
(self)
loader/core/types.py:683
Method
get_type
(self)
loader/core/types.py:688
Function
handle
(*_)
loader/core/main.py:302
Method
head_url
(self)
loader/types.py:26
Function
invalidate_repos_cache
notify the loader that the plugins should re-initialize.
loader/userge/api.py:333
Function
invalidate_repos_cache
()
loader/core/methods.py:161
Function
load
()
loader/core/main.py:330
Method
load
(cls)
loader/core/types.py:750
Method
match
(self, repo_name: str, plg_cat: str, plg_name: str)
loader/core/types.py:607
Method
match
(self, *args: str)
loader/core/types.py:727
Method
match
(cls, plg: _Plugin)
loader/core/types.py:834
Function
on
(work: int)
loader/core/methods.py:16
Method
parse
(cls, id_: int, priority: int, branch: str, version: str, url: str)
loader/types.py:19
Method
parse
(cls, repo_url: str, commit: Commit)
loader/types.py:44
Method
parse
(cls, client: MongoClient)
loader/core/types.py:60
Method
parse
(cls, path: str)
loader/core/types.py:129
Method
parse
(cls, path: str, cat: str, name: str, repo: RepoInfo)
loader/core/types.py:157
← previous
next →
101–200 of 227, ranked by callers