Home
last modified time | relevance | path

Searched refs:diagnosticMessage (Results 1 – 25 of 49) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/go-ldap/ldap/v3/
H A Derror_test.go63 diagnosticMessage := "Detailed error message"
67 …ewString(ber.ClassUniversal, ber.TypePrimitive, ber.TagOctetString, diagnosticMessage, "diagnostic…
80 if ldapError.Err.Error() != diagnosticMessage {
81 …orrect error message in LDAP error; got %v, expected %v", ldapError.Err.Error(), diagnosticMessage)
/dports/security/vault/vault-1.8.2/vendor/github.com/go-ldap/ldap/
H A Derror_test.go63 diagnosticMessage := "Detailed error message"
67 …ewString(ber.ClassUniversal, ber.TypePrimitive, ber.TagOctetString, diagnosticMessage, "diagnostic…
80 if ldapError.Err.Error() != diagnosticMessage {
81 …orrect error message in LDAP error; got %v, expected %v", ldapError.Err.Error(), diagnosticMessage)
/dports/www/grafana8/grafana-8.3.6/vendor/gopkg.in/ldap.v3/
H A Derror_test.go63 diagnosticMessage := "Detailed error message"
67 …ewString(ber.ClassUniversal, ber.TypePrimitive, ber.TagOctetString, diagnosticMessage, "diagnostic…
80 if ldapError.Err.Error() != diagnosticMessage {
81 …orrect error message in LDAP error; got %v, expected %v", ldapError.Err.Error(), diagnosticMessage)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/parser/
H A Dqdeclarativejsparser_p.h172 inline DiagnosticMessage diagnosticMessage() const in diagnosticMessage() function
183 { return diagnosticMessage().message; } in errorMessage()
186 { return diagnosticMessage().loc.startLine; } in errorLineNumber()
189 { return diagnosticMessage().loc.startColumn; } in errorColumnNumber()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/parser/
H A Dqmljsparser_p.h162 inline DiagnosticMessage diagnosticMessage() const in diagnosticMessage() function
173 { return diagnosticMessage().message; } in errorMessage()
176 { return diagnosticMessage().loc.startLine; } in errorLineNumber()
179 { return diagnosticMessage().loc.startColumn; } in errorColumnNumber()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/declarativeparser/
H A Dqdeclarativejsparser_p.h172 inline DiagnosticMessage diagnosticMessage() const in diagnosticMessage() function
183 { return diagnosticMessage().message; } in errorMessage()
186 { return diagnosticMessage().loc.startLine; } in errorLineNumber()
189 { return diagnosticMessage().loc.startColumn; } in errorColumnNumber()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/parser/
H A Dqmljsparser_p.h164 inline DiagnosticMessage diagnosticMessage() const in diagnosticMessage() function
175 { return diagnosticMessage().message; } in errorMessage()
178 { return diagnosticMessage().loc.startLine; } in errorLineNumber()
181 { return diagnosticMessage().loc.startColumn; } in errorColumnNumber()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/parser/
H A Dqmljsparser_p.h181 inline DiagnosticMessage diagnosticMessage() const in diagnosticMessage() function
192 { return diagnosticMessage().message; } in errorMessage()
195 { return diagnosticMessage().loc.startLine; } in errorLineNumber()
198 { return diagnosticMessage().loc.startColumn; } in errorColumnNumber()
H A Dgrammar.patch6 inline DiagnosticMessage diagnosticMessage() const
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/modules/
H A DLDAPMessage.jsm475 * @param {string} diagnosticMessage - A diagnostic message returned by the server.
477 constructor(resultCode, matchedDN, diagnosticMessage) {
480 this.diagnosticMessage = diagnosticMessage;
565 let diagnosticMessage = new TextDecoder().decode(
568 this.result = new LDAPResult(resultCode, matchedDN, diagnosticMessage);
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/vc/
H A Dvc.c69 const char *diagnosticMessage, in vc_create_response() argument
86 (void)ber_printf( ber, "{is" /*}*/ , resultCode, diagnosticMessage ? diagnosticMessage : "" ); in vc_create_response()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/vc/
H A Dvc.c69 const char *diagnosticMessage, in vc_create_response() argument
86 (void)ber_printf( ber, "{is" /*}*/ , resultCode, diagnosticMessage ? diagnosticMessage : "" ); in vc_create_response()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/vc/
H A Dvc.c69 const char *diagnosticMessage, in vc_create_response() argument
86 (void)ber_printf( ber, "{is" /*}*/ , resultCode, diagnosticMessage ? diagnosticMessage : "" ); in vc_create_response()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/vc/
H A Dvc.c69 const char *diagnosticMessage, in vc_create_response() argument
86 (void)ber_printf( ber, "{is" /*}*/ , resultCode, diagnosticMessage ? diagnosticMessage : "" ); in vc_create_response()
/dports/java/avis/avis-1.2.0/server/src/main/org/avis/router/
H A DRouter.java941 String diagnosticMessage, in disconnectProtocolViolation() argument
944 if (diagnosticMessage == null) in disconnectProtocolViolation()
945 diagnosticMessage = "Frame format error"; in disconnectProtocolViolation()
948 diagnosticMessage, Router.class); in disconnectProtocolViolation()
971 diagnosticMessage)).addListener (CLOSE); in disconnectProtocolViolation()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/examples/
H A Dparser.ts1113 if (diagnosticMessage) {
1114 parseErrorAtCurrentToken(diagnosticMessage);
1221 parseErrorAtPosition(scanner.getStartPos(), 0, diagnosticMessage, arg0);
1224 parseErrorAtCurrentToken(diagnosticMessage, arg0);
1270 function parseIdentifier(diagnosticMessage?: DiagnosticMessage): Identifier {
1271 return createIdentifier(isIdentifier(), diagnosticMessage);
1274 function parseIdentifierName(diagnosticMessage?: DiagnosticMessage): Identifier {
2032 …yName = allowReservedWords ? parseIdentifierName(diagnosticMessage) : parseIdentifier(diagnosticMe…
5276 return parseFunctionBlock(flags, diagnosticMessage);
6120 const diagnosticMessage = referencePathMatchResult.diagnosticMessage; constant
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Dtexttomodelmerger.cpp2096 foreach (const QmlJS::DiagnosticMessage &diagnosticMessage, ctxt.diagnosticLinkMessages()) { in collectLinkErrors()
2097 if (diagnosticMessage.kind == QmlJS::Severity::ReadingTypeInfoWarning) in collectLinkErrors()
2100 … errors->append(DocumentMessage(diagnosticMessage, QUrl::fromLocalFile(m_document->fileName()))); in collectLinkErrors()
2107 …const QmlJS::DiagnosticMessage diagnosticMessage(QmlJS::Severity::Error, SourceLocation(0, 0, 0, 0… in collectImportErrors() local
2108 … errors->append(DocumentMessage(diagnosticMessage, QUrl::fromLocalFile(m_document->fileName()))); in collectImportErrors()
2128 const QmlJS::DiagnosticMessage diagnosticMessage( in collectImportErrors() local
2135 DocumentMessage(diagnosticMessage, in collectImportErrors()
2140 diagnosticMessage(QmlJS::Severity::Error, in collectImportErrors() local
2146 DocumentMessage(diagnosticMessage, in collectImportErrors()
2154 diagnosticMessage(QmlJS::Severity::Error, in collectImportErrors() local
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/MobileLibrary/Android/PsiphonTunnel/
H A DPsiphonTunnel.java445 … String diagnosticMessage = noticeType + ": " + data.toString(); in startSendFeedback()
449 logger.onDiagnosticMessage(diagnosticMessage); in startSendFeedback()
990 … String diagnosticMessage = noticeType + ": " + notice.getJSONObject("data").toString();
991 mHostService.onDiagnosticMessage(diagnosticMessage);
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/MobileLibrary/Android/PsiphonTunnel/
H A DPsiphonTunnel.java461 … String diagnosticMessage = noticeType + ": " + data.toString(); in startSendFeedback()
465 logger.onDiagnosticMessage(diagnosticMessage); in startSendFeedback()
1009 … String diagnosticMessage = noticeType + ": " + notice.getJSONObject("data").toString();
1010 mHostService.onDiagnosticMessage(diagnosticMessage);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DLDAP.asn1130 diagnosticMessage LDAPString,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/
H A DLDAP.asn1130 diagnosticMessage LDAPString,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/
H A DLDAP.asn1130 diagnosticMessage LDAPString,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DLDAP.asn1130 diagnosticMessage LDAPString,
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DLDAP.asn1130 diagnosticMessage LDAPString,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DLDAP.asn1130 diagnosticMessage LDAPString,

12