Home
last modified time | relevance | path

Searched refs:inputtime (Results 1 – 24 of 24) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dzoo.c290 struct timespec inputtime; in selector_run() local
291 ns_to_timespec(deadline_ns - timespec_to_ns(&now), &inputtime); in selector_run()
292 uint32_t wc = demo_getc(nc, &inputtime, &ni); in selector_run()
365 struct timespec inputtime; in mselector_run() local
366 ns_to_timespec(deadline_ns - timespec_to_ns(&now), &inputtime); in mselector_run()
367 uint32_t wc = demo_getc(nc, &inputtime, &ni); in mselector_run()
/dports/www/e107/e107/e107_admin/
H A Dprefs.php753 $inputtime = array(); variable
758 $inputtime["%I:%M %p"] = strftime("%I:%M %p",$def);
761 $inputtime["%I:%M %P"] = strftime("%I:%M %P",$def);
765 $inputtime["%l:%M %p"] = strftime("%l:%M %p",$def);
766 $inputtime["%l:%M %P"] = strftime("%l:%M %P",$def);
769 $inputtime["%H:%M"] = strftime("%H:%M",$def);
770 $inputtime["%H:%M:%S"] = strftime("%H:%M:%S",$def);
782 $text .= $frm->select('inputtime',$inputtime, e107::getPref('inputtime'));
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dfindbot.pl188 my $inputtime = ( $slothour * 60 ) + $slotminute; # Get minutes from midnight
189 debugprint(20,"inputtime:$inputtime midfrom:$midnightfrom midto:$midnightto");
190 if ( $inputtime <= $midnightto && $inputtime >= $midnightfrom ) {
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/mkpic/
H A Dmkpic364 my $inputtime = ( stat($_) )[9];
369 !$rerun && ( stat("$tex.mac") )[9] > $inputtime or $rerun = 1;
/dports/japanese/Wnn7-lib/src/Wnn/include/
H A Djllib.h463 …info(struct wnn_buf *buf, int yosokuselect, int throughyosoku, unsigned int inputtime, int keylen);
H A Djslib.h898 …info(struct wnn_env *env, int yosokuselect, int throughyosoku, unsigned int inputtime, int keylen);
/dports/japanese/wnn7egg/wnn7/elisp/emacs20/
H A Dwnn7egg-lib.el2107 (defun wnn7-server-predict-set-timeinfo (yosokuselect throughyosoku inputtime keylen)
2110 throughyosoku inputtime keylen)))
H A Dwnn7egg-rpc.el1650 (defun wnn7rpc-yosoku-set-timeinfo (env yosokuselect throughyosoku inputtime
1655 env-id yosokuselect throughyosoku inputtime keylen)
/dports/japanese/wnn7egg/wnn7/elisp/xemacs21/
H A Dwnn7egg-lib.el2107 (defun wnn7-server-predict-set-timeinfo (yosokuselect throughyosoku inputtime keylen)
2110 throughyosoku inputtime keylen)))
H A Dwnn7egg-rpcx21.el1873 (defun wnn7rpc-yosoku-set-timeinfo (env yosokuselect throughyosoku inputtime
1878 env-id yosokuselect throughyosoku inputtime keylen)
/dports/biology/fastdnaml/fastDNAml_1.2.2/source/
H A DfastDNAml.c4781 int starttime, inputtime, endtime; in main() local
4889 inputtime = p4_clock(); in main()
4890 printf("Input time %d milliseconds\n", inputtime - starttime); in main()
4937 printf("Execution time %d milliseconds\n", endtime - inputtime); in main()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1365 u32 inputtime[MAX_SPECIAL_INPUTS];
H A Dopenbor.c18516 if(pl->inputtime[t]-pl->inputtime[t2]<GAME_SPEED/10){ in player_think()
19821 memset(player[index].inputtime, 0, sizeof(u32)*MAX_SPECIAL_INPUTS); in spawnplayer()
20554 memset(pl->inputtime, 0, sizeof(u32)*MAX_SPECIAL_INPUTS); in inputrefresh()
20566 pl->inputtime[pl->combostep] = time; in inputrefresh()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1400 u32 inputtime[MAX_SPECIAL_INPUTS]; member
H A Dopenbor.c25284 if(pl->inputtime[t] - pl->inputtime[t2] < GAME_SPEED / 10) in player_think()
26870 memset(player[index].inputtime, 0, sizeof(*player[index].inputtime)*MAX_SPECIAL_INPUTS); in spawnplayer()
27786 memset(pl->inputtime, 0, sizeof(*pl->inputtime)*MAX_SPECIAL_INPUTS); in inputrefresh()
27804 pl->inputtime[pl->combostep] = time; in inputrefresh()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2168 u32 inputtime[MAX_SPECIAL_INPUTS]; member
H A Dopenbor.c28749 if(pl->inputtime[t] - pl->inputtime[t2] < GAME_SPEED / 10) in player_think()
30391 memset(player[index].inputtime, 0, sizeof(*player[index].inputtime)*MAX_SPECIAL_INPUTS); in spawnplayer()
31336 memset(pl->inputtime, 0, sizeof(*pl->inputtime)*MAX_SPECIAL_INPUTS); in inputrefresh()
31354 pl->inputtime[pl->combostep] = time; in inputrefresh()
H A Dopenborscript.c10607 (*pretvar)->lVal = (LONG)player[index].inputtime[frm->lVal]; in openbor_getplayerproperty()
11008 player[index].inputtime[ltemp] = (int)value->lVal; in openbor_changeplayerproperty()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2682 u32 inputtime[MAX_SPECIAL_INPUTS]; member
H A Dopenbor.c31613 if(pl->inputtime[t] - pl->inputtime[t2] < GAME_SPEED / 10) in player_think()
33439 memset(player[index].inputtime, 0, sizeof(*player[index].inputtime)*MAX_SPECIAL_INPUTS); in spawnplayer()
34483 memset(pl->inputtime, 0, sizeof(*pl->inputtime)*MAX_SPECIAL_INPUTS); in inputrefresh()
34501 pl->inputtime[pl->combostep] = _time; in inputrefresh()
H A Dopenborscript.c7614 (*pretvar)->lVal = (LONG)player[index].inputtime[frm->lVal]; in openbor_getplayerproperty()
8022 player[index].inputtime[ltemp] = (int)value->lVal; in openbor_changeplayerproperty()
/dports/japanese/Wnn7-lib/src/Wnn/jlib/
H A Djl.c8705 jl_yosoku_set_timeinfo(buf, yosokuselect, throughyosoku, inputtime, keylen) in jl_yosoku_set_timeinfo() argument
8709 unsigned int inputtime;
8715 if (js_yosoku_set_timeinfo(buf->env, yosokuselect, throughyosoku, inputtime, keylen) < 0)
H A Djs.c6573 …einfo(struct wnn_env *env, int yosokuselect, int throughyosoku, unsigned int inputtime, int keylen) in js_yosoku_set_timeinfo() argument
6595 JS_Put4Com((int)inputtime, env->js_id); in js_yosoku_set_timeinfo()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Misc.xcodeproj/
H A Dproject.pbxproj562 …B741DF41E30000F582E /* inputtime.frag.glsl in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1E738B…
2589 1E738B741DF41E30000F582E /* inputtime.frag.glsl in CopyFiles */,
3635 …C1DF41DD3000F582E /* inputtime.frag.glsl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnown…
5610 1E738B3C1DF41DD3000F582E /* inputtime.frag.glsl */,