Home
last modified time | relevance | path

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

/dports/games/minetest/minetest-5.4.1/src/gui/
H A Dprofilergraph.cpp90 float show_max = meta.max; in draw() local
92 if (show_min >= -0.0001 && show_max >= -0.0001) { in draw()
93 if (show_min <= show_max * 0.5) in draw()
99 porting::mt_snprintf(buf, sizeof(buf), "%.3g", show_max); in draw()
113 bool relativegraph = (show_min != 0 && show_min != show_max); in draw()
135 if (show_max != show_min) in draw()
136 scaledvalue = (value - show_min) / (show_max - show_min); in draw()
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/dialogs/
H A Damount_dialog.py125 show_max = BooleanProperty(False) variable in AmountDialog
128 def __init__(self, show_max, amount, cb): argument
130 self.show_max = show_max
/dports/science/afni/afni-AFNI_21.3.16/src/ptaylor/
H A DTrackIO.c285 int show_max; in Show_Taylor_Tract() local
297 else show_max = show_maxu; in Show_Taylor_Tract()
298 for (ii=0; ii<show_max; ++ii) { in Show_Taylor_Tract()
307 int show_max; in Show_Taylor_Bundle() local
319 else show_max = show_maxu; in Show_Taylor_Bundle()
331 int show_max; in Show_Taylor_Network() local
343 else show_max = show_maxu; in Show_Taylor_Network()
345 for (ii=0; ii<show_max; ++ii) in Show_Taylor_Network()
1510 int show_max; in SUMA_Taylor_Bundle_Info() local
1552 int show_max; in SUMA_Taylor_Tract_Info() local
[all …]
/dports/sysutils/uptimed/uptimed-0.4.6/src/
H A Duprecords.c34 int runas_cgi=0, show_max=10, show_milestone=0, layout=PRE, show_downtime=0, run_loop=0, update_in… variable
63 if (show_max<0) in main()
64 show_max=1; in main()
148 if (++i<=show_max || show_max==0) in displayrecords()
311 show_max=atoi(str+9); in read_config_cgi()
371 if (pos>show_max) in print_entry()
433 if (pos>show_max) in print_downtime_entry()
554 show_max=atoi(optarg); in scan_args()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/cpufreq/
H A Ds3c24xx-cpufreq-debugfs.c30 static void show_max(struct seq_file *seq, struct s3c_freq *f) in show_max() function
57 show_max(seq, &brd->max); in board_show()
82 show_max(seq, &cfg->max); in info_show()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/cpufreq/
H A Ds3c24xx-cpufreq-debugfs.c30 static void show_max(struct seq_file *seq, struct s3c_freq *f) in show_max() function
57 show_max(seq, &brd->max); in board_show()
82 show_max(seq, &cfg->max); in info_show()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/cpufreq/
H A Ds3c24xx-cpufreq-debugfs.c30 static void show_max(struct seq_file *seq, struct s3c_freq *f) in show_max() function
57 show_max(seq, &brd->max); in board_show()
82 show_max(seq, &cfg->max); in info_show()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/_pytest/assertion/
H A D__init__.py126 show_max = 10
127 truncated_lines = len(new_expl) - show_max
128 new_expl[show_max:] = [py.builtin._totext(
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pytest/_pytest/assertion/
H A D__init__.py126 show_max = 10
127 truncated_lines = len(new_expl) - show_max
128 new_expl[show_max:] = [py.builtin._totext(
/dports/lang/expect/expect5.45.4/
H A Dexp_trap.c314 int show_max = FALSE; /* if user asked for NSIG-1 */ local
339 show_max = TRUE;
343 if (show_name || show_number || show_max) {
345 if (show_max) {
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_custom_graphs.php166 $show_max = true, $show_min = true, $show_avg = true, $ttl = 1, argument
242 $show_max,
H A Dfunctions_graph.php972 $name_list = array(), $unit_list = array(), $show_last = true, $show_max = true, argument
1358 if ($show_max)
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/modes/torrentlist/
H A Dtorrentactions.py77 show_max = 6
81 if i == show_max - 1:
83 rem_msg += '\n {!red!}And %i more' % (len(status) - show_max)
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/opt/test/
H A Drun-add_desc.c13 static void show_max(char buf[OPT_SHOW_LEN], const void *arg UNNEEDED) in show_max() function
100 opt.show = show_max; in main()
/dports/sysutils/xsysstats/xsysstats1.51/
H A Dxsysstats.c93 show_max=FALSE, /* If true, show max value graph ever hit */ variable
147 if (show_max) in minimal_label_lines()
194 if (show_max) in draw_minimal_label()
276 if (show_max) in redraw_graph()
536 show_max = !(show_max); in process_keypress()
949 void set_showmax() { show_max = TRUE; } in set_showmax()
H A Dporting.c370 extern int show_max; in set_values()
373 if (show_max) in set_values()
/dports/graphics/akira/Akira-0.0.16/src/Layouts/Partials/
H A DLayersPanel.vala235 double show_max = double.min (vadjustment.upper, y + SCROLL_DISTANCE);
240 } else if (vadjustment_max < show_max) {
H A DLayer.vala673 double show_max = double.min (vadjustment.upper, y + SCROLL_DISTANCE);
678 } else if (vadjustment_max < show_max) {
/dports/databases/sequeler/sequeler-0.8.2/src/Partials/
H A DLibraryItem.vala313 double show_max = double.min (vadjustment.upper, y + SCROLL_DISTANCE);
318 } else if (vadjustment_max < show_max) {
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c121 static ssize_t show_max(struct device *class_dev, in show_max() function
330 cip->attr_max.show = show_max; in pvr2_sysfs_add_control()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c121 static ssize_t show_max(struct device *class_dev, in show_max() function
330 cip->attr_max.show = show_max; in pvr2_sysfs_add_control()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c121 static ssize_t show_max(struct device *class_dev, in show_max() function
330 cip->attr_max.show = show_max; in pvr2_sysfs_add_control()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dgame.cpp590 float show_max = meta.max; in draw() local
592 if (show_min >= -0.0001 && show_max >= -0.0001) { in draw()
593 if (show_min <= show_max * 0.5) in draw()
599 snprintf(buf, 10, "%.3g", show_max); in draw()
615 bool relativegraph = (show_min != 0 && show_min != show_max); in draw()
640 if (show_max != show_min) in draw()
641 scaledvalue = (value - show_min) / (show_max - show_min); in draw()
/dports/deskutils/go-for-it/Go-For-It-1.9.6/src/Widgets/
H A DDragList.vala659 double show_max = double.min (adjustment.upper, y + SCROLL_DISTANCE);
663 } else if (adjustment_max < show_max) {
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/
H A Dmain_window.py1167 def amount_dialog(self, screen, show_max): argument
1181 popup = AmountDialog(show_max, amount, cb)