Home
last modified time | relevance | path

Searched refs:mprate (Results 1 – 25 of 54) sorted by relevance

123

/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DValuation.hs115 , mprate = aquantity pdamount function
266 p y m d from q to = MarketPrice{mpdate=fromGregorian y m d, mpfrom=from, mpto=to, mprate=q}
340 (dbg9 "price graph edges" $ [(mpfrom, mpto, mprate) | MarketPrice{..} <- prices])
383 marketPriceReverse mp@MarketPrice{..} = mp{mpfrom=mpto, mpto=mpfrom, mprate=1/mprate}
H A DTypes.hs423 …,mprate :: Quantity -- ^ One unit of the "from" commodity is worth this quantity of the … function
H A DJournal.hs1076 ,mprate = rate
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Data/
H A DValuation.hs115 , mprate = aquantity pdamount function
266 p y m d from q to = MarketPrice{mpdate=fromGregorian y m d, mpfrom=from, mpto=to, mprate=q}
340 (dbg9 "price graph edges" $ [(mpfrom, mpto, mprate) | MarketPrice{..} <- prices])
383 marketPriceReverse mp@MarketPrice{..} = mp{mpfrom=mpto, mpto=mpfrom, mprate=1/mprate}
H A DTypes.hs423 …,mprate :: Quantity -- ^ One unit of the "from" commodity is worth this quantity of the … function
H A DJournal.hs1076 ,mprate = rate
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DValuation.hs115 , mprate = aquantity pdamount function
266 p y m d from q to = MarketPrice{mpdate=fromGregorian y m d, mpfrom=from, mpto=to, mprate=q}
340 (dbg9 "price graph edges" $ [(mpfrom, mpto, mprate) | MarketPrice{..} <- prices])
383 marketPriceReverse mp@MarketPrice{..} = mp{mpfrom=mpto, mpto=mpfrom, mprate=1/mprate}
H A DTypes.hs423 …,mprate :: Quantity -- ^ One unit of the "from" commodity is worth this quantity of the … function
H A DJournal.hs1076 ,mprate = rate
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1091 char mprate:8; // For time-based mp recovery. member
H A Dopenbor.c4676 if(magic_type == 1) newchar->mprate = 1; in init_model()
4677 else newchar->mprate = 2; in init_model()
5518 newchar->mprate = GET_INT_ARG(1); in load_cached_model()
5525 newchar->mprate = GET_INT_ARG(4); //Rate MP value rises over time. in load_cached_model()
12588 if (self->mp < self->modeldata.mpstableval) self->mp += self->modeldata.mprate; in update_health()
12595 self->mp += self->modeldata.mprate; in update_health()
12615 self->mp += self->modeldata.mprate; in update_health()
12620 self->mp += self->modeldata.mprate; in update_health()
14420 if(other->modeldata.mprate) other->mp += other->modeldata.mprate; in checkmpadd()
H A Dopenborscript.c4680 (*pretvar)->lVal = (LONG)ent->modeldata.mprate; in openbor_getentityproperty()
6792 ent->modeldata.mprate = (int)dbltemp; in openbor_changeentityproperty()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1116 int mprate:8; // For time-based mp recovery.
H A Dopenbor.c4798 if(magic_type == 1) newchar->mprate = 1; in init_model()
4799 else newchar->mprate = 2; in init_model()
5619 newchar->mprate = GET_INT_ARG(1); in load_cached_model()
5626 newchar->mprate = GET_INT_ARG(4); //Rate MP value rises over time. in load_cached_model()
12816 if (self->mp < self->modeldata.mpstableval) self->mp += self->modeldata.mprate; in update_health()
12823 self->mp += self->modeldata.mprate; in update_health()
12843 self->mp += self->modeldata.mprate; in update_health()
12848 self->mp += self->modeldata.mprate; in update_health()
14723 other->mp += other->modeldata.mprate; in checkmpadd()
H A Dopenborscript.c4806 (*pretvar)->lVal = (LONG)ent->modeldata.mprate; in openbor_getentityproperty()
6477 ent->modeldata.mprate = (int)dbltemp; in openbor_changeentityproperty()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1146 int mprate; // For time-based mp recovery. member
H A Dopenbor.c7096 newchar->mprate = 1; in init_model()
7100 newchar->mprate = 2; in init_model()
8125 newchar->mprate = GET_INT_ARG(1); in load_cached_model()
8132 newchar->mprate = GET_INT_ARG(4); //Rate MP value rises over time. in load_cached_model()
17500 self->mp += self->modeldata.mprate; in update_health()
17515 self->mp += self->modeldata.mprate; in update_health()
17541 self->mp += self->modeldata.mprate; in update_health()
17546 self->mp += self->modeldata.mprate; in update_health()
20123 other->mp += other->modeldata.mprate; in checkmpadd()
H A Dopenborscript.c5667 (*pretvar)->lVal = (LONG)ent->modeldata.mprate; in openbor_getentityproperty()
7313 ent->modeldata.mprate = (int)dbltemp; in openbor_changeentityproperty()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1879 int mprate; // For time-based mp recovery. member
H A Dopenbor.c8341 newchar->mprate = 1; in init_model()
8345 newchar->mprate = 2; in init_model()
9430 newchar->mprate = GET_INT_ARG(1); in load_cached_model()
9437 newchar->mprate = GET_INT_ARG(4); //Rate MP value rises over time. in load_cached_model()
20406 self->mp += self->modeldata.mprate; in update_health()
20421 self->mp += self->modeldata.mprate; in update_health()
20447 self->mp += self->modeldata.mprate; in update_health()
20452 self->mp += self->modeldata.mprate; in update_health()
23237 other->mp += other->modeldata.mprate; in checkmpadd()
H A Dopenborscript.c7579 (*pretvar)->lVal = (LONG)ent->modeldata.mprate; in openbor_getentityproperty()
9433 ent->modeldata.mprate = (int)dbltemp; in openbor_changeentityproperty()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2364 int mprate; // For time-based mp recovery. member
H A Dopenbor.c8680 newchar->mprate = 1; in init_model()
8684 newchar->mprate = 2; in init_model()
9823 newchar->mprate = GET_INT_ARG(1); in load_cached_model()
9830 newchar->mprate = GET_INT_ARG(4); //Rate MP value rises over time. in load_cached_model()
21528 self->energy_state.mp_current += self->modeldata.mprate; in update_health()
21543 self->energy_state.mp_current += self->modeldata.mprate; in update_health()
21569 self->energy_state.mp_current += self->modeldata.mprate; in update_health()
21574 self->energy_state.mp_current += self->modeldata.mprate; in update_health()
25085 other->energy_state.mp_current += other->modeldata.mprate; in checkmpadd()
H A Dopenborscript.c4623 (*pretvar)->lVal = (LONG)ent->modeldata.mprate; in openbor_getentityproperty()
6464 ent->modeldata.mprate = (int)dbltemp; in openbor_changeentityproperty()
/dports/irc/znc/znc-1.8.2/modules/po/
H A Dwebadmin.es_ES.po689 "Una respuesta por linea. Ejemplo: <code>TIME ¡Cómprate un reloj!</code>"

123