MCPcopy Create free account

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

Functions621 in github.com/benediktkr/lokun-record

Method__init__
Initialize with a connection to a set-up database. Use DB.get() to get a DB connected to the current database in use.
record/model.py:756
Method__init__
(self, status, description=[], systems={}, age=0)
record/status.py:44
Method__int__
(self)
record/status.py:37
Method__iter__
(self)
record/bottle.py:1250
Method__iter__
(self)
record/bottle.py:1361
Method__iter__
(self)
record/bottle.py:1764
Method__iter__
(self)
record/bottle.py:1935
Method__iter__
(self)
record/bottle.py:2002
Method__iter__
(self)
record/bottle.py:2018
Method__iter__
Iterate over all existing files in all registered paths.
record/bottle.py:2077
Method__iter__
(self)
record/model.py:218
Method__iter__
(self)
record/model.py:296
Method__iter__
(self)
record/model.py:550
Method__le__
(self, other)
record/status.py:34
Method__len__
(self)
record/bottle.py:1251
Method__len__
(self)
record/bottle.py:1763
Method__len__
(self)
record/bottle.py:1943
Method__lt__
(self, other)
record/status.py:28
Method__ne__
(self, other)
record/status.py:22
Method__repr__
(self)
record/bottle.py:511
Method__repr__
(self)
record/bottle.py:1272
Method__repr__
(self)
record/bottle.py:1535
Method__repr__
(self)
record/bottle.py:2477
Method__repr__
(self)
record/model.py:240
Method__set__
(self, obj, value)
record/bottle.py:163
Method__set__
(self, obj, value)
record/bottle.py:1305
Method__setattr__
(self, name, value)
record/bottle.py:1283
Method__setitem__
Change an environ value and clear all caches that depend on it.
record/bottle.py:1253
Method__setitem__
(self, name, value)
record/bottle.py:1412
Method__setitem__
(self, key, value)
record/bottle.py:1768
Method__setitem__
(self, key, value)
record/bottle.py:1885
Method__setitem__
(self, key, value)
record/bottle.py:1929
Method__str__
(self)
record/model.py:237
Method_body
(self)
record/bottle.py:1048
Method_context
(self)
record/bottle.py:478
Method_get_status
(self)
record/bottle.py:1390
Method_output
(self, value=None)
record/bottle.py:1599
Method_set_status
(self, status)
record/bottle.py:1378
Methodadd
Attach a callback to a hook.
record/bottle.py:1670
Methodadd_filter
Add a filter. The provided function is called with the configuration string as parameter and must return a (regexp, to_python, to_url) tuple.
record/bottle.py:319
Methodadd_path
Add a new path to the list of search paths. Return False if the path does not exist. :param path: The new search path. Relat
record/bottle.py:2046
Methodalive
(cls)
record/model.py:44
Methodapp
(environ, start_response)
record/bottle.py:2557
Methodappend
(self, key, value)
record/bottle.py:1886
Methodapply
(self, response)
record/bottle.py:1592
Methodapply
(self, callback, route)
record/bottle.py:1689
Methodapply
(self, callback, route)
record/bottle.py:1707
Methodauth
HTTP authentication data as a (user, password) tuple. This implementation currently supports basic (not digest) authentication
record/bottle.py:1212
Methodauth
Like User.get except it will not let you create the user if he does not exist or the password is incorrect.
record/model.py:498
Methodauth
Authorize this key.
record/model.py:682
Functionauth_basic
Callback decorator to require HTTP auth (basic). TODO: Add route(check_auth=...) parameter.
record/bottle.py:2419
Functionbitcoinmonitorcallback
()
record/restapi.py:460
Methodbody
The HTTP request body as a seek-able file-like object. Depending on :attr:`MEMFILE_MAX`, this is either a temporary file or a
record/bottle.py:1074
Methodbtc_addr
(self)
record/model.py:494
Functionbtc_price
This is what everything uses
record/exchanges.py:77
Functionbtc_to_isk
(btc=1)
record/exchanges.py:61
Methodcan_buy
(self)
record/model.py:400
Methodchanged
(self)
record/status.py:71
Methodcharset
Return the charset specified in the content-type header (default: utf8).
record/bottle.py:1457
Methodcheck
(cls)
record/status.py:61
Methodcheck
(cls)
record/status.py:104
Methodcheck
(cls)
record/status.py:128
Methodcheck
(cls)
record/status.py:163
Methodclose
(self)
record/bottle.py:125
Methodclose
(self)
record/bottle.py:1364
Methodclose
(self)
record/bottle.py:2021
Methodco
(self)
record/bottle.py:3073
Methodcode
(self)
record/bottle.py:3077
Functioncompare1toN
(str1, strl)
record/sec.py:3
Functioncompare_const
Constant-time string comparasion, to avoid timing attacks. Leaks the lenght, but that's ok since we are always comparing hashes, and the only
record/sec.py:19
Functioncompare_noleak
A non-random version that doesn't leak the length, made for Baldur :) str1 should be the user-supplied string, and str2 the string you comare
record/sec.py:39
Functioncompare_rnd
Constant-time string comparasion, to avoid timing attacks. Start in a random char of the string. Doesn't leak the length, since the starting
record/sec.py:63
Functionconnected
()
record/restapi.py:343
Methodcontent_length
The request body length as an integer. The client is responsible to set this header. Otherwise, the real length of the body is unknown
record/bottle.py:1187
Methodcontent_type
The Content-Type header as a lowercase-string (default: empty).
record/bottle.py:1194
Methodcookies
Cookies parsed into a :class:`FormsDict`. Signed cookies are NOT decoded. Use :meth:`get_cookie` if you expect signed cookies.
record/bottle.py:969
Methodcopy
Returns a copy of self.
record/bottle.py:1353
Functiondalpay
()
record/restapi.py:384
Functiondebug
Change the debug level. There is only one debug level supported at the moment.
record/bottle.py:2271
Methoddecorator
(callback)
record/bottle.py:713
Methoddefault_error_handler
(self, res)
record/bottle.py:772
Methoddelete
Equals :meth:`route` with a ``DELETE`` method parameter.
record/bottle.py:737
Methoddelete_cookie
Delete a cookie. Be sure to use the same `domain` and `path` settings as used to create the cookie.
record/bottle.py:1528
Functiondict_from_row
(row)
record/model.py:748
Methoddown
(cls)
record/model.py:49
Methoderror
Decorator: Register an output handler for a HTTP error code
record/bottle.py:741
Methodexists
(cls, username)
record/model.py:538
Functionfdel
(self)
record/bottle.py:1552
Functionfget
(self)
record/bottle.py:1546
Methodfilename
Name of the file on the client file system, but normalized to ensure file system compatibility (lowercase, no whitespace, no path
record/bottle.py:2129
Methodfiles
File uploads parsed from `multipart/form-data` encoded POST or PUT request body. The values are instances of :class:`FileUpload`.
record/bottle.py:1026
Methodfilter
(self, names)
record/bottle.py:1892
Methodfind_module
(self, fullname, path=None)
record/bottle.py:1728
Methodfixed_environ
(environ, start_response)
record/bottle.py:2486
Methodfloat_filter
(self, conf)
record/bottle.py:313
Methodflush
()
record/bottle.py:3095
Methodforms
Form values parsed from an `url-encoded` or `multipart/form-data` encoded POST or PUT request body. The result is returned as a
record/bottle.py:1003
Methodfpat_sub
(m)
record/bottle.py:362
Functionfset
(self, value)
record/bottle.py:1551
Methodfullpath
Request path including :attr:`script_name` (if present).
record/bottle.py:1157
← previousnext →301–400 of 621, ranked by callers