Home
last modified time | relevance | path

Searched defs:getMessage (Results 1 – 25 of 3323) sorted by relevance

12345678910>>...133

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/context/support/
H A DMessageSourceAccessor.java82 public String getMessage(String code, String defaultMessage) { in getMessage() method in MessageSourceAccessor
93 public String getMessage(String code, String defaultMessage, Locale locale) { in getMessage() method in MessageSourceAccessor
104 public String getMessage(String code, Object[] args, String defaultMessage) { in getMessage() method in MessageSourceAccessor
116 public String getMessage(String code, Object[] args, String defaultMessage, Locale locale) { in getMessage() method in MessageSourceAccessor
126 public String getMessage(String code) throws NoSuchMessageException { in getMessage() method in MessageSourceAccessor
137 public String getMessage(String code, Locale locale) throws NoSuchMessageException { in getMessage() method in MessageSourceAccessor
148 public String getMessage(String code, Object[] args) throws NoSuchMessageException { in getMessage() method in MessageSourceAccessor
160 public String getMessage(String code, Object[] args, Locale locale) throws NoSuchMessageException { in getMessage() method in MessageSourceAccessor
171 public String getMessage(MessageSourceResolvable resolvable) throws NoSuchMessageException { in getMessage() method in MessageSourceAccessor
183 …public String getMessage(MessageSourceResolvable resolvable, Locale locale) throws NoSuchMessageEx… in getMessage() method in MessageSourceAccessor
H A DDelegatingMessageSource.java51 public String getMessage(String code, Object[] args, String defaultMessage, Locale locale) { in getMessage() method in DelegatingMessageSource
60 public String getMessage(String code, Object[] args, Locale locale) throws NoSuchMessageException { in getMessage() method in DelegatingMessageSource
69 …public String getMessage(MessageSourceResolvable resolvable, Locale locale) throws NoSuchMessageEx… in getMessage() method in DelegatingMessageSource
/dports/multimedia/lms/lms-3.25.2/src/libs/subsonic/impl/
H A DSubsonicResponse.hpp82 …std::string getMessage() const override { return "Required parameter '" + _param + "' is missing."… in getMessage() function in API::Subsonic::RequiredParameterMissingError
107 std::string getMessage() const override { return "Wrong username or password."; } in getMessage() function in API::Subsonic::WrongUsernameOrPasswordError
115 …std::string getMessage() const override { return "User is not authorized for the given operation."… in getMessage() function in API::Subsonic::UserNotAuthorizedError
123 std::string getMessage() const override { return "The requested data was not found."; } in getMessage() function in API::Subsonic::RequestedDataNotFoundError
131 std::string getMessage() const override { return "Internal error: " + _message; } in getMessage() function in API::Subsonic::InternalErrorGenericError
137 std::string getMessage() const override { return "Login throttled, too many attempts"; } in getMessage() function in API::Subsonic::LoginThrottledGenericError
142 std::string getMessage() const override { return "Not implemented"; } in getMessage() function in API::Subsonic::NotImplementedGenericError
147 std::string getMessage() const override { return "Unknown API method"; } in getMessage() function in API::Subsonic::UnknownEntryPointGenericError
152 std::string getMessage() const override { return "Password too weak"; } in getMessage() function in API::Subsonic::PasswordTooWeakGenericError
157 std::string getMessage() const override { return "User already exists"; } in getMessage() function in API::Subsonic::UserAlreadyExistsGenericError
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/JavaWrappers/
H A DRDKitExceptions.i50 public String getMessage() { in getMessage() function
65 public String getMessage() { in getMessage() function
79 public String getMessage() { in getMessage() function
93 public String getMessage() { in getMessage() function
107 public String getMessage() { in getMessage() function
121 public String getMessage() { in getMessage() function
135 public String getMessage() { in getMessage() function
149 public String getMessage() { in getMessage() function
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/
H A DMessageFormatter.java37 public String getMessage(String key) { in getMessage() method in MessageFormatter
41 public String getMessage(String key, String arg1) { in getMessage() method in MessageFormatter
45 public String getMessage(String key, String arg1, String arg2) { in getMessage() method in MessageFormatter
49 public String getMessage(String key, String arg1, String arg2, String arg3) { in getMessage() method in MessageFormatter
53 public String getMessage(String key, String arg1, String arg2, String arg3, String arg4) { in getMessage() method in MessageFormatter
57 public String getMessage(String key, String[] args) { in getMessage() method in MessageFormatter
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp285 std::string ReportUndefCond::getMessage() const { in getMessage() function in polly::ReportUndefCond
300 std::string ReportInvalidCond::getMessage() const { in getMessage() function in polly::ReportInvalidCond
316 std::string ReportUndefOperand::getMessage() const { in getMessage() function in polly::ReportUndefOperand
331 std::string ReportNonAffBranch::getMessage() const { in getMessage() function in polly::ReportNonAffBranch
362 std::string ReportUndefBasePtr::getMessage() const { in getMessage() function in polly::ReportUndefBasePtr
456 std::string ReportLoopBound::getMessage() const { in getMessage() function in polly::ReportLoopBound
556 std::string ReportFuncCall::getMessage() const { in getMessage() function in polly::ReportFuncCall
648 std::string ReportAlias::getMessage() const { in getMessage() function in polly::ReportAlias
688 std::string ReportIntToPtr::getMessage() const { in getMessage() function in polly::ReportIntToPtr
710 std::string ReportAlloca::getMessage() const { in getMessage() function in polly::ReportAlloca
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp285 std::string ReportUndefCond::getMessage() const { in getMessage() function in polly::ReportUndefCond
300 std::string ReportInvalidCond::getMessage() const { in getMessage() function in polly::ReportInvalidCond
316 std::string ReportUndefOperand::getMessage() const { in getMessage() function in polly::ReportUndefOperand
331 std::string ReportNonAffBranch::getMessage() const { in getMessage() function in polly::ReportNonAffBranch
362 std::string ReportUndefBasePtr::getMessage() const { in getMessage() function in polly::ReportUndefBasePtr
456 std::string ReportLoopBound::getMessage() const { in getMessage() function in polly::ReportLoopBound
556 std::string ReportFuncCall::getMessage() const { in getMessage() function in polly::ReportFuncCall
648 std::string ReportAlias::getMessage() const { in getMessage() function in polly::ReportAlias
688 std::string ReportIntToPtr::getMessage() const { in getMessage() function in polly::ReportIntToPtr
710 std::string ReportAlloca::getMessage() const { in getMessage() function in polly::ReportAlloca
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp285 std::string ReportUndefCond::getMessage() const { in getMessage() function in polly::ReportUndefCond
300 std::string ReportInvalidCond::getMessage() const { in getMessage() function in polly::ReportInvalidCond
316 std::string ReportUndefOperand::getMessage() const { in getMessage() function in polly::ReportUndefOperand
331 std::string ReportNonAffBranch::getMessage() const { in getMessage() function in polly::ReportNonAffBranch
362 std::string ReportUndefBasePtr::getMessage() const { in getMessage() function in polly::ReportUndefBasePtr
456 std::string ReportLoopBound::getMessage() const { in getMessage() function in polly::ReportLoopBound
556 std::string ReportFuncCall::getMessage() const { in getMessage() function in polly::ReportFuncCall
648 std::string ReportAlias::getMessage() const { in getMessage() function in polly::ReportAlias
688 std::string ReportIntToPtr::getMessage() const { in getMessage() function in polly::ReportIntToPtr
710 std::string ReportAlloca::getMessage() const { in getMessage() function in polly::ReportAlloca
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp285 std::string ReportUndefCond::getMessage() const { in getMessage() function in polly::ReportUndefCond
300 std::string ReportInvalidCond::getMessage() const { in getMessage() function in polly::ReportInvalidCond
316 std::string ReportUndefOperand::getMessage() const { in getMessage() function in polly::ReportUndefOperand
331 std::string ReportNonAffBranch::getMessage() const { in getMessage() function in polly::ReportNonAffBranch
362 std::string ReportUndefBasePtr::getMessage() const { in getMessage() function in polly::ReportUndefBasePtr
456 std::string ReportLoopBound::getMessage() const { in getMessage() function in polly::ReportLoopBound
556 std::string ReportFuncCall::getMessage() const { in getMessage() function in polly::ReportFuncCall
648 std::string ReportAlias::getMessage() const { in getMessage() function in polly::ReportAlias
688 std::string ReportIntToPtr::getMessage() const { in getMessage() function in polly::ReportIntToPtr
710 std::string ReportAlloca::getMessage() const { in getMessage() function in polly::ReportAlloca
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp285 std::string ReportUndefCond::getMessage() const { in getMessage() function in polly::ReportUndefCond
300 std::string ReportInvalidCond::getMessage() const { in getMessage() function in polly::ReportInvalidCond
316 std::string ReportUndefOperand::getMessage() const { in getMessage() function in polly::ReportUndefOperand
331 std::string ReportNonAffBranch::getMessage() const { in getMessage() function in polly::ReportNonAffBranch
362 std::string ReportUndefBasePtr::getMessage() const { in getMessage() function in polly::ReportUndefBasePtr
456 std::string ReportLoopBound::getMessage() const { in getMessage() function in polly::ReportLoopBound
556 std::string ReportFuncCall::getMessage() const { in getMessage() function in polly::ReportFuncCall
648 std::string ReportAlias::getMessage() const { in getMessage() function in polly::ReportAlias
688 std::string ReportIntToPtr::getMessage() const { in getMessage() function in polly::ReportIntToPtr
710 std::string ReportAlloca::getMessage() const { in getMessage() function in polly::ReportAlloca
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp285 std::string ReportUndefCond::getMessage() const { in getMessage() function in polly::ReportUndefCond
300 std::string ReportInvalidCond::getMessage() const { in getMessage() function in polly::ReportInvalidCond
316 std::string ReportUndefOperand::getMessage() const { in getMessage() function in polly::ReportUndefOperand
331 std::string ReportNonAffBranch::getMessage() const { in getMessage() function in polly::ReportNonAffBranch
362 std::string ReportUndefBasePtr::getMessage() const { in getMessage() function in polly::ReportUndefBasePtr
456 std::string ReportLoopBound::getMessage() const { in getMessage() function in polly::ReportLoopBound
556 std::string ReportFuncCall::getMessage() const { in getMessage() function in polly::ReportFuncCall
648 std::string ReportAlias::getMessage() const { in getMessage() function in polly::ReportAlias
688 std::string ReportIntToPtr::getMessage() const { in getMessage() function in polly::ReportIntToPtr
710 std::string ReportAlloca::getMessage() const { in getMessage() function in polly::ReportAlloca
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp285 std::string ReportUndefCond::getMessage() const { in getMessage() function in polly::ReportUndefCond
300 std::string ReportInvalidCond::getMessage() const { in getMessage() function in polly::ReportInvalidCond
316 std::string ReportUndefOperand::getMessage() const { in getMessage() function in polly::ReportUndefOperand
331 std::string ReportNonAffBranch::getMessage() const { in getMessage() function in polly::ReportNonAffBranch
362 std::string ReportUndefBasePtr::getMessage() const { in getMessage() function in polly::ReportUndefBasePtr
456 std::string ReportLoopBound::getMessage() const { in getMessage() function in polly::ReportLoopBound
556 std::string ReportFuncCall::getMessage() const { in getMessage() function in polly::ReportFuncCall
648 std::string ReportAlias::getMessage() const { in getMessage() function in polly::ReportAlias
688 std::string ReportIntToPtr::getMessage() const { in getMessage() function in polly::ReportIntToPtr
710 std::string ReportAlloca::getMessage() const { in getMessage() function in polly::ReportAlloca
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp285 std::string ReportUndefCond::getMessage() const { in getMessage() function in polly::ReportUndefCond
300 std::string ReportInvalidCond::getMessage() const { in getMessage() function in polly::ReportInvalidCond
316 std::string ReportUndefOperand::getMessage() const { in getMessage() function in polly::ReportUndefOperand
331 std::string ReportNonAffBranch::getMessage() const { in getMessage() function in polly::ReportNonAffBranch
362 std::string ReportUndefBasePtr::getMessage() const { in getMessage() function in polly::ReportUndefBasePtr
456 std::string ReportLoopBound::getMessage() const { in getMessage() function in polly::ReportLoopBound
556 std::string ReportFuncCall::getMessage() const { in getMessage() function in polly::ReportFuncCall
648 std::string ReportAlias::getMessage() const { in getMessage() function in polly::ReportAlias
688 std::string ReportIntToPtr::getMessage() const { in getMessage() function in polly::ReportIntToPtr
710 std::string ReportAlloca::getMessage() const { in getMessage() function in polly::ReportAlloca
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp317 std::string ReportUndefCond::getMessage() const { in getMessage() function in polly::ReportUndefCond
332 std::string ReportInvalidCond::getMessage() const { in getMessage() function in polly::ReportInvalidCond
348 std::string ReportUndefOperand::getMessage() const { in getMessage() function in polly::ReportUndefOperand
363 std::string ReportNonAffBranch::getMessage() const { in getMessage() function in polly::ReportNonAffBranch
394 std::string ReportUndefBasePtr::getMessage() const { in getMessage() function in polly::ReportUndefBasePtr
488 std::string ReportLoopBound::getMessage() const { in getMessage() function in polly::ReportLoopBound
588 std::string ReportFuncCall::getMessage() const { in getMessage() function in polly::ReportFuncCall
680 std::string ReportAlias::getMessage() const { in getMessage() function in polly::ReportAlias
720 std::string ReportIntToPtr::getMessage() const { in getMessage() function in polly::ReportIntToPtr
742 std::string ReportAlloca::getMessage() const { in getMessage() function in polly::ReportAlloca
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/
H A Dctexceptions.cpp45 std::string CanteraError::getMessage() const in getMessage() function in Cantera::CanteraError
50 std::string ArraySizeError::getMessage() const in getMessage() function in Cantera::ArraySizeError
56 std::string IndexError::getMessage() const in getMessage() function in Cantera::IndexError
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/applet/
H A DAppletMessageHandler.java55 String getMessage(String key) { in getMessage() method in AppletMessageHandler
59 String getMessage(String key, Object arg){ in getMessage() method in AppletMessageHandler
70 String getMessage(String key, Object arg1, Object arg2) { in getMessage() method in AppletMessageHandler
85 String getMessage(String key, Object arg1, Object arg2, Object arg3) { in getMessage() method in AppletMessageHandler
104 String getMessage(String key, Object arg[]) { in getMessage() method in AppletMessageHandler
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/applet/
H A DAppletMessageHandler.java55 String getMessage(String key) { in getMessage() method in AppletMessageHandler
59 String getMessage(String key, Object arg){ in getMessage() method in AppletMessageHandler
70 String getMessage(String key, Object arg1, Object arg2) { in getMessage() method in AppletMessageHandler
85 String getMessage(String key, Object arg1, Object arg2, Object arg3) { in getMessage() method in AppletMessageHandler
104 String getMessage(String key, Object arg[]) { in getMessage() method in AppletMessageHandler
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/context/
H A DMessageSource.java54 String getMessage(String code, Object[] args, String defaultMessage, Locale locale); in getMessage() method
67 String getMessage(String code, Object[] args, Locale locale) throws NoSuchMessageException; in getMessage() method
81 String getMessage(MessageSourceResolvable resolvable, Locale locale) throws NoSuchMessageException; in getMessage() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DResourceBundleUtil.java68 public static String getMessage (String key) in getMessage() method in ResourceBundleUtil
73 public static String getMessage (String key, String fill) in getMessage() method in ResourceBundleUtil
79 public static String getMessage (String key, String[] fill) in getMessage() method in ResourceBundleUtil
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DResourceBundleUtil.java68 public static String getMessage (String key) in getMessage() method in ResourceBundleUtil
73 public static String getMessage (String key, String fill) in getMessage() method in ResourceBundleUtil
79 public static String getMessage (String key, String[] fill) in getMessage() method in ResourceBundleUtil
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/PlatformSupport/
H A DXalanMessageLoader.cpp97 XalanMessageLoader::getMessage( in getMessage() function in XALAN_CPP_NAMESPACE::XalanMessageLoader
121 XalanMessageLoader::getMessage( in getMessage() function in XALAN_CPP_NAMESPACE::XalanMessageLoader
147 XalanMessageLoader::getMessage( in getMessage() function in XALAN_CPP_NAMESPACE::XalanMessageLoader
175 XalanMessageLoader::getMessage( in getMessage() function in XALAN_CPP_NAMESPACE::XalanMessageLoader
228 XalanMessageLoader::getMessage( in getMessage() function in XALAN_CPP_NAMESPACE::XalanMessageLoader
256 XalanMessageLoader::getMessage( in getMessage() function in XALAN_CPP_NAMESPACE::XalanMessageLoader
/dports/games/tads/tads-3.0.8/tads3/test/data/
H A Dfi_util.h186 getMessage() { in getMessage() function
204 getMessage() { in getMessage() function
221 getMessage() { in getMessage() function
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/support/
H A DRequestContext.java469 public String getMessage(String code, String defaultMessage) { in getMessage() method in RequestContext
480 public String getMessage(String code, Object[] args, String defaultMessage) { in getMessage() method in RequestContext
491 public String getMessage(String code, List args, String defaultMessage) { in getMessage() method in RequestContext
503 public String getMessage(String code, Object[] args, String defaultMessage, boolean htmlEscape) { in getMessage() method in RequestContext
514 public String getMessage(String code) throws NoSuchMessageException { in getMessage() method in RequestContext
525 public String getMessage(String code, Object[] args) throws NoSuchMessageException { in getMessage() method in RequestContext
536 public String getMessage(String code, List args) throws NoSuchMessageException { in getMessage() method in RequestContext
548 …public String getMessage(String code, Object[] args, boolean htmlEscape) throws NoSuchMessageExcep… in getMessage() method in RequestContext
559 public String getMessage(MessageSourceResolvable resolvable) throws NoSuchMessageException { in getMessage() method in RequestContext
570 …public String getMessage(MessageSourceResolvable resolvable, boolean htmlEscape) throws NoSuchMess… in getMessage() method in RequestContext
/dports/games/opendungeons/OpenDungeons-0.7.1/source/network/
H A DChatEventMessage.h41 inline const std::string& getMessage() const in getMessage() function
58 inline const std::string& getMessage() const in getMessage() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DMessages.java39 String getMessage(String key, Object... args); in getMessage() method
41 String getMessage(Locale locale, String key, Object... args); in getMessage() method

12345678910>>...133