MCPcopy Create free account

hub / github.com/benediktkr/lokun-record / functions

Functions621 in github.com/benediktkr/lokun-record

Methodgb_left
(self)
record/model.py:406
Functiongen_randhex_sha256
Generates a printable pseudo-random string, secure enough for crypto use.
record/hashing.py:34
Methodget
(self, value, default=None)
record/bottle.py:1247
Methodget
Return the most recent value for a key. :param default: The default value to be returned if the key is not present or
record/bottle.py:1793
Methodget
(self, key, default=None, index=-1)
record/bottle.py:1890
Methodget
(cls)
record/model.py:32
Methodget
(cls, name)
record/model.py:86
Methodget
(cls, name)
record/model.py:266
Methodget
(cls, depositid)
record/model.py:380
Methodget
Gets an existing user from the database or returns False if he does not exist.
record/model.py:542
Methodget
Get an existing Addr/Usertag pairing or False
record/model.py:631
Methodget
(cls, key)
record/model.py:669
Functionget_btc_price_live
Fetches the current exchange rates from API's. (IO Wait, socket)
record/exchanges.py:67
Methodget_cookie
Return the content of a cookie. To read a `Signed Cookie`, the `secret` must match the one used to create the cookie (see :me
record/bottle.py:977
Methodget_header
Return the value of a request header, or a given default value.
record/bottle.py:964
Methodget_header
Return the value of a previously defined header. If there is no header with that name, return a default value.
record/bottle.py:1414
Methodget_url
Return a string that matches a named route
record/bottle.py:670
Methodgetall
Return a (possibly empty) list of values for a key.
record/bottle.py:1818
Methodgetall
(self, key)
record/bottle.py:1889
Methodgetall
(cls)
record/model.py:280
Functiongetallexits
()
record/restapi.py:312
Functiongetallnodes
()
record/restapi.py:232
Functiongetbtcaddr
(name)
record/restapi.py:139
Functiongetcallbacksdalpay
()
record/restapi.py:410
Functiongetconfig
(name)
record/restapi.py:130
Functiongetdate
(line)
rrd/monitorparser.py:7
Functiongetexe
(name)
record/restapi.py:145
Functiongetexit
(name)
record/restapi.py:316
Functiongetuser
This is POST only because GET shows passwords in url. TODO: Move key to headers
record/restapi.py:109
Methodglobal_config
This reads or sets the global settings stored in class.settings.
record/bottle.py:2947
Methodgood
(self)
record/model.py:657
Methodhandle
(deprecated) Execute the first matching route callback and return the result. :exc:`HTTPResponse` exceptions are caught and returned.
record/bottle.py:761
Functionhash_sha512s
A sha512 hash that includes an additional static salt stored outside of the database.
record/hashing.py:19
Methodheaderlist
WSGI conform list of (header, value) tuples.
record/bottle.py:1438
Methodheaders
A :class:`WSGIHeaderDict` that provides case-insensitive access to HTTP request headers.
record/bottle.py:959
Methodheaders
An instance of :class:`HeaderDict`, a case-insensitive dict-like view on the response headers.
record/bottle.py:1402
Methodheartbeat_age
(self)
record/model.py:197
Methodhook
Return a decorator that attaches a callback to a hook. Three hooks are currently implemented: - before_request: Executed onc
record/bottle.py:748
Functionhtml_quote
Escape and quote a string to be used as an HTTP attribute.
record/bottle.py:2361
Methodincome
(self)
record/model.py:321
Methodinit
(self, parser, opts, args)
record/bottle.py:2636
Methodint_filter
(self, conf)
record/bottle.py:310
Methodinvoice
(self)
record/model.py:325
Methodis_ajax
Alias for :attr:`is_xhr`. "Ajax" is not the right term.
record/bottle.py:1207
Methodis_xhr
True if the request was triggered by a XMLHttpRequest. This only works with JavaScript libraries that support the `X-Requested-With`
record/bottle.py:1199
Methoditer_headers
Yield (header, value) tuples, skipping headers that are not allowed with the current response status code.
record/bottle.py:1428
Methoditerallitems
(self)
record/bottle.py:1788
Methoditerkeys
(self)
record/bottle.py:1784
Methoditervalues
(self)
record/bottle.py:1785
Functionjson_dumps
(data)
record/bottle.py:51
Functionkdf
(key)
record/encryption.py:9
Methodkeys
(self)
record/bottle.py:1252
Methodload
(self)
record/bottle.py:2639
Methodload_module
(self, fullname)
record/bottle.py:1734
Functionloadbalancer
()
record/restapi.py:327
Methodloader
(self, name)
record/bottle.py:3031
Methodlog_request
(*args, **kw)
record/bottle.py:2504
Methodmatch
Search for a matching route and return a (:class:`Route` , urlargs) tuple. The second value is a dictionary with parameters extracted
record/bottle.py:664
Methodmerge
Merge the routes of another :class:`Bottle` application or a list of :class:`Route` objects into this application. The routes keep their
record/bottle.py:605
Methodmessage
(self)
record/dalpay.py:25
Methodmethod
The ``REQUEST_METHOD`` value as an uppercase string.
record/bottle.py:954
Functionmock_false
(*args, **kwargs)
test/test_model.py:20
Functionmock_noop
(*args, **kwargs)
test/test_model.py:17
Functionmock_noop
(*args, **kwargs)
test/test_restapi.py:27
Methodmount
Mount an application (:class:`Bottle` or plain WSGI) to a specific URL prefix. Example:: root_app.mount('/admin/', admin
record/bottle.py:557
Methodmountpoint_wrapper
()
record/bottle.py:576
Methodname
(self)
record/status.py:53
Methodnew
Saves a new exit_supplement
record/model.py:257
Methodnew
(cls, username, amount, method, **kwargs)
record/model.py:358
Methodnew
Create a brand new user. Saves the new user to the database, creates a config.zip for him and an installer.
record/model.py:507
Methodnew
Use to create NEW invite keys.
record/model.py:576
Methodnew
(cls, username)
record/model.py:616
Methodnew
Create new api keys.
record/model.py:661
Functionnew_db
(name)
record/model.py:942
Functionnocache
()
record/restapi.py:26
Methodnormalize
Removes the names from wildcards
record/bottle.py:276
Methodopen
Find a resource and return a file object, or raise IOError.
record/bottle.py:2105
Methodparams
A :class:`FormsDict` with the combined values of :attr:`query` and :attr:`forms`. File uploads are stored in :attr:`files`.
record/bottle.py:1015
Methodpath
The value of ``PATH_INFO`` with exactly one prefixed slash (to fix broken clients and avoid the "empty path" edge case).
record/bottle.py:948
Methodpath_filter
(self, conf)
record/bottle.py:316
Functionpostnode
(name)
record/restapi.py:250
Functionpostusers
()
record/restapi.py:154
Methodprepare
(self, **options)
record/bottle.py:2973
Methodprepare
(self, **options)
record/bottle.py:2992
Methodprepare
(self, filters=None, tests=None, **kwargs)
record/bottle.py:3012
Methodprepare
(self, escape_func=html_escape, noescape=False, **kwargs)
record/bottle.py:3056
Functionprice
()
record/restapi.py:351
Methodpromo_key
(self)
record/model.py:586
Functionputisk
(name)
record/restapi.py:116
Functionputnode
(name)
record/restapi.py:281
Methodquery
The :attr:`query_string` parsed into a :class:`FormsDict`. These values are sometimes called "URL arguments" or "GET parameters", but
record/bottle.py:989
Methodquery_string
The raw :attr:`query` part of the URL (everything in between ``?`` and ``#``) as a string.
record/bottle.py:1162
Methodraw
Return the header value as is (may be bytes or unicode).
record/bottle.py:1922
Methodre_filter
(self, conf)
record/bottle.py:307
Methodre_pytokens
This matches comments and all kinds of quoted strings but does NOT match comments (#...) within quoted strings. (trust me)
record/bottle.py:3044
Methodremote_addr
The client IP as a string. Note that this information can be forged by malicious clients.
record/bottle.py:1237
Methodremote_route
A list of all IPs that were involved in this request, starting with the client IP and followed by zero or more proxies. This does only
record/bottle.py:1226
Methodrender
(self, *args, **kwargs)
record/bottle.py:2984
Methodrender
(self, *args, **kwargs)
record/bottle.py:3002
Methodrender
(self, *args, **kwargs)
record/bottle.py:3025
← previousnext →401–500 of 621, ranked by callers