From 27f773f57f60575112143e281be3166d4a93c2cd Mon Sep 17 00:00:00 2001 From: Aleksey Rakov Date: Tue, 25 Jun 2024 23:01:34 +0200 Subject: [PATCH] updating api --- api/extensions-summary.html | 9 + api/extensions.html | 48 ++ api/forms.html | 18 + api/index.html | 10 +- api/ltests-summary.html | 74 +++ api/ltests.html | 91 +++ api/net.html | 12 +- api/system-collections-summary.html | 63 +- api/system-collections.html | 997 ++++++++++++++++++++++++++++ api/system-culture-summary.html | 3 +- api/system-culture.html | 3 +- api/system-dynamic-summary.html | 9 + api/system-dynamic.html | 57 ++ api/system-io-summary.html | 18 + api/system-io.html | 320 ++++++--- api/system-net.html | 40 ++ api/system-runtime-summary.html | 18 + api/system-runtime.html | 154 +++++ api/system-summary.html | 87 ++- api/system-text-summary.html | 26 +- api/system-text.html | 371 ++++++++++- api/system-threading-summary.html | 20 + api/system-threading.html | 64 ++ api/system.html | 161 ++++- index.html | 4 +- 25 files changed, 2528 insertions(+), 149 deletions(-) create mode 100644 api/ltests-summary.html create mode 100644 api/ltests.html diff --git a/api/extensions-summary.html b/api/extensions-summary.html index e30b2c6..8fdba95 100644 --- a/api/extensions-summary.html +++ b/api/extensions-summary.html @@ -217,6 +217,15 @@

public class Object + + +String + + +
+public class String
+ + diff --git a/api/extensions.html b/api/extensions.html index f001ea4..5751309 100644 --- a/api/extensions.html +++ b/api/extensions.html @@ -1537,6 +1537,54 @@

Extension Summary


+ + + +
+
+system'
+

String

+
+
+
+
+
+
+public class String
+
+
+ + +
+
@@ -2607,6 +2616,15 @@

Method Summary

+ + + + + +close() + + + diff --git a/api/index.html b/api/index.html index 6cf6e86..326875f 100644 --- a/api/index.html +++ b/api/index.html @@ -2,7 +2,7 @@ -ELENA Standard Library 6.0 +ELENA Standard Library 6.2 @@ -19,17 +19,17 @@
-ELENA Standard Library
6.0 +ELENA Standard Library
6.2

-ELENA Object Library 6.0 +ELENA Object Library 6.2

-
This document is the API specification for the ELENA Object Library, version 6.0.
+
This document is the API specification for the ELENA Object Library, version 6.2.
-ELENA Standard Library
6.0 +ELENA Standard Library
6.2
diff --git a/api/ltests-summary.html b/api/ltests-summary.html new file mode 100644 index 0000000..bad8cfc --- /dev/null +++ b/api/ltests-summary.html @@ -0,0 +1,74 @@ + + + + +ELENA Standard Library 6.0: Module ltests + + + + + +
+ +
+ +ELENA Standard Library
6.0 +
+
+
+
+

+Module ltests +

+
+
+
+
+
+ +
+
+ +
+ +ELENA Standard Library
6.0 +
+
+
+ + diff --git a/api/ltests.html b/api/ltests.html new file mode 100644 index 0000000..dd2f7a3 --- /dev/null +++ b/api/ltests.html @@ -0,0 +1,91 @@ + + + + +ELENA Standard Library 6.0: Module ltests + + + + + +
+ +
+ +ELENA Standard Library
6.0 +
+
+
+ + + +
+
+ltests'
+

Engine

+
+
+
+
+
+
+public singleton Engine
+
+
+ + + +
+
+
+ +
+ +ELENA Standard Library
6.0 +
+
+
+ + diff --git a/api/net.html b/api/net.html index 0e093a8..0050800 100644 --- a/api/net.html +++ b/api/net.html @@ -93,20 +93,12 @@

Field Summary

-Object - -_lock - - - - - EventHandler<system'Func<net'TcpClient,system'Object>> onConnect - + EventHandler<system'Func<net'TcpClient,system'Array<system'ByteNumber>,ystem'IntNumber,system'Object>> @@ -114,7 +106,7 @@

Field Summary

onReceived - + EventHandler<system'Func<net'TcpClient,system'net'SocketException,system'Object>> diff --git a/api/system-collections-summary.html b/api/system-collections-summary.html index b3f729b..ebca025 100644 --- a/api/system-collections-summary.html +++ b/api/system-collections-summary.html @@ -116,6 +116,51 @@

