MCPcopy Create free account

hub / github.com/NoGameNoLife00/mybolg / functions

Functions11,096 in github.com/NoGameNoLife00/mybolg

↓ 48 callersFunctionr
()
static/simplemde/simplemde.min.js:7
↓ 47 callersFunctionGn
(t,n,r,i)
static/simplemde/simplemde.min.js:9
↓ 46 callersMethodcompile
Compiles the regular expression and stores it.
libs/werkzeug/routing.py:612
↓ 46 callersFunctionme
(e,t)
static/simplemde/simplemde.min.js:8
↓ 46 callersFunctionredirect
Returns a response object (a WSGI application) that, if called, redirects the client to the target location. Supported codes are 301, 302, 30
libs/werkzeug/utils.py:338
↓ 45 callersMethodreset
Resets the cycle.
libs/jinja2/utils.py:489
↓ 44 callersMethodcompile
Produce the internal string representation of this element.
libs/sqlalchemy/sql/compiler.py:203
↓ 44 callersMethodintersection
(self, other)
libs/sqlalchemy/testing/util.py:86
↓ 44 callersFunctiont
(e)
static/simplemde/simplemde.min.js:7
↓ 44 callersMethodwrite
(self, s)
libs/werkzeug/contrib/iterio.py:191
↓ 43 callersMethodexpect
Expect a given token type and return it. This accepts the same argument as :meth:`jinja2.lexer.Token.test`.
libs/jinja2/lexer.py:360
↓ 43 callersFunctionf
()
static/ckeditor/ckeditor.js:11
↓ 43 callersFunctionh
(e,t)
static/simplemde/simplemde.min.js:7
↓ 43 callersMethodreplace
(elem)
libs/sqlalchemy/orm/query.py:269
↓ 42 callersFunctionlazy_gettext
(string, **variables)
libs/flask_admin/babel.py:34
↓ 42 callersFunctionp
(a)
static/ckeditor/ckeditor.js:192
↓ 42 callersFunctionsetup
()
libs/flask_admin/tests/sqla/__init__.py:6
↓ 42 callersMethodvalues
Return an iterator yielding result tuples corresponding to the given list of columns
libs/sqlalchemy/orm/query.py:1001
↓ 41 callersMethodassert_raises
(self, *args, **kwargs)
libs/jinja2/testsuite/__init__.py:57
↓ 41 callersFunctione
(n,r)
static/simplemde/simplemde.min.js:7
↓ 41 callersFunctionopen
()
libs/sqlalchemy/testing/exclusions.py:373
↓ 40 callersMethoditems
Return a list of tuples, each tuple containing a key/value pair.
libs/sqlalchemy/engine/result.py:160
↓ 40 callersMethodjoin
Return a :class:`.Join` from this :class:`.FromClause` to another :class:`FromClause`. E.g.:: from sqlalchemy import joi
libs/sqlalchemy/sql/selectable.py:193
↓ 40 callersMethodoperate
Operate on an argument. This is the lowest level of operation, raises :class:`NotImplementedError` by default. Overriding th
libs/sqlalchemy/sql/operators.py:161
↓ 40 callersFunctionpublic_factory
Produce a wrapping function for the given cls or classmethod. Rationale here is so that the __init__ method of the class can serve as documen
libs/sqlalchemy/util/langhelpers.py:126
↓ 40 callersMethodsend
Verifies and sends the message.
libs/flask_mail.py:424
↓ 39 callersMethodadd
()
libs/flask/testsuite/helpers.py:84
↓ 39 callersMethodmap
(self)
libs/sqlalchemy/ext/declarative/base.py:406
↓ 39 callersMethodoffset
Apply an ``OFFSET`` to the query and return the newly resulting ``Query``.
libs/sqlalchemy/orm/query.py:2261
↓ 39 callersMethodsort
(self, *arg, **kw)
libs/sqlalchemy/util/_collections.py:243
↓ 39 callersMethodsub
()
libs/flask/testsuite/reqctx.py:47
↓ 38 callersMethodas_const
(self, eval_ctx=None)
libs/jinja2/nodes.py:776
↓ 37 callersMethodassert_equal
(self, a, b)
libs/jinja2/testsuite/__init__.py:54
↓ 37 callersMethodcommit
Flush pending changes and commit the current transaction. If no transaction is in progress, this method raises an :exc:`~sqlalchemy.e
libs/sqlalchemy/orm/session.py:742
↓ 37 callersMethoddifference
(self, other)
libs/sqlalchemy/testing/util.py:83
↓ 37 callersFunctiong
()
static/ckeditor/ckeditor.js:10
↓ 37 callersFunctionh
(a,b)
static/ckeditor/ckeditor.js:186
↓ 37 callersMethodregister_blueprint
Registers a blueprint on the application. .. versionadded:: 0.7
libs/flask/app.py:874
↓ 37 callersMethodtext_type
Target database must support an unbounded Text() " "type such as TEXT or CLOB
libs/sqlalchemy/testing/requirements.py:489
↓ 36 callersMethodexc_info
Exception info tuple with a proxy around the frame objects.
libs/jinja2/debug.py:117
↓ 36 callersMethodprocess
(self, obj, **kwargs)
libs/sqlalchemy/sql/compiler.py:221
↓ 35 callersFunctionclone
(elem)
libs/sqlalchemy/sql/visitors.py:274
↓ 35 callersMethoddetach
Separate this connection from its Pool. This means that the connection will no longer be returned to the pool when closed, and will i
libs/sqlalchemy/pool.py:774
↓ 35 callersMethodexists
A convenience method that turns a query into an EXISTS subquery of the form EXISTS (SELECT 1 FROM ... WHERE ...). e.g.::
libs/sqlalchemy/orm/query.py:2562
↓ 35 callersMethodget
Return an item from the cache dict or `default`
libs/jinja2/utils.py:336
↓ 35 callersMethodmatch
Implements a database-specific 'match' operator. :meth:`~.ColumnOperators.match` attempts to resolve to a MATCH-like function or oper
libs/sqlalchemy/sql/operators.py:522
↓ 34 callersMethodalias
(self, name=None, flat=False)
libs/sqlalchemy/sql/selectable.py:1056
↓ 34 callersFunctiono
(e)
static/simplemde/simplemde.min.js:7
↓ 34 callersMethodprocess
(value)
libs/sqlalchemy/dialects/postgresql/base.py:563
↓ 33 callersFunctione
(h,l)
libs/werkzeug/debug/shared/jquery.js:141
↓ 33 callersMethodescape
Escape the string. Works like :func:`escape` with the difference that for subclasses of :class:`Markup` this function would return the
libs/markupsafe/__init__.py:160
↓ 33 callersMethodpop
(self, index=-1)
libs/sqlalchemy/ext/orderinglist.py:327
↓ 33 callersMethodquery
Return a new :class:`.Query` object corresponding to this :class:`.Session`.
libs/sqlalchemy/orm/session.py:1161
↓ 33 callersMethodscalar
Return the first element of the first result or None if no rows present. If multiple rows are returned, raises MultipleResultsFound.
libs/sqlalchemy/orm/query.py:2406
↓ 32 callersFunctionIi
(e)
static/simplemde/simplemde.min.js:10
↓ 32 callersMethoditems
(self)
libs/sqlalchemy/orm/identity.py:169
↓ 32 callersFunctionl
(e)
static/simplemde/simplemde.min.js:7
↓ 32 callersMethodpop
Removes the topmost item from the stack, will return the old value or `None` if the stack was already empty.
libs/werkzeug/local.py:144
↓ 32 callersMethodread
Read `size` bytes or if size is not provided everything is read. :param size: the number of bytes read.
libs/werkzeug/wsgi.py:980
↓ 31 callersFunction_tidy
(fn)
libs/sqlalchemy/orm/collections.py:1051
↓ 31 callersMethodappend
(self, event_key, propagate)
libs/sqlalchemy/event/attr.py:379
↓ 31 callersMethodbind
Return a new :class:`MapAdapter` with the details specified to the call. Note that `script_name` will default to ``'/'`` if not further
libs/werkzeug/routing.py:1112
↓ 31 callersMethodclear
Clear the cache.
libs/jinja2/utils.py:357
↓ 31 callersFunctionis_immutable
(self)
libs/werkzeug/datastructures.py:27
↓ 31 callersMethodkeys
Return a list of all keys ordered by most recent usage.
libs/jinja2/utils.py:450
↓ 31 callersMethodto_list
Convert the headers into a list suitable for WSGI.
libs/werkzeug/datastructures.py:1178
↓ 30 callersMethod__init__
Construct a BIT. :param length: Optional, number of bits.
libs/sqlalchemy/dialects/mysql/base.py:857
↓ 30 callersMethodfetchall
Fetch all rows, just like DB-API ``cursor.fetchall()``.
libs/sqlalchemy/engine/result.py:777
↓ 30 callersMethodfetchone
Fetch one row, just like DB-API ``cursor.fetchone()``. If a row is present, the cursor remains open after this is called. Else the cu
libs/sqlalchemy/engine/result.py:808
↓ 30 callersMethodgettext
Get a translation for the given message. This proxies for the internal translations object. :param string: A unicode string
libs/wtforms/fields/core.py:151
↓ 30 callersMethodlisten
(target_cls, *arg)
libs/sqlalchemy/orm/events.py:67
↓ 30 callersFunctionq
(a)
static/ckeditor/ckeditor.js:193
↓ 30 callersMethodset
Remove all header tuples for `key` and add a new one. The newly added key either appears at the end of the list if there was no entry
libs/werkzeug/datastructures.py:1117
↓ 29 callersFunctionTable
A schema.Table wrapper/hook for dialect-specific tweaks.
libs/sqlalchemy/testing/schema.py:17
↓ 29 callersFunctionf
()
libs/flask_admin/static/bootstrap/bootstrap3/js/bootstrap.min.js:7
↓ 29 callersMethodindent
Indent by one.
libs/jinja2/compiler.py:451
↓ 29 callersFunctioninspect
Produce an inspection object for the given target. The returned value in some cases may be the same object as the one given, such as if a
libs/sqlalchemy/inspection.py:38
↓ 29 callersFunctionti
(e)
static/simplemde/simplemde.min.js:10
↓ 29 callersMethodupper
(self)
libs/sqlalchemy/sql/elements.py:3203
↓ 28 callersFunctiona
(e,t,n)
static/simplemde/simplemde.min.js:7
↓ 28 callersMethoddumps
(self, value)
libs/flask/sessions.py:60
↓ 28 callersMethodformat_table
Prepare a quoted table and schema name.
libs/sqlalchemy/sql/compiler.py:2930
↓ 28 callersMethodget
(self, ident, **kwargs)
libs/sqlalchemy/ext/horizontal_shard.py:64
↓ 28 callersMethodorder_by
apply one or more ORDER BY criterion to the query and return the newly resulting ``Query`` All existing ORDER BY settings can be supp
libs/sqlalchemy/orm/query.py:1300
↓ 28 callersMethodpush
()
libs/werkzeug/debug/console.py:68
↓ 28 callersMethodrefresh
Rebinds and refreshes the URL. Call this if you modified the rule in place. :internal:
libs/werkzeug/routing.py:579
↓ 28 callersMethodrender
Render template :param template: Template path to render :param kwargs: Template
libs/flask_admin/base.py:266
↓ 28 callersMethodtest
(self)
libs/flask_admin/tests/test_base.py:19
↓ 27 callersMethodclose
(self)
libs/flask/testsuite/helpers.py:566
↓ 27 callersMethodclosed
Return True if this connection is closed.
libs/sqlalchemy/engine/base.py:217
↓ 27 callersMethodcreate
Issue a ``CREATE`` statement for this :class:`.Table`, using the given :class:`.Connectable` for connectivity. .. seealso::
libs/sqlalchemy/sql/schema.py:692
↓ 27 callersMethodcreate_all
Creates all tables. .. versionchanged:: 0.12 Parameters were added
libs/flask_sqlalchemy/__init__.py:889
↓ 27 callersFunctioncreate_models
(db)
libs/flask_admin/tests/sqla/test_basic.py:26
↓ 27 callersMethoddata
(self)
libs/werkzeug/wrappers.py:432
↓ 27 callersMethodget
(self, name, default=None)
libs/flask/ctx.py:27
↓ 27 callersFunctioni
(a,m,t,j)
static/ckeditor/ckeditor.js:10
↓ 27 callersMethodprocess
(value)
libs/sqlalchemy/dialects/mysql/base.py:873
↓ 27 callersMethodself_group
(self, against=None)
libs/sqlalchemy/sql/elements.py:2830
↓ 27 callersMethodsetdefault
Returns the value for the key if it is in the dict, otherwise it returns `default` and sets that value for `key`. :param key: The key
libs/werkzeug/datastructures.py:1151
↓ 26 callersMethodfail
Convenience method that raises `exc` with the message, passed line number or last line number as well as the current name and filename
libs/jinja2/parser.py:44
← previousnext →101–200 of 11,096, ranked by callers