Home
last modified time | relevance | path

Searched +defs:current +defs:indentation (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/nim/editor/
H A Dnimindenter.cpp69 int indentation = 0; in indentBlock() local
97 NimLexer::Token current = lexer.next(); in startsBlock() local
135 NimLexer::Token current = lexer.next(); in endsBlock() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Dtestresultdelegate.cpp151 … const int indentation = depth * view->style()->pixelMetric(QStyle::PM_TreeViewIndentation, &opt); in sizeHint() local
178 void TestResultDelegate::currentChanged(const QModelIndex &current, const QModelIndex &previous) in currentChanged()
186 const QModelIndex current = m_lastProcessedIndex; in clearCache() local
/dports/math/cloog/cloog-cloog-0.20.0/source/
H A Dprogram.c297 static void print_declarations(FILE *file, int n, char **names, int indentation) in print_declarations()
310 int indentation) in print_scattering_declarations()
527 int indentation = 0; in cloog_program_osl_pprint() local
621 int i, j, indentation = 0; local
1192 { int i, j, scalar, current, nb_scaldims=0 ; in cloog_program_extract_scalars() local
/dports/games/openspades/openspades-0.1.3/Sources/json/
H A Djson_writer.cpp31 char *&current ) in uintToString()
45 char *current = buffer + sizeof(buffer); in valueToString() local
60 char *current = buffer + sizeof(buffer); in valueToString() local
524 const char *current = begin; in normalizeEOL() local
544 StyledStreamWriter::StyledStreamWriter( std::string indentation ) in StyledStreamWriter()
804 const char *current = begin; in normalizeEOL() local
/dports/math/vtk6/VTK-6.2.0/ThirdParty/jsoncpp/vtkjsoncpp/
H A Djson_writer.cpp41 char* current = buffer + sizeof(buffer); in valueToString() local
54 char* current = buffer + sizeof(buffer); in valueToString() local
454 const char* current = begin; in normalizeEOL() local
471 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter()
670 const char* current = begin; in normalizeEOL() local
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/json/jsoncpp/src/
H A Djson_writer.cpp37 char *current = buffer + sizeof(buffer); in valueToString() local
52 char *current = buffer + sizeof(buffer); in valueToString() local
522 const char *current = begin; in normalizeEOL() local
542 StyledStreamWriter::StyledStreamWriter( std::string indentation ) in StyledStreamWriter()
803 const char *current = begin; in normalizeEOL() local
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/json/jsoncpp/src/
H A Djson_writer.cpp37 char *current = buffer + sizeof(buffer); in valueToString() local
52 char *current = buffer + sizeof(buffer); in valueToString() local
522 const char *current = begin; in normalizeEOL() local
542 StyledStreamWriter::StyledStreamWriter( std::string indentation ) in StyledStreamWriter()
803 const char *current = begin; in normalizeEOL() local
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/json/jsoncpp/src/
H A Djson_writer.cpp37 char *current = buffer + sizeof(buffer); in valueToString() local
52 char *current = buffer + sizeof(buffer); in valueToString() local
522 const char *current = begin; in normalizeEOL() local
542 StyledStreamWriter::StyledStreamWriter( std::string indentation ) in StyledStreamWriter()
803 const char *current = begin; in normalizeEOL() local
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/json/jsoncpp/src/
H A Djson_writer.cpp37 char *current = buffer + sizeof(buffer); in valueToString() local
52 char *current = buffer + sizeof(buffer); in valueToString() local
522 const char *current = begin; in normalizeEOL() local
542 StyledStreamWriter::StyledStreamWriter( std::string indentation ) in StyledStreamWriter()
803 const char *current = begin; in normalizeEOL() local
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/json/jsoncpp/src/
H A Djson_writer.cpp37 char *current = buffer + sizeof(buffer); in valueToString() local
52 char *current = buffer + sizeof(buffer); in valueToString() local
522 const char *current = begin; in normalizeEOL() local
542 StyledStreamWriter::StyledStreamWriter( std::string indentation ) in StyledStreamWriter()
803 const char *current = begin; in normalizeEOL() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DPODRedBlackTree.h277 Node* treeSearchNormal(Node* current, const T& data) const in treeSearchNormal()
292 Node* treeSearchFullComparisons(Node* current, const T& data) const in treeSearchFullComparisons()
727 void dumpFromNode(Node* node, int indentation) const in dumpFromNode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/
H A DIndentUtil.java141 String current= getCurrentIndent(document, lines.getStartLine()); in shiftLines() local
245 …private static int subtractIndent(CharSequence correct, CharSequence current, StringBuilder differ… in subtractIndent()
479 String indentation= document.get(previousLineStart, previousLineNonWS - previousLineStart); in computeJavadocIndent() local
/dports/devel/jsoncpp/jsoncpp-1.9.5/src/lib_json/
H A Djson_writer.cpp96 char* current = buffer + sizeof(buffer); in valueToString() local
112 char* current = buffer + sizeof(buffer); in valueToString() local
649 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
917 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter()
1163 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp94 char* current = buffer + sizeof(buffer); in valueToString() local
110 char* current = buffer + sizeof(buffer); in valueToString() local
645 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
913 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter()
1159 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp104 char* current = buffer + sizeof(buffer); in valueToString() local
120 char* current = buffer + sizeof(buffer); in valueToString() local
615 StyledStreamWriter::StyledStreamWriter(JSONCPP_STRING indentation) in StyledStreamWriter()
880 JSONCPP_STRING const& indentation, in BuiltStyledStreamWriter()
1136 JSONCPP_STRING indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/jsoncpp/src/lib_json/
H A Djson_writer.cpp104 char* current = buffer + sizeof(buffer); in valueToString() local
120 char* current = buffer + sizeof(buffer); in valueToString() local
609 StyledStreamWriter::StyledStreamWriter(JSONCPP_STRING indentation) in StyledStreamWriter()
874 JSONCPP_STRING const& indentation, in BuiltStyledStreamWriter()
1130 JSONCPP_STRING indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_writer.cpp96 char* current = buffer + sizeof(buffer); in valueToString() local
112 char* current = buffer + sizeof(buffer); in valueToString() local
648 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
916 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter()
1162 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_writer.cpp96 char* current = buffer + sizeof(buffer); in valueToString() local
112 char* current = buffer + sizeof(buffer); in valueToString() local
648 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
916 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter()
1162 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/jsoncpp/source/src/lib_json/
H A Djson_writer.cpp94 char* current = buffer + sizeof(buffer); in valueToString() local
110 char* current = buffer + sizeof(buffer); in valueToString() local
637 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
906 BuiltStyledStreamWriter::BuiltStyledStreamWriter(String indentation, in BuiltStyledStreamWriter()
1156 String indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/www/firefox/firefox-99.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp96 char* current = buffer + sizeof(buffer); in valueToString() local
112 char* current = buffer + sizeof(buffer); in valueToString() local
649 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
917 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter()
1163 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp96 char* current = buffer + sizeof(buffer); in valueToString() local
112 char* current = buffer + sizeof(buffer); in valueToString() local
648 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
916 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter()
1162 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jsoncpp/source/src/lib_json/
H A Djson_writer.cpp96 char* current = buffer + sizeof(buffer); in valueToString() local
112 char* current = buffer + sizeof(buffer); in valueToString() local
648 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
916 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter()
1162 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/devel/cmake/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_writer.cpp96 char* current = buffer + sizeof(buffer); in valueToString() local
112 char* current = buffer + sizeof(buffer); in valueToString() local
648 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
916 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter()
1162 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/graphics/open3d/Open3D-0.2/src/External/jsoncpp/
H A Djson_writer.cpp86 char* current = buffer + sizeof(buffer); in valueToString() local
102 char* current = buffer + sizeof(buffer); in valueToString() local
624 StyledStreamWriter::StyledStreamWriter(JSONCPP_STRING indentation) in StyledStreamWriter()
889 JSONCPP_STRING const& indentation, in BuiltStyledStreamWriter()
1145 JSONCPP_STRING indentation = settings_["indentation"].asString(); in newStreamWriter() local
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp96 char* current = buffer + sizeof(buffer); in valueToString() local
112 char* current = buffer + sizeof(buffer); in valueToString() local
648 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
916 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter()
1162 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local

12345678