Home
last modified time | relevance | path

Searched refs:AutoFlush (Results 51 – 75 of 158) sorted by relevance

1234567

/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Worker/Logging/
H A DLogHandler.cs47 this.fileWriter = new StreamWriter(logFileName) { AutoFlush = true }; in LogHandler()
/dports/devel/msbuild/msbuild-0.06/src/Build/Logging/
H A DFileLogger.cs104 _fileWriter.AutoFlush = _autoFlush; in InitializeFileLogger()
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcFeatures/
H A DDccChat.cs135 _sw.AutoFlush = true; in InitWork()
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcFeatures/
H A DDccChat.cs135 _sw.AutoFlush = true; in InitWork()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Logging/
H A DLogService.cs238 this.fileWriter = new StreamWriter(logFile) { AutoFlush = true }; in EnableLoggingToDisk()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DTraceTest.cs42 Trace.AutoFlush = true; in GetReady()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Debug/ref/
H A DSystem.Diagnostics.Debug.cs13 public static bool AutoFlush { get { throw null; } set { } } property in System.Diagnostics.Debug
/dports/devel/py-grizzled/grizzled-0.9.4/grizzled/io/
H A D__init__.py28 class AutoFlush(object): class
/dports/devel/log4net/log4net-1.2.10/src/Appender/
H A DColoredConsoleAppender.cs457 m_consoleOutputWriter.AutoFlush = true; in ActivateOptions()
/dports/www/rt44/rt-4.4.5/share/html/Admin/Tools/Shredder/Dumps/
H A Ddhandler49 AutoFlush => 0
/dports/www/rt50/rt-5.0.2/share/html/Admin/Tools/Shredder/Dumps/
H A Ddhandler49 AutoFlush => 0
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Diagnostics/
H A DDebug.cs17 public static bool AutoFlush { get { return true; } set { } } property in System.Diagnostics.Debug
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Diagnostics/
H A DDebug.cs24 public static bool AutoFlush { get { return true; } set { } } property in System.Diagnostics.Private.Debug
/dports/www/rt44/rt-4.4.5/share/html/Download/CustomFieldValue/
H A Ddhandler79 AutoFlush => 0
/dports/www/rt50/rt-5.0.2/share/html/Ticket/Attachment/WithHeaders/
H A Ddhandler77 AutoFlush => 0
/dports/www/rt44/rt-4.4.5/share/html/Ticket/Attachment/WithHeaders/
H A Ddhandler77 AutoFlush => 0
/dports/www/rt50/rt-5.0.2/share/html/Download/CustomFieldValue/
H A Ddhandler79 AutoFlush => 0
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Internal/
H A DDebugHelper.cs41 Debug.AutoFlush = true; in DebugHelper()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/UtilityCommands/
H A DUpdateModCommand.cs164 logWriter.AutoFlush = true; in ApplyRules()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/Http/
H A DLoopbackServer.cs174 …ter(options?.ResponseStreamWrapper?.Invoke(stream) ?? stream, Encoding.ASCII) { AutoFlush = true }) in AcceptSocketAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/ProviderAgnostic/MultipleResultsTest/
H A DMultipleResultsTest.cs151 standardOutput.AutoFlush = true; in RunTestCoreAndCompareWithBaseline()
/dports/www/rt50/rt-5.0.2/share/html/Ticket/Attachment/
H A Ddhandler105 AutoFlush => 0
/dports/www/rt44/rt-4.4.5/share/html/Ticket/Attachment/
H A Ddhandler105 AutoFlush => 0
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgclient_utils.py361 class AutoFlush(Wrapper): class
364 super(AutoFlush, self).__init__(wrapped)
471 return AutoFlush(fileobj, delay)
/dports/lang/mono/mono-5.10.1.57/mcs/tools/ictool/
H A Dictool.cs380 file.AutoFlush = true; in GetOutputFile()

1234567