Home
last modified time | relevance | path

Searched refs:temp_label (Results 1 – 25 of 64) sorted by relevance

123

/dports/graphics/viewnior/Viewnior-viewnior-1.7/src/
H A Dvnr-properties-dialog.c125 GtkWidget *temp_label; in vnr_properties_dialog_init() local
134 temp_label = gtk_label_new(NULL); in vnr_properties_dialog_init()
183 temp_label = gtk_label_new(NULL); in vnr_properties_dialog_init()
187 temp_label = gtk_label_new(NULL); in vnr_properties_dialog_init()
191 temp_label = gtk_label_new(NULL); in vnr_properties_dialog_init()
195 temp_label = gtk_label_new(NULL); in vnr_properties_dialog_init()
199 temp_label = gtk_label_new(NULL); in vnr_properties_dialog_init()
313 GtkWidget *temp_label; in vnr_cb_add_metadata() local
317 temp_label = gtk_label_new(NULL); in vnr_cb_add_metadata()
323 gtk_widget_show(temp_label); in vnr_cb_add_metadata()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/dataset/
H A Dyolo_format.py157 temp_label = line.strip().split()
158 assert len(temp_label) == 5, "Invalid label file" + label_file
159 cls_id = int(temp_label[0])
160 x = float(temp_label[1])
161 y = float(temp_label[2])
162 half_width = float(temp_label[3]) / 2
163 half_height = float(temp_label[4]) / 2
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/dataset/
H A Dyolo_format.py157 temp_label = line.strip().split()
158 assert len(temp_label) == 5, "Invalid label file" + label_file
159 cls_id = int(temp_label[0])
160 x = float(temp_label[1])
161 y = float(temp_label[2])
162 half_width = float(temp_label[3]) / 2
163 half_height = float(temp_label[4]) / 2
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dtapelist.c271 char *temp_label, *temp_filenum; in unmarshal_tapelist_str() local
280 temp_label = alloc(input_length+1); in unmarshal_tapelist_str()
285 memset(temp_label, '\0', input_length+1); in unmarshal_tapelist_str()
290 temp_label[l_idx] = *tapelist_str; in unmarshal_tapelist_str()
298 tapelist = append_to_tapelist(tapelist, temp_label, (off_t)-1, -1, 0); in unmarshal_tapelist_str()
314 tapelist = append_to_tapelist(tapelist, temp_label, filenum, -1, 0); in unmarshal_tapelist_str()
323 amfree(temp_label); in unmarshal_tapelist_str()
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dtapelist.c271 char *temp_label, *temp_filenum; in unmarshal_tapelist_str() local
280 temp_label = alloc(input_length+1); in unmarshal_tapelist_str()
285 memset(temp_label, '\0', input_length+1); in unmarshal_tapelist_str()
290 temp_label[l_idx] = *tapelist_str; in unmarshal_tapelist_str()
298 tapelist = append_to_tapelist(tapelist, temp_label, (off_t)-1, -1, 0); in unmarshal_tapelist_str()
314 tapelist = append_to_tapelist(tapelist, temp_label, filenum, -1, 0); in unmarshal_tapelist_str()
323 amfree(temp_label); in unmarshal_tapelist_str()
/dports/devel/sdts++/sdts++-1.5.1/sdts++/io/
H A Dsio_8211FieldFormat.cpp403 string temp_label(""); // label string re-used for each subfield in sio_8211MakeFieldFormat() local
425 temp_label += array_descriptor[i++]; in sio_8211MakeFieldFormat()
433 if ( 0 == temp_label.length() ) break; in sio_8211MakeFieldFormat()
437 ff.back().setLabel( temp_label ); // its label in sio_8211MakeFieldFormat()
442 temp_label = ""; // reset the label for the next subfield in sio_8211MakeFieldFormat()
/dports/x11-toolkits/gtksourceviewmm3/gtksourceviewmm-3.18.0/gtksourceview/src/
H A Dcompletionitem.ccg40 Glib::ustring temp_label(label);
55 if (temp_label.empty() && gtk_stock_lookup (stock.get_c_str(), &stock_item))
57 temp_label = stock_item.label;
65 g_object_set(gobj(), "label", temp_label.c_str(), "icon", icon, static_cast<char*>(0));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dcommands.cc347 std::string temp_label(label); in FixGitBashLabelEdit() local
351 temp_label[0] == '/' && // Only fix for //foo paths, not /f:oo paths in FixGitBashLabelEdit()
352 (temp_label.length() < 2 || in FixGitBashLabelEdit()
353 (temp_label[1] != '/' && in FixGitBashLabelEdit()
354 (temp_label.length() < 3 || temp_label[1] != ':')))) in FixGitBashLabelEdit()
355 temp_label.insert(0, "/"); in FixGitBashLabelEdit()
356 return temp_label; in FixGitBashLabelEdit()
/dports/devel/avra/avra-1.4.2/src/
H A Davra.c800 struct label *label, *temp_label; in free_labels() local
802 temp_label = label; in free_labels()
804 free(temp_label->name); in free_labels()
805 free(temp_label); in free_labels()
814 struct label *label, *temp_label; in free_constants() local
816 temp_label = label; in free_constants()
818 free(temp_label->name); in free_constants()
819 free(temp_label); in free_constants()
856 temp_label = label; in free_variables()
858 free(temp_label->name); in free_variables()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dcommands.cc352 std::string temp_label(label); in FixGitBashLabelEdit() local
356 temp_label[0] == '/' && // Only fix for //foo paths, not /f:oo paths in FixGitBashLabelEdit()
357 (temp_label.length() < 2 || in FixGitBashLabelEdit()
358 (temp_label[1] != '/' && in FixGitBashLabelEdit()
359 (temp_label.length() < 3 || temp_label[1] != ':')))) in FixGitBashLabelEdit()
360 temp_label.insert(0, "/"); in FixGitBashLabelEdit()
361 return temp_label; in FixGitBashLabelEdit()
/dports/devel/gn/gn-1962/src/gn/
H A Dcommands.cc352 std::string temp_label(label); in FixGitBashLabelEdit() local
356 temp_label[0] == '/' && // Only fix for //foo paths, not /f:oo paths in FixGitBashLabelEdit()
357 (temp_label.length() < 2 || in FixGitBashLabelEdit()
358 (temp_label[1] != '/' && in FixGitBashLabelEdit()
359 (temp_label.length() < 3 || temp_label[1] != ':')))) in FixGitBashLabelEdit()
360 temp_label.insert(0, "/"); in FixGitBashLabelEdit()
361 return temp_label; in FixGitBashLabelEdit()
/dports/x11-toolkits/gtksourceviewmm3/gtksourceviewmm-3.18.0/gtksourceview/gtksourceviewmm/
H A Dcompletionitem.cc61 Glib::ustring temp_label(label); in CompletionItem() local
76 if (temp_label.empty() && gtk_stock_lookup (stock.get_c_str(), &stock_item)) in CompletionItem()
78 temp_label = stock_item.label; in CompletionItem()
86 g_object_set(gobj(), "label", temp_label.c_str(), "icon", icon, static_cast<char*>(0)); in CompletionItem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/tools_webrtc/sslroots/
H A Dgenerate_sslroots.py67 temp_label = label.group(0)
68 end = len(temp_label)-1
69 label_name = _SafeName(temp_label[1:end])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/tools_webrtc/sslroots/
H A Dgenerate_sslroots.py68 temp_label = label.group(0)
69 end = len(temp_label) - 1
70 label_name = _SafeName(temp_label[1:end])
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dio_button.cc508 ostringstream temp_label; in update() local
539 temp_label.str (""); /* erase the failed attempt */ in update()
543 temp_label << "/"; in update()
544 temp_label << pn; in update()
547 if (!temp_label.str ().empty ()) { in update()
548 label << temp_label.str (); in update()
/dports/science/libccp4/libccp4-6.5.1/fortran/
H A Dcmaplib_f.c1847 char *temp_label; variable
1852 temp_label = ccp4_FtoCString(FTN_STR(label), FTN_LEN(label));
1856 free(temp_label);
1866 char *temp_label; variable
1871 temp_label = ccp4_FtoCString(FTN_STR(label), FTN_LEN(label));
1875 free(temp_label);
1890 char *temp_label; variable
1896 temp_label = ccp4_FtoCString(FTN_STR(label), FTN_LEN(label));
1908 free(temp_label);
1918 char *temp_label; variable
[all …]
/dports/x11/mate-applets/mate-applets-1.26.0/mateweather/src/
H A Dmateweather-pref.c824 GtkWidget* temp_label; in mateweather_pref_create() local
878 temp_label = gtk_label_new_with_mnemonic (_("_Temperature unit:")); in mateweather_pref_create()
879 gtk_label_set_use_markup (GTK_LABEL (temp_label), TRUE); in mateweather_pref_create()
880 gtk_label_set_justify (GTK_LABEL (temp_label), GTK_JUSTIFY_LEFT); in mateweather_pref_create()
881 gtk_label_set_xalign (GTK_LABEL (temp_label), 0.0); in mateweather_pref_create()
882 gtk_widget_show (temp_label); in mateweather_pref_create()
886 gtk_label_set_mnemonic_widget (GTK_LABEL (temp_label), temp_combo); in mateweather_pref_create()
981 gtk_widget_set_halign (temp_label, GTK_ALIGN_START); in mateweather_pref_create()
982 gtk_grid_attach(GTK_GRID(unit_grid), temp_label, 0, 0, 1, 1); in mateweather_pref_create()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/views/
H A Dgcal-month-cell.c40 GtkLabel *temp_label; member
442 gtk_widget_class_bind_template_child (widget_class, GcalMonthCell, temp_label); in gcal_month_cell_class_init()
526 gtk_label_set_text (self->temp_label, ""); in gcal_month_cell_set_weather()
537 gtk_label_set_text (self->temp_label, temp_str); in gcal_month_cell_set_weather()
/dports/math/openfst/openfst-1.8.1/src/include/fst/extensions/compress/
H A Dcompress.h375 LZLabel temp_label; in EncodeProcessedFst() local
376 temp_label.label = arc.ilabel; in EncodeProcessedFst()
378 current_new_input.push_back(temp_label); in EncodeProcessedFst()
508 LZLabel temp_label; in DecodeProcessedFst() local
509 temp_label.label = *main_it; in DecodeProcessedFst()
511 temp_new_dict_element.second = temp_label; in DecodeProcessedFst()
/dports/devel/py-qutip/qutip-4.6.2/qutip/qip/device/
H A Dprocessor.py222 temp_label = label + "_" + str(temp_targets)
223 temp_label = label
226 label=temp_label))
/dports/devel/py-pyperf/pyperf-2.3.0/pyperf/
H A D_collect_metadata.py325 temp_label = read_first_line(template % 'label', error=True)
335 item = '%s:%s=%s' % (hwmon_name, temp_label, temp_input)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwmon/
H A Dw83627ehf.c316 const char * const *temp_label; member
1264 if (data->temp_label) in w83627ehf_init_device()
1265 label = data->temp_label[data->temp_src[i]]; in w83627ehf_init_device()
1352 if (data->temp_label) in w83627ehf_is_visible()
1592 *str = data->temp_label[data->temp_src[channel]]; in w83627ehf_read_string()
1791 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
1832 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hwmon/
H A Dw83627ehf.c316 const char * const *temp_label; member
1264 if (data->temp_label) in w83627ehf_init_device()
1265 label = data->temp_label[data->temp_src[i]]; in w83627ehf_init_device()
1352 if (data->temp_label) in w83627ehf_is_visible()
1592 *str = data->temp_label[data->temp_src[channel]]; in w83627ehf_read_string()
1791 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
1832 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
H A Dnct6775.c1082 const char * const *temp_label; member
2451 if (nr == 1 && !data->temp_label) in nct6775_temp_is_visible()
3838 data->temp_label = nct6776_temp_label; in nct6775_probe()
3911 data->temp_label = nct6776_temp_label; in nct6775_probe()
3991 data->temp_label = nct6775_temp_label; in nct6775_probe()
4064 data->temp_label = nct6776_temp_label; in nct6775_probe()
4137 data->temp_label = nct6779_temp_label; in nct6775_probe()
4225 data->temp_label = nct6779_temp_label; in nct6775_probe()
4230 data->temp_label = nct6792_temp_label; in nct6775_probe()
4235 data->temp_label = nct6793_temp_label; in nct6775_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hwmon/
H A Dw83627ehf.c316 const char * const *temp_label; member
1264 if (data->temp_label) in w83627ehf_init_device()
1265 label = data->temp_label[data->temp_src[i]]; in w83627ehf_init_device()
1352 if (data->temp_label) in w83627ehf_is_visible()
1592 *str = data->temp_label[data->temp_src[channel]]; in w83627ehf_read_string()
1791 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
1832 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()

123