Home
last modified time | relevance | path

Searched refs:TextWriter (Results 251 – 275 of 1313) sorted by relevance

1...<<11121314151617181920>>...53

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DChtmlTextWriter.cs69 public ChtmlTextWriter (TextWriter writer) in ChtmlTextWriter()
74 public ChtmlTextWriter (TextWriter writer, string tabString) in ChtmlTextWriter()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/
H A DQueryStringSerializer.cs63 public static void WriteLateBoundObject(TextWriter writer, object value) in WriteLateBoundObject()
121 public static void WriteObject(TextWriter writer, object value) in WriteObject()
/dports/devel/py-logilab-common/logilab-common-1.8.2/logilab/common/
H A Dvisitor.py25 from logilab.common.types import Node, HTMLWriter, TextWriter
111 self, visitor: Union[HTMLWriter, TextWriter], *args: Any, **kwargs: Any argument
/dports/lang/mono/mono-5.10.1.57/mcs/tools/csharp/
H A Drepl.cs67 TextWriter agent_stderr = null; in Main()
458 static void p (TextWriter output, string s) in p()
463 static void EscapeString (TextWriter output, string s) in EscapeString()
504 static void EscapeChar (TextWriter output, char c) in EscapeChar()
567 internal static void PrettyPrint (TextWriter output, object result) in PrettyPrint()
884 TextWriter stderr;
886 public CSharpAgent (Evaluator evaluator, String arg, TextWriter stderr) in CSharpAgent()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DTraceListenerTest.cs77 new TextWriterTraceListener (TextWriter.Null).TraceOutputOptions, "#1"); in TraceOptionValues()
79 new XmlWriterTraceListener (TextWriter.Null).TraceOutputOptions, "#2"); in TraceOptionValues()
/dports/devel/log4net/log4net-1.2.10/src/Appender/
H A DTextWriterAppender.cs92 public TextWriterAppender(ILayout layout, TextWriter writer) in TextWriterAppender()
146 virtual public TextWriter Writer
/dports/science/gromacs/gromacs-2021.4/src/gromacs/commandline/
H A Dcmdlinehelpcontext.cpp78 Impl(TextWriter* writer, HelpOutputFormat format, const HelpLinks* links) : in Impl()
103 CommandLineHelpContext::CommandLineHelpContext(TextWriter* writer, in CommandLineHelpContext()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/tools/
H A DHtmlWriter.cs10 TextWriter output;
18 public HtmlWriter (TextWriter writer) : this (writer, DefaultTabString) in HtmlWriter()
22 public HtmlWriter (TextWriter writer, string tabString) : base (writer, tabString) in HtmlWriter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel.Channels/
H A DMessageBufferTest.cs148 using (XmlWriter w = XmlWriter.Create (TextWriter.Null)) { in TestSimpleMessageBuffer()
151 using (XmlWriter w = XmlWriter.Create (TextWriter.Null)) { in TestSimpleMessageBuffer()
174 using (XmlWriter w = XmlWriter.Create (TextWriter.Null)) { in CreateBufferedCopyConsumesMessage()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Dkeyvaluetree.h82 class TextWriter; variable
337 void dumpKeyValueTree(TextWriter* writer, const KeyValueTreeObject& tree);
344 void compareKeyValueTrees(TextWriter* writer,
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/tools/
H A DMonitor.cs106 TextWriter w = Console.Out; in ReadOut()
129 static void DumpConn (Connection conn, TextWriter w) in DumpConn()
140 static void DumpMessage (Message msg, TextWriter w) in DumpMessage()
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DDatabase.cs220 private static int writeToFile(TextWriter OutputStream, string data) { in writeToFile()
793 string file, DatabaseConfig cfg, TextWriter OutputStream) { in Salvage()
819 DatabaseConfig cfg, bool Printable, TextWriter OutputStream) { in Salvage()
883 bool Printable, bool Aggressive, TextWriter OutputStream) { in Salvage()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Test/
H A DViewResultTest.cs47 .Callback<ViewContext, TextWriter>( in EmptyViewNameUsesActionNameAsViewName()
123 .Callback<ViewContext, TextWriter>( in EngineLookupSuccessRendersView()
170 .Callback<ViewContext, TextWriter>( in ExecuteResultWithExplicitViewObject()
211 mockHttpContext.Setup(c => c.Response.Output).Returns(TextWriter.Null); in CreateHttpContext()
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DDatabase.cs220 private static int writeToFile(TextWriter OutputStream, string data) { in writeToFile()
793 string file, DatabaseConfig cfg, TextWriter OutputStream) { in Salvage()
819 DatabaseConfig cfg, bool Printable, TextWriter OutputStream) { in Salvage()
881 bool Printable, bool Aggressive, TextWriter OutputStream) { in Salvage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DLosWriter.cs16 internal class LosWriter : TextWriter{
103 … internal /*public*/ void CompleteTransforms(TextWriter output, bool enableMac, byte[] macKey) { in CompleteTransforms()
H A DXhtmlTextWriter.cs31 public XhtmlTextWriter(TextWriter writer) : this(writer, DefaultTabString) { in XhtmlTextWriter()
35 public XhtmlTextWriter(TextWriter writer, string tabString) : base(writer, tabString) { in XhtmlTextWriter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/AntiXss/
H A DAntiXssEncoder.cs20 protected internal override void HtmlAttributeEncode(string value, TextWriter output) { in HtmlAttributeEncode()
28 protected internal override void HtmlEncode(string value, TextWriter output) { in HtmlEncode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/standalone-runner-support/
H A DTestWorkerRequest.cs62 public TestWorkerRequest (string page, string query, TextWriter output) in TestWorkerRequest()
67 public TestWorkerRequest (string page, string query, string pathInfo, TextWriter output) in TestWorkerRequest()
/dports/devel/py-pymarc/pymarc-3.1.13/pymarc/
H A Dwriter.py136 class TextWriter(Writer): class
163 super(TextWriter, self).__init__(file_handle)
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/builders/
H A Dtext.py22 from sphinx.writers.text import TextTranslator, TextWriter
64 self.writer = TextWriter(self)
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/builders/
H A Dtext.py22 from sphinx.writers.text import TextTranslator, TextWriter
64 self.writer = TextWriter(self)
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/builders/
H A Dtext.py22 from sphinx.writers.text import TextTranslator, TextWriter
64 self.writer = TextWriter(self)
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.IO/
H A DFile.cs50 using (TextWriter w = new StreamWriter (path, true)) { in AppendAllText()
57 using (TextWriter w = new StreamWriter (path, true, encoding)) { in AppendAllText()
660 using (TextWriter w = new StreamWriter (path, true)) { in AppendAllLines()
673 using (TextWriter w = new StreamWriter (path, true, encoding)) { in AppendAllLines()
686 using (TextWriter w = new StreamWriter (path, false)) { in WriteAllLines()
699 using (TextWriter w = new StreamWriter (path, false, encoding)) { in WriteAllLines()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DXmlUtilWriter.cs44 private TextWriter _writer; // the wrapped text writer
58 internal XmlUtilWriter(TextWriter writer, bool trackPosition) { in XmlUtilWriter()
71 internal TextWriter Writer {
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/resources/analysis/csharp/
H A Dsampletags20 …e, TextWriter output)$/;" method line:112 class:Microsoft.PowerShell.WrappedSerializer signature:(…
24 textWriter grok.cs /^ internal TextWriter textWriter;$/;" field line:194 class:Microsoft.Pow…

1...<<11121314151617181920>>...53