Home
last modified time | relevance | path

Searched refs:maxresult (Results 1 – 15 of 15) sorted by relevance

/dports/lang/yap/yap-6.2.2/packages/pyswip/pyswip/
H A Dprolog.py57 def __call__(self, query, maxresult, catcherrors, normalize): argument
70 while maxresult and PL_next_solution(swipl_qid):
71 maxresult -= 1
112 def query(cls, query, maxresult=-1, catcherrors=True, normalize=True): argument
128 return cls._QueryWrapper()(query, maxresult, catcherrors, normalize)
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dmessage.f90201 real(DP) :: mymemarray(2), maxmemarray(2), mymemresult(2), maxresult(2), minresult(2) local
213 …call MPI_Reduce(maxmemarray, maxresult, 1, MPI_2DOUBLE_PRECISION, MPI_MAXLOC, 0, MPI_COMM_WORLD, …
220 maxresult(1) / (1024d0)**2, ' on processor ', nint(maxresult(2))
/dports/japanese/hns/hns-2.19.9/contrib/isystem-0.9.10/
H A Dindex.cgi1414 if (!$maxresult) { #�ǥե���Ȥ�10�鷺��ɽ��
1415 $maxresult = 10;
1454 if ($bgncount <= $hitcount && $hitcount < $bgncount+$maxresult) {
1472 if ($totalhit && ($hitcount >= $maxresult+$bgncount)) {
1485 if ($bgncount >= $maxresult) {
1486 $u = sprintf("?word=%s&b=%d&h=%d", $origword, $bgncount-$maxresult, $hitcount);
1487 $out .= make_self_link("$u", "1") . "[��$maxresult��]</a>\n";
1492 if ($bgncount < $hitcount - $maxresult) {
1494 …$u = sprintf("?word=%s&b=%d&h=%d&t=%s&th=%d", $origword, $bgncount+$maxresult, $hitcount, $lastdda…
1496 $out .= make_self_link("$u", "3") . "[��$maxresult��]</a>\n";
H A Dindex.cgi.in1413 if (!$maxresult) { #�ǥե���Ȥ�10�鷺��ɽ��
1414 $maxresult = 10;
1453 if ($bgncount <= $hitcount && $hitcount < $bgncount+$maxresult) {
1471 if ($totalhit && ($hitcount >= $maxresult+$bgncount)) {
1484 if ($bgncount >= $maxresult) {
1485 $u = sprintf("?word=%s&b=%d&h=%d", $origword, $bgncount-$maxresult, $hitcount);
1486 $out .= make_self_link("$u", "1") . "[��$maxresult��]</a>\n";
1491 if ($bgncount < $hitcount - $maxresult) {
1493 …$u = sprintf("?word=%s&b=%d&h=%d&t=%s&th=%d", $origword, $bgncount+$maxresult, $hitcount, $lastdda…
1495 $out .= make_self_link("$u", "3") . "[��$maxresult��]</a>\n";
H A Dconfig.ph.in71 #$maxresult ������ɽ����
72 $maxresult = 10;
H A Dconfig.ph47 $maxresult = 10;
/dports/databases/cego/cego-2.47.11/samples/chkdb/
H A Dchkclt5 …200 --tableset=$TS --user=lemke/lemke --logfile=clt.log --protocol=$PROTOCOL --maxresult=1000000 $@
H A Dchkclt25 …200 --tableset=$TS --user=lemke/lemke --logfile=clt.log --protocol=$PROTOCOL --maxresult=1000000 $@
/dports/graphics/gauche-gl/Gauche-gl-0.6/src/
H A Dgauche-gl.c177 int maxresult, int minresult) in Scm_GLGetDoubles() argument
191 if (i >= maxresult) { in Scm_GLGetDoubles()
193 list, maxresult); in Scm_GLGetDoubles()
H A Dgauche-gl.h81 double *result, int maxresult, int minresult);
/dports/japanese/hns/hns-2.19.9/contrib/isystem-0.9.10/doc/
H A Dreadme.ja156 # 2000/02/24 0.4.3 masato-3 patched(maxresult,fix LI,DT,DD etc)
157 # yar-3 fix <> bug, maxresult bug(url encode)
/dports/lang/yap/yap-6.2.2/packages/pyswip/examples/sudoku/
H A Dsudoku_daily.py56 result = list(prolog.query("Puzzle=%s,sudoku(Puzzle)" % p, maxresult=1))
H A Dsudoku.py41 result = list(prolog.query("L=%s,sudoku(L)" % p, maxresult=1))
/dports/databases/namazu2/namazu-2.0.21/src/
H A Doutput.c77 static int maxresult = 20; /* max number of search results */ variable
1061 maxresult = num; in set_maxresult()
1067 return maxresult; in get_maxresult()
/dports/finance/homebank/homebank-5.5.1/src/
H A Dgtk-chart-progress.c403 gdouble maxresult = 0; in chart_progress_layout_area() local
423 maxresult = MAX(maxresult, result); in chart_progress_layout_area()
448 valstr = ui_chart_progress_print_int(chart, -maxresult); in chart_progress_layout_area()
455 DB( g_print(" result-col: w=%f, %.2f, '%s'\n", context->res_col_w, maxresult, valstr) ); in chart_progress_layout_area()