Home
last modified time | relevance | path

Searched refs:indentation (Results 426 – 450 of 24086) sorted by relevance

1...<<11121314151617181920>>...964

/dports/editors/slime/slime-2.26.1-9-gf368e22a/contrib/
H A Dswank-indentation.lisp12 (let ((indentation (gethash symbol table default)))
13 (unless (eq default indentation)
15 (values indentation t))))))
19 (let ((indentation (has-application-indentation-hint-p symbol)))
27 (walk indentation))))
/dports/graphics/fig2sxd/fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3/
H A Dxmlwrite.cpp44 indentation(true) in Node()
97 indentation = false; in text()
115 if( pretty && indentation ) in write()
120 (*i)->write( out, level+1, pretty && indentation ); in write()
122 if( pretty && indentation ) in write()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/include/votca/tools/
H A Dpropertyiomanipulator.h40 std::string indentation = "",
44 indentation_(indentation), in type_()
61 void setIndentation(std::string indentation) { indentation_ = indentation; } in setIndentation() argument
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/tools-9c102e0/include/votca/tools/
H A Dpropertyiomanipulator.h40 std::string indentation = "",
44 indentation_(indentation), in type_()
61 void setIndentation(std::string indentation) { indentation_ = indentation; } in setIndentation() argument
/dports/devel/py-astunparse/astunparse-1.6.3/lib/astunparse/
H A Dprinter.py10 self.indentation = 0
33 self.indentation += 1
39 self.write("\n" + self.indent_with * self.indentation)
51 self.indentation -= 1
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Resource/
H A DXMLFile.pkg12 String ToString(const String indentation = "\t") const;
17 …tolua_outside bool XMLFileSave @ Save(const String fileName, const String indentation = "\t") cons…
35 static bool XMLFileSave(const XMLFile* resource, const String& fileName, const String& indentation)
41 return file.Open(fileName, FILE_WRITE) && resource->Save(file, indentation);
/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/language/
H A Dblock_string.py73 value: str, indentation: str = "", prefer_multiple_lines: bool = False
96 result = "\n" + indentation
99 result += value.replace("\n", "\n" + indentation) if indentation else value
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dtrace.cpp14 void BLDebugTrace::log(uint32_t severity, uint32_t indentation, const char* fmt, ...) noexcept { in log() argument
16 if (indentation < 0xFFFFFFFFu) { in log()
21 blRuntimeMessageFmt("%*s%s", indentation * 2, "", prefix); in log()
/dports/editors/xed/xed-3.2.0/debian/
H A Dcontrol47 highlighting of source code, auto indentation and printing and print preview
52 ChangeLogs, and adjusting indentation levels.
66 highlighting of source code, auto indentation and printing and print preview
71 ChangeLogs, and adjusting indentation levels.
89 highlighting of source code, auto indentation and printing and print preview
94 ChangeLogs, and adjusting indentation levels.
113 highlighting of source code, auto indentation and printing and print preview
118 ChangeLogs, and adjusting indentation levels.
139 highlighting of source code, auto indentation and printing and print preview
144 ChangeLogs, and adjusting indentation levels.
/dports/devel/py-libcst/libcst-0.3.23/
H A D.flake89 E101, # indentation contains mixed spaces and tabs
10 E111, # indentation is not a multiple of four
12 E113, # unexpected indentation
13 E114, # indentation is not a multiple of four (comment)
15 E116, # unexpected indentation (comment)
17 E122, # continuation line missing indentation or outdented
18 E123, # closing bracket does not match indentation of opening bracket’s line
19 E124, # closing bracket does not match visual indentation
28 E133, # closing bracket is missing indentation
82 W191, # indentation contains tabs
/dports/www/py-seafdav/seafdav-8.0.7-server/
H A D.editorconfig25 # 4 space indentation
29 # 2 space indentation
33 # Tab indentation (no size specified)
37 # Tab indentation (no size specified, but view as 4 spaces)
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/ui/components/
H A Dlabeled_paragraph.py42 def render(self, io, indentation=0): # type: (IO, int) -> None argument
43 line_prefix = " " * indentation
48 text_offset = self._alignment.text_offset - indentation
56 text_width = io.terminal_dimensions.width - 1 - text_offset - indentation
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Scene/
H A DScene.pkg25 tolua_outside bool SceneSaveXML @ SaveXML(File* dest, const String indentation = "\t") const;
27 …tolua_outside bool SceneSaveXML @ SaveXML(const String fileName, const String indentation = "\t") …
29 tolua_outside bool SceneSaveJSON @ SaveJSON(File* dest, const String indentation = "\t") const;
144 static bool SceneSaveXML(const Scene* scene, File* file, const String& indentation)
146 return file ? scene->SaveXML(*file, indentation) : false;
163 static bool SceneSaveXML(const Scene* scene, const String& fileName, const String& indentation)
168 return scene->SaveXML(file, indentation);
176 static bool SceneSaveJSON(const Scene* scene, File* file, const String& indentation)
178 return file ? scene->SaveJSON(*file, indentation) : false;
187 static bool SceneSaveJSON(const Scene* scene, const String& fileName, const String& indentation)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/
H A DIndentAction.java589 buf.insert(0, indentation); in computeJavadocIndent()
878 String newStr= indentation; in getTextBlockIndentationString()
905 indentation= newStr; in getTextBlockIndentationString()
909 indentation+= tabString; in getTextBlockIndentationString()
925 indentation+= indentString; in getTextBlockIndentationString()
929 return indentation; in getTextBlockIndentationString()
943 String newStr= indentation; in getIndentationAsPerTextBlockSettings()
970 indentation= newStr; in getIndentationAsPerTextBlockSettings()
974 indentation+= tabString; in getIndentationAsPerTextBlockSettings()
990 indentation+= indentString; in getIndentationAsPerTextBlockSettings()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssOrderingElement.php59 protected $indentation = 0; variable in ilAssOrderingElement
176 * @param int $indentation
178 public function setIndentation($indentation) argument
180 $this->indentation = $indentation;
188 return $this->indentation;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/dialogs/
H A Dfilepropertiesdialog.cpp70 m_ui->indentation->setText(tr("Unknown")); in detectTextFileSettings()
131 m_ui->indentation->setText(tr("Mixed")); in detectTextFileSettings()
133 m_ui->indentation->setText(tr("%1 Spaces").arg(max->first)); in detectTextFileSettings()
136 m_ui->indentation->setText(tr("Tabs")); in detectTextFileSettings()
138 m_ui->indentation->setText(tr("Unknown")); in detectTextFileSettings()
170 m_ui->indentation->setText(tr("Unknown")); in refresh()
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssOrderingElement.php59 protected $indentation = 0; variable in ilAssOrderingElement
176 * @param int $indentation
178 public function setIndentation($indentation) argument
180 $this->indentation = $indentation;
188 return $this->indentation;
/dports/math/stanmath/math-4.2.0/lib/cpplint_1.4.5/
H A D.flake83 # indentation is not a multiple of four,
9 # closing bracket does not match indentation of opening bracket's line
21 # closing bracket does not match visual indentation
29 # unexpected indentation
/dports/devel/cpplint/cpplint-1.5.5/
H A D.flake83 # indentation is not a multiple of four,
9 # closing bracket does not match indentation of opening bracket's line
21 # closing bracket does not match visual indentation
29 # unexpected indentation
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dflexible-heredoc-error8.phpt2 Flexible heredoc syntax error 8: don't interpret \t as indentation
12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dflexible-heredoc-error8.phpt2 Flexible heredoc syntax error 8: don't interpret \t as indentation
12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dflexible-heredoc-error8.phpt2 Flexible heredoc syntax error 8: don't interpret \t as indentation
12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dflexible-heredoc-error8.phpt2 Flexible heredoc syntax error 8: don't interpret \t as indentation
12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dflexible-heredoc-error8.phpt2 Flexible heredoc syntax error 8: don't interpret \t as indentation
12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dflexible-heredoc-error8.phpt2 Flexible heredoc syntax error 8: don't interpret \t as indentation
12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…

1...<<11121314151617181920>>...964