MCPcopy Create free account

hub / github.com/NoGameNoLife00/mybolg / functions

Functions11,096 in github.com/NoGameNoLife00/mybolg

↓ 695 callersFunctioneq_
Assert a == b, with repr messaging on failure.
libs/sqlalchemy/testing/assertions.py:185
↓ 627 callersMethodpush
Binds the app context to the current context.
libs/flask/ctx.py:163
↓ 606 callersMethodappend
(self, clause)
libs/sqlalchemy/sql/elements.py:1717
↓ 588 callersMethodreplace
Return an URL with the same values, except for those parameters given new values by whichever keyword arguments are specified.
libs/werkzeug/urls.py:51
↓ 457 callersMethodjoin
Joins this URL with another one. This is just a convenience function for calling into :meth:`url_join` and then parsing the return va
libs/werkzeug/urls.py:134
↓ 421 callersMethodassert_equal
(self, x, y)
libs/flask/testsuite/__init__.py:138
↓ 409 callersMethodsplit
(self, *args, **kwargs)
libs/markupsafe/__init__.py:113
↓ 401 callersMethodcall
Call the callable with the arguments and keyword arguments provided but inject the active context or environment as first argument if
libs/jinja2/runtime.py:167
↓ 391 callersMethoddata
(self)
libs/wtforms/form.py:157
↓ 371 callersMethodget
(self, cls)
libs/flask_admin/tests/test_base.py:48
↓ 351 callersFunctionset
(self, attr)
libs/sqlalchemy/orm/scoping.py:158
↓ 339 callersMethodrender
This method accepts the same arguments as the `dict` constructor: A dict, a dict subclass or some keyword arguments. If no arguments
libs/jinja2/environment.py:954
↓ 322 callersMethoddecode
Decodes the URL to a tuple made out of strings. The charset is only being used for the path, query and fragment.
libs/werkzeug/urls.py:337
↓ 304 callersMethodfrom_string
Load a template from a string. This parses the source given and returns a :class:`Template` object.
libs/jinja2/environment.py:835
↓ 289 callersMethodtest
Test a token against a token expression. This can either be a token type or ``'token_type:token_value'``. This can only test against
libs/jinja2/lexer.py:240
↓ 287 callersFunction$
(a)
static/ckeditor/ckeditor.js:878
↓ 272 callersMethodfire
()
libs/flask/testsuite/regression.py:65
↓ 262 callersMethodadd
Add a new rule or factory to the map and bind it. Requires that the rule is not bound to another map. :param rulefactory: a :class:`
libs/werkzeug/routing.py:1100
↓ 260 callersMethodextend
(self, cols)
libs/sqlalchemy/sql/base.py:609
↓ 221 callersMethodfind
Find the first node of a given type. If no such node exists the return value is `None`.
libs/jinja2/nodes.py:177
↓ 218 callersMethodremove
Remove the given Table object from this MetaData.
libs/sqlalchemy/sql/schema.py:3224
↓ 215 callersMethodattr
Return an attribute node for the current extension. This is useful to pass constants on extensions to generated template code. ::
libs/jinja2/ext.py:107
↓ 213 callersMethodtest_client
Creates a test client for this application. For information about unit testing head over to :ref:`testing`. Note that if you are tes
libs/flask/app.py:779
↓ 190 callersMethodappend
(self, item)
libs/werkzeug/datastructures.py:103
↓ 190 callersMethodget
Like open but method is enforced to GET.
libs/werkzeug/test.py:771
↓ 179 callersMethodmatch
Check if the rule matches a given path. Path is a string in the form ``"subdomain|/path(method)"`` and is assembled by the map. If th
libs/werkzeug/routing.py:664
↓ 174 callersMethodget
Return an instance based on the given primary key identifier, or ``None`` if not found. E.g.:: my_user = session.query(U
libs/sqlalchemy/orm/query.py:752
↓ 159 callersMethodexecute
Execute this DDL immediately. Executes the DDL statement in isolation using the supplied :class:`.Connectable` or :class:`.Co
libs/sqlalchemy/sql/ddl.py:71
↓ 147 callersMethodapply
Apply search criteria to the query and return new query. :param query: Query
libs/flask_admin/model/filters.py:71
↓ 144 callersMethodencode
Encodes the URL to a tuple made out of bytes. The charset is only being used for the path, query and fragment.
libs/werkzeug/urls.py:309
↓ 137 callersMethodpop
(self)
libs/sqlalchemy/testing/util.py:74
↓ 134 callersMethodslice
apply LIMIT/OFFSET to the ``Query`` based on a " "range and return the newly resulting ``Query``.
libs/sqlalchemy/orm/query.py:2236
↓ 134 callersMethodwrite
Write a string into the output stream.
libs/jinja2/compiler.py:492
↓ 133 callersMethodlower
(self)
libs/sqlalchemy/sql/elements.py:3196
↓ 130 callersMethodstartswith
Implement the ``startwith`` operator. In a column context, produces the clause ``LIKE '<other>%'``
libs/sqlalchemy/sql/operators.py:498
↓ 111 callersMethodjoin
Create a SQL JOIN against this :class:`.Query` object's criterion and apply generatively, returning the newly resulting :class:`.Query`.
libs/sqlalchemy/orm/query.py:1474
↓ 111 callersMethodproxy
(*children, **arguments)
libs/werkzeug/utils.py:160
↓ 110 callersMethodpop
Pops the app context.
libs/flask/ctx.py:169
↓ 109 callersMethodadd_view
Add a view to the collection. :param view: View to add.
libs/flask_admin/base.py:509
↓ 109 callersFunctionnext
(it)
libs/jinja2/_compat.py:88
↓ 108 callersMethodget
(self)
libs/flask/testsuite/views.py:44
↓ 107 callersFunctiona
()
static/ckeditor/ckeditor.js:6
↓ 106 callersFunctionfn
(e,t,n)
static/simplemde/simplemde.min.js:9
↓ 105 callersMethodclone
(self, **kwargs)
libs/flask_admin/model/base.py:47
↓ 104 callersMethodfilter
apply the given filtering criterion to a copy of this :class:`.Query`, using SQL expressions. e.g.:: session.query(MyCla
libs/sqlalchemy/orm/query.py:1237
↓ 103 callersFunctioniteritems
(d)
libs/flask_sqlalchemy/_compat.py:18
↓ 103 callersMethodselect
Create a :class:`.Select` from this :class:`.Join`. The equivalent long-hand form, given a :class:`.Join` object ``j``, is::
libs/sqlalchemy/sql/selectable.py:787
↓ 101 callersFunctiona
(b,c)
static/js/jquery.min.js:2
↓ 101 callersMethodcontains
Check if an etag is part of the set ignoring weak tags. It is also possible to use the ``in`` operator.
libs/werkzeug/datastructures.py:2094
↓ 99 callersMethodsetdefault
Set `default` if the key is not in the cache otherwise leave unchanged. Return the value of this key.
libs/jinja2/utils.py:343
↓ 96 callersMethodupdate
Called before matching and building to keep the compiled rules in the correct order after things changed.
libs/werkzeug/routing.py:1229
↓ 95 callersFunctiona
()
libs/werkzeug/debug/shared/jquery.js:22
↓ 91 callersMethodwarn
()
libs/sqlalchemy/orm/descriptor_props.py:474
↓ 90 callersMethodwriteline
Combination of newline and write.
libs/jinja2/compiler.py:507
↓ 88 callersFunctione
()
libs/flask_admin/static/bootstrap/bootstrap3/js/bootstrap.min.js:6
↓ 88 callersMethodupdate
Perform a bulk update query. Updates rows matched by this query in the database. :param values: a dictionary with attributes names a
libs/sqlalchemy/orm/query.py:2712
↓ 87 callersMethodget
()
libs/flask/testsuite/basic.py:158
↓ 81 callersMethod_get_current_object
Return the current object. This is useful if you want the real object behind the proxy at a time for performance reasons or because y
libs/werkzeug/local.py:291
↓ 81 callersMethodexecute
(self, conn, clauseelement, multiparams, params, result)
libs/sqlalchemy/testing/assertsql.py:341
↓ 80 callersMethodget
Look up key in the cache and return the value for it. :param key: the key to be looked up. :returns: The value if it exists and is re
libs/werkzeug/contrib/cache.py:102
↓ 77 callersMethodcount
Return a count of rows this Query would return. This generates the SQL for this Query as follows:: SELECT count(1) AS count_1 FR
libs/sqlalchemy/orm/query.py:2602
↓ 77 callersMethodvisit
Visit a node.
libs/jinja2/visitor.py:34
↓ 76 callersMethodappend
(self, item)
libs/sqlalchemy/orm/dynamic.py:301
↓ 76 callersFunctionb
()
static/ckeditor/ckeditor.js:7
↓ 76 callersFunctionc
()
libs/flask_admin/static/bootstrap/bootstrap3/js/bootstrap.min.js:6
↓ 73 callersMethodone
Return exactly one result or raise an exception. Raises ``sqlalchemy.orm.exc.NoResultFound`` if the query selects no rows. Raises ``
libs/sqlalchemy/orm/query.py:2373
↓ 72 callersFunctione
(a)
static/ckeditor/ckeditor.js:9
↓ 72 callersMethodpost
(self, cls)
libs/flask_admin/tests/test_base.py:51
↓ 72 callersMethodtest_request_context
Creates a WSGI environment from the given values (see :func:`werkzeug.test.EnvironBuilder` for more information, this function accepts
libs/flask/app.py:1775
↓ 71 callersFunctiongettext
(string, **variables)
libs/flask_admin/babel.py:28
↓ 70 callersMethodget_template
Load a template from the loader. If a loader is configured this method ask the loader for the template and returns a :class:`Template`.
libs/jinja2/environment.py:771
↓ 69 callersFunctionescape
Replace special characters "&", "<", ">" and (") to HTML-safe sequences. There is a special handling for `None` which escapes to an empty string.
libs/werkzeug/utils.py:292
↓ 69 callersMethodtest
Test if a rule would match. Works like `match` but returns `True` if the URL matches, or `False` if it does not exist. :param path_i
libs/werkzeug/routing.py:1464
↓ 67 callersMethodassert_in
(self, x, y)
libs/flask/testsuite/__init__.py:154
↓ 67 callersFunctionc
(f)
static/ckeditor/ckeditor.js:52
↓ 67 callersMethodconcat
Implement the 'concat' operator. In a column context, produces the clause ``a || b``, or uses the ``concat()`` operator on MySQL.
libs/sqlalchemy/sql/operators.py:360
↓ 67 callersMethodopen
Takes the same arguments as the :class:`EnvironBuilder` class with some additions: You can provide a :class:`EnvironBuilder` or a WSGI
libs/werkzeug/test.py:701
↓ 66 callersFunctionColumn
A schema.Column wrapper/hook for dialect-specific tweaks.
libs/sqlalchemy/testing/schema.py:64
↓ 64 callersMethodpop
(self, key, *args)
libs/sqlalchemy/orm/identity.py:57
↓ 62 callersFunctionflash
Flashes a message to the next request. In order to remove the flashed message from the session and to display it to the user, the template ha
libs/flask/helpers.py:342
↓ 61 callersFunctionp
(a,b)
static/js/jquery.min.js:2
↓ 61 callersFunctionwarn
Issue a warning. If msg is a string, :class:`.exc.SAWarning` is used as the category. .. note:: This function is swapped out whe
libs/sqlalchemy/util/langhelpers.py:1190
↓ 59 callersFunctiond
()
static/ckeditor/ckeditor.js:7
↓ 59 callersMethodinsert
Generate an :func:`.insert` construct against this :class:`.TableClause`. E.g.:: table.insert().values(name='foo')
libs/sqlalchemy/sql/selectable.py:1239
↓ 59 callersFunctionji
(e,t,n,r)
static/simplemde/simplemde.min.js:10
↓ 59 callersFunctionm
(a)
static/ckeditor/ckeditor.js:188
↓ 58 callersMethod_compiler_dispatch
(self, visitor, **kw)
libs/sqlalchemy/sql/annotation.py:70
↓ 58 callersMethodassert_true
(self, x, msg=None)
libs/flask/testsuite/__init__.py:148
↓ 56 callersFunctionZr
(e,t)
static/simplemde/simplemde.min.js:10
↓ 55 callersMethodlisten
(self, *args, **kw)
libs/sqlalchemy/event/registry.py:183
↓ 55 callersMethodparent
Return an inspection instance representing the parent. This will be either an instance of :class:`.Mapper` or :class:`.AliasedInsp`,
libs/sqlalchemy/orm/attributes.py:131
↓ 55 callersMethodsave
(self)
libs/jinja2/nodes.py:89
↓ 54 callersMethodfirst
Return the first result of this ``Query`` or None if the result doesn't contain any row. first() applies a limit of one within the ge
libs/sqlalchemy/orm/query.py:2352
↓ 52 callersMethodadd
Place an object in the ``Session``. Its state will be persisted to the database on the next flush operation. Repeated calls
libs/sqlalchemy/orm/session.py:1474
↓ 51 callersMethodnext
Returns a :class:`Pagination` object for the next page.
libs/flask_sqlalchemy/__init__.py:342
↓ 50 callersFunctioni
(a,l)
static/simplemde/simplemde.min.js:7
↓ 49 callersFunctions
()
libs/flask_admin/static/bootstrap/bootstrap2/js/bootstrap.min.js:6
↓ 48 callersMethodendswith
Implement the 'endswith' operator. In a column context, produces the clause ``LIKE '%<other>'``
libs/sqlalchemy/sql/operators.py:506
↓ 48 callersMethodextend
Extend the headers with a dict or an iterable yielding keys and values.
libs/werkzeug/datastructures.py:1000
↓ 48 callersMethodobj
(self)
libs/sqlalchemy/orm/state.py:231
next →1–100 of 11,096, ranked by callers