Home
last modified time | relevance | path

Searched refs:runtime_type (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/coercers/outputs/
H A Dabstract_coercer.py38 runtime_type = execution_context.schema.find_type(
42 runtime_type = runtime_type_or_name
44 runtime_type = runtime_type_or_name
46 if not isinstance(runtime_type, GraphQLObjectType):
59 if not return_type.is_possible_type(runtime_type):
65 return runtime_type
100 runtime_type = ensure_valid_runtime_type(
110 await runtime_type.pre_output_coercion_directives(
120 runtime_type,
/dports/devel/p5-GraphQL/GraphQL-0.52/lib/GraphQL/Role/
H A DAbstract.pm36 my $runtime_type = ($self->resolve_type || \&_default_resolve_type)->(
41 $runtime_type,
56 my $runtime_type = is_InstanceOf($runtime_type_or_name)
62 "@{[$info->{field_name}]} with value $result, received '@{[$runtime_type->name]}'.",
64 ) if !$runtime_type->isa('GraphQL::Type::Object');
66 message => "Runtime Object type '@{[$runtime_type->name]}' is not a possible type for " .
69 ) if !$context->{schema}->is_possible_type($self, $runtime_type);
70 $runtime_type;
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/execution/
H A Dcollect.py180 runtime_type: "GraphQLObjectType",
223 execution_context, selection, runtime_type
229 runtime_type,
246 execution_context, fragment_definition, runtime_type
252 runtime_type,
/dports/devel/py-graphql-core2/graphql-core-2.2.1/graphql/execution/
H A Dexecutor.py643 runtime_type = None # type: Union[str, GraphQLObjectType, None]
648 runtime_type = return_type.resolve_type(result, info)
650 runtime_type = get_default_resolve_type_fn(result, info, return_type)
652 if isinstance(runtime_type, string_types):
653 runtime_type = info.schema.get_type(runtime_type) # type: ignore
655 if not isinstance(runtime_type, GraphQLObjectType):
661 return_type, info.parent_type, info.field_name, result, runtime_type
666 if not exe_context.schema.is_possible_type(return_type, runtime_type):
669 runtime_type, return_type
675 exe_context, runtime_type, field_asts, info, path, result
H A Dutils.py226 runtime_type, # type: GraphQLObjectType argument
253 ) or not does_fragment_condition_match(ctx, selection, runtime_type):
257 ctx, runtime_type, selection.selection_set, fields, prev_fragment_names
274 or not does_fragment_condition_match(ctx, fragment, runtime_type)
279 ctx, runtime_type, fragment.selection_set, fields, prev_fragment_names
/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/execution/
H A Dexecute.py465 runtime_type: GraphQLObjectType,
493 runtime_type,
507 fragment, runtime_type
881 if self.is_awaitable(runtime_type):
886 await runtime_type, # type: ignore
902 runtime_type = cast(Optional[Union[GraphQLObjectType, str]], runtime_type)
949 runtime_type = self.schema.get_type(runtime_type_name)
951 if runtime_type is None:
958 if not is_object_type(runtime_type):
965 runtime_type = cast(GraphQLObjectType, runtime_type)
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows-0.9.1/src/traits/
H A Dmod.rs7 mod runtime_type; module
13 pub use runtime_type::*;
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/
H A Dascent.cpp242 std::string runtime_type = cfg["default_runtime"].as_string(); in open() local
248 runtime_type = m_options["runtime/type"].as_string(); in open()
252 if(runtime_type == "empty") in open()
256 else if(runtime_type == "ascent") in open()
285 else if(runtime_type == "flow") in open()
292 << "\"" << runtime_type << "\"" in open()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dhelpers_test.go196 runtime_type = "` + plugin.RuntimeLinuxV1 + `"
198 runtime_type = "` + plugin.RuntimeRuncV1 + `"
200 runtime_type = "` + plugin.RuntimeRuncV2 + `"
208 runtime_type = "` + plugin.RuntimeLinuxV1 + `"
213 runtime_type = "` + plugin.RuntimeRuncV1 + `"
219 runtime_type = "` + plugin.RuntimeRuncV2 + `"
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dhelpers_test.go203 runtime_type = "` + plugin.RuntimeLinuxV1 + `"
205 runtime_type = "` + plugin.RuntimeRuncV1 + `"
207 runtime_type = "` + plugin.RuntimeRuncV2 + `"
215 runtime_type = "` + plugin.RuntimeLinuxV1 + `"
220 runtime_type = "` + plugin.RuntimeRuncV1 + `"
226 runtime_type = "` + plugin.RuntimeRuncV2 + `"
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dhelpers_test.go198 runtime_type = "` + plugin.RuntimeLinuxV1 + `"
200 runtime_type = "` + plugin.RuntimeRuncV1 + `"
202 runtime_type = "` + plugin.RuntimeRuncV2 + `"
210 runtime_type = "` + plugin.RuntimeLinuxV1 + `"
215 runtime_type = "` + plugin.RuntimeRuncV1 + `"
221 runtime_type = "` + plugin.RuntimeRuncV2 + `"
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dstubtest.py359 runtime_type is not None
363 and not is_subtype_helper(runtime_type, stub_type)
368 runtime_arg.name, runtime_type, stub_type
704 runtime_type = get_mypy_type_of_runtime_value(runtime)
706 runtime_type is not None
708 and not is_subtype_helper(runtime_type, stub.type)
714 runtime_type = get_mypy_type_of_runtime_value(runtime.value)
715 if runtime_type is not None and is_subtype_helper(runtime_type, stub.type):
793 runtime_type = get_mypy_type_of_runtime_value(runtime)
798 runtime_type is not None
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/runtime/
H A Dmod.rs23 mod runtime_type; module
62 pub use runtime_type::*;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/graphql/types/
H A Duser_type_spec.rb9 runtime_type = described_class.resolve_type(build(:user), {})
11 expect(runtime_type).to require_graphql_authorizations(:read_user)
/dports/security/nmap/nmap-7.91/nselib/
H A Djdwp.lua654 local tag, runtime_type = string.unpack(">BI8", data)
655 stdnse.debug1("runtime type: %d",runtime_type)
656 return true,runtime_type
1044 local runtime_type
1045 status, runtime_type = getRuntimeType(socket,0,injectedClassID) -- should be Class
1047 local getMethodsMethod = findMethod(socket,runtime_type,"getMethods",false)
1048 …status, _ = invokeObjectMethod(socket,0,injectedClassID,main_thread,runtime_type,getMethodsMethod,…
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/telemetry/
H A Dmetric_registry.hpp75 assert_properties(ptr, gauge_type::runtime_type, labels, unit, is_sum); in gauge_family()
108 assert_properties(ptr, gauge_type::runtime_type, labels, unit, is_sum); in gauge_family()
205 assert_properties(ptr, counter_type::runtime_type, labels, unit, is_sum); in counter_family()
239 assert_properties(ptr, counter_type::runtime_type, labels, unit, is_sum); in counter_family()
346 assert_properties(ptr, histogram_type::runtime_type, label_names, unit, in histogram_family()
H A Dmetric_family_impl.hpp36 : super(Type::runtime_type, std::move(prefix), std::move(name), in metric_family_impl()
48 : super(Type::runtime_type, std::move(prefix), std::move(name), in metric_family_impl()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/contrib/gce/
H A Dconfigure.sh183 runtime_type = "io.containerd.runc.v2"
194 runtime_type = "${CONTAINERD_EXTRA_RUNTIME_TYPE:-io.containerd.runc.v1}"
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/contrib/gce/
H A Dconfigure.sh183 runtime_type = "io.containerd.runc.v2"
194 runtime_type = "${CONTAINERD_EXTRA_RUNTIME_TYPE:-io.containerd.runc.v1}"
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/contrib/gce/
H A Dconfigure.sh183 runtime_type = "io.containerd.runc.v2"
194 runtime_type = "${CONTAINERD_EXTRA_RUNTIME_TYPE:-io.containerd.runc.v1}"
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows_gen-0.9.1/src/types/
H A Denum.rs119 let runtime_type = if self.0.is_winrt() { in gen() localVariable
147 #runtime_type in gen()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/contrib/gce/
H A Dconfigure.sh204 runtime_type = "io.containerd.runc.v2"
215 runtime_type = "${CONTAINERD_EXTRA_RUNTIME_TYPE:-io.containerd.runc.v1}"
/dports/sysutils/conan/conan-1.44.0/conan/tools/microsoft/
H A Dvisual.py78 runtime_type = settings.get_safe("compiler.runtime_type")
80 if runtime_type == "Debug":
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/contrib/gce/
H A Dconfigure.sh204 runtime_type = "io.containerd.runc.v2"
215 runtime_type = "${CONTAINERD_EXTRA_RUNTIME_TYPE:-io.containerd.runc.v1}"
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/contrib/gce/
H A Dconfigure.sh204 runtime_type = "io.containerd.runc.v2"
215 runtime_type = "${CONTAINERD_EXTRA_RUNTIME_TYPE:-io.containerd.runc.v1}"

1234