Home
last modified time | relevance | path

Searched refs:Writer (Results 1 – 25 of 11126) sorted by relevance

12345678910>>...446

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-log/src/
H A DWriterPluginManager.php38 Writer\Null::class => Writer\Noop::class,
43 \Zend\Log\Writer\Db::class => Writer\Db::class,
44 \Zend\Log\Writer\FirePhp::class => Writer\FirePhp::class,
45 \Zend\Log\Writer\Mail::class => Writer\Mail::class,
46 \Zend\Log\Writer\Mock::class => Writer\Mock::class,
47 \Zend\Log\Writer\Mongo::class => Writer\Mongo::class,
49 \Zend\Log\Writer\Noop::class => Writer\Noop::class,
50 \Zend\Log\Writer\Psr::class => Writer\Psr::class,
51 \Zend\Log\Writer\Stream::class => Writer\Stream::class,
52 \Zend\Log\Writer\Syslog::class => Writer\Syslog::class,
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A DODrawToOdf.h65 Writer& out) = 0;
68 Writer& out) = 0;
86 Writer& out) = 0;
98 Writer& out) = 0;
155 void processLine(const MSO::OfficeArtSpContainer& o, Writer& out);
182 void processPlus(const MSO::OfficeArtSpContainer& o, Writer& out);
183 void processStar(const MSO::OfficeArtSpContainer& o, Writer& out);
186 void processCube(const MSO::OfficeArtSpContainer& o, Writer& out);
188 void processCan(const MSO::OfficeArtSpContainer& o, Writer& out);
213 void processWave(const MSO::OfficeArtSpContainer& o, Writer& out);
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCColladaMeshWriter.cpp287 if (!Writer) in writeScene()
302 Writer->writeXMLHeader(); in writeScene()
307 Writer->writeLineBreak(); in writeScene()
314 Writer->writeLineBreak(); in writeScene()
317 Writer->writeLineBreak(); in writeScene()
320 Writer->writeLineBreak(); in writeScene()
323 Writer->writeLineBreak(); in writeScene()
331 Writer->writeLineBreak(); in writeScene()
409 Writer->drop(); in writeScene()
808 if (!Writer) in writeMesh()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/data/
H A Dwriter.cpp97 Writer::Writer(Writer const &other) in Writer() function in de::Writer
101 Writer::Writer(Writer const &other, ByteOrder const &byteOrder) in Writer() function in de::Writer
105 Writer &Writer::withHeader() in withHeader()
116 Writer &Writer::operator << (char const &byte) in operator <<()
122 Writer &Writer::operator << (dchar const &byte) in operator <<()
128 Writer &Writer::operator << (duchar const &byte) in operator <<()
134 Writer &Writer::operator << (dint16 const &word) in operator <<()
183 Writer &Writer::operator << (String const &text) in operator <<()
200 Writer &Writer::writeText(String const &text) in writeText()
281 Writer &Writer::beginIndeterminateSpan() in beginIndeterminateSpan()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DXmlSerializationReader.cs2125 Writer.Indent++; in GenerateBegin()
2185 Writer.Indent++; in GenerateEnd()
2194 Writer.Indent--; in GenerateEnd()
2197 Writer.Indent--; in GenerateEnd()
2220 Writer.Indent++; in WriteIsStartTag()
2248 Writer.Indent++; in GenerateInitCallbacksMethod()
2281 Writer.Indent--; in GenerateInitCallbacksMethod()
2339 Writer.Indent++; in GenerateLiteralMembersElement()
2440 Writer.Indent++; in GenerateLiteralMembersElement()
2463 Writer.Indent--; in GenerateLiteralMembersElement()
[all …]
H A DXmlSerializationWriter.cs1316 Writer.Indent++; in GenerateBegin()
1356 Writer.Indent--; in GenerateEnd()
1376 Writer.Indent++; in GenerateInitCallbacksMethod()
1399 Writer.Indent--; in GenerateInitCallbacksMethod()
1614 Writer.Indent++; in GenerateMembersElement()
1783 Writer.Indent--; in GenerateMembersElement()
1796 Writer.Indent++; in GenerateTypeElement()
1801 Writer.Indent++; in GenerateTypeElement()
1811 Writer.Indent--; in GenerateTypeElement()
1823 Writer.Indent--; in GenerateTypeElement()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Serialization/
H A DXmlSerializationReader.cs2363 Writer.Indent++; in GenerateBegin()
2436 Writer.Indent++; in GenerateEnd()
2446 Writer.Indent--; in GenerateEnd()
2449 Writer.Indent--; in GenerateEnd()
2474 Writer.Indent++; in WriteIsStartTag()
2507 Writer.Indent++; in GenerateInitCallbacksMethod()
2543 Writer.Indent--; in GenerateInitCallbacksMethod()
2609 Writer.Indent++; in GenerateLiteralMembersElement()
2724 Writer.Indent++; in GenerateLiteralMembersElement()
2748 Writer.Indent--; in GenerateLiteralMembersElement()
[all …]
H A DXmlSerializationWriter.cs71 protected XmlWriter Writer property in System.Xml.Serialization.XmlSerializationWriter
2211 Writer.Indent++; in GenerateBegin()
2260 Writer.Indent--; in GenerateEnd()
2282 Writer.Indent++; in GenerateInitCallbacksMethod()
2307 Writer.Indent--; in GenerateInitCallbacksMethod()
2558 Writer.Indent++; in GenerateMembersElement()
2751 Writer.Indent--; in GenerateMembersElement()
2765 Writer.Indent++; in GenerateTypeElement()
2770 Writer.Indent++; in GenerateTypeElement()
2781 Writer.Indent--; in GenerateTypeElement()
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-config/src/
H A DWriterPluginManager.php21 'ini' => Writer\Ini::class,
22 'Ini' => Writer\Ini::class,
23 'json' => Writer\Json::class,
24 'Json' => Writer\Json::class,
31 'xml' => Writer\Xml::class,
38 \Zend\Config\Writer\Ini::class => Writer\Ini::class,
39 \Zend\Config\Writer\JavaProperties::class => Writer\JavaProperties::class,
40 \Zend\Config\Writer\Json::class => Writer\Json::class,
41 \Zend\Config\Writer\PhpArray::class => Writer\PhpArray::class,
42 \Zend\Config\Writer\Yaml::class => Writer\Yaml::class,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/executor/
H A DxeTestLogWriter.cpp238 using xml::Writer; in writeResultItem()
259 << Writer::EndElement; in writeResultItem()
274 << Writer::EndElement; in writeResultItem()
288 dst << Writer::EndElement; in writeResultItem()
315 dst << Writer::EndElement; in writeResultItem()
330 dst << Writer::EndElement; in writeResultItem()
356 dst << Writer::EndElement; in writeResultItem()
412 << Writer::EndElement; in writeResultItem()
484 << Writer::EndElement; in writeResultItem()
495 using xml::Writer; in writeTestResult()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/data/
H A Dwriter.h48 class DENG2_PUBLIC Writer
101 Writer(Writer const &other);
110 Writer(Writer const &other, ByteOrder const &byteOrder);
120 Writer &withHeader();
129 Writer &operator << (char const &byte);
130 Writer &operator << (dchar const &byte);
131 Writer &operator << (duchar const &byte);
162 Writer &writeText(String const &text);
286 Writer &beginIndeterminateSpan();
292 Writer &endIndeterminateSpan();
[all …]
/dports/net/p5-MaxMind-DB-Writer/MaxMind-DB-Writer-0.300003/xt/author/
H A Deol.t10 'lib/MaxMind/DB/Writer.pm',
11 'lib/MaxMind/DB/Writer/Serializer.pm',
12 'lib/MaxMind/DB/Writer/Tree.pm',
14 'lib/MaxMind/DB/Writer/Util.pm',
35 't/MaxMind/DB/Writer/Serializer.t',
36 't/MaxMind/DB/Writer/Tree-bigint.t',
40 't/MaxMind/DB/Writer/Tree-ipv4-and-6.t',
43 't/MaxMind/DB/Writer/Tree-iterator.t',
53 't/MaxMind/DB/Writer/Tree.t',
54 't/MaxMind/DB/Writer/Util.t',
[all …]
H A Dno-tabs.t10 'lib/MaxMind/DB/Writer.pm',
11 'lib/MaxMind/DB/Writer/Serializer.pm',
12 'lib/MaxMind/DB/Writer/Tree.pm',
14 'lib/MaxMind/DB/Writer/Util.pm',
35 't/MaxMind/DB/Writer/Serializer.t',
36 't/MaxMind/DB/Writer/Tree-bigint.t',
40 't/MaxMind/DB/Writer/Tree-ipv4-and-6.t',
43 't/MaxMind/DB/Writer/Tree-iterator.t',
53 't/MaxMind/DB/Writer/Tree.t',
54 't/MaxMind/DB/Writer/Util.t',
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/io/stream/
H A Dinkscapestream.h453 class Writer
573 Writer& operator<< (Writer &writer, char val);
577 Writer& operator<< (Writer &writer, std::string &val);
579 Writer& operator<< (Writer &writer, char const *val);
581 Writer& operator<< (Writer &writer, bool val);
583 Writer& operator<< (Writer &writer, short val);
587 Writer& operator<< (Writer &writer, int val);
589 Writer& operator<< (Writer &writer, unsigned int val);
591 Writer& operator<< (Writer &writer, long val);
595 Writer& operator<< (Writer &writer, float val);
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/
H A DTestSequenceFileAppend.java32 import org.apache.hadoop.io.SequenceFile.Writer;
75 Writer.Option metadataOption = Writer.metadata(metadata); in testAppend()
78 SequenceFile.Writer.file(file), in testAppend()
79 SequenceFile.Writer.keyClass(Long.class), in testAppend()
91 SequenceFile.Writer.keyClass(Long.class), in testAppend()
152 SequenceFile.Writer.file(file), in testAppendRecordCompression()
153 SequenceFile.Writer.keyClass(Long.class), in testAppendRecordCompression()
163 SequenceFile.Writer.keyClass(Long.class), in testAppendRecordCompression()
186 SequenceFile.Writer.file(file), in testAppendBlockCompression()
187 SequenceFile.Writer.keyClass(Long.class), in testAppendBlockCompression()
[all …]
/dports/net/p5-MaxMind-DB-Writer/MaxMind-DB-Writer-0.300003/
H A DMANIFEST29 lib/MaxMind/DB/Writer.pm
30 lib/MaxMind/DB/Writer/Serializer.pm
31 lib/MaxMind/DB/Writer/Tree.pm
32 lib/MaxMind/DB/Writer/Tree.xs
34 lib/MaxMind/DB/Writer/Util.pm
35 lib/MaxMind/DB/Writer/typemap
58 t/MaxMind/DB/Writer/Serializer.t
59 t/MaxMind/DB/Writer/Tree-bigint.t
76 t/MaxMind/DB/Writer/Tree.t
77 t/MaxMind/DB/Writer/Util.t
[all …]
/dports/devel/matreshka/matreshka-0.7.0/source/web/soap/
H A Dweb_services-soap-message_encoders.adb95 Writer.Start_Document;
134 Writer);
178 Writer.Characters (Code.Prefix);
181 Writer.Characters (':');
182 Writer.Characters (Code.Local_Name);
211 Writer.Characters (Fault.Code.Prefix);
214 Writer.Characters (':');
215 Writer.Characters (Fault.Code.Local_Name);
240 Writer.Start_Element
242 Writer.Characters
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/laminas/laminas-feed/src/Writer/Extension/ITunes/
H A DEntry.php9 namespace Laminas\Feed\Writer\Extension\ITunes;
12 use Laminas\Feed\Writer; alias
71 * @throws Writer\Exception\InvalidArgumentException
107 * @throws Writer\Exception\InvalidArgumentException
128 * @throws Writer\Exception\InvalidArgumentException
150 * @throws Writer\Exception\InvalidArgumentException
169 * @throws Writer\Exception\InvalidArgumentException
201 * @throws Writer\Exception\InvalidArgumentException
219 * @throws Writer\Exception\InvalidArgumentException
237 * @throws Writer\Exception\InvalidArgumentException
[all …]
H A DFeed.php9 namespace Laminas\Feed\Writer\Extension\ITunes;
12 use Laminas\Feed\Writer; alias
72 * @throws Writer\Exception\InvalidArgumentException
108 * @throws Writer\Exception\InvalidArgumentException
128 * @throws Writer\Exception\InvalidArgumentException
168 * @throws Writer\Exception\InvalidArgumentException
193 * @throws Writer\Exception\InvalidArgumentException
215 * @throws Writer\Exception\InvalidArgumentException
234 * @throws Writer\Exception\InvalidArgumentException
266 * @throws Writer\Exception\InvalidArgumentException
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-feed/src/Writer/Extension/ITunes/
H A DEntry.php9 namespace Laminas\Feed\Writer\Extension\ITunes;
12 use Laminas\Feed\Writer; alias
71 * @throws Writer\Exception\InvalidArgumentException
107 * @throws Writer\Exception\InvalidArgumentException
128 * @throws Writer\Exception\InvalidArgumentException
150 * @throws Writer\Exception\InvalidArgumentException
169 * @throws Writer\Exception\InvalidArgumentException
201 * @throws Writer\Exception\InvalidArgumentException
219 * @throws Writer\Exception\InvalidArgumentException
237 * @throws Writer\Exception\InvalidArgumentException
[all …]
H A DFeed.php9 namespace Laminas\Feed\Writer\Extension\ITunes;
12 use Laminas\Feed\Writer; alias
72 * @throws Writer\Exception\InvalidArgumentException
108 * @throws Writer\Exception\InvalidArgumentException
128 * @throws Writer\Exception\InvalidArgumentException
168 * @throws Writer\Exception\InvalidArgumentException
193 * @throws Writer\Exception\InvalidArgumentException
215 * @throws Writer\Exception\InvalidArgumentException
234 * @throws Writer\Exception\InvalidArgumentException
266 * @throws Writer\Exception\InvalidArgumentException
[all …]
/dports/devel/apitrace/apitrace-9.0/lib/trace/
H A Dtrace_writer.cpp43 Writer::Writer() : in Writer() function in trace::Writer
49 Writer::~Writer() in ~Writer()
55 Writer::close(void) { in close()
99 Writer::_writeByte(char c) { in _writeByte()
204 Writer::endProperties(void) in endProperties()
300 Writer::writeNull(); in writeString()
309 Writer::writeNull(); in writeString()
319 Writer::writeNull(); in writeWString()
331 Writer::writeNull(); in writeWString()
340 Writer::writeNull(); in writeBlob()
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/laminas/laminas-feed/src/Writer/Extension/ITunes/
H A DFeed.php9 namespace Laminas\Feed\Writer\Extension\ITunes;
12 use Laminas\Feed\Writer; alias
74 * @throws Writer\Exception\InvalidArgumentException
110 * @throws Writer\Exception\InvalidArgumentException
130 * @throws Writer\Exception\InvalidArgumentException
170 * @throws Writer\Exception\InvalidArgumentException
195 * @throws Writer\Exception\InvalidArgumentException
219 * @throws Writer\Exception\InvalidArgumentException
251 * @throws Writer\Exception\InvalidArgumentException
283 * @throws Writer\Exception\InvalidArgumentException
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jlaffaye/ftp/
H A Dconn_test.go66 _ = mock.proto.Writer.PrintfLine("220 FTP Server ready.")
90 _ = mock.proto.Writer.PrintfLine("200 Type set ok")
108 _ = mock.proto.Writer.PrintfLine("257 \"/incoming\"")
113 _ = mock.proto.Writer.PrintfLine("213 42")
120 _ = mock.proto.Writer.PrintfLine("451 %s.", err)
131 _ = mock.proto.Writer.PrintfLine("451 %s.", err)
140 _ = mock.proto.Writer.PrintfLine("150 please send")
147 _ = mock.proto.Writer.PrintfLine("150 please send")
200 _ = mock.proto.Writer.PrintfLine("200 NOOP ok.")
210 _ = mock.proto.Writer.PrintfLine("220 Logged out")
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/jlaffaye/ftp/
H A Dconn_test.go65 mock.proto.Writer.PrintfLine("220 FTP Server ready.")
88 mock.proto.Writer.PrintfLine("200 Type set ok")
106 mock.proto.Writer.PrintfLine("257 \"/incoming\"")
111 mock.proto.Writer.PrintfLine("213 42")
118 mock.proto.Writer.PrintfLine("451 %s.", err)
129 mock.proto.Writer.PrintfLine("451 %s.", err)
138 mock.proto.Writer.PrintfLine("150 please send")
145 mock.proto.Writer.PrintfLine("150 please send")
198 mock.proto.Writer.PrintfLine("200 NOOP ok.")
208 mock.proto.Writer.PrintfLine("220 Logged out")
[all …]

12345678910>>...446