Home
last modified time | relevance | path

Searched refs:reportInterval (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dataflow/
H A DWorkerHealthReportResponse.php20 public $reportInterval; variable in Google_Service_Dataflow_WorkerHealthReportResponse
22 public function setReportInterval($reportInterval) argument
24 $this->reportInterval = $reportInterval;
28 return $this->reportInterval;
H A DWorkerHealthReport.php23 public $reportInterval; variable in Google_Service_Dataflow_WorkerHealthReport
44 public function setReportInterval($reportInterval) argument
46 $this->reportInterval = $reportInterval;
50 return $this->reportInterval;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/
H A DWorkerHealthReportResponse.php20 public $reportInterval; variable in Google_Service_Dataflow_WorkerHealthReportResponse
22 public function setReportInterval($reportInterval) argument
24 $this->reportInterval = $reportInterval;
28 return $this->reportInterval;
H A DWorkerHealthReport.php23 public $reportInterval; variable in Google_Service_Dataflow_WorkerHealthReport
45 public function setReportInterval($reportInterval) argument
47 $this->reportInterval = $reportInterval;
51 return $this->reportInterval;
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DpreprocessorFuzzTest.php69 $reportInterval = 1000;
94 $reportMetric = ( microtime( true ) - $overallStart ) / $i * $reportInterval;
96 if ( substr( $reportInterval, 0, 1 ) === '1' ) {
97 $reportInterval /= 2;
99 $reportInterval /= 5;
102 if ( substr( $reportInterval, 0, 1 ) === '1' ) {
103 $reportInterval *= 5;
105 $reportInterval *= 2;
108 if ( $i % $reportInterval == 0 ) {
H A DTableCleanup.php40 protected $reportInterval = 100;
52 $this->reportInterval = $this->getOption( 'reporting-interval', $this->reportInterval );
79 if ( $this->processed % $this->reportInterval != 0 ) {
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DpreprocessorFuzzTest.php66 $reportInterval = 1000;
91 $reportMetric = ( microtime( true ) - $overallStart ) / $i * $reportInterval;
93 if ( substr( $reportInterval, 0, 1 ) === '1' ) {
94 $reportInterval /= 2;
96 $reportInterval /= 5;
99 if ( substr( $reportInterval, 0, 1 ) === '1' ) {
100 $reportInterval *= 5;
102 $reportInterval *= 2;
105 if ( $i % $reportInterval == 0 ) {
H A DcleanupTable.inc40 protected $reportInterval = 100;
54 $this->reportInterval = $this->getOption( 'reporting-interval', $this->reportInterval );
81 if ( $this->processed % $this->reportInterval != 0 ) {
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DpreprocessorFuzzTest.php66 $reportInterval = 1000;
93 $reportMetric = ( microtime( true ) - $overallStart ) / $i * $reportInterval;
95 if ( substr( $reportInterval, 0, 1 ) === '1' ) {
96 $reportInterval /= 2;
98 $reportInterval /= 5;
101 if ( substr( $reportInterval, 0, 1 ) === '1' ) {
102 $reportInterval *= 5;
104 $reportInterval *= 2;
107 if ( $i % $reportInterval == 0 ) {
H A DTableCleanup.php40 protected $reportInterval = 100; variable in TableCleanup
54 $this->reportInterval = $this->getOption( 'reporting-interval', $this->reportInterval );
85 if ( $this->processed % $this->reportInterval != 0 ) {
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DReporter.cpp35 const Real reportInterval) : PeriodicEventReporter(reportInterval), in OutputPeriodicReporter() argument
100 double reportInterval = get_report_time_interval(); in extendAddToSystem() local
102 if (reportInterval >= SimTK::Eps) { in extendAddToSystem()
104 new OpenSim::OutputPeriodicReporter(*this, system, reportInterval); in extendAddToSystem()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DTextDataEventReporter.cpp48 Real reportInterval; member in TextDataEventReporter::TextDataEventReporterRep
82 …stem& system, UserFunction<Real>* function, Real reportInterval) : PeriodicEventReporter(reportInt… in TextDataEventReporter() argument
87 …em& system, UserFunction<Vector>* function, Real reportInterval) : PeriodicEventReporter(reportInt… in TextDataEventReporter() argument
/dports/science/simbody/simbody-Simbody-3.7/Simbody/Visualizer/src/
H A DVisualizer_Reporter.cpp51 Visualizer::Reporter::Reporter(const Visualizer& viz, Real reportInterval) in Reporter() argument
52 : PeriodicEventReporter(reportInterval) { in Reporter()
57 Visualizer::Reporter::Reporter(const MultibodySystem& sys, Real reportInterval) in Reporter() argument
58 : PeriodicEventReporter(reportInterval) { in Reporter()
/dports/net-mgmt/ping_exporter/ping_exporter-0.44/vendor/github.com/digineo/go-ping/cmd/ping-monitor/
H A Dmain.go19 reportInterval = 60 * time.Second var
33 flag.DurationVar(&reportInterval, "reportInterval", reportInterval, "interval for reports")
73 ticker := time.NewTicker(reportInterval)
/dports/games/golly/golly-3.3-src/gollybase/
H A Dutil.cpp197 double hperf::reportInterval = 2 ; // time between reports member in hperf
205 if (reportInterval == 0 || elapsed < reportInterval) in report()
228 if (reportInterval == 0 || elapsed < reportInterval) in reportStep()
H A Dutil.h97 return reportInterval ; in getReportInterval()
100 reportInterval = v ; in setReportInterval()
110 static double reportInterval ; member
/dports/science/simbody/simbody-Simbody-3.7/Simbody/Visualizer/include/simbody/internal/
H A DVisualizer_Reporter.h59 explicit Reporter(const Visualizer& viz, Real reportInterval=Infinity);
64 explicit Reporter(const MultibodySystem& sys, Real reportInterval=Infinity);
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DTextDataEventReporter.h59 Real reportInterval);
66 Real reportInterval);
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/ChemUtils/
H A DBulkTester.py38 def TestSupplier(suppl, stopAfter=-1, reportInterval=100, reportTo=sys.stderr, nameProp='_Name'): argument
70 if not nDone % reportInterval:
/dports/sysutils/istio/istio-1.6.7/mixer/test/client/env/
H A Dmixer_filter_config.go163 func SetTCPReportInterval(mfConf *mpb.TcpClientConfig, reportInterval int64) {
166 Seconds: reportInterval,
169 mfConf.ReportInterval.Seconds = reportInterval
/dports/science/simbody/simbody-Simbody-3.7/examples/
H A DSimpleIntegrator.cpp74 const Real reportInterval = 0.1; variable
111 status = integ.stepTo(prevT + reportInterval); in main()
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/include/argus/
H A Dcons_out.h145 u_short reportInterval, dflagInterval; member
151 u_short reportInterval, dflagInterval; member
/dports/net-mgmt/argus3/argus-3.0.8.2/include/argus/
H A Dcons_out.h132 arg_uint16 reportInterval, dflagInterval; member
138 arg_uint16 reportInterval, dflagInterval; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/
H A DProgressStatistics.java164 public void setReportInterval(int reportInterval) { in setReportInterval() argument
165 m_reportInterval = reportInterval; in setReportInterval()
/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/plugins/sensors/winrt/
H A Dwinrtgyroscope.cpp183 quint32 reportInterval = qMax(d->minimumReportInterval, quint32(1000/dataRate)); in start() local
184 hr = d->sensor->put_ReportInterval(reportInterval); in start()

123456