MCPcopy Create free account

hub / github.com/NoGameNoLife00/mybolg / functions

Functions11,096 in github.com/NoGameNoLife00/mybolg

↓ 8 callersFunctionX
(a)
static/js/jquery.min.js:2
↓ 8 callersMethod__init__
(self, timezone=False)
libs/sqlalchemy/sql/sqltypes.py:783
↓ 8 callersMethod_check_literal
(self, expr, operator, other)
libs/sqlalchemy/sql/default_comparator.py:294
↓ 8 callersMethod_configure_property
(self, key, prop, init=True, setparent=True)
libs/sqlalchemy/orm/mapper.py:1507
↓ 8 callersMethod_get_collection_history
(self, state, passive=attributes.PASSIVE_OFF)
libs/sqlalchemy/orm/dynamic.py:188
↓ 8 callersFunction_normalize
(hostname)
libs/werkzeug/wsgi.py:111
↓ 8 callersMethod_normalize_path
Verify and normalize path. If the path is not relative to the base directory, will raise a 404 exception. If th
libs/flask_admin/contrib/fileadmin.py:446
↓ 8 callersMethod_on_model_change
Compatibility helper.
libs/flask_admin/model/base.py:1108
↓ 8 callersMethod_prepared_index_name
(self, index, include_schema=False)
libs/sqlalchemy/sql/compiler.py:2473
↓ 8 callersMethod_run_visitor
(self, visitorcallable, element, connection=None, **kwargs)
libs/sqlalchemy/engine/base.py:1613
↓ 8 callersMethod_write
(self, x)
libs/werkzeug/debug/console.py:53
↓ 8 callersMethodafter_model_change
Perform some actions after a model was created or updated and committed to the database. Called from create_mode
libs/flask_admin/model/base.py:1121
↓ 8 callersMethodassert_raises
(self, exc_type, callable=None, *args, **kwargs)
libs/flask/testsuite/__init__.py:141
↓ 8 callersFunctionb
()
libs/flask_admin/static/bootstrap/bootstrap3/js/bootstrap.min.js:6
↓ 8 callersMethodbuild
Assembles the relative url for that rule and the subdomain. If building doesn't work for some reasons `None` is returned. :internal:
libs/werkzeug/routing.py:706
↓ 8 callersFunctioncallable
(fn)
libs/sqlalchemy/util/compat.py:81
↓ 8 callersMethodcascade_iterator
Iterate each element and its mapper in an object graph, for all relationships that meet the given cascade rule. :param type_:
libs/sqlalchemy/orm/mapper.py:2423
↓ 8 callersMethodcompile_down
(self, zip='deflated', py_compile=False)
libs/jinja2/testsuite/loader.py:113
↓ 8 callersMethodcreate_all
Create all tables stored in this metadata. Conditional by default, will not attempt to recreate tables already present in the target
libs/sqlalchemy/sql/schema.py:3379
↓ 8 callersMethodcreate_blueprint
Create Flask blueprint.
libs/flask_admin/base.py:208
↓ 8 callersFunctioncreate_models
(db)
libs/flask_admin/tests/mongoengine/test_basic.py:30
↓ 8 callersMethodcurrent
Returns the current item.
libs/jinja2/utils.py:494
↓ 8 callersMethoddefine_constraint_deferrability
(self, constraint)
libs/sqlalchemy/sql/compiler.py:2628
↓ 8 callersMethoddelete
Delete view method
libs/flask_admin/contrib/fileadmin.py:708
↓ 8 callersMethoddifference_update
(self, other)
libs/sqlalchemy/util/_collections.py:409
↓ 8 callersMethoddumps
Returns a signed string serialized with the internal serializer. The return value can be either a byte or unicode string depending on
libs/itsdangerous.py:560
↓ 8 callersFunctionescape
(value)
libs/flask_admin/tools.py:104
↓ 8 callersMethodexecute
Executes the given construct and returns a :class:`.ResultProxy`. The arguments are the same as those used by :meth:`.Connection.exec
libs/sqlalchemy/engine/base.py:1734
↓ 8 callersFunctionf
(a)
static/ckeditor/plugins/forms/dialogs/select.js:7
↓ 8 callersMethodformat_alias
(self, alias, name=None)
libs/sqlalchemy/sql/compiler.py:2913
↓ 8 callersFunctiong
(c,b)
static/ckeditor/plugins/specialchar/dialogs/specialchar.js:5
↓ 8 callersMethodgeneric_visit
Called if no explicit visitor function exists for a node.
libs/jinja2/visitor.py:41
↓ 8 callersMethodget_confidence
(self)
libs/html_convert/chardet/utf8prober.py:69
↓ 8 callersMethodgetlist
Return the list of items for a given key. If that key is not in the :class:`Headers`, the return value will be an empty list. Just as
libs/werkzeug/datastructures.py:948
↓ 8 callersMethodhas_sequence
Check the existence of a particular sequence in the database. Given a :class:`.Connection` object and a string `sequence_name`, retur
libs/sqlalchemy/engine/interfaces.py:405
↓ 8 callersFunctionhttp_date
Formats the time to match the RFC1123 date format. Accepts a floating point number expressed in seconds since the epoch in, a datetime object
libs/werkzeug/http.py:733
↓ 8 callersMethodindex
(self)
libs/flask_admin/tests/test_base.py:15
↓ 8 callersMethodinfo
Info dictionary associated with the underlying DBAPI connection referred to by this :class:`.Connection`, allowing user-defined data t
libs/sqlalchemy/engine/base.py:265
↓ 8 callersFunctioniri_to_uri
r""" Converts any unicode based IRI to an acceptable ASCII URI. Werkzeug always uses utf-8 URLs internally because this is what browsers and H
libs/werkzeug/urls.py:611
↓ 8 callersMethodis_accessible_path
Verify if the provided path is accessible for the current user. Override to customize behavior. :param path:
libs/flask_admin/contrib/fileadmin.py:184
↓ 8 callersMethodissubset
(self, iterable)
libs/sqlalchemy/util/_collections.py:473
↓ 8 callersMethoditems
(self)
libs/flask_admin/_compat.py:94
↓ 8 callersMethoditems
Return a list of items.
libs/jinja2/utils.py:432
↓ 8 callersMethodmanager_of_class
(self, cls)
libs/sqlalchemy/ext/instrumentation.py:166
↓ 8 callersFunctionobject_type_repr
Returns the name of the object's type. For some recognized singletons the name of the object is returned instead. (For example for `None` and
libs/jinja2/utils.py:156
↓ 8 callersMethodoperation
Return readable operation name. For example: u'equals'
libs/flask_admin/model/filters.py:80
↓ 8 callersMethodparse_assign_target
Parse an assignment target. As Jinja2 allows assignments to tuples, this function can parse all allowed assignment targets. Per defa
libs/jinja2/parser.py:356
↓ 8 callersFunctionparse_date
Parse one of the following date formats into a datetime object: .. sourcecode:: text Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated b
libs/werkzeug/http.py:668
↓ 8 callersMethodpop
(self, state, dict_, value, initiator, passive=PASSIVE_OFF)
libs/sqlalchemy/orm/attributes.py:622
↓ 8 callersMethodpopulate
(cls, class_, subject)
libs/sqlalchemy/orm/events.py:396
↓ 8 callersMethodprev
Returns a :class:`Pagination` object for the previous page.
libs/flask_sqlalchemy/__init__.py:326
↓ 8 callersFunctionqa
(a)
libs/werkzeug/debug/shared/jquery.js:21
↓ 8 callersMethodrepr
(self, obj)
libs/werkzeug/debug/repr.py:228
↓ 8 callersMethodreset
(self)
libs/html_convert/chardet/utf8prober.py:42
↓ 8 callersMethodrollback
Roll back this :class:`.Transaction`.
libs/sqlalchemy/engine/base.py:1316
↓ 8 callersMethodupdate
update() extends rather than replaces existing key lists.
libs/werkzeug/datastructures.py:560
↓ 8 callersMethodwith_wrapper
(self, fn_wrap)
libs/sqlalchemy/event/registry.py:159
↓ 8 callersFunctionz
(a, b,c)
static/ckeditor/ckeditor.js:552
↓ 7 callersFunction$e
(e)
static/simplemde/simplemde.min.js:8
↓ 7 callersFunctionBt
(e,t)
static/simplemde/simplemde.min.js:9
↓ 7 callersFunctionG
(a,b)
static/ckeditor/ckeditor.js:508
↓ 7 callersFunctionJr
(e,t,n)
static/simplemde/simplemde.min.js:10
↓ 7 callersFunctionKr
(e,t,n)
static/simplemde/simplemde.min.js:10
↓ 7 callersFunctionN
(e,t,n)
static/simplemde/simplemde.min.js:7
↓ 7 callersFunctionP
(e,t,n)
static/simplemde/simplemde.min.js:7
↓ 7 callersFunctionUi
(e)
static/simplemde/simplemde.min.js:10
↓ 7 callersFunctionW
(e,t,n,r)
static/simplemde/simplemde.min.js:7
↓ 7 callersFunctionYt
(e,t,n,r)
static/simplemde/simplemde.min.js:9
↓ 7 callersMethod__init__
(self, secret_key, salt=None, sep='.', key_derivation=None, digest_method=None, algorithm=Non
libs/itsdangerous.py:307
↓ 7 callersMethod__init__
Create a DDL statement. :param statement: A string or unicode string to be executed. Statements will be processed with P
libs/sqlalchemy/sql/ddl.py:308
↓ 7 callersMethod__init__
Constructor. :param text: Text to render :param escape: Should text be escaped o
libs/flask_admin/form/rules.py:100
↓ 7 callersMethod__setattr__
(self, name, value)
libs/werkzeug/local.py:73
↓ 7 callersMethod__setitem__
(self, key, value)
libs/sqlalchemy/orm/identity.py:66
↓ 7 callersMethod_adapt_clause
Adapt incoming clauses to transformations which have been applied within this query.
libs/sqlalchemy/orm/query.py:230
↓ 7 callersMethod_assert_active
(self, prepared_ok=False, rollback_ok=False, deactive_ok=False,
libs/sqlalchemy/orm/session.py:190
↓ 7 callersFunction_deep_deannotate
Deep copy the given element, removing annotations.
libs/sqlalchemy/sql/annotation.py:129
↓ 7 callersFunction_expand_cloned
expand the given set of ClauseElements to be the set of all 'cloned' predecessors.
libs/sqlalchemy/sql/elements.py:3358
↓ 7 callersMethod_extend
Extend a string-type declaration with standard SQL COLLATE annotations.
libs/sqlalchemy/dialects/mssql/base.py:630
↓ 7 callersMethod_flush_warning
(self, method)
libs/sqlalchemy/orm/session.py:1923
↓ 7 callersFunction_from_objects
(*elements)
libs/sqlalchemy/sql/base.py:36
↓ 7 callersMethod_from_selectable
(self, fromclause)
libs/sqlalchemy/orm/query.py:980
↓ 7 callersMethod_get_committed_state_attr_by_column
( self, state, dict_, column, passive=attributes.P
libs/sqlalchemy/orm/mapper.py:2335
↓ 7 callersMethod_get_path
(self, filename)
libs/flask_admin/form/upload.py:236
↓ 7 callersMethod_get_strategy_by_cls
(self, cls)
libs/sqlalchemy/orm/interfaces.py:457
↓ 7 callersFunction_get_user
()
libs/flask_login.py:792
↓ 7 callersMethod_identity_key_from_state
(self, state)
libs/sqlalchemy/orm/mapper.py:2290
↓ 7 callersMethod_mysql_type
(self, type_)
libs/sqlalchemy/dialects/mysql/base.py:1990
↓ 7 callersMethod_schema_item_copy
(self, schema_item)
libs/sqlalchemy/sql/schema.py:104
↓ 7 callersMethod_test_get_table_names
(self, schema=None, table_type='table', order_by=None)
libs/sqlalchemy/testing/suite/test_reflection.py:144
↓ 7 callersFunction_unicodify_header_value
(value)
libs/werkzeug/datastructures.py:833
↓ 7 callersMethod_validate_dialect_kwargs
(self, kwargs)
libs/sqlalchemy/sql/base.py:271
↓ 7 callersMethodadd_special
Register a special name like `loop`.
libs/jinja2/compiler.py:123
↓ 7 callersMethodagainst
Return a copy of this DDL against a specific schema item.
libs/sqlalchemy/sql/ddl.py:140
↓ 7 callersMethodall_states
(self)
libs/sqlalchemy/orm/identity.py:175
↓ 7 callersMethodbegin
Begin a transaction on this :class:`.Session`. If this Session is already within a transaction, either a plain transaction or nested
libs/sqlalchemy/orm/session.py:680
↓ 7 callersFunctionbf
(a)
static/js/jquery.min.js:2
↓ 7 callersFunctioncatch_warnings
Catch warnings in a with block in a list
libs/flask/testsuite/__init__.py:70
↓ 7 callersMethodclose
(self)
libs/sqlalchemy/testing/engines.py:324
↓ 7 callersMethodclose_all
(self)
libs/sqlalchemy/testing/engines.py:55
↓ 7 callersMethoddesc
Produce a :func:`~.expression.desc` clause against the parent object.
libs/sqlalchemy/sql/operators.py:538
← previousnext →501–600 of 11,096, ranked by callers