Home
last modified time | relevance | path

Searched refs:handleOutput (Results 1 – 25 of 46) sorted by relevance

12

/dports/math/reduce/Reduce-svn5758-src/psl/xr/src/
H A Doutput.c25 static Boolean handleOutput = True; variable
300 if (!handleOutput) streamReadOn = True;
308 if (handleOutput)
320 if (handleOutput)
332 handleOutput = True; in RestartReduceOutput()
339 handleOutput = False; in UnHandleReduceOutput()
/dports/devel/lazygit/lazygit-0.31.4/pkg/commands/oscommands/
H A Dexec_live.go45 func (c *OSCommand) RunCommandWithOutputLive(cmdObj ICmdObj, writer io.Writer, handleOutput func(st…
46 return RunCommandWithOutputLiveWrapper(c, cmdObj, writer, handleOutput)
65 handleOutput func(string) string,
94 toInput := handleOutput(output)
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/parallelization/
H A Dserialsimulator.h88 handleOutput(WRITER_STEP_FINISHED); in step()
102 handleOutput(WRITER_INITIALIZED); in run()
113 handleOutput(WRITER_ALL_DONE); in run()
140 void handleOutput(WriterEvent event) in handleOutput() function
H A Dstripingsimulator.h110 handleOutput(WRITER_STEP_FINISHED); in step()
120 handleOutput(WRITER_INITIALIZED); in run()
126 handleOutput(WRITER_ALL_DONE); in run()
280 void handleOutput(WriterEvent event) in handleOutput() function
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/csharp/
H A DCS.cs124 public unsafe NEOERR* handleOutput(void* ctx, sbyte* more_bytes) { in handleOutput() method in Clearsilver.CSTContext.OutputBuilder
138 cs_render(csp,null,new CSOUTFUNC(ob.handleOutput)); in render()
/dports/www/clearsilver/clearsilver-0.10.5/csharp/
H A DCS.cs124 public unsafe NEOERR* handleOutput(void* ctx, sbyte* more_bytes) { in handleOutput() method in Clearsilver.CSTContext.OutputBuilder
138 cs_render(csp,null,new CSOUTFUNC(ob.handleOutput)); in render()
/dports/www/p5-ClearSilver/clearsilver-0.10.5/csharp/
H A DCS.cs124 public unsafe NEOERR* handleOutput(void* ctx, sbyte* more_bytes) { in handleOutput() method in Clearsilver.CSTContext.OutputBuilder
138 cs_render(csp,null,new CSOUTFUNC(ob.handleOutput)); in render()
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/jkstatus/src/share/org/apache/jk/status/
H A DAbstractJkStatusTask.java141 handleOutput(line, msgPriority); in handleResult()
148 handleOutput(buff.toString(), msgPriority); in handleResult()
H A DJkStatusTask.java209 handleOutput("server name=" + server.getName() + ":" in execute()
321 handleOutput(mappingOut); in execute()
382 handleOutput(state.toString()); in echoWorker()
391 handleOutput("balancer name=" + balancer.getName() + " type=" in echoBalancer()
/dports/graphics/ksnip/ksnip-1.9.2/src/logging/
H A DLogOutputHandler.h30 static void handleOutput(QtMsgType type, const QMessageLogContext &context, const QString &msg);
H A DLogOutputHandler.cpp22 void LogOutputHandler::handleOutput(QtMsgType type, const QMessageLogContext &context, const QStrin… in handleOutput() function in LogOutputHandler
/dports/net/concourse-fly/concourse-6.7.1/fly/commands/internal/hijacker/
H A Dhijacker.go78 exitStatus := h.handleOutput(conn, pio)
111 func (h *Hijacker) handleOutput(conn *websocket.Conn, pio ProcessIO) int { func
/dports/misc/concourse/concourse-6.7.2/fly/commands/internal/hijacker/
H A Dhijacker.go78 exitStatus := h.handleOutput(conn, pio)
111 func (h *Hijacker) handleOutput(conn *websocket.Conn, pio ProcessIO) int { func
/dports/graphics/ksnip/ksnip-1.9.2/src/
H A Dmain.cpp33 qInstallMessageHandler(LogOutputHandler::handleOutput); in main()
/dports/devel/poco/poco-1.10.1-all/PageCompiler/File2Page/src/
H A DFile2Page.cpp107 .callback(OptionCallback<File2PageApp>(this, &File2PageApp::handleOutput))); in defineOptions()
144 void handleOutput(const std::string& name, const std::string& value) in handleOutput() function in File2PageApp
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dexternalvdirop.hh57 int handleOutput( Worker *w,
H A Dexternalvdirop.cc73 int ExternalVDirOp::handleOutput( Worker *w, in handleOutput() function in ExternalVDirOp
151 res = handleOutput( msg->getWorker(), in run()
/dports/www/tikiwiki/tiki-21.2/lib/core/Search/Formatter/
H A DBuilder.php62 $this->handleOutput($match);
152 private function handleOutput($output) function in Search_Formatter_Builder
/dports/x11/waybar/Waybar-0.9.12/include/
H A Dclient.hpp38 void handleOutput(struct waybar_output &output);
/dports/x11/waybar/Waybar-0.9.12/src/
H A Dclient.cpp40 void waybar::Client::handleOutput(struct waybar_output &output) { in handleOutput() function in waybar::Client
125 handleOutput(output); in handleMonitorAdded()
/dports/math/rkward-kde/rkward-0.7.1/rkward/rbackend/
H A Drkrbackendprotocol_shared.h135 …bool handleOutput (const QString &output, int len, ROutput::ROutputType type, bool allow_blocking=…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/pdb/
H A Dpdbengine.h109 void handleOutput(const QString &data);
H A Dpdbengine.cpp455 handleOutput(out); in readPdbStandardOutput()
458 void PdbEngine::handleOutput(const QString &data) in handleOutput() function in Debugger::Internal::PdbEngine
/dports/devel/coursier/coursier-1.1.0-M12/modules/cli/src/main/scala-2.12/coursier/cli/
H A DSparkOutputHelper.scala39 def handleOutput(yarnAppFileOpt: Option[File], maxIdleTimeOpt: Option[Int]): Unit = { method
H A DSparkSubmit.scala215 SparkOutputHelper.handleOutput(

12