Home
last modified time | relevance | path

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

12

/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/src/terminal/
H A DUserTerminalHandler.cpp126 time_t currentSecond = time(NULL); in runUserTerminal() local
127 if (lastSecond != currentSecond) { in runUserTerminal()
129 lastSecond = currentSecond; in runUserTerminal()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dsmallstringview.h146 const char *currentSecond = second + n - 1; in reverse_memcmp() local
151 int difference = *currentFirst - *currentSecond; in reverse_memcmp()
156 --currentSecond; in reverse_memcmp()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/brick/math/
H A Drandom-tests.php128 static $currentSecond = 0;
150 if ($second !== $currentSecond) {
151 $currentSecond = $second;
/dports/devel/hadoop2/jetty-6.1.14/extras/jboss/src/main/java/org/mortbay/j2ee/session/
H A DContainer.java79 State state, int maxInactiveInterval, long currentSecond, in newContainer() argument
85 currentSecond); in newContainer()
H A DManager.java477 …return Container.newContainer(this, id, state, getMaxInactiveInterval(), currentSecond(), getInter… in newContainer()
741 public long currentSecond() in currentSecond() method in Manager
/dports/devel/hadoop/jetty-6.1.14/extras/jboss/src/main/java/org/mortbay/j2ee/session/
H A DContainer.java79 State state, int maxInactiveInterval, long currentSecond, in newContainer() argument
85 currentSecond); in newContainer()
H A DManager.java477 …return Container.newContainer(this, id, state, getMaxInactiveInterval(), currentSecond(), getInter… in newContainer()
741 public long currentSecond() in currentSecond() method in Manager
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DVideo.cc533 int32_t currentSecond = time(NULL); in RefreshScreen() local
534 if(currentSecond != prevSecond) in RefreshScreen()
538 prevSecond = currentSecond; in RefreshScreen()
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSRoutingEngine.cpp106 const double currentSecond = SIMTIME; in initEdgeWeights() local
115 …s[edge->getNumericalID()] = edge->getLength() / MSNet::getTravelTime(edge, nullptr, currentSecond); in initEdgeWeights()
/dports/www/element-web/element-v1.9.8/
H A Drecorder-worklet.28a7f56.js.map1 …t","AudioWorkletProcessor","process","inputs","outputs","parameters","currentSecond","currentTime"…
/dports/comms/chu/chu-0.1.29/
H A Dchu.c953 int currentSecond() in currentSecond() function
1215 second = currentSecond(); in lookForTimeCode()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/logging/
H A Dhandlers.py241 currentSecond = t[5]
244 currentSecond)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
H A Dhandlers.py243 currentSecond = t[5]
246 currentSecond)
/dports/lang/python-legacy/Python-2.7.18/Lib/logging/
H A Dhandlers.py243 currentSecond = t[5]
246 currentSecond)
/dports/lang/python27/Python-2.7.18/Lib/logging/
H A Dhandlers.py243 currentSecond = t[5]
246 currentSecond)
/dports/databases/py-gdbm/Python-3.8.12/Lib/logging/
H A Dhandlers.py276 currentSecond = t[5]
286 currentSecond)
/dports/lang/python37/Python-3.7.12/Lib/logging/
H A Dhandlers.py276 currentSecond = t[5]
286 currentSecond)
/dports/lang/python-tools/Python-3.8.12/Lib/logging/
H A Dhandlers.py276 currentSecond = t[5]
286 currentSecond)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/logging/
H A Dhandlers.py276 currentSecond = t[5]
286 currentSecond)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/logging/
H A Dhandlers.py276 currentSecond = t[5]
286 currentSecond)
/dports/lang/python38/Python-3.8.12/Lib/logging/
H A Dhandlers.py276 currentSecond = t[5]
286 currentSecond)
/dports/lang/python310/Python-3.10.1/Lib/logging/
H A Dhandlers.py291 currentSecond = t[5]
301 currentSecond)
/dports/lang/python39/Python-3.9.9/Lib/logging/
H A Dhandlers.py288 currentSecond = t[5]
298 currentSecond)
/dports/lang/python311/Python-3.11.0a3/Lib/logging/
H A Dhandlers.py291 currentSecond = t[5]
301 currentSecond)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_logging.py4770 currentSecond = t[5]
4774 currentSecond)
4779 print('currentSecond: %s' % currentSecond, file=sys.stderr)

12