Home
last modified time | relevance | path

Searched refs:showOutput (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/Commands/
H A DBuildSystemCommand.cpp48 bool showOutput; member in __anon32ba4c270111::ParseBuildFileDelegate
54 ParseBuildFileDelegate(bool showOutput) in ParseBuildFileDelegate() argument
55 : showOutput(showOutput), in ParseBuildFileDelegate()
308 if (showOutput) { in configureClient()
322 if (showOutput) { in lookupTool()
331 if (showOutput) { in loadedTarget()
346 if (showOutput) { in loadedDefaultTarget()
355 if (showOutput) { in lookupNode()
365 if (showOutput) { in loadedCommand()
383 bool showOutput = true; in executeParseCommand() local
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/modules/reporting/macros/
H A Dmake_report_irfs.m1 function make_report_irfs(M, oo, ticks_every, showOutput)
8 % showOutput [bool] showOutput the report. Default true
61 showOutput = true; variable
63 assert(islogical(showOutput));
68 r = report('filename', [M.fname '_canned_irf_report.tex'], 'showOutput', showOutput);
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dcommand.cpp49 CommandProcess(const Command &command, bool inTerminal = false, bool showOutput = true);
160 new CommandProcess(*this, inTerminal, showOutput); in execute()
175 { QStringLiteral("showOutput"), showOutput }, in toVariant()
201 const QVariant showOutput = read(QStringLiteral("showOutput")); in fromVariant() local
212 command.showOutput = showOutput.toBool(); in fromVariant()
218 CommandProcess::CommandProcess(const Command &command, bool inTerminal, bool showOutput) in CommandProcess() argument
281 if (showOutput) { in CommandProcess()
/dports/science/dynare/dynare-4.6.4/matlab/modules/reporting/src/@report/
H A Dcompile.m35 opts.showOutput = o.showOutput;
58 assert(islogical(opts.showOutput), '@report.compile: showOutput must be either true or false');
88 if opts.showOutput
108 if o.showOutput || opts.showOutput
118 if opts.showOutput
/dports/lang/ghc/ghc-8.10.7/libraries/filepath/tests/
H A DTest.hs17 let showOutput x = show x{output=""} ++ "\n" ++ output x function
23 bad -> do putStrLn $ showOutput bad; putStrLn "TEST FAILURE!"; return $ Just (msg,bad)
29 putStrLn $ "FAILURE " ++ show i ++ ": " ++ a ++ "\n" ++ showOutput b ++ "\n"
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/filepath-bytestring-1.4.2.1.6/tests/
H A DTest.hs19 let showOutput x = show x{output=""} ++ "\n" ++ output x function
25 bad -> do putStrLn $ showOutput bad; putStrLn "TEST FAILURE!"; return $ Just (msg,bad)
31 putStrLn $ "FAILURE " ++ show i ++ ": " ++ a ++ "\n" ++ showOutput b ++ "\n"
/dports/devel/stack/stack-2.7.3/test/integration/tests/mutable-deps/files/filepath-1.4.2.1/tests/
H A DTest.hs17 let showOutput x = show x{output=""} ++ "\n" ++ output x function
23 bad -> do putStrLn $ showOutput bad; putStrLn "TEST FAILURE!"; return $ Just (msg,bad)
29 putStrLn $ "FAILURE " ++ show i ++ ": " ++ a ++ "\n" ++ showOutput b ++ "\n"
/dports/devel/R-cran-Rcpp/Rcpp/R/
H A DAttributes.R28 showOutput = verbose, argument
150 if (showOutput)
158 if(!showOutput) {
261 showOutput = verbose, argument
319 showOutput = showOutput,
367 showOutput = verbose, argument
375 rebuild = rebuild, cacheDir = cacheDir, showOutput = showOutput, verbose = verbose )
384 showOutput = verbose, argument
406 rebuild = rebuild, showOutput = showOutput, verbose = verbose )
904 .callBuildHook <- function(file, fromCode, showOutput) { argument
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/config/
H A Duseractionsconfig.h61 bool confirm = false, bool showOutput = false); in Q_PROPERTY()
123 void setOutputShown(bool showOutput) { m_showOutput = showOutput; } in Q_PROPERTY()
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/config/
H A Duseractionsconfig.h61 bool confirm = false, bool showOutput = false); in Q_PROPERTY()
123 void setOutputShown(bool showOutput) { m_showOutput = showOutput; } in Q_PROPERTY()
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dexternalprocess.cpp82 bool showOutput) in launchCommand() argument
94 if (showOutput && m_outputViewer) { in launchCommand()
112 userCommandProcessor->startUserCommand(program, arguments, showOutput)) in launchCommand()
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dexternalprocess.cpp82 bool showOutput) in launchCommand() argument
94 if (showOutput && m_outputViewer) { in launchCommand()
112 userCommandProcessor->startUserCommand(program, arguments, showOutput)) in launchCommand()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/api/
H A DT6430241.java85 String out = showOutput(sw.toString()); in testCommandLine()
113 String out = showOutput(baos.toString()); in testSimpleAPI()
148 String out = showOutput(sw.toString()); in testTaskAPI()
187 String showOutput(String out) { in showOutput() method in T6430241
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/api/
H A DT6430241.java85 String out = showOutput(sw.toString()); in testCommandLine()
113 String out = showOutput(baos.toString()); in testSimpleAPI()
148 String out = showOutput(sw.toString()); in testTaskAPI()
187 String showOutput(String out) { in showOutput() method in T6430241
/dports/devel/R-cran-Rcpp/Rcpp/man/
H A DevalCpp.Rd14 showOutput = verbose, verbose = getOption("verbose"))
17 rebuild = FALSE, showOutput = verbose,
42 \item{showOutput}{
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/notebook/cells/
H A Dprompt.vue14 showOutput: {
25 return this.type && this.count && this.showOutput;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/build/
H A DSessionSourceCpp.cpp112 bool onBuild(const FilePath& sourceFile, bool fromCode, bool showOutput) in onBuild() argument
120 showOutput_ = showOutput; in onBuild()
244 bool showOutput = r::sexp::asLogical(sShowOutput); in rs_sourceCppOnBuild() local
246 bool doBuild = sourceCppContext().onBuild(filePath, fromCode, showOutput); in rs_sourceCppOnBuild()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/notebook/cells/output/
H A Dimage.vue30 showOutput() {
39 <prompt type="out" :count="count" :show-output="showOutput" /> <img :src="imgSrc" />
H A Dhtml.vue27 showOutput() {
39 <prompt type="Out" :count="count" :show-output="showOutput" />
/dports/math/gap/gap-4.11.0/pkg/profiling-2.2.1/tst/tstall/
H A Dprofilefile.tst10 gap> str := ProfileFile(quicktest, rec(showOutput := false));;
18 gap> str := ProfilePackage("transgrp", rec(indir := "", showOutput := false));;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppcheck/
H A Dcppcheckoptions.cpp117 m_showOutput->setChecked(options.showOutput); in load()
136 options.showOutput = m_showOutput->isChecked(); in save()
205 s->setValue(Constants::SETTINGS_SHOW_OUTPUT, options.showOutput); in save()
240 options.showOutput = s->value(Constants::SETTINGS_SHOW_OUTPUT, in load()
241 options.showOutput).toBool(); in load()
/dports/astro/py-ro/RO-3.6.9/python/RO/Alg/
H A DOrderedDict.py201 showOutput = 0 # display results or just complain if failure? variable
248 if showOutput:
258 if showOutput:
271 if showOutput:
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DVPop.hs37 showOutput
40 showOutput
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/qmlcommand/
H A Dqmlcommandplugin.cpp97 const QString& key, const QStringList& arguments, bool showOutput) in startUserCommand() argument
101 m_showOutput = showOutput; in startUserCommand()
132 m_showOutput = showOutput; in startUserCommand()
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/qmlcommand/
H A Dqmlcommandplugin.cpp97 const QString& key, const QStringList& arguments, bool showOutput) in startUserCommand() argument
101 m_showOutput = showOutput; in startUserCommand()
132 m_showOutput = showOutput; in startUserCommand()

12345678910