Home
last modified time | relevance | path

Searched refs:indentation (Results 226 – 250 of 21142) sorted by relevance

12345678910>>...846

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Document/
H A DDocumentModelSegments.cpp105 void DocumentModelSegments::printStream(QString indentation, in printStream() argument
108 str << indentation << "DocumentModelSegments\n"; in printStream()
110 indentation += INDENTATION_DELTA; in printStream()
112 str << indentation << "pointSeparation=" << m_pointSeparation << "\n"; in printStream()
113 str << indentation << "minLength=" << m_minLength << "\n"; in printStream()
114 str << indentation << "fillCorners=" << (m_fillCorners ? "true" : "false") << "\n"; in printStream()
115 str << indentation << "lineWidth=" << m_lineWidth << "\n"; in printStream()
116 str << indentation << "lineColor=" << colorPaletteToString (m_lineColor) << "\n"; in printStream()
H A DDocumentModelCoords.cpp181 void DocumentModelCoords::printStream(QString indentation, in printStream() argument
184 str << indentation << "DocumentModelCoords\n"; in printStream()
186 indentation += INDENTATION_DELTA; in printStream()
188 str << indentation << "coordsType=" << coordsTypeToString (m_coordsType) << "\n"; in printStream()
189 str << indentation << "originRadius=" << m_originRadius << "\n"; in printStream()
190 str << indentation << "coordScaleXTheta=" << coordScaleToString (m_coordScaleXTheta) << "\n"; in printStream()
191 str << indentation << "coordScaleYRadius=" << coordScaleToString (m_coordScaleYRadius) << "\n"; in printStream()
192 str << indentation << "coordUnitsX=" << coordUnitsNonPolarThetaToString (m_coordUnitsX) << "\n"; in printStream()
193 str << indentation << "coordUnitsY=" << coordUnitsNonPolarThetaToString (m_coordUnitsY) << "\n"; in printStream()
196 str << indentation << "coordUnitsDate=" << coordUnitsDateToString (m_coordUnitsDate) << "\n"; in printStream()
[all …]
H A DDocumentModelPointMatch.cpp111 void DocumentModelPointMatch::printStream(QString indentation, in printStream() argument
114 str << indentation << "DocumentModelPointMatch\n"; in printStream()
116 indentation += INDENTATION_DELTA; in printStream()
118 str << indentation << "minPointSeparation=" << m_minPointSeparation << "\n"; in printStream()
119 str << indentation << "maxPointSize=" << m_maxPointSize << "\n"; in printStream()
120 str << indentation << "colorAccepted=" << colorPaletteToString (m_paletteColorAccepted) << "\n"; in printStream()
121 str << indentation << "colorCandidate=" << colorPaletteToString (m_paletteColorCandidate) << "\n"; in printStream()
122 str << indentation << "colorRejected=" << colorPaletteToString (m_paletteColorRejected) << "\n"; in printStream()
/dports/devel/anjuta/anjuta-3.34.0/manuals/anjuta-manual/C/
H A Danjuta-code-indentation.page3 id="anjuta-code-indentation">
10 Configure and use automatic indentation for a consistent coding style
19 <title>Auto-indentation</title>
22 <title>Configuring and using auto-indentation</title>
27 <p>Automatic indentation is configured in the preferences
29 to the used programming language. The indentation width for several types
32 <p>The big disadvantage of manually configuring indentation is that all
38 <p>Unless explicitly changed in the preferences the indentation settings found
47 <p>Modelines are used to help editors to automatically detect the indentation
/dports/math/rumur/rumur-2021.09.29/murphi2murphi/src/
H A DSwitchToIf.cc31 indentation = ""; in process()
45 indentation += t.character; in process()
48 } else if (indentation != "") { in process()
83 if (learned_indentation && spaces % indentation.size() == 0) { in visit_switch()
84 for (size_t i = 0; i * indentation.size() < spaces; i++) in visit_switch()
85 indent += indentation; in visit_switch()
115 *top << indent << indentation; in visit_switch()
/dports/www/moodle310/moodle/webservice/
H A Drenderer.php464 $indentation = $indentation . " ";
471 $return = $indentation . "<MULTIPLE>" . $brakeline;
473 $indentation);
479 $keyindentation = $indentation . " ";
514 $indentation = $indentation . " ";
521 $return = $brakeline . $indentation . "Array ";
522 $indentation = $indentation . " ";
523 $return .= $brakeline . $indentation . "(";
524 $return .= $brakeline . $indentation . "[0] =>";
526 $return .= $brakeline . $indentation . ")";
[all …]
/dports/www/moodle311/moodle/webservice/
H A Drenderer.php459 $indentation = $indentation . " ";
466 $return = $indentation . "<MULTIPLE>" . $brakeline;
468 $indentation);
474 $keyindentation = $indentation . " ";
509 $indentation = $indentation . " ";
516 $return = $brakeline . $indentation . "Array ";
517 $indentation = $indentation . " ";
518 $return .= $brakeline . $indentation . "(";
519 $return .= $brakeline . $indentation . "[0] =>";
521 $return .= $brakeline . $indentation . ")";
[all …]
/dports/www/moodle39/moodle/webservice/
H A Drenderer.php464 $indentation = $indentation . " ";
471 $return = $indentation . "<MULTIPLE>" . $brakeline;
473 $indentation);
479 $keyindentation = $indentation . " ";
514 $indentation = $indentation . " ";
521 $return = $brakeline . $indentation . "Array ";
522 $indentation = $indentation . " ";
523 $return .= $brakeline . $indentation . "(";
524 $return .= $brakeline . $indentation . "[0] =>";
526 $return .= $brakeline . $indentation . ")";
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/shared/markdown/
H A Dblock_quote.go13 func (b *BlockQuote) Continuation(indentation int, r Range) *continuation {
14 if indentation > 3 {
22 indentation, indentationBytes := countIndentation(b.markdown, remaining)
23 if indentation > 0 {
24 indentation--
27 Indentation: indentation,
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/shared/markdown/
H A Dblock_quote.go13 func (b *BlockQuote) Continuation(indentation int, r Range) *continuation {
14 if indentation > 3 {
22 indentation, indentationBytes := countIndentation(b.markdown, remaining)
23 if indentation > 0 {
24 indentation--
27 Indentation: indentation,
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/utils/markdown/
H A Dblock_quote.go13 func (b *BlockQuote) Continuation(indentation int, r Range) *continuation {
14 if indentation > 3 {
22 indentation, indentationBytes := countIndentation(b.markdown, remaining)
23 if indentation > 0 {
24 indentation--
27 Indentation: indentation,
/dports/www/mattermost-server/mattermost-server-6.0.2/shared/markdown/
H A Dblock_quote.go13 func (b *BlockQuote) Continuation(indentation int, r Range) *continuation {
14 if indentation > 3 {
22 indentation, indentationBytes := countIndentation(b.markdown, remaining)
23 if indentation > 0 {
24 indentation--
27 Indentation: indentation,
/dports/graphics/qgis-ltr/qgis-3.16.16/scripts/
H A Ddoxygen_space.pl54 my $indentation = $1;
62 print $out_handle $indentation."/**\n";
63 print $out_handle $indentation." * ".$comment."\n";
66 print $out_handle $indentation." * ".$1."\n";
69 print $out_handle $indentation." *\n";
73 print $out_handle $indentation." */\n";
/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/jogamp/nativewindow/
H A DProxySurfaceImpl.java314 …ivate static void dumpHierarchy(final PrintStream out, final NativeSurface s, String indentation) { in dumpHierarchy() argument
315 indentation = indentation + " "; in dumpHierarchy()
316 … out.println(indentation+"Surface device "+s.getGraphicsConfiguration().getScreen().getDevice()); in dumpHierarchy()
317 …out.println(indentation+"Surface size "+s.getSurfaceWidth()+"x"+s.getSurfaceHeight()+", handle 0x"… in dumpHierarchy()
320 out.println(indentation+"Upstream options "+ps.getUpstreamOptionBits(null).toString()); in dumpHierarchy()
324 out.println(indentation+"Upstream Hook "+psUSH.getClass().getName()); in dumpHierarchy()
326 indentation = indentation + " "; in dumpHierarchy()
328 … out.println(indentation+"Upstream Hook's Surface "+upstreamSurface.getClass().getName()); in dumpHierarchy()
329 dumpHierarchy(out, upstreamSurface, indentation); in dumpHierarchy()
331 out.println(indentation+"Upstream Hook's Surface NULL"); in dumpHierarchy()
/dports/graphics/qgis/qgis-3.22.3/scripts/
H A Ddoxygen_space.pl57 my $indentation = $1;
65 print $out_handle $indentation."/**\n";
66 print $out_handle $indentation." * ".$comment."\n";
69 print $out_handle $indentation." * ".$1."\n";
72 print $out_handle $indentation." *\n";
76 print $out_handle $indentation." */\n";
/dports/lang/solidity/solidity_0.8.11/libsolutil/
H A DIndentedWriter.cpp33 result += string(line.indentation * 4, ' ') + line.contents + "\n"; in format()
40 m_lines.emplace_back(Line{string(), m_lines.back().indentation}); in newLine()
46 m_lines.back().indentation++; in indent()
52 assertThrow(m_lines.back().indentation > 0, IndentedWriterError, "Negative indentation."); in unindent()
53 m_lines.back().indentation--; in unindent()
/dports/deskutils/just/just-0.10.5/src/
H A Dunindent.rs18 .map(indentation) in unindent()
47 fn indentation(line: &str) -> &str { in indentation() function
113 assert_eq!(indentation(""), ""); in indentations()
114 assert_eq!(indentation("foo"), ""); in indentations()
115 assert_eq!(indentation(" foo"), " "); in indentations()
116 assert_eq!(indentation("\t\tfoo"), "\t\t"); in indentations()
117 assert_eq!(indentation("\t \t foo"), "\t \t "); in indentations()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/src/cpp/test/
H A Dtestclient.cpp519 curlTransportTestSuite().run(indentation + 1); in runtests()
667 clientCurlIntTestSuite().run(indentation+1); in runtests()
923 clientDirectTestSuite().run(indentation+1); in runtests()
925 clientXmlTransportTestSuite().run(indentation+1); in runtests()
927 carriageParmTestSuite().run(indentation+1); in runtests()
929 clientCurlTestSuite().run(indentation+1); in runtests()
931 clientRpcTestSuite().run(indentation+1); in runtests()
933 clientPtrTestSuite().run(indentation+1); in runtests()
935 clientSimpleTestSuite().run(indentation+1); in runtests()
937 serverAccessorTestSuite().run(indentation+1); in runtests()
[all …]
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/test/cpp/
H A Dtestclient.cpp532 curlTransportTestSuite().run(indentation + 1); in runtests()
680 clientCurlIntTestSuite().run(indentation+1); in runtests()
936 clientDirectTestSuite().run(indentation+1); in runtests()
938 clientXmlTransportTestSuite().run(indentation+1); in runtests()
940 carriageParmTestSuite().run(indentation+1); in runtests()
942 clientCurlTestSuite().run(indentation+1); in runtests()
944 clientRpcTestSuite().run(indentation+1); in runtests()
946 clientPtrTestSuite().run(indentation+1); in runtests()
948 clientSimpleTestSuite().run(indentation+1); in runtests()
950 serverAccessorTestSuite().run(indentation+1); in runtests()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/doc/devel/format/regular/
H A Dprim-indent.en.tm9 separate them by a small vertical space, or use an indentation for each new
10 paragraph. The indentation can be explicitly controlled using the
21 Disable or enable indentation for the current paragraph. For instance,
27 indentation using the <markup|no-indent> primitive.
30 indentation using the <markup|yes-indent> primitive.
39 indentation using the <markup|no-indent> primitive.
42 indentation using the <markup|yes-indent> primitive.
52 Disable or enable indentation for the next paragraph. For instance,
77 mainly used in order to control the indentation after section titles or
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/java/
H A DJavaStringAutoIndentStrategyDQ.java43 private String displayString(String inputString, String indentation, in displayString() argument
60 buffer.append(indentation); in displayString()
65 buffer.append(indentation); in displayString()
74 buffer.append(indentation); in displayString()
151 private String getModifiedText(String string, String indentation, in getModifiedText() argument
153 return displayString(string, indentation, delimiter); in getModifiedText()
177 String indentation = getLineIndentation(document, command.offset); in javaStringIndentAfterNewLine()
184 indentation += String.valueOf("\t\t"); //$NON-NLS-1$ in javaStringIndentAfterNewLine()
189 command.text = "\" ." + command.text + indentation + "\""; //$NON-NLS-1$//$NON-NLS-2$ in javaStringIndentAfterNewLine()
193 command.text = getModifiedText(command.text, indentation, delimiter); in javaStringIndentAfterNewLine()
H A DJavaStringAutoIndentStrategySQ.java43 private String displayString(String inputString, String indentation, in displayString() argument
60 buffer.append(indentation); in displayString()
65 buffer.append(indentation); in displayString()
74 buffer.append(indentation); in displayString()
151 private String getModifiedText(String string, String indentation, in getModifiedText() argument
153 return displayString(string, indentation, delimiter); in getModifiedText()
177 String indentation = getLineIndentation(document, command.offset); in javaStringIndentAfterNewLine()
184 indentation += String.valueOf("\t\t"); //$NON-NLS-1$ in javaStringIndentAfterNewLine()
189 command.text = "\' ." + command.text + indentation + "\'"; //$NON-NLS-1$//$NON-NLS-2$ in javaStringIndentAfterNewLine()
193 command.text = getModifiedText(command.text, indentation, delimiter); in javaStringIndentAfterNewLine()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/cck/theme/
H A Dcontent-admin-field-overview-form.tpl.php26 <?php print $row->indentation; ?>
36 <?php print $row->indentation; ?>
46 <?php print $row->indentation; ?>
58 <?php print $row->indentation; ?>
71 <?php print $row->indentation; ?>
83 <?php print $row->indentation; ?>
/dports/devel/stlfilt/stlfilt-20080203/
H A DgSTLFilt.pl1428 $indentation++;
1593 print2 ($indentation, (substr($line, 0, $name_pos) . "\n"));
1659 print2 ($indentation, (substr($line, 0, $comma_pos) . "\n"));
1668 print2 ($indentation, (substr($line, 0, $comma_pos +1) . "\n"));
1689 print2 ($indentation, (substr($line, 0, $open_pos + 1) . "\n"));
1699 print2 ($indentation, (substr($line, 0, $open_pos) . "\n"));
1727 print2 ($indentation, (substr($line, 0, $comma_pos) . "\n"));
1735 print2 ($indentation, (substr($line, 0, $comma_pos + 1) . "\n"));
1763 break_and_print_plain2 (($tab x ($indentation - 1)) .
1769 break_and_print_plain2 (($tab x $indentation) .
[all …]
/dports/net-mgmt/icingaweb2-module-graphite/icingaweb2-module-graphite-1.1.0/library/Graphite/Util/
H A DInternalProcessTracker.php24 private static $indentation = 1; variable in Icinga\\Module\\Graphite\\Util\\InternalProcessTracker
63 ++self::$indentation;
87 self::$records[] = str_repeat('+', self::$indentation) . " $format";
97 --self::$indentation;
117 self::$indentation = 1;

12345678910>>...846