Home
last modified time | relevance | path

Searched refs:deal (Results 1 – 25 of 7807) sorted by relevance

12345678910>>...313

/dports/games/freecell-solver/freecell-solver-6.2.0/t/lib/FC_Solve/Test/Verify/
H A DData.pm30 deal => 1,
53 deal => 110,
97 deal => 200,
131 deal => 12,
153 deal => 12,
176 deal => 1,
184 deal => 1,
201 deal => 25,
215 deal => 24,
230 deal => 1,
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/t/lib/FC_Solve/CheckResults/
H A DData.pm31 deal => 24,
40 deal => 24,
61 deal => 617,
78 deal => 1099,
104 deal => 200,
112 deal => 200,
121 deal => 24,
148 deal => 1,
157 deal => 1,
219 deal => 1,
[all …]
/dports/www/rss-bridge/rss-bridge-2021-04-25/bridges/
H A DDealabsBridge.php1146 foreach ($list as $deal) {
1153 . $deal->find(
1156 . $this->getImage($deal)
1162 . $this->getPrice($deal)
1163 . $this->getDiscount($deal)
1166 . $this->GetSource($deal)
1207 private function getPrice($deal) argument
1209 if ($deal->find(
1212 . $deal->find(
1271 . $deal->find(
[all …]
/dports/games/kpat/kpat-21.12.3/src/patsolve/
H A Dcastlesolver.cpp52 KCard *c = deal->target[foundation_idx]->topCard(); in good_automove()
188 deal = dealer; in CastleSolver()
246 KCard *c = deal->target[i]->topCard(); in translateMove()
250 target = deal->target[i]; in translateMove()
254 empty = deal->target[i]; in translateMove()
268 frompile = deal->store[m.from]; in translateMove()
278 KCard *c = deal->target[i]->topCard(); in translateMove()
282 target = deal->target[i]; in translateMove()
286 empty = deal->target[i]; in translateMove()
294 target = deal->store[m.to]; in translateMove()
[all …]
H A Dfreecellsolver.cpp378 deal = dealer; in FreecellSolver()
436 KCard *c = deal->target[i]->topCard(); in translateMove()
440 target = deal->target[i]; in translateMove()
444 empty = deal->target[i]; in translateMove()
458 frompile = deal->store[m.from]; in translateMove()
468 KCard *c = deal->target[i]->topCard(); in translateMove()
472 target = deal->target[i]; in translateMove()
476 empty = deal->target[i]; in translateMove()
484 target = deal->store[m.to]; in translateMove()
511 KCard *c = deal->target[i]->top(); in translate_layout()
[all …]
H A Dbakersdozensolver.cpp75 deal = dealer; in BakersDozenSolver()
199 KCard *c = deal->target[i]->topCard(); in translateMove()
203 target = deal->target[i]; in translateMove()
207 empty = deal->target[i]; in translateMove()
221 frompile = deal->store[m.from]; in translateMove()
230 KCard *c = deal->target[i]->topCard(); in translateMove()
234 target = deal->target[i]; in translateMove()
238 empty = deal->target[i]; in translateMove()
246 target = deal->store[m.to]; in translateMove()
264 int i = translate_pile(deal->store[w], W[w], 52); in translate_layout()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/tools/i-pi/ipi/inputs/
H A DREADME6 - atoms.py: Creates objects that deal with classical simulations.
7 - barostats.py: Creates objects that deal with constant pressure and
9 - beads.py: Creates objects that deal with quantum simulations.
10 - cell.py: Creates objects that deal with the simulation box.
11 - ensembles.py: Creates objects that deal with the different ensembles.
12 - forces.py: Creates objects that deal with the jobs to send to
14 - initializer.py: Creates the objects that deal with initializing the
16 - interface.py: Creates objects that deal with socket creation.
17 - normalmodes.py: Creates the objects that deal with the normal mode
19 - outputs.py: Creates objects that deal with output files.
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/t/t/
H A Dintermediate-iterations-are-in-order.t127 assert_directly_ascending_iters( { deal => 24, theme => [], },
131 assert_directly_ascending_iters( { deal => 1941, theme => [], },
136 { deal => 1941, theme => [qw/-l cj/], },
142 { deal => 24, theme => [qw/-l cj/], },
148 { deal => 100, theme => [qw(-l john-galt-line)], },
154 { deal => 11982, theme => [qw/-l cj/], },
160 { deal => 2400, theme => [qw(-l fools-gold)], },
165 { deal => 11982, theme => [qw(-l fools-gold)], },
171 { deal => 24, theme => [ "--method", "a-star", ], },
178 deal => 24,
[all …]
H A Dfc-solve-output.t81 deal => 1941,
97 $trap->( { deal => 24, theme => [ '-to', '0123456789' ], } );
100 deal => 24,
106 deal => 24,
126 { deal => 1941, theme => [ '-sel', '--max-iters', '10' ], },
136 { deal => 8, theme => [ '-l', 've', '-sel', '--max-iters', '100' ], },
147 deal => 7186,
160 deal => 1109,
172 { deal => 24, theme => [ '-sel', '--max-iters', '0' ], },
188 deal => '22215757927177568630',
H A Ddigests-without-stats.t35 vtest( { id => "freecell_default24", deal => 24, theme => [], },
42 deal => 2,
57 deal => 6,
74 deal => 6,
89 deal => 6,
105 deal => 1,
H A Drange-parallel-solver.t34 foreach my $deal ( 1 .. 3 )
39 qr{^Intractable Board No. \Q$deal\E}ms,
48 foreach my $deal ( 1 .. 3 )
53 qr{^Intractable Board No. \Q$deal\E}ms,
/dports/games/freecell-solver/freecell-solver-6.2.0/t/lib/FC_Solve/
H A DGetOutput.pm33 my $deal = $self->deal( $args->{deal} );
39 if ( !defined($deal) )
43 if ( $deal !~ m{\A[1-9][0-9]*\z} )
45 confess "Invalid deal $deal";
66 my $deal = $self->deal;
72 $self->msdeals ? "pi-make-microsoft-freecell-board -t $deal | "
75 . " $deal @{[$self->variant]} | " )
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/conversion/
H A DDEAL.tst16 "[a,b,c] = deal(2)"
17 "[a,b,c] = deal(1:3);"
18 "[a,b,c] = deal(1+32);"
19 "[a,b,c] = deal(1+324);"
20 "[a,b,c] = deal(gca());"
21 "[a,b,c] = deal([pi,i]);"
22 "[a,b,c] = deal(i, sin(1:3), ''AB'');"
24 "%[a,b(3)] = deal(sin(1:3), ''AB'');" // http://bugzilla.scilab.org/699
25 "%[a.myfield, b] = deal(sin(1:3), ''AB'');" // http://bugzilla.scilab.org/699
37 "//[a,b(3)] = deal(sin(1:3), ''''AB'''');"
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/cmake/configure/
H A Dconfigure_3_petsc.cmake3 ## Copyright (C) 2012 - 2018 by the deal.II authors
5 ## This file is part of the deal.II library.
7 ## The deal.II library is free software; you can use it, redistribute
12 ## the top level directory of deal.II.
49 # deal.II.
73 # deal.II.
84 "global indices as deal.II."
90 "global indices as deal.II, but found:\n"
98 # for complex values within deal.II as well.
103 "This requires support for complex values in deal.II as well."
[all …]
H A Dconfigure_1_taskflow.cmake3 ## Copyright (C) 2012 - 2020 by the deal.II authors
5 ## This file is part of the deal.II library.
7 ## The deal.II library is free software; you can use it, redistribute
12 ## the top level directory of deal.II.
17 # Configuration for thread support in deal.II with the help of the Taskflow
37 "which cannot be used with deal.II."
41 "2.4, which is the oldest version compatible with deal.II."
H A Dconfigure_adolc.cmake3 ## Copyright (C) 2017 - 2019 by the deal.II authors
5 ## This file is part of the deal.II library.
7 ## The deal.II library is free software; you can use it, redistribute
12 ## the top level directory of deal.II.
33 # boost library) we must not use a bundled Boost library for deal.II.
38 "ADOL-C links against external Boost but deal.II was configured "
65 "If you want to use ADOL-C, please configure deal.II to use a "
136 "deal.II needs ADOL-C version 2.6.4 or newer."
142 "deal.II needs ADOL-C version 2.6.4 or newer.\n\n"
150 "deal.II needs ADOL-C version 2.6.4 or newer."
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/
H A Dgroup__alphabet__utils.tex2 \label{group__alphabet__utils}\index{Utilities to deal with Nucleotide Alphabets@{Utilities to deal
101 \index{Utilities to deal with Nucleotide Alphabets@{Utilities to deal with Nucleotide Alphabets}!vr…
102 …rna\_seq\_type\_e@{vrna\_seq\_type\_e}!Utilities to deal with Nucleotide Alphabets@{Utilities to d…
132 \index{Utilities to deal with Nucleotide Alphabets@{Utilities to deal with Nucleotide Alphabets}!vr…
133 \index{vrna\_ptypes@{vrna\_ptypes}!Utilities to deal with Nucleotide Alphabets@{Utilities to deal w…
152 \index{Utilities to deal with Nucleotide Alphabets@{Utilities to deal with Nucleotide Alphabets}!vr…
153 …{vrna\_seq\_encode@{vrna\_seq\_encode}!Utilities to deal with Nucleotide Alphabets@{Utilities to d…
178 \index{Utilities to deal with Nucleotide Alphabets@{Utilities to deal with Nucleotide Alphabets}!vr…
179 …ide\_encode@{vrna\_nucleotide\_encode}!Utilities to deal with Nucleotide Alphabets@{Utilities to d…
207 \index{Utilities to deal with Nucleotide Alphabets@{Utilities to deal with Nucleotide Alphabets}!vr…
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/doc/doxygen/code-gallery/
H A Dcode-gallery.h.in3 // Copyright (C) 2016 by the deal.II authors
5 // This file is part of the deal.II library.
7 // The deal.II library is free software; you can use it, redistribute
12 // the top level directory of deal.II.
18 * @page CodeGallery The deal.II code gallery
20 * The deal.II code gallery contains a collection of programs based on deal.II
24 * implemented with deal.II, but without the requirement to have these code
30 * others and are not part of deal.II itself. The deal.II authors make
/dports/math/octave/octave-6.4.0/scripts/general/
H A Ddeal.m27 ## @deftypefn {} {[@var{r1}, @var{r2}, @dots{}, @var{rn}] =} deal (@var{a})
28 ## @deftypefnx {} {[@var{r1}, @var{r2}, @dots{}, @var{rn}] =} deal (@var{a1}, @var{a2}, @dots{}, @v…
38 ## [a, b, c] = deal (x, y, z);
56 ## [a, b, c] = deal (x);
66 ## Programming Note: @code{deal} is often used with comma separated lists
87 function [varargout] = deal (varargin) function
94 error ("deal: nargin > 1 and nargin != nargout");
101 %! [a,b] = deal (1,2);
105 %! [a,b] = deal (1);
109 %!error deal ()
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Ddeals_populator.h83 fcs_deals_range_int deal; in populate_deals_from_argv() local
84 if (fscanf(f, "%lu", &deal) == 1) in populate_deals_from_argv()
86 deals_range__append(deal, deal); in populate_deals_from_argv()
93 const fcs_deals_range_int deal = in populate_deals_from_argv() local
95 deals_range__append(deal, deal); in populate_deals_from_argv()
/dports/lang/racket/racket-8.3/share/pkgs/realm/chapter5/
H A Dsource.rkt42 (on-key deal-with-guess)
155 (define (deal-with-guess w key)
225 (check-equal? (deal-with-guess (interval 0 100) "=")
227 (check-equal? (deal-with-guess (interval 0 100) "q")
229 (check-equal? (deal-with-guess (interval 0 100) "up")
231 (check-equal? (deal-with-guess (interval 50 100) "up")
233 (check-equal? (deal-with-guess (interval 0 100) "down")
235 (check-equal? (deal-with-guess (interval 0 50) "down")
237 (check-equal? (deal-with-guess (interval 50 100) "e")
239 (check-equal? (deal-with-guess (interval 0 100) "f")
[all …]
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/rules/
H A Dhelp.rules51 # These +++ deal with the computation of divisors
57 # These +++ deal with abstract rational n-marked curves.
60 # These +++ deal with moduli spaces of abstract or parametrized rational curves.
63 # These +++ deal with matroids and matroidal fans.
66 # These +++ deal with lattices (meaning free abelian, finitely generated groups).
69 # These are general +++ that deal with morphisms and their arithmetic.
72 # These +++ deal with the weight space of a cycle, i.e. the space of weights
76 # These +++ deal with the creation and study of tropical Hurwitz cycles.
79 # These +++ deal with the computation and representation of (families of) lines
87 # These +++ deal with the arithmetics of [[MatroidRingCycle]] objects.
[all …]
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/astron/
H A Dcheck_idl_astron_dependencies.s11 # 2009-10-08: deal with 2009Aug20 version
13 # 2010-05-26: deal with 2010May24 version
14 # 2012-02-20: deal with 2012Feb01 version
15 # 2013-02-08: deal with 2013Jan28 version
16 # 2014-01-06: deal with latest version
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/doc/doxygen/scripts/
H A Dmod_header.pl.in3 ## Copyright (C) 2014 - 2018 by the deal.II authors
5 ## This file is part of the deal.II library.
7 ## The deal.II library is free software; you can use it, redistribute
12 ## the top level directory of deal.II.
24 print '<link rel="SHORTCUT ICON" href="deal.ico"></link>', "\n";
26 print '<meta name="author" content="The deal.II Authors <authors@dealii.org>"></meta>', "\n";
27 …print '<meta name="copyright" content="Copyright (C) 1998 - @DEAL_II_PACKAGE_YEAR@ by the deal.II …
28 print '<meta name="deal.II-version" content="@DEAL_II_PACKAGE_VERSION@"></meta>', "\n";
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/cmake/macros/
H A Dmacro_check_mpi_interface.cmake3 ## Copyright (C) 2014 - 2018 by the deal.II authors
5 ## This file is part of the deal.II library.
7 ## The deal.II library is free software; you can use it, redistribute
12 ## the top level directory of deal.II.
18 # one deal.II picked up
54 "deal.II picked up."
60 "${_feature} has to be compiled against the same MPI library as deal.II "

12345678910>>...313