Home
last modified time | relevance | path

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

12345

/dports/games/whichwayisup/whichwayisup/lib/
H A Dmainmenu.py49 time_text = "Your final time: %s frames" % str(self.time)
51 time_text = "Didn't pass all levels"
60 time_text += " - NEW BEST TIME!"
63 time_text += " - Best time: no best time"
65 time_text += " - Best time: %s frames" % Variables.vdict["besttime" + self.world.name]
69 time_text = "Best time: no best time"
71 time_text = "Best time: %s frames" % Variables.vdict["besttime" + self.world.name]
86 menu_image = render_text(time_text, COLOR_GUI)
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpdisplayshell-close.c292 gchar *time_text = NULL; in gimp_display_shell_close_time_changed() local
306 time_text = in gimp_display_shell_close_time_changed()
317 time_text = in gimp_display_shell_close_time_changed()
329 time_text = in gimp_display_shell_close_time_changed()
352 if (time_text && export_text) in gimp_display_shell_close_time_changed()
353 gimp_message_box_set_text (box, "%s\n\n%s", time_text, export_text); in gimp_display_shell_close_time_changed()
354 else if (time_text || export_text) in gimp_display_shell_close_time_changed()
355 gimp_message_box_set_text (box, "%s", time_text ? time_text : export_text); in gimp_display_shell_close_time_changed()
357 gimp_message_box_set_text (box, "%s", time_text); in gimp_display_shell_close_time_changed()
359 g_free (time_text); in gimp_display_shell_close_time_changed()
/dports/audio/moc/moc-2.5.2/
H A Dplaylist_file.c100 char time_text[10] = ""; in plist_load_m3u() local
117 time_text[sizeof(time_text) - 1] = 0; in plist_load_m3u()
118 strncpy (time_text, line + sizeof("#EXTINF:") - 1, in plist_load_m3u()
120 sizeof(time_text))); in plist_load_m3u()
121 if (time_text[sizeof(time_text) - 1]) { in plist_load_m3u()
127 time_sec = strtol (time_text, &num_err, 10); in plist_load_m3u()
137 if (*time_text) in plist_load_m3u()
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/animation/
H A Ddouble_pendulum_sgskip.py77 time_text = ax.text(0.05, 0.9, '', transform=ax.transAxes) variable
82 time_text.set_text('')
83 return line, time_text
91 time_text.set_text(time_template % (i*dt))
92 return line, time_text
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/animation/
H A Ddouble_pendulum_sgskip.py77 time_text = ax.text(0.05, 0.9, '', transform=ax.transAxes) variable
82 time_text.set_text('')
83 return line, time_text
91 time_text.set_text(time_template % (i*dt))
92 return line, time_text
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtime_shift.c119 time_string_parse(const gchar *time_text, int *year, int *month, int *day, gboolean *negative, int … in time_string_parse() argument
120 const gchar *pts = time_text; in time_string_parse()
122 if (!time_text || !hour || !minute || !second) in time_string_parse()
217 time_string_to_nstime(const gchar *time_text, nstime_t *packettime, nstime_t *nstime) in time_string_to_nstime() argument
225 if ((err_str = time_string_parse(time_text, &Y, &M, &D, NULL, &h, &m, &f)) != NULL) in time_string_to_nstime()
299 time_shift_settime(capture_file *cf, guint packet_num, const gchar *time_text) in time_shift_settime() argument
306 if (!cf || !time_text) in time_shift_settime()
320 if ((err_str = time_string_to_nstime(time_text, &packet_time, &set_time)) != NULL) in time_shift_settime()
H A Dtime_shift.h44 const gchar * time_string_parse(const gchar *time_text, int *year, int *month, int *day, gboolean *…
63 const gchar * time_shift_settime(capture_file *cf, guint packet_num, const gchar *time_text);
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dtime_shift.c119 time_string_parse(const gchar *time_text, int *year, int *month, int *day, gboolean *negative, int … in time_string_parse() argument
120 const gchar *pts = time_text; in time_string_parse()
122 if (!time_text || !hour || !minute || !second) in time_string_parse()
217 time_string_to_nstime(const gchar *time_text, nstime_t *packettime, nstime_t *nstime) in time_string_to_nstime() argument
225 if ((err_str = time_string_parse(time_text, &Y, &M, &D, NULL, &h, &m, &f)) != NULL) in time_string_to_nstime()
299 time_shift_settime(capture_file *cf, guint packet_num, const gchar *time_text) in time_shift_settime() argument
306 if (!cf || !time_text) in time_shift_settime()
320 if ((err_str = time_string_to_nstime(time_text, &packet_time, &set_time)) != NULL) in time_shift_settime()
H A Dtime_shift.h44 const gchar * time_string_parse(const gchar *time_text, int *year, int *month, int *day, gboolean *…
63 const gchar * time_shift_settime(capture_file *cf, guint packet_num, const gchar *time_text);
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dtime_shift.c119 time_string_parse(const gchar *time_text, int *year, int *month, int *day, gboolean *negative, int …
120 const gchar *pts = time_text;
122 if (!time_text || !hour || !minute || !second)
217 time_string_to_nstime(const gchar *time_text, nstime_t *packettime, nstime_t *nstime)
225 if ((err_str = time_string_parse(time_text, &Y, &M, &D, NULL, &h, &m, &f)) != NULL)
299 time_shift_settime(capture_file *cf, guint packet_num, const gchar *time_text)
306 if (!cf || !time_text)
320 if ((err_str = time_string_to_nstime(time_text, &packet_time, &set_time)) != NULL)
H A Dtime_shift.h44 const gchar * time_string_parse(const gchar *time_text, int *year, int *month, int *day, gboolean *…
63 const gchar * time_shift_settime(capture_file *cf, guint packet_num, const gchar *time_text);
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dtime_shift.c119 time_string_parse(const gchar *time_text, int *year, int *month, int *day, gboolean *negative, int … in time_string_parse() argument
120 const gchar *pts = time_text; in time_string_parse()
122 if (!time_text || !hour || !minute || !second) in time_string_parse()
217 time_string_to_nstime(const gchar *time_text, nstime_t *packettime, nstime_t *nstime) in time_string_to_nstime() argument
225 if ((err_str = time_string_parse(time_text, &Y, &M, &D, NULL, &h, &m, &f)) != NULL) in time_string_to_nstime()
299 time_shift_settime(capture_file *cf, guint packet_num, const gchar *time_text) in time_shift_settime() argument
306 if (!cf || !time_text) in time_shift_settime()
320 if ((err_str = time_string_to_nstime(time_text, &packet_time, &set_time)) != NULL) in time_shift_settime()
H A Dtime_shift.h44 const gchar * time_string_parse(const gchar *time_text, int *year, int *month, int *day, gboolean *…
63 const gchar * time_shift_settime(capture_file *cf, guint packet_num, const gchar *time_text);
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_qltk_seekbutton.py33 time_text = l.get_text()
36 self.assertNotEqual(time_text, disabled_text)
38 self.assertEqual(l.get_text(), time_text)
/dports/dns/dnscap/dnscap-2.0.1/plugins/eventlog/
H A Deventlog.c143 char time_text[25]; in eventlog_start() local
146 if (strftime(time_text, 25, "%G %m/%d %T", localtime_r(&curtime, &res)) > 0) { in eventlog_start()
147 fprintf(out, "%s ", time_text); in eventlog_start()
261 char time_text[25]; in eventlog_output() local
263 if (strftime(time_text, 25, "%G %m/%d %T", localtime_r(&ts.tv_sec, &res)) > 0) { in eventlog_output()
264 fprintf(out, "%s ", time_text); in eventlog_output()
/dports/x11/i3lock-color/i3lock-color-2.13.c.4/
H A Dunlock_indicator.c654 draw_text(ctx, draw_data->time_text); in draw_elements()
838 if (*draw_data.time_text.str) { in render_lock()
839 draw_data.time_text.show = true; in render_lock()
840 draw_data.time_text.size = time_size; in render_lock()
842 draw_data.time_text.color = time16; in render_lock()
886 {"tx", &draw_data.time_text.x}, in render_lock()
887 {"ty", &draw_data.time_text.y}, in render_lock()
930 draw_data.time_text.x = 0; in render_lock()
931 draw_data.time_text.y = 0; in render_lock()
997 …DEBUG("Time at %fx%f on screen %d\n", draw_data.time_text.x, draw_data.time_text.y, current_screen… in render_lock()
[all …]
/dports/games/cake/cake_src/cake/
H A Dapp.cpp384 char time_text[64] = { '\0' }; in Shut() local
387 sprintf(time_text, "%d:", minutes); in Shut()
388 if (seconds < 10) strcat(time_text, "0"); in Shut()
389 sprintf(time_text, "%s%d", time_text, seconds); in Shut()
390 gLogFile->Insert("Execution time: %s\n", time_text); in Shut()
528 char time_text[64] = { '\0' }; in DrawInterface() local
533 sprintf(time_text, "%d:", minutes); in DrawInterface()
534 if (seconds < 10) strcat(time_text, "0"); in DrawInterface()
535 sprintf(time_text, "%s%d", time_text, seconds); in DrawInterface()
536 …gOver->String(time_text, gFramework->GetFont(NORMAL_CHAR), (float) (gRender->GetWidth()-SMALL_CHAR… in DrawInterface()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dlevel_time.cpp86 std::string time_text = ss.str(); in draw() local
90 … static_cast<float>(time_surface->get_width()) + Resources::normal_font->get_text_width(time_text); in draw()
95 context.color().draw_text(Resources::normal_font, time_text, in draw()
/dports/multimedia/openshot/openshot-qt-2.6.1/src/windows/
H A Dregion.py213 time_text = time_parts.secondsToTime(seconds, self.fps_num, self.fps_den)
214 …timestamp = "%s:%s:%s:%s" % (time_text["hour"], time_text["min"], time_text["sec"], time_text["fra…
H A Dcutting.py198 time_text = time_parts.secondsToTime(seconds, self.fps_num, self.fps_den)
199 …timestamp = "%s:%s:%s:%s" % (time_text["hour"], time_text["min"], time_text["sec"], time_text["fra…
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/animation/
H A Ddouble_pendulum.py84 time_text = ax.text(0.05, 0.9, '', transform=ax.transAxes) variable
101 time_text.set_text(time_template % (i*dt))
102 return line, trace, time_text
/dports/deskutils/gsimplecal/gsimplecal-2.2/src/
H A DClock.cpp45 string time_text = getTimeForTZ(time, timezone); in updateTime() local
46 gtk_label_set_text(GTK_LABEL(time_label), time_text.c_str()); in updateTime()
/dports/audio/sonata/sonata-1.7b1-22-gcee3555/sonata/
H A Dabout.py176 time_text = ngettext('{count} day of bliss.',
180 time_text = ngettext('{count} hour of bliss.',
184 parts = (song_text, album_text, artist_text, time_text)
/dports/science/gramps/gramps-5.1.4/gramps/gui/
H A Dundohistory.py239 time_text = time.ctime(self.undodb.undo_history_timestamp)
240 self.model.append(row=[time_text, mod_text, fg, bg])
244 time_text = time.ctime(txn.timestamp)
246 self.model.append(row=[time_text, mod_text, fg, bg])
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dseg001.c738 char time_text[12]; in show_hof() local
751 snprintf(time_text, sizeof(time_text), "%d:%02d", minutes, seconds); in show_hof()
753 snprintf(time_text, sizeof(time_text), "%d:%02d", hof[index].min - 1, hof[index].tick / 12); in show_hof()
757 show_hof_text(&hof_rects[index], 1, 0, time_text); in show_hof()

12345