Home
last modified time | relevance | path

Searched refs:messageFormat (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Common/
H A DError.cs35 … internal static ArgumentException Argument(string messageFormat, params object[] messageArgs) in Argument() argument
37 return new ArgumentException(Error.Format(messageFormat, messageArgs)); in Argument()
49 return new ArgumentException(Error.Format(messageFormat, messageArgs), parameterName); in Argument()
115 … return new ArgumentNullException(parameterName, Error.Format(messageFormat, messageArgs)); in ArgumentNull()
180 …internal static KeyNotFoundException KeyNotFound(string messageFormat, params object[] messageArgs) in KeyNotFound() argument
182 return new KeyNotFoundException(Error.Format(messageFormat, messageArgs)); in KeyNotFound()
194 return new ObjectDisposedException(null, Error.Format(messageFormat, messageArgs)); in ObjectDisposed()
214 return new OperationCanceledException(Error.Format(messageFormat, messageArgs)); in OperationCanceled()
237 return new InvalidOperationException(Error.Format(messageFormat, messageArgs)); in InvalidOperation()
249 … return new InvalidOperationException(Error.Format(messageFormat, messageArgs), innerException); in InvalidOperation()
[all …]
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/viewer/
H A Dmessagedisplayformatattribute.cpp21 Viewer::DisplayFormatMessage messageFormat = Viewer::UseGlobalSetting; member in MessageViewer::MessageDisplayFormatAttributePrivate
35 messageDisplayFormatAttr->setMessageFormat(messageFormat()); in clone()
50 s << messageFormat(); in serialized()
58 d->messageFormat = format; in setMessageFormat()
73 … return (d->messageFormat == other.messageFormat()) && (d->remoteContent == other.remoteContent()); in operator ==()
76 Viewer::DisplayFormatMessage MessageDisplayFormatAttribute::messageFormat() const in messageFormat() function in MessageDisplayFormatAttribute
78 return d->messageFormat; in messageFormat()
86 d->messageFormat = static_cast<Viewer::DisplayFormatMessage>(value); in deserialize()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Tracing/
H A DITraceWriterExtensions.cs25 … Trace(traceWriter, request, category, TraceLevel.Debug, messageFormat, messageArguments); in Debug()
53 …Trace(traceWriter, request, category, TraceLevel.Debug, exception, messageFormat, messageArguments… in Debug()
67 … Trace(traceWriter, request, category, TraceLevel.Error, messageFormat, messageArguments); in Error()
95 …Trace(traceWriter, request, category, TraceLevel.Error, exception, messageFormat, messageArguments… in Error()
109 … Trace(traceWriter, request, category, TraceLevel.Fatal, messageFormat, messageArguments); in Fatal()
151 Trace(traceWriter, request, category, TraceLevel.Info, messageFormat, messageArguments); in Info()
238 if (messageFormat == null) in Trace()
250 … traceRecord.Message = System.Web.Http.Error.Format(messageFormat, messageArguments); in Trace()
272 if (messageFormat == null) in Trace()
283 … traceRecord.Message = System.Web.Http.Error.Format(messageFormat, messageArguments); in Trace()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/context/support/
H A DMessageSourceSupport.java118 MessageFormat messageFormat = null; in formatMessage() local
122 messageFormat = messageFormatsPerLocale.get(locale); in formatMessage()
128 if (messageFormat == null) { in formatMessage()
130 messageFormat = createMessageFormat(msg, locale); in formatMessage()
139 messageFormat = INVALID_MESSAGE_FORMAT; in formatMessage()
141 messageFormatsPerLocale.put(locale, messageFormat); in formatMessage()
144 if (messageFormat == INVALID_MESSAGE_FORMAT) { in formatMessage()
147 synchronized (messageFormat) { in formatMessage()
148 return messageFormat.format(resolveArguments(args, locale)); in formatMessage()
H A DAbstractMessageSource.java205 MessageFormat messageFormat = resolveCode(code, locale); in getMessageInternal() local
206 if (messageFormat != null) { in getMessageInternal()
207 synchronized (messageFormat) { in getMessageInternal()
208 return messageFormat.format(argsToUse); in getMessageInternal()
304 MessageFormat messageFormat = resolveCode(code, locale); in resolveCodeWithoutArguments() local
305 if (messageFormat != null) { in resolveCodeWithoutArguments()
306 synchronized (messageFormat) { in resolveCodeWithoutArguments()
307 return messageFormat.format(new Object[0]); in resolveCodeWithoutArguments()
H A DStaticMessageSource.java57 MessageFormat messageFormat = this.cachedMessageFormats.get(key); in resolveCode() local
58 if (messageFormat == null) { in resolveCode()
59 messageFormat = createMessageFormat(msg, locale); in resolveCode()
60 this.cachedMessageFormats.put(key, messageFormat); in resolveCode()
62 return messageFormat; in resolveCode()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/validator/
H A DsfValidatorError.class.php40 if (!$messageFormat = $this->getMessageFormat())
42 $messageFormat = $code;
44 $this->message = strtr($messageFormat, $this->getArguments());
120 $messageFormat = $this->validator->getMessage($this->code);
121 if (!$messageFormat)
123 $messageFormat = $this->getMessage();
126 return $messageFormat;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Channels/
H A DWebMessageEncoderFactory.cs171 WebContentFormat messageFormat; in IsContentTypeSupported()
264 switch (messageFormat) in WriteMessage()
303 switch (messageFormat) in WriteMessage()
379 WebContentFormat messageFormat; in GetFormatForContentType()
394 return messageFormat; in GetFormatForContentType()
402 messageFormat = WebContentFormat.Raw; in GetFormatForContentType()
406 messageFormat = WebContentFormat.Json; in GetFormatForContentType()
410 messageFormat = WebContentFormat.Xml; in GetFormatForContentType()
414 messageFormat = WebContentFormat.Raw; in GetFormatForContentType()
424 return messageFormat; in GetFormatForContentType()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/
H A DPubsubConfig.php20 public $messageFormat; variable in Google_Service_CloudSourceRepositories_PubsubConfig
24 public function setMessageFormat($messageFormat) argument
26 $this->messageFormat = $messageFormat;
30 return $this->messageFormat;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSourceRepositories/
H A DPubsubConfig.php20 public $messageFormat; variable in Google_Service_CloudSourceRepositories_PubsubConfig
24 public function setMessageFormat($messageFormat) argument
26 $this->messageFormat = $messageFormat;
30 return $this->messageFormat;
/dports/games/retroarch/RetroArch-1.9.7/pkg/apple/WebServer/GCDWebServer/Responses/
H A DGCDWebServerErrorResponse.m40 …sponse*)[self alloc] initWithStatusCode:errorCode underlyingError:nil messageFormat:format argumen…
49 …sponse*)[self alloc] initWithStatusCode:errorCode underlyingError:nil messageFormat:format argumen…
58 …f alloc] initWithStatusCode:errorCode underlyingError:underlyingError messageFormat:format argumen…
67 …f alloc] initWithStatusCode:errorCode underlyingError:underlyingError messageFormat:format argumen…
76 …sCode:(NSInteger)statusCode underlyingError:(NSError*)underlyingError messageFormat:(NSString*)for…
92 …self = [self initWithStatusCode:errorCode underlyingError:nil messageFormat:format arguments:argum…
101 …self = [self initWithStatusCode:errorCode underlyingError:nil messageFormat:format arguments:argum…
110 …self = [self initWithStatusCode:errorCode underlyingError:underlyingError messageFormat:format arg…
119 …self = [self initWithStatusCode:errorCode underlyingError:underlyingError messageFormat:format arg…
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java56 private static MessageFormat messageFormat; field in MessageOutput
88 if (messageFormat == null) { in format()
89 messageFormat = new MessageFormat (textResources.getString(key)); in format()
91 messageFormat.applyPattern (textResources.getString(key)); in format()
93 return (messageFormat.format (arguments)); in format()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java56 private static MessageFormat messageFormat; field in MessageOutput
88 if (messageFormat == null) { in format()
89 messageFormat = new MessageFormat (textResources.getString(key)); in format()
91 messageFormat.applyPattern (textResources.getString(key)); in format()
93 return (messageFormat.format (arguments)); in format()
/dports/net/messagelib/messagelib-21.12.3/messageviewer/autotests/
H A Dmessagedisplayformatattributetest.cpp24 QCOMPARE(attr.messageFormat(), MessageViewer::Viewer::UseGlobalSetting); in shouldHaveDefaultValue()
39 QCOMPARE(attr.messageFormat(), format); in shouldChangeMessageFormat()
43 QCOMPARE(attr.messageFormat(), format); in shouldChangeMessageFormat()
47 QCOMPARE(attr.messageFormat(), format); in shouldChangeMessageFormat()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java56 private static MessageFormat messageFormat; field in MessageOutput
88 if (messageFormat == null) { in format()
89 messageFormat = new MessageFormat (textResources.getString(key)); in format()
91 messageFormat.applyPattern (textResources.getString(key)); in format()
93 return (messageFormat.format (arguments)); in format()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java56 private static MessageFormat messageFormat; field in MessageOutput
88 if (messageFormat == null) { in format()
89 messageFormat = new MessageFormat (textResources.getString(key)); in format()
91 messageFormat.applyPattern (textResources.getString(key)); in format()
93 return (messageFormat.format (arguments)); in format()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java56 private static MessageFormat messageFormat; field in MessageOutput
88 if (messageFormat == null) { in format()
89 messageFormat = new MessageFormat (textResources.getString(key)); in format()
91 messageFormat.applyPattern (textResources.getString(key)); in format()
93 return (messageFormat.format (arguments)); in format()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java56 private static MessageFormat messageFormat; field in MessageOutput
88 if (messageFormat == null) { in format()
89 messageFormat = new MessageFormat (textResources.getString(key)); in format()
91 messageFormat.applyPattern (textResources.getString(key)); in format()
93 return (messageFormat.format (arguments)); in format()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java56 private static MessageFormat messageFormat; field in MessageOutput
88 if (messageFormat == null) { in format()
89 messageFormat = new MessageFormat (textResources.getString(key)); in format()
91 messageFormat.applyPattern (textResources.getString(key)); in format()
93 return (messageFormat.format (arguments)); in format()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java56 private static MessageFormat messageFormat; field in MessageOutput
88 if (messageFormat == null) { in format()
89 messageFormat = new MessageFormat (textResources.getString(key)); in format()
91 messageFormat.applyPattern (textResources.getString(key)); in format()
93 return (messageFormat.format (arguments)); in format()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java56 private static MessageFormat messageFormat; field in MessageOutput
88 if (messageFormat == null) { in format()
89 messageFormat = new MessageFormat (textResources.getString(key)); in format()
91 messageFormat.applyPattern (textResources.getString(key)); in format()
93 return (messageFormat.format (arguments)); in format()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java56 private static MessageFormat messageFormat; field in MessageOutput
88 if (messageFormat == null) { in format()
89 messageFormat = new MessageFormat (textResources.getString(key)); in format()
91 messageFormat.applyPattern (textResources.getString(key)); in format()
93 return (messageFormat.format (arguments)); in format()
/dports/security/snoopy/snoopy-2.4.14/tests/bin/
H A Dsnoopy-test-message-format.c53 char *messageFormat; in main() local
69 messageFormat = argv[1]; in main()
78 snoopy_message_generateFromFormat(message, messageFormat); in main()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/i18n/
H A DsfI18N.class.php28 $messageFormat = null; variable in sfI18N
135 $this->messageFormat = null;
179 $this->messageFormat = null;
206 if (!isset($this->messageFormat))
208 …$this->messageFormat = new sfMessageFormat($this->getMessageSource(), sfConfig::get('sf_charset'));
212 …$this->messageFormat->setUntranslatedPS(array($this->options['untranslated_prefix'], $this->option…
216 return $this->messageFormat;
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/install/include/
H A Dcommon.inc.php37 $messageFormat = '<br><div>Fatal %s %s file: %s : %d </div>';
44 … printf($messageFormat, 'Error', $lastError['message'], $lastError['file'], $lastError['line']);
48 printf($messageFormat, get_class($e), $e->getMessage(), $e->getFile(), $e->getLine());

12345678910>>...19