Home
last modified time | relevance | path

Searched refs:showTimes (Results 1 – 14 of 14) sorted by relevance

/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DChessClock.java109 showTimes(); in updateClocks()
112 private void showTimes() { in showTimes() method in ChessClock
137 showTimes(); in setEnabled()
170 showTimes(); in startClock()
179 showTimes(); in resetClocks()
187 showTimes(); in setWhitePlayersTime()
195 showTimes(); in setBlackPlayersTime()
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/demos/idedemo/sunw/demo/idedemo/
H A DApiDemo.java112 private final boolean showTimes = false; // should be using a timer -epll field in ApiDemo
120 if (showTimes) in ApiDemo()
136 if (showTimes) in ApiDemo()
141 if (showTimes) in ApiDemo()
154 if (showTimes) in ApiDemo()
/dports/lang/fpc-source/fpc-3.2.2/packages/palmunits/src/
H A Dseltimezone.pp36 … {const} titleP: PChar; showTimes, anyLocale: Boolean): Boolean; syscall sysTrapSelectTimeZone;
/dports/science/jmol/jmol-14.32.7/src/org/openscience/jmol/app/jmolpanel/
H A DDisplayPanel.java380 showTimes(); in stopPaintClock()
393 protected void showTimes() { in showTimes() method in DisplayPanel
/dports/security/sslscan/sslscan-1.11.12-rbsec/
H A Dsslscan.h128 int showTimes; member
H A Dsslscan.c1529 if (options->showTimes)
1726 if (options->showTimes)
3448 options.showTimes = false;
3539 options.showTimes = true;
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DConfig.cpp110 showTimes(0), in Config()
576 showTimes = xml->getpar("report_load_times", showTimes, 0, 1); in extractConfigData()
702 xml->addpar("report_load_times", showTimes); in addConfigXML()
H A DConfig.h141 bool showTimes; variable
H A DSynthEngine.cpp587 if (Runtime.showTimes) in NoteOn()
962 if (Runtime.showTimes) in setProgramByName()
991 if (ok && Runtime.showTimes) in setProgramByName()
1022 if (notinplace && Runtime.showTimes) in setProgramFromBank()
1059 if (ok && Runtime.showTimes) in setProgramFromBank()
1471 if (Runtime.showTimes) in ListSettings()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/applet/
H A DJmol.java441 showTimes(10, 10, g); in update()
478 private void showTimes(int x, int y, Graphics g) { in showTimes() method in Jmol
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DHUDRenderer.cxx781 const bool showTimes = (fps > 0.0f) || (drawTime > 0.0f) || in render() local
786 if (showCompose || showTimes || showTankLabels) in render()
793 if (showTimes) in render()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DHUDRenderer.cxx781 const bool showTimes = (fps > 0.0f) || (drawTime > 0.0f) || in render() local
786 if (showCompose || showTimes || showTankLabels) in render()
793 if (showTimes) in render()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/UI/
H A DConfigUI.fl276 code0 {o->value(synth->getRuntime().showTimes);}
1252 logTimes->value(synth->getRuntime().showTimes);
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Interface/
H A DInterChange.cpp2786 synth->getRuntime().showTimes = value_bool; in commandConfig()
2788 value = synth->getRuntime().showTimes; in commandConfig()