Home
last modified time | relevance | path

Searched refs:indentation (Results 251 – 275 of 21782) sorted by relevance

1...<<11121314151617181920>>...872

/dports/lang/nim/nim-1.6.2/tests/parser/
H A Dt15667.nim5 t15667.nim(23, 5) Error: invalid indentation, maybe you forgot a '=' at t15667.nim(22, 13) ?
6 t15667.nim(28, 5) Error: invalid indentation, maybe you forgot a '=' at t15667.nim(26, 13) ?
7 t15667.nim(33, 5) Error: invalid indentation, maybe you forgot a '=' at t15667.nim(31, 25) ?
8 t15667.nim(42, 5) Error: invalid indentation, maybe you forgot a '=' at t15667.nim(38, 12) ?
9 t15667.nim(56, 5) Error: invalid indentation, maybe you forgot a '=' at t15667.nim(55, 13) ?
44 block: # xxx this doesn't work yet (only a bare `invalid indentation` error)
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/Java/com/axiosys/bento4/dcf/
H A DOdafAtom.java67 public String toString(String indentation) { in toString() argument
68 StringBuffer result = new StringBuffer(super.toString(indentation)); in toString()
69 result.append("\n" + indentation + " selective_encryption = " + selectiveEncryption); in toString()
70 result.append("\n" + indentation + " key_indicator_length = " + keyIndicatorLength); in toString()
71 result.append("\n" + indentation + " iv_ength = " + ivLength); in toString()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dalgorithm2e.sty.ltxml138 DefRegister('\lx@algo@indentation' => Tokens());
139 DefMacro('\lx@algo@push@indentation{}',
140 '\expandafter\lx@algo@indentation\expandafter{\the\lx@algo@indentation#1}');
141 DefMacro('\lx@algo@pop@indentation', sub {
142 my @toks = LookupRegister('\lx@algo@indentation')->unlist;
144 AssignRegister('\lx@algo@indentation', Tokens(@toks));
179 DefMacro('\lx@prepend@indentation',
180 '\lx@prepend@indentation@{\the\lx@algo@indentation}');
181 DefConstructor('\lx@prepend@indentation@{}', sub {
182 my ($doc, $indentation) = @_;
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/tabledrag_test/src/Form/
H A DTableDragTestForm.php57 * @param bool $indentation
64 … = [], $table_id = 'tabledrag-test-table', $group_prefix = 'tabledrag-test', $indentation = TRUE) { argument
73 if ($indentation) {
96 'colspan' => $indentation ? 4 : 2,
130 '#size' => $indentation ? $row['depth'] : 0,
143 if ($indentation) {
/dports/textproc/markdown-mode.el/markdown-mode-2.4/tests/
H A Dlists.text4 the beginning of the block, the actual indentation of the block (first
53 no leading indentation and
67 no leading indentation and
79 single space leading indentation and
80 no hanging indentation.
91 single space leading indentation and
92 no hanging indentation.
107 single space leading indentation and
108 no hanging indentation.
123 single space leading indentation and
[all …]
/dports/devel/py-astor/astor-0.8.1/astor/
H A Dsource_repr.py72 indentation = line[0]
73 lenfirst = len(indentation)
74 indent = lenfirst - len(indentation.lstrip())
76 indentation = line.pop(0) if indent else ''
97 append(indentation)
102 indentation += ' '
114 append(indentation)
126 append(indentation)
140 append(indentation)
/dports/sysutils/py-jailconf/jailconf-0.2.1/jailconf/
H A Dstructures.py99 def strgen(self, indentation = '\t', current_indent = 0):
101 yield current_indent * indentation
105 yield from value.strgen(indentation, current_indent + 1)
114 def dumps(self, indentation = '\t', current_indent = 0):
115 return ''.join(self.strgen(indentation, current_indent))
117 def write(self, path, indentation = '\t'):
119 os.write(handle, self.dumps(indentation = indentation).encode('utf-8'))
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/
H A DFlexibleDocStringEmulator.php47 $indentation = $match['indentation'][0];
53 if ($indentation === '' && $separator !== '') {
58 if ($indentation !== '') {
60 $indentationLen = strlen($indentation);
62 $patches[] = [$indentationStart + $posDelta, 'add', $indentation];
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/
H A DFlexibleDocStringEmulator.php47 $indentation = $match['indentation'][0];
53 if ($indentation === '' && $separator !== '') {
58 if ($indentation !== '') {
60 $indentationLen = strlen($indentation);
62 $patches[] = [$indentationStart + $posDelta, 'add', $indentation];
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/
H A DFlexibleDocStringEmulator.php47 $indentation = $match['indentation'][0];
53 if ($indentation === '' && $separator !== '') {
58 if ($indentation !== '') {
60 $indentationLen = strlen($indentation);
62 $patches[] = [$indentationStart + $posDelta, 'add', $indentation];
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/
H A DFlexibleDocStringEmulator.php47 $indentation = $match['indentation'][0];
53 if ($indentation === '' && $separator !== '') {
58 if ($indentation !== '') {
60 $indentationLen = strlen($indentation);
62 $patches[] = [$indentationStart + $posDelta, 'add', $indentation];
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/
H A DFlexibleDocStringEmulator.php47 $indentation = $match['indentation'][0];
53 if ($indentation === '' && $separator !== '') {
58 if ($indentation !== '') {
60 $indentationLen = strlen($indentation);
62 $patches[] = [$indentationStart + $posDelta, 'add', $indentation];
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/
H A DFlexibleDocStringEmulator.php47 $indentation = $match['indentation'][0];
53 if ($indentation === '' && $separator !== '') {
58 if ($indentation !== '') {
60 $indentationLen = strlen($indentation);
62 $patches[] = [$indentationStart + $posDelta, 'add', $indentation];
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Document/
H A DDocumentModelDigitizeCurve.cpp112 void DocumentModelDigitizeCurve::printStream(QString indentation, in printStream() argument
115 str << indentation << "DocumentModelDigitizeCurve\n"; in printStream()
117 indentation += INDENTATION_DELTA; in printStream()
119 …str << indentation << "cursorStandardCross=" << (m_cursorStandardCross ? "true" : "false") << "\n"; in printStream()
120 str << indentation << "cursorInnerRadius=" << m_cursorInnerRadius << "\n"; in printStream()
121 str << indentation << "cursorSize=" << m_cursorSize << "\n"; in printStream()
122 str << indentation << "cursorLineWidth=" << m_cursorLineWidth << "\n"; in printStream()
/dports/astro/siril/siril/
H A D.editorconfig12 # Tab indentation for our own C source code
17 # 4 spaces indentation for librtprocess
22 # 2 spaces indentation .gitlab-ci.yml, meson.build, README.md, siril3.glade, siril-shortcut.ui
27 # 4 spaces indentation for siril.css
32 # Tab indentation for configure.ac and Makefile.am
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/macros/tree/
H A DuiDumpTree.sci46 function prettyPrint(myTree, myB, indentation)
48 mprintf(indentation);
52 indentation = indentation + "| ";
55 mprintf(indentation);
57 mprintf(indentation);
62 prettyPrint(myTree(childIndex), myB, indentation);
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfDocument.java869 indentation.imageIndentLeft = 0; in newPage()
1158 indentation.imageIndentLeft = 0; in initPage()
1159 indentation.indentBottom = 0; in initPage()
1160 indentation.indentTop = 0; in initPage()
1324 …moveTextX = l.indentLeft() - indentLeft() + indentation.indentLeft + indentation.listIndentLeft + in flushLines()
1753 …return left(indentation.indentLeft + indentation.listIndentLeft + indentation.imageIndentLeft + in… in indentLeft()
1763 …return right(indentation.indentRight + indentation.sectionIndentRight + indentation.imageIndentRig… in indentRight()
3067 indentation.indentLeft = indentation.indentRight = 0; in doFooter()
3069 indentation.listIndentLeft = 0; in doFooter()
3112 indentation.indentLeft = indentation.indentRight = 0; in doHeader()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dir_print_visitor.cpp90 indentation = 0; in ir_print_visitor()
189 indentation++; in visit()
196 indentation++; in visit()
203 indentation--; in visit()
211 indentation++; in visit()
218 indentation--; in visit()
221 indentation--; in visit()
229 indentation++; in visit()
235 indentation--; in visit()
481 indentation++; in visit()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dir_print_visitor.cpp90 indentation = 0; in ir_print_visitor()
189 indentation++; in visit()
196 indentation++; in visit()
203 indentation--; in visit()
211 indentation++; in visit()
218 indentation--; in visit()
221 indentation--; in visit()
229 indentation++; in visit()
235 indentation--; in visit()
481 indentation++; in visit()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/BlenderExport/ogrepkg/
H A Dmaterialexport.py504 def writeReceiveShadows(self, f, indentation=0): argument
510 def writeAmbient(self, f, col, indentation=0): argument
521 def writeDiffuse(self, f, col, indentation=0): argument
532 def writeSpecular(self, f, indentation=0): argument
541 def writeEmissive(self, f, col, indentation=0): argument
552 def writeSceneBlend(self, f, indentation=0): argument
566 def writeCommonOptions(self, f, indentation=0): argument
579 f.write(indent(indentation)+"lighting off\n")
584 def writeDiffuseTexture(self, f, indentation = 0): argument
586 f.write(indent(indentation)+"texture_unit\n")
[all …]
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/Java/com/axiosys/bento4/
H A DSchmAtom.java77 public String toString(String indentation) { in toString() argument
78 StringBuffer result = new StringBuffer(super.toString(indentation)); in toString()
79 result.append("\n" + indentation + " scheme_type = " + Atom.typeString(schemeType)); in toString()
80 result.append("\n" + indentation + " scheme_version = " + schemeVersion); in toString()
81 result.append("\n" + indentation + " scheme_uri = " + schemeUri); in toString()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dindent.vim34indentation\|case-brace-indentation\|declaration-comment-column\|continuation-indentation\|case-in…
66 \ -eei --extra-expression-indentation
90 \ -neei --no-extra-expression-indentation
94 \ -nip --dont-indent-parameters --no-parameter-indentation
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dindent.vim34indentation\|case-brace-indentation\|declaration-comment-column\|continuation-indentation\|case-in…
66 \ -eei --extra-expression-indentation
90 \ -neei --no-extra-expression-indentation
94 \ -nip --dont-indent-parameters --no-parameter-indentation
/dports/math/rumur/rumur-2021.09.29/murphi2c/src/
H A Dgenerate_h.cc23 *this << indentation() << "extern const "; in visit_constdecl()
44 *this << indentation(); in visit_function()
76 *this << indentation() << "bool " << n.name << "("; in visit_propertyrule()
99 *this << indentation() << "bool guard_" << n.name << "("; in visit_simplerule()
120 *this << indentation() << "void rule_" << n.name << "("; in visit_simplerule()
146 *this << indentation() << "void startstate_" << n.name << "("; in visit_startstate()
172 *this << indentation(); in visit_vardecl()
/dports/www/wt/wt-4.6.1/src/Wt/Json/
H A DSerializer.h31 std::string WT_API serialize(const Object& obj, int indentation = 1);
32 void serialize(const Object& obj, int indentation, EscapeOStream& result);
45 std::string WT_API serialize(const Array& arr, int indentation = 1);
46 void serialize(const Array& arr, int indentation, EscapeOStream& result);

1...<<11121314151617181920>>...872