Home
last modified time | relevance | path

Searched refs:printComment (Results 1 – 25 of 131) sorted by relevance

123456

/dports/net/sctplib/sctplib-1.0.26/sctplib/programs/
H A Dparser.c121 int printComment; in getScriptCommand() local
123 printComment = ((ch != '#') && (mode == RUN_SCRIPT)); in getScriptCommand()
124 if (printComment) in getScriptCommand()
127 if (printComment && isprint(ch)) in getScriptCommand()
131 if (printComment) in getScriptCommand()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DCommentStyle.h42 boolean printComment (FILE*);
49 virtual boolean printComment (LabelDecorator*, FILE*)=0;
H A DCommentStyleUser.h42 virtual boolean printComment (LabelDecorator* ldec, FILE* f) { in printComment() function
44 return this->CommentStyle::printComment(f); in printComment()
H A DSeparatorDecorator.C145 boolean SeparatorDecorator::printComment (FILE *f) in printComment() function
147 if (!this->Decorator::printComment (f)) return FALSE; in printComment()
155 printOK = dr->printComment(f); in printComment()
H A DAnnotationGroupManager.h81 virtual boolean printComment (FILE*);
H A DAnnotationGroupManager.C31 boolean AnnotationGroupManager::printComment(FILE* f) in printComment() function
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mjpegstream/
H A Dmjpegstreamsettings.cpp57 printComment (false), in MjpegStreamSettings()
96printComment = group.readEntry("MJPEGStreamPrintCommentEntry", false); in readSettings()
120 group.writeEntry("MJPEGStreamPrintCommentEntry", printComment); in writeSettings()
H A Dmjpegstreamsettings.h72 bool printComment; ///< Print picture comment while streaming variable
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/hdl/printer/
H A DCodePrinterStrTest.java33 .printComment(" -- ","Hello\nWorld\nLong text").print("test").toString()); in testSimple()
39 .printComment(" -- ","Hello\nWorld\nLong text").print("test").toString()); in testSimple()
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/hdl/vhdl2/
H A DSeparatorTest.java44 sep.setLineFinalizer(o -> o.printComment(" \\\\ ", ic)); in testSeparator2()
69 sep.setLineFinalizer(o -> o.printComment(" \\\\ ", ic)); in testSeparator3()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/model/
H A DPrettyPrinter.java47 printComment(indent, element); in prettyPrint()
76 private void printComment(String indent, XmlElement element) { in printComment() method in PrettyPrinter
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/slideshow/common/
H A Dslideshowsettings.cpp75 printComment (false), in SlideShowSettings()
112 printComment = group.readEntry(configSlideShowPrintCommentEntry, false); in readFromConfig()
140 group.writeEntry(configSlideShowPrintCommentEntry, printComment); in writeToConfig()
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/demos/apidoc/sunw/demo/doclet/
H A DAbstractSubWriter.java204 protected void printComment(ProgramElementDoc member) { in printComment() method in AbstractSubWriter
262 printComment(member); in printFullComment()
/dports/lang/bsh/beanshell-2.1.0/scripts/
H A Dbshdoc.bsh70 printComment( String text )
127 printComment( lastNode.text );
139 printComment(firstComment.text);
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/emicklei/proto/
H A Dformatter_utils.go35 f.printComment(doc)
41 func (f *Formatter) printComment(c *Comment) { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/util/
H A Dconvert_wycheproof.go89 func printComment(w io.Writer, in string) error { func
165 if err := printComment(f, comment.(string)); err != nil {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/util/
H A Dconvert_wycheproof.go89 func printComment(w io.Writer, in string) error { func
165 if err := printComment(f, comment.(string)); err != nil {
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/util/
H A Dconvert_wycheproof.go89 func printComment(w io.Writer, in string) error { func
165 if err := printComment(f, comment.(string)); err != nil {
/dports/security/boringssl/boringssl-6a71840/util/
H A Dconvert_wycheproof.go89 func printComment(w io.Writer, in string) error { func
165 if err := printComment(f, comment.(string)); err != nil {
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/hdl/vhdl2/
H A DVHDLCreator.java129 out.printComment("-- ", circuit.getDescription()); in printHDLCircuit()
182 … if (i.hasDescription()) sep.setLineFinalizer(ou -> ou.printComment(" -- ", i.getDescription())); in writePorts()
187 … if (o.hasDescription()) sep.setLineFinalizer(ou -> ou.printComment(" -- ", o.getDescription())); in writePorts()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/hdl/verilog2/
H A DVerilogCreator.java136 out.printComment("// ", circuit.getDescription()); in printHDLCircuit()
190 … if (i.hasDescription()) sep.setLineFinalizer(ou -> ou.printComment(" // ", i.getDescription())); in writePorts()
195 … if (o.hasDescription()) sep.setLineFinalizer(ou -> ou.printComment(" // ", o.getDescription())); in writePorts()
/dports/devel/ice37/ice-3.7.2/cpp/src/slice2html/
H A DGen.cpp2118 printComment(m, m, deprecateReason, true); in generate()
2379 printComment(*q, p, deprecateReason, true); in visitContainer()
2512 printComment(e, e, deprecateReason); in generate()
2566 printComment(*q, e, reason); in generate()
2647 printComment(c, c, deprecateReason); in generate()
2752 printComment(*q, c, reason); in generate()
2785 printComment(*q, c, reason); in generate()
2842 printComment(s, s, deprecateReason); in generate()
2892 printComment(*q, s, reason); in generate()
2951 printComment(e, e, deprecateReason); in generate()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/src/slice2html/
H A DGen.cpp2118 printComment(m, m, deprecateReason, true); in generate()
2379 printComment(*q, p, deprecateReason, true); in visitContainer()
2512 printComment(e, e, deprecateReason); in generate()
2566 printComment(*q, e, reason); in generate()
2647 printComment(c, c, deprecateReason); in generate()
2752 printComment(*q, c, reason); in generate()
2785 printComment(*q, c, reason); in generate()
2842 printComment(s, s, deprecateReason); in generate()
2892 printComment(*q, s, reason); in generate()
2951 printComment(e, e, deprecateReason); in generate()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/slice2html/
H A DGen.cpp2118 printComment(m, m, deprecateReason, true); in generate()
2379 printComment(*q, p, deprecateReason, true); in visitContainer()
2512 printComment(e, e, deprecateReason); in generate()
2566 printComment(*q, e, reason); in generate()
2647 printComment(c, c, deprecateReason); in generate()
2752 printComment(*q, c, reason); in generate()
2785 printComment(*q, c, reason); in generate()
2842 printComment(s, s, deprecateReason); in generate()
2892 printComment(*q, s, reason); in generate()
2951 printComment(e, e, deprecateReason); in generate()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/
H A DUnzipperGenerator.java85 script.printComment("Unzip script"); //$NON-NLS-1$ in generatePrologue()
100 script.printComment("Uncompress " + entryDetail[ARCHIVE_NAME]); //$NON-NLS-1$ in generateUncompressionCommands()

123456