Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CrashedBboy/Quick_SLPK_Server
/ functions
Functions
351 in github.com/CrashedBboy/Quick_SLPK_Server
⨍
Functions
351
◇
Types & classes
68
↳
Endpoints
15
↓ 56 callers
Method
get
Equals :meth:`route`.
bottlepy/bottle.py:934
↓ 36 callers
Method
append
Add a new value to the list of values for this key.
bottlepy/bottle.py:2159
↓ 26 callers
Method
update
If the first parameter is a string, all keys are prefixed with this namespace. Apart from that it works just as the usual dict.update().
bottlepy/bottle.py:2433
↓ 20 callers
Method
replace
Replace the list of values with a single value.
bottlepy/bottle.py:2163
↓ 19 callers
Function
tob
(s, enc='utf8')
bottlepy/bottle.py:161
↓ 18 callers
Function
_hkey
(key)
bottlepy/bottle.py:1601
↓ 17 callers
Function
depr
(major, minor, cause, fix)
bottlepy/bottle.py:189
↓ 17 callers
Function
read
read gz compressed file from slpk (=zip archive) and output result
quick_slpk_server.py:58
↓ 17 callers
Method
setdefault
(self, key, value)
bottlepy/bottle.py:2447
↓ 13 callers
Method
items
(self)
bottlepy/bottle.py:2108
↓ 12 callers
Function
make_default_app_wrapper
Return a callable that relays calls to the current default app.
bottlepy/bottle.py:3159
↓ 11 callers
Function
abort
Aborts execution and causes a HTTP error.
bottlepy/bottle.py:2794
↓ 11 callers
Method
run
Calls :func:`run` with the same parameters.
bottlepy/bottle.py:861
↓ 10 callers
Method
copy
Return a new :class:`Request` with a shallow :attr:`environ` copy.
bottlepy/bottle.py:1534
↓ 10 callers
Method
decode
Returns a copy with all keys and values de- or recoded to match :attr:`input_encoding`. Some libraries (e.g. WTForms) want a
bottlepy/bottle.py:2198
↓ 7 callers
Function
_hval
(value)
bottlepy/bottle.py:1606
↓ 7 callers
Function
makelist
(data)
bottlepy/bottle.py:199
↓ 7 callers
Method
route
A decorator to bind a function to a request URL. Example:: @app.route('/hello/<name>') def hello(name):
bottlepy/bottle.py:884
↓ 7 callers
Function
touni
(s, enc='utf8', err='strict')
bottlepy/bottle.py:167
↓ 6 callers
Function
_local_property
()
bottlepy/bottle.py:1894
↓ 6 callers
Method
apply
(self, callback, route)
bottlepy/bottle.py:1992
↓ 6 callers
Function
load
Import a module or fetch an object from a module. * ``package.module`` returns `module` as a module object. * ``pack.mod:name`` retu
bottlepy/bottle.py:3582
↓ 5 callers
Method
add
Add a new rule or replace the target for an existing rule.
bottlepy/bottle.py:373
↓ 5 callers
Method
allitems
(self)
bottlepy/bottle.py:2111
↓ 5 callers
Function
template
Get a rendered template as a string iterator. You can use a name, a filename or a template string as first parameter. Template rendering
bottlepy/bottle.py:4193
↓ 4 callers
Function
_cli_error
(cli_msg)
bottlepy/bottle.py:4345
↓ 4 callers
Method
_define
(Unstable) Shortcut for plugins to define own config parameters.
bottlepy/bottle.py:2531
↓ 4 callers
Method
_iter_overlays
(self)
bottlepy/bottle.py:2540
↓ 4 callers
Method
_mount_wsgi
(self, prefix, app, **options)
bottlepy/bottle.py:718
↓ 4 callers
Method
_on_change
(self, key, value)
bottlepy/bottle.py:2510
↓ 4 callers
Method
add_header
Add an additional response header, not removing duplicates.
bottlepy/bottle.py:1756
↓ 4 callers
Method
close
Close the application and all installed plugins.
bottlepy/bottle.py:856
↓ 4 callers
Function
html_escape
Escape HTML special characters ``&<>`` and quotes ``'"``.
bottlepy/bottle.py:3073
↓ 4 callers
Method
search
Search name in all directories specified in lookup. First without, then with common extensions. Return first hit.
bottlepy/bottle.py:3813
↓ 3 callers
Method
__delitem__
(self, key)
bottlepy/bottle.py:2091
↓ 3 callers
Method
__init__
(self, app, rule, method, callback, name=None, plugins=None,
bottlepy/bottle.py:517
↓ 3 callers
Method
_ekey
Translate header field name to CGI/WSGI environ key.
bottlepy/bottle.py:2277
↓ 3 callers
Method
_fix
(self, s, encoding=None)
bottlepy/bottle.py:2190
↓ 3 callers
Method
_set_virtual
Recursively set or update virtual keys. Do nothing if non-virtual value is present.
bottlepy/bottle.py:2484
↓ 3 callers
Method
add_route
Add a route object, but do not change the :data:`Route.app` attribute.
bottlepy/bottle.py:877
↓ 3 callers
Method
install
Add a plugin to the list of plugins and prepare it for being applied to all routes of this application. A plugin may be a simple
bottlepy/bottle.py:815
↓ 3 callers
Method
load_dict
Load values from a dictionary structure. Nesting can be used to represent namespaces. >>> c = ConfigDict() >>> c
bottlepy/bottle.py:2414
↓ 3 callers
Method
meta_set
Set the meta field for a key to a new value.
bottlepy/bottle.py:2523
↓ 3 callers
Method
prepare
Do all on-demand work immediately (useful for debugging).
bottlepy/bottle.py:552
↓ 3 callers
Method
push
Add a new :class:`Bottle` instance to the stack
bottlepy/bottle.py:2591
↓ 3 callers
Method
render
Render the template with the specified local variables and return a single byte or unicode string. If it is a byte string, the encoding
bottlepy/bottle.py:3848
↓ 3 callers
Function
run
Start a server instance. This method blocks until the server terminates. :param app: WSGI application or target string supported by
bottlepy/bottle.py:3620
↓ 3 callers
Method
trigger_hook
Trigger a hook and return a list of results.
bottlepy/bottle.py:704
↓ 3 callers
Method
values
(self)
bottlepy/bottle.py:2105
↓ 3 callers
Method
write_code
(self, line, comment='')
bottlepy/bottle.py:4187
↓ 2 callers
Method
__setitem__
(self, key, value)
bottlepy/bottle.py:2097
↓ 2 callers
Function
_cli_parse
(args)
bottlepy/bottle.py:30
↓ 2 callers
Method
_copy_file
(self, fp, chunk_size=2 ** 16)
bottlepy/bottle.py:2762
↓ 2 callers
Method
_get_body_string
read body until content-length or MEMFILE_MAX into a string. Raise HTTPError(413) on requests that are to large.
bottlepy/bottle.py:1356
↓ 2 callers
Function
_lscmp
Compares two strings in a cryptographically safe way: Runtime is not affected by length of common prefix.
bottlepy/bottle.py:3035
↓ 2 callers
Method
_make_overlay
(Unstable) Create a new overlay that acts like a chained map: Values missing in the overlay are copied from the source map. Both maps
bottlepy/bottle.py:2546
↓ 2 callers
Function
_parse_qsl
(qs)
bottlepy/bottle.py:3023
↓ 2 callers
Function
_re_flatten
Turn all capturing groups in a regular expression pattern into non-capturing groups.
bottlepy/bottle.py:297
↓ 2 callers
Method
build
Build an URL by filling the wildcards in a rule.
bottlepy/bottle.py:458
↓ 2 callers
Function
decorator
(func)
bottlepy/bottle.py:3140
↓ 2 callers
Method
execute
(self, _stdout, kwargs)
bottlepy/bottle.py:3972
↓ 2 callers
Method
flush_text
(self)
bottlepy/bottle.py:4161
↓ 2 callers
Method
get_undecorated_callback
Return the callback. If the callback is a decorated function, try to recover the original function.
bottlepy/bottle.py:581
↓ 2 callers
Function
getargspec
(func)
bottlepy/bottle.py:90
↓ 2 callers
Method
iteritems
(self)
bottlepy/bottle.py:2133
↓ 2 callers
Method
keys
(self)
bottlepy/bottle.py:2100
↓ 2 callers
Method
match
Return a (target, url_args) tuple or raise HTTPError(400/404/405).
bottlepy/bottle.py:471
↓ 2 callers
Function
parse_date
Parse rfc1123, rfc850 and asctime timestamps and return UTC epoch.
bottlepy/bottle.py:2948
↓ 2 callers
Method
path_shift
Shift path segments from :attr:`path` to :attr:`script_name` and vice versa. :param shift: The number of path segments to shi
bottlepy/bottle.py:1467
↓ 2 callers
Method
reset
Forget any cached values. The next time :attr:`call` is accessed, all plugins are re-applied.
bottlepy/bottle.py:547
↓ 2 callers
Method
reset
Reset all routes (force plugins to be re-applied) and clear all caches. If an ID or route object is given, only that specific route
bottlepy/bottle.py:842
↓ 2 callers
Function
update_wrapper
(wrapper, wrapped, *a, **ka)
bottlepy/bottle.py:179
↓ 2 callers
Function
view
Decorator: renders a template for a handler. The handler can control its behavior like that: - return a dict of template vars to f
bottlepy/bottle.py:4226
↓ 1 callers
Method
__get__
(self, obj, cls)
bottlepy/bottle.py:219
↓ 1 callers
Method
__setattr__
(self, name, value)
bottlepy/bottle.py:1140
↓ 1 callers
Method
_add_change_listener
(self, func)
bottlepy/bottle.py:2515
↓ 1 callers
Method
_cast
Try to convert the parameter into something WSGI compatible and set correct HTTP headers when possible. Support: False, str, unicode,
bottlepy/bottle.py:1028
↓ 1 callers
Function
_cli_patch
(cli_args)
bottlepy/bottle.py:52
↓ 1 callers
Method
_compile
(self, method)
bottlepy/bottle.py:446
↓ 1 callers
Method
_delete_virtual
Recursively delete virtual entry. Do nothing if key is not virtual.
bottlepy/bottle.py:2497
↓ 1 callers
Function
_file_iter_range
Yield chunks from a range in a file. No chunk is bigger than maxread.
bottlepy/bottle.py:2811
↓ 1 callers
Method
_handle
(self, environ)
bottlepy/bottle.py:979
↓ 1 callers
Method
_include
(self, _env, _name=None, **kwargs)
bottlepy/bottle.py:3965
↓ 1 callers
Method
_itertokens
(self, rule)
bottlepy/bottle.py:353
↓ 1 callers
Function
_main
(argv)
bottlepy/bottle.py:4342
↓ 1 callers
Method
_make_callback
(self)
bottlepy/bottle.py:567
↓ 1 callers
Method
_mount_app
(self, prefix, app, **options)
bottlepy/bottle.py:752
↓ 1 callers
Function
_raise
(*a)
bottlepy/bottle.py:143
↓ 1 callers
Method
add_hook
Attach a callback to a hook. Three hooks are currently implemented: before_request Executed once before each request. Th
bottlepy/bottle.py:682
↓ 1 callers
Method
all_plugins
Yield all Plugins affecting this route.
bottlepy/bottle.py:556
↓ 1 callers
Method
call
The route callback with all plugins applied. This property is created on demand and then cached to speed up subsequent requests.
bottlepy/bottle.py:542
↓ 1 callers
Function
cookie_is_encoded
Return True if the argument looks like a encoded cookie.
bottlepy/bottle.py:3066
↓ 1 callers
Method
get_event_loop
(self)
bottlepy/bottle.py:3505
↓ 1 callers
Method
get_header
Return the value of a header within the mulripart part.
bottlepy/bottle.py:2738
↓ 1 callers
Method
getunicode
Return the value as a unicode string, or the default.
bottlepy/bottle.py:2209
↓ 1 callers
Function
http_date
(value)
bottlepy/bottle.py:2938
↓ 1 callers
Method
keys
(self)
bottlepy/bottle.py:2310
↓ 1 callers
Method
load
(self)
bottlepy/bottle.py:3442
↓ 1 callers
Function
load_app
Load a bottle application from a module and make sure that the import does not affect the current default application, but returns a separate
bottlepy/bottle.py:3602
↓ 1 callers
Method
load_config
Load values from an ``*.ini`` style config file. A configuration file consists of sections, each led by a ``[section]`` head
bottlepy/bottle.py:2371
next →
1–100 of 351, ranked by callers