Home
last modified time | relevance | path

Searched refs:addOutput (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/dports/science/gromacs/gromacs-2021.4/src/testutils/tests/
H A Dinteractivetest.cpp142 session.addOutput("> "); in TEST()
145 session.addOutput("> "); in TEST()
147 session.addOutput("\n"); in TEST()
154 session.addOutput("> "); in TEST()
157 session.addOutput("> "); in TEST()
159 session.addOutput("\n"); in TEST()
170 session.addOutput("> "); in TEST()
173 session.addOutput("> "); in TEST()
175 session.addOutput("\n"); in TEST()
182 session.addOutput("> "); in TEST()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmrasterlayerproperties.cpp55addOutput( new QgsProcessingOutputNumber( QStringLiteral( "X_MIN" ), QObject::tr( "Minimum x-coord… in initAlgorithm()
56addOutput( new QgsProcessingOutputNumber( QStringLiteral( "X_MAX" ), QObject::tr( "Maximum x-coord… in initAlgorithm()
57addOutput( new QgsProcessingOutputNumber( QStringLiteral( "Y_MIN" ), QObject::tr( "Minimum y-coord… in initAlgorithm()
58addOutput( new QgsProcessingOutputNumber( QStringLiteral( "Y_MAX" ), QObject::tr( "Maximum y-coord… in initAlgorithm()
59 addOutput( new QgsProcessingOutputString( QStringLiteral( "EXTENT" ), QObject::tr( "Extent" ) ) ); in initAlgorithm()
60addOutput( new QgsProcessingOutputNumber( QStringLiteral( "PIXEL_WIDTH" ), QObject::tr( "Pixel siz… in initAlgorithm()
62addOutput( new QgsProcessingOutputString( QStringLiteral( "CRS_AUTHID" ), QObject::tr( "CRS author… in initAlgorithm()
63addOutput( new QgsProcessingOutputNumber( QStringLiteral( "WIDTH_IN_PIXELS" ), QObject::tr( "Width… in initAlgorithm()
64addOutput( new QgsProcessingOutputNumber( QStringLiteral( "HEIGHT_IN_PIXELS" ), QObject::tr( "Heig… in initAlgorithm()
66addOutput( new QgsProcessingOutputNumber( QStringLiteral( "NODATA_VALUE" ), QObject::tr( "Band nod… in initAlgorithm()
[all …]
H A Dqgsalgorithmrasterstatistics.cpp66addOutput( new QgsProcessingOutputNumber( QStringLiteral( "MIN" ), QObject::tr( "Minimum value" ) … in initAlgorithm()
67addOutput( new QgsProcessingOutputNumber( QStringLiteral( "MAX" ), QObject::tr( "Maximum value" ) … in initAlgorithm()
68 addOutput( new QgsProcessingOutputNumber( QStringLiteral( "RANGE" ), QObject::tr( "Range" ) ) ); in initAlgorithm()
69 addOutput( new QgsProcessingOutputNumber( QStringLiteral( "SUM" ), QObject::tr( "Sum" ) ) ); in initAlgorithm()
70addOutput( new QgsProcessingOutputNumber( QStringLiteral( "MEAN" ), QObject::tr( "Mean value" ) ) … in initAlgorithm()
71addOutput( new QgsProcessingOutputNumber( QStringLiteral( "STD_DEV" ), QObject::tr( "Standard devi… in initAlgorithm()
72addOutput( new QgsProcessingOutputNumber( QStringLiteral( "SUM_OF_SQUARES" ), QObject::tr( "Sum of… in initAlgorithm()
H A Dqgsalgorithmrasterlogicalop.cpp62 addOutput( new QgsProcessingOutputString( QStringLiteral( "EXTENT" ), QObject::tr( "Extent" ) ) ); in initAlgorithm()
63addOutput( new QgsProcessingOutputString( QStringLiteral( "CRS_AUTHID" ), QObject::tr( "CRS author… in initAlgorithm()
64addOutput( new QgsProcessingOutputNumber( QStringLiteral( "WIDTH_IN_PIXELS" ), QObject::tr( "Width… in initAlgorithm()
65addOutput( new QgsProcessingOutputNumber( QStringLiteral( "HEIGHT_IN_PIXELS" ), QObject::tr( "Heig… in initAlgorithm()
66addOutput( new QgsProcessingOutputNumber( QStringLiteral( "TOTAL_PIXEL_COUNT" ), QObject::tr( "Tot… in initAlgorithm()
67addOutput( new QgsProcessingOutputNumber( QStringLiteral( "NODATA_PIXEL_COUNT" ), QObject::tr( "NO… in initAlgorithm()
68addOutput( new QgsProcessingOutputNumber( QStringLiteral( "TRUE_PIXEL_COUNT" ), QObject::tr( "True… in initAlgorithm()
69addOutput( new QgsProcessingOutputNumber( QStringLiteral( "FALSE_PIXEL_COUNT" ), QObject::tr( "Fal… in initAlgorithm()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dcommentscan.l2228 addOutput(yyscanner,"@param ");
2236 addOutput(yyscanner,"@retval ");
2372 addOutput(yyscanner,"@parblock ");
2436 addOutput(yyscanner,"@refitem ");
2445 addOutput(yyscanner,"@"+s+" ");
2470 addOutput(yyscanner,"@"+s+" ");
2478 addOutput(yyscanner,"@"+s+" ");
2498 addOutput(yyscanner,"@"+s+" ");
2516 addOutput(yyscanner,"@"+s+" ");
2531 addOutput(yyscanner,"@"+s+" ");
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A DBasicStatistics.py106 self.addOutput(QgsProcessingOutputNumber(self.COUNT, self.tr('Count')))
110 self.addOutput(QgsProcessingOutputNumber(self.MIN, self.tr('Minimum value')))
111 self.addOutput(QgsProcessingOutputNumber(self.MAX, self.tr('Maximum value')))
112 self.addOutput(QgsProcessingOutputNumber(self.MIN_LENGTH, self.tr('Minimum length')))
113 self.addOutput(QgsProcessingOutputNumber(self.MAX_LENGTH, self.tr('Maximum length')))
114 self.addOutput(QgsProcessingOutputNumber(self.MEAN_LENGTH, self.tr('Mean length')))
116 self.addOutput(QgsProcessingOutputNumber(self.SUM, self.tr('Sum')))
117 self.addOutput(QgsProcessingOutputNumber(self.MEAN, self.tr('Mean value')))
118 self.addOutput(QgsProcessingOutputNumber(self.STD_DEV, self.tr('Standard deviation')))
119 self.addOutput(QgsProcessingOutputNumber(self.RANGE, self.tr('Range')))
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/modules/console/
H A Dconsolemodel.cpp12 emit addOutput( in Model() local
16 emit addOutput(QCoreApplication::translate("RDM", "Connected.\n"), in Model() local
27 emit addOutput(msg, "error"); in Model() local
64 emit addOutput( in execCmd() local
73 emit addOutput( in execCmd() local
80 emit addOutput(RedisClient::Response::valueToHumanReadString(value).replace("\r\n", "\n"), in execCmd() local
89 emit addOutput(QCoreApplication::translate("RDM", "Connection error: ") + in execCmd() local
101 emit addOutput(RedisClient::Response::valueToHumanReadString(value).replace("\r\n", "\n"), in execCmd() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/remotelinux/
H A Dabstractremotelinuxdeploystep.cpp102 emit addOutput(tr("Cannot deploy: %1").arg(canDeploy.errorMessage()), in init() local
135 emit addOutput(tr("User requests deployment to stop; cleaning up."), in doCancel() local
143 emit addOutput(message, OutputFormat::NormalMessage); in handleProgressMessage() local
148 emit addOutput(message, OutputFormat::ErrorMessage); in handleErrorMessage() local
155 emit addOutput(message, OutputFormat::ErrorMessage); in handleWarningMessage() local
162 emit addOutput(tr("Deploy step failed."), OutputFormat::ErrorMessage); in handleFinished() local
164 emit addOutput(tr("Deploy step finished."), OutputFormat::NormalMessage); in handleFinished() local
171 emit addOutput(data, OutputFormat::Stdout, DontAppendNewline); in handleStdOutData() local
176 emit addOutput(data, OutputFormat::Stderr, DontAppendNewline); in handleStdErrData() local
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A DBasicStatistics.py106 self.addOutput(QgsProcessingOutputNumber(self.COUNT, self.tr('Count')))
110 self.addOutput(QgsProcessingOutputNumber(self.MIN, self.tr('Minimum value')))
111 self.addOutput(QgsProcessingOutputNumber(self.MAX, self.tr('Maximum value')))
112 self.addOutput(QgsProcessingOutputNumber(self.MIN_LENGTH, self.tr('Minimum length')))
113 self.addOutput(QgsProcessingOutputNumber(self.MAX_LENGTH, self.tr('Maximum length')))
114 self.addOutput(QgsProcessingOutputNumber(self.MEAN_LENGTH, self.tr('Mean length')))
116 self.addOutput(QgsProcessingOutputNumber(self.SUM, self.tr('Sum')))
117 self.addOutput(QgsProcessingOutputNumber(self.MEAN, self.tr('Mean value')))
118 self.addOutput(QgsProcessingOutputNumber(self.STD_DEV, self.tr('Standard deviation')))
119 self.addOutput(QgsProcessingOutputNumber(self.RANGE, self.tr('Range')))
[all …]
/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3bdebuggingoutputfile.cpp43addOutput( QLatin1String( "System" ), QString::fromLatin1( "K3b Version: %1" ).arg(k3bcore->versio… in open()
44addOutput( QLatin1String( "System" ), QString::fromLatin1( "KDE Version: %1" ).arg(KCOREADDONS_VER… in open()
45addOutput( QLatin1String( "System" ), QString::fromLatin1( "Qt Version: %1" ).arg(qVersion()) ); in open()
46addOutput( QLatin1String( "System" ), QString::fromLatin1( "Kernel: %1" ).arg(K3b::kernelVers… in open()
50 addOutput( "Devices", in open()
63 void K3b::DebuggingOutputFile::addOutput( const QString& app, const QString& msg ) in addOutput() function in K3b::DebuggingOutputFile
H A Dk3bdebuggingoutputcache.cpp58addOutput( QLatin1String( "System" ), QString::fromLatin1( "K3b Version: %1" ).arg(k3bcore->versio… in clear()
59addOutput( QLatin1String( "System" ), QString::fromLatin1( "KDE Version: %1" ).arg(KCOREADDONS_VER… in clear()
60addOutput( QLatin1String( "System" ), QString::fromLatin1( "Qt Version: %1" ).arg(qVersion()) ); in clear()
61addOutput( QLatin1String( "System" ), QString::fromLatin1( "Kernel: %1" ).arg(K3b::kernelVers… in clear()
69 addOutput( "Devices", in clear()
80 void K3b::DebuggingOutputCache::addOutput( const QString& group, const QString& line ) in addOutput() function in K3b::DebuggingOutputCache
107 addOutput( defaultGroup(), line ); in operator <<()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dtracer.h117 EXPORT void addOutput(const std::string& name, const int* value);
118 EXPORT void addOutput(const std::string& name, const bool* value);
119 EXPORT void addOutput(const std::string& name, const short* value);
120 EXPORT void addOutput(const std::string& name, const int64_t* value);
173 tracer.addOutput((std::string)#a, (int*)&a);
176 tracer.addOutput((std::string)#a, &a);
179 tracer.addOutput((std::string)#a, (short*)&a);
182 tracer.addOutput((std::string)#a, (int64_t*)&a);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dtracer.h117 EXPORT void addOutput(const std::string& name, const int* value);
118 EXPORT void addOutput(const std::string& name, const bool* value);
119 EXPORT void addOutput(const std::string& name, const short* value);
120 EXPORT void addOutput(const std::string& name, const int64_t* value);
173 tracer.addOutput((std::string)#a, (int*)&a);
176 tracer.addOutput((std::string)#a, &a);
179 tracer.addOutput((std::string)#a, (short*)&a);
182 tracer.addOutput((std::string)#a, (int64_t*)&a);
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/fasta/
H A DFastaAlternateReferenceMakerIntegrationTest.java30 .addOutput(out); in testAlternateReferenceContiguousSameContig()
45 .addOutput(out); in testAlternateReferenceContiguousDiffContigs()
73 .addOutput(out); in testSnpMask()
93 .addOutput(out); in testNoMask()
102 .addOutput( createTempFile("alternate", "fasta")) in testBadIupacInput()
113 .addOutput(out) in testIupac()
127 .addOutput(out) in testSpanDel()
148 .addOutput(out) in testSpanDelIUPAC()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmrasterstatistics.cpp66addOutput( new QgsProcessingOutputNumber( QStringLiteral( "MIN" ), QObject::tr( "Minimum value" ) … in initAlgorithm()
67addOutput( new QgsProcessingOutputNumber( QStringLiteral( "MAX" ), QObject::tr( "Maximum value" ) … in initAlgorithm()
68 addOutput( new QgsProcessingOutputNumber( QStringLiteral( "RANGE" ), QObject::tr( "Range" ) ) ); in initAlgorithm()
69 addOutput( new QgsProcessingOutputNumber( QStringLiteral( "SUM" ), QObject::tr( "Sum" ) ) ); in initAlgorithm()
70addOutput( new QgsProcessingOutputNumber( QStringLiteral( "MEAN" ), QObject::tr( "Mean value" ) ) … in initAlgorithm()
71addOutput( new QgsProcessingOutputNumber( QStringLiteral( "STD_DEV" ), QObject::tr( "Standard devi… in initAlgorithm()
72addOutput( new QgsProcessingOutputNumber( QStringLiteral( "SUM_OF_SQUARES" ), QObject::tr( "Sum of… in initAlgorithm()
H A Dqgsalgorithmrasterlogicalop.cpp62 addOutput( new QgsProcessingOutputString( QStringLiteral( "EXTENT" ), QObject::tr( "Extent" ) ) ); in initAlgorithm()
63addOutput( new QgsProcessingOutputString( QStringLiteral( "CRS_AUTHID" ), QObject::tr( "CRS author… in initAlgorithm()
64addOutput( new QgsProcessingOutputNumber( QStringLiteral( "WIDTH_IN_PIXELS" ), QObject::tr( "Width… in initAlgorithm()
65addOutput( new QgsProcessingOutputNumber( QStringLiteral( "HEIGHT_IN_PIXELS" ), QObject::tr( "Heig… in initAlgorithm()
66addOutput( new QgsProcessingOutputNumber( QStringLiteral( "TOTAL_PIXEL_COUNT" ), QObject::tr( "Tot… in initAlgorithm()
67addOutput( new QgsProcessingOutputNumber( QStringLiteral( "NODATA_PIXEL_COUNT" ), QObject::tr( "NO… in initAlgorithm()
68addOutput( new QgsProcessingOutputNumber( QStringLiteral( "TRUE_PIXEL_COUNT" ), QObject::tr( "True… in initAlgorithm()
69addOutput( new QgsProcessingOutputNumber( QStringLiteral( "FALSE_PIXEL_COUNT" ), QObject::tr( "Fal… in initAlgorithm()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/copynumber/
H A DModelSegmentsIntegrationTest.java50 .addOutput(outputDir) in testAllInputsAvailable()
63 .addOutput(outputDir) in testNoNormalAllelicCounts()
76 .addOutput(outputDir) in testNoDenoisedCopyRatios()
88 .addOutput(outputDir) in testAllelicCountsOnly()
100 .addOutput(outputDir) in testNoAllelicCounts()
161 .addOutput(outputDir) in testSampleNameMismatch()
173 .addOutput(outputDir) in testMissingSites()
186 .addOutput(outputDir) in testNonExistentDenoisedCopyRatiosFile()
199 .addOutput(outputDir) in testNonExistentAllelicCountsFile()
212 .addOutput(outputDir) in testNonExistentNormalAllelicCountsFile()
[all …]
H A DCollectReadCountsIntegrationTest.java43 .addOutput(resultOutputFile); in testIntervalSetRule()
55 .addOutput(resultOutputFile); in testIntervalExclusionPadding()
67 .addOutput(resultOutputFile); in testIntervalPadding()
79 .addOutput(resultOutputFile); in testIntervalMergingRule()
91 .addOutput(resultOutputFile); in testTSVOutput()
106 .addOutput(resultOutputFile); in testHDF5Output()
H A DAnnotateIntervalsIntegrationTest.java102 .addOutput(outputFile); in testGCContentOnly()
120 .addOutput(outputFile); in testMappability()
140 .addOutput(outputFile); in testSegmentalDuplicationContent()
161 .addOutput(outputFile); in testAllAnnotations()
177 .addOutput(outputFile); in testSegmentalDuplicationContentWithOverlaps()
188 .addOutput(resultOutputFile); in testIntervalSetRule()
199 .addOutput(resultOutputFile); in testIntervalExclusionPadding()
210 .addOutput(resultOutputFile); in testIntervalPadding()
221 .addOutput(resultOutputFile); in testIntervalMergingRule()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dabstractprocessstep.cpp130 emit addOutput(tr("Configuration is faulty. Check the Issues view for details."), in emitFaultyConfigurationMessage() local
201 emit addOutput(tr("Could not create directory \"%1\"").arg(wd.toUserOutput()), in doRun() local
306 emit addOutput(tr("Starting: \"%1\" %2") in processStarted() local
322 emit addOutput(tr("The process \"%1\" exited normally.").arg(command), in processFinished() local
325 emit addOutput(tr("The process \"%1\" exited with code %2.") in processFinished() local
329 …emit addOutput(tr("The process \"%1\" crashed.").arg(command), BuildStep::OutputFormat::ErrorMessa… in processFinished() local
341 emit addOutput(tr("Could not start process \"%1\" %2.") in processStartupFailed() local
348 emit addOutput(err, OutputFormat::ErrorMessage); in processStartupFailed() local
378 emit addOutput(output, BuildStep::OutputFormat::Stdout, BuildStep::DontAppendNewline); in stdOutput() local
396 emit addOutput(output, BuildStep::OutputFormat::Stderr, BuildStep::DontAppendNewline); in stdError() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dandroiddeployqtstep.cpp124 emit addOutput(error, OutputFormat::Stderr); in init() local
184 emit addOutput(tr("Deploying to %1").arg(m_serialNumber), OutputFormat::Stdout); in init() local
205 emit addOutput(error, OutputFormat::Stderr); in init() local
212 emit addOutput(error, OutputFormat::Stderr); in init() local
274 emit addOutput(error, OutputFormat::Stderr); in runDeploy() local
308 emit addOutput(tr("Starting: \"%1\"").arg(cmd.toUserOutput()), in runDeploy() local
344 emit addOutput(error, BuildStep::OutputFormat::ErrorMessage); in runDeploy() local
348 emit addOutput(error, BuildStep::OutputFormat::ErrorMessage); in runDeploy() local
435 emit addOutput(error, OutputFormat::ErrorMessage); in runImpl() local
491 emit addOutput(error, OutputFormat::ErrorMessage); in runCommand() local
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Sandbox/
H A DpseudoKinematicsReporting.cpp18 bodyKinematics.addOutput(body.getOutput("transfom")); in main()
33 pointKinematics.addOutput("subject_01/joints/knee_r/femur_r_offset/location"); in main()
34 pointKinematics.addOutput("subject_01/markers/r_medial_epicondyle/location"); in main()
35 pointKinematics.addOutput("subject_01/markers/r_lateral_epicondyle/location"); in main()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/
H A DSplitIntervalsIntegrationTest.java43 .addOutput(outputDir); in testOneInterval()
60 .addOutput(outputDir); in testOneIntervalAlternateExtension()
75 .addOutput(outputDir); in testSingleScatter()
92 .addOutput(outputDir); in testTwoIntervals()
111 .addOutput(outputDir); in testDontMixContigs()
124 .addOutput(outputDir); in testNoIntervals()
145 .addOutput(outputDir); in testAsInWGSJointCalling()
157 .addOutput(outputDir2); in testAsInWGSJointCalling()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/readorientation/
H A DLearnReadOrientationModelIntegrationTest.java56 .addOutput(intervalDir) in testOnRealBam()
71 .addOutput(scatteredTarGzs.get(i)); in testOnRealBam()
85 .addOutput(priorTarGz); in testOnRealBam()
104 .addOutput(unfilteredVcf) in testOnRealBam()
112 .addOutput(filteredVcf); in testOnRealBam()
174 .addOutput(scatteredTarGz); in testFewSites()
184 .addOutput(priorTarGz); in testFewSites()
204 .addOutput(unfilteredVcf); in testFewSites()
211 .addOutput(filteredVcf); in testFewSites()
/dports/math/clingo/clingo-5.5.1/clasp/examples/
H A Dexample1.cpp62 lp.addOutput("a", a); in example1()
63 lp.addOutput("b", b); in example1()
67 lp.addOutput("~b", Potassco::neg(b)); in example1()
69 lp.addOutput("eureka", Potassco::toSpan<Potassco::Lit_t>()); in example1()

12345678910>>...32