Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 7578) sorted by relevance

12345678910>>...304

/dports/textproc/texi2html/texi2html-5.0/test/formatting/res/texi_quotes/
H A Dquotes.passtexi1 quotes.texi(,2)
2 quotes.texi(,3) @setfilename quotes.info
3 quotes.texi(,4)
4 quotes.texi(,9)
5 quotes.texi(,22)
6 quotes.texi(,23) @macro quotes
14 quotes.texi(,31)
16 quotes.texi(,33) @quotes{}
24 quotes.texi(,41) @quotes{}
32 quotes.texi(,49) @quotes{}
[all …]
H A Dquotes.passfirst1 quotes.texi(,2)
2 quotes.texi(,3) @setfilename quotes.info
3 quotes.texi(,4)
4 quotes.texi(,9)
5 quotes.texi(,22)
6 quotes.texi(,23) @macro quotes
14 quotes.texi(,31)
16 quotes.texi(,33) @quotes{}
24 quotes.texi(,41) @quotes{}
32 quotes.texi(,49) @quotes{}
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/formatting/res_info/texi_quotes/
H A Dquotes.passtexi1 quotes.texi(,2)
2 quotes.texi(,3) @setfilename quotes.info
3 quotes.texi(,4)
4 quotes.texi(,9)
5 quotes.texi(,22)
6 quotes.texi(,23) @macro quotes
14 quotes.texi(,31)
16 quotes.texi(,33) @quotes{}
24 quotes.texi(,41) @quotes{}
32 quotes.texi(,49) @quotes{}
[all …]
H A Dquotes.passfirst1 quotes.texi(,2)
2 quotes.texi(,3) @setfilename quotes.info
3 quotes.texi(,4)
4 quotes.texi(,9)
5 quotes.texi(,22)
6 quotes.texi(,23) @macro quotes
14 quotes.texi(,31)
16 quotes.texi(,33) @quotes{}
24 quotes.texi(,41) @quotes{}
32 quotes.texi(,49) @quotes{}
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/formatting/res_all/texi_quotes/
H A Dquotes.passtexi1 quotes.texi(,2)
2 quotes.texi(,3) @setfilename quotes.info
3 quotes.texi(,4)
4 quotes.texi(,9)
5 quotes.texi(,22)
6 quotes.texi(,23) @macro quotes
14 quotes.texi(,31)
16 quotes.texi(,33) @quotes{}
24 quotes.texi(,41) @quotes{}
32 quotes.texi(,49) @quotes{}
[all …]
H A Dquotes.passfirst1 quotes.texi(,2)
2 quotes.texi(,3) @setfilename quotes.info
3 quotes.texi(,4)
4 quotes.texi(,9)
5 quotes.texi(,22)
6 quotes.texi(,23) @macro quotes
14 quotes.texi(,31)
16 quotes.texi(,33) @quotes{}
24 quotes.texi(,41) @quotes{}
32 quotes.texi(,49) @quotes{}
[all …]
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/t/
H A Dasx.t26 my ($q, %quotes);
61 ok( $quotes{$symbol, $field} > 0, "$field > 0" );
65 ok( looks_like_number($quotes{$symbol, $field}),
98 ok( $quotes{$symbol, $field} > 0, "$field > 0" );
104 ok( looks_like_number($quotes{$symbol, $field}),
111 ok( looks_like_number($quotes{$symbol, $field}),
122 ok( %quotes = $q->asx(@warrants), 'fetch quotes' );
145 ok( looks_like_number($quotes{$symbol, $field}),
156 ok( %quotes = $q->asx(@indices), 'fetch quotes' );
181 ok( looks_like_number($quotes{$symbol, $field}),
[all …]
H A Dhu.t38 ok(%quotes);
43 ok( $quotes{ "OTP", "success" } );
44 ok( $quotes{ "OTP", "last" } > 0 );
45 ok( length( $quotes{ "OTP", "date" } ) > 0 );
50 ok( $quotes{ "OTP", "currency" } eq "HUF" );
53 ok( $quotes{ "HU0000705280", "success" } );
54 ok( $quotes{ "HU0000705280", "last" } > 0 );
60 ok( $quotes{ "HU0000705280", "currency" } eq "HUF" );
63 ok( $quotes{ "HU0000702709", "success" } );
64 ok( $quotes{ "HU0000702709", "last" } > 0 );
[all …]
H A Dgoldmoney.t17 my %quotes =
19 ok(%quotes);
23 ok( $quotes{ "gold", "last" } > 0,
26 ok( length( $quotes{ "gold", "date" } ) > 0 );
27 ok( length( $quotes{ "gold", "time" } ) > 0 );
30 ok( $quotes{ "silver", "last" } > 0 );
32 ok( length( $quotes{ "silver", "date" } ) > 0 );
33 ok( length( $quotes{ "silver", "time" } ) > 0 );
36 ok( $quotes{ "platinum", "last" } > 0 );
39 ok( length( $quotes{ "platinum", "date" } ) > 0 );
[all …]
H A Dalphavantage.t48 my %quotes = $q->alphavantage( @symbols, "BOGUS" );
49 ok(%quotes);
67 is( $quotes{ "IBM", "currency" }, 'USD' );
68 is( $quotes{ "CSCO", "currency" }, 'USD' );
69 is( $quotes{ "ERCB.DE", "currency" }, 'EUR' );
70 is( $quotes{ "SOLB.BR", "currency" }, 'EUR' );
71 is( $quotes{ "SAP.DE", "currency" }, 'EUR' );
72 is( $quotes{ "TD.TO", "currency" }, 'CAD' );
74 is( $quotes{ "BP.L", "currency" }, 'GBP' );
75 is( $quotes{ "DIVO11.SA", "currency" }, 'BRL' );
[all …]
H A Dtsp.t18 my %quotes = $quoter->tsp( @symbols, "BOGUS" );
19 ok(%quotes);
27 ok($quotes{$symbol,"last"} > 0);
28 ok($quotes{$symbol,"currency"});
29 ok(!defined($quotes{"c","exchange"}) );
32 ok( !$quotes{"BOGUS","success"});
34 %quotes = $quoter->fetch("tsp", @symbols);
35 ok(%quotes);
43 ok($quotes{$symbol,"last"} > 0);
44 ok($quotes{$symbol,"currency"});
[all …]
H A Dyahoojson.t21 my %quotes = $q->fetch( "yahoo_json", @stocks );
22 ok( %quotes, "Data returned" );
26 my $name = $quotes{ $stock, "name" };
28 if ( !$quotes{ $stock, "success" } ) {
29 my $errmsg = $quotes{ $stock, "errormsg" };
41 my $last = $quotes{ $stock, "last" };
44 my $volume = $quotes{ $stock, "volume" };
47 my $type = $quotes{ $stock, "type" };
51 my $isodate = $quotes{ $stock, "isodate" };
54 my $date = $quotes{ $stock, "date" };
[all …]
H A Dfidelity.t22 my %quotes = $q->fidelity_direct(@funds);
23 ok(%quotes);
29 ok($quotes{$fund,"nav"} > 0);
30 ok(length($quotes{$fund,"name"}));
31 ok($quotes{$fund,"success"});
40 %quotes = $q->fidelity_direct("FEQTX");
41 ok(%quotes);
42 ok(length($quotes{"FEQTX","name"}));
43 ok($quotes{"FEQTX","yield"} > 0);
44 ok($quotes{"FEQTX","success"});
[all …]
H A Donvista.t20 my %quotes = $q->onvista(@symbols);
21 ok(%quotes);
24 ok($quotes{$symbol, 'success'}, "$symbol success");
25 ok(defined $quotes{$symbol, 'name'}, "$symbol returned name as $quotes{$symbol, 'name'}");
26 …ok(defined $quotes{$symbol, 'currency'}, "$symbol returned currency as $quotes{$symbol, 'currency'…
27 ok(defined $quotes{$symbol, 'method'}, "$symbol returned method as $quotes{$symbol, 'method'}");
28 …ok(defined $quotes{$symbol, 'exchange'}, "$symbol returned exchange as $quotes{$symbol, 'exchange'…
29 ok(defined $quotes{$symbol, 'time'}, "$symbol returned time as $quotes{$symbol, 'time'}");
30 ok((substr($quotes{$symbol, 'isodate'}, 0, 4) == $year or
31 …substr($quotes{$symbol, 'isodate'}, 0, 4) == $lastyear), "$symbol returned isodate as $quotes{$sym…
[all …]
H A Dftfunds.t17 ok(%quotes);
21 ok($quotes{"GB0031835118","last"} > 0);
22 ok($quotes{"GB0031835118","success"});
24 ok($quotes{"GB00B7W6PR65","last"} > 0);
25 ok($quotes{"GB00B7W6PR65","success"});
27 ok($quotes{"GB00B7W6PR65","price"}<100,"Price for GB00B7W6PR65 < 100 : ".$quotes{"GB00B7W6PR65","pr…
29 ok($quotes{"GB0030880255","last"} > 0);
30 ok($quotes{"GB0030880255","success"});
32 ok($quotes{"GB0003865176","last"} > 0);
33 ok($quotes{"GB0003865176","success"});
[all …]
H A Dtiaacref.t30 ok( my %quotes = $q->tiaacref( @symbols, 'BOGUS' ), 'retrieved quotes' );
37 ok( $quotes{$symbol,"success"} > 0, "$symbol got retrieved" );
38 ok( $quotes{$symbol,"symbol"} eq $symbol, "$symbol has matching symbol" );
39 ok( $quotes{$symbol,"nav"} > 0, "$symbol has a NAV" );
45 ok( $quotes{$symbol,"price"} == $quotes{$symbol,'nav'},
47 ok( substr($quotes{$symbol,"isodate"}, 0, 4) == $year
48 || substr($quotes{$symbol,"isodate"}, 0, 4) == $lastyear,
50 ok( substr($quotes{$symbol,"date"}, 6, 4) == $year
51 || substr($quotes{$symbol,"date"}, 6, 4) == $lastyear,
55 ok( $quotes{"BOGUS","success"} == 0, "BOGUS failed" );
[all …]
H A Dfool.t18 my %quotes = $q->fool(@symbols, "BOGUS");
19 ok(%quotes);
22 ok($quotes{$symbol, "symbol"} eq $symbol, "$symbol defined");
23 ok($quotes{$symbol, "success"}, "$symbol success");
25 ok($quotes{$symbol, "open"} > 0, "$symbol returned open");
27 ok($quotes{$symbol, "close"} > 0, "$symbol returned close");
29 ok($quotes{$symbol, "last"} > 0, "$symbol returned last");
31 ok(substr($quotes{$symbol, "isodate"}, 0, 4) == $year
33 ok(substr($quotes{$symbol, "date"}, 6, 4) == $year
34 ||substr($quotes{$symbol, "date"}, 6, 4) == $lastyear);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/resources/
H A Dquotes.css3 https://html.spec.whatwg.org/multipage/#quotes
12 > The quotes are derived from the delimiter blocks,
20 :root { quotes: '\201c' '\201d' '\2018' '\2…
21 :root:lang(af), :not(:lang(af)) > :lang(af) { quotes: '\201c' '\201d' '\2018' '\2…
22 :root:lang(agq), :not(:lang(agq)) > :lang(agq) { quotes: '\201e' '\201d' '\201a' '\2…
23 :root:lang(ak), :not(:lang(ak)) > :lang(ak) { quotes: '\201c' '\201d' '\2018' '\2…
24 :root:lang(am), :not(:lang(am)) > :lang(am) { quotes: '\00ab' '\00bb' '\2039' '\2…
25 :root:lang(ar), :not(:lang(ar)) > :lang(ar) { quotes: '\201d' '\201c' '\2019' '\2…
26 :root:lang(asa), :not(:lang(asa)) > :lang(asa) { quotes: '\201c' '\201d' '\2018' '\2…
27 :root:lang(ast), :not(:lang(ast)) > :lang(ast) { quotes: '\00ab' '\00bb' '\201c' '\2…
[all …]
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/Examples/
H A DQuote_example.pl15 %quotes = $q->yahoo ("IBM", "SGI");
25 foreach $k (sort (keys %quotes)) {
27 $val = $quotes {$sym, $attr};
36 %quotes = $q->fidelity (@funds);
40 $nav = $quotes {$f, "nav"};
47 %quotes = $q->fidelity (@funds);
63 $nav = $quotes {$f, "nav"};
74 %quotes = $q->asx(@funds);
77 $quotes{$f,"date"}."\n";
83 %quotes = $q->tiaacref(@funds);
[all …]
/dports/devel/py-flake8-quotes/flake8-quotes-3.3.1/
H A DREADME.rst1 Flake8 Extension to lint for quotes.
26 complaining that you are using double-quotes and not single-quotes.
44 Q000 Remove bad quotes
47 Q003 Change outer quotes to avoid escaping inner quotes
53 …lt, we expect single quotes (') and look for unwanted double quotes ("). To expect double quotes (…
62 # flake8 --inline-quotes '"' --multiline-quotes "'"
64 # flake8 --inline-quotes '"' --multiline-quotes "'''"
67 # flake8 --inline-quotes '"' --docstring-quotes "'"
68 # flake8 --inline-quotes '"' --docstring-quotes "'''"
78 inline-quotes = "
[all …]
H A DPKG-INFO2 Name: flake8-quotes
4 Summary: Flake8 lint for quotes.
34 complaining that you are using double-quotes and not single-quotes.
52 Q000 Remove bad quotes
55 Q003 Change outer quotes to avoid escaping inner quotes
61 …lt, we expect single quotes (') and look for unwanted double quotes ("). To expect double quotes (…
70 # flake8 --inline-quotes '"' --multiline-quotes "'"
72 # flake8 --inline-quotes '"' --multiline-quotes "'''"
75 # flake8 --inline-quotes '"' --docstring-quotes "'"
76 # flake8 --inline-quotes '"' --docstring-quotes "'''"
[all …]
/dports/devel/py-flake8-quotes/flake8-quotes-3.3.1/flake8_quotes.egg-info/
H A DPKG-INFO2 Name: flake8-quotes
4 Summary: Flake8 lint for quotes.
34 complaining that you are using double-quotes and not single-quotes.
52 Q000 Remove bad quotes
55 Q003 Change outer quotes to avoid escaping inner quotes
61 …lt, we expect single quotes (') and look for unwanted double quotes ("). To expect double quotes (…
70 # flake8 --inline-quotes '"' --multiline-quotes "'"
72 # flake8 --inline-quotes '"' --multiline-quotes "'''"
75 # flake8 --inline-quotes '"' --docstring-quotes "'"
76 # flake8 --inline-quotes '"' --docstring-quotes "'''"
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/formatting/
H A Dquotes.texi3 @setfilename quotes.info
11 rm -rf quotes quotes-utf8 quotes-utf8.* quotes.dvi quotes.info quotes.?? \
12 quotes.toc quotes.log quotes.aux
14 cp quotes.dvi quotes.dvi-save
18 mv quotes.dvi-save quotes.dvi
19 ~/src/texinfo/makeinfo/makeinfo -D utf8 quotes.texi -o quotes-utf8.info
23 @macro quotes
33 @quotes{}
41 @quotes{}
49 @quotes{}
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/quotes/
H A DQuote_example.pl35 foreach $k (sort (keys %quotes)) {
37 $val = $quotes {$sym, $attr};
46 %quotes = $quoter->fetch("fidelity",@funds);
49 $name = $quotes {$f, "name"};
50 $nav = $quotes {$f, "nav"};
57 %quotes = $quoter->fetch("fidelity",@funds);
61 $name = $quotes {$f, "name"};
62 $yield = $quotes {$f, "yield"};
73 $nav = $quotes {$f, "nav"};
74 $dayte = $quotes {$f, "date"};
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/expansion/words/
H A Dmod.rs62 quotes: Quotes, field
147 b'\'' if self.quotes == Quotes::Single => self.quotes = Quotes::None, in array()
148 b'\'' if self.quotes == Quotes::None => self.quotes = Quotes::Single, in array()
149 b'"' if self.quotes == Quotes::Double => self.quotes = Quotes::None, in array()
150 b'"' if self.quotes == Quotes::None => self.quotes = Quotes::Double, in array()
188 b'\'' if self.quotes == Quotes::Single => self.quotes = Quotes::None, in braces()
189 b'\'' if self.quotes == Quotes::None => self.quotes = Quotes::Single, in braces()
190 b'"' if self.quotes == Quotes::Double => self.quotes = Quotes::None, in braces()
191 b'"' if self.quotes == Quotes::None => self.quotes = Quotes::Double, in braces()
229 b'"' if self.quotes == Quotes::Double => self.quotes = Quotes::None, in array_process()
[all …]

12345678910>>...304