Home
last modified time | relevance | path

Searched refs:errMsg (Results 251 – 275 of 7429) sorted by relevance

1...<<11121314151617181920>>...298

/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/vb6/
H A DCDisassembler.cls38 Public errMsg As String
52 If hCap = 0 Then errMsg = "Could not find capstone.dll"
61 errMsg = Empty
70 errMsg = errMsg & " Could not load vbCapstone.dll"
81 errMsg = "specified architecture not supported"
88 errMsg = err2str(lastErr)
126 errMsg = "Could not convert base address to long"
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/bindings/vb6/
H A DCDisassembler.cls38 Public errMsg As String
52 If hCap = 0 Then errMsg = "Could not find capstone.dll"
61 errMsg = Empty
70 errMsg = errMsg & " Could not load vbCapstone.dll"
81 errMsg = "specified architecture not supported"
88 errMsg = err2str(lastErr)
126 errMsg = "Could not convert base address to long"
/dports/devel/staf/src/staf/stafif/unix/
H A DSTAFProcess.cpp637 STAFString errMsg = STAFString( in STAFProcessStart2() local
639 *errorBuffer = errMsg.adoptImpl(); in STAFProcessStart2()
649 STAFString errMsg = STAFString( in STAFProcessStart2() local
652 *errorBuffer = errMsg.adoptImpl(); in STAFProcessStart2()
739 *errorBuffer = errMsg.adoptImpl(); in STAFProcessStart2()
752 *errorBuffer = errMsg.adoptImpl(); in STAFProcessStart2()
765 *errorBuffer = errMsg.adoptImpl(); in STAFProcessStart2()
786 *errorBuffer = errMsg.adoptImpl(); in STAFProcessStart2()
799 *errorBuffer = errMsg.adoptImpl(); in STAFProcessStart2()
1009 *errorBuffer = errMsg.adoptImpl(); in STAFProcessStart2()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitlab/
H A Dhttp_client_test.go263 errMsg string
275 errMsg: "",
307 errMsg: "",
329 errMsg: "",
360 errMsg: "not found",
415 errMsg string
426 errMsg: "",
437 errMsg: "",
517 errMsg string
532 errMsg: "",
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitlab/
H A Dhttp_client_test.go252 errMsg string
264 errMsg: "",
296 errMsg: "",
318 errMsg: "",
349 errMsg: "not found",
399 errMsg string
410 errMsg: "",
421 errMsg: "",
496 errMsg string
511 errMsg: "",
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitlab/
H A Dhttp_client_test.go263 errMsg string
275 errMsg: "",
307 errMsg: "",
329 errMsg: "",
360 errMsg: "not found",
415 errMsg string
426 errMsg: "",
437 errMsg: "",
517 errMsg string
532 errMsg: "",
[all …]
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLShader.cpp71 std::vector<char> errMsg; in Compile() local
72 errMsg.resize(device->GetShaderInteger(handle, IGLDevice::InfoLogLength) + 1); in Compile()
75 device->GetShaderInfoLog(handle, static_cast<IGLDevice::Sizei>(errMsg.size()), in Compile()
76 &outLen, errMsg.data()); in Compile()
77 errMsg[outLen] = 0; in Compile()
84 std::string err = errMsg.data(); in Compile()
87 errMsg.data(), src.substr(0, 500).c_str()); in Compile()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/page/
H A DAdminLicenseFromCSV.php75 $errMsg = '';
77 $errMsg = _("No file selected");
79 $errMsg = $uploadedFile->getErrorMessage();
81 $errMsg = _("Larger than upload_max_filesize ") .
84 $errMsg = _('Invalid extension ') .
88 if (! empty($errMsg)) {
89 return $errMsg;
/dports/net/storj/storj-1.45.3/web/satellite/src/api/
H A Dauth.ts249 const errMsg = result.error || 'Cannot register user'; constant
252 throw new ErrorBadRequest(errMsg);
254 throw new ErrorUnauthorized(errMsg);
256 throw new ErrorEmailUsed(errMsg);
260 throw new Error(errMsg);
334 throw new ErrorUnauthorized(errMsg);
336 throw new Error(errMsg);
381 const errMsg = result.error || 'Cannot reset password'; constant
384 throw new ErrorBadRequest(errMsg);
386 throw new ErrorUnauthorized(errMsg);
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_bulkrollbackfilecompressed.cpp109 std::string errMsg; in truncateSegmentFile() local
479 errMsg = oss.str(); in loadColumnHdrPtrs()
494 errMsg = oss.str(); in loadColumnHdrPtrs()
769 errMsg = oss.str(); in loadDctnryHdrPtrs()
784 errMsg = oss.str(); in loadDctnryHdrPtrs()
800 errMsg = oss.str(); in loadDctnryHdrPtrs()
818 errMsg = oss.str(); in loadDctnryHdrPtrs()
847 std::string& errMsg) in restoreHWMChunk() argument
863 errMsg = oss.str(); in restoreHWMChunk()
884 errMsg = oss.str(); in restoreHWMChunk()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_bulkrollbackfilecompressed.cpp109 std::string errMsg; in truncateSegmentFile() local
479 errMsg = oss.str(); in loadColumnHdrPtrs()
494 errMsg = oss.str(); in loadColumnHdrPtrs()
769 errMsg = oss.str(); in loadDctnryHdrPtrs()
784 errMsg = oss.str(); in loadDctnryHdrPtrs()
800 errMsg = oss.str(); in loadDctnryHdrPtrs()
818 errMsg = oss.str(); in loadDctnryHdrPtrs()
847 std::string& errMsg) in restoreHWMChunk() argument
863 errMsg = oss.str(); in restoreHWMChunk()
884 errMsg = oss.str(); in restoreHWMChunk()
[all …]
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/auto/
H A Dneovimapi6.cpp1858 QString errMsg; in handleResponseError() local
1996 emit err_ui_attach(errMsg, res); in handleResponseError()
2023 emit err_nvim_input(errMsg, res); in handleResponseError()
2032 emit err_nvim_eval(errMsg, res); in handleResponseError()
2071 emit err_vim_set_var(errMsg, res); in handleResponseError()
2074 emit err_vim_del_var(errMsg, res); in handleResponseError()
2287 emit err_ui_detach(errMsg, res); in handleResponseError()
2293 emit err_vim_command(errMsg, res); in handleResponseError()
2299 emit err_vim_input(errMsg, res); in handleResponseError()
2308 emit err_vim_eval(errMsg, res); in handleResponseError()
[all …]
H A Dneovimapi5.cpp1835 QString errMsg; in handleResponseError() local
1973 emit err_ui_attach(errMsg, res); in handleResponseError()
1997 emit err_nvim_input(errMsg, res); in handleResponseError()
2006 emit err_nvim_eval(errMsg, res); in handleResponseError()
2045 emit err_vim_set_var(errMsg, res); in handleResponseError()
2048 emit err_vim_del_var(errMsg, res); in handleResponseError()
2258 emit err_ui_detach(errMsg, res); in handleResponseError()
2264 emit err_vim_command(errMsg, res); in handleResponseError()
2270 emit err_vim_input(errMsg, res); in handleResponseError()
2279 emit err_vim_eval(errMsg, res); in handleResponseError()
[all …]
H A Dneovimapi3.cpp1647 QString errMsg; in handleResponseError() local
1764 emit err_ui_attach(errMsg, res); in handleResponseError()
1788 emit err_nvim_input(errMsg, res); in handleResponseError()
1797 emit err_nvim_eval(errMsg, res); in handleResponseError()
1833 emit err_vim_set_var(errMsg, res); in handleResponseError()
1836 emit err_vim_del_var(errMsg, res); in handleResponseError()
2013 emit err_ui_detach(errMsg, res); in handleResponseError()
2019 emit err_vim_command(errMsg, res); in handleResponseError()
2025 emit err_vim_input(errMsg, res); in handleResponseError()
2034 emit err_vim_eval(errMsg, res); in handleResponseError()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/adio/ad_ntfs/
H A Dad_ntfs_fcntl.c25 char errMsg[ADIOI_NTFS_ERR_MSG_MAX]; in ADIOI_NTFS_Fcntl() local
27 ADIOI_NTFS_Strerror(err, errMsg, ADIOI_NTFS_ERR_MSG_MAX); in ADIOI_NTFS_Fcntl()
32 "**io", "**io %s", errMsg); in ADIOI_NTFS_Fcntl()
40 char errMsg[ADIOI_NTFS_ERR_MSG_MAX]; in ADIOI_NTFS_Fcntl() local
42 ADIOI_NTFS_Strerror(dwTemp, errMsg, ADIOI_NTFS_ERR_MSG_MAX); in ADIOI_NTFS_Fcntl()
46 "**io %s", errMsg); in ADIOI_NTFS_Fcntl()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/server/
H A Dwe_cleartablelockcmd.cpp41 std::string& errMsg) in processRollback() argument
44 errMsg.clear(); in processRollback()
74 errMsg ); in processRollback()
83 errMsg = ex.what(); in processRollback()
100 std::string& errMsg) in processCleanup() argument
103 errMsg.clear(); in processCleanup()
148 errMsg = ex.what(); in processCleanup()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/server/
H A Dwe_cleartablelockcmd.cpp41 std::string& errMsg) in processRollback() argument
44 errMsg.clear(); in processRollback()
74 errMsg ); in processRollback()
83 errMsg = ex.what(); in processRollback()
100 std::string& errMsg) in processCleanup() argument
103 errMsg.clear(); in processCleanup()
148 errMsg = ex.what(); in processCleanup()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dspicerotation.cpp129 char errMsg[1024]; in init() local
130 getmsg_c("long", sizeof(errMsg), errMsg); in init()
131 clog << errMsg << "\n"; in init()
164 char errMsg[1024]; in computeSpin() local
165 getmsg_c("long", sizeof(errMsg), errMsg); in computeSpin()
166 clog << errMsg << "\n"; in computeSpin()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dspicerotation.cpp129 char errMsg[1024]; in init() local
130 getmsg_c("long", sizeof(errMsg), errMsg); in init()
131 clog << errMsg << "\n"; in init()
164 char errMsg[1024]; in computeSpin() local
165 getmsg_c("long", sizeof(errMsg), errMsg); in computeSpin()
166 clog << errMsg << "\n"; in computeSpin()
/dports/net/minidlna/minidlna-4f6a473/
H A Dsql.c30 char *errMsg = NULL; in sql_exec() local
38 ret = sqlite3_exec(db, sql, 0, 0, &errMsg); in sql_exec()
41 DPRINTF(E_ERROR, L_DB_SQL, "SQL ERROR %d [%s]\n%s\n", ret, errMsg, sql); in sql_exec()
42 if (errMsg) in sql_exec()
43 sqlite3_free(errMsg); in sql_exec()
54 char *errMsg = NULL; in sql_get_table() local
57 ret = sqlite3_get_table(db, sql, pazResult, pnRow, pnColumn, &errMsg); in sql_get_table()
60 DPRINTF(E_ERROR, L_DB_SQL, "SQL ERROR %d [%s]\n%s\n", ret, errMsg, sql); in sql_get_table()
61 if (errMsg) in sql_get_table()
62 sqlite3_free(errMsg); in sql_get_table()
/dports/www/orangehrm/orangehrm-4.9/installer/utils/
H A DUniqueIDGenerator.php198 $errMsg = mysqli_error($link);
199 throw new IDGeneratorException("Error querying last ID. SQL = $sql. Msg = $errMsg");
210 $errMsg = mysqli_error($link);
211 throw new IDGeneratorException("Error in hs_hr_unique_id table. Msg = $errMsg");
219 $errMsg = mysqli_error($link);
220 throw new IDGeneratorException("Error looking for invalid ID's. SQL = $sql. Msg = $errMsg");
236 $errMsg = mysqli_error($link);
237 throw new IDGeneratorException("Error looking for existing MAX ID. SQL = $sql. Msg = $errMsg");
269 $errMsg = mysqli_error($link);
270 … throw new IDGeneratorException("Error updating hs_hr_unique_id table. SQL = $sql. Msg = $errMsg");
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A D_hyExecutionContext.cpp54 errMsg = errorBuffer; in _hyExecutionContext()
66 return errMsg; in GetErrorBuffer()
72 if (errMsg) { in ReportError()
73 *errMsg = *errMsg & errText & ".\n"; in ReportError()
/dports/games/warzone2100/warzone2100/src/3rdparty/
H A Dpropertymatcher.cpp40 std::stringstream errMsg; in regexMatch() local
42 throw std::runtime_error(errMsg.str()); in regexMatch()
276 std::stringstream errMsg; in evaluateConditionString() local
278 throw std::runtime_error(errMsg.str()); in evaluateConditionString()
292 std::stringstream errMsg; in evaluateConditionString() local
293 errMsg << "ERROR: Illegal use of binary operator (" << op->op << ")"; in evaluateConditionString()
294 throw std::runtime_error(errMsg.str()); in evaluateConditionString()
315 std::stringstream errMsg; in evaluateConditionString() local
317 throw std::runtime_error(errMsg.str()); in evaluateConditionString()
333 std::stringstream errMsg; in evaluateConditionString() local
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/
H A DCommandController.java48 String errMsg = ""; in execCommand() local
53 errMsg = runner.getStderr(); in execCommand()
55 errMsg = e.getClass().getName() + " : " + e.getMessage(); in execCommand()
58 boolean isSuccess = returnCode == 0 && errMsg.length() == 0; in execCommand()
71 if (errMsg.length() == 0) in execCommand()
72 errMsg = "Return code = " + returnCode; in execCommand()
74 ui().setError(errMsg); in execCommand()
76 logCommand(name, cmdIn, result, errMsg); in execCommand()
79 private static void logCommand(String name, String cmd, Geometry geom, String errMsg) { in logCommand() argument
85 if (errMsg.length() > 0) { in logCommand()
[all …]
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/facebook/
H A Dfbtalker.h77 void signalLoginDone(int errCode, const QString& errMsg);
78 void signalAddPhotoDone(int errCode, const QString& errMsg);
79 void signalCreateAlbumDone(int errCode, const QString& errMsg, const QString &newAlbumID);
80 … void signalListAlbumsDone(int errCode, const QString& errMsg, const QList <FbAlbum>& albumsList);
97 void authenticationDone(int errCode, const QString& errMsg);
101 QString errorToText(int errCode, const QString& errMsg);
102 int parseErrorResponse(const QDomElement& e, QString& errMsg);

1...<<11121314151617181920>>...298