Home
last modified time | relevance | path

Searched refs:schema_extension (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/json_schema_compiler/
H A Dschema_loader.py21 _, schema_extension = os.path.splitext(schema)
24 if schema_extension == '.json':
26 elif schema_extension == '.idl':
30 (schema_extension, schema))
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/json_schema_compiler/
H A Dschema_loader.py21 _, schema_extension = os.path.splitext(schema)
24 if schema_extension == '.json':
26 elif schema_extension == '.idl':
30 (schema_extension, schema))
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/schema/
H A Dtransformer.py34 from tartiflette.types.schema_extension import GraphQLSchemaExtension
881 schema_extension = GraphQLSchemaExtension(
889 schema.add_extension(schema_extension)
891 return schema_extension
H A Dschema.py42 from tartiflette.types.schema_extension import GraphQLSchemaExtension
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/language/parsers/lark/
H A Dgraphql_sdl_grammar.lark190 schema_extension: EXTEND SCHEMA directives? "{" operation_type_definition+ "}"
210 ?type_system_extension: schema_extension
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/language/ast/
H A D__init__.py29 from .schema_extension import SchemaExtensionNode
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/include/
H A Dxmerl_xsd.hrl158 -record(schema_extension,{ record
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/include/
H A Dxmerl_xsd.hrl158 -record(schema_extension,{ record
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/include/
H A Dxmerl_xsd.hrl158 -record(schema_extension,{ record
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/include/
H A Dxmerl_xsd.hrl158 -record(schema_extension,{ record
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/include/
H A Dxmerl_xsd.hrl158 -record(schema_extension,{ record
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/include/
H A Dxmerl_xsd.hrl158 -record(schema_extension,{ record
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/include/
H A Dxmerl_xsd.hrl158 -record(schema_extension,{ record
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/language/parsers/lark/transformers/
H A Dnode_transformer.py775 def schema_extension(self, tree: "Tree") -> "SchemaNode": member in NodeTransformer
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/language/
H A Dtest_schema_parser.py332 def schema_extension(): function