Home
last modified time | relevance | path

Searched refs:notifyError (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dstaticcontextimpl.cpp177 ZorbaImpl::notifyError(theDiagnosticHandler, e); in createChildContext()
220 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getNamespaceURIByPrefix()
254 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getNamespaceBindings()
289 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getDefaultElementAndTypeNamespace()
327 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getDefaultFunctionNamespace()
373 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getDefaultCollation()
408 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getXQueryVersion()
445 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getXPath1_0CompatibMode()
479 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getConstructionMode()
507 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getOrderingMode()
[all …]
H A Dzorbaimpl.h42 ZorbaImpl::notifyError(theDiagnosticHandler, e); \
44 ZorbaImpl::notifyError(theDiagnosticHandler, "User interrupt"); \
46 ZorbaImpl::notifyError(theDiagnosticHandler, e.what()); \
48 ZorbaImpl::notifyError(theDiagnosticHandler); \
67 static void notifyError(DiagnosticHandler*, ZorbaException const&);
70 static void notifyError(DiagnosticHandler*, char const *what);
72 static void notifyError(DiagnosticHandler*);
H A Dfunctionimpl.cpp70 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getAnnotations()
83 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getQName()
97 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getURI()
111 ZorbaImpl::notifyError(theDiagnosticHandler, e); in getLocalName()
H A Dvectoriterator.cpp37 ZorbaImpl::notifyError(theDiagnosticHandler, e); \
41 ZorbaImpl::notifyError(theDiagnosticHandler, e.what()); \
45 ZorbaImpl::notifyError(theDiagnosticHandler); \
H A Diterator_singleton.cpp37 ZorbaImpl::notifyError(theDiagnosticHandler, e); \
41 ZorbaImpl::notifyError(theDiagnosticHandler, e.what()); \
45 ZorbaImpl::notifyError(theDiagnosticHandler); \
H A Ddynamiccontextimpl.cpp65 ZorbaImpl::notifyError(theQuery->theDiagnosticHandler, e); \
67 ZorbaImpl::notifyError(theQuery->theDiagnosticHandler, e.what()); \
69 ZorbaImpl::notifyError(theQuery->theDiagnosticHandler); \
427 ZorbaImpl::notifyError(theQuery->theDiagnosticHandler, e); in setContextSize()
432 ZorbaImpl::notifyError(theQuery->theDiagnosticHandler, e.what()); in setContextSize()
437 ZorbaImpl::notifyError(theQuery->theDiagnosticHandler); in setContextSize()
472 ZorbaImpl::notifyError(theQuery->theDiagnosticHandler, e); in setContextPosition()
477 ZorbaImpl::notifyError(theQuery->theDiagnosticHandler, e.what()); in setContextPosition()
482 ZorbaImpl::notifyError(theQuery->theDiagnosticHandler); in setContextPosition()
H A Dstoreiteratorimpl.cpp46 ZorbaImpl::notifyError(theDiagnosticHandler, e); \
57 ZorbaImpl::notifyError(theDiagnosticHandler, e.what()); \
68 ZorbaImpl::notifyError(theDiagnosticHandler); \
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/tools/browser/
H A DTGBrowserConnection.java56 notifyError(callId,e); in open()
79 notifyError(callId,e); in close()
100 notifyError(callId,e); in cdRoot()
121 notifyError(callId,e); in cdUp()
142 notifyError(callId,e); in cd()
163 notifyError(callId,e); in listElements()
190 notifyError(callId,e); in openStream()
214 public void notifyError(final int callId,Throwable throwable) { in notifyError() method in TGBrowserConnection
215 this.handler.notifyError(callId,throwable); in notifyError()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/ConfigMigration/
H A Dconfigmigrationwizard.cpp104notifyError(tr("Could not open old configuration file in order to migrate settings from it.")); in migrate()
112notifyError(tr("Could not open current configuration file in order to migrate settings from old co… in migrate()
121notifyError(tr("Could not commit migrated data into new configuration file: %1").arg(newCfgDb->get… in migrate()
165notifyError(tr("Could not read bug reports history from old configuration file in order to migrate… in migrateBugReports()
182notifyError(tr("Could not insert a bug reports history entry into new configuration file: %1").arg… in migrateBugReports()
203notifyError(tr("Could not read database list from old configuration file in order to migrate it: %… in migrateDatabases()
249notifyError(tr("Could not insert a database entry into new configuration file: %1").arg(insertResu… in migrateDatabases()
272notifyError(tr("Could not create group referencing the database in new configuration file: %1").ar… in migrateDatabases()
290notifyError(tr("Could not read function list from old configuration file in order to migrate it: %… in migrateFunction()
332notifyError(tr("Could not read next ID for SQL queries history in new configuration file: %1").arg… in migrateSqlHistory()
[all …]
/dports/shells/elvish/elvish-0.17.0/pkg/edit/
H A Dhistwalk.go47 "start": func() { notifyError(app, histwalkStart(app, hs, bindings)) },
48 "up": func() { notifyError(app, histwalkDo(app, modes.Histwalk.Prev)) },
50 "down": func() { notifyError(app, histwalkDo(app, modes.Histwalk.Next)) },
56 notifyError(app, err)
88 func notifyError(app cli.App, err error) { func
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/
H A DinnerSubscribe.ts17 notifyError(err: any): void; method
34 this.parent.notifyError(error);
54 this.parent.notifyError(error);
69 notifyError(err: any): void { method in SimpleOuterSubscriber
94 notifyError(error: any): void { method in ComplexOuterSubscriber
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/mixedmaildir/
H A Dmixedmaildirstore.cpp978 q->notifyError(FileStore::Job::InvalidJobContext, message); in visit()
991 q->notifyError(FileStore::Job::InvalidJobContext, errorText); in visit()
1058 q->notifyError(FileStore::Job::InvalidJobContext, errorText); in visit()
1067 q->notifyError(FileStore::Job::InvalidJobContext, errorText); in visit()
1102 q->notifyError(FileStore::Job::InvalidJobContext, errorText); in visit()
1182 q->notifyError(FileStore::Job::InvalidJobContext, errorText); in visit()
1198 q->notifyError(FileStore::Job::InvalidJobContext, errorText); in visit()
1233 q->notifyError(FileStore::Job::InvalidJobContext, errorText); in visit()
1305 q->notifyError(FileStore::Job::InvalidJobContext, errorText); in visit()
1322 q->notifyError(FileStore::Job::InvalidJobContext, errorText); in visit()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/workers/
H A DWorkerScriptLoader.cpp151 notifyError(); in didFail()
156 notifyError(); in didFailRedirectCheck()
161 notifyError(); in didReceiveAuthenticationCancellation()
164 void WorkerScriptLoader::notifyError() in notifyError() function in WebCore::WorkerScriptLoader
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozStorageAsyncStatementExecution.cpp148 (void)notifyError(error);
200 (void)notifyError(mozIStorageError::ERROR,
288 (void)notifyError(errorObj);
356 (void)notifyError(mozIStorageError::ERROR,
392 nsresult AsyncExecuteStatements::notifyError(int32_t aErrorCode,
402 return notifyError(errorObj);
405 nsresult AsyncExecuteStatements::notifyError(mozIStorageError* aError) {
554 (void)notifyError(errorObj);
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DmozStorageAsyncStatementExecution.cpp144 (void)notifyError(error); in bindExecuteAndProcessStatement()
189 (void)notifyError(mozIStorageError::ERROR, in executeAndProcessStatement()
260 (void)notifyError(errorObj); in executeStatement()
324 (void)notifyError(mozIStorageError::ERROR, in notifyComplete()
360 nsresult AsyncExecuteStatements::notifyError(int32_t aErrorCode, in notifyError() function in mozilla::storage::AsyncExecuteStatements
370 return notifyError(errorObj); in notifyError()
373 nsresult AsyncExecuteStatements::notifyError(mozIStorageError *aError) { in notifyError() function in mozilla::storage::AsyncExecuteStatements
518 (void)notifyError(errorObj); in Run()
/dports/www/firefox/firefox-99.0/storage/
H A DmozStorageAsyncStatementExecution.cpp148 (void)notifyError(error); in bindExecuteAndProcessStatement()
200 (void)notifyError(mozIStorageError::ERROR, in executeAndProcessStatement()
288 (void)notifyError(errorObj); in executeStatement()
356 (void)notifyError(mozIStorageError::ERROR, in notifyComplete()
392 nsresult AsyncExecuteStatements::notifyError(int32_t aErrorCode, in notifyError() function in mozilla::storage::AsyncExecuteStatements
402 return notifyError(errorObj); in notifyError()
405 nsresult AsyncExecuteStatements::notifyError(mozIStorageError* aError) { in notifyError() function in mozilla::storage::AsyncExecuteStatements
554 (void)notifyError(errorObj); in Run()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DmozStorageAsyncStatementExecution.cpp153 (void)notifyError(error);
201 (void)notifyError(mozIStorageError::ERROR,
270 (void)notifyError(errorObj);
340 (void)notifyError(mozIStorageError::ERROR,
380 AsyncExecuteStatements::notifyError(int32_t aErrorCode,
392 return notifyError(errorObj);
396 AsyncExecuteStatements::notifyError(mozIStorageError *aError)
559 (void)notifyError(errorObj);
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozStorageAsyncStatementExecution.cpp148 (void)notifyError(error); in bindExecuteAndProcessStatement()
200 (void)notifyError(mozIStorageError::ERROR, in executeAndProcessStatement()
288 (void)notifyError(errorObj); in executeStatement()
356 (void)notifyError(mozIStorageError::ERROR, in notifyComplete()
392 nsresult AsyncExecuteStatements::notifyError(int32_t aErrorCode, in notifyError() function in mozilla::storage::AsyncExecuteStatements
402 return notifyError(errorObj); in notifyError()
405 nsresult AsyncExecuteStatements::notifyError(mozIStorageError* aError) { in notifyError() function in mozilla::storage::AsyncExecuteStatements
554 (void)notifyError(errorObj); in Run()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozStorageAsyncStatementExecution.cpp143 (void)notifyError(error); in bindExecuteAndProcessStatement()
188 (void)notifyError(mozIStorageError::ERROR, in executeAndProcessStatement()
261 (void)notifyError(errorObj); in executeStatement()
329 (void)notifyError(mozIStorageError::ERROR, in notifyComplete()
365 nsresult AsyncExecuteStatements::notifyError(int32_t aErrorCode, in notifyError() function in mozilla::storage::AsyncExecuteStatements
375 return notifyError(errorObj); in notifyError()
378 nsresult AsyncExecuteStatements::notifyError(mozIStorageError* aError) { in notifyError() function in mozilla::storage::AsyncExecuteStatements
527 (void)notifyError(errorObj); in Run()
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/internal/
H A DinnerSubscribe.d.ts14 notifyError(err: any): void; method
38 notifyError(err: any): void;
54 notifyError(error: any): void;
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/update/
H A DUpdateActivity.cpp52 notifyError("Could not download update: " + error); in doWork()
58 notifyError("Server did not return any data"); in doWork()
109 notifyError("Update failed - try downloading a new version."); in doWork()
116 notifyError("Downloaded update is corrupted\n" + error); in doWork()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/
H A Ddbobjectorganizer.cpp113 notifyError("Schema modification is currently in progress. Please try again in a moment."); in copyOrMoveObjectsToDb()
374notifyError(tr("Error while creating table in target database: %1").arg(tr("Could not parse table.… in copyTableToDb()
405notifyError(tr("Error while creating table in target database: %1").arg(result->getErrorText())); in copyTableToDb()
439notifyError(tr("Error while copying data for table %1: %2").arg(table).arg(results->getErrorText()… in copyDataAsMiddleware()
458notifyError(tr("Error while copying data to table %1: %2").arg(table).arg(results->getErrorText())… in copyDataAsMiddleware()
465notifyError(tr("Error while copying data to table %1: %2").arg(table).arg(insertQuery->getErrorTex… in copyDataAsMiddleware()
488notifyError(tr("Error while copying data to table %1: %2").arg(table).arg(results->getErrorText())… in copyDataUsingAttach()
553 notifyError(errorMessage.arg(result->getErrorText())); in copySimpleObjectToDb()
679 notifyError(tr("Could not parse object '%1' in order to move or copy it.").arg(objName)); in prefixSimpleObjectWithAttachName()
686 notifyError(tr("Could not parse object '%1' in order to move or copy it.").arg(objName)); in prefixSimpleObjectWithAttachName()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/browser/view/
H A DRatingActions.java146 browser.notifyError(t.getMessage()); in setRating()
164 browser.notifyError(t.getMessage()); in setRating()
180 browser.notifyError(t.getMessage()); in clearRating()
198 browser.notifyError(t.getMessage()); in clearRating()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/services/
H A Dexportmanager.cpp72notifyError(tr("Export plugin %1 doesn't support exporing query results.").arg(plugin->getFormatNa… in exportQueryResults()
98notifyError(tr("Export plugin %1 doesn't support exporing tables.").arg(plugin->getFormatName())); in exportTable()
122notifyError(tr("Export plugin %1 doesn't support exporing databases.").arg(plugin->getFormatName()… in exportDatabase()
155notifyError(tr("Export format '%1' is not supported. Supported formats are: %2.").arg(format).arg(… in invalidFormat()
266notifyError(tr("Could not export to file %1. File cannot be open for writting.").arg(config->outpu… in getOutputStream()
/dports/x11-wm/sway/sway-1.5.1/contrib/
H A Dgrimshot64 notifyError() {
76 notifyError "Error: $MSG"
152 notifyError "Error taking screenshot with grim"

12345678910>>...14