Home
last modified time | relevance | path

Searched refs:output_type (Results 101 – 125 of 4684) sorted by relevance

12345678910>>...188

/dports/math/mppp/mppp-0.26/doc/notebooks/
H A Dinteger_bit_fiddling.ipynb71 "output_type": "execute_result"
91 "output_type": "execute_result"
159 "output_type": "stream",
176 "output_type": "stream",
193 "output_type": "stream",
217 "output_type": "stream",
234 "output_type": "stream",
251 "output_type": "stream",
275 "output_type": "stream",
296 "output_type": "stream",
[all …]
H A Dinteger_basics.ipynb71 "output_type": "stream",
371 "output_type": "stream",
403 "output_type": "stream",
442 "output_type": "stream",
470 "output_type": "stream",
491 "output_type": "stream",
512 "output_type": "stream",
540 "output_type": "stream",
636 "output_type": "stream",
664 "output_type": "stream",
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/src/app/
H A Dprompt.rs70 pub output_type: OutputType, field
93 self.output_type = OutputType::None; in enable()
126 let (output_type, message) = output; in set_output()
127 self.output_type = output_type; in set_output()
135 self.output_type = OutputType::Action; in set_command()
170 self.output_type = OutputType::None; in clear()
191 assert_eq!(OutputType::Success, prompt.output_type); in test_app_prompt()
207 for output_type in vec![ in test_app_prompt()
214 match output_type { in test_app_prompt()
219 &output_type.to_string() in test_app_prompt()
/dports/graphics/graphviz/graphviz-2.44.1/tests/regression_tests/vuln/
H A Dvuln.py16 def generate_vuln_graph(vulnfile, output_type): argument
20 output_file = 'output/' + vulnfile + '.' + output_type[0]
22 process = Popen(['dot', '-T' + output_type[1], '-o', output_file, input_file], stdin=PIPE)
30 for output_type in output_types:
31 generate_vuln_graph(vulnfile, output_type)
32 if not compare_graphs(vulnfile, output_type[0]):
/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/
H A Dshape_inference.h322 auto output_type = ctx.getOutputType(outputIndex); in propagateElemTypeFromTensorInputToOutput() local
346 auto output_type = ctx.getOutputType(outputIndex); in propagateElemTypeFromSequenceInputToOutput() local
376 auto output_type = ctx.getOutputType(outputIndex); in propagateElemTypeFromDtypeToOutput() local
459 auto output_type = ctx.getOutputType(outputIndex); in appendSingleDimCopiedFromInputTypeToOutputType() local
511 auto output_type = ctx.getOutputType(outputIndex); in propagateShapeFromInputToOutput() local
514 propagateShape(input_type, output_type); in propagateShapeFromInputToOutput()
527 auto output_type = ctx.getOutputType(outputIndex); in updateOutputElemType() local
528 if (output_type == nullptr) { in updateOutputElemType()
531 …if (output_type->value_case() == expected_type || output_type->value_case() == TypeProto::VALUE_NO… in updateOutputElemType()
590 auto output_type = ctx.getOutputType(n);
[all …]
/dports/devel/py-nbclient/nbclient-0.5.9/nbclient/tests/files/
H A Dupdate-display-id.ipynb41 "output_type": "display_data"
50 "output_type": "display_data"
59 "output_type": "display_data"
80 "output_type": "display_data"
89 "output_type": "display_data"
98 "output_type": "display_data"
119 "output_type": "display_data"
139 "output_type": "display_data"
149 "output_type": "execute_result"
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-aa.c56 gint output_type);
141 gint output_type = 0; in run() local
192 gimp_get_data (SAVE_PROC, &output_type); in run()
193 output_type = aa_dialog (output_type); in run()
194 if (output_type < 0) in run()
207 if (output_type < 0) in run()
213 gimp_get_data (SAVE_PROC, &output_type); in run()
223 if (save_aa (drawable_ID, param[3].data.d_string, output_type)) in run()
225 gimp_set_data (SAVE_PROC, &output_type, sizeof (output_type)); in run()
246 gint output_type) in save_aa() argument
[all …]
/dports/sysutils/opencorsairlink/OpenCorsairLink-4234f4f/
H A Dprint.c33 FILE* output_type = stdout; in print() local
36 output_type = stderr; in print()
43 ret = vfprintf( output_type, fmt, ap ); in print()
45 fflush( output_type ); in print()
51 ret = vfprintf( output_type, fmt, ap ); in print()
54 fflush( output_type ); in print()
/dports/science/plumed/plumed2-2.7.2/src/gridtools/
H A DFourierTransform.cpp71 std::string output_type; member in PLMD::gridtools::FourierTransform
110 parse("FT_TYPE",output_type); in FourierTransform()
111 if (output_type.length()==0) { in FourierTransform()
113 } else if ( output_type=="ABS" || output_type=="abs") { in FourierTransform()
114 …log << " keyword FT_TYPE is '"<< output_type << "' : will compute the MODULUS of Fourier coeffici… in FourierTransform()
115 } else if ( output_type=="NORM" || output_type=="norm") { in FourierTransform()
116 …log << " keyword FT_TYPE is '"<< output_type << "' : will compute the NORM of Fourier coefficient… in FourierTransform()
118 } else if ( output_type=="COMPLEX" || output_type=="complex" ) { in FourierTransform()
119 …log<<" keyword FT_TYPE is '"<< output_type <<"' : output grid will contain the COMPLEX Fourier co… in FourierTransform()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dignore.c365 HANDLE_TYPE(ALL, output_type) in get_ignore_types()
369 HANDLE_TYPE(MSG, output_type) in get_ignore_types()
371 HANDLE_TYPE(WALL, output_type) in get_ignore_types()
376 HANDLE_TYPE(DCC, output_type) in get_ignore_types()
377 HANDLE_TYPE(CTCP, output_type) in get_ignore_types()
379 HANDLE_TYPE(JOIN, output_type) in get_ignore_types()
380 HANDLE_TYPE(NICK, output_type) in get_ignore_types()
382 HANDLE_TYPE(PART, output_type) in get_ignore_types()
383 HANDLE_TYPE(QUIT, output_type) in get_ignore_types()
384 HANDLE_TYPE(KICK, output_type) in get_ignore_types()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Drust_values_generator.cc34 if (target_->output_type() == Target::SOURCE_SET) in Run()
38 if (target_->output_type() != Target::EXECUTABLE && in Run()
39 target_->output_type() != Target::SHARED_LIBRARY && in Run()
40 target_->output_type() != Target::RUST_LIBRARY && in Run()
41 target_->output_type() != Target::STATIC_LIBRARY && in Run()
42 target_->output_type() != Target::LOADABLE_MODULE) { in Run()
47 target_->output_type())) + in Run()
89 if (target_->output_type() == Target::SHARED_LIBRARY || in FillCrateType()
90 target_->output_type() == Target::LOADABLE_MODULE) { in FillCrateType()
144 target_->output_type() == Target::EXECUTABLE ? "main.rs" : "lib.rs"; in FillCrateRoot()
H A Druntime_deps.cc78 if (target->output_type() == Target::EXECUTABLE || in RecursiveCollectRuntimeDeps()
79 target->output_type() == Target::LOADABLE_MODULE || in RecursiveCollectRuntimeDeps()
80 target->output_type() == Target::SHARED_LIBRARY) { in RecursiveCollectRuntimeDeps()
90 if (is_target_data_dep && (target->output_type() == Target::ACTION || in RecursiveCollectRuntimeDeps()
107 if (target->output_type() == Target::CREATE_BUNDLE) { in RecursiveCollectRuntimeDeps()
116 if (dep_pair.ptr->output_type() == Target::EXECUTABLE) in RecursiveCollectRuntimeDeps()
118 if (dep_pair.ptr->output_type() == Target::SHARED_LIBRARY && in RecursiveCollectRuntimeDeps()
119 (target->output_type() == Target::ACTION || in RecursiveCollectRuntimeDeps()
120 target->output_type() == Target::ACTION_FOREACH)) { in RecursiveCollectRuntimeDeps()
179 if (target->output_type() == Target::SHARED_LIBRARY || in CollectRuntimeDepsFromFlag()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Druntime_deps.cc78 if (target->output_type() == Target::EXECUTABLE || in RecursiveCollectRuntimeDeps()
79 target->output_type() == Target::LOADABLE_MODULE || in RecursiveCollectRuntimeDeps()
80 target->output_type() == Target::SHARED_LIBRARY) { in RecursiveCollectRuntimeDeps()
90 if (is_target_data_dep && (target->output_type() == Target::ACTION || in RecursiveCollectRuntimeDeps()
107 if (target->output_type() == Target::CREATE_BUNDLE) { in RecursiveCollectRuntimeDeps()
116 if (dep_pair.ptr->output_type() == Target::EXECUTABLE) in RecursiveCollectRuntimeDeps()
118 if (dep_pair.ptr->output_type() == Target::SHARED_LIBRARY && in RecursiveCollectRuntimeDeps()
119 (target->output_type() == Target::ACTION || in RecursiveCollectRuntimeDeps()
120 target->output_type() == Target::ACTION_FOREACH)) { in RecursiveCollectRuntimeDeps()
181 if (target->output_type() == Target::SHARED_LIBRARY || in CollectRuntimeDepsFromFlag()
[all …]
/dports/devel/gn/gn-1962/src/gn/
H A Druntime_deps.cc79 if (target->output_type() == Target::EXECUTABLE || in RecursiveCollectRuntimeDeps()
80 target->output_type() == Target::LOADABLE_MODULE || in RecursiveCollectRuntimeDeps()
81 target->output_type() == Target::SHARED_LIBRARY) { in RecursiveCollectRuntimeDeps()
91 if (is_target_data_dep && (target->output_type() == Target::ACTION || in RecursiveCollectRuntimeDeps()
108 if (target->output_type() == Target::CREATE_BUNDLE) { in RecursiveCollectRuntimeDeps()
117 if (dep_pair.ptr->output_type() == Target::EXECUTABLE) in RecursiveCollectRuntimeDeps()
119 if (dep_pair.ptr->output_type() == Target::SHARED_LIBRARY && in RecursiveCollectRuntimeDeps()
120 (target->output_type() == Target::ACTION || in RecursiveCollectRuntimeDeps()
121 target->output_type() == Target::ACTION_FOREACH)) { in RecursiveCollectRuntimeDeps()
182 if (target->output_type() == Target::SHARED_LIBRARY || in CollectRuntimeDepsFromFlag()
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dlog.c76 output_type; member
110 output_type; /* StderrOutput */ member
348 log_info->output_type=log_info_defaults.output_type; in InitializeLogInfo()
375 if (!((log_info->output_type & MethodOutput) && in InitializeLogInfo()
799 if ((log_info->output_type & MethodOutput) && in LogMagickEventList()
894 if (log_info->output_type & Win32DebugOutput) in LogMagickEventList()
1364 log_info_defaults.output_type=output_type; in SetLogDefaultOutputType()
1575 log_info->output_type=(LogOutputType) in SetLogMethod()
1576 (log_info->output_type & ~MethodOutput); in SetLogMethod()
1580 log_info->output_type=(LogOutputType) in SetLogMethod()
[all …]
/dports/databases/grass7/grass-7.8.6/raster3d/r3.to.rast/
H A Dmain.c42 int output_type, int use_coeffs, double coeff_a,
167 if (output_type == CELL_TYPE) in g3d_to_raster()
169 else if (output_type == FCELL_TYPE) in g3d_to_raster()
171 else if (output_type == DCELL_TYPE) in g3d_to_raster()
175 cell_size = Rast_cell_size(output_type); in g3d_to_raster()
193 Rast_set_f_value(ptr, f1, output_type); in g3d_to_raster()
203 Rast_set_d_value(ptr, d1, output_type); in g3d_to_raster()
208 Rast_put_row(fd[pos], cell, output_type); in g3d_to_raster()
248 int *fd = NULL, output_type, cols, rows; in main() local
353 output_type = Rast3d_file_type_map(map); in main()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/runtime/
H A DBinaryInstance.java28 protected int output_type = BinaryInstance.STRING; field in BinaryInstance
42 public int getOutputType() { return output_type; } in getOutputType()
60 output_type = type; in setOutputType()
74 if ((output_type & BinaryInstance.LIST) == BinaryInstance.LIST) in getOutputValue()
80 if ((output_type & BinaryInstance.STRING) == BinaryInstance.STRING) { in getOutputValue()
96 else if ((output_type & BinaryInstance.LIST) == BinaryInstance.LIST) in getOutputValue()
108 if ((output_type & BinaryInstance.LIST) == BinaryInstance.LIST) in getOutput2Value()
123 else if ((output_type & BinaryInstance.LIST) == BinaryInstance.LIST) in getOutput2Value()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/tests/integration/targets/lookup_sops/tasks/
H A Dmain.yml72 hidden_binary: "{{ lookup('community.sops.sops', 'hidden-binary', output_type='binary') }}"
73 …hidden_binary__json: "{{ lookup('community.sops.sops', 'hidden-binary.json', output_type='binary')…
74 …hidden_binary__yaml: "{{ lookup('community.sops.sops', 'hidden-binary.yaml', output_type='binary')…
78 …n_json: "{{ lookup('community.sops.sops', 'hidden-json', input_type='json', output_type='json') }}"
79 …n: "{{ lookup('community.sops.sops', 'hidden-json.json', input_type='json', output_type='json') }}"
80 …l: "{{ lookup('community.sops.sops', 'hidden-json.yaml', input_type='json', output_type='json') }}"
81 …n_yaml: "{{ lookup('community.sops.sops', 'hidden-yaml', input_type='yaml', output_type='yaml') }}"
82 …n: "{{ lookup('community.sops.sops', 'hidden-yaml.json', input_type='yaml', output_type='yaml') }}"
83 …l: "{{ lookup('community.sops.sops', 'hidden-yaml.yaml', input_type='yaml', output_type='yaml') }}"
84 …s_yaml: "{{ lookup('community.sops.sops', 'hidden-json', input_type='json', output_type='yaml') }}"
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/sexp/
H A DSEXPParameterExtractor.h23 using output_type = T; member
28 using output_type = integer_return;
43 typename detail::conversion_traits<T>::output_type getArg()
46 typename detail::conversion_traits<T>::output_type value;
53 typename detail::conversion_traits<T>::output_type getOptionalArg(const T& defaultVal = T())
56 return typename detail::conversion_traits<T>::output_type(defaultVal);
/dports/security/base/base-1.4.5/
H A Dbase_common.php597 function PrintPayloadChar( $char, $output_type ) argument
601 if ( $output_type == 2 )
680 $s = $s.PrintPayloadChar($t, $output_type);
704 $s = $s.PrintPayloadChar($t, $output_type);
720 $s_tmp = PrintCleanPayloadChar($t, $output_type);
741 function PrintCleanPayloadChar( $char, $output_type ) argument
745 if ( $output_type == 2 )
756 function PrintPacketPayload($data, $encode_type, $output_type) argument
758 if ( $output_type == 1 )
773 $payload = PrintHexPacketPayload($data, $output_type);
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@nteract/outputs/src/components/
H A Doutput.md10 output_type: "stream",
26 output_type: "error",
58 output_type: "stream",
63 output_type: "display_data",
70 output_type: "display_data",
77 output_type: "stream",
108 output_type: "display_data"
126 output_type: "display_data",
133 output_type: "display_data",
177 output_type: "display_data",
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/vulkaninfo/
H A Doutputprinter.h72 : output_type(output_type), out(out) { in output_type() function
73 switch (output_type) { in output_type()
187 switch (output_type) { in ~Printer()
216 switch (output_type) { in FinishOutput()
277 switch (output_type) {
368 switch (output_type) { in ObjectEnd()
387 switch (output_type) {
434 switch (output_type) { in ArrayEnd()
458 switch (output_type) {
514 switch (output_type) {
[all …]
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/vulkaninfo/
H A Doutputprinter.h78 : output_type(details.output_type), out(out) { in Printer()
79 switch (output_type) { in Printer()
193 switch (output_type) { in ~Printer()
222 switch (output_type) { in FinishOutput()
298 switch (output_type) {
389 switch (output_type) { in ObjectEnd()
408 switch (output_type) {
455 switch (output_type) { in ArrayEnd()
479 switch (output_type) {
534 switch (output_type) {
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_async_node.cpp270 typedef Output output_type; typedef in async_activity
321 output_type output; in process()
322 wrapper_helper<output_type, output_type>::copy_value(work.input, output); in process()
323 wrapper_helper<output_type, output_type>::check(work.input, output); in process()
364 typedef Output output_type; typedef
379 typedef Output output_type; typedef in basic_test::async_body_type
402 typedef Output output_type; typedef in basic_test::end_body_type
406 output_type output; in operator ()()
407 wrapper_helper<output_type, output_type>::check(input, output); in operator ()()
507 typedef Output output_type; typedef
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_async_node.cpp270 typedef Output output_type; typedef in async_activity
321 output_type output; in process()
322 wrapper_helper<output_type, output_type>::copy_value(work.input, output); in process()
323 wrapper_helper<output_type, output_type>::check(work.input, output); in process()
364 typedef Output output_type; typedef
379 typedef Output output_type; typedef in basic_test::async_body_type
402 typedef Output output_type; typedef in basic_test::end_body_type
406 output_type output; in operator ()()
407 wrapper_helper<output_type, output_type>::check(input, output); in operator ()()
507 typedef Output output_type; typedef
[all …]

12345678910>>...188