Home
last modified time | relevance | path

Searched refs:CONSOLE_OUTPUT (Results 1 – 19 of 19) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/test/org/rstudio/core/client/
H A DElementIdsTests.java40 assertFalse(ElementIds.isInstanceOf(ele, ElementIds.CONSOLE_OUTPUT)); in testMismatchedElementId()
53 assertFalse(ElementIds.isInstanceOf(ele, ElementIds.CONSOLE_OUTPUT)); in testMisMatchedUndupedElementId()
60 assertFalse(ElementIds.isInstanceOf(ele, ElementIds.CONSOLE_OUTPUT)); in testElementIdWithoutStandardPrefix()
67 assertFalse(ElementIds.isInstanceOf(ele, ElementIds.CONSOLE_OUTPUT)); in testElementIdWithoutStandardSuffix()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_console.py16 CONSOLE_OUTPUT = "output" variable
202 … console_message.add_console_message(CONSOLE_OUTPUT, "[Current context]: %s" % (context_message,))
225 console_message.add_console_message(CONSOLE_OUTPUT, message)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_bundle/
H A Dpydevd_console.py17 CONSOLE_OUTPUT = "output" variable
198 … console_message.add_console_message(CONSOLE_OUTPUT, "[Current context]: %s" % (context_message,))
221 console_message.add_console_message(CONSOLE_OUTPUT, message)
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_bundle/
H A Dpydevd_console.py16 CONSOLE_OUTPUT = "output" variable
197 … console_message.add_console_message(CONSOLE_OUTPUT, "[Current context]: %s" % (context_message,))
220 console_message.add_console_message(CONSOLE_OUTPUT, message)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_console.py16 CONSOLE_OUTPUT = "output" variable
202 … console_message.add_console_message(CONSOLE_OUTPUT, "[Current context]: %s" % (context_message,))
225 console_message.add_console_message(CONSOLE_OUTPUT, message)
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Doutf.c72 case CONSOLE_OUTPUT: voutf_console (format, ap); break; in voutf()
83 case CONSOLE_OUTPUT: outf_flush_console (); break; in outf_flush()
H A Doutf.h32 typedef enum { CONSOLE_OUTPUT, ERROR_OUTPUT, FATAL_OUTPUT } outf_channel; enumerator
H A Dxdebug.c225 Back_Trace (CONSOLE_OUTPUT);
H A Duxsig.c1180 debug_back_trace (CONSOLE_OUTPUT); in interactive_back_trace()
/dports/print/ttfautohint/ttfautohint-1.8.4/frontend/
H A Dmain.cpp18 # define CONSOLE_OUTPUT macro
21 # define CONSOLE_OUTPUT macro
263 #ifdef CONSOLE_OUTPUT
965 #ifdef CONSOLE_OUTPUT in main()
1040 #ifdef CONSOLE_OUTPUT in main()
1089 #ifdef CONSOLE_OUTPUT in main()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DChunkConsolePage.java143 public final static int CONSOLE_OUTPUT = 1; field in ChunkConsolePage
H A DChunkOutputStream.java92 renderConsoleOutput(text, classOfOutput(ChunkConsolePage.CONSOLE_OUTPUT)); in showConsoleText()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DDebug.java153 …ment consoleEl = Document.get().getElementById(ElementIds.getElementId(ElementIds.CONSOLE_OUTPUT)); in logToRConsole()
H A DElementIds.java128 public final static String CONSOLE_OUTPUT = "console_output"; field in ElementIds
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Dztimer.cxx245 #ifdef CONSOLE_OUTPUT
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/instances/
H A Dtests.py1480 CONSOLE_OUTPUT = '/vncserver'
1482 CONSOLE_URL = CONSOLE_OUTPUT + CONSOLE_TITLE
1569 CONSOLE_OUTPUT = 'output'
1571 self.mock_server_console_output.return_value = CONSOLE_OUTPUT
1582 self.assertContains(res, CONSOLE_OUTPUT)
1631 CONSOLE_OUTPUT = '/vncserver'
1633 CONSOLE_URL = CONSOLE_OUTPUT + CONSOLE_TITLE
1671 CONSOLE_OUTPUT = '/spiceserver'
1673 CONSOLE_URL = CONSOLE_OUTPUT + CONSOLE_TITLE
1711 CONSOLE_OUTPUT = '/rdpserver'
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/shell/
H A DShellWidget.java95 ElementIds.assignElementId(output_.getElement(), ElementIds.CONSOLE_OUTPUT); in ShellWidget()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp104 #define CONSOLE_OUTPUT(a,b) do { \ macro
109 #define CONSOLE_OUTPUT(a,b) /* nothing */ macro
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h21 #define CONSOLE_OUTPUT(a,b) \ macro
27 #define CONSOLE_OUTPUT(a,b) macro
32 CONSOLE_OUTPUT(NULL,reg[2].I);