Home
last modified time | relevance | path

Searched refs:input_name (Results 1 – 25 of 1535) sorted by relevance

12345678910>>...62

/dports/textproc/tttcmds/tttcmds-1.0.20190920/tests/bin/retu_assign_htmlinput/
H A Ddata_with_eor_2.out1input_name="vege"_value="aa"> <input_name="vege"> <input_name="vege"_value="bb"> <input_name="vege…
2input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"> <input_name="vege…
3input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"_value="cc"> <input…
4input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"_value="cc"> <input…
5input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"_value="cc"> <input…
6input_name="vege"_value="aa"> <input_name="vege"> <input_name="vege"_value="bb"> <input_name="vege…
7input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"> <input_name="vege…
8input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"_value="cc"> <input…
9input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"_value="cc"> <input…
10input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"_value="cc"> <input…
H A Ddata_without_eor_2.out1input_name="vege"_value="aa"> <input_name="vege"> <input_name="vege"_value="bb"> <input_name="vege…
2input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"> <input_name="vege…
3input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"_value="cc"> <input…
4input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"_value="cc"> <input…
5input_name="vege"_value="aa"> <input_name="vege"_value="bb"> <input_name="vege"_value="cc"> <input…
H A Ddata_with_eor_1.out1 <input_name="vege2"_value="aa"> @ bb cc <input_name="vege1"_value="dd"> ee ff
2 <input_name="vege2"_value="aa"> bb @ cc <input_name="vege1"_value="dd"> ee ff
3 <input_name="vege2"_value="aa"> bb cc @ <input_name="vege1"_value="dd"> ee ff
4 <input_name="vege2"_value="aa"> bb cc dd <input_name="vege1"> ee ff
5 <input_name="vege2"_value="aa"> bb cc dd <input_name="vege1"_value="ee"> @ ff
6 <input_name="vege2"_value="aa"> @ bb cc <input_name="vege1"_value="dd"> ee ff
7 <input_name="vege2"_value="aa"> bb @ cc <input_name="vege1"_value="dd"> ee ff
8 <input_name="vege2"_value="aa"> bb cc @ <input_name="vege1"_value="dd"> ee ff
9 <input_name="vege2"_value="aa"> bb cc dd <input_name="vege1"> ee ff
10 <input_name="vege2"_value="aa"> bb cc dd <input_name="vege1"_value="ee"> @ ff
H A Ddata_without_eor_1.out1 <input_name="vege2"_value="aa"> @ bb cc <input_name="vege1"_value="dd"> ee ff
2 <input_name="vege2"_value="aa"> bb @ cc <input_name="vege1"_value="dd"> ee ff
3 <input_name="vege2"_value="aa"> bb cc @ <input_name="vege1"_value="dd"> ee ff
4 <input_name="vege2"_value="aa"> bb cc dd <input_name="vege1"> ee ff
5 <input_name="vege2"_value="aa"> bb cc dd <input_name="vege1"_value="ee"> @ ff
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/coreml/converter/
H A D_layers.py31 return input_name, name
184 input_name=input_name,
219 input_name = input_name,
261 input_name = input_name,
332 input_name=input_name,
374 input_name=input_name,
414 input_name=input_name,
457 input_name=input_name,
492 input_name=input_name,
543 input_name=input_name,
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/coreml/converter/
H A D_layers.py31 return input_name, name
184 input_name=input_name,
219 input_name = input_name,
261 input_name = input_name,
332 input_name=input_name,
374 input_name=input_name,
414 input_name=input_name,
457 input_name=input_name,
492 input_name=input_name,
543 input_name=input_name,
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/_internal/utility/type/
H A Dcompare.hpp15 template < typename number_name, typename input_name = number_name const& >
25 static int compare( input_name left, input_name right ) in compare()
32 static bool similar( input_name left, input_name right ) in similar()
38 static bool different( input_name left, input_name right ) in different()
43 … static bool great( input_name left, input_name right ){ return 1 == compare( left, right ); } in great()
44 … static bool less( input_name left, input_name right ){ return -1 == compare( left, right ); } in less()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/entity/
H A Dconnectableentity.cpp81 bool ConnectableEntity::is_uniform_zero_scalar(const char* input_name) const in is_uniform_zero_scalar()
83 return is_uniform_zero_scalar(m_inputs.source(input_name)); in is_uniform_zero_scalar()
86 bool ConnectableEntity::is_uniform_zero_spectrum(const char* input_name) const in is_uniform_zero_spectrum()
88 return is_uniform_zero_spectrum(m_inputs.source(input_name)); in is_uniform_zero_spectrum()
98 return is_uniform_zero(m_inputs.source(input_name), m_inputs.source(multiplier_name)); in is_uniform_zero()
101 bool ConnectableEntity::check_uniform(const char* input_name) const in check_uniform()
103 const Source* source = m_inputs.source(input_name); in check_uniform()
112 input_name, in check_uniform()
124 void ConnectableEntity::check_non_zero_emission(const char* input_name) const in check_non_zero_emission()
126 if (is_uniform_zero_spectrum(input_name)) in check_non_zero_emission()
[all …]
/dports/security/gss/gss-1.0.3/lib/krb5/
H A Dname.c28 const gss_name_t input_name, in gss_krb5_canonicalize_name() argument
39 if (gss_oid_equal (input_name->type, GSS_C_NT_EXPORT_NAME)) in gss_krb5_canonicalize_name()
41 if (input_name->length > 15) in gss_krb5_canonicalize_name()
51 (*output_name)->length = input_name->length - 15; in gss_krb5_canonicalize_name()
60 memcpy ((*output_name)->value, input_name->value + 15, in gss_krb5_canonicalize_name()
69 else if (gss_oid_equal (input_name->type, GSS_C_NT_HOSTBASED_SERVICE)) in gss_krb5_canonicalize_name()
76 if (!memchr (input_name->value, '@', input_name->length)) in gss_krb5_canonicalize_name()
95 else if (gss_oid_equal (input_name->type, GSS_KRB5_NT_PRINCIPAL_NAME)) in gss_krb5_canonicalize_name()
117 const gss_name_t input_name, gss_buffer_t exported_name) in gss_krb5_export_name() argument
119 size_t msglen = input_name->length & 0xFFFFFFFF; in gss_krb5_export_name()
[all …]
/dports/security/py-mixbox/mixbox-1.0.5/mixbox/
H A Dbinding_utils.py69 def gds_format_string(self, input_data, input_name=''):
75 def gds_format_base64(self, input_data, input_name=''):
81 def gds_format_integer(self, input_data, input_name=''):
87 def gds_format_integer_list(self, input_data, input_name=''):
99 def gds_format_float(self, input_data, input_name=''):
105 def gds_format_float_list(self, input_data, input_name=''):
117 def gds_format_double(self, input_data, input_name=''):
135 def gds_format_boolean(self, input_data, input_name=''):
156 def gds_format_datetime(self, input_data, input_name=''):
203 def gds_format_date(self, input_data, input_name=''):
[all …]
/dports/archivers/gcpio/cpio-2.13/src/
H A Dcopypass.c68 ds_init (&input_name, 128); in process_copy_pass()
104 if (input_name.ds_string[0] == '.' in process_copy_pass()
105 && (input_name.ds_string[1] == '\0' in process_copy_pass()
106 || (input_name.ds_string[1] == '/' in process_copy_pass()
107 && input_name.ds_string[2] == '\0'))) in process_copy_pass()
112 stat_error (input_name.ds_string); in process_copy_pass()
159 input_name.ds_string); in process_copy_pass()
173 open_error (input_name.ds_string); in process_copy_pass()
200 input_name.ds_string, in process_copy_pass()
210 close_error (input_name.ds_string); in process_copy_pass()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/controllers/midi/
H A Dportmidienumerator.cpp51 bool namesMatchMidiPattern(const QString& input_name, in namesMatchMidiPattern() argument
58 int inputMatch = deviceNamePattern.indexIn(input_name); in namesMatchMidiPattern()
75 bool namesMatchInOutPattern(const QString& input_name, in namesMatchInOutPattern() argument
81 int inputMatch = inputPattern.indexIn(input_name); in namesMatchInOutPattern()
98 bool namesMatchPattern(const QString& input_name, in namesMatchPattern() argument
137 bool shouldLinkInputToOutput(const QString& input_name, in shouldLinkInputToOutput() argument
140 if (input_name == output_name || namesMatchAllowableEdgeCases(input_name, output_name)) { in shouldLinkInputToOutput()
149 QString input_name_stripped = input_name; in shouldLinkInputToOutput()
151 input_name_stripped = input_name.right(input_name.length() - 4); in shouldLinkInputToOutput()
178 namesMatchMidiPattern(input_name, output_name) || in shouldLinkInputToOutput()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dopen-catalog.c45 try_open_catalog_file (const char *input_name, char **real_file_name_p) in try_open_catalog_file() argument
54 if (strcmp (input_name, "-") == 0 || strcmp (input_name, "/dev/stdin") == 0) in try_open_catalog_file()
61 if (IS_RELATIVE_FILE_NAME (input_name)) in try_open_catalog_file()
69 file_name = xconcatenated_filename (dir, input_name, extension[k]); in try_open_catalog_file()
88 file_name = xconcatenated_filename ("", input_name, extension[k]); in try_open_catalog_file()
103 *real_file_name_p = xstrdup (input_name); in try_open_catalog_file()
114 open_catalog_file (const char *input_name, char **real_file_name_p, in open_catalog_file() argument
117 FILE *fp = try_open_catalog_file (input_name, real_file_name_p); in open_catalog_file()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dopen-catalog.c45 try_open_catalog_file (const char *input_name, char **real_file_name_p) in try_open_catalog_file() argument
54 if (strcmp (input_name, "-") == 0 || strcmp (input_name, "/dev/stdin") == 0) in try_open_catalog_file()
61 if (IS_RELATIVE_FILE_NAME (input_name)) in try_open_catalog_file()
69 file_name = xconcatenated_filename (dir, input_name, extension[k]); in try_open_catalog_file()
88 file_name = xconcatenated_filename ("", input_name, extension[k]); in try_open_catalog_file()
103 *real_file_name_p = xstrdup (input_name); in try_open_catalog_file()
114 open_catalog_file (const char *input_name, char **real_file_name_p, in open_catalog_file() argument
117 FILE *fp = try_open_catalog_file (input_name, real_file_name_p); in open_catalog_file()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dopen-catalog.c45 try_open_catalog_file (const char *input_name, char **real_file_name_p) in try_open_catalog_file() argument
54 if (strcmp (input_name, "-") == 0 || strcmp (input_name, "/dev/stdin") == 0) in try_open_catalog_file()
61 if (IS_RELATIVE_FILE_NAME (input_name)) in try_open_catalog_file()
69 file_name = xconcatenated_filename (dir, input_name, extension[k]); in try_open_catalog_file()
88 file_name = xconcatenated_filename ("", input_name, extension[k]); in try_open_catalog_file()
103 *real_file_name_p = xstrdup (input_name); in try_open_catalog_file()
114 open_catalog_file (const char *input_name, char **real_file_name_p, in open_catalog_file() argument
117 FILE *fp = try_open_catalog_file (input_name, real_file_name_p); in open_catalog_file()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dopen-catalog.c45 try_open_catalog_file (const char *input_name, char **real_file_name_p) in try_open_catalog_file() argument
54 if (strcmp (input_name, "-") == 0 || strcmp (input_name, "/dev/stdin") == 0) in try_open_catalog_file()
61 if (IS_RELATIVE_FILE_NAME (input_name)) in try_open_catalog_file()
69 file_name = xconcatenated_filename (dir, input_name, extension[k]); in try_open_catalog_file()
88 file_name = xconcatenated_filename ("", input_name, extension[k]); in try_open_catalog_file()
103 *real_file_name_p = xstrdup (input_name); in try_open_catalog_file()
114 open_catalog_file (const char *input_name, char **real_file_name_p, in open_catalog_file() argument
117 FILE *fp = try_open_catalog_file (input_name, real_file_name_p); in open_catalog_file()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/dzx7/128/
H A Ddzx7.c45 unsigned char *input_name; variable
187 exit(error("Invalid data in input file %s", input_name)); in write_bytes()
221 exit(error("Input file %s too long", input_name)); in decompress()
293 input_name = lfn.filename; in main()
298 input_name = argv[i]; in main()
299 input_name_sz = strlen(input_name); in main()
311 input_name = argv[i]; in main()
321 if (stricmp(output_name, input_name) == 0) in main()
326 if ((ifp = esx_f_open(input_name, ESX_MODE_OPEN_EXIST | ESX_MODE_R)) == 0xff) in main()
327 exit(error("Can't open input file %s", input_name)); in main()
[all …]
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/coreml/
H A Dcoreml_emitter.py246 input_name=input_name,
323 input_name=input_name,
391 input_name=input_name,
478 input_name=input_name,
568 input_name = input_name,
673 input_name=input_name,
689 input_name=input_name,
772 input_name=input_name,
851 input_name = input_name,
896 input_name = input_name,
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/dzx7/48/
H A Ddzx7.c47 unsigned char *input_name; variable
186 exit(error("Invalid data in input file %s", input_name)); in write_bytes()
220 exit(error("Input file %s too long", input_name)); in decompress()
285 input_name = argv[i]; in main()
286 input_name_sz = strlen(input_name); in main()
288 if ((input_name_sz > 4) && (stricmp(input_name + input_name_sz - 4, ".ZX7") == 0)) in main()
295 input_name = argv[i]; in main()
305 if (stricmp(output_name, input_name) == 0) in main()
315 if ((ifp = esx_f_open(input_name, ESX_MODE_OPEN_EXIST | ESX_MODE_R)) == 0xff) in main()
316 exit(error("Can't open input file %s", input_name)); in main()
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zx/dot-command/dzx7/
H A Ddzx7.c64 unsigned char *input_name; variable
198 exit(error("Invalid data in input file %s", input_name)); in write_bytes()
232 exit(error("Input file %s too long", input_name)); in decompress()
290 input_name = argv[i]; in main()
291 input_name_sz = strlen(input_name); in main()
293 if ((input_name_sz > 4) && (!stricmp(input_name+input_name_sz-4, ".ZX7"))) in main()
294 snprintf(output_name, sizeof(output_name), "%.*s", input_name_sz-4, input_name); in main()
300 input_name = argv[i]; in main()
310 if (!stricmp(output_name, input_name)) in main()
320 ifp = esxdos_f_open(input_name, ESXDOS_MODE_OPEN_EXIST | ESXDOS_MODE_R); in main()
[all …]
/dports/math/btor2tools/btor2tools-1df768d/src/
H A Dcatbtor.c24 static const char* input_name; variable
52 else if (input_name) in main()
58 input_name = argv[i]; in main()
60 if (!input_name) in main()
64 input_name = "<stdin>"; in main()
68 input_file = fopen (input_name, "r"); in main()
72 stderr, "*** catbtor: can not open '%s' for reading\n", input_name); in main()
82 input_name); in main()
90 fprintf (stderr, "*** catbtor: parse error in '%s' %s\n", input_name, err); in main()
98 fprintf (stderr, "; [catbor] finished parsing '%s'\n", input_name); in main()
/dports/devel/z88dk/z88dk/src/zx7/
H A Ddzx7.c34 char *input_name; variable
52 …r, (input_size ? "Error: Truncated input file %s\n" : "Error: Empty input file %s\n"), input_name); in read_byte()
123 fprintf(stderr, "Error: Invalid data in input file %s\n", input_name); in write_bytes()
158 fprintf(stderr, "Error: Input file %s too long\n", input_name); in decompress()
186 input_name = argv[i]; in main()
187 input_size = strlen(input_name); in main()
188 if (input_size > 4 && !strcmp(input_name+input_size-4, ".zx7")) { in main()
193 strcpy(output_name, input_name); in main()
201 input_name = argv[i]; in main()
210 ifp = fopen(input_name, "rb"); in main()
[all …]
/dports/security/gss/gss-1.0.3/lib/
H A Dname.c136 const gss_name_t input_name, in gss_display_name() argument
139 if (!input_name) in gss_display_name()
146 output_name_buffer->length = input_name->length; in gss_display_name()
154 if (input_name->value) in gss_display_name()
155 memcpy (output_name_buffer->value, input_name->value, input_name->length); in gss_display_name()
158 *output_name_type = input_name->type; in gss_display_name()
411 const gss_name_t input_name, in gss_inquire_mechs_for_name() argument
416 if (input_name == GSS_C_NO_NAME) in gss_inquire_mechs_for_name()
428 input_name->type, mech_types); in gss_inquire_mechs_for_name()
470 const gss_name_t input_name, gss_buffer_t exported_name) in gss_export_name() argument
[all …]
/dports/java/jikes/jikes-1.22/src/
H A Dsystem.cpp498 input_name = NULL; in ProcessBootClassPath()
538 if (! input_name) in ProcessBootClassPath()
641 delete [] input_name; in ProcessBootClassPath()
689 input_name = NULL; in ProcessExtDirs()
727 if (! input_name) in ProcessExtDirs()
959 delete [] input_name; in ProcessExtDirs()
1006 input_name = NULL; in ProcessClassPath()
1044 if (! input_name) in ProcessClassPath()
1146 delete [] input_name; in ProcessClassPath()
1221 if (! input_name) in ProcessSourcePath()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/
H A DUploadService.php35 * @param string $input_name Form input name
39 public function getFiles($input_name) { argument
40 return $this->request->getFiles($input_name);
46 * @param string $input_name Form input name
51 public function getFile($input_name, $check_for_validity = true) { argument
52 return $this->request->getFile($input_name, $check_for_validity);

12345678910>>...62