Home
last modified time | relevance | path

Searched defs:PrepareCommand (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mail/
H A DSmtpCommands.cs220 private static void PrepareCommand(SmtpConnection conn, string type, string message) in PrepareCommand() method in System.Net.Mail.AuthCommand
229 private static void PrepareCommand(SmtpConnection conn, string message) in PrepareCommand() method in System.Net.Mail.AuthCommand
285 private static void PrepareCommand(SmtpConnection conn) in PrepareCommand() method in System.Net.Mail.DataCommand
330 private static void PrepareCommand(SmtpConnection conn) in PrepareCommand() method in System.Net.Mail.DataStopCommand
383 private static void PrepareCommand(SmtpConnection conn, string domain) in PrepareCommand() method in System.Net.Mail.EHelloCommand
437 private static void PrepareCommand(SmtpConnection conn, string domain) in PrepareCommand() method in System.Net.Mail.HelloCommand
495 private static void PrepareCommand(SmtpConnection conn) in PrepareCommand() method in System.Net.Mail.StartTlsCommand
554 …private static void PrepareCommand(SmtpConnection conn, byte[] command, MailAddress from, bool all… in PrepareCommand() method in System.Net.Mail.MailCommand
623 private static void PrepareCommand(SmtpConnection conn, string to) in PrepareCommand() method in System.Net.Mail.RecipientCommand
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DSmtpCommands.cs214 static void PrepareCommand(SmtpConnection conn, string type, string message) in PrepareCommand() method in System.Net.Mail.AuthCommand
223 static void PrepareCommand(SmtpConnection conn, string message) in PrepareCommand() method in System.Net.Mail.AuthCommand
279 static void PrepareCommand(SmtpConnection conn) in PrepareCommand() method in System.Net.Mail.DataCommand
340 static void PrepareCommand(SmtpConnection conn) in PrepareCommand() method in System.Net.Mail.DataStopCommand
392 static void PrepareCommand(SmtpConnection conn, string domain) in PrepareCommand() method in System.Net.Mail.EHelloCommand
446 static void PrepareCommand(SmtpConnection conn, string domain) in PrepareCommand() method in System.Net.Mail.HelloCommand
503 static void PrepareCommand(SmtpConnection conn) in PrepareCommand() method in System.Net.Mail.StartTlsCommand
561 …static void PrepareCommand(SmtpConnection conn, byte[] command, MailAddress from, bool allowUnicod… in PrepareCommand() method in System.Net.Mail.MailCommand
632 static void PrepareCommand(SmtpConnection conn, string to) in PrepareCommand() method in System.Net.Mail.RecipientCommand
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dcmd_api.cpp40 class PrepareCommand : public Command { class
42 PrepareCommand() in PrepareCommand() function in __anon46777e990111::PrepareCommand
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/cr/cr/commands/
H A Dprepare.py10 class PrepareCommand(cr.Command): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/cr/cr/commands/
H A Dprepare.py10 class PrepareCommand(cr.Command): class
/dports/lang/mono/mono-5.10.1.57/mcs/class/WebMatrix.Data/WebMatrix.Data/
H A DDatabase.cs193 DbCommand PrepareCommand (string commandText) in PrepareCommand() method in WebMatrix.Data.Database
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/plugin/
H A Dplugin.go136 func (p *Plugin) PrepareCommand(extraArgs []string) (string, []string, error) { func
/dports/sysutils/helm/helm-3.5.2/pkg/plugin/
H A Dplugin.go145 func (p *Plugin) PrepareCommand(extraArgs []string) (string, []string, error) { func
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/ParameterTest/
H A DStreamInputParam.cs575 private static void PrepareCommand() in PrepareCommand() method in System.Data.SqlClient.ManualTesting.Tests.StreamInputParam
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dprocess.cpp545 Process::Arguments Process::PrepareCommand(const Value& command) in PrepareCommand() function in Process