Home
last modified time | relevance | path

Searched refs:MessageSource (Results 1 – 25 of 132) sorted by relevance

123456

/dports/irc/anope/anope-2.0.9/include/
H A Dprotocol.h29 virtual void SendSVSKillInternal(const MessageSource &, User *, const Anope::string &);
31 virtual void SendModeInternal(const MessageSource &, User *, const Anope::string &);
37 virtual void SendGlobopsInternal(const MessageSource &, const Anope::string &buf);
91 virtual void SendTopic(const MessageSource &, Channel *);
179 virtual void SendInvite(const MessageSource &source, const Channel *c, User *u);
180 virtual void SendGlobops(const MessageSource &source, const char *fmt, ...);
248 class CoreExport MessageSource
255 MessageSource(const Anope::string &);
256 MessageSource(User *u);
257 MessageSource(Server *s);
[all …]
H A Dmessages.h26 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
33 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
40 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
47 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
54 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
72 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
79 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
86 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
93 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
100 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
[all …]
H A Dusers.h261 void SetModeInternal(const MessageSource &setter, UserMode *um, const Anope::string &param = "");
267 void RemoveModeInternal(const MessageSource &setter, UserMode *um);
307 void SetModesInternal(const MessageSource &source, const char *umodes, ...);
333 void Kill(const MessageSource &source, const Anope::string &reason);
339 void KillInternal(const MessageSource &source, const Anope::string &reason);
/dports/irc/anope/anope-2.0.9/src/
H A Dprotocol.cpp172 void IRCDProto::SendTopic(const MessageSource &source, Channel *c) in SendTopic()
286 void IRCDProto::SendInvite(const MessageSource &source, const Channel *c, User *u) in SendInvite()
306 void IRCDProto::SendGlobops(const MessageSource &source, const char *fmt, ...) in SendGlobops()
448 MessageSource::MessageSource(const Anope::string &src) : source(src), u(NULL), s(NULL) in MessageSource() function in MessageSource
459 MessageSource::MessageSource(User *_u) : source(_u ? _u->nick : ""), u(_u), s(NULL) in MessageSource() function in MessageSource
463 MessageSource::MessageSource(Server *_s) : source(_s ? _s->GetName() : ""), u(NULL), s(_s) in MessageSource() function in MessageSource
467 const Anope::string &MessageSource::GetName() const in GetName()
477 const Anope::string &MessageSource::GetSource() const in GetSource()
482 User *MessageSource::GetUser() const in GetUser()
487 BotInfo *MessageSource::GetBot() const in GetBot()
[all …]
H A Dmessages.cpp25 void Away::Run(MessageSource &source, const std::vector<Anope::string> &params) in Run()
36 void Capab::Run(MessageSource &source, const std::vector<Anope::string> &params) in Run()
50 void Error::Run(MessageSource &source, const std::vector<Anope::string> &params) in Run()
57 void Invite::Run(MessageSource &source, const std::vector<Anope::string> &params) in Run()
68 void Join::Run(MessageSource &source, const std::vector<Anope::string> &params) in Run()
170 void Kick::Run(MessageSource &source, const std::vector<Anope::string> &params) in Run()
187 void Kill::Run(MessageSource &source, const std::vector<Anope::string> &params) in Run()
237 void MOTD::Run(MessageSource &source, const std::vector<Anope::string> &params) in Run()
276 void Part::Run(MessageSource &source, const std::vector<Anope::string> &params) in Run()
298 void Ping::Run(MessageSource &source, const std::vector<Anope::string> &params) in Run()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/support/
H A DJstlUtils.java28 import org.springframework.context.MessageSource;
53 public static MessageSource getJstlAwareMessageSource( in getJstlAwareMessageSource()
54 ServletContext servletContext, MessageSource messageSource) { in getJstlAwareMessageSource()
80 …public static void exposeLocalizationContext(HttpServletRequest request, MessageSource messageSour… in exposeLocalizationContext()
98 MessageSource messageSource = getJstlAwareMessageSource( in exposeLocalizationContext()
111 private final MessageSource messageSource;
115 public SpringLocalizationContext(MessageSource messageSource, HttpServletRequest request) { in SpringLocalizationContext()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/inspector/
H A DConsoleMessage.h53 …ConsoleMessage(MessageSource, MessageType, MessageLevel, const String& m, unsigned li, const Strin…
54 …ConsoleMessage(MessageSource, MessageType, MessageLevel, const String& m, PassRefPtr<ScriptArgumen…
55 …ConsoleMessage(MessageSource, MessageType, MessageLevel, const String& m, const String& responseUr…
63 MessageSource source() const { return m_source; } in source()
68 MessageSource m_source;
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/context/support/
H A DAutowiredService.java19 import org.springframework.context.MessageSource;
26 private MessageSource messageSource;
28 public void setMessageSource(MessageSource messageSource) { in setMessageSource()
35 public MessageSource getMessageSource() { in getMessageSource()
H A DService.java23 import org.springframework.context.MessageSource;
36 private MessageSource messageSource;
47 public void setMessageSource(MessageSource messageSource) { in setMessageSource()
54 public MessageSource getMessageSource() { in getMessageSource()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/ui/context/support/
H A DSimpleTheme.java19 import org.springframework.context.MessageSource;
34 private final MessageSource messageSource;
42 public SimpleTheme(String name, MessageSource messageSource) { in SimpleTheme()
54 public final MessageSource getMessageSource() { in getMessageSource()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/context/support/
H A DMessageSourceResourceBundle.java23 import org.springframework.context.MessageSource;
40 private final MessageSource messageSource;
50 public MessageSourceResourceBundle(MessageSource source, Locale locale) { in MessageSourceResourceBundle()
62 public MessageSourceResourceBundle(MessageSource source, Locale locale, ResourceBundle parent) { in MessageSourceResourceBundle()
H A DDelegatingMessageSource.java22 import org.springframework.context.MessageSource;
39 private MessageSource parentMessageSource;
42 public void setParentMessageSource(MessageSource parent) { in setParentMessageSource()
46 public MessageSource getParentMessageSource() { in getParentMessageSource()
H A DMessageSourceAccessor.java21 import org.springframework.context.MessageSource;
39 private final MessageSource messageSource;
49 public MessageSourceAccessor(MessageSource messageSource) { in MessageSourceAccessor()
59 public MessageSourceAccessor(MessageSource messageSource, Locale defaultLocale) { in MessageSourceAccessor()
H A DAbstractMessageSource.java25 import org.springframework.context.MessageSource;
65 private MessageSource parentMessageSource;
70 public void setParentMessageSource(MessageSource parent) { in setParentMessageSource()
74 public MessageSource getParentMessageSource() { in getParentMessageSource()
227 MessageSource parent = getParentMessageSource(); in getMessageFromParent()
/dports/irc/anope/anope-2.0.9/modules/protocol/
H A Dhybrid.cpp42 void SendInvite(const MessageSource &source, const Channel *c, User *u) anope_override in SendInvite()
233 void SendTopic(const MessageSource &source, Channel *c) anope_override in SendTopic()
308 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
328 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
338 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
356 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
368 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
379 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
391 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
415 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
[all …]
H A Dratbox.cpp46 …void SendSVSKillInternal(const MessageSource &source, User *targ, const Anope::string &reason) ano… in SendSVSKillInternal()
55 …void SendModeInternal(const MessageSource &source, User *u, const Anope::string &buf) anope_overri… in SendModeInternal()
59 void SendGlobopsInternal(const MessageSource &source, const Anope::string &buf) anope_override in SendGlobopsInternal()
126 void SendTopic(const MessageSource &source, Channel *c) anope_override in SendTopic()
151 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
175 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
194 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
205 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
225 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
245 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
H A Dngircd.cpp156 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
197 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
223 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
265 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
315 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
366 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
413 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
457 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
497 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
533 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
[all …]
H A Dinspircd12.cpp143 void SendTopic(const MessageSource &source, Channel *c) anope_override in SendTopic()
535 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
874 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
886 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
896 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
919 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
933 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
943 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
991 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
1020 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
[all …]
H A Dunreal4.cpp63 void SendTopic(const MessageSource &source, Channel *c) anope_override in SendTopic()
643 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
812 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
824 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
836 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
848 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
876 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
921 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
951 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
1017 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
[all …]
H A Dplexus.cpp38 …void SendSVSKillInternal(const MessageSource &source, User *targ, const Anope::string &reason) ano… in SendSVSKillInternal()
52 void SendGlobopsInternal(const MessageSource &source, const Anope::string &buf) anope_override in SendGlobopsInternal()
141 …void SendModeInternal(const MessageSource &source, User *u, const Anope::string &buf) anope_overri… in SendModeInternal()
156 void SendTopic(const MessageSource &source, Channel *c) anope_override in SendTopic()
161 …void SendSVSJoin(const MessageSource &source, User *user, const Anope::string &chan, const Anope::… in SendSVSJoin()
166 …void SendSVSPart(const MessageSource &source, User *user, const Anope::string &chan, const Anope::… in SendSVSPart()
194 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
250 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
262 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
290 void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override in Run()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/context/
H A DHierarchicalMessageSource.java26 public interface HierarchicalMessageSource extends MessageSource {
35 void setParentMessageSource(MessageSource parent); in setParentMessageSource()
40 MessageSource getParentMessageSource(); in getParentMessageSource()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/validation/beanvalidation/
H A DMessageSourceResourceBundleLocator.java24 import org.springframework.context.MessageSource;
40 private final MessageSource messageSource;
46 public MessageSourceResourceBundleLocator(MessageSource messageSource) { in MessageSourceResourceBundleLocator()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/view/
H A DJstlView.java22 import org.springframework.context.MessageSource;
79 private MessageSource messageSource;
105 public JstlView(String url, MessageSource messageSource) { in JstlView()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/xml/dom/
H A D__init__.py226 import MessageSource
227 DOMExceptionStrings = MessageSource.__dict__['DOMExceptionStrings']
228 EventExceptionStrings = MessageSource.__dict__['EventExceptionStrings']
229 FtExceptionStrings = MessageSource.__dict__['FtExceptionStrings']
230 RangeExceptionStrings = MessageSource.__dict__['RangeExceptionStrings']
/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dclientprotocol.h28 class MessageSource; variable
93 class ClientProtocol::MessageSource
104 MessageSource(User* Sourceuser = NULL)
116 MessageSource(const std::string& Sourcestr, User* Sourceuser = NULL)
165 void SetSource(const MessageSource& other) in SetSource()
181 class ClientProtocol::Message : public ClientProtocol::MessageSource
312 : ClientProtocol::MessageSource(Sourceuser) in MessageSource() function
329 : ClientProtocol::MessageSource(Sourcestr, Sourceuser) in MessageSource() function

123456