Home
last modified time | relevance | path

Searched refs:funds (Results 1 – 25 of 1937) sorted by relevance

12345678910>>...78

/dports/finance/ledger/ledger-3.2.1/contrib/non-profit-audit-reports/
H A Dfund-report.plx66 my %funds;
98 foreach my $fund (keys %funds) {
100 $funds{$fund}{$type} = $ZERO - $funds{$fund}{$type};
112 foreach my $fund (keys %funds) {
117 $funds{$fund}{$type} = $ZERO;
138 foreach my $fund (keys %funds) {
156 foreach my $fund (keys %funds) {
158 $funds{$fund}{$type} = $ZERO unless defined $funds{$fund}{$type};
197 keys %funds) {
221 ($funds{$fund}{starting}
[all …]
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/lib/Finance/Quote/
H A DSEB.pm57 my ($ua, $reply, $url, %funds);
68 $funds{$symbol, "success"} = 0;
71 return wantarray ? %funds : \%funds;
82 $funds{$name, 'symbol'} = $name;
86 $funds{$name, 'name'} = $name;
87 $funds{$name, 'currency'} = 'SEK';
88 $funds{$name, 'price'} = $price;
89 $funds{$name, 'success'} = 1;
96 $funds{$symbol, "success"} = 0;
101 return %funds if wantarray;
[all …]
H A DOslobors.pm23 my %funds;
33 $funds{$symbol, "success"} = 0;
34 $funds{$symbol, "errormsg"} = "HTTP request failed";
39 $funds{$symbol, 'method'} = 'oslobors';
40 $funds{$symbol, 'currency'} = $data->{"QUOTATIONCURRENCY"};
41 $funds{$symbol, 'success' } = 1;
42 $funds{$symbol, 'price' } = $data->{"PRICE"};
43 $funds{$symbol, 'source' } = 'Finance::Quote::Oslobors';
44 $funds{$symbol, 'symbol' } = $symbol;
45 $funds{$symbol, 'p_change'} = $data->{"PRICECHANGEPCT"};
[all …]
H A DBloomberg.pm46 $funds{$symbol, "success"} = 0;
47 $funds{$symbol, "errormsg"} = "HTTP failure";
60 $funds{$name, 'method'} = 'bloomberg';
61 $funds{$name, 'last'} = $price;
62 $funds{$name, 'currency'} = $curr;
63 $funds{$name, 'symbol'} = $name;
67 $funds{$name, 'success'} = 1;
71 $funds{$symbol, "success"} = 0;
72 $funds{$symbol, "errormsg"} = "parse error";
76 return %funds if wantarray;
[all …]
H A DUnion.pm59 my @funds = @_;
60 return unless @funds;
65 foreach my $fund (@funds)
116 foreach my $fund (@funds)
H A DDeka.pm38 my @funds = @_;
39 return unless @funds;
44 foreach my $fund (@funds)
93 foreach my $fund (@funds)
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/Examples/
H A DQuote_example.pl36 %quotes = $q->fidelity (@funds);
38 foreach $f (@funds) {
46 @funds = ("FGRXX");
47 %quotes = $q->fidelity (@funds);
50 foreach $f (@funds) {
59 @funds = ("PRFDX", "PRIDX");
62 foreach $f (@funds) {
73 @funds = ("CML","TLS");
74 %quotes = $q->asx(@funds);
75 foreach $f (@funds) {
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/quotes/
H A DQuote_example.pl45 @funds = ("FGRIX", "FNMIX", "FASGX", "FCONX");
46 %quotes = $quoter->fetch("fidelity",@funds);
48 foreach $f (@funds) {
56 @funds = ("FGRXX");
57 %quotes = $quoter->fetch("fidelity",@funds);
60 foreach $f (@funds) {
69 @funds = ("PRFDX", "PRIDX");
72 foreach $f (@funds) {
83 @funds = ("CML","TLS");
84 %quotes = $quoter->fetch("australia",@funds);
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.valueresearchonline.com4 Disallow: /funds/amcRegListByScheme.asp
5 Disallow: /funds/changeDirReg.asp
6 Disallow: /funds/FindAmcBranchReg.asp
7 Disallow: /funds/FindFirstNavDate.asp
8 Disallow: /funds/fundSelector/fund_tooltip.asp
9 Disallow: /funds/fundSIPReturn.asp
H A Dwww.fidelity.com141 Disallow: /products/funds/content/answer2.html
142 Disallow: /products/funds/content/answer3.html
143 Disallow: /products/funds/content/answer4.html
146 Disallow: /products/funds/content/invalid.html
147 Disallow: /products/funds/content/mfpopup.html
148 Disallow: /products/funds/content/noframe.html
149 Disallow: /products/funds/content/nomatch.html
150 Disallow: /products/funds/content/obsolete.html
151 Disallow: /products/funds/content/rrpopup.html
155 Disallow: /products/funds/images
[all …]
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/t/
H A Dindiamutual.t13 my @funds = ("102676", "103131", "101599",
18 plan tests => 6*@funds + 2;
20 my %quotes = $q->fetch("indiamutual", @funds);
24 foreach my $fund (@funds) {
H A Doslobors.t16 my @funds = ("OD-HORIA.OSE", "DK-EUROP.OSE", "ST-VEKST.OSE");
18 my %quotes = $q->fetch("Oslobors", @funds);
21 foreach my $symbol (@funds) {
H A Dfidelity.t18 my @funds = qw/FGRIX FNMIX FASGX/;
22 my %quotes = $q->fidelity_direct(@funds);
28 foreach my $fund (@funds) {
H A DmorningstarJP.t22 my @funds = ( "2009100101", "2002013108" );
24 my %info = $q->morningstarjp(@funds);
28 foreach my $fund (@funds)
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/kingdom/
H A Dkingdom.cpp345 …return ( resource.wood >= funds.wood || 0 == funds.wood ) && ( resource.mercury >= funds.mercury |… in AllowPayment()
346 …&& ( resource.ore >= funds.ore || 0 == funds.ore ) && ( resource.sulfur >= funds.sulfur || 0 == fu… in AllowPayment()
347 …&& ( resource.crystal >= funds.crystal || 0 == funds.crystal ) && ( resource.gems >= funds.gems ||… in AllowPayment()
348 && ( resource.gold >= funds.gold || 0 == funds.gold ); in AllowPayment()
420 void Kingdom::AddFundsResource( const Funds & funds ) in AddFundsResource() argument
422 resource = resource + funds; in AddFundsResource()
426 void Kingdom::OddFundsResource( const Funds & funds ) in OddFundsResource() argument
428 resource = resource - funds; in OddFundsResource()
811 Funds funds; in AddTributeEvents() local
819 kingdom.AddFundsResource( funds ); in AddTributeEvents()
[all …]
/dports/science/py-obspy/obspy-1.2.2/misc/docs/
H A Dmake_credits.py59 funds = codecs.open(filename, 'r', 'utf-8').readlines() variable
61 for item in funds:
71 funds = codecs.open(filename, 'r', 'utf-8').readlines() variable
73 for item in funds:
/dports/lang/solidity/solidity_0.8.11/test/compilationTests/corion/
H A Dschelling.sol59 return (true, funds[_owner]);
62 funds[_owner] = _amount;
297 uint256 funds;
304 require( funds > 0 );
331 uint256 funds;
357 delete funds;
363 setFunds(msg.sender, funds);
377 uint256 funds;
390 delete funds;
482 funds += amount;
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/doc/
H A Dlightning-funderupdate.7.md23 * `match` -- Contribute *policy_mod* percent of their requested funds.
25 request, we match based on their requested funds. If it is not a
30 node wallet funds. Valid *policy_mod* values are 0 to 100.
35 *leases_only* will only contribute funds to `option_will_fund` requests
36 which pay to lease funds. Defaults to false, will fund any v2 open request
37 using *policy* even if it's they're not seeking to lease funds. Note that
38 `option_will_fund` commits funds for 4032 blocks (~1mo). Must also set
67 to 100 (fund every request). Useful for randomizing opens that receive funds.
79 requested funds the peer is asking for. Node will receive the total of
80 *lease_fee_basis* times requested funds / 10k satoshis added to their channel
[all …]
H A DFAQ.md5 - [Loss of {funds / data}](#loss)
109 it can recover all its funds.
113 These on-chain funds are backed up via the HD wallet seed, stored in byte-form in `hsm_secret`.
115 `lightningd` also stores information for funds locked in Lightning Network channels, which are stor…
117 There is no single-seed backup for funds locked in channels.
120 as _any_ loss of state may result in permanent loss of funds.
145 wallet, this will not find missing wallet funds.
152 `guesstoremote` command to attempt to recover your funds from the peer's published unilateral close…
154 If `option_static_remotekey` was not enabled, you're probably out of luck. The keys for your funds
169 funds in a channel following [this tutorial][mandelbit-recovery] on
[all …]
H A Dlightning-withdraw.7.md1 lightning-withdraw -- Command for withdrawing funds from the internal wallet
12 The **withdraw** RPC command sends funds from c-lightning's internal
19 to specify withdrawal of all available funds. Otherwise, it is in
56 - 301: There are not enough funds in the internal wallet (including
/dports/mail/rspamd-devel/rspamd-93430bb/test/functional/messages/
H A Dspam_message.eml.fuzzy16 …ed Nations, and they have successfully succeeded in depositing your whole funds with us here at We…
8 …sponsibility in the transfer process of your funds and thus commence the immediate remittance of y…
10 Be duly informed that because of our Western Union transfer policy, your funds will be paid to you …
/dports/mail/rspamd/rspamd-3.1/test/functional/messages/
H A Dspam_message.eml.fuzzy16 …ed Nations, and they have successfully succeeded in depositing your whole funds with us here at We…
8 …sponsibility in the transfer process of your funds and thus commence the immediate remittance of y…
10 Be duly informed that because of our Western Union transfer policy, your funds will be paid to you …
/dports/textproc/bat/bat-0.18.3/tests/syntax-tests/source/Vyper/
H A Dcrowdsale.vy26 #Address where funds are collected
43 @param _wallet Address where collected funds will be forwarded to
73 …assert TokenContract(self.token).transfer(_beneficiary, tokens), "Could not forward funds due to a…
76 #forward funds to the receiving wallet address.
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/smtCheckerTests/types/
H A Daddress_transfer_insufficient.sol15 // Warning 1236: (101-116): BMC: Insufficient funds happens here.
16 // Warning 1236: (120-136): BMC: Insufficient funds happens here.
H A Daddress_transfer_2.sol19 // Warning 1236: (184-199): BMC: Insufficient funds happens here.
20 // Warning 1236: (203-218): BMC: Insufficient funds happens here.

12345678910>>...78