Home
last modified time | relevance | path

Searched refs:CURRENCY (Results 1 – 25 of 2819) sorted by relevance

12345678910>>...113

/dports/finance/py-ofxparse/ofxparse-0.20/tests/fixtures/
H A Dfidelity.ofx11CURRENCY><CURRATE>1.00<CURSYM>USD</CURRENCY><SUBACCTSEC>CASH<SUBACCTFUND>CASH</INVBUY><BUYTYPE>BUY…
H A Dfidelity-savings.ofx55 <CURRENCY>
58 </CURRENCY>
70 <CURRENCY>
73 </CURRENCY>
85 <CURRENCY>
88 </CURRENCY>
100 <CURRENCY>
103 </CURRENCY>
H A Dinvestment_medium.ofx49 <CURRENCY>
52 </CURRENCY>
63 <CURRENCY>
66 </CURRENCY>
77 <CURRENCY>
80 </CURRENCY>
/dports/finance/skrooge/skrooge-2.26.1/tests/input/skgtestimportofx/
H A D385366.ofx10CURRENCY><CURRATE>1.00<CURSYM>USD</CURRENCY><SUBACCTSEC>CASH<SUBACCTFUND>CASH</INVBUY><BUYTYPE>BUY…
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/htdocs/tpj/
H A Dfinance-quote-example11 my $CURRENCY = "AUD"; # Set preferred currency here, or empty string for
43 my $header = "\t\t\t\tSTOCK REPORT" .($CURRENCY ? " ($CURRENCY)" : "") ."\n\n";
54 $quoter->set_currency($CURRENCY) if $CURRENCY; # Set default currency.
/dports/finance/beancount/beancount-2.3.3/beancount/parser/
H A Dgrammar.y199 %token <pyobj> CURRENCY /* A currency specification */
432 | CURRENCY
489 | CURRENCY
494 | currency_list COMMA CURRENCY
547 commodity : DATE COMMODITY CURRENCY eol key_value_list
565 amount : number_expr CURRENCY
571 amount_tolerance : number_expr CURRENCY
579 | number_expr TILDE number_expr CURRENCY
593 maybe_currency : CURRENCY
600 compound_amount : maybe_number CURRENCY
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/bundle_for_osx/
H A Dgtkwave_bin_launcher.sh162 CURRENCY=`echo $APPLELOCALE | sed -En 's/.*currency=([[:alpha:]]+).*/\1/p'`
163 if test "x$CURRENCY" != "x"; then
166 if test -a `cat /usr/local/share/$LC_MESSAGES/LC_MONETARY` == $CURRENCY; then
171 FILES=`find /usr/share/locale -name LC_MONETARY -exec grep -H $CURRENCY {} \;`
H A Dlauncher.sh129 CURRENCY=`echo $APPLELOCALE | sed -En 's/.*currency=([[:alpha:]]+).*/\1/p'`
130 if test "x$CURRENCY" != "x"; then
133 if test -a `cat /usr/local/share/$LC_MESSAGES/LC_MONETARY` == $CURRENCY; then
138 FILES=`find /usr/share/locale -name LC_MONETARY -exec grep -H $CURRENCY {} \;`
/dports/finance/libofx/libofx-0.10.2/doc/ofx_sample_files/
H A Dofx-2.1.1-sect-13.13.ofx48 <CURRENCY>
51 </CURRENCY>
76 <CURRENCY>
79 </CURRENCY>
104 <CURRENCY>
107 </CURRENCY>
/dports/x11-fonts/inconsolata-ttf/fonts-efcbdc5/tools/encodings/
H A Dbengali_unique-glyphs.nam88 0x09F4 ৴ BENGALI CURRENCY NUMERATOR ONE
89 0x09F5 ৵ BENGALI CURRENCY NUMERATOR TWO
90 0x09F6 ৶ BENGALI CURRENCY NUMERATOR THREE
91 0x09F7 ৷ BENGALI CURRENCY NUMERATOR FOUR
92 0x09F8 ৸ BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR
93 0x09F9 ৹ BENGALI CURRENCY DENOMINATOR SIXTEEN
/dports/textproc/stardict3/stardict-3.0.6/dict/mac_dist/
H A Dlauncher.sh134 CURRENCY=`echo $APPLELOCALE | sed -En 's/.*currency=([[:alpha:]]+).*/\1/p'`
135 if test "x$CURRENCY" != "x"; then
138 if test -a `cat /usr/local/share/$LC_MESSAGES/LC_MONETARY` == $CURRENCY; then
143 FILES=`find /usr/share/locale -name LC_MONETARY -exec grep -H $CURRENCY {} \;`
/dports/net-im/coyim/coyim-0.3.11/build/mac-bundle/
H A Dcoyim-launcher.sh140 CURRENCY=`echo $APPLELOCALE | sed -En 's/.*currency=([[:alpha:]]+).*/\1/p'`
141 if test "x$CURRENCY" != "x"; then
144 if test -a `cat /usr/local/share/$LC_MESSAGES/LC_MONETARY` == $CURRENCY; then
149 FILES=`find /usr/share/locale -name LC_MONETARY -exec grep -H $CURRENCY {} \;`
/dports/mail/sylpheed/sylpheed-3.7.0/macosx/bundle/
H A Dlauncher.sh131 CURRENCY=`echo $APPLELOCALE | sed -En 's/.*currency=([[:alpha:]]+).*/\1/p'`
132 if test "x$CURRENCY" != "x"; then
135 if test -a `cat /usr/local/share/$LC_MESSAGES/LC_MONETARY` == $CURRENCY; then
140 FILES=`find /usr/share/locale -name LC_MONETARY -exec grep -H $CURRENCY {} \;`
/dports/games/exult/exult-snapshot-v1.7.0.20211128/macosx/
H A Dexult_studio_launcher.sh136 CURRENCY=`echo $APPLELOCALE | sed -En 's/.*currency=([[:alpha:]]+).*/\1/p'`
137 if test "x$CURRENCY" != "x"; then
140 if test `cat /usr/local/share/$LC_MESSAGES/LC_MONETARY` == $CURRENCY; then
145 FILES=`find /usr/share/locale -name LC_MONETARY -exec grep -H $CURRENCY {} \;`
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/text/Format/NumberFormat/
H A DDFSMinusPerCentMill.java45 NUMBER, PERCENT, CURRENCY, INTEGER, COMPACT, PERMILL enumConstant
58 … {US_ARAB, Type.CURRENCY, "\u061c-\u0661\u066c\u0662\u0663\u0664\u066b\u0665\u0666\u00a0$"}, in formatData()
65 …{US_ARABEXT, Type.CURRENCY, "\u200e-\u200e$\u00a0\u06f1\u066c\u06f2\u06f3\u06f4\u066b\u06f5\u06f6"… in formatData()
91 case CURRENCY: in testFormatData()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/text/Format/NumberFormat/
H A DDFSMinusPerCentMill.java45 NUMBER, PERCENT, CURRENCY, INTEGER, COMPACT, PERMILL enumConstant
58 … {US_ARAB, Type.CURRENCY, "\u061c-\u0661\u066c\u0662\u0663\u0664\u066b\u0665\u0666\u00a0$"}, in formatData()
65 …{US_ARABEXT, Type.CURRENCY, "\u200e-\u200e$\u00a0\u06f1\u066c\u06f2\u06f3\u06f4\u066b\u06f5\u06f6"… in formatData()
91 case CURRENCY: in testFormatData()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/text/Format/NumberFormat/
H A DDFSMinusPerCentMill.java45 NUMBER, PERCENT, CURRENCY, INTEGER, COMPACT, PERMILL enumConstant
58 … {US_ARAB, Type.CURRENCY, "\u061c-\u0661\u066c\u0662\u0663\u0664\u066b\u0665\u0666\u00a0$"}, in formatData()
65 …{US_ARABEXT, Type.CURRENCY, "\u200e-\u200e$\u00a0\u06f1\u066c\u06f2\u06f3\u06f4\u066b\u06f5\u06f6"… in formatData()
91 case CURRENCY: in testFormatData()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/text/Format/NumberFormat/
H A DDFSMinusPerCentMill.java45 NUMBER, PERCENT, CURRENCY, INTEGER, COMPACT, PERMILL enumConstant
58 … {US_ARAB, Type.CURRENCY, "\u061c-\u0661\u066c\u0662\u0663\u0664\u066b\u0665\u0666\u00a0$"}, in formatData()
65 …{US_ARABEXT, Type.CURRENCY, "\u200e-\u200e$\u00a0\u06f1\u066c\u06f2\u06f3\u06f4\u066b\u06f5\u06f6"… in formatData()
91 case CURRENCY: in testFormatData()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/text/Format/NumberFormat/
H A DDFSMinusPerCentMill.java45 NUMBER, PERCENT, CURRENCY, INTEGER, COMPACT, PERMILL enumConstant
58 {US_ARAB, Type.CURRENCY, "\u061c-$\u0661\u066c\u0662\u0663\u0664\u066b\u0665\u0666"}, in formatData()
65 … {US_ARABEXT, Type.CURRENCY, "\u200e-\u200e$\u06f1\u066c\u06f2\u06f3\u06f4\u066b\u06f5\u06f6"}, in formatData()
91 case CURRENCY: in testFormatData()
/dports/irc/hexchat/hexchat-2.16.0/osx/
H A Dlauncher.sh135 CURRENCY=`echo $APPLELOCALE | sed -En 's/.*currency=([[:alpha:]]+).*/\1/p'`
136 if test "x$CURRENCY" != "x"; then
139 if test -a `cat /usr/local/share/$LC_MESSAGES/LC_MONETARY` == $CURRENCY; then
144 FILES=`find /usr/share/locale -name LC_MONETARY -exec grep -H $CURRENCY {} \;`
/dports/graphics/photoflow/PhotoFlow-8472024f/osx/
H A Dphotoflow-launcher.sh144 CURRENCY=`echo $APPLELOCALE | sed -En 's/.*currency=([[:alpha:]]+).*/\1/p'`
145 if test "x$CURRENCY" != "x"; then
148 if test -a `cat /usr/local/share/$LC_MESSAGES/LC_MONETARY` == $CURRENCY; then
153 FILES=`find /usr/share/locale -name LC_MONETARY -exec grep -H $CURRENCY {} \;`
/dports/textproc/p5-Hailo/Hailo-0.75/lib/Hailo/Tokenizer/
H A DWords.pm26 my $CURRENCY = qr/[¤¥¢£\$]/;
27 my $NUMBER = qr/$CURRENCY?$POINT\d+(?:$POINT\d+)*(?:$CURRENCY|$ALPHABET+)?|$CURRENCY?\d+(?:$POI…
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/msw/ole/
H A Doleutils.h90 wxVariantDataCurrency(CURRENCY value);
95 CURRENCY GetValue() const;
100 void SetValue(CURRENCY value);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/
H A DAbstractNumberFormatterTest.php63 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
91 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
109 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
138 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
184 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
224 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
272 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
314 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
353 $cf = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
615 $currencyFormatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/
H A DAbstractNumberFormatterTest.php63 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
91 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
109 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
138 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
184 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
224 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
272 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
314 $formatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
353 $cf = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
615 $currencyFormatter = $this->getNumberFormatter('en', NumberFormatter::CURRENCY);
[all …]

12345678910>>...113