Home
last modified time | relevance | path

Searched defs:balance (Results 51 – 75 of 2110) sorted by relevance

12345678910>>...85

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/evm/testdata/23/
H A Dalloc.json3 "balance" : "0x0de0b6b3a7640000", string
10 "balance" : "0x0de0b6b3a7640000", string
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/evm/testdata/4/
H A Dalloc.json3 "balance" : "0x0de0b6b3a7640000", string
10 "balance" : "0x0de0b6b3a7640000", string
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/evm/testdata/11/
H A Dreadme.md3 In this test, the `currentBaseFee` is missing from the env portion.
11 dir=./testdata/11 && ./evm t8n --state.fork=London --input.alloc=$dir/alloc.json --input.txs=$dir/t…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/evm/testdata/2/
H A Dalloc.json3 "balance" : "0x0de0b6b3a7640000", string
10 "balance" : "0x0de0b6b3a7640000", string
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/xss-sanitize-0.3.6/src/Text/HTML/
H A DSanitizeXSS.hs71 balance unclosed [] = map TagClose $ filter (`notMember` voidElems) unclosed function
72 balance (x:xs) tags'@(TagClose name:tags) function
76 balance unclosed (TagOpen name as : tags) = function
78 balance unclosed (t:ts) = t : balance unclosed ts function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/xss-sanitize-0.3.6/src/Text/HTML/
H A DSanitizeXSS.hs71 balance unclosed [] = map TagClose $ filter (`notMember` voidElems) unclosed function
72 balance (x:xs) tags'@(TagClose name:tags) function
76 balance unclosed (TagOpen name as : tags) = function
78 balance unclosed (t:ts) = t : balance unclosed ts function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/xss-sanitize-0.3.6/src/Text/HTML/
H A DSanitizeXSS.hs71 balance unclosed [] = map TagClose $ filter (`notMember` voidElems) unclosed function
72 balance (x:xs) tags'@(TagClose name:tags) function
76 balance unclosed (TagOpen name as : tags) = function
78 balance unclosed (t:ts) = t : balance unclosed ts function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xss-sanitize-0.3.6/src/Text/HTML/
H A DSanitizeXSS.hs71 balance unclosed [] = map TagClose $ filter (`notMember` voidElems) unclosed function
72 balance (x:xs) tags'@(TagClose name:tags) function
76 balance unclosed (TagOpen name as : tags) = function
78 balance unclosed (t:ts) = t : balance unclosed ts function
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/evm/testdata/3/
H A Dexp.json5 "balance": "0xde0b6b3a76586a0" string
8 "balance": "0x521f" string
11 "balance": "0xde0b6b3a7622741", string
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/bluray/media/
H A DPanningChangeEvent.java25 public PanningChangeEvent(PanningControl source, float balance, float fade) { in PanningChangeEvent()
40 private final float balance; field in PanningChangeEvent
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/bluray/media/
H A DPanningChangeEvent.java25 public PanningChangeEvent(PanningControl source, float balance, float fade) { in PanningChangeEvent()
40 private final float balance; field in PanningChangeEvent
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/puppeth/testdata/
H A Dstureby_parity.json70 "balance": "0x1", string
82 "balance": "0x1", string
94 "balance": "0x1", string
106 "balance": "0x1", string
118 "balance": "0x1", string
130 "balance": "0x1", string
153 "balance": "0x1", string
176 "balance": "0x1", string
201 "balance": "0x1", string
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/modules/billing/
H A Dproc_gift.php58 $balance = $invoice_details['balance'] - $gift_amount; variable
60 $balance = $invoice_details['INVOICE_AMOUNT'] - $gift_amount; variable
63 $balance = sprintf("%01.2f", $balance); variable
73 $balance = number_format($balance, 2,'.', ''); variable
H A Dproc_check.php40 $balance = $invoice_details['BALANCE'] - $cheque_amount; variable
42 $balance = $invoice_details['INVOICE_AMOUNT'] - $cheque_amount; variable
45 $balance = sprintf("%01.2f", $balance); variable
H A Dproc_deposit.php38 $balance = $invoice_details['BALANCE'] - $deposit_amount; variable
40 $balance = $invoice_details['INVOICE_AMOUNT'] - $deposit_amount; variable
44 $balance = sprintf("%01.2f", $balance); variable
H A Dproc_paymate.php39 $balance = $invoice_details['BALANCE'] - $paymate_amount; variable
41 $balance = $invoice_details['INVOICE_AMOUNT'] - $paymate_amount; variable
44 $balance = sprintf("%01.2f", $balance); variable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/elastic_responses-0.21.0-pre.4/tests/samples/
H A Dsearch_bank_sample.json20 "balance" : 40540, number
39 "balance" : 34487, number
58 "balance" : 47159, number
77 "balance" : 49222, number
96 "balance" : 3607, number
115 "balance" : 47406, number
134 "balance" : 14223, number
153 "balance" : 3150, number
172 "balance" : 40760, number
191 "balance" : 14764, number
/dports/games/glest/glest_source_3.2.2/source/glest_game/type_instances/
H A Dresource.h37 int balance; variable
50 void setBalance(int balance) {this->balance= balance;} in setBalance()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/evm/testdata/1/
H A Dexp.json4 "balance": "0xfeed1a9d", string
8 "balance": "0x5ffd4878be161d74", string
12 "balance": "0xa410" string
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/Speex/libspeex/
H A Dstereo.c48 float balance, e_ratio; in speex_encode_stereo() local
85 float balance, e_ratio; in speex_encode_stereo_int() local
120 float balance, e_ratio; in speex_decode_stereo() local
149 float balance, e_ratio; in speex_decode_stereo_int() local
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/libspeex/
H A Dstereo.c48 float balance, e_ratio; in speex_encode_stereo() local
85 float balance, e_ratio; in speex_encode_stereo_int() local
120 float balance, e_ratio; in speex_decode_stereo() local
149 float balance, e_ratio; in speex_decode_stereo_int() local
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/speex-1.1.12/libspeex/
H A Dstereo.c48 float balance, e_ratio; in speex_encode_stereo() local
85 float balance, e_ratio; in speex_encode_stereo_int() local
120 float balance, e_ratio; in speex_decode_stereo() local
149 float balance, e_ratio; in speex_decode_stereo_int() local
/dports/net/opal/opal-3.10.10/plugins/audio/Speex/libspeex/
H A Dstereo.c48 float balance, e_ratio; in speex_encode_stereo() local
85 float balance, e_ratio; in speex_encode_stereo_int() local
120 float balance, e_ratio; in speex_decode_stereo() local
149 float balance, e_ratio; in speex_decode_stereo_int() local
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_extra_operations-balance_by_zone.c112 cs_real_t balance[CS_BALANCE_N_TERMS]; in cs_user_extra_operations() local
150 cs_real_t balance[CS_BALANCE_P_N_TERMS]; in cs_user_extra_operations() local
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/elements/gstqtvideosink/
H A Dgstqtglvideosinkbase.cpp134 const GList *GstQtGLVideoSinkBase::colorbalance_list_channels(GstColorBalance *balance) in colorbalance_list_channels()
139 void GstQtGLVideoSinkBase::colorbalance_set_value(GstColorBalance *balance, in colorbalance_set_value()
157 gint GstQtGLVideoSinkBase::colorbalance_get_value(GstColorBalance *balance, in colorbalance_get_value()
177 GstColorBalanceType GstQtGLVideoSinkBase::colorbalance_get_balance_type(GstColorBalance *balance) in colorbalance_get_balance_type()

12345678910>>...85