Home
last modified time | relevance | path

Searched refs:driverParams (Results 1 – 5 of 5) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/labkit/monitoring/
H A Dprofiler.go20 driverParams, exists := os.LookupEnv(profilerEnvKey)
25 u, err := url.Parse(driverParams)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/gitlab.com/gitlab-org/labkit/monitoring/
H A Dprofiler.go20 driverParams, exists := os.LookupEnv(profilerEnvKey)
25 u, err := url.Parse(driverParams)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/labkit/monitoring/
H A Dprofiler.go20 driverParams, exists := os.LookupEnv(profilerEnvKey)
25 u, err := url.Parse(driverParams)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/labkit/monitoring/
H A Dprofiler.go20 driverParams, exists := os.LookupEnv(profilerEnvKey)
25 u, err := url.Parse(driverParams)
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dchimeraperseuscommand.cpp625 …perseusData* driverParams = new perseusData((params->chimeraFileName+thisGroup), (params->accnosFi… in driverGroups() local
626 driverParams->sequences = loadSequences(nameMap, it->second[0], params); in driverGroups()
630 driver(driverParams); in driverGroups()
631 totalSeqs += driverParams->count; in driverGroups()
632 params->numChimeras += driverParams->numChimeras; in driverGroups()
637 if (!params->util.isBlank(driverParams->accnosFileName)) { in driverGroups()
639 params->util.openInputFile(driverParams->accnosFileName, in); in driverGroups()
652 …params->util.appendFiles(driverParams->chimeraFileName, params->chimeraFileName); params->util.mot… in driverGroups()
653 …params->util.appendFiles(driverParams->accnosFileName, params->accnosFileName); params->util.mothu… in driverGroups()
655 … took " + toString(time(NULL) - start) + " secs to check " + toString(driverParams->count) + " seq… in driverGroups()
[all …]