Home
last modified time | relevance | path

Searched refs:torun (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Resource/firewall/Provider/
H A Dufw.pm76 my %torun = (
89 $torun{proto} = "proto $proto";
113 $torun{app} = $app;
120 $torun{direction} = $direction;
126 $torun{on} = "on $interface";
132 $torun{log} = 'log';
135 $torun{log} = 'log-all';
146 push @{ $torun{commands} }, $param;
158 if $has_app && $torun{proto};
162 $cmd .= " $torun{$param}" if $torun{$param};
[all …]
/dports/mail/p5-MIME-Fast/MIME-Fast-1.6/examples/
H A Dtest.eml1 From makler@man.torun.pl Tue Nov 6 00:31:47 2001
2 Received: from flis.man.torun.pl (IDENT:105@tor.man.torun.pl [158.75.18.142])
3 by oryl.man.torun.pl (8.9.1/8.9.3) with ESMTP id OAA13378
4 for <makler@oryl.man.torun.pl>; Tue, 25 Jan 2000 14:33:32 +0100 (MET)
5 Received: by flis.man.torun.pl (Postfix)
10 From: Piotr Klaban <makler@man.torun.pl>
11 To: <makler@man.torun.pl>
13 Cc: <makler@man.torun.pl>
/dports/mail/p5-MIME-Fast/MIME-Fast-1.6/
H A Dtest.eml1 Received: from flis.man.torun.pl (IDENT:105@tor.man.torun.pl [158.75.18.142])
2 by oryl.man.torun.pl (8.9.1/8.9.3) with ESMTP id OAA13378
3 for <makler@oryl.man.torun.pl>; Tue, 25 Jan 2000 14:33:32 +0100 (MET)
4 Received: by flis.man.torun.pl (Postfix)
9 From: Piotr Klaban <makler@man.torun.pl>
10 To: <makler@man.torun.pl>
12 Cc: <makler@man.torun.pl>
/dports/devel/py-pytest-xdist/pytest-xdist-1.32.0/src/xdist/
H A Dremote.py57 torun = []
65 torun.extend(kwargs["indices"])
68 self.log("items to run:", torun)
70 while len(torun) >= 2:
71 self.run_one_test(torun)
73 if torun:
74 self.run_one_test(torun)
78 def run_one_test(self, torun): argument
80 self.item_index = torun.pop(0)
82 if torun:
[all …]
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/speedy/t/scripts/
H A Dtouch1 my $torun = shift(@ARGV);
3 if ($torun) {
4 utime time, time, $torun;
6 my $pid = `$ENV{SPEEDY} $torun`;
/dports/devel/awless/awless-0.1.11/aws/spec/
H A Dregistry.go78torun := []string{"docker", "login", "--username", credentials[0], "--password", credentials[1], S…
81 cmd.logger.Infof("Docker authentication command:\n%s", strings.Join(torun, " "))
85 …uthentication command:\n\n%s\n\nDo you want to run this command:(y/n)? ", strings.Join(torun, " "))
95 dockerCmd := exec.Command("docker", torun[1:]...)
/dports/databases/py-pg8000/pg8000-1.23.0/test/legacy/
H A Dtest_benchmarks.py19 def torun(): function
27 benchmark(torun)
/dports/databases/py-pg8000/pg8000-1.23.0/test/native/
H A Dtest_benchmarks.py19 def torun(): function
27 benchmark(torun)
/dports/databases/py-pg8000/pg8000-1.23.0/test/dbapi/
H A Dtest_benchmarks.py19 def torun(): function
27 benchmark(torun)
/dports/www/moodle310/moodle/lib/behat/classes/
H A Dbehat_config_manager.php276 * @param int $torun last run.
279 public final static function create_parallel_site_links($fromrun, $torun) { argument
284 for ($i = $fromrun; $i <= $torun; $i++) {
/dports/www/moodle39/moodle/lib/behat/classes/
H A Dbehat_config_manager.php276 * @param int $torun last run.
279 public final static function create_parallel_site_links($fromrun, $torun) { argument
284 for ($i = $fromrun; $i <= $torun; $i++) {
/dports/www/moodle311/moodle/lib/behat/classes/
H A Dbehat_config_manager.php276 * @param int $torun last run.
279 public final static function create_parallel_site_links($fromrun, $torun) { argument
284 for ($i = $fromrun; $i <= $torun; $i++) {
/dports/devel/p5-Dir-Project/Dir-Project-3.026/t/
H A Dtest_utils.pl45 my $torun = shift;
50 print $fh "exec '${Dist}/project_bin','--project_bin-run','$torun',\@ARGV;\n";
/dports/astro/gnuastro/gnuastro-0.16/
H A DAUTHORS17 4 Boud Roukema <boud@cosmo.torun.pl>
19 3 boud <boud@cosmo.torun.pl>
/dports/devel/monotone/monotone-1.1/test/src/
H A Dtestlib.lua715 function bg(torun, ret, stdout, stderr, stdin)
721 local ok,pid = runcmd(torun, out.prefix, true)
729 out.cmd = torun
883 local torun = {}
954 torun[j] = tests[j]
960 torun[r] = tests[r]
968 torun[i] = t
978 if run_all then torun = tests end
981 for i,t in pairs(torun) do
1087 run_tests_in_children(torun, report_one_test)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/unittest/
H A Dunittest.cpp340 std::vector<std::string> torun(suites); in run() local
342 if (torun.empty()) { in run()
344 torun.push_back(i->first); in run()
350 for (std::vector<std::string>::iterator i = torun.begin(); i != torun.end(); i++) { in run()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/script/
H A Dscript.cpp490 … const char *torun = make_ts_func_name(evblockbasename,evblocknum,nicl->Cmds[i].Data[0].Value); in run_interaction_commandlist() local
492 QueueScriptFunction(kScInstGame, torun); in run_interaction_commandlist()
496 … const char *torun = make_ts_func_name(evblockbasename,evblocknum,nicl->Cmds[i].Data[0].Value); in run_interaction_commandlist() local
497 QueueScriptFunction(kScInstRoom, torun); in run_interaction_commandlist()
/dports/security/clamsmtp/clamsmtp-1.10/
H A DAUTHORS17 Piotr Klaban <post@klaban.torun.pl>
/dports/mail/proxsmtp/proxsmtp-1.10/
H A DAUTHORS17 Piotr Klaban <post@klaban.torun.pl>
/dports/misc/py-xgboost/xgboost-1.5.1/demo/CLI/binary_classification/
H A Dagaricus-lepiota.names38 e-mail: duch@phys.uni.torun.pl
39 WWW http://www.phys.uni.torun.pl/kmk/
42 From: Wlodzislaw Duch <duch@phys.uni.torun.pl>
/dports/misc/xgboost/xgboost-1.5.1/demo/CLI/binary_classification/
H A Dagaricus-lepiota.names38 e-mail: duch@phys.uni.torun.pl
39 WWW http://www.phys.uni.torun.pl/kmk/
42 From: Wlodzislaw Duch <duch@phys.uni.torun.pl>
/dports/astro/gnuastro/gnuastro-0.16/doc/
H A Dauthors.texi9 Boud Roukema (boud@@cosmo.torun.pl, 7)@*
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wms/
H A Dgdalhttp.cpp194 int torun = std::min(nRequestCount, max_conn); in WMSHTTPFetchMulti() local
195 for (conn_i = 0; conn_i < torun; ++conn_i) { in WMSHTTPFetchMulti()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wms/
H A Dgdalhttp.cpp194 int torun = std::min(nRequestCount, max_conn); in WMSHTTPFetchMulti() local
195 for (conn_i = 0; conn_i < torun; ++conn_i) { in WMSHTTPFetchMulti()
/dports/graphics/gdal/gdal-3.3.3/frmts/wms/
H A Dgdalhttp.cpp194 int torun = std::min(nRequestCount, max_conn); in WMSHTTPFetchMulti() local
195 for (conn_i = 0; conn_i < torun; ++conn_i) { in WMSHTTPFetchMulti()

1234567