+SortedArrayList + + +
+public class SortedArrayList
+ + + + +SortedList + + +
+public class SortedList
+ + + + +SortedList<T1,T2> + + +
+public template SortedList<T1,T2>
+ + + + +SortedListEnumerator + + +
+public class SortedListEnumerator
+ + + + +SortedListIndexer + + +
+public class SortedListIndexer
+ + + + Stack @@ -123,7 +168,7 @@

public class Stack - + Stack<T1> @@ -132,7 +177,7 @@

public template Stack<T1> - + StackEnumerator @@ -141,7 +186,7 @@

public class StackEnumerator - + Tuple<T1> @@ -150,7 +195,7 @@

public template Tuple<T1> - + Tuple<T1,T2> @@ -159,7 +204,7 @@

public template Tuple<T1,T2> - + Tuple<T1,T2,T3> @@ -168,7 +213,7 @@

public template Tuple<T1,T2,T3> - + Tuple<T1,T2,T3,T4> @@ -177,7 +222,7 @@

public template Tuple<T1,T2,T3,T4> - + Tuple<T1,T2,T3,T4,T5> @@ -186,7 +231,7 @@

public template Tuple<T1,T2,T3,T4,T5> - + Tuple<T1,T2,T3,T4,T5,T6> @@ -195,7 +240,7 @@

public template Tuple<T1,T2,T3,T4,T5,T6> - + VarTuple<T1,T2> diff --git a/api/system-collections.html b/api/system-collections.html index 5649566..ac719ab 100644 --- a/api/system-collections.html +++ b/api/system-collections.html @@ -1937,6 +1937,1003 @@

Method Summary


+ + + +
+
+system'collections'
+

SortedArrayList

+
+
+
+
+
+
+public class SortedArrayList
+
+
+ + + + + + + + + +
+
+ + + +
+
+system'collections'
+

SortedList

+
+
+
+
+
+
+public class SortedList
+
+
+ + + + + + + + + +
+
+ + + +
+
+system'
+

SortedList<T1,T2>

+
+
+
+
+
+
+public template SortedList<T1,T2>
+
+
+ + + + + + + + + +
+
+ + + +
+
+system'collections'
+

SortedListEnumerator

+
+
+
+
+
+
+public class SortedListEnumerator
+
+
+ + + + + + + + + +
+
+ + + +
+
+system'collections'
+

SortedListIndexer

+
+
+
+
+
+
+public class SortedListIndexer
+
+
+ + + + + + + + + +
+
diff --git a/api/system-culture-summary.html b/api/system-culture-summary.html index 145dfc2..94da28c 100644 --- a/api/system-culture-summary.html +++ b/api/system-culture-summary.html @@ -107,7 +107,8 @@

-public class WideString
+public class WideString
+A UTF-16 literal value diff --git a/api/system-culture.html b/api/system-culture.html index 04c694d..b68e8bc 100644 --- a/api/system-culture.html +++ b/api/system-culture.html @@ -337,7 +337,8 @@

WideString



-public class WideString
+public class WideString
+A UTF-16 literal value
diff --git a/api/system-dynamic-summary.html b/api/system-dynamic-summary.html index 5c6fe2d..1b1ae61 100644 --- a/api/system-dynamic-summary.html +++ b/api/system-dynamic-summary.html @@ -244,6 +244,15 @@

+Message + + +
+public class Message
+ + + + Object diff --git a/api/system-dynamic.html b/api/system-dynamic.html index 664ca11..fcb2081 100644 --- a/api/system-dynamic.html +++ b/api/system-dynamic.html @@ -2293,6 +2293,54 @@

Method Summary


+ + + +
+
+system'
+

Message

+
+
+
+
+
+
+public class Message
+
+
+ + +
+
@@ -2350,6 +2398,15 @@

Extension Summary

+__injectInferface(Object type) + + + + + + + + mixInto(Object role) diff --git a/api/system-io-summary.html b/api/system-io-summary.html index a51f991..afe5f1f 100644 --- a/api/system-io-summary.html +++ b/api/system-io-summary.html @@ -44,6 +44,24 @@

+BaseTextReader + + +
+abstract public class BaseTextReader
+ + + + +BaseTextWriter + + +
+abstract public class BaseTextWriter
+ + + + BinaryReader diff --git a/api/system-io.html b/api/system-io.html index 6e0241d..f382e06 100644 --- a/api/system-io.html +++ b/api/system-io.html @@ -23,6 +23,224 @@ + + + +
+
+system'io'
+

BaseTextReader

+
+
+
+
+
+
+abstract public class BaseTextReader
+
+
+ + +
    +
  • +

    Field Summary

    + + + + + + + + + + + + + + + + + +
    Modifier and TypeField
    + +TextBuilder +_output +
    + +String +_newLineConstant +
    + +IntNumber +_newLineLength +
    +
  • +
