Home
last modified time | relevance | path

Searched defs:TextWriter (Results 1 – 25 of 88) sorted by relevance

1234

/dports/games/bstone/bstone-1.1.9/src/
H A Dbstone_text_writer.cpp37 TextWriter::TextWriter() in TextWriter() function in bstone::TextWriter
43 TextWriter::TextWriter( in TextWriter() function in bstone::TextWriter
/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Dtextwriter.cpp132 TextWriter::TextWriter(const std::string& filename) : in TextWriter() function in gmx::TextWriter
137 TextWriter::TextWriter(FILE* fp) : impl_(new Impl(TextOutputStreamPointer(new TextOutputFile(fp)))) in TextWriter() function in gmx::TextWriter
141 TextWriter::TextWriter(TextOutputStream* stream) : in TextWriter() function in gmx::TextWriter
146 TextWriter::TextWriter(const TextOutputStreamPointer& stream) : impl_(new Impl(stream)) {} in TextWriter() function in gmx::TextWriter
H A Dniceheader.h49 class TextWriter; variable
H A Dkeyvaluetreemdpwriter.h51 class TextWriter; variable
H A Dbinaryinformation.h53 class TextWriter; variable
/dports/math/pdal/PDAL-2.3.0/io/
H A DTextWriter.hpp45 class PDAL_DLL TextWriter : public Writer, public Streamable class
65 TextWriter() in TextWriter() function in pdal::TextWriter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Writers/RwFactory/
H A DWriterFactory.cs27 TextWriter, enumerator
37 TextWriter, enumerator
/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dscanner.h56 class TextWriter; variable
H A Dindexutil.h75 class TextWriter; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Instrumentation/
H A DPageExecutionContext.cs26 public TextWriter TextWriter { get; set; } property in System.Web.Instrumentation.PageExecutionContext
/dports/science/gromacs/gromacs-2021.4/src/gromacs/commandline/
H A Dshellcompletions.h57 class TextWriter; variable
/dports/devel/py-logilab-common/logilab-common-1.8.2/logilab/common/
H A Dtypes.py38 TextWriter = TypeVar("TextWriter") variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Statements/
H A DWriteLine.cs24 public InArgument<TextWriter> TextWriter property in System.Activities.Statements.WriteLine
/dports/science/gromacs/gromacs-2021.4/src/gromacs/onlinehelp/
H A Dhelpwritercontext.h55 class TextWriter; variable
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages/Instrumentation/
H A DPageExecutionContextAdapter.generated.cs28 internal TextWriter TextWriter property in System.Web.WebPages.Instrumentation.PageExecutionContextAdapter
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvcore/
H A DTextWriter.cpp9 TextWriter::TextWriter(Stream * s) : in TextWriter() function in TextWriter
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvcore/
H A DTextWriter.cpp9 TextWriter::TextWriter(Stream * s) : in TextWriter() function in TextWriter
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvcore/
H A DTextWriter.cpp9 TextWriter::TextWriter(Stream * s) : in TextWriter() function in TextWriter
/dports/security/vxquery/vxquery-0.2.1/include/vuxml/
H A Dprocessors.hh55 class TextWriter : public EntryProcessor { class
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DWriters.hs127 data Writer m = TextWriter (WriterOptions -> Pandoc -> m Text) constructor
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DWriters.hs127 data Writer m = TextWriter (WriterOptions -> Pandoc -> m Text) constructor
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DDocWorkers.h115 TextWriter(Actor *a) in TextWriter() function
/dports/devel/py-http-prompt/http-prompt-1.0.0/http_prompt/
H A Doutput.py34 class TextWriter(object): class
/dports/textproc/xom/XOM/src/nu/xom/
H A DTextWriter.java37 abstract class TextWriter { class
55 protected TextWriter(Writer out, String encoding) { in TextWriter() method in TextWriter
/dports/devel/pylint/pylint-2.12.1/pylint/reporters/ureports/
H A Dtext_writer.py34 class TextWriter(BaseWriter): class

1234