Home
last modified time | relevance | path

Searched refs:funds (Results 51 – 75 of 2833) sorted by relevance

12345678910>>...114

/dports/games/openra/OpenRA-release-20200503/mods/cnc/rules/
H A Dtech.yaml14 Description: Provides additional funds.
17 Description: Capture to receive additional funds.
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dmpp_split.py198 funds = channels_with_funds[channel]
202 decay = funds / EXHAUST_DECAY_FRACTION
203 F += math.exp((amount - funds) / decay) # a penalty for channel saturation
/dports/finance/p5-Finance-QuoteTW/Finance-QuoteTW-v0.09/
H A DREADME2 Finance::QuoteTW - Fetch quotes of mutual funds in Taiwan
10 … @us_funds = $q->fetch(site => 'blackrock', name => 'taiwan.*'); # Select funds with regex
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/smtCheckerTests/bmc_coverage/
H A Dfunds.sol9 // Warning 1236: (55-70): BMC: Insufficient funds happens here.
/dports/lang/solidity/solidity_0.8.11/test/cmdlineTests/model_checker_targets_balance_bmc/
H A Derr1 Warning: BMC: Insufficient funds happens here.
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/qt/locale/
H A Dbitcoin_zh.ts84 <source>Insufficient funds!</source>
157 <source>Insufficient funds</source>
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/qt/locale/
H A Dbitcoin_zh.ts84 <source>Insufficient funds!</source>
157 <source>Insufficient funds</source>
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/qt/locale/
H A Dbitcoin_zh.ts84 <source>Insufficient funds!</source>
157 <source>Insufficient funds</source>
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/dialog/
H A Ddialog_recrut.cpp40 … u32 result, const payment_t & paymentMonster, const payment_t & paymentCosts, const Funds & funds, in RedrawCurrentInfo() argument
47 …sgold = std::to_string( paymentCosts.gold ) + " " + "(" + std::to_string( funds.gold - paymentCost… in RedrawCurrentInfo()
54 …text.Set( std::to_string( paymentCosts.Get( rsext ) ) + " " + "(" + std::to_string( funds.Get( rse… in RedrawCurrentInfo()
307 const Funds & funds = kingdom.GetFunds(); in RecruitMonster() local
309 RedrawCurrentInfo( pos.getPosition(), result, paymentMonster, paymentCosts, funds, maxmin ); in RecruitMonster()
453 … RedrawCurrentInfo( pos.getPosition(), result, paymentMonster, paymentCosts, funds, maxmin ); in RecruitMonster()
/dports/misc/py-xgboost/xgboost-1.5.1/doc/contrib/
H A Ddonate.rst28 …stered entity and will manage the funds on the behalf of the PMC so that PMC members will not have…
44 …he CI expenses under control. The expenses shall not exceed the available funds. The administrator…
/dports/misc/xgboost/xgboost-1.5.1/doc/contrib/
H A Ddonate.rst28 …stered entity and will manage the funds on the behalf of the PMC so that PMC members will not have…
44 …he CI expenses under control. The expenses shall not exceed the available funds. The administrator…
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/smtCheckerTests/blockchain_state/
H A Dbalance_receive_3.sol3 …assert(address(this).balance == msg.value); // should fail because there might be funds from befor…
H A Dbalance_zero.sol3 …assert(address(this).balance == 0); // should fail because there might be funds from before deploy…
H A Dbalance_zero_2.sol3 …assert(address(this).balance == 0); // should fail because there might be funds from before deploy…
H A Dbalance_spend_2.sol22 // Warning 1236: (141-156): BMC: Insufficient funds happens here.
/dports/net/grpcurl/grpcurl-1.8.5/internal/testing/cmd/bankdemo/
H A Dbank.proto26 // Deposit increases the balance of an account by depositing funds into it.
28 // Withdraw decreases the balance of an account by withdrawing funds from it.
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/fullstorydev/grpcurl/testing/cmd/bankdemo/
H A Dbank.proto26 // Deposit increases the balance of an account by depositing funds into it.
28 // Withdraw decreases the balance of an account by withdrawing funds from it.
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Drlp_test.go43 funds = big.NewInt(1_000_000_000_000_000_000)
46 Alloc: GenesisAlloc{address: {Balance: funds}},
H A Dblockchain_test.go1431 funds = big.NewInt(1000000000)
1534 funds = big.NewInt(1000000000)
1748 funds = big.NewInt(1000000000)
2905 address: {Balance: funds},
3027 address: {Balance: funds},
3112 address: {Balance: funds},
3231 address: {Balance: funds},
3422 address: {Balance: funds},
3496 address: {Balance: funds},
3581 addr1: {Balance: funds},
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/fullstorydev/grpcurl/testing/cmd/bankdemo/
H A Dbank.proto26 // Deposit increases the balance of an account by depositing funds into it.
28 // Withdraw decreases the balance of an account by withdrawing funds from it.
/dports/net-p2p/c-lightning/lightning-0.10.2/doc/
H A Ddeployable-lightning.lyx829 Recipient knows the R value (funds go to recipient), or
833 The HTLC has timed out (funds return to sender), or
837 The Commit transaction has been revoked (funds go to other side).
1139 One output pays B's funds to B as normal (eg.
1596 own anchor funds are stuck.
1727 funds.
1732 immediately unlocks the other anchor funds for its owner.
1824 its own anchor funds as well.
1940 and one for this side to get their funds back after a delay.
1967 OP_ELSE It's A getting their funds back
[all …]
H A Dlightning-fundchannel_start.7.md26 *close_to* is a Bitcoin address to which the channel funds should be sent to
39 transaction before that can lead to unrecoverable loss of funds.
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/smtCheckerTests/types/
H A Daddress_transfer.sol15 // Warning 1236: (98-113): BMC: Insufficient funds happens here.
/dports/lang/solidity/solidity_0.8.11/test/cmdlineTests/model_checker_targets_default_bmc/
H A Derr21 Warning: BMC: Insufficient funds happens here.
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/
H A Dheroes_action.cpp1001 Funds funds = tile.QuantityFunds(); in ActionToPickupResource() local
1014 hero.GetKingdom().AddFundsResource( funds ); in ActionToPickupResource()
1073 const Funds funds( rc ); in ActionToObjectResource() local
1075 Dialog::ResourceInfo( caption, msg, funds ); in ActionToObjectResource()
1076 hero.GetKingdom().AddFundsResource( funds ); in ActionToObjectResource()
1186 const Funds & funds = tile.QuantityFunds(); in ActionToFlotSam() local
1188 if ( 0 < funds.GetValidItemsCount() ) { in ActionToFlotSam()
1189 …msg = funds.wood && funds.gold ? _( "You search through the flotsam, and find some wood and some g… in ActionToFlotSam()
1191 Dialog::ResourceInfo( title, msg, funds ); in ActionToFlotSam()
1192 hero.GetKingdom().AddFundsResource( funds ); in ActionToFlotSam()
[all …]

12345678910>>...114