From 1365712a4a1608b8d4e0275343a11061319ae09c Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Sun, 11 Jun 2023 16:55:59 +0000 Subject: [PATCH] Deploy code docs to GitHub Pages for workflow run 2160 Commit: 3c779415f2d97b149a6cd01712c5eab07b341ac7 --- _configuration_8cs_source.html | 34 +++++++++---------- _d_m_api_constants_8cs_source.html | 4 +-- ...nts_1_1_interop_1_1_d_m_api_constants.html | 8 ++--- ...ts_1_1_static_files_1_1_configuration.html | 34 +++++++++---------- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/_configuration_8cs_source.html b/_configuration_8cs_source.html index c6d9a05662..4c95efb3f6 100644 --- a/_configuration_8cs_source.html +++ b/_configuration_8cs_source.html @@ -234,28 +234,28 @@ $(function() {
227
228 void ListImpl()
229 {
-
230 var enumerator = synchronousIOManager.GetDirectories(path, cancellationToken);
-
231 try
-
232 {
+
230 try
+
231 {
+
232 var enumerator = synchronousIOManager.GetDirectories(path, cancellationToken);
233 result.AddRange(enumerator.Select(x => new ConfigurationFileResponse
234 {
235 IsDirectory = true,
236 Path = ioManager.ConcatPath(configurationRelativePath, x),
237 }).OrderBy(file => file.Path));
-
238 }
-
239 catch (IOException e)
-
240 {
-
241 logger.LogDebug(e, "IOException while writing {path}!", path);
-
242 result = null;
-
243 return;
-
244 }
-
245
-
246 enumerator = synchronousIOManager.GetFiles(path, cancellationToken);
-
247 result.AddRange(enumerator.Select(x => new ConfigurationFileResponse
-
248 {
-
249 IsDirectory = false,
-
250 Path = ioManager.ConcatPath(configurationRelativePath, x),
-
251 }).OrderBy(file => file.Path));
+
238
+
239 enumerator = synchronousIOManager.GetFiles(path, cancellationToken);
+
240 result.AddRange(enumerator.Select(x => new ConfigurationFileResponse
+
241 {
+
242 IsDirectory = false,
+
243 Path = ioManager.ConcatPath(configurationRelativePath, x),
+
244 }).OrderBy(file => file.Path));
+
245 }
+
246 catch (IOException ex)
+
247 {
+
248 logger.LogDebug(ex, "IOException while enumerating direcotry!");
+
249 result = null;
+
250 return;
+
251 }
252 }
253
254 using (await SemaphoreSlimContext.Lock(semaphore, cancellationToken))
diff --git a/_d_m_api_constants_8cs_source.html b/_d_m_api_constants_8cs_source.html index 82e3fd1545..cc02ddac07 100644 --- a/_d_m_api_constants_8cs_source.html +++ b/_d_m_api_constants_8cs_source.html @@ -100,9 +100,9 @@ $(function() {
35
40 public const uint MaximumBridgeRequestLength = 8198;
41
-
45 public const uint MaximumTopicRequestLength = 65529;
+
45 public const uint MaximumTopicRequestLength = 65528;
46
-
50 public const uint MaximumTopicResponseLength = 65528;
+
50 public const uint MaximumTopicResponseLength = 65529;
51
55 public static readonly Version InteropVersion = Version.Parse(MasterVersionsAttribute.Instance.RawInteropVersion);
56
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html index ebb22b8c45..08f29edc95 100644 --- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html +++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html @@ -114,10 +114,10 @@ Static Public Attributes const uint MaximumBridgeRequestLength = 8198  The maximum length of a BYOND side bridge request URL. More...
  -const uint MaximumTopicRequestLength = 65529 +const uint MaximumTopicRequestLength = 65528  The maximum length in bytes of a global::Byond.TopicSender.ITopicClient payload. More...
  -const uint MaximumTopicResponseLength = 65528 +const uint MaximumTopicResponseLength = 65529  The maximum length in bytes of a global::Byond.TopicSender.ITopicClient response. More...
  static readonly Version InteropVersion = Version.Parse(MasterVersionsAttribute.Instance.RawInteropVersion) @@ -197,7 +197,7 @@ Static Public Attributes - +
const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicRequestLength = 65529const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicRequestLength = 65528
@@ -225,7 +225,7 @@ Static Public Attributes - +
const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicResponseLength = 65528const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicResponseLength = 65529
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html index d56adf1ceb..65eee876f5 100644 --- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html +++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html @@ -1005,28 +1005,28 @@ Here is the call graph for this function:
227
228 void ListImpl()
229 {
-
230 var enumerator = synchronousIOManager.GetDirectories(path, cancellationToken);
-
231 try
-
232 {
+
230 try
+
231 {
+
232 var enumerator = synchronousIOManager.GetDirectories(path, cancellationToken);
233 result.AddRange(enumerator.Select(x => new ConfigurationFileResponse
234 {
235 IsDirectory = true,
236 Path = ioManager.ConcatPath(configurationRelativePath, x),
237 }).OrderBy(file => file.Path));
-
238 }
-
239 catch (IOException e)
-
240 {
-
241 logger.LogDebug(e, "IOException while writing {path}!", path);
-
242 result = null;
-
243 return;
-
244 }
-
245
-
246 enumerator = synchronousIOManager.GetFiles(path, cancellationToken);
-
247 result.AddRange(enumerator.Select(x => new ConfigurationFileResponse
-
248 {
-
249 IsDirectory = false,
-
250 Path = ioManager.ConcatPath(configurationRelativePath, x),
-
251 }).OrderBy(file => file.Path));
+
238
+
239 enumerator = synchronousIOManager.GetFiles(path, cancellationToken);
+
240 result.AddRange(enumerator.Select(x => new ConfigurationFileResponse
+
241 {
+
242 IsDirectory = false,
+
243 Path = ioManager.ConcatPath(configurationRelativePath, x),
+
244 }).OrderBy(file => file.Path));
+
245 }
+
246 catch (IOException ex)
+
247 {
+
248 logger.LogDebug(ex, "IOException while enumerating direcotry!");
+
249 result = null;
+
250 return;
+
251 }
252 }
253
254 using (await SemaphoreSlimContext.Lock(semaphore, cancellationToken))