Home
last modified time | relevance | path

Searched refs:LoggingEnabled (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DLoggingEnabled.h36 class AWS_S3CRT_API LoggingEnabled
39 LoggingEnabled();
40 LoggingEnabled(const Aws::Utils::Xml::XmlNode& xmlNode);
41 LoggingEnabled& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
104 …inline LoggingEnabled& WithTargetBucket(const Aws::String& value) { SetTargetBucket(value); return… in WithTargetBucket()
114 …inline LoggingEnabled& WithTargetBucket(Aws::String&& value) { SetTargetBucket(std::move(value)); … in WithTargetBucket()
124 …inline LoggingEnabled& WithTargetBucket(const char* value) { SetTargetBucket(value); return *this;} in WithTargetBucket()
150 …inline LoggingEnabled& WithTargetGrants(const Aws::Vector<TargetGrant>& value) { SetTargetGrants(v… in WithTargetGrants()
208 …inline LoggingEnabled& WithTargetPrefix(const Aws::String& value) { SetTargetPrefix(value); return… in WithTargetPrefix()
215 …inline LoggingEnabled& WithTargetPrefix(Aws::String&& value) { SetTargetPrefix(std::move(value)); … in WithTargetPrefix()
[all …]
H A DGetBucketLoggingResult.h36 inline const LoggingEnabled& GetLoggingEnabled() const{ return m_loggingEnabled; } in GetLoggingEnabled()
39 inline void SetLoggingEnabled(const LoggingEnabled& value) { m_loggingEnabled = value; } in SetLoggingEnabled()
42 inline void SetLoggingEnabled(LoggingEnabled&& value) { m_loggingEnabled = std::move(value); } in SetLoggingEnabled()
45 …inline GetBucketLoggingResult& WithLoggingEnabled(const LoggingEnabled& value) { SetLoggingEnabled… in WithLoggingEnabled()
48 …inline GetBucketLoggingResult& WithLoggingEnabled(LoggingEnabled&& value) { SetLoggingEnabled(std:… in WithLoggingEnabled()
52 LoggingEnabled m_loggingEnabled;
H A DBucketLoggingStatus.h41 inline const LoggingEnabled& GetLoggingEnabled() const{ return m_loggingEnabled; } in GetLoggingEnabled()
47 …inline void SetLoggingEnabled(const LoggingEnabled& value) { m_loggingEnabledHasBeenSet = true; m_… in SetLoggingEnabled()
50 …inline void SetLoggingEnabled(LoggingEnabled&& value) { m_loggingEnabledHasBeenSet = true; m_loggi… in SetLoggingEnabled()
53 …inline BucketLoggingStatus& WithLoggingEnabled(const LoggingEnabled& value) { SetLoggingEnabled(va… in WithLoggingEnabled()
56 …inline BucketLoggingStatus& WithLoggingEnabled(LoggingEnabled&& value) { SetLoggingEnabled(std::mo… in WithLoggingEnabled()
60 LoggingEnabled m_loggingEnabled;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DLoggingEnabled.h36 class AWS_S3_API LoggingEnabled
39 LoggingEnabled();
40 LoggingEnabled(const Aws::Utils::Xml::XmlNode& xmlNode);
41 LoggingEnabled& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
104 …inline LoggingEnabled& WithTargetBucket(const Aws::String& value) { SetTargetBucket(value); return… in WithTargetBucket()
114 …inline LoggingEnabled& WithTargetBucket(Aws::String&& value) { SetTargetBucket(std::move(value)); … in WithTargetBucket()
124 …inline LoggingEnabled& WithTargetBucket(const char* value) { SetTargetBucket(value); return *this;} in WithTargetBucket()
150 …inline LoggingEnabled& WithTargetGrants(const Aws::Vector<TargetGrant>& value) { SetTargetGrants(v… in WithTargetGrants()
208 …inline LoggingEnabled& WithTargetPrefix(const Aws::String& value) { SetTargetPrefix(value); return… in WithTargetPrefix()
215 …inline LoggingEnabled& WithTargetPrefix(Aws::String&& value) { SetTargetPrefix(std::move(value)); … in WithTargetPrefix()
[all …]
H A DGetBucketLoggingResult.h36 inline const LoggingEnabled& GetLoggingEnabled() const{ return m_loggingEnabled; } in GetLoggingEnabled()
39 inline void SetLoggingEnabled(const LoggingEnabled& value) { m_loggingEnabled = value; } in SetLoggingEnabled()
42 inline void SetLoggingEnabled(LoggingEnabled&& value) { m_loggingEnabled = std::move(value); } in SetLoggingEnabled()
45 …inline GetBucketLoggingResult& WithLoggingEnabled(const LoggingEnabled& value) { SetLoggingEnabled… in WithLoggingEnabled()
48 …inline GetBucketLoggingResult& WithLoggingEnabled(LoggingEnabled&& value) { SetLoggingEnabled(std:… in WithLoggingEnabled()
52 LoggingEnabled m_loggingEnabled;
H A DBucketLoggingStatus.h41 inline const LoggingEnabled& GetLoggingEnabled() const{ return m_loggingEnabled; } in GetLoggingEnabled()
47 …inline void SetLoggingEnabled(const LoggingEnabled& value) { m_loggingEnabledHasBeenSet = true; m_… in SetLoggingEnabled()
50 …inline void SetLoggingEnabled(LoggingEnabled&& value) { m_loggingEnabledHasBeenSet = true; m_loggi… in SetLoggingEnabled()
53 …inline BucketLoggingStatus& WithLoggingEnabled(const LoggingEnabled& value) { SetLoggingEnabled(va… in WithLoggingEnabled()
56 …inline BucketLoggingStatus& WithLoggingEnabled(LoggingEnabled&& value) { SetLoggingEnabled(std::mo… in WithLoggingEnabled()
60 LoggingEnabled m_loggingEnabled;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/WebSockets/
H A DWebSocketConnectionStream.cs50 if (WebSocketBase.LoggingEnabled) in WebSocketConnectionStream()
94 if (WebSocketBase.LoggingEnabled) in CloseNetworkConnectionAsync()
163 if (WebSocketBase.LoggingEnabled) in CloseNetworkConnectionAsync()
172 if (WebSocketBase.LoggingEnabled) in Close()
190 if (WebSocketBase.LoggingEnabled) in Close()
199 if (WebSocketBase.LoggingEnabled) in ReadAsync()
218 if (WebSocketBase.LoggingEnabled) in ReadAsync()
236 if (WebSocketBase.LoggingEnabled) in ReadAsync()
247 if (WebSocketBase.LoggingEnabled) in WriteAsync()
317 if (WebSocketBase.LoggingEnabled) in MultipleWriteAsync()
[all …]
H A DWebSocketHttpListenerDuplexStream.cs65 if (WebSocketBase.LoggingEnabled) in WebSocketHttpListenerDuplexStream()
138 if (WebSocketBase.LoggingEnabled) in ReadAsyncCore()
211 if (WebSocketBase.LoggingEnabled) in ReadAsyncFast()
364 if (WebSocketBase.LoggingEnabled) in MultipleWriteAsyncCore()
426 if (WebSocketBase.LoggingEnabled) in WriteAsyncCore()
488 if (WebSocketBase.LoggingEnabled) in WriteAsyncFast()
617 if (WebSocketBase.LoggingEnabled) in CloseNetworkConnectionAsync()
719 if (WebSocketBase.LoggingEnabled) in OnCancel()
745 if (WebSocketBase.LoggingEnabled) in OnCancel()
775 if (WebSocketBase.LoggingEnabled) in SwitchToOpaqueMode()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DLoggingEnabled.cpp23 LoggingEnabled::LoggingEnabled() : in LoggingEnabled() function in Aws::S3Crt::Model::LoggingEnabled
30 LoggingEnabled::LoggingEnabled(const XmlNode& xmlNode) : in LoggingEnabled() function in Aws::S3Crt::Model::LoggingEnabled
38 LoggingEnabled& LoggingEnabled::operator =(const XmlNode& xmlNode) in operator =()
73 void LoggingEnabled::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DLoggingEnabled.cpp23 LoggingEnabled::LoggingEnabled() : in LoggingEnabled() function in Aws::S3::Model::LoggingEnabled
30 LoggingEnabled::LoggingEnabled(const XmlNode& xmlNode) : in LoggingEnabled() function in Aws::S3::Model::LoggingEnabled
38 LoggingEnabled& LoggingEnabled::operator =(const XmlNode& xmlNode) in operator =()
73 void LoggingEnabled::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/devel/p5-Paws/Paws-0.14/t/10_responses/
H A Ds3-get-bucket-logging.response.test.yml8 path: LoggingEnabled.TargetBucket
11 path: LoggingEnabled.TargetGrants.0.Grantee.EmailAddress
14 path: LoggingEnabled.TargetGrants.0.Permission
17 path: LoggingEnabled.TargetPrefix
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tencentyun/cos-go-sdk-v5/
H A Dbucket_logging_test.go16 LoggingEnabled: &BucketLoggingEnabled{
54 <LoggingEnabled>
57 </LoggingEnabled>
66 LoggingEnabled: &BucketLoggingEnabled{
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkRenderTimerLog.h201 vtkSetMacro(LoggingEnabled, bool);
202 vtkGetMacro(LoggingEnabled, bool);
203 vtkBooleanMacro(LoggingEnabled, bool);
224 bool LoggingEnabled; variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkRenderTimerLog.h199 vtkSetMacro(LoggingEnabled, bool)
200 vtkGetMacro(LoggingEnabled, bool)
201 vtkBooleanMacro(LoggingEnabled, bool)
222 bool LoggingEnabled; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Ddirect_manipulation_event_handler_win.cc59 if (LoggingEnabled()) { in TransitionToState()
137 if (LoggingEnabled()) { in OnViewportStatusChanged()
206 if (LoggingEnabled()) in OnViewportUpdated()
220 if (LoggingEnabled()) in OnContentUpdated()
255 if (LoggingEnabled()) { in OnContentUpdated()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Ddirect_manipulation_event_handler_win.cc60 if (LoggingEnabled()) { in TransitionToState()
138 if (LoggingEnabled()) { in OnViewportStatusChanged()
207 if (LoggingEnabled()) in OnViewportUpdated()
221 if (LoggingEnabled()) in OnContentUpdated()
256 if (LoggingEnabled()) { in OnContentUpdated()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DExternalASTMerger.cpp120 const bool LoggingEnabled = Parent.LoggingEnabled(); in Imported() local
121 if (LoggingEnabled) in Imported()
132 if (LoggingEnabled) in Imported()
141 if (LoggingEnabled) in Imported()
217 if (!DidCallback && LoggingEnabled()) in ForEachMatchingDC()
296 if (LoggingEnabled()) in MaybeRecordOrigin()
329 if (LoggingEnabled()) in RemoveSources()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DExternalASTMerger.cpp116 const bool LoggingEnabled = Parent.LoggingEnabled();
117 if (LoggingEnabled)
128 if (LoggingEnabled)
137 if (LoggingEnabled)
214 if (!DidCallback && LoggingEnabled())
293 if (LoggingEnabled())
326 if (LoggingEnabled())
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DExternalASTMerger.cpp116 const bool LoggingEnabled = Parent.LoggingEnabled(); in Imported() local
117 if (LoggingEnabled) in Imported()
128 if (LoggingEnabled) in Imported()
137 if (LoggingEnabled) in Imported()
214 if (!DidCallback && LoggingEnabled()) in ForEachMatchingDC()
291 if (LoggingEnabled()) in MaybeRecordOrigin()
324 if (LoggingEnabled()) in RemoveSources()
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/services/meta/
H A Dconfig_test.go23 } else if c.LoggingEnabled {
24 t.Fatalf("unexpected logging enabled: %v", c.LoggingEnabled)
H A Dconfig.go23 LoggingEnabled bool `toml:"logging-enabled"` member
30 LoggingEnabled: DefaultLoggingEnabled,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/services/meta/
H A Dconfig_test.go23 } else if c.LoggingEnabled {
24 t.Fatalf("unexpected logging enabled: %v", c.LoggingEnabled)
H A Dconfig.go23 LoggingEnabled bool `toml:"logging-enabled"` member
30 LoggingEnabled: DefaultLoggingEnabled,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/services/meta/
H A Dconfig_test.go23 } else if c.LoggingEnabled {
24 t.Fatalf("unexpected logging enabled: %v", c.LoggingEnabled)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/services/meta/
H A Dconfig_test.go23 } else if c.LoggingEnabled {
24 t.Fatalf("unexpected logging enabled: %v", c.LoggingEnabled)

12345678910>>...20