1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-26 20:43:22 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2026-03-04 22:26:46 +03:00
parent f9c3c752d8
commit ffca79d04f
13 changed files with 10663 additions and 10663 deletions
+1 -1
View File
@@ -1 +1 @@
77115E10F2B7911C8F35338DBC7D2EBCA770D977ADBA0675EEA0F7802C82AB8A
E2DE7C233A82ED410F506DE11F0EC683C1AD503F44E2397B10B5A10A7523EBB2
+10623 -10623
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
77115E10F2B7911C8F35338DBC7D2EBCA770D977ADBA0675EEA0F7802C82AB8A
E2DE7C233A82ED410F506DE11F0EC683C1AD503F44E2397B10B5A10A7523EBB2
+1 -1
View File
@@ -1 +1 @@
77115E10F2B7911C8F35338DBC7D2EBCA770D977ADBA0675EEA0F7802C82AB8A
E2DE7C233A82ED410F506DE11F0EC683C1AD503F44E2397B10B5A10A7523EBB2
+15 -15
View File
@@ -953,27 +953,27 @@ Function DateRFC822(Date) Export
DaysOfWeek.Insert(6, "Sat");
DaysOfWeek.Insert(7, "Sun");
Mounths = New Map;
Mounths.Insert(1 , "Jan");
Mounths.Insert(2 , "Feb");
Mounths.Insert(3 , "Mar");
Mounths.Insert(4 , "Apr");
Mounths.Insert(5 , "May");
Mounths.Insert(6 , "Jun");
Mounths.Insert(7 , "Jul");
Mounths.Insert(8 , "Aug");
Mounths.Insert(9 , "Sep");
Mounths.Insert(10, "Oct");
Mounths.Insert(11, "Nov");
Mounths.Insert(12, "Dec");
Months = New Map;
Months.Insert(1 , "Jan");
Months.Insert(2 , "Feb");
Months.Insert(3 , "Mar");
Months.Insert(4 , "Apr");
Months.Insert(5 , "May");
Months.Insert(6 , "Jun");
Months.Insert(7 , "Jul");
Months.Insert(8 , "Aug");
Months.Insert(9 , "Sep");
Months.Insert(10, "Oct");
Months.Insert(11, "Nov");
Months.Insert(12, "Dec");
DayOfWeek = DaysOfWeek.Get(DayOfWeek(Date));
Day = Format(Day(Date), "ND=10; NLZ=");
Mounth = Mounths.Get(Mounth(Date));
Month = Months.Get(Month(Date));
Year = Format(Year(Date), "NG=0");
Time = Format(Date, "DF='HH:mm:ss'");
Result = StrTemplate("%1, %2 %3 %4 %5 +0000", DayOfWeek, Day, Mounth, Year, Time);
Result = StrTemplate("%1, %2 %3 %4 %5 +0000", DayOfWeek, Day, Month, Year, Time);
Return Result;
@@ -32,7 +32,7 @@
Function GetHashSum() Export
LastBuildHash = "77115E10F2B7911C8F35338DBC7D2EBCA770D977ADBA0675EEA0F7802C82AB8A";
LastBuildHash = "E2DE7C233A82ED410F506DE11F0EC683C1AD503F44E2397B10B5A10A7523EBB2";
Return LastBuildHash;
+1 -1
View File
@@ -32,7 +32,7 @@
Function GetHashSum() Export
LastBuildHash = "77115E10F2B7911C8F35338DBC7D2EBCA770D977ADBA0675EEA0F7802C82AB8A";
LastBuildHash = "E2DE7C233A82ED410F506DE11F0EC683C1AD503F44E2397B10B5A10A7523EBB2";
Return LastBuildHash;
+15 -15
View File
@@ -953,27 +953,27 @@ Function DateRFC822(Date) Export
DaysOfWeek.Insert(6, "Sat");
DaysOfWeek.Insert(7, "Sun");
Mounths = New Map;
Mounths.Insert(1 , "Jan");
Mounths.Insert(2 , "Feb");
Mounths.Insert(3 , "Mar");
Mounths.Insert(4 , "Apr");
Mounths.Insert(5 , "May");
Mounths.Insert(6 , "Jun");
Mounths.Insert(7 , "Jul");
Mounths.Insert(8 , "Aug");
Mounths.Insert(9 , "Sep");
Mounths.Insert(10, "Oct");
Mounths.Insert(11, "Nov");
Mounths.Insert(12, "Dec");
Months = New Map;
Months.Insert(1 , "Jan");
Months.Insert(2 , "Feb");
Months.Insert(3 , "Mar");
Months.Insert(4 , "Apr");
Months.Insert(5 , "May");
Months.Insert(6 , "Jun");
Months.Insert(7 , "Jul");
Months.Insert(8 , "Aug");
Months.Insert(9 , "Sep");
Months.Insert(10, "Oct");
Months.Insert(11, "Nov");
Months.Insert(12, "Dec");
WeekDay = DaysOfWeek.Get(WeekDay(Date));
Day = Format(Day(Date), "ND=10; NLZ=");
Mounth = Mounths.Get(Mounth(Date));
Month = Months.Get(Month(Date));
Year = Format(Year(Date), "NG=0");
Time = Format(Date, "DF='HH:mm:ss'");
Result = StrTemplate("%1, %2 %3 %4 %5 +0000", WeekDay, Day, Mounth, Year, Time);
Result = StrTemplate("%1, %2 %3 %4 %5 +0000", WeekDay, Day, Month, Year, Time);
Return Result;
+1 -1
View File
@@ -1 +1 @@
77115E10F2B7911C8F35338DBC7D2EBCA770D977ADBA0675EEA0F7802C82AB8A
E2DE7C233A82ED410F506DE11F0EC683C1AD503F44E2397B10B5A10A7523EBB2
+1 -1
View File
@@ -1 +1 @@
77115E10F2B7911C8F35338DBC7D2EBCA770D977ADBA0675EEA0F7802C82AB8A
E2DE7C233A82ED410F506DE11F0EC683C1AD503F44E2397B10B5A10A7523EBB2
@@ -32,7 +32,7 @@
Function GetHashSum() Export
LastBuildHash = "77115E10F2B7911C8F35338DBC7D2EBCA770D977ADBA0675EEA0F7802C82AB8A";
LastBuildHash = "E2DE7C233A82ED410F506DE11F0EC683C1AD503F44E2397B10B5A10A7523EBB2";
Return LastBuildHash;
@@ -32,7 +32,7 @@
Function GetHashSum() Export
LastBuildHash = "77115E10F2B7911C8F35338DBC7D2EBCA770D977ADBA0675EEA0F7802C82AB8A";
LastBuildHash = "E2DE7C233A82ED410F506DE11F0EC683C1AD503F44E2397B10B5A10A7523EBB2";
Return LastBuildHash;
+1 -1
View File
@@ -1 +1 @@
77115E10F2B7911C8F35338DBC7D2EBCA770D977ADBA0675EEA0F7802C82AB8A
E2DE7C233A82ED410F506DE11F0EC683C1AD503F44E2397B10B5A10A7523EBB2