Home
last modified time | relevance | path

Searched refs:import_string (Results 126 – 150 of 311) sorted by relevance

12345678910>>...13

/dports/www/py-flask/Flask-2.0.2/docs/patterns/
H A Dlazyloading.rst61 from werkzeug.utils import import_string, cached_property
71 return import_string(self.import_name)
/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/management/
H A Dshells.py15 from django.utils.module_loading import import_string
252 … imported_objects[alias] = import_string("%s.%s" % (full_module_path, model_name))
/dports/www/py-werkzeug/Werkzeug-2.0.2/docs/
H A Dutils.rst38 .. autofunction:: import_string
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/jni_generator/
H A Djni_refactorer.py124 def add_chromium_import_to_java_file(contents, import_string): argument
141 return "%s%s\n%s" % (contents[:import_insert], import_string,
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/jni_generator/
H A Djni_refactorer.py124 def add_chromium_import_to_java_file(contents, import_string): argument
141 return "%s%s\n%s" % (contents[:import_insert], import_string,
/dports/www/py-django-registration-redux/django-registration-redux-2.8/registration/
H A Dmodels.py22 from django.utils.module_loading import import_string
626 admins_getter = import_string(registration_admins)
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/
H A Dconverter.py4 from django.utils.module_loading import import_string
78 custom_func = import_string(
/dports/devel/py-graphene-django/graphene-django-2.15.0/graphene_django/
H A Dconverter.py4 from django.utils.module_loading import import_string
78 custom_func = import_string(
/dports/www/py-django-guardian/django-guardian-1.4.9/guardian/
H A Dcompat.py70 def import_string(dotted_path): function
/dports/www/py-werkzeug/Werkzeug-2.0.2/src/werkzeug/
H A Dutils.py855 def import_string(import_name: str, silent: bool = False) -> t.Any: function
911 module = import_string(import_path)
1076 imported = import_string(name, silent=True)
/dports/devel/py-types-Werkzeug/types-Werkzeug-1.0.9/werkzeug-stubs/
H A Dutils.pyi45 def import_string(import_name, silent: bool = ...): ...
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/
H A Dutils.pyi44 def import_string(import_name, silent: bool = ...): ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Werkzeug/werkzeug/
H A Dutils.pyi45 def import_string(import_name, silent: bool = ...): ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/werkzeug/
H A Dutils.pyi44 def import_string(import_name, silent: bool = ...): ...
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/webapp2/webapp2_extras/
H A Dconfig.py103 values = webapp2.import_string(module + '.default_config',
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/jinja2/
H A Dutils.pyi17 def import_string(import_name, silent: bool = ...): ...
/dports/www/py-django-cms/django-cms-3.7.1/cms/
H A Dplugin_rendering.py12 from django.utils.module_loading import import_string
438 processor = import_string(path)
679 processor = import_string(path)
/dports/www/py-flask-oauthlib/Flask-OAuthlib-0.9.5/flask_oauthlib/provider/
H A Doauth2.py18 from werkzeug.utils import import_string
132 token_generator = import_string(token_generator)
138 refresh_token_generator = import_string(refresh_token_generator)
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/gnulib-local/lib/libcroco/
H A Dcr-statement.c1389 CRString *import_string = NULL; in cr_statement_at_import_rule_parse_from_buf() local
1405 &import_string, in cr_statement_at_import_rule_parse_from_buf()
1407 if (status != CR_OK || !import_string) in cr_statement_at_import_rule_parse_from_buf()
1410 result = cr_statement_new_at_import_rule (NULL, import_string, in cr_statement_at_import_rule_parse_from_buf()
1415 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
1435 if (import_string) { in cr_statement_at_import_rule_parse_from_buf()
1436 cr_string_destroy (import_string); in cr_statement_at_import_rule_parse_from_buf()
1437 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/libcroco/
H A Dcr-statement.c1389 CRString *import_string = NULL; in cr_statement_at_import_rule_parse_from_buf() local
1405 &import_string, in cr_statement_at_import_rule_parse_from_buf()
1407 if (status != CR_OK || !import_string) in cr_statement_at_import_rule_parse_from_buf()
1410 result = cr_statement_new_at_import_rule (NULL, import_string, in cr_statement_at_import_rule_parse_from_buf()
1415 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
1435 if (import_string) { in cr_statement_at_import_rule_parse_from_buf()
1436 cr_string_destroy (import_string); in cr_statement_at_import_rule_parse_from_buf()
1437 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/libcroco/
H A Dcr-statement.c1389 CRString *import_string = NULL; in cr_statement_at_import_rule_parse_from_buf() local
1405 &import_string, in cr_statement_at_import_rule_parse_from_buf()
1407 if (status != CR_OK || !import_string) in cr_statement_at_import_rule_parse_from_buf()
1410 result = cr_statement_new_at_import_rule (NULL, import_string, in cr_statement_at_import_rule_parse_from_buf()
1415 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
1435 if (import_string) { in cr_statement_at_import_rule_parse_from_buf()
1436 cr_string_destroy (import_string); in cr_statement_at_import_rule_parse_from_buf()
1437 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libcroco/
H A Dcr-statement.c1394 CRString *import_string = NULL; in cr_statement_at_import_rule_parse_from_buf() local
1410 &import_string, in cr_statement_at_import_rule_parse_from_buf()
1412 if (status != CR_OK || !import_string) in cr_statement_at_import_rule_parse_from_buf()
1415 result = cr_statement_new_at_import_rule (NULL, import_string, in cr_statement_at_import_rule_parse_from_buf()
1420 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
1440 if (import_string) { in cr_statement_at_import_rule_parse_from_buf()
1441 cr_string_destroy (import_string); in cr_statement_at_import_rule_parse_from_buf()
1442 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/gnulib-local/lib/libcroco/
H A Dcr-statement.c1389 CRString *import_string = NULL; in cr_statement_at_import_rule_parse_from_buf() local
1405 &import_string, in cr_statement_at_import_rule_parse_from_buf()
1407 if (status != CR_OK || !import_string) in cr_statement_at_import_rule_parse_from_buf()
1410 result = cr_statement_new_at_import_rule (NULL, import_string, in cr_statement_at_import_rule_parse_from_buf()
1415 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
1435 if (import_string) { in cr_statement_at_import_rule_parse_from_buf()
1436 cr_string_destroy (import_string); in cr_statement_at_import_rule_parse_from_buf()
1437 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/gnulib-local/lib/libcroco/
H A Dcr-statement.c1389 CRString *import_string = NULL; in cr_statement_at_import_rule_parse_from_buf() local
1405 &import_string, in cr_statement_at_import_rule_parse_from_buf()
1407 if (status != CR_OK || !import_string) in cr_statement_at_import_rule_parse_from_buf()
1410 result = cr_statement_new_at_import_rule (NULL, import_string, in cr_statement_at_import_rule_parse_from_buf()
1415 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
1435 if (import_string) { in cr_statement_at_import_rule_parse_from_buf()
1436 cr_string_destroy (import_string); in cr_statement_at_import_rule_parse_from_buf()
1437 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/lib/libcroco/
H A Dcr-statement.c1389 CRString *import_string = NULL; in cr_statement_at_import_rule_parse_from_buf() local
1405 &import_string, in cr_statement_at_import_rule_parse_from_buf()
1407 if (status != CR_OK || !import_string) in cr_statement_at_import_rule_parse_from_buf()
1410 result = cr_statement_new_at_import_rule (NULL, import_string, in cr_statement_at_import_rule_parse_from_buf()
1415 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()
1435 if (import_string) { in cr_statement_at_import_rule_parse_from_buf()
1436 cr_string_destroy (import_string); in cr_statement_at_import_rule_parse_from_buf()
1437 import_string = NULL; in cr_statement_at_import_rule_parse_from_buf()

12345678910>>...13