Home
last modified time | relevance | path

Searched refs:data_name (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/dports/graphics/argyllcms/Argyll_V1.9.2/ucmm/
H A Ducmm.c275 free(data_name); in ucmm_install_monitor_profile()
283 free(data_name); in ucmm_install_monitor_profile()
291 free(data_name); in ucmm_install_monitor_profile()
298 free(data_name); in ucmm_install_monitor_profile()
305 free(data_name); in ucmm_install_monitor_profile()
315 free(data_name); in ucmm_install_monitor_profile()
326 free(data_name); in ucmm_install_monitor_profile()
333 free(data_name); in ucmm_install_monitor_profile()
340 free(data_name); in ucmm_install_monitor_profile()
362 free(data_name); in ucmm_install_monitor_profile()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-text-media.c52 const char *data_name;
66 data_name = pinfo->match_string;
67 if (! (data_name && data_name[0])) {
76 data_name = NULL;
78 data_name = message_info->media_str;
79 if (! (data_name && data_name[0])) {
83 data_name = NULL;
88 if (data_name)
90 data_name);
96 if (data_name)
[all …]
H A Dpacket-http-urlencoded.c115 const char *data_name; in dissect_form_urlencoded() local
118 data_name = pinfo->match_string; in dissect_form_urlencoded()
119 if (! (data_name && data_name[0])) { in dissect_form_urlencoded()
128 data_name = NULL; in dissect_form_urlencoded()
130 data_name = message_info->media_str; in dissect_form_urlencoded()
131 if (! (data_name && data_name[0])) { in dissect_form_urlencoded()
135 data_name = NULL; in dissect_form_urlencoded()
140 if (data_name) in dissect_form_urlencoded()
141 col_append_sep_fstr(pinfo->cinfo, COL_INFO, " ", "(%s)", data_name); in dissect_form_urlencoded()
144 if (data_name) in dissect_form_urlencoded()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-text-media.c52 const char *data_name; in dissect_text_lines() local
66 data_name = pinfo->match_string; in dissect_text_lines()
67 if (! (data_name && data_name[0])) { in dissect_text_lines()
76 data_name = NULL; in dissect_text_lines()
78 data_name = message_info->media_str; in dissect_text_lines()
79 if (! (data_name && data_name[0])) { in dissect_text_lines()
83 data_name = NULL; in dissect_text_lines()
88 if (data_name) in dissect_text_lines()
90 data_name); in dissect_text_lines()
96 if (data_name) in dissect_text_lines()
[all …]
H A Dpacket-http-urlencoded.c115 const char *data_name; in dissect_form_urlencoded() local
118 data_name = pinfo->match_string; in dissect_form_urlencoded()
119 if (! (data_name && data_name[0])) { in dissect_form_urlencoded()
128 data_name = NULL; in dissect_form_urlencoded()
130 data_name = message_info->media_str; in dissect_form_urlencoded()
131 if (! (data_name && data_name[0])) { in dissect_form_urlencoded()
135 data_name = NULL; in dissect_form_urlencoded()
140 if (data_name) in dissect_form_urlencoded()
141 col_append_sep_fstr(pinfo->cinfo, COL_INFO, " ", "(%s)", data_name); in dissect_form_urlencoded()
144 if (data_name) in dissect_form_urlencoded()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-text-media.c52 const char *data_name;
66 data_name = pinfo->match_string;
67 if (! (data_name && data_name[0])) {
76 data_name = NULL;
78 data_name = message_info->media_str;
79 if (! (data_name && data_name[0])) {
83 data_name = NULL;
88 if (data_name)
90 data_name);
96 if (data_name)
[all …]
H A Dpacket-http-urlencoded.c115 const char *data_name; in dissect_form_urlencoded() local
118 data_name = pinfo->match_string; in dissect_form_urlencoded()
119 if (! (data_name && data_name[0])) { in dissect_form_urlencoded()
128 data_name = NULL; in dissect_form_urlencoded()
130 data_name = message_info->media_str; in dissect_form_urlencoded()
131 if (! (data_name && data_name[0])) { in dissect_form_urlencoded()
135 data_name = NULL; in dissect_form_urlencoded()
140 if (data_name) in dissect_form_urlencoded()
141 col_append_sep_fstr(pinfo->cinfo, COL_INFO, " ", "(%s)", data_name); in dissect_form_urlencoded()
144 if (data_name) in dissect_form_urlencoded()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-text-media.c52 const char *data_name;
66 data_name = pinfo->match_string;
67 if (! (data_name && data_name[0])) {
76 data_name = NULL;
78 data_name = message_info->media_str;
79 if (! (data_name && data_name[0])) {
83 data_name = NULL;
88 if (data_name)
90 data_name);
96 if (data_name)
[all …]
H A Dpacket-http-urlencoded.c115 const char *data_name;
118 data_name = pinfo->match_string;
119 if (! (data_name && data_name[0])) {
128 data_name = NULL;
130 data_name = message_info->media_str;
131 if (! (data_name && data_name[0])) {
135 data_name = NULL;
140 if (data_name)
141 col_append_sep_fstr(pinfo->cinfo, COL_INFO, " ", "(%s)", data_name);
144 if (data_name)
[all …]
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/sentiment_analysis/
H A Dprocess_data.py27 def _load_file(data_name): argument
28 if data_name == 'MR':
32 elif data_name == 'CR':
36 elif data_name == 'MPQA':
40 elif data_name == 'SST-1':
45 elif data_name == 'SST-2':
50 elif data_name == 'Subj':
61 def _clean_str(string, data_name): argument
62 if data_name in ('SST-1', 'SST-2'):
127 def load_dataset(data_name, model_name): argument
[all …]
H A Dindex.rst82 …analysis_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode rand --data_name MR
88 …alysis_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode static --data_name MR
108 …lysis_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode rand --data_name SST-1
132 …lysis_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode rand --data_name SST-2
156 …alysis_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode rand --data_name Subj
162 …ysis_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode static --data_name Subj
180 …alysis_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode rand --data_name TREC
186 …ysis_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode static --data_name TREC
204 …analysis_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode rand --data_name CR
210 …alysis_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode static --data_name CR
[all …]
/dports/devel/py-apptools/apptools-4.5.0/apptools/template/
H A Dtemplate_data_names.py64 if object.data_name.resolved:
70 if object.data_name.resolved:
181 for data_name in self.data_names:
182 data_name.context = context
213 for data_name in old:
214 data_name.context = None
217 for data_name in new:
218 data_name.context = context
226 return self.data_name.items[
232 self.data_name.items[
[all …]
/dports/science/h5utils/h5utils-1.13.1/
H A Dh5tov5d.c74 char *data_name; in output_v5d() local
99 if (!data_name[0]) data_name = data_label; in output_v5d()
100 err = arrayh5_read(&a, fname, data_name, NULL, in output_v5d()
157 data_name[0] ? data_name - 1 : ""); in output_v5d()
158 if (!data_name[0]) data_name = data_label; in output_v5d()
194 if (!data_name[0]) data_name = data_label; in output_v5d()
293 char *v5d_fname = NULL, *data_name = NULL; in main() local
360 data_name = my_strdup(optarg); in main()
372 output_v5d(v5d_fname, data_name, in main()
377 if (data_name) in main()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/sparse/linear_classification/
H A Ddata.py22 def get_avazu_data(data_dir, data_name, url): argument
26 if (not os.path.exists(data_name)):
27 print("Dataset " + data_name + " not present. Downloading now ...")
28 zippath = os.path.join(data_dir, data_name + ".bz2")
29 mx.test_utils.download(url + data_name + ".bz2", zippath)
30 os.system("bzip2 -d %r" % data_name + ".bz2")
31 print("Dataset " + data_name + " is now present.")
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/sparse/linear_classification/
H A Ddata.py22 def get_avazu_data(data_dir, data_name, url): argument
26 if (not os.path.exists(data_name)):
27 print("Dataset " + data_name + " not present. Downloading now ...")
28 zippath = os.path.join(data_dir, data_name + ".bz2")
29 mx.test_utils.download(url + data_name + ".bz2", zippath)
30 os.system("bzip2 -d %r" % data_name + ".bz2")
31 print("Dataset " + data_name + " is now present.")
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DResultsManager.hpp204 const std::string& data_name, in array_allocate() argument
217 const std::string& data_name, in array_insert() argument
231 const std::string& data_name, in array_insert() argument
249 const std::string& data_name, in insert() argument
254 db->insert(iterator_id, data_name, sent_data, metadata); in insert()
259 const std::string& data_name,
352 const std::string& data_name);
358 const std::string& data_name,
389 const std::string& data_name):
395 results_mgr.core_lookup_ptr<StoredType>(iterator_id, data_name);
[all …]
H A DResultsDBBase.hpp124 const std::string& data_name, size_t array_size,
130 const std::string& data_name, size_t index,
136 const std::string& data_name,
190 const std::string& data_name, size_t array_size, in array_allocate() argument
194 insert(iterator_id, data_name, std::vector<StoredType>(array_size), in array_allocate()
202 const std::string& data_name, size_t index, in array_insert() argument
205 ResultsKeyType key = make_key(iterator_id, data_name); in array_insert()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/email/inc/
H A Dclass.mail_msg_wrappers.inc.php3880 if ($data_name == 'msgball_list')
4081 || ($data_name == 'folder_list')
4082 || ($data_name == 'mailsvr_callstr'))
4206 || ($data_name == 'phpgw_header'))
4273 $data = $data[$data_name];
4337 $data = $data[$data_name];
4532 elseif ($data_name == 'msgball_list')
4728 || ($data_name == 'folder_list')
4729 || ($data_name == 'mailsvr_callstr'))
4770 ($data_name == 'msg_structure')
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/sparse/wide_deep/
H A Ddata.py25 def get_uci_adult(data_dir, data_name, url): argument
29 if (not os.path.exists(data_name)):
30 print("Dataset " + data_name + " not present. Downloading now ...")
31 os.system("wget %r" % url + data_name)
32 if "test" in data_name:
33 os.system("sed -i '1d' %r" % data_name)
34 print("Dataset " + data_name + " is now present.")
35 csr, dns, label = preprocess_uci_adult(data_name)
40 def preprocess_uci_adult(data_name): argument
101 with open(data_name) as f:
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/sparse/wide_deep/
H A Ddata.py25 def get_uci_adult(data_dir, data_name, url): argument
29 if (not os.path.exists(data_name)):
30 print("Dataset " + data_name + " not present. Downloading now ...")
31 os.system("wget %r" % url + data_name)
32 if "test" in data_name:
33 os.system("sed -i '1d' %r" % data_name)
34 print("Dataset " + data_name + " is now present.")
35 csr, dns, label = preprocess_uci_adult(data_name)
40 def preprocess_uci_adult(data_name): argument
101 with open(data_name) as f:
/dports/games/alephone/alephone-release-20190331/tools/
H A Dsingle2forks.c61 char *data_name = NULL, *rsrc_name = NULL; in main() local
73 data_name = argv[2]; in main()
77 if (data_name == NULL) { in main()
78 data_name = malloc(strlen(argv[1]) + 6); in main()
79 strcpy(data_name, argv[1]); in main()
80 strcat(data_name, ".data"); in main()
103 extract_fork(fin, 1, data_name, "data"); in main()
/dports/x11/xnee/xnee-3.19/libxnee/src/
H A Ddatastrings.c236 if (strncmp(event_field[i].data_name, in xnee_event2int()
238 strlen(event_field[i].data_name))==0) in xnee_event2int()
255 if (strncmp(request_field[i].data_name, req, len)==0) in xnee_request2int()
271 if (strncmp(error_field[i].data_name, in xnee_error2int()
273 strlen(error_field[i].data_name))==0) in xnee_error2int()
299 return event_field[i].data_name; in xnee_print_event()
327 return error_field[i].data_name; in xnee_print_error_code()
350 return request_field[i].data_name; in xnee_print_request()
374 return request_field[i].data_name; in xnee_int2request()
406 return event_field[i].data_name; in xnee_int2event()
[all …]
/dports/x11-wm/xfce4-desktop/xfdesktop-4.16.0/src/
H A Dxfdesktop-window-icon.c87 gchar data_name[256]; in xfdesktop_window_icon_finalize() local
94 g_snprintf(data_name, 256, "--xfdesktop-last-row-%d", in xfdesktop_window_icon_finalize()
97 data_name, GUINT_TO_POINTER(row + 1)); in xfdesktop_window_icon_finalize()
98 g_snprintf(data_name, 256, "--xfdesktop-last-col-%d", in xfdesktop_window_icon_finalize()
101 data_name, GUINT_TO_POINTER(col + 1)); in xfdesktop_window_icon_finalize()
208 gchar data_name[256]; in xfdesktop_window_icon_new() local
215 g_snprintf(data_name, 256, "--xfdesktop-last-row-%d", workspace); in xfdesktop_window_icon_new()
217 data_name)); in xfdesktop_window_icon_new()
218 g_snprintf(data_name, 256, "--xfdesktop-last-col-%d", workspace); in xfdesktop_window_icon_new()
220 data_name)); in xfdesktop_window_icon_new()
/dports/devel/p5-Test-Weaken/Test-Weaken-3.022000/sandbox/
H A Dreftypes.pl91 for my $data_name (qw(scalar vstring regexp ref )) {
92 my $ref = $data{$data_name};
93 printf {*STDERR} "=== Deref test $data_name, %s, %s ===\n", ( ref $ref ),
157 for my $data_name (qw( glob autoviv )) {
158 my $ref = $data{$data_name};
159 printf {*STDERR} "=== Deref test $data_name, %s, %s ===\n", ( ref $ref ),
165 print { ${$new_probe} } "Printing via $data_name ref\n"
166 or Carp::croak("Cannot print via $data_name ref: $ERRNO");
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_unpack/
H A Drlm_unpack.c44 char *data_name, *data_size, *data_type; in unpack_xlat() local
63 data_name = p; in unpack_xlat()
94 if (*data_name == '&') { in unpack_xlat()
95 if (radius_get_vp(&vp, request, data_name) < 0) goto nothing; in unpack_xlat()
105 } else if ((data_name[0] == '0') && (data_name[1] == 'x')) { in unpack_xlat()
109 len = strlen(data_name + 2); in unpack_xlat()
111 RDEBUG("Invalid hex string in '%s'", data_name); in unpack_xlat()
115 input_len = fr_hex2bin(blob, sizeof(blob), data_name + 2, len); in unpack_xlat()
177 REDEBUG("Insufficient data to unpack '%s' from '%s'", data_type, data_name); in unpack_xlat()
222 REDEBUG("Insufficient data to unpack '%s' from '%s'", data_type, data_name); in unpack_xlat()

12345678910>>...22