Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benediktkr/lokun-record
/ functions
Functions
621 in github.com/benediktkr/lokun-record
⨍
Functions
621
◇
Types & classes
94
↳
Endpoints
28
↓ 1 callers
Method
save_api_key
(self, key, name, status)
record/model.py:792
↓ 1 callers
Method
save_btcaddrs
(self, addr, usertag)
record/model.py:818
↓ 1 callers
Method
save_deposit
(self, deposit)
record/model.py:922
↓ 1 callers
Method
save_exit_supplement
(self, name, ip, comments)
record/model.py:907
↓ 1 callers
Method
save_user
(self, username, hashed_passwd, email, dl_left, credit_isk, credit_btc, sub_end)
record/model.py:771
↓ 1 callers
Method
select_deposit
(self, depositid)
record/model.py:935
↓ 1 callers
Method
set_cookie
Create a new cookie or replace an old one. If the `secret` parameter is set, create a `Signed Cookie` (described below). :pa
record/bottle.py:1472
↓ 1 callers
Method
set_passwd
Sets a new password from plain text.
record/model.py:463
↓ 1 callers
Method
setup
(self, app)
record/bottle.py:1667
↓ 1 callers
Function
spar_parser
Multipart message but the text version has a lot of linebreaks, so I didn't split by lines.
record/paymentbot.py:54
↓ 1 callers
Method
split_comment
Removes comments (#...) from python code.
record/bottle.py:3065
↓ 1 callers
Method
subtemplate
(self, _name, _stdout, *args, **kwargs)
record/bottle.py:3164
↓ 1 callers
Method
tag_new_btc_addr
(self, tag)
record/model.py:828
↓ 1 callers
Method
tokenize
Parses a rule into a (name, filter, conf) token stream. If filter is None, name contains a static rule part.
record/bottle.py:252
↓ 1 callers
Function
update_wrapper
(wrapper, wrapped, *a, **ka)
record/bottle.py:129
↓ 1 callers
Method
use_invite_key
(self, key)
record/model.py:805
↓ 1 callers
Method
verify
(self, testexit, name, ip, comments)
test/test_model.py:237
↓ 1 callers
Method
verify
(self, testdeposit, depositid, invoice, date, username, amount, method, vsk, fees)
test/test_model.py:346
↓ 1 callers
Function
verify_format
(testcase, hashed_passwd)
test/test_hashing.py:9
↓ 1 callers
Function
verify_format
(testcase, encrypted_msg)
test/test_encryption.py:11
↓ 1 callers
Function
verify_reproducible
(testcase, plaintext_passwd, hashed_passwd)
test/test_hashing.py:18
↓ 1 callers
Function
verify_reproducible
(testcase, plaintext_msg, encrypted_msg, key)
test/test_encryption.py:27
↓ 1 callers
Method
wsgi
The bottle WSGI-interface.
record/bottle.py:870
↓ 1 callers
Function
yieldroutes
Return a generator for routes that match the signature (name, args) of the func parameter. This may yield more than one route if the function
record/bottle.py:2367
Method
COOKIES
Alias for :attr:`cookies` (deprecated).
record/bottle.py:1125
Method
COOKIES
A dict-like SimpleCookie instance. This should not be used directly. See :meth:`set_cookie`.
record/bottle.py:1464
Method
POST
The values of :attr:`forms` and :attr:`files` combined into a single :class:`FormsDict`. Values are either strings (form values) or
record/bottle.py:1087
Method
__attrs__
(self)
record/Bankmail.py:21
Method
__attrs__
(self)
record/model.py:646
Method
__bool__
(self)
record/status.py:40
Method
__call__
(self, func)
record/bottle.py:152
Method
__call__
(self, *a, **ka)
record/bottle.py:456
Method
__call__
Each instance of :class:'Bottle' is a WSGI application.
record/bottle.py:896
Method
__call__
(self, *a, **ka)
record/bottle.py:1975
Method
__call__
Return the current default application.
record/bottle.py:1983
Method
__contains__
(self, name)
record/bottle.py:1409
Method
__contains__
(self, key)
record/bottle.py:1765
Method
__contains__
(self, key)
record/bottle.py:1882
Method
__contains__
(self, key)
record/bottle.py:1944
Method
__delattr__
(self, key)
record/bottle.py:1972
Method
__delete__
(self, obj)
record/bottle.py:167
Method
__delete__
(self, obj)
record/bottle.py:1308
Method
__delitem__
(self, key)
record/bottle.py:1249
Method
__delitem__
(self, name)
record/bottle.py:1410
Method
__delitem__
(self, key)
record/bottle.py:1766
Method
__delitem__
(self, key)
record/bottle.py:1883
Method
__delitem__
(self, key)
record/bottle.py:1932
Method
__dict__
(self)
record/model.py:302
Method
__enter__
(self)
record/bottle.py:2871
Method
__eq__
(self, other)
record/dalpay.py:21
Method
__exit__
(self, exc_type, exc_val, exc_tb)
record/bottle.py:2874
Method
__ge__
(self, other)
record/status.py:31
Method
__get__
(self, obj, cls)
record/bottle.py:181
Method
__get__
(self, obj, cls)
record/bottle.py:193
Method
__get__
(self, obj, cls)
record/bottle.py:1300
Method
__getattr__
Search in self.environ for additional user defined attributes.
record/bottle.py:1275
Method
__getattr__
(self, name, default=unicode())
record/bottle.py:1867
Method
__getattr__
(self, key)
record/bottle.py:1960
Method
__getitem__
(self, key)
record/bottle.py:1248
Method
__getitem__
(self, name)
record/bottle.py:1411
Method
__getitem__
(self, key)
record/bottle.py:1767
Method
__getitem__
(self, key)
record/bottle.py:1884
Method
__getitem__
(self, key)
record/bottle.py:1926
Method
__getitem__
(self, key)
record/model.py:243
Method
__gt__
(self, other)
record/status.py:25
Method
__init__
(self, attr, key=None, read_only=False)
record/bottle.py:149
Method
__init__
(self, func)
record/bottle.py:177
Method
__init__
(self, func)
record/bottle.py:189
Method
__init__
(self)
record/bottle.py:249
Method
__init__
(self, strict=False)
record/bottle.py:296
Method
__init__
(self, catchall=True, autojson=True)
record/bottle.py:533
Method
__init__
Wrap a WSGI environ dictionary.
record/bottle.py:925
Method
__init__
(self, name, reader=None, writer=str, default='')
record/bottle.py:1295
Method
__init__
(self, body='', status=None, headers=None, **more_headers)
record/bottle.py:1339
Method
__init__
(self, body='', status=None, headers=None, header=None, **more_headers)
record/bottle.py:1584
Method
__init__
(self, status=None, body=None, exception=None, traceback=None, **options)
record/bottle.py:1608
Method
__init__
(self, json_dumps=json_dumps)
record/bottle.py:1628
Method
__init__
(self)
record/bottle.py:1660
Method
__init__
Create a virtual package that redirects imports (see PEP 302).
record/bottle.py:1719
Method
__init__
(self, *a, **k)
record/bottle.py:1760
Method
__init__
(self, *a, **ka)
record/bottle.py:1878
Method
__init__
(self, environ)
record/bottle.py:1912
Method
__init__
(self, fp, buffer_size=1024*64)
record/bottle.py:1997
Method
__init__
(self, iterator, close=None)
record/bottle.py:2014
Method
__init__
(self, base='./', opener=open, cachemode='all')
record/bottle.py:2036
Method
__init__
Wrapper for file uploads.
record/bottle.py:2114
Method
__init__
(self, host='127.0.0.1', port=8080, **options)
record/bottle.py:2469
Method
__init__
(self, lockfile, interval)
record/bottle.py:2843
Method
__init__
(self, message)
record/bottle.py:2889
Method
__init__
Create a new template. If the source parameter (str or buffer) is missing, the name argument is used to guess a template filename. Su
record/bottle.py:2899
Method
__init__
(self, message)
record/Bankmail.py:16
Method
__init__
(self, username, amount, **kwargs)
record/dalpay.py:10
Method
__init__
(self, name, ip, **kwargs)
record/model.py:65
Method
__init__
(self, name, ip, comments="")
record/model.py:247
Method
__init__
(self, **kwargs)
record/model.py:306
Method
__init__
Do not construct User directly. Use User.(new|get|auth)
record/model.py:388
Method
__init__
(self, key)
record/model.py:566
Method
__init__
(self, price)
record/model.py:590
Method
__init__
(self, addr, usertag)
record/model.py:607
Method
__init__
(self, key, name, status)
record/model.py:641
← previous
next →
201–300 of 621, ranked by callers