Home
last modified time | relevance | path

Searched refs:C_ERROR (Results 1 – 25 of 67) sorted by relevance

123

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/acttools/
H A DoneByOne.py46 last = cfg.C_ERROR + line.split("|")[2].strip() + cfg.C_END
50 last = cfg.C_ERROR + "?" + cfg.C_END
H A Dmultijobs.py67 cfg.C_ERROR + t[1],
153 return res + line[0:-11] + cfg.C_ERROR + "<--- failed" + cfg.C_END
157 return res + s[0] + cfg.C_ERROR + "Memory leaks found" + cfg.C_END + s[1]
H A Dconfiguration.py236 cfg.C_ERROR = ''
242 cfg.C_ERROR = '\033[1m\033[31m'
H A Dinvocation.py50 c_warning, c_error, c_value, c_end = cfg.C_WARNING, cfg.C_ERROR, cfg.C_VALUE, cfg.C_END
H A Dutils.py91 print(pref + colFormat("** act Error : " + s, cfg.C_ERROR) + cfg.C_END)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dlogger.cpp86 Logger::Logg.classe(C_ERROR) in start()
170 …Logger::Logg(C_ERROR, D("unable to create log directory '%s': %s!") % base_path % strerror(errno)); in start()
176 …Logger::Logg(C_ERROR, D("unable to create symlink to latest log directory '%s': %s!") % base_path … in start()
184 Logger::Logg(C_ERROR, D("could not open file '%s': %s") % gen_tmp % strerror(errno)); in start()
220 Logger::Logg(C_ERROR, FMT("unable to move generic log file: %s.") % strerror(errno)); in rotate()
294 …if ((unique && !flag_errors) || flag_errors) K::Logger::Logg.classe(C_ERROR) .set(O_CONSOL… in processLogConsole()
401 …if ((unique && !flag_errors) || flag_errors) K::Logger::Logg.classe(C_ERROR) .set(O_GENERI… in processLogDisk()
H A Dcli.cpp2232 K::Logger::Logg(C_ERROR, FMT("%s (%s)") % e.what() % (*itr)); in execute()
2508 …bool flag1_errors = K::Logger::Logg.classe(C_ERROR).get(O_CONSOLE, K::LogManager::Option::ENABLE… in execute()
2533 …bool flag2_errors = K::Logger::Logg.classe(C_ERROR).get(O_GENERIC, K::LogManager::Option::ENABL… in execute()
2809 K::Logger::Logg2(C_ERROR, stream, FMT("%s.") % (*i)); in execute()
2816 K::Logger::Logg2(C_ERROR,stream, FMT("config processing error: %s.") % e.what()); in execute()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/EUPL/
H A Dasync_log.c163 SendMsgRequest ( C_ERROR, szBuf, lstrlen (szBuf), FALSE, TRUE ); in SVC_ERROR()
167 WriteIntoEventLog (szBuf, C_ERROR); in SVC_ERROR()
/dports/audio/mumble/mumble-1.3.3/3rdparty/minhook-src/src/hde/
H A Dtable32.h16 #define C_ERROR 0xff macro
H A Dtable64.h16 #define C_ERROR 0xff macro
H A Dhde32.c79 if (cflags == C_ERROR) { in hde32_disasm()
H A Dhde64.c90 if (cflags == C_ERROR) { in hde64_disasm()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtexteditorconstants.cpp109 case C_ERROR: return "Error"; in nameForStyle()
H A Dtexteditorconstants.h111 C_ERROR, enumerator
H A Dhighlighter.cpp104 case KSyntaxHighlighting::Theme::Alert: return C_ERROR; in categoryForTextStyle()
105 case KSyntaxHighlighting::Theme::Error: return C_ERROR; in categoryForTextStyle()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Ddefs.h163 C_ERROR, /* errors */ enumerator
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Druntime.cpp487 #define MAP(C_ERROR, BL_ERROR) case C_ERROR: return BL_ERROR in blResultFromPosixError() argument
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/languageclient/
H A Ddiagnosticmanager.cpp119 const TextStyle style = severity == DiagnosticSeverity::Error ? C_ERROR : C_WARNING; in toDiagnosticsSelections()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmljseditor/
H A Dqmljssemantichighlighter.cpp417 format = fontSettings.toTextCharFormat(TextEditor::C_ERROR); in addMessages()
456 format = fontSettings.toTextCharFormat(TextEditor::C_ERROR); in addMessages()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/qml/
H A Dqmlengineutils.cpp248 QTextCharFormat errorFormat = fontSettings.toTextCharFormat(TextEditor::C_ERROR); in highlightExceptionCode()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dbuiltineditordocumentprocessor.cpp61 QTextCharFormat errorFormat = fontSettings.toTextCharFormat(TextEditor::C_ERROR); in toTextEditorSelections()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/glsleditor/
H A Dglsleditor.cpp283 QTextCharFormat errorFormat = fontSettings.toTextCharFormat(TextEditor::C_ERROR); in updateDocumentNow()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dextracompiler.cpp295 TextEditor::C_WARNING : TextEditor::C_ERROR); in updateIssues()
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/gtkui/
H A Dmodel.py522 C_COVER, C_ERROR, C_PILL_VISIBLE, \
909 self.C_ERROR, self._format_error(channel),
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/
H A Dclangdiagnosticmanager.cpp174 QTextCharFormat errorFormat = fontSettings.toTextCharFormat(TextEditor::C_ERROR); in addErrorSelections()

123