Home
last modified time | relevance | path

Searched refs:startsecs (Results 1 – 22 of 22) sorted by relevance

/dports/audio/cutmp3/cutmp3-3.0.1/
H A Dmain.c37 double startsecs, endsecs; variable
1962 if (startsecs>59.999){ do {startmins++; startsecs=startsecs-60;} while (startsecs>59.999);} in savesel()
2129 starts=totalsecs-startsecs; in savesel()
2132 else {startm=startmins; starts=startsecs;} in savesel()
2546 seektime=endtime-startmins*60000-startsecs*1000; in cutexact()
2555 seektime=startmins*60000+startsecs*1000; in cutexact()
2592 startsecs=startmins=endsecs=endmins=0; in cutexact()
2643 case 2: startsecs=startsecs*10+ttable[pos2]-48; break; in cutfromtable()
2644 case 3: startsecs=startsecs+number/10; position++; break; in cutfromtable()
2645 case 4: startsecs=startsecs+number/100; do pos2++; while (!isspace(ttable[pos2])); break; in cutfromtable()
[all …]
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/tests/fixtures/
H A Dissue-1224.conf10 startsecs = 0
H A Dissue-1054.conf18 startsecs = 0
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/
H A Dprocess.py272 self.delay = time.time() + self.config.startsecs
366 if self.delay > 0 and test_time < (self.delay - self.config.startsecs):
367 self.delay = test_time + self.config.startsecs
369 if test_time > self.laststart and test_time < (self.laststart + self.config.startsecs):
370 self.laststart = test_time - self.config.startsecs
532 too_quickly = now - self.laststart < self.config.startsecs
662 if now - self.laststart > self.config.startsecs:
672 '> than %s seconds (startsecs)' % self.config.startsecs)
H A Doptions.py900 startsecs = integer(get(section, 'startsecs', 1))
1008 startsecs=startsecs,
H A Drpcinterface.py575 'startsecs': pconfig.startsecs,
/dports/biology/canu/canu-2.2/src/pipelines/canu/
H A DExecution.pm66 my $startsecs = shift @_;
71 my $elapsed = time() - $startsecs;
196 my $startsecs = time();
233 logFinished($dir, $startsecs);
1574 my $startsecs = time();
1585 logFinished(".", $startsecs);
/dports/www/gitea/gitea-1.16.5/contrib/supervisor/
H A Dgitea6 startsecs=10
/dports/devel/py-celery/celery-4.4.7/extra/supervisord/
H A Dceleryd.conf15 startsecs=10
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/tests/
H A Dtest_rpcinterfaces.py387 startsecs=.01)
472 startsecs=.01)
474 startsecs=.01)
487 startsecs=.01)
489 startsecs=.01)
521 startsecs=.01)
523 startsecs=.01)
557 startsecs=.01)
559 startsecs=.01)
593 startsecs=.01)
[all …]
H A Dbase.py516 autorestart=True, startsecs=10, startretries=999, argument
534 self.startsecs = startsecs
H A Dtest_process.py1129 stdout_logfile='/tmp/foo', startsecs=10)
1163 stdout_logfile='/tmp/foo', startsecs=10)
1237 stdout_logfile='/tmp/foo', startsecs=10)
1502 startsecs=test_startsecs)
H A Dtest_options.py567 self.assertEqual(proc1.startsecs, 5)
1641 self.assertEqual(pconfig.startsecs, 100)
1898 self.assertEqual(proc1.startsecs, 5)
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/clients/
H A Drabins.c1290 int startsecs = 0, endsecs = 0, i; in RaDeleteBinProcess() local
1300 if (startsecs == 0) in RaDeleteBinProcess()
1301 startsecs = bin->stime.tv_sec; in RaDeleteBinProcess()
1306 rbps->startpt.tv_sec = startsecs; in RaDeleteBinProcess()
1307 rbps->scalesecs = (endsecs - startsecs) + (rbps->size / 1000000); in RaDeleteBinProcess()
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/skel/
H A Dsample.conf133 ;startsecs=1 ; # of secs prog must stay up to be running (def. 1)
/dports/sysutils/py-supervisor/supervisor-4.2.1/docs/
H A Dconfiguration.rst731 ``startsecs``
743 if the process exits quicker than ``startsecs``.
783 Retries during process startup are controlled by ``startsecs``
1148 startsecs=10
1419 startsecs=1
1501 startsecs=1
/dports/devel/py-cookiecutter/cookiecutter-1.7.3/
H A DREADME.md123 cookiecutter --no-input gh:msabramo/cookiecutter-supervisor program_name=foobar startsecs=10
H A DPKG-INFO131 cookiecutter --no-input gh:msabramo/cookiecutter-supervisor program_name=foobar startsecs=10
/dports/devel/py-cookiecutter/cookiecutter-1.7.3/cookiecutter.egg-info/
H A DPKG-INFO131 cookiecutter --no-input gh:msabramo/cookiecutter-supervisor program_name=foobar startsecs=10
/dports/sysutils/py-supervisor/supervisor-4.2.1/
H A DCHANGES.rst1482 - Default config file comment documented 10 secs as default for ``startsecs``
1655 is implied by process' "startsecs" configuration). If wait is
1656 False, do not wait for startsecs.
1662 subsequently die after 'startsecs' go through the transitions
H A DPKG-INFO1533 - Default config file comment documented 10 secs as default for ``startsecs``
1706 is implied by process' "startsecs" configuration). If wait is
1707 False, do not wait for startsecs.
1713 subsequently die after 'startsecs' go through the transitions
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor.egg-info/
H A DPKG-INFO1533 - Default config file comment documented 10 secs as default for ``startsecs``
1706 is implied by process' "startsecs" configuration). If wait is
1707 False, do not wait for startsecs.
1713 subsequently die after 'startsecs' go through the transitions