Home
last modified time | relevance | path

Searched refs:TextWriter (Results 1 – 25 of 1313) sorted by path

12345678910>>...53

/dports/biology/p5-BioPerl/BioPerl-1.7.7/
H A DMANIFEST644 t/SearchIO/Writer/TextWriter.t
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/dev/utilities/comparelinenumbers/
H A DLibSBMLLineNumbers.cs12 public static TextWriter Writer { get; set; }
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DDocWorkers.cpp186 void TextWriter::data2doc(Document *doc, const QVariantMap &data) { in data2doc()
200 bool TextWriter::hasDataToWrite(const QVariantMap &data) const { in hasDataToWrite()
204 QSet<GObject *> TextWriter::getObjectsToWrite(const QVariantMap &data) const { in getObjectsToWrite()
213 bool TextWriter::isStreamingSupport() const { in isStreamingSupport()
217 bool TextWriter::isSupportedSeveralMessages() const { in isSupportedSeveralMessages()
889 w = new TextWriter(a); in createWorker()
H A DDocWorkers.h112 class TextWriter : public BaseDocWriter {
115 TextWriter(Actor *a) in TextWriter() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativerewrite.cpp111 TextWriter w; in operator ()()
153 TextWriter w; in rewrite()
H A Dqdeclarativerewrite_p.h81 TextWriter *_writer;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/rewriter/
H A Dtextwriter.cpp48 TextWriter::TextWriter() in TextWriter() function in TextWriter
58 bool TextWriter::hasOverlap(int pos, int length) in hasOverlap()
79 bool TextWriter::hasMoveInto(int pos, int length) in hasMoveInto()
90 void TextWriter::replace(int pos, int length, const QString &replacement) in replace()
102 void TextWriter::move(int pos, int length, int to) in move()
113 void TextWriter::doReplace(const Replace &replace) in doReplace()
149 void TextWriter::doMove(const Move &move) in doMove()
179 void TextWriter::write(QString *s) in write()
186 void TextWriter::write(QTextCursor *textCursor) in write()
193 void TextWriter::write_helper() in write_helper()
H A Dtextwriter_p.h56 class TextWriter
86 TextWriter();
/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/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDB.cs751 …internal int verify(string file, string database, System.IO.TextWriter handle, BDB_FileWriteDelega… in verify()
H A DDelegates.cs36 internal delegate int BDB_FileWriteDelegate(System.IO.TextWriter fs, string buf); in BDB_FileWriteDelegate()
H A Dlibdb_csharpPINVOKE.cs397 …InteropServices.HandleRef jarg1, string jarg2, string jarg3, System.IO.TextWriter jarg4, BDB_FileW… in DB_verify()
/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/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDB.cs644 …internal int verify(string file, string database, System.IO.TextWriter handle, BDB_FileWriteDelega… in verify()
H A DDelegates.cs36 internal delegate int BDB_FileWriteDelegate(System.IO.TextWriter fs, string buf); in BDB_FileWriteDelegate()
H A Dlibdb_csharpPINVOKE.cs362 …n int DB_verify(HandleRef jarg1, string jarg2, string jarg3, System.IO.TextWriter jarg4, BDB_FileW… in DB_verify()
/dports/databases/py-gdbm/Python-3.8.12/Doc/tools/extensions/
H A Dpyspecific.py32 from sphinx.writers.text import TextWriter, TextTranslator
443 writer = TextWriter(self)
/dports/databases/py-sqlite3/Python-3.8.12/Doc/tools/extensions/
H A Dpyspecific.py32 from sphinx.writers.text import TextWriter, TextTranslator
443 writer = TextWriter(self)
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A DReplace.cs174 TextWriter outputTextWriter = Console.Out; in Main()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A DReplace.cs174 TextWriter outputTextWriter = Console.Out; in Main()
/dports/databases/tcl-sqlite3/sqlite-autoconf-3340100/
H A DReplace.cs174 TextWriter outputTextWriter = Console.Out; in Main()
/dports/devel/antlr/antlr-2.7.7/examples/csharp/csharp_v1/
H A DCSharpPrettyPrinter.g284 modifiers [TextWriter w]
288 modifier [TextWriter w]
307 typeName [TextWriter w]
333 type [TextWriter w]
352 classType [TextWriter w]
393 argument [TextWriter w]
416 expr [TextWriter w]
557 literal [TextWriter w]
595 statement [TextWriter w]
676 body[TextWriter w]
[all …]
/dports/devel/antlr/antlr-2.7.7/examples/csharp/heteroAST/
H A DINTNode.cs39 public override void xmlSerializeNode(TextWriter outWriter) { in xmlSerializeNode()
H A DMULTNode.cs23 public override void xmlSerializeRootOpen(TextWriter outWriter) { in xmlSerializeRootOpen()
27 public override void xmlSerializeRootClose(TextWriter outWriter) { in xmlSerializeRootClose()
H A DMain.cs21 TextWriter w = Console.Out; in Main()

12345678910>>...53