Home
last modified time | relevance | path

Searched refs:argument_node (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/coercers/
H A Dargument.py15 argument_node: Optional["ArgumentNode"],
41 if argument_node and isinstance(argument_node.value, VariableNode):
46 has_value = argument_node is not None
47 is_null = argument_node and isinstance(
48 argument_node.value, NullValueNode
62 nodes=argument_node.value,
66 if argument_node and isinstance(argument_node.value, VariableNode):
73 nodes=argument_node.value,
94 value_node = argument_node.value
113 nodes=argument_node.value,
[all …]
H A Darguments.py39 argument_node.name.value: argument_node
40 for argument_node in argument_nodes
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/
H A Darguments.py137 argument_node = None variable in AbstractArguments
167 def __init__(self, inference_state, context, argument_node, trailer=None): argument
171 self.argument_node = argument_node
183 for star_count, el in unpack_arglist(self.argument_node):
221 for star_count, argument in unpack_arglist(self.argument_node):
237 return '<%s: %s>' % (self.__class__.__name__, self.argument_node)
262 if arguments.argument_node is not None:
263 return [ContextualizedNode(arguments.context, arguments.argument_node)]
290 def argument_node(self): member in TreeArgumentsWrapper
291 return self._wrapped_arguments.argument_node
/dports/devel/p5-GraphQL/GraphQL-0.52/lib/GraphQL/
H A DExecution.pm645 my $argument_node = $arg_nodes->{$name};
655 …($variable_values && $variable_values->{$$argument_node} && $variable_values->{$$argument_node}{va…
695 Any $argument_node,
699 if (ref($argument_node) eq 'SCALAR') {
704 …($variable_values && $variable_values->{$$argument_node} && $variable_values->{$$argument_node}{va…
706 } elsif (ref($argument_node) eq 'REF') {
708 return $$$argument_node;
713 ), @$argument_node ];
714 } elsif (ref($argument_node) eq 'HASH') {
718 ) } keys %$argument_node };
[all …]
/dports/net/gupnp/gupnp-1.4.0/libgupnp/
H A Dgupnp-service-introspection.c530 get_action_argument (xmlNodePtr argument_node) in get_action_argument() argument
537 (argument_node, "name"); in get_action_argument()
539 (argument_node, "relatedStateVariable"); in get_action_argument()
541 (argument_node, "direction"); in get_action_argument()
563 if (xml_util_get_element (argument_node, "retval", NULL) != NULL) in get_action_argument()
580 xmlNodePtr argument_node; in get_action_arguments() local
589 for (argument_node = arglist_node->children; in get_action_arguments()
590 argument_node; in get_action_arguments()
591 argument_node = argument_node->next) { in get_action_arguments()
594 if (strcmp ("argument", (char *) argument_node->name) != 0) in get_action_arguments()
[all …]
/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/execution/
H A Dvalues.py164 argument_node = arg_node_map.get(name)
166 if argument_node is None:
177 value_node = argument_node.value
178 is_null = isinstance(argument_node.value, NullValueNode)
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/
H A Dglcpp.h120 typedef struct argument_node { struct
122 struct argument_node *next; argument
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/
H A Dglcpp.h120 typedef struct argument_node { struct
122 struct argument_node *next; argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/bindings/
H A Dcollect_idls_into_json.py260 def argument_node_to_dict(argument_node): argument
268 _NAME: argument_node.GetName(),
269 _TYPE: get_argument_type(argument_node),
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/glcpp/
H A Dglcpp.h122 typedef struct argument_node { struct
124 struct argument_node *next; argument
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp.h123 typedef struct argument_node { struct
125 struct argument_node *next; argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/glcpp/
H A Dglcpp.h122 typedef struct argument_node { struct
124 struct argument_node *next; argument
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp.h123 typedef struct argument_node { struct
125 struct argument_node *next; argument
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp.h123 typedef struct argument_node { struct
125 struct argument_node *next; argument
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp.h123 typedef struct argument_node { struct
125 struct argument_node *next; argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/glcpp/
H A Dglcpp.h122 typedef struct argument_node { struct
124 struct argument_node *next; argument
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp.h123 typedef struct argument_node { struct
125 struct argument_node *next; argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/glcpp/
H A Dglcpp.h122 typedef struct argument_node { struct
124 struct argument_node *next; argument
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp.h123 typedef struct argument_node { struct
125 struct argument_node *next; argument
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp.h123 typedef struct argument_node { struct
125 struct argument_node *next; argument
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp.h123 typedef struct argument_node { struct
125 struct argument_node *next; argument
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/glcpp/
H A Dglcpp.h123 typedef struct argument_node { struct
125 struct argument_node *next; argument
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp.h123 typedef struct argument_node { struct
125 struct argument_node *next; argument
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/glsl/glcpp/
H A Dglcpp.h122 typedef struct argument_node { struct
124 struct argument_node *next; argument
/dports/math/cppad/CppAD-20210000.8/test_more/general/local/
H A Djson_lexer.cpp206 size_t argument_node = json_lexer.token2size_t(); in json_lexer() local
207 arg_node.push_back( argument_node ); in json_lexer()

12