Home
last modified time | relevance | path

Searched refs:output_type (Results 26 – 50 of 4300) sorted by relevance

12345678910>>...172

/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dgrn_output.h37 grn_content_type output_type);
38 void grn_output_int32(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type,
41 grn_content_type output_type,
44 grn_content_type output_type,
51 grn_content_type output_type,
54 grn_content_type output_type,
59 grn_content_type output_type,
65 grn_content_type output_type,
70 grn_content_type output_type,
75 grn_content_type output_type,
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dgrn_output.h37 grn_content_type output_type);
38 void grn_output_int32(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type,
41 grn_content_type output_type,
44 grn_content_type output_type,
51 grn_content_type output_type,
54 grn_content_type output_type,
59 grn_content_type output_type,
65 grn_content_type output_type,
70 grn_content_type output_type,
75 grn_content_type output_type,
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dgrn_output.h37 grn_content_type output_type);
38 void grn_output_int32(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type,
41 grn_content_type output_type,
44 grn_content_type output_type,
51 grn_content_type output_type,
54 grn_content_type output_type,
59 grn_content_type output_type,
65 grn_content_type output_type,
70 grn_content_type output_type,
75 grn_content_type output_type,
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dgrn_output.h37 grn_content_type output_type);
38 void grn_output_int32(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type,
41 grn_content_type output_type,
44 grn_content_type output_type,
51 grn_content_type output_type,
54 grn_content_type output_type,
59 grn_content_type output_type,
65 grn_content_type output_type,
70 grn_content_type output_type,
75 grn_content_type output_type,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dgrn_output.h37 grn_content_type output_type);
38 void grn_output_int32(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type,
41 grn_content_type output_type,
44 grn_content_type output_type,
51 grn_content_type output_type,
54 grn_content_type output_type,
59 grn_content_type output_type,
65 grn_content_type output_type,
70 grn_content_type output_type,
75 grn_content_type output_type,
[all …]
/dports/biology/scrm/scrm-1.7.4/tests/manualtests/LD/
H A DUntitled0.ipynb20 "output_type": "stream",
27 "output_type": "stream",
59 "output_type": "stream",
67 "output_type": "stream",
75 "output_type": "stream",
83 "output_type": "stream",
91 "output_type": "stream",
99 "output_type": "stream",
107 "output_type": "stream",
115 "output_type": "stream",
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/pnacl/driver/
H A Dpnacl-driver.py537 output_type = 'pll'
719 if cur_type == output_type:
726 if cur_type == output_type:
734 if cur_type == output_type:
741 if cur_type == output_type:
748 if cur_type == output_type:
759 if cur_type == output_type:
770 if cur_type == output_type:
777 if output_type == 'pp':
779 if cur_type == output_type:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/tasks/
H A Dmain.yml12 … sops_bad_output_type: "{{ 'this-is-not: a sops file' | community.sops.decrypt(output_type=23) }}"
22 - "'output_type must be one of' in sops_bad_output_type.msg"
49 …: "{{ lookup('file', 'rstrip.sops') | community.sops.decrypt(rstrip=true, output_type='binary') }}"
50 … "{{ lookup('file', 'rstrip.sops') | community.sops.decrypt(rstrip=false, output_type='binary') }}"
51 …default_rstrip: "{{ lookup('file', 'rstrip.sops') | community.sops.decrypt(output_type='binary') }…
71 …hidden_binary: "{{ lookup('file', 'hidden-binary') | community.sops.decrypt(output_type='binary') …
72 …__json: "{{ lookup('file', 'hidden-binary.json') | community.sops.decrypt(output_type='binary') }}"
73 …__yaml: "{{ lookup('file', 'hidden-binary.yaml') | community.sops.decrypt(output_type='binary') }}"
77 …{ lookup('file', 'hidden-json') | community.sops.decrypt(input_type='json', output_type='json') }}"
80 …{ lookup('file', 'hidden-yaml') | community.sops.decrypt(input_type='yaml', output_type='yaml') }}"
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dstream_source.hpp24 using output_type = typename DownstreamManager::output_type; typedef in caf::stream_source
45 outbound_stream_slot<output_type> add_outbound_path() { in add_outbound_path()
47 return this->add_unchecked_outbound_path<output_type>(); in add_outbound_path()
52 outbound_stream_slot<output_type, detail::strip_and_convert_t<Ts>...>
55 return this->add_unchecked_outbound_path<output_type>(std::move(xs)); in add_outbound_path()
60 outbound_stream_slot<output_type> add_outbound_path(const Handle& next) { in add_outbound_path()
62 return this->add_unchecked_outbound_path<output_type>(next); in add_outbound_path()
67 outbound_stream_slot<output_type, detail::strip_and_convert_t<Ts>...>
70 return this->add_unchecked_outbound_path<output_type>(next, std::move(xs)); in add_outbound_path()
/dports/math/mppp/mppp-0.26/doc/notebooks/
H A Dinteger_comparison.ipynb50 "output_type": "execute_result"
70 "output_type": "execute_result"
90 "output_type": "execute_result"
110 "output_type": "execute_result"
130 "output_type": "execute_result"
150 "output_type": "execute_result"
177 "output_type": "execute_result"
197 "output_type": "execute_result"
217 "output_type": "execute_result"
237 "output_type": "execute_result"
[all …]
/dports/devel/py-nbformat/nbformat-5.1.3/nbformat/v4/
H A Dnbbase.py42 def new_output(output_type, data=None, **kwargs): argument
44 output = NotebookNode(output_type=output_type)
47 if output_type == 'stream':
50 elif output_type == 'display_data':
53 elif output_type == 'execute_result':
57 elif output_type == 'error':
67 validate(output, output_type)
89 return new_output(output_type=msg_type,
95 return new_output(output_type=msg_type,
100 return new_output(output_type=msg_type,
[all …]
/dports/textproc/py-petl/petl-1.7.4/notes/.ipynb_checkpoints/
H A Dissue_219-checkpoint.ipynb44 "output_type": "stream",
65 "output_type": "pyout",
106 "output_type": "stream",
157 "output_type": "stream",
165 "output_type": "stream",
173 "output_type": "stream",
181 "output_type": "stream",
189 "output_type": "stream",
197 "output_type": "stream",
205 "output_type": "stream",
[all …]
/dports/textproc/py-petl/petl-1.7.4/notes/
H A Dissue_219.ipynb44 "output_type": "stream",
65 "output_type": "pyout",
106 "output_type": "stream",
157 "output_type": "stream",
165 "output_type": "stream",
173 "output_type": "stream",
181 "output_type": "stream",
189 "output_type": "stream",
197 "output_type": "stream",
205 "output_type": "stream",
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/src/impl/
H A DKokkos_StaticCrsGraph_factory.hpp117 using output_type = StaticCrsGraphType; in create_staticcrsgraph() typedef
118 using entries_type = typename output_type::entries_type; in create_staticcrsgraph()
120 typename output_type::size_type[], typename output_type::array_layout, in create_staticcrsgraph()
121 typename output_type::device_type, typename output_type::memory_traits>; in create_staticcrsgraph()
123 output_type output; in create_staticcrsgraph()
155 using output_type = StaticCrsGraphType; in create_staticcrsgraph() typedef
156 using entries_type = typename output_type::entries_type; in create_staticcrsgraph()
161 typename output_type::size_type[], typename output_type::array_layout, in create_staticcrsgraph()
162 typename output_type::device_type, typename output_type::memory_traits>; in create_staticcrsgraph()
164 output_type output; in create_staticcrsgraph()
/dports/devel/kokkos/kokkos-3.4.01/containers/src/impl/
H A DKokkos_StaticCrsGraph_factory.hpp117 using output_type = StaticCrsGraphType; in create_staticcrsgraph() typedef
118 using entries_type = typename output_type::entries_type; in create_staticcrsgraph()
120 typename output_type::size_type[], typename output_type::array_layout, in create_staticcrsgraph()
121 typename output_type::device_type, typename output_type::memory_traits>; in create_staticcrsgraph()
123 output_type output; in create_staticcrsgraph()
155 using output_type = StaticCrsGraphType; in create_staticcrsgraph() typedef
156 using entries_type = typename output_type::entries_type; in create_staticcrsgraph()
161 typename output_type::size_type[], typename output_type::array_layout, in create_staticcrsgraph()
162 typename output_type::device_type, typename output_type::memory_traits>; in create_staticcrsgraph()
164 output_type output; in create_staticcrsgraph()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/src/impl/
H A DKokkos_StaticCrsGraph_factory.hpp117 using output_type = StaticCrsGraphType; in create_staticcrsgraph() typedef
118 using entries_type = typename output_type::entries_type; in create_staticcrsgraph()
120 typename output_type::size_type[], typename output_type::array_layout, in create_staticcrsgraph()
121 typename output_type::device_type, typename output_type::memory_traits>; in create_staticcrsgraph()
123 output_type output; in create_staticcrsgraph()
155 using output_type = StaticCrsGraphType; in create_staticcrsgraph() typedef
156 using entries_type = typename output_type::entries_type; in create_staticcrsgraph()
161 typename output_type::size_type[], typename output_type::array_layout, in create_staticcrsgraph()
162 typename output_type::device_type, typename output_type::memory_traits>; in create_staticcrsgraph()
164 output_type output; in create_staticcrsgraph()
/dports/graphics/graphviz/graphviz-2.44.1/tests/regression_tests/shapes/
H A Dtest_shapes.py81 def generate_shape_graph(shape, output_type): argument
85 output_file = 'output/' + shape + '.' + output_type
86 process = Popen(['dot', '-T' + output_type, '-o', output_file], stdin=PIPE)
95 if output_type == 'svg':
112 … 'shape,output_type', [(shape, output_type) for shape in shapes for output_type in output_types]
114 def test_shape(self, shape, output_type): argument
116 generate_shape_graph(shape, output_type)
117 assert compare_graphs(shape, output_type)
/dports/graphics/zgv/zgv-5.9/src/
H A Dreadpcd.c24 unsigned char **pal,int *output_type,PICINFO *pp) in read_pcd_file() argument
40 if((*output_type)!=1)*output_type=3; in read_pcd_file()
42 if(WH_BAD(w,h) || (*bmap=malloc(w*(h+3-*output_type)*(*output_type)))==NULL) in read_pcd_file()
48 if(*output_type==1){ in read_pcd_file()
67 if(*output_type==1)ditherinit(w); in read_pcd_file()
70 pcd_get_image_line(&img,i,(*bmap)+i*w*(*output_type),PCD_TYPE_BGR,0); in read_pcd_file()
71 if(*output_type==1)ditherline((*bmap)+i*w,i+1,w); in read_pcd_file()
74 if(*output_type==1)ditherfinish(); in read_pcd_file()
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/
H A Drng_mrg.py28 otypecode = property(lambda self: self.output_type.typecode)
36 for i in range(self.output_type.ndim):
38 output_type = self.output_type.clone(broadcastable=broad)()
42 [rstate.type(), output_type])
59 write = write_w(self.output_type.dtype)
60 if self.output_type.dtype == 'float16':
68 elif self.output_type.dtype == 'float32':
75 elif self.output_type.dtype == 'float64':
82 self.output_type.dtype)
317 op.output_type.ndim,
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_keypool_topup.py44 for i, output_type in enumerate(["legacy", "p2sh-segwit", "bech32"]):
46 self.log.info("Generate keys for wallet with address type: {}".format(output_type))
49 addr_oldpool = self.nodes[idx].getnewaddress(address_type=output_type)
51 addr_extpool = self.nodes[idx].getnewaddress(address_type=output_type)
82 if output_type == 'legacy':
83 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
84 elif output_type == 'p2sh-segwit':
85 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
86 elif output_type == 'bech32':
87 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_keypool_topup.py44 for i, output_type in enumerate(["legacy", "p2sh-segwit", "bech32"]):
46 self.log.info("Generate keys for wallet with address type: {}".format(output_type))
49 addr_oldpool = self.nodes[idx].getnewaddress(address_type=output_type)
51 addr_extpool = self.nodes[idx].getnewaddress(address_type=output_type)
82 if output_type == 'legacy':
83 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
84 elif output_type == 'p2sh-segwit':
85 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
86 elif output_type == 'bech32':
87 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_keypool_topup.py44 for i, output_type in enumerate(["legacy", "p2sh-segwit", "bech32"]):
46 self.log.info("Generate keys for wallet with address type: {}".format(output_type))
49 addr_oldpool = self.nodes[idx].getnewaddress(address_type=output_type)
51 addr_extpool = self.nodes[idx].getnewaddress(address_type=output_type)
82 if output_type == 'legacy':
83 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
84 elif output_type == 'p2sh-segwit':
85 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
86 elif output_type == 'bech32':
87 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
[all …]
/dports/devel/uclcmd/uclcmd-da1ac0f/
H A Duclcmd_remove.c42 output_type = UCL_EMIT_CONFIG; in remove_main()
46 { "cjson", no_argument, &output_type, in remove_main()
52 { "json", no_argument, &output_type, in remove_main()
55 { "msgpack", no_argument, &output_type, in remove_main()
62 { "ucl", no_argument, &output_type, in remove_main()
64 { "yaml", no_argument, &output_type, UCL_EMIT_YAML }, in remove_main()
71 output_type = UCL_EMIT_JSON_COMPACT; in remove_main()
97 output_type = UCL_EMIT_JSON; in remove_main()
106 output_type = UCL_EMIT_MSGPACK; in remove_main()
122 output_type = UCL_EMIT_CONFIG; in remove_main()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/defs/
H A Dshape_inference.h158 TypeProto* output_type) { in propagateElemTypeWithValidation() argument
177 if (output_type->tensor_type().has_elem_type()) { in propagateElemTypeWithValidation()
179 output_type->tensor_type().elem_type()) { in propagateElemTypeWithValidation()
184 output_type->tensor_type().elem_type()); in propagateElemTypeWithValidation()
194 output_type->value_case()); in propagateElemTypeWithValidation()
214 auto output_type = ctx.getOutputType(outputIndex); in propagateElemTypeFromInputToOutput() local
231 auto output_type = ctx.getOutputType(outputIndex); in propagateElemTypeFromDtypeToOutput() local
283 auto output_type = ctx.getOutputType(outputIndex); in appendSingleDimCopiedFromInputTypeToOutputType() local
328 if ((output_type != nullptr) && in updateOutputElemType()
371 auto output_type = ctx.getOutputType(n); in getOutputShape() local
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dwallet_keypool_topup.py45 for i, output_type in enumerate(["legacy", "p2sh-segwit", "bech32"]):
47 self.log.info("Generate keys for wallet with address type: {}".format(output_type))
50 addr_oldpool = self.nodes[idx].getnewaddress(address_type=output_type)
52 addr_extpool = self.nodes[idx].getnewaddress(address_type=output_type)
83 if output_type == 'legacy':
84 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
85 elif output_type == 'p2sh-segwit':
86 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
87 elif output_type == 'bech32':
88 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
[all …]

12345678910>>...172