Home
last modified time | relevance | path

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

12

/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dlog.c255 int time_width = 6; in time_log() local
288 time_width = 6; in time_log()
292 time_width = 7; in time_log()
302 dprintf(fd, "%*s", time_width, "FB"); in time_log()
303 dprintf(fd, "%*s", time_width, "LB"); in time_log()
313 log_time(fd, "START", time_width, docp, in time_log()
316 log_time(fd, "DNS", time_width, docp, in time_log()
318 log_time(fd, "CONN", time_width, docp, in time_log()
320 log_time(fd, "FB", time_width, docp, in time_log()
322 log_time(fd, "LB", time_width, docp, in time_log()
[all …]
/dports/net-im/beebeep/beebeep-code-r1476/trash/
H A DGuiChatGraphicsItem.cpp157 int time_width; in paint() local
159 time_width = m_timeStampWidth; in paint()
161 time_width = m_boxStartLength; in paint()
163 …p->drawText( m_boxMaxWidth + 6, 0, time_width - 6, m_boxHeight, Qt::AlignBottom|Qt::AlignLeft, m_t… in paint()
251 int time_width; in boundingRect() local
253 time_width = m_timeStampWidth; in boundingRect()
255 time_width = m_boxStartLength; in boundingRect()
256 rect.setRight( m_boxMaxWidth + time_width ); in boundingRect()
/dports/mail/hashcash/hashcash-1.22/
H A Dlibhc.c156 int hashcash_mint( time_t now_time, int time_width, const char* resource, in hashcash_mint() argument
178 if ( time_width == 0 ) { time_width = 6; } /* default YYMMDD */ in hashcash_mint()
192 if ( time_width != 12 && time_width != 10 && time_width != 6 ) { in hashcash_mint()
196 now_time = round_off( now_time, 12-time_width ); in hashcash_mint()
197 hashcash_to_utctimestr( now_utime, time_width, now_time ); in hashcash_mint()
288 int time_width = 6; /* default YYMMDD */ in hashcash_validity_to_width() local
292 if ( validity_period < 2*TIME_MINUTE ) { time_width = 12; } in hashcash_validity_to_width()
293 else if ( validity_period < 2*TIME_HOUR ) { time_width = 10; } in hashcash_validity_to_width()
294 else { time_width = 6; } in hashcash_validity_to_width()
296 return time_width; in hashcash_validity_to_width()
H A Dexample.c34 int time_width = 6, compress = 0, checked = 0; in main() local
135 time_width = atoi( optarg ); in main()
136 if ( time_width != 6 && time_width != 10 && time_width != 12 ) { in main()
170 err = hashcash_mint( now_time, time_width, resource, bits, in main()
H A Dhashcash.c328 if ( !time_width ) { in main()
331 inferred_time_width = time_width; in main()
335 grace_period, anon_period, time_width, bits, 0 ); in main()
340 time_width, bits, over_flag ); in main()
344 time_width, bits, 0 ); in main()
382 time_width = atoi( optarg ); in main()
383 if ( time_width != 6 && time_width != 10 && time_width != 12 ) { in main()
407 if ( !time_width ) { in main()
410 inferred_time_width = time_width; in main()
474 grace_period, anon_period, time_width, in main()
[all …]
H A Dhashcash.h143 int hashcash_mint( time_t now_time, int time_width, const char* resource,
/dports/games/xonotic/Xonotic/source/qcsrc/common/
H A Dnet_notice.qc86 float time_width = 48;
93 …drawcolorcodedstring(v3 + eX * 0.5 * (time_width - stringwidth(s, true, '1 1 0' * 16)), s, '1 1 0'…
94 v3.x = v1.x + 10 + time_width;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/views/
H A Ddebug_view.rs62 let time_width = 16; // Width of "23:59:59.123 | " in required_size() localVariable
67 .map(|record| record.message.width() + level_width + time_width) in required_size()
/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipa_thresholds.c627 ipa_tm_sub(&tm_started, threshold->time_width); in check_thresholds()
699 threshold->time_width / threshold->time_slice->event_step; in init_threshold()
851 if (old_time_width != threshold->time_width) { in init_threshold()
859 time_str(threshold->time_width)); in init_threshold()
887 if (old_time_width < threshold->time_width) in init_threshold()
890 ipa_tm_sub(&nstat.tm_from, threshold->time_width); in init_threshold()
894 threshold->time_width) { in init_threshold()
928 ipa_tm_sub(&nstat.tm_from, threshold->time_width); in init_threshold()
1208 if (threshold->time_width == 0) { in threshold_inherit()
1209 threshold->time_width = global_threshold_time_width; in threshold_inherit()
H A Dipa_thresholds.h83 unsigned int time_width; /* { threshold_time_width } */ member
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/ui/
H A Devents-list-view.cpp179 const int time_width = qMin(kTimeWidth, ::textWidthInFont(time_text, time_font)); in paint() local
185 - time_width - kPadding * 2 - kMarginRight; in paint()
188 - time_width - kMarginBetweenNickAndTime - kPadding * 2 - kMarginRight; in paint()
225 …QPoint time_pos = option.rect.topRight() + QPoint(-time_width - kPadding - kMarginRight, kMarginTo… in paint()
226 QRect time_rect(time_pos, QSize(time_width, kTimeHeight)); in paint()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/kafka-0.8.0/examples/
H A Doffset-monitor.rs168 time_width: usize, in getPaths()
185 time_width: 10, in getPaths()
200 let _ = write!(self.out_buf, "{1:<0$}", self.time_width, "time"); in getPaths()
240 let _ = write!(self.out_buf, "{1:<0$}", self.time_width, self.fmt_buf); in getPaths()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmessages.cpp428 int time_width = 0; member in Messages::dialog
504 time_width = utf8_width( to_string_clipped( 1_turns, clipped_align::right ) ); in init()
507 if( border_width * 2 + time_width + padding_width >= w_width || in init()
513 msg_width = w_width - border_width * 2 - time_width - padding_width; in init()
589 … print_colored_text( w, point( border_width + time_width + padding_width, border_width + line ), in show()
607 … mvwaddch( w, point( border_width + time_width - 1, border_width + last_line ), LINE_XOXO ); in show()
611 mvwaddch( w, point( border_width + time_width - 1, border_width + line ), in show()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmessages.cpp428 int time_width = 0; member in Messages::dialog
504 time_width = utf8_width( to_string_clipped( 1_turns, clipped_align::right ) ); in init()
507 if( border_width * 2 + time_width + padding_width >= w_width || in init()
513 msg_width = w_width - border_width * 2 - time_width - padding_width; in init()
589 … print_colored_text( w, point( border_width + time_width + padding_width, border_width + line ), in show()
607 … mvwaddch( w, point( border_width + time_width - 1, border_width + last_line ), LINE_XOXO ); in show()
611 mvwaddch( w, point( border_width + time_width - 1, border_width + line ), in show()
/dports/graphics/cuttlefish/cuttlefish-1.3/lib/
H A DHistogram.pm280 my $time_width = $time_max - $time_min;
285 $x0[$i] = $width*(($time-$time_min)/$time_width) + $graph_x;
352 my $x = $graph_x + $width*($val/$time_width);
/dports/misc/urh/urh-2.9.2/src/urh/signalprocessing/
H A DSpectrogram.py128 time_width = 1e9 * ((len(self.samples) / sample_rate) / spectrogram.shape[1])
133 result[i, j] = (fft_freqs[i], int(j*time_width), spectrogram[i, j])
135 result[i, j] = (fft_freqs[i], int(j * time_width))
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-week-view-event-item.c711 gint icon_x, icon_y, time_width, min_end_time_x, max_icon_x; in week_view_event_item_draw() local
794 time_width = e_week_view_get_time_string_width (week_view); in week_view_event_item_draw()
899 time_x += time_width; in week_view_event_item_draw()
907 time_x += time_width; in week_view_event_item_draw()
1075 min_end_time_x += time_width in week_view_event_item_draw()
1090 - time_width; in week_view_event_item_draw()
1098 max_icon_x -= time_width in week_view_event_item_draw()
H A De-day-view-top-item.c145 gint hour, display_hour, minute, offset, time_width, time_x; in day_view_top_item_draw_long_event() local
314 time_width = e_day_view_get_time_string_width (day_view); in day_view_top_item_draw_long_event()
363 min_end_time_x += time_width in day_view_top_item_draw_long_event()
378 time_width - E_DAY_VIEW_LONG_EVENT_TIME_X_PAD - x; in day_view_top_item_draw_long_event()
409 max_icon_x -= time_width + E_DAY_VIEW_LONG_EVENT_TIME_X_PAD; in day_view_top_item_draw_long_event()
H A De-week-view.c1947 gint width, height, time_width; in e_week_view_recalc_cell_sizes() local
2048 else if (width / 2 > time_width) in e_week_view_recalc_cell_sizes()
2054 else if (width / 2 > time_width) in e_week_view_recalc_cell_sizes()
3943 text_x += time_width * (hide_end_time ? 1 : 2) in e_week_view_reshape_event_span()
4015 min_text_x += time_width in e_week_view_reshape_event_span()
4030 max_text_w -= time_width in e_week_view_reshape_event_span()
5306 gint time_width; in e_week_view_get_time_string_width() local
5311 time_width = week_view->digit_width * 2 in e_week_view_get_time_string_width()
5314 time_width = week_view->digit_width * 4 in e_week_view_get_time_string_width()
5318 time_width += MAX (week_view->am_string_width, in e_week_view_get_time_string_width()
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/scxtominc/
H A Dscxtominc.c124 double time_width; member
191 double scan_time, double time_width, double zpos);
425 scx_file_info[ifile].time_width, in main()
454 scx_file_info[ifile].time_width, in main()
626 sfip->time_width = fvalue; in get_scx_file_info()
1234 double scan_time, double time_width, double zpos) in write_minc_slice() argument
1275 NC_DOUBLE, NULL, &time_width); in write_minc_slice()
/dports/science/minc2/minc-release-2.2.00/conversion/ecattominc/
H A Decattominc.c113 double time_width; member
195 double scan_time, double time_width, double zpos);
460 frame_info[iframe].time_width, in main()
498 frame_info[iframe].time_width, in main()
677 fip->time_width = (double) lvalue / 1000.0; in get_frame_info()
1386 frame_lengths[iframe] = frame_info[iframe].time_width; in setup_minc_file()
1547 double scan_time, double time_width, double zpos) in write_minc_slice() argument
1588 NC_DOUBLE, NULL, &time_width); in write_minc_slice()
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/clock/
H A Dclock.c271 int *time_width, in clock_compute_text_geometry() argument
281 time_width, in clock_compute_text_geometry()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/bitmaps/
H A Dtime.xbm26 #define time_width 13
/dports/audio/rhythmbox/rhythmbox-3.4.4/widgets/
H A Drb-header.c597 int time_width; in rb_header_size_allocate() local
674 gtk_widget_get_preferred_width (RB_HEADER (widget)->priv->timebutton, &time_width, NULL); in rb_header_size_allocate()
676 time_width = 0; in rb_header_size_allocate()
679 info_width = allocation->width - (scale_width + time_width) - (2 * spacing); in rb_header_size_allocate()
698 if (time_width == 0) { in rb_header_size_allocate()
700 } else if (info_width + scale_width + (2 * spacing) + time_width > allocation->width) { in rb_header_size_allocate()
709 child_alloc.width = time_width; in rb_header_size_allocate()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/samples/
H A DTOFRes_sample.comp52 * time_width: [us] width of time bin
72 time_bin=20000, time_width=10,
206 flight_time = -t + 1e-6*(time_bin + time_width * randpm1());

12