Home
last modified time | relevance | path

Searched refs:toStdOut (Results 1 – 12 of 12) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/metarefresh/bin/
H A Dmetarefresh.php34 $toStdOut = FALSE; variable
113 $toStdOut = TRUE; variable
140 if($toStdOut) {
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/metarefresh/bin/
H A Dmetarefresh.php35 $toStdOut = false; variable
121 $toStdOut = true; variable
152 if ($toStdOut) {
/dports/games/ufoai/ufoai-2.5-source/src/ports/windows/
H A Dwin_shared.cpp312 static void Sys_ColoredOutput (const char* text, unsigned int fgColor, bool toStdOut) in Sys_ColoredOutput() argument
319 DWORD handle = toStdOut ? STD_OUTPUT_HANDLE : STD_ERROR_HANDLE; in Sys_ColoredOutput()
339 if (toStdOut) in Sys_ColoredOutput()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp882 virtual void CreateMessageBuffer(int toStdOut) in CreateMessageBuffer() argument
884 csoundCreateMessageBuffer(csound, toStdOut); in CreateMessageBuffer()
H A Dcsound.h1624 PUBLIC void csoundCreateMessageBuffer(CSOUND *csound, int toStdOut);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.hpp879 virtual void CreateMessageBuffer(int toStdOut) in CreateMessageBuffer() argument
881 csoundCreateMessageBuffer(csound, toStdOut); in CreateMessageBuffer()
H A Dcsound.h1605 PUBLIC void csoundCreateMessageBuffer(CSOUND *csound, int toStdOut);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.hpp879 virtual void CreateMessageBuffer(int toStdOut) in CreateMessageBuffer() argument
881 csoundCreateMessageBuffer(csound, toStdOut); in CreateMessageBuffer()
H A Dcsound.h1605 PUBLIC void csoundCreateMessageBuffer(CSOUND *csound, int toStdOut);
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c4306 void PUBLIC csoundCreateMessageBuffer(CSOUND *csound, int toStdOut) in csoundCreateMessageBuffer() argument
4316 if (!toStdOut) { in csoundCreateMessageBuffer()
4324 if (!toStdOut) { in csoundCreateMessageBuffer()
4331 if (toStdOut) { in csoundCreateMessageBuffer()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs822 pub fn csoundCreateMessageBuffer(csound: *mut CSOUND, toStdOut: c_int); in csoundCreateMessageBuffer()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py1558 def createMessageBuffer(self, toStdOut): argument
1575 libcsound.csoundCreateMessageBuffer(self.cs, ct.c_int(toStdOut))