Home
last modified time | relevance | path

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

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/device_event_log/
H A Ddevice_event_log_impl.cc42 enum class ShowTime { enum
149 if (show_time == ShowTime::kTimeWithMs) in LogEntryToString()
152 if (show_time == ShowTime::kUnix) in LogEntryToString()
161 if (show_time == ShowTime::kUnix) { in LogEntryToString()
204 const ShowTime show_time = ShowTime::kTimeWithMs; in SendLogEntryToVLogOrErrorLog()
236 ShowTime* show_time, in GetFormat()
242 *show_time = ShowTime::kNone; in GetFormat()
250 *show_time = ShowTime::kTimeWithMs; in GetFormat()
253 *show_time = ShowTime::kUnix; in GetFormat()
255 *show_time = ShowTime::kTimeWithMs; in GetFormat()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/device_event_log/
H A Ddevice_event_log_impl.cc41 enum class ShowTime { enum
146 if (show_time == ShowTime::kTimeWithMs) in LogEntryToString()
149 if (show_time == ShowTime::kUnix) in LogEntryToString()
158 if (show_time == ShowTime::kUnix) { in LogEntryToString()
201 const ShowTime show_time = ShowTime::kTimeWithMs; in SendLogEntryToVLogOrErrorLog()
233 ShowTime* show_time, in GetFormat()
239 *show_time = ShowTime::kNone; in GetFormat()
247 *show_time = ShowTime::kTimeWithMs; in GetFormat()
250 *show_time = ShowTime::kUnix; in GetFormat()
252 *show_time = ShowTime::kTimeWithMs; in GetFormat()
[all …]
/dports/www/mod_webkit/w4py-1.2.3/WebKit/Tests/stress/
H A DShowTime.rr1ShowTime', 'REMOTE_ADDR': '127.0.0.1', 'SERVER_SOFTWARE': 'Webware', 'GATEWAY_INTERFACE': 'CGI/1.1…
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@fast_roi16 if ($ShowTime) echo "Stripping Anat at `date '+%H:%M:%S'`"
33 if ($ShowTime) echo "TLRC transformation at `date '+%H:%M:%S'`"
55 if ($ShowTime) echo "TLRC mask generation at `date '+%H:%M:%S'`"
64 if ($ShowTime) echo "Orig mask generation at `date '+%H:%M:%S'`"
109 if ($ShowTime) echo "Elapsed time $et[1]h:$et[2]m:$et[3]s"
/dports/devel/fossil/fossil-src-2.17/tools/cvs2fossil/lib/
H A Dc2f_pass.tcl142 ShowTime $pass $seconds
150 ShowTime $pass $seconds
153 ShowTime Total $total
157 proc ShowTime {pass seconds} {
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/screens/
H A Dserver_info.cpp99 ShowTime(w, stats.uptime(), 1); in update()
101 …w << NC::Format::Bold << "Time playing: " << NC::Format::NoBold << MPD::Song::ShowTime(stats.playT… in update()
104 ShowTime(w, stats.dbPlayTime(), 1); in update()
/dports/www/rt44/rt-4.4.5/share/html/Ticket/Elements/
H A DShowBasics67 <td class="value"><& ShowTime, minutes => $Ticket->TimeEstimated &></td>
74 <td class="value"><& ShowTime, minutes => $Ticket->TimeWorked &></td>
81 <td class="value"><& ShowTime, minutes => $totalTimeWorked &></td>
92 <td class="value"><& /Ticket/Elements/ShowTime, minutes => $time_worked->{$user} &></td>
103 <td class="value"><& ShowTime, minutes => $Ticket->TimeLeft &></td>
/dports/www/rt50/rt-5.0.2/share/html/Ticket/Elements/
H A DShowBasics67 …<div class="value col-9"><span class="current-value"><& ShowTime, minutes => $Ticket->TimeEstimate…
74 …<div class="value col-9"><span class="current-value"><& ShowTime, minutes => $Ticket->TimeWorked &…
81 …<div class="value col-9"><span class="current-value"><& ShowTime, minutes => $totalTimeWorked &></…
92 <span class="value"><& /Ticket/Elements/ShowTime, minutes => $time_worked->{$user} &></span>
103 …<div class="value col-9"><span class="current-value"><& ShowTime, minutes => $Ticket->TimeLeft &><…
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h67 bool ShowTime; member
135 ShowTime(false), in CArcCmdLineOptions()
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dstatus.cpp655 tracklength += MPD::Song::ShowTime(m_total_time-m_elapsed_time); in elapsedTime()
658 tracklength += MPD::Song::ShowTime(m_elapsed_time); in elapsedTime()
660 tracklength += MPD::Song::ShowTime(m_total_time); in elapsedTime()
663 tracklength += MPD::Song::ShowTime(m_elapsed_time); in elapsedTime()
686 tracklength += MPD::Song::ShowTime(m_total_time-m_elapsed_time); in elapsedTime()
689 tracklength = MPD::Song::ShowTime(m_elapsed_time); in elapsedTime()
693 tracklength += MPD::Song::ShowTime(m_total_time); in elapsedTime()
H A Dsong.cpp202 return ShowTime(len); in getLength()
304 std::string Song::ShowTime(unsigned length) in ShowTime() function in MPD::Song
/dports/audio/snack/snack2.2.10/demos/tcl/
H A Dcool.tcl177 ShowTime
184 ShowTime
252 ShowTime
295 ShowTime
376 ShowTime
386 ShowTime
395 proc ShowTime {} {
/dports/www/rt44/rt-4.4.5/share/html/Elements/
H A DSelectDate48 …ackName => 'BeforeDateInput', Object => $Object, ARGSRef => $ARGSRef, ShowTimeRef => \$ShowTime, );
49 <input type="text" class="datepicker<% $ShowTime ? ' withtime' : '' %>" id="<% $Name %>" name="<% $…
66 $ShowTime => 1
/dports/www/rt50/rt-5.0.2/share/html/Elements/
H A DSelectDate48 …ackName => 'BeforeDateInput', Object => $Object, ARGSRef => $ARGSRef, ShowTimeRef => \$ShowTime, );
49 <input type="text" class="datepicker<% $ShowTime ? ' withtime' : '' %> form-control"
72 $ShowTime => 1
/dports/www/mod_webkit/w4py-1.2.3/WebKit/Examples/
H A DShowTime.py5 class ShowTime(ExamplePage): class
/dports/emulators/nestopia/nestopia-1.51.1/source/core/board/
H A DNstBoardEvent.cpp134 inline bool Event::CartSwitches::ShowTime() const in ShowTime() function in Nes::Core::Boards::Event::CartSwitches
257 if (cartSwitches.ShowTime() && irq.unit.count) in Sync()
H A DNstBoardEvent.hpp54 inline bool ShowTime() const;
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/board/
H A DNstBoardEvent.cpp134 inline bool Event::CartSwitches::ShowTime() const in ShowTime() function in Nes::Core::Boards::Event::CartSwitches
257 if (cartSwitches.ShowTime() && irq.unit.count) in Sync()
H A DNstBoardEvent.hpp54 inline bool ShowTime() const;
/dports/www/mod_webkit/w4py-1.2.3/WebKit/Tests/twill/
H A DWebKit.twill43 follow ShowTime
45 title ShowTime
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/appmallsservice/
H A Dstruct_schedules_item.go32 ShowTime string `json:"ShowTime" xml:"ShowTime"` member
/dports/emulators/atari800/atari800-3.1.0/src/falcon/
H A Djclkcook.h12 unsigned ShowTime:1; /* 31 - General Display switch (bits 30-24 depend on this bit being set) */ member
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h77 bool ShowTime; member
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h77 bool ShowTime; member
/dports/archivers/lzma/lzma-19.00/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h77 bool ShowTime; member

12345678