+ +
    +
  • +

    Method Summary

    + + + + + + + + + + + + + +
    Modifier and TypeMethod
    + +String +readLine() + +
    + +WideString +readWideLine() + +
    +
  • +
+
+
+ + + +
+
+system'io'
+

BaseTextWriter

+
+
+
+
+
+
+abstract public class BaseTextWriter
+
+
+ + +
    +
  • +

    Field Summary

    + + + + + + + + + + + + + + + + + +
    Modifier and TypeField
    + +TextBuilder +_buffer +
    + +String +_newLineConstant +
    + +IntNumber +_newLineLength +
    +
  • +
+ +
    +
  • +

    Method Summary

    + + + + + + + + + + + + + + + + + + + + + +
    Modifier and TypeMethod
    + + +write(String line) + +
    + + +write(WideString line) + +
    + + +writeLine(line) + +
    + + +writeLine() + +
    +
  • +
+
+
@@ -2254,12 +2472,18 @@

StreamWriter

  • + + - - + + - - + + + + +
    + + + + +
    +
    +system'runtime'
    +

    GCStatistics

    +
    +
    +
    +
    +
    +
    +public class GCStatistics
    +
    +
    + + + diff --git a/api/system-summary.html b/api/system-summary.html index 42e64f5..4b94235 100644 --- a/api/system-summary.html +++ b/api/system-summary.html @@ -90,6 +90,15 @@

    +BaseEnumerator + + +
    +abstract public class BaseEnumerator
    + + + + BaseEnumerator<T1> @@ -97,7 +106,7 @@

    abstract public template BaseEnumerator<T1>

    - + BaseExtender @@ -106,7 +115,7 @@

    public class BaseExtender - + BaseIndexer @@ -115,7 +124,7 @@

    abstract public class BaseIndexer - + BaseIndexer<T1> @@ -124,7 +133,7 @@

    abstract public template BaseIndexer<T1> - + BaseLazyExpression @@ -133,7 +142,7 @@

    abstract public class BaseLazyExpression - + BaseNumber @@ -143,7 +152,7 @@

    a base numeric value - + BaseValue @@ -153,7 +162,7 @@

    a base value - + BaseVariable @@ -163,7 +172,7 @@

    variable base class - + BitArray @@ -172,7 +181,7 @@

    public class BitArray - + BitArray32 @@ -181,7 +190,7 @@

    public class BitArray32 - + BoolValue @@ -191,7 +200,7 @@

    a common boolean value - + BoolValue#false @@ -200,7 +209,7 @@

    public singleton BoolValue#false - + BoolValue#true @@ -209,7 +218,7 @@

    public singleton BoolValue#true - + byteArrayConvertor @@ -218,7 +227,7 @@

    public singleton byteArrayConvertor - + byteConvertor @@ -227,7 +236,7 @@

    public singleton byteConvertor - + ByteNumber @@ -237,7 +246,7 @@

    an unsigned 8 bit integer - + CallStack @@ -247,7 +256,7 @@

    A call stack - + charConvertor @@ -256,7 +265,7 @@

    public singleton charConvertor - + CharValue @@ -266,7 +275,7 @@

    An UTF-32 character symbol - + ClassReference @@ -275,7 +284,7 @@

    public class ClassReference - + Console @@ -284,7 +293,7 @@

    public class Console - + COORD @@ -293,7 +302,7 @@

    public class COORD - + CriticalException @@ -302,7 +311,7 @@

    public class CriticalException - + DivisionByZeroException @@ -311,7 +320,7 @@

    public class DivisionByZeroException - + Enumerable @@ -320,7 +329,7 @@

    abstract public class Enumerable - + Enumerable<T1> @@ -329,7 +338,7 @@

    abstract public template Enumerable<T1> - + Enumerator @@ -339,7 +348,7 @@

    An enumerator prototype - + Enumerator<T1> @@ -348,7 +357,7 @@

    abstract public template Enumerator<T1> - + Exception @@ -358,7 +367,7 @@

    A basic exception - + Extension @@ -367,7 +376,7 @@

    public class Extension - + ExtensionMessage @@ -377,7 +386,7 @@

    An extended message constant - + ExtensionVariable @@ -386,7 +395,7 @@

    public class ExtensionVariable - + FormatException @@ -395,7 +404,7 @@

    public class FormatException - + Func @@ -405,6 +414,15 @@

    A base action + + +Func<T1,T1,system'IntNumber> + + +
    +abstract public template Func<T1,T1,system'IntNumber>
    + + Func<T1,T2> @@ -1038,7 +1056,8 @@

    -public class WideString
    +public class WideString
    +A UTF-16 literal value diff --git a/api/system-text-summary.html b/api/system-text-summary.html index 3de4a3e..7c2c149 100644 --- a/api/system-text-summary.html +++ b/api/system-text-summary.html @@ -53,6 +53,15 @@

    +StringBuilder + + +
    +public class StringBuilder
    + + + + TextBuilder @@ -60,7 +69,7 @@

    public class TextBuilder - + UTF16Encoder @@ -69,7 +78,7 @@

    public singleton UTF16Encoder - + UTF16Encoding @@ -78,7 +87,7 @@

    public singleton UTF16Encoding - + UTF8Encoder @@ -87,7 +96,7 @@

    public singleton UTF8Encoder - + UTF8Encoding @@ -96,6 +105,15 @@

    public singleton UTF8Encoding + + +WideStringBuilder + + +
    +public class WideStringBuilder
    + + WinEncoder diff --git a/api/system-text.html b/api/system-text.html index 0f188f1..960785d 100644 --- a/api/system-text.html +++ b/api/system-text.html @@ -126,6 +126,186 @@

    Method Summary


    + + + +
    +
    +system'text'
    +

    StringBuilder

    +
    +
    +
    +
    +
    +
    +public class StringBuilder
    +
    +
    + + + + + + + + + +
    +
    @@ -586,7 +766,7 @@

    Method Summary

    CharValue -convertToChar(system'ByteNumber[] byteArray, IntNumber index, ref IntNumber length) +convertToChar(system'ByteNumber[] byteArray, IntNumber index, ref IntNumber chLen) @@ -669,6 +849,15 @@

    Method Summary

    + + +toShortArray(CharValue ch, system'ShortNumber[] output, IntNumber outputIndex, ref IntNumber len) + + + + + + IntNumber getCharCount(WideString s) @@ -811,6 +1000,186 @@

    Method Summary


    + + + +
    +
    +system'text'
    +

    WideStringBuilder

    +
    +
    +
    +
    +
    +
    +public class WideStringBuilder
    +
    +
    + + + + +
      +
    • +

      Constructor / Static Method Summary

      + + + + + + + + + +
      Modifier and TypeConstructor / Static Method
      + +WideStringBuilder +constructor() + +
      +
    • +
    + +
      +
    • +

      Property Summary

      + + + + + + + + + + + + + +
      Modifier and TypeProperty
      + +get  IntNumber +Length() +
      + +get  String +Value() +
      +
    • +
    + + +
    +
    diff --git a/api/system-threading-summary.html b/api/system-threading-summary.html index f712c7d..5568392 100644 --- a/api/system-threading-summary.html +++ b/api/system-threading-summary.html @@ -71,6 +71,26 @@

    +
  • + +
    +Symbol Summary +
    + + + + + + + + +
    Symbol nameDescription
    +INFINITE + +
    +INFINITE
    +
    +
  • diff --git a/api/system-threading.html b/api/system-threading.html index b193fb8..ea4cad9 100644 --- a/api/system-threading.html +++ b/api/system-threading.html @@ -113,6 +113,15 @@

    Method Summary

    +join() + + + + + + + + close() @@ -269,6 +278,24 @@

    Method Summary

    +join() + + + + + + + + +join(IntNumber timeOut) + + + + + + + + close() @@ -278,6 +305,43 @@

    Method Summary


    + + + +
    +
    +system'threading'
    +

    INFINITE

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
      +
    • +

      Symbol Summary

      + + + + + + + +
      Modifier and TypeName
      + +public  IntNumber +INFINITE +
      +
    • +
    +
    +
    +

    + + + +
    +
    +system'
    +

    BaseEnumerator

    +
    +
    +
    +
    +
    +
    +abstract public class BaseEnumerator
    +
    +
    + + + + +
      +
    • +

      Method Summary

      + + + + + + + + + +
      Modifier and TypeMethod
      + +BoolValue +next() + +
      +
    • +
    +
    +
    @@ -5206,6 +5293,8 @@

    Property Summary

    get abstract  T1
    Value() +
    +Returns the current object
    @@ -5884,6 +5973,75 @@

    Method Summary


    + + + +
    +
    +system'
    +

    Func<T1,T1,system'IntNumber>

    +
    +
    +
    +
    +
    +
    +abstract public template Func<T1,T1,system'IntNumber>
    +
    +
    +
      +
    • +system'Object
    • +
    • +
        +
      • +system'Func<T1,T1,system'IntNumber>
      • +
      +
    • +
    + +
      +
    • +

      Conversion Summary

      + + + + + + + + + +
      Modifier and TypeConversion Method
      + +Func2 +cast() +
      +
    • +
    + +
      +
    • +

      Method Summary

      + + + + + + + + + +
      Modifier and TypeMethod
      + +abstract  IntNumber +function(T1 arg1, T1 arg2) + +
      +
    • +
    +
    +
    @@ -19980,7 +20138,8 @@

    WideString



    -public class WideString
    +public class WideString
    +A UTF-16 literal value