diff --git a/xml/hxb_lazy_type_restore/cpp.xml b/xml/hxb_lazy_type_restore/cpp.xml index 37560f3e0a71..1467c1af9892 100644 --- a/xml/hxb_lazy_type_restore/cpp.xml +++ b/xml/hxb_lazy_type_restore/cpp.xml @@ -1160,6 +1160,10 @@ + + + + Matches enum instance `e` against pattern `pattern`, returning `true` if matching succeeded and `false` otherwise. @@ -1194,6 +1198,10 @@ + + + + Matches enum instance `e` against pattern `pattern`, returning `true` if matching succeeded and `false` otherwise. @@ -1569,13 +1577,11 @@ - Represents the ratio of the circumference of a circle to its diameter, specified by the constant, π. `PI` is approximately `3.141592653589793`. - A special `Float` constant which denotes negative infinity. For example, this is the result of `-1.0 / 0.0`. @@ -1588,7 +1594,6 @@ - A special `Float` constant which denotes positive infinity. For example, this is the result of `1.0 / 0.0`. @@ -1601,7 +1606,6 @@ - A special `Float` constant which denotes an invalid number. `NaN` stands for "Not a Number". It occurs when a mathematically incorrect @@ -1620,7 +1624,6 @@ - Returns the absolute value of `v`. - If `v` is positive or `0`, the result is unchanged. Otherwise the result is `-v`. @@ -1633,7 +1636,6 @@ - Returns the smaller of values `a` and `b`. - If `a` or `b` are `NaN`, the result is `NaN`. @@ -1646,7 +1648,6 @@ - Returns the greater of values `a` and `b`. - If `a` or `b` are `NaN`, the result is `NaN`. @@ -1658,7 +1659,6 @@ - Returns the trigonometric sine of the specified angle `v`, in radians. If `v` is `NaN` or infinite, the result is `NaN`. @@ -1668,7 +1668,6 @@ - Returns the trigonometric cosine of the specified angle `v`, in radians. If `v` is `NaN` or infinite, the result is `NaN`. @@ -1678,7 +1677,6 @@ - Returns the trigonometric tangent of the specified angle `v`, in radians. If `v` is `NaN` or infinite, the result is `NaN`. @@ -1688,7 +1686,6 @@ - Returns the trigonometric arc of the specified angle `v`, in radians. If `v` is `NaN` or infinite, the result is `NaN`. @@ -1698,7 +1695,6 @@ - Returns the trigonometric arc cosine of the specified angle `v`, in radians. @@ -1709,7 +1705,6 @@ - Returns the trigonometric arc tangent of the specified angle `v`, in radians. @@ -1721,7 +1716,6 @@ - Returns the trigonometric arc tangent whose tangent is the quotient of two specified numbers, in radians. @@ -1733,7 +1727,6 @@ - Returns Euler's number, raised to the power of `v`. `exp(1.0)` is approximately `2.718281828459`. @@ -1747,7 +1740,6 @@ - Returns the natural logarithm of `v`. This is the mathematical inverse operation of exp, @@ -1763,7 +1755,6 @@ - Returns a specified base `v` raised to the specified power `exp`. @@ -1771,7 +1762,6 @@ - Returns the square root of `v`. - If `v` is negative (including `NEGATIVE_INFINITY`) or `NaN`, the result is `NaN`. @@ -1783,7 +1773,6 @@ - Rounds `v` to the nearest integer value. Ties are rounded up, so that `0.5` becomes `1` and `-0.5` becomes `0`. @@ -1796,7 +1785,6 @@ - Returns the largest integer value that is not greater than `v`. If `v` is outside of the signed `Int32` range, or is `NaN`, `NEGATIVE_INFINITY` @@ -1807,7 +1795,6 @@ - Returns the smallest integer value that is not less than `v`. If `v` is outside of the signed `Int32` range, or is `NaN`, `NEGATIVE_INFINITY` @@ -1815,7 +1802,6 @@ - Returns a pseudo-random number which is greater than or equal to `0.0`, and less than `1.0`. @@ -1824,7 +1810,6 @@ - Returns the largest integer value that is not greater than `v`, as a `Float`. If `v` is is `NaN`, `NEGATIVE_INFINITY` or `POSITIVE_INFINITY`, @@ -1835,7 +1820,6 @@ - Returns the smallest integer value that is not less than `v`, as a `Float`. If `v` is is `NaN`, `NEGATIVE_INFINITY` or `POSITIVE_INFINITY`, @@ -1846,7 +1830,6 @@ - Rounds `v` to the nearest integer value, as a Float. Ties are rounded up, so that `0.5` becomes `1` and `-0.5` becomes `0`. @@ -1859,7 +1842,6 @@ - Tells if `f` is a finite number. If `f` is `POSITIVE_INFINITY`, `NEGATIVE_INFINITY` or `NaN`, the result @@ -1870,7 +1852,6 @@ - Tells if `f` is `Math.NaN`. If `f` is `NaN`, the result is `true`, otherwise the result is `false`. @@ -2304,7 +2285,7 @@ Leading whitespaces are ignored. - `x` may optionally start with a + or - to denote a postive or negative value respectively. + `x` may optionally start with a + or - to denote a positive or negative value respectively. If the optional sign is followed 0x or 0X, hexadecimal notation is recognized where the following digits may contain 0-9 and A-F. Both the prefix and digits are case insensitive. @@ -2402,6 +2383,7 @@ @see https://haxe.org/manual/std-math-integer-math.html @see https://haxe.org/manual/types-nullability.html]]> + @@ -2616,7 +2598,7 @@ is performed within `this` String. In either case, the returned position is relative to the beginning of `this` String. - If `startIndex` is negative, the result is unspecifed. + If `startIndex` is negative, the result is unspecified. If `str` cannot be found, -1 is returned. @@ -3325,7 +3307,7 @@ - Changes the current time locale, which will affect `DateTools.format` date formating. + Changes the current time locale, which will affect `DateTools.format` date formatting. Returns `true` if the locale was successfully changed. @@ -3386,8 +3368,10 @@ - Gives the most precise timestamp value available (in seconds), - but only accounts for the actual time spent running on the CPU for the current thread/process. + Returns CPU time consumed by the current process or thread, measured in seconds. + This value only includes the actual time the CPU has actively spent executing + instructions for the process/thread and excludes idle or sleep time. The precision + and behavior may vary depending on the platform and underlying implementation. @@ -5485,7 +5469,7 @@ Removes a child from the Document or Element. - Returns true if the child was successfuly removed. + Returns true if the child was successfully removed. @@ -7220,6 +7204,7 @@ "__hxcpp_set_minimum_working_memory" + @@ -9860,7 +9845,7 @@ - Called when a message has been recieved. Message handling code should go here. + Called when a message has been received. Message handling code should go here. @@ -10370,68 +10355,119 @@ If you implement this interface, then the backend will generate code that allows fast numeric access to fields by integer id. This should speed up the CFFI. - - - - - - - + + + + + + + + + + + + + + + + Parameter describes a function parameter. Instances of this class are embedded in stack frame objects to describe the function parameters that were used in the invocation of the function that defines that stack frame. + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + `StackFrame` describes one call stack frame. + - 1 + + 1 + + - 2 + + 2 + + - 3 + + 3 + + - 4 + + 4 + + - 5 + + 5 + + + 0 is never a valid thread number - + + + + + If status is "stopped breakpoint", this is the breakpoint number + If status is "critical error", this describes the error + Stack will be listed with the lowest frame first @@ -10442,49 +10478,80 @@ - { criticalErrorDescription : null, breakpoint : -1 } + + { criticalErrorDescription : null, breakpoint : -1 } + + `ThreadInfo` describes the state of a single thread. + - 1 + + 1 + + - 2 + + 2 + + - 3 + + 3 + + - 4 + + 4 + + - 1 + + 1 + + - 2 + + 2 + + - 3 + + 3 + + - "NONEXISTENT_VALUE" + + "NONEXISTENT_VALUE" + + This tagging value is returned by `getStackVariableValue()` and `setStackVariableValue()` if the requested value does not exist at the requested stack frame - "THREAD_NOT_STOPPED" + + "THREAD_NOT_STOPPED" + + This tagging value is returned by `getStackVariableValue()` and `setStackVariableValue()` if the stack variable that is being set is on a thread that is running, in which case the set does not take place. @@ -10503,11 +10570,14 @@ - + + + + Sets the handler callback to be made when asynchronous events occur, specifically, when threads are created, terminated, started, or stopped. The calling thread becomes the "debugger" thread, which means - that it will be discluded from any breakpoints and will not be reported + that it will be excluded from any breakpoints and will not be reported on by any thread reporting requests. Be aware that this callback is made asynchronously and possibly by @@ -10542,7 +10612,10 @@ - + + + + This can be called to turn off (and then back on) all stopping of debugged threads temporarily. It should only be used by classes that actually implement the debugger to hide themselves from the debugger as @@ -10550,14 +10623,20 @@ - + + + + Returns the thread number of the calling thread. @return the thread number of the calling thread. - + + + + Returns the set of source files known to the debugger. This is a copy of the original array and could be quite large. The caller should cache this value to avoid multiple copies needing to be made. @@ -10566,7 +10645,10 @@ - + + + + Returns the full paths of the set of source files known to the debugger. This is a copy of the original array and could be quite large. It is possible that this set will be empty, in which case the full paths are not known. @@ -10577,7 +10659,10 @@ - + + + + Returns the set of class names of all classes known to the debugger. This is a copy of the original array and could be quite large. The caller should cache this value to avoid multiple copies needing to be @@ -10587,7 +10672,10 @@ - + + + + Returns a `ThreadInfo` object describing every thread that existed at the moment that the call was made, except for the debugger thread. @@ -10597,7 +10685,10 @@ - + + + + Returns a `ThreadInfo` object describing a single thread, or `null` if there is no such thread or the thread queried about was the debugger thread and `unsafe` was not `true`. @@ -10608,7 +10699,10 @@ - + + + + Adds a new `file:line` breakpoint. The breakpoint number of the newly added breakpoint is returned. @@ -10618,7 +10712,10 @@ - + + + + Adds a new `class:function` breakpoint. The breakpoint number of the newly added breakpoint is returned. @@ -10627,7 +10724,10 @@ - + + + + Deletes a breakpoint, or all breakpoints. @@ -10638,6 +10738,7 @@ { wait : true } + Breaks all threads except the debugger thread (which should be the same as the calling thread!). @@ -10652,7 +10753,10 @@ - + + + + Continue execution of all stopped threads. If `specialThreadNumber` is a valid thread number, then it will be continued past `continueCount` breakpoints instead of just 1 like all of the other @@ -10668,6 +10772,7 @@ { stepCount : 1 } + Single steps the given thread. @@ -10678,7 +10783,10 @@ - + + + + Returns the list of local variables (including `this`, function arguments, and local variables) visible to the given thread at the given stack frame. @@ -10699,7 +10807,10 @@ - + + + + Returns the value of a stack variable, or `NONEXISTENT_VALUE` if the requested value does not exist. If the thread is actively running and `unsafe` is not `true`, returns `THREAD_NOT_STOPPED`. @@ -10713,7 +10824,10 @@ - + + + + Sets the value of a stack variable and returns that value. If the variable does not exist, on the stack, this function returns `NONEXISTENT_VALUE`. If the thread is actively running and `unsafe` is not @@ -10729,39 +10843,61 @@ - + + + + - + + + + - + + + + - 0 + + 0 + + - 1 + + 1 + + - 2 + + 2 + + - 3 + + 3 + + + Introduced hxcpp_api_level 310 Returns stats on memory usage: @@ -10771,49 +10907,94 @@ This will generally saw-tooth between USAGE and RESERVED - `MEM_INFO_LARGE` - Size of separate pool used for large allocs. Included in all the above. - - - - - - + + + + + + + + + + + + + + + - { printInstances : true } + + { printInstances : true } + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -10823,7 +11004,10 @@ - "__hxcpp_set_finalizer" + + + "__hxcpp_set_finalizer" + @@ -10840,11 +11024,17 @@ - + + + + - + + + + @@ -10861,23 +11051,41 @@ - + + + + - - + + + + + + + + - + + + + - + + + + - + + + + @@ -10887,9 +11095,146 @@ { inHard : false } + + + + + + + + + + + cast 0 + + + + + + + + cast 1 + + + + + + + + cast 2 + + + + + + + + + + + + cast 0 + + + + + + + + cast 1 + + + + + + + + cast 2 + + + + + + + + + + "::__hxcpp_tracy_framemark" + Mark a frame. Call this at the end of each frame loop. + + + + + + + + + { _color : 0x000000 } + "::__hxcpp_tracy_message" + + Print a message into Tracy's log. + + + + + + + "::__hxcpp_tracy_message_app_info" + Tracy can collect additional information about the profiled application, + which will be available in the trace description. + This can include data such as the source repository revision, + the application’s environment (dev/prod), etc. + + + + + + + + "::__hxcpp_tracy_plot" + Plot a named value to tracy. This will generate a graph in the profiler for you. + + + + + + + + + + + + { _color : 0x000000, _fill : false, _step : false } + "::__hxcpp_tracy_plot_config" + + Configure how values are plotted and displayed. + + + + + + + + + { _groupHint : 1 } + "::__hxcpp_tracy_set_thread_name_and_group" + + Set a name for the current thread this function is called in. Supply an optional groupHint so threads become grouped in Tracy's UI. + + + + + + + "HXCPP_TRACY_ZONE" + Create a custom named scoped zone in your code. + + "hx/TelemetryTracy.h" + + @@ -14403,7 +14748,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -15060,7 +15405,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -15641,7 +15986,7 @@ - + @@ -16530,7 +16875,7 @@ - + Measures the time it takes to execute `f`, in seconds with fractions. @@ -19010,7 +19355,7 @@ - + @@ -19051,14 +19396,14 @@ - - + + cast 3 - + @@ -19122,14 +19467,14 @@ - - + + cast 3 - + @@ -19258,7 +19603,7 @@ ("display/diagnostics")]]> - TODO documentation + The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project. @@ -19540,7 +19885,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -19613,7 +19958,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -21638,7 +21983,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -21671,7 +22016,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -24033,10 +24378,6 @@ - - - - @@ -27030,7 +27371,7 @@ - + An exception that carry position information of a place where it was created. @@ -27045,7 +27386,7 @@ - + An exception that is thrown when an invalid value provided for an argument of a function. @@ -27056,7 +27397,7 @@ - + { message : "Not implemented" } @@ -28658,7 +28999,7 @@ - Dot paths of modules or packages to be exluded from the archive. + Dot paths of modules or packages to be excluded from the archive. @@ -29436,7 +29777,7 @@ - The IO is set into nonblocking mode and some data cannot be read or written + The IO is set into non-blocking mode and some data cannot be read or written An integer value is outside its allowed range An operation on Bytes is outside of its valid range @@ -36218,11 +36559,11 @@ @see https://haxe.org/manual/lf-condition-compilation.html - + Gets the current hxb writer configuration, if any. - + @@ -36251,7 +36592,7 @@ - + cast "top" @@ -36260,7 +36601,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -36271,7 +36612,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -36284,7 +36625,7 @@ - + cast "top" @@ -36293,7 +36634,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -36304,7 +36645,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -36790,7 +37131,7 @@ - Metadata associatied with the variable, if available. + Metadata associated with the variable, if available. @@ -36971,7 +37312,7 @@ Represents a `try`-expression with related catches. - + A `return` or `return e` expression. A `break` expression. @@ -37075,6 +37416,16 @@ Sub is set on module sub-type access: `pack.Module.Type` has `name = "Module"`, `sub = "Type"`, if available. + + + + The position of the dot-path itself, without type parameters. + + + + + The full position of the type path, including type parameters. + @@ -37267,7 +37618,7 @@ - + Represents a variable field type. @@ -37278,7 +37629,7 @@ - + Represents a property with getter and setter field type. Represents the field type in the AST. @@ -37333,7 +37684,7 @@ Represents an enum kind. Represents a structure kind. - + @@ -37382,7 +37733,7 @@ Child error messages, if any. - + @@ -37582,7 +37933,7 @@ - select the current classe + select the current class @@ -37846,99 +38197,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -37946,11 +38297,11 @@ { printPackage : true } - + - + @@ -37962,11 +38313,11 @@ { prefix : "" } - + - + @@ -37974,7 +38325,10 @@ { tabString : "\t" } This class provides some utility methods to convert elements from the - macro context to a human-readable String representation. + macro context to a human-readable String representation. + + This is only guaranteed to work with data that corresponds to valid Haxe + syntax. @@ -38684,7 +39038,7 @@ - A variable of property, depending on the `read` and `write` values. + A variable or property, depending on the `read` and `write` values. @@ -38989,6 +39343,10 @@ The metadata of the variable. + + + Whether the variable is a local static variable + The unique ID of the variable. @@ -39749,25 +40107,21 @@ Returns the metadata that were declared for the given type (class or enum) - - - - - + - + Returns the metadata that were declared for the given class static fields - + @@ -39808,7 +40162,7 @@ - + @@ -43046,7 +43400,7 @@ - Configure additionals certificates and private keys for Server Name Indication extension. + Configure additional certificates and private keys for Server Name Indication extension. The callback may be called during handshake to determine the certificate to use. @@ -43253,7 +43607,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -43298,7 +43652,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -43429,7 +43783,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -43574,7 +43928,7 @@ Try to lock the semaphore. If the value of the semaphore is zero, `false` is returned, else the value is increased. - If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timout expires. + If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timeout expires. `timeout` is in seconds. diff --git a/xml/hxb_lazy_type_restore/flash.xml b/xml/hxb_lazy_type_restore/flash.xml index 1e01cae7e9e5..8a306521be09 100644 --- a/xml/hxb_lazy_type_restore/flash.xml +++ b/xml/hxb_lazy_type_restore/flash.xml @@ -1993,7 +1993,7 @@ Leading whitespaces are ignored. - `x` may optionally start with a + or - to denote a postive or negative value respectively. + `x` may optionally start with a + or - to denote a positive or negative value respectively. If the optional sign is followed 0x or 0X, hexadecimal notation is recognized where the following digits may contain 0-9 and A-F. Both the prefix and digits are case insensitive. @@ -2278,7 +2278,7 @@ is performed within `this` String. In either case, the returned position is relative to the beginning of `this` String. - If `startIndex` is negative, the result is unspecifed. + If `startIndex` is negative, the result is unspecified. If `str` cannot be found, -1 is returned. @@ -4704,7 +4704,7 @@ Removes a child from the Document or Element. - Returns true if the child was successfuly removed. + Returns true if the child was successfully removed. @@ -4735,7 +4735,7 @@ ` type.]]> @@ -5725,7 +5725,7 @@ - + @@ -32052,7 +32052,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -32560,7 +32560,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -33032,7 +33032,7 @@ - + Outputs `v` in a platform-dependent way. @@ -33737,7 +33737,7 @@ - + Measures the time it takes to execute `f`, in seconds with fractions. @@ -35338,7 +35338,7 @@ - + @@ -35379,14 +35379,14 @@ - - + + cast 3 - + @@ -35450,14 +35450,14 @@ - - + + cast 3 - + @@ -35586,7 +35586,7 @@ ("display/diagnostics")]]> - TODO documentation + The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project. @@ -35868,7 +35868,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -35941,7 +35941,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -37966,7 +37966,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -37999,7 +37999,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -40361,10 +40361,6 @@ - - - - @@ -43093,7 +43089,7 @@ - + An exception that carry position information of a place where it was created. @@ -43108,7 +43104,7 @@ - + An exception that is thrown when an invalid value provided for an argument of a function. @@ -43119,7 +43115,7 @@ - + { message : "Not implemented" } @@ -44541,7 +44537,7 @@ - Dot paths of modules or packages to be exluded from the archive. + Dot paths of modules or packages to be excluded from the archive. @@ -45247,7 +45243,7 @@ This exception is raised when reading while data is no longer available in the `haxe.io.Input`. - The IO is set into nonblocking mode and some data cannot be read or written + The IO is set into non-blocking mode and some data cannot be read or written An integer value is outside its allowed range An operation on Bytes is outside of its valid range @@ -51979,11 +51975,11 @@ @see https://haxe.org/manual/lf-condition-compilation.html - + Gets the current hxb writer configuration, if any. - + @@ -52012,7 +52008,7 @@ - + cast "top" @@ -52021,7 +52017,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -52032,7 +52028,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -52045,7 +52041,7 @@ - + cast "top" @@ -52054,7 +52050,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -52065,7 +52061,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -52551,7 +52547,7 @@ - Metadata associatied with the variable, if available. + Metadata associated with the variable, if available. @@ -52732,7 +52728,7 @@ Represents a `try`-expression with related catches. - + A `return` or `return e` expression. A `break` expression. @@ -52836,6 +52832,16 @@ Sub is set on module sub-type access: `pack.Module.Type` has `name = "Module"`, `sub = "Type"`, if available. + + + + The position of the dot-path itself, without type parameters. + + + + + The full position of the type path, including type parameters. + @@ -53028,7 +53034,7 @@ - + Represents a variable field type. @@ -53039,7 +53045,7 @@ - + Represents a property with getter and setter field type. Represents the field type in the AST. @@ -53094,7 +53100,7 @@ Represents an enum kind. Represents a structure kind. - + @@ -53143,7 +53149,7 @@ Child error messages, if any. - + @@ -53343,7 +53349,7 @@ - select the current classe + select the current class @@ -53607,99 +53613,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -53707,11 +53713,11 @@ { printPackage : true } - + - + @@ -53723,11 +53729,11 @@ { prefix : "" } - + - + @@ -53735,7 +53741,10 @@ { tabString : "\t" } This class provides some utility methods to convert elements from the - macro context to a human-readable String representation. + macro context to a human-readable String representation. + + This is only guaranteed to work with data that corresponds to valid Haxe + syntax. @@ -54445,7 +54454,7 @@ - A variable of property, depending on the `read` and `write` values. + A variable or property, depending on the `read` and `write` values. @@ -54750,6 +54759,10 @@ The metadata of the variable. + + + Whether the variable is a local static variable + The unique ID of the variable. @@ -55510,25 +55523,21 @@ Returns the metadata that were declared for the given type (class or enum) - - - - - + - + Returns the metadata that were declared for the given class static fields - + @@ -55569,7 +55578,7 @@ - + diff --git a/xml/hxb_lazy_type_restore/hl.xml b/xml/hxb_lazy_type_restore/hl.xml index 3b75cfbdd0ed..40420d55f4df 100644 --- a/xml/hxb_lazy_type_restore/hl.xml +++ b/xml/hxb_lazy_type_restore/hl.xml @@ -2180,7 +2180,7 @@ Leading whitespaces are ignored. - `x` may optionally start with a + or - to denote a postive or negative value respectively. + `x` may optionally start with a + or - to denote a positive or negative value respectively. If the optional sign is followed 0x or 0X, hexadecimal notation is recognized where the following digits may contain 0-9 and A-F. Both the prefix and digits are case insensitive. @@ -2520,7 +2520,7 @@ is performed within `this` String. In either case, the returned position is relative to the beginning of `this` String. - If `startIndex` is negative, the result is unspecifed. + If `startIndex` is negative, the result is unspecified. If `str` cannot be found, -1 is returned. @@ -3805,7 +3805,7 @@ - Changes the current time locale, which will affect `DateTools.format` date formating. + Changes the current time locale, which will affect `DateTools.format` date formatting. Returns `true` if the locale was successfully changed. @@ -3905,8 +3905,10 @@ "std" "sys_cpu_time" - Gives the most precise timestamp value available (in seconds), - but only accounts for the actual time spent running on the CPU for the current thread/process. + Returns CPU time consumed by the current process or thread, measured in seconds. + This value only includes the actual time the CPU has actively spent executing + instructions for the process/thread and excludes idle or sleep time. The precision + and behavior may vary depending on the platform and underlying implementation. @@ -6022,7 +6024,7 @@ Removes a child from the Document or Element. - Returns true if the child was successfuly removed. + Returns true if the child was successfully removed. @@ -9009,7 +9011,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -9525,7 +9527,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -9964,7 +9966,7 @@ - + Outputs `v` in a platform-dependent way. @@ -10677,7 +10679,7 @@ - + Measures the time it takes to execute `f`, in seconds with fractions. @@ -12435,7 +12437,7 @@ - + @@ -12476,14 +12478,14 @@ - - + + cast 3 - + @@ -12547,14 +12549,14 @@ - - + + cast 3 - + @@ -12683,7 +12685,7 @@ ("display/diagnostics")]]> - TODO documentation + The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project. @@ -12965,7 +12967,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -13038,7 +13040,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -15063,7 +15065,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -15096,7 +15098,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -17458,10 +17460,6 @@ - - - - @@ -19879,7 +19877,7 @@ - + An exception that carry position information of a place where it was created. @@ -19894,7 +19892,7 @@ - + An exception that is thrown when an invalid value provided for an argument of a function. @@ -19905,7 +19903,7 @@ - + { message : "Not implemented" } @@ -21505,7 +21503,7 @@ - Dot paths of modules or packages to be exluded from the archive. + Dot paths of modules or packages to be excluded from the archive. @@ -22202,7 +22200,7 @@ This exception is raised when reading while data is no longer available in the `haxe.io.Input`. - The IO is set into nonblocking mode and some data cannot be read or written + The IO is set into non-blocking mode and some data cannot be read or written An integer value is outside its allowed range An operation on Bytes is outside of its valid range @@ -28922,11 +28920,11 @@ @see https://haxe.org/manual/lf-condition-compilation.html - + Gets the current hxb writer configuration, if any. - + @@ -28955,7 +28953,7 @@ - + cast "top" @@ -28964,7 +28962,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -28975,7 +28973,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -28988,7 +28986,7 @@ - + cast "top" @@ -28997,7 +28995,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -29008,7 +29006,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -29494,7 +29492,7 @@ - Metadata associatied with the variable, if available. + Metadata associated with the variable, if available. @@ -29675,7 +29673,7 @@ Represents a `try`-expression with related catches. - + A `return` or `return e` expression. A `break` expression. @@ -29779,6 +29777,16 @@ Sub is set on module sub-type access: `pack.Module.Type` has `name = "Module"`, `sub = "Type"`, if available. + + + + The position of the dot-path itself, without type parameters. + + + + + The full position of the type path, including type parameters. + @@ -29971,7 +29979,7 @@ - + Represents a variable field type. @@ -29982,7 +29990,7 @@ - + Represents a property with getter and setter field type. Represents the field type in the AST. @@ -30037,7 +30045,7 @@ Represents an enum kind. Represents a structure kind. - + @@ -30086,7 +30094,7 @@ Child error messages, if any. - + @@ -30286,7 +30294,7 @@ - select the current classe + select the current class @@ -30550,99 +30558,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -30650,11 +30658,11 @@ { printPackage : true } - + - + @@ -30666,11 +30674,11 @@ { prefix : "" } - + - + @@ -30678,7 +30686,10 @@ { tabString : "\t" } This class provides some utility methods to convert elements from the - macro context to a human-readable String representation. + macro context to a human-readable String representation. + + This is only guaranteed to work with data that corresponds to valid Haxe + syntax. @@ -31388,7 +31399,7 @@ - A variable of property, depending on the `read` and `write` values. + A variable or property, depending on the `read` and `write` values. @@ -31693,6 +31704,10 @@ The metadata of the variable. + + + Whether the variable is a local static variable + The unique ID of the variable. @@ -32453,22 +32468,18 @@ Returns the metadata that were declared for the given type (class or enum) - - - - - + - + Returns the metadata that were declared for the given class static fields - + @@ -32509,7 +32520,7 @@ - + @@ -35978,11 +35989,11 @@ "array_type" - - - + + + - + @@ -35991,7 +36002,15 @@ "std" "array_blit" - + + + + + + + + + @@ -36063,11 +36082,11 @@ "array_type" - - - + + + - + @@ -36076,7 +36095,15 @@ "std" "array_blit" - + + + + + + + + + @@ -37465,6 +37492,14 @@ + + + + + + + + @@ -37689,6 +37724,7 @@ + @@ -40786,7 +40822,7 @@ - + @@ -40798,25 +40834,25 @@ sys.ssl.Socket - + - + - - + + - + true @@ -40848,35 +40884,35 @@ true - - + + - + Perform the SSL handshake. - + - + Configure the certificate chain for peer certificate verification. - + Configure the hostname for Server Name Indication TLS extension. - + @@ -40884,8 +40920,8 @@ Configure own certificate and private key. - - + + @@ -40895,24 +40931,24 @@ - Configure additionals certificates and private keys for Server Name Indication extension. + Configure additional certificates and private keys for Server Name Indication extension. The callback may be called during handshake to determine the certificate to use. - + - - + + Return the certificate received from the other side of a connection. - + - + A TLS socket class : allow you to both connect to a given server and exchange messages or start your own server and wait for connections. @@ -41040,7 +41076,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -41085,7 +41121,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -41216,7 +41252,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -41344,7 +41380,7 @@ Try to lock the semaphore. If the value of the semaphore is zero, `false` is returned, else the value is increased. - If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timout expires. + If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timeout expires. `timeout` is in seconds. diff --git a/xml/hxb_lazy_type_restore/info.json b/xml/hxb_lazy_type_restore/info.json index ef7bba588b62..eb9d979a4805 100644 --- a/xml/hxb_lazy_type_restore/info.json +++ b/xml/hxb_lazy_type_restore/info.json @@ -1,4 +1,4 @@ { - "commit": "8e84e83e62ada1969227edb9339454566d472d0e", + "commit": "d00b52fe2a56bc38e39fe22203ae142c024035d0", "branch": "hxb_lazy_type_restore" } diff --git a/xml/hxb_lazy_type_restore/js.xml b/xml/hxb_lazy_type_restore/js.xml index a49e3096bb6e..25c322aa95a1 100644 --- a/xml/hxb_lazy_type_restore/js.xml +++ b/xml/hxb_lazy_type_restore/js.xml @@ -1114,7 +1114,7 @@ - Genearte `a === b` expression. + Generate `a === b` expression. @@ -1122,7 +1122,7 @@ - Genearte `a !== b` expression. + Generate `a !== b` expression. @@ -2221,7 +2221,7 @@ is performed within `this` String. In either case, the returned position is relative to the beginning of `this` String. - If `startIndex` is negative, the result is unspecifed. + If `startIndex` is negative, the result is unspecified. If `str` cannot be found, -1 is returned. @@ -2420,7 +2420,7 @@ Leading whitespaces are ignored. - `x` may optionally start with a + or - to denote a postive or negative value respectively. + `x` may optionally start with a + or - to denote a positive or negative value respectively. If the optional sign is followed 0x or 0X, hexadecimal notation is recognized where the following digits may contain 0-9 and A-F. Both the prefix and digits are case insensitive. @@ -4941,7 +4941,7 @@ Removes a child from the Document or Element. - Returns true if the child was successfuly removed. + Returns true if the child was successfully removed. @@ -7728,7 +7728,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -8236,7 +8236,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -8708,7 +8708,7 @@ - + @@ -9435,7 +9435,7 @@ - + Measures the time it takes to execute `f`, in seconds with fractions. @@ -11386,7 +11386,7 @@ - + Returns a string representing the array and its elements. @@ -12035,7 +12035,7 @@ - + @@ -12076,14 +12076,14 @@ - - + + cast 3 - + @@ -12147,14 +12147,14 @@ - - + + cast 3 - + @@ -12283,7 +12283,7 @@ ("display/diagnostics")]]> - TODO documentation + The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project. @@ -12565,7 +12565,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -12638,7 +12638,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -14663,7 +14663,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -14696,7 +14696,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -17058,10 +17058,6 @@ - - - - @@ -17869,7 +17865,7 @@ - + @@ -17877,35 +17873,35 @@ See `Map.set` - + See `Map.get` - + See `Map.exists` - + See `Map.remove` - + See `Map.keys` (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + See `Map.iterator` @@ -17913,7 +17909,7 @@ (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + @@ -17921,19 +17917,19 @@ See `Map.keyValueIterator` - + See `Map.copy` - + See `Map.toString` - + See `Map.clear` - + Creates a new IntMap. @@ -18726,11 +18722,11 @@ - + - + @@ -18738,7 +18734,7 @@ <__keys__> - + @@ -18746,7 +18742,7 @@ See `Map.set` - + @@ -18754,7 +18750,7 @@ See `Map.get` - + @@ -18762,7 +18758,7 @@ See `Map.exists` - + @@ -18770,7 +18766,7 @@ See `Map.remove` - + See `Map.keys` @@ -18778,7 +18774,7 @@ (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + See `Map.iterator` @@ -18786,7 +18782,7 @@ (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + @@ -18794,22 +18790,22 @@ See `Map.keyValueIterator` - + See `Map.copy` - + See `Map.toString` - + See `Map.clear` - + Creates a new ObjectMap. @@ -18932,11 +18928,11 @@ - + - + @@ -18944,21 +18940,21 @@ no_optimize - + See `Map.exists` - + See `Map.get` - + @@ -18966,47 +18962,47 @@ See `Map.set` - + See `Map.remove` - + See `Map.keys` (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + See `Map.iterator` (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + See `Map.keyValueIterator` - + See `Map.copy` - + See `Map.clear` - + See `Map.toString` - + Creates a new StringMap. @@ -19025,9 +19021,9 @@ - - - + + + @@ -19037,9 +19033,9 @@ - - - + + + @@ -19049,12 +19045,12 @@ - - + + - + @@ -19550,7 +19546,7 @@ - + An exception that carry position information of a place where it was created. @@ -19565,7 +19561,7 @@ - + An exception that is thrown when an invalid value provided for an argument of a function. @@ -19576,7 +19572,7 @@ - + { message : "Not implemented" } @@ -21210,7 +21206,7 @@ - Dot paths of modules or packages to be exluded from the archive. + Dot paths of modules or packages to be excluded from the archive. @@ -21772,7 +21768,7 @@ This exception is raised when reading while data is no longer available in the `haxe.io.Input`. - The IO is set into nonblocking mode and some data cannot be read or written + The IO is set into non-blocking mode and some data cannot be read or written An integer value is outside its allowed range An operation on Bytes is outside of its valid range @@ -28662,11 +28658,11 @@ Embed a JavaScript or Lua file at compile time (can be called by `--macro` or within an `__init__` method). - + Gets the current hxb writer configuration, if any. - + @@ -28695,7 +28691,7 @@ - + cast "top" @@ -28704,7 +28700,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -28715,7 +28711,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -28728,7 +28724,7 @@ - + cast "top" @@ -28737,7 +28733,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -28748,7 +28744,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -29234,7 +29230,7 @@ - Metadata associatied with the variable, if available. + Metadata associated with the variable, if available. @@ -29415,7 +29411,7 @@ Represents a `try`-expression with related catches. - + A `return` or `return e` expression. A `break` expression. @@ -29519,6 +29515,16 @@ Sub is set on module sub-type access: `pack.Module.Type` has `name = "Module"`, `sub = "Type"`, if available. + + + + The position of the dot-path itself, without type parameters. + + + + + The full position of the type path, including type parameters. + @@ -29711,7 +29717,7 @@ - + Represents a variable field type. @@ -29722,7 +29728,7 @@ - + Represents a property with getter and setter field type. Represents the field type in the AST. @@ -29777,7 +29783,7 @@ Represents an enum kind. Represents a structure kind. - + @@ -29826,7 +29832,7 @@ Child error messages, if any. - + @@ -30026,7 +30032,7 @@ - select the current classe + select the current class @@ -30290,99 +30296,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -30390,11 +30396,11 @@ { printPackage : true } - + - + @@ -30406,11 +30412,11 @@ { prefix : "" } - + - + @@ -30418,7 +30424,10 @@ { tabString : "\t" } This class provides some utility methods to convert elements from the - macro context to a human-readable String representation. + macro context to a human-readable String representation. + + This is only guaranteed to work with data that corresponds to valid Haxe + syntax. @@ -31128,7 +31137,7 @@ - A variable of property, depending on the `read` and `write` values. + A variable or property, depending on the `read` and `write` values. @@ -31433,6 +31442,10 @@ The metadata of the variable. + + + Whether the variable is a local static variable + The unique ID of the variable. @@ -32193,25 +32206,21 @@ Returns the metadata that were declared for the given type (class or enum) - - - - - + - + Returns the metadata that were declared for the given class static fields - + @@ -32252,7 +32261,7 @@ - + @@ -34909,7 +34918,7 @@ - + Returns the context object's root which optionally includes the shadow root if it is available.  @@ -35488,7 +35497,7 @@ Scrolls the page until the element gets into the view. - + Scrolls the page until the element gets into the view. @@ -35496,7 +35505,7 @@ - + @@ -35507,7 +35516,7 @@ - + @@ -35518,7 +35527,7 @@ - + @@ -35562,7 +35571,7 @@ - + Asynchronously asks the browser to make the element full-screen. @@ -35583,7 +35592,7 @@ - + A shortcut method to create and run an animation on an element. Returns the created Animation object instance. @@ -35592,7 +35601,7 @@ - + Returns an array of Animation objects currently active on the element. @@ -35644,7 +35653,7 @@ - + @throws DOMError @@ -35653,7 +35662,7 @@ - + @throws DOMError @@ -35662,7 +35671,7 @@ - + @throws DOMError @@ -35673,7 +35682,7 @@ - + @throws DOMError @@ -35682,7 +35691,7 @@ - + @throws DOMError @@ -35691,7 +35700,7 @@ - + @throws DOMError @@ -35702,7 +35711,7 @@ - + @throws DOMError @@ -35711,7 +35720,7 @@ - + @throws DOMError @@ -35720,7 +35729,7 @@ - + @throws DOMError @@ -35960,7 +35969,7 @@ - + @throws DOMError @@ -36090,7 +36099,7 @@ - + @throws DOMError @@ -36119,7 +36128,7 @@ - + @throws DOMError @@ -36242,7 +36251,7 @@ - + @throws DOMError @@ -36696,7 +36705,7 @@ - + Lets the application specify the ideal and/or ranges of acceptable values for any number of the available constrainable properties of the `MediaStreamTrack`. @@ -37011,7 +37020,7 @@ - + @throws DOMError @@ -37032,7 +37041,7 @@ - + @throws DOMError @@ -37368,7 +37377,7 @@ - + @throws DOMError @@ -37377,7 +37386,7 @@ - + @throws DOMError @@ -37386,7 +37395,7 @@ - + @throws DOMError @@ -37397,7 +37406,7 @@ - + @throws DOMError @@ -37406,7 +37415,7 @@ - + @throws DOMError @@ -37415,7 +37424,7 @@ - + @throws DOMError @@ -37426,7 +37435,7 @@ - + @throws DOMError @@ -37435,7 +37444,7 @@ - + @throws DOMError @@ -37444,7 +37453,7 @@ - + @throws DOMError @@ -37865,14 +37874,14 @@ - + @throws DOMError - + "CSSPseudoElement" @@ -39873,24 +39882,24 @@ - + - + - + - + @@ -39926,24 +39935,24 @@ - + - + - + - + @@ -39976,14 +39985,14 @@ - + Checks if a given `Request` is a key in any of the `Cache` objects that the `CacheStorage` object tracks, and returns a `Promise` that resolves to that match. - + Checks if a given `Request` is a key in any of the `Cache` objects that the `CacheStorage` object tracks, and returns a `Promise` that resolves to that match. @@ -40220,14 +40229,14 @@ - + Shorthand for getting a js.html.webgl.RenderingContext. - + Shorthand for getting a js.html.webgl.WebGL2RenderingContext. @@ -40618,7 +40627,7 @@ - + @throws DOMError @@ -41220,7 +41229,7 @@ - + Returns a `Promise` for an array of `Client` objects. An options argument allows you to control the types of clients returned.  @@ -41287,7 +41296,7 @@ - + @throws DOMError @@ -41452,7 +41461,7 @@ - + @throws DOMError @@ -41620,7 +41629,7 @@ - + @throws DOMError @@ -41658,7 +41667,7 @@ - + @throws DOMError @@ -42277,7 +42286,7 @@ - + @throws DOMError @@ -42699,7 +42708,7 @@ - + Returns a `DOMPoint` that is the point given in parameter multiplied by the matrix. But the original point and the matrix aren't modified. @@ -42917,7 +42926,7 @@ - + @@ -42961,7 +42970,7 @@ - + @@ -43036,10 +43045,10 @@ @throws DOMError - - - - + + + + @throws DOMError @@ -43892,12 +43901,12 @@ - + - + @@ -44013,9 +44022,9 @@ - - - + + + @@ -44024,7 +44033,7 @@ - + @throws DOMError @@ -44100,7 +44109,7 @@ - + @throws DOMError @@ -44666,7 +44675,7 @@ - + Creates a new element with the given tag name. @@ -44685,7 +44694,7 @@ - + Creates a new element with the given tag name and namespace URI. @@ -44971,7 +44980,7 @@ - + @throws DOMError @@ -44980,7 +44989,7 @@ - + @throws DOMError @@ -44989,7 +44998,7 @@ - + @throws DOMError @@ -45000,7 +45009,7 @@ - + @throws DOMError @@ -45009,7 +45018,7 @@ - + @throws DOMError @@ -45018,7 +45027,7 @@ - + @throws DOMError @@ -45029,7 +45038,7 @@ - + @throws DOMError @@ -45038,7 +45047,7 @@ - + @throws DOMError @@ -45047,7 +45056,7 @@ - + @throws DOMError @@ -45104,7 +45113,7 @@ - + @throws DOMError @@ -45146,7 +45155,7 @@ - + @@ -45239,7 +45248,7 @@ - + @throws DOMError @@ -45448,7 +45457,7 @@ - + @throws DOMError @@ -45491,7 +45500,7 @@ - + @throws DOMError @@ -45778,7 +45787,7 @@ - + @throws DOMError @@ -45975,7 +45984,7 @@ - + @throws DOMError @@ -46013,7 +46022,7 @@ - + @throws DOMError @@ -46070,7 +46079,7 @@ - + @throws DOMError @@ -46365,7 +46374,7 @@ - + @throws DOMError @@ -46660,8 +46669,8 @@ - - + + @@ -46679,7 +46688,7 @@ - + @@ -46693,16 +46702,16 @@ - + - - - + + + @@ -46710,7 +46719,7 @@ - + @@ -46724,16 +46733,16 @@ - + - - - + + + @@ -46771,7 +46780,7 @@ - + @throws DOMError @@ -46815,7 +46824,7 @@ - + @@ -46953,7 +46962,7 @@ - + @throws DOMError @@ -47058,7 +47067,7 @@ - + @throws DOMError @@ -47067,7 +47076,7 @@ - + @throws DOMError @@ -47076,7 +47085,7 @@ - + @throws DOMError @@ -47290,7 +47299,7 @@ - + @throws DOMError @@ -47802,7 +47811,7 @@ - + @throws DOMError @@ -48444,7 +48453,7 @@ - + @throws DOMError @@ -49194,7 +49203,7 @@ - + @throws DOMError @@ -49392,7 +49401,7 @@ - + @throws DOMError @@ -49484,7 +49493,7 @@ - + @throws DOMError @@ -51224,7 +51233,7 @@ - + @throws DOMError @@ -51880,7 +51889,7 @@ - + @throws DOMError @@ -52043,7 +52052,7 @@ - + @throws DOMError @@ -52132,7 +52141,7 @@ - + { output : 0 } @@ -52140,7 +52149,7 @@ - + @throws DOMError @@ -52439,7 +52448,7 @@ - + @throws DOMError @@ -53090,7 +53099,7 @@ - + @throws DOMError @@ -53475,7 +53484,7 @@ - + @throws DOMError @@ -53783,7 +53792,7 @@ - + @throws DOMError @@ -53846,7 +53855,7 @@ - + Returns `true` if the equivalent call to `share()` would succeed. @@ -54192,7 +54201,7 @@ - + @throws DOMError @@ -54921,7 +54930,7 @@ - + @throws DOMError @@ -55487,7 +55496,7 @@ - + @@ -55914,7 +55923,7 @@ - + @throws DOMError @@ -56086,7 +56095,7 @@ - + @throws DOMError @@ -56125,7 +56134,7 @@ - + @throws DOMError @@ -56395,7 +56404,7 @@ - + @throws DOMError @@ -56981,14 +56990,14 @@ - + @throws DOMError - + @throws DOMError @@ -57749,7 +57758,7 @@ - + @throws DOMError @@ -57757,7 +57766,7 @@ - + @throws DOMError @@ -57765,7 +57774,7 @@ - + @throws DOMError @@ -57773,7 +57782,7 @@ - + @throws DOMError @@ -57781,7 +57790,7 @@ - + @throws DOMError @@ -57789,7 +57798,7 @@ - + @throws DOMError @@ -57797,7 +57806,7 @@ - + @throws DOMError @@ -58337,7 +58346,7 @@ - + @throws DOMError @@ -58864,7 +58873,7 @@ - + @@ -58980,7 +58989,7 @@ - + Displays the notification with the requested title. @@ -58988,7 +58997,7 @@ - + Returns a `Promise` that resolves to an array of `Notification` objects. @@ -59282,7 +59291,7 @@ - + @throws DOMError @@ -59324,7 +59333,7 @@ - + Returns the sequence of elements assigned to this slot, or alternatively the slot's fallback content. @@ -59717,7 +59726,7 @@ - + @throws DOMError @@ -59910,7 +59919,7 @@ - + @throws DOMError @@ -60534,7 +60543,7 @@ - + @throws DOMError @@ -61394,7 +61403,7 @@ - + Returns a `DOMString` containing the text decoded with the method of the specific `TextDecoder` object. @@ -61402,7 +61411,7 @@ - + Returns a `DOMString` containing the text decoded with the method of the specific `TextDecoder` object. @@ -61412,7 +61421,7 @@ - + { label : "utf-8" } @@ -61894,7 +61903,7 @@ - + @throws DOMError @@ -62150,7 +62159,7 @@ - + @throws DOMError @@ -62198,7 +62207,7 @@ - + @throws DOMError @@ -62436,6 +62445,28 @@ @throws DOMError + + + + + + + + + + Returns a boolean indicating whether or not an absolute URL, or a relative URL combined with a base URL, are parsable and valid. + + + + + + + + + + + Returns a newly created `URL` object representing the URL defined by the parameters. + Is a `DOMString` containing the whole URL. @@ -62484,11 +62515,21 @@ Is a `DOMString` containing a `'#'` followed by the fragment identifier of the URL. - + + + Returns a JSON representation of this URL. + + + + Returns a string representation of this URL. + - + + + + @throws DOMError @@ -63146,7 +63187,7 @@ - + @throws DOMError @@ -63741,7 +63782,7 @@ - + Scrolls the window to a particular place in the document. @@ -63756,7 +63797,7 @@ - + Scrolls to a particular set of coordinates in the document. @@ -63771,7 +63812,7 @@ - + Scrolls the document in the window by the given amount. @@ -63816,7 +63857,7 @@ - + Scrolls the document by the given number of lines. @@ -63824,7 +63865,7 @@ - + Scrolls the current document by the specified number of pages. @@ -64215,12 +64256,12 @@ - + - + @@ -64288,7 +64329,7 @@ - + @throws DOMError @@ -64786,7 +64827,7 @@ - + @throws DOMError @@ -64828,7 +64869,7 @@ - + @@ -65191,7 +65232,7 @@ - + @throws DOMError @@ -65376,7 +65417,7 @@ - + @throws DOMError @@ -65590,7 +65631,7 @@ - + Creates a `PeriodicWave`, used to define a periodic waveform that can be used to determine the output of an `OscillatorNode`. @@ -65638,7 +65679,7 @@ - + @throws DOMError @@ -65928,7 +65969,7 @@ - + @throws DOMError @@ -66040,7 +66081,7 @@ - + @throws DOMError @@ -66334,7 +66375,7 @@ - + @throws DOMError @@ -66369,7 +66410,7 @@ - + @throws DOMError @@ -66408,7 +66449,7 @@ - + @throws DOMError @@ -66437,7 +66478,7 @@ - + @throws DOMError @@ -66485,7 +66526,7 @@ - + @throws DOMError @@ -66611,7 +66652,7 @@ - + @throws DOMError @@ -66671,7 +66712,7 @@ - + @throws DOMError @@ -66777,7 +66818,7 @@ - + @throws DOMError @@ -66901,7 +66942,7 @@ - + @throws DOMError @@ -67175,7 +67216,7 @@ - + @throws DOMError @@ -67308,7 +67349,7 @@ - + @throws DOMError @@ -67362,7 +67403,7 @@ - + @throws DOMError @@ -67410,7 +67451,7 @@ - + @throws DOMError @@ -67456,7 +67497,7 @@ - + @throws DOMError @@ -68138,7 +68179,7 @@ - + Creates and returns a new object store or index. @@ -68195,7 +68236,7 @@ - + @throws DOMError @@ -68211,7 +68252,7 @@ - + @throws DOMError @@ -68243,7 +68284,7 @@ - + @throws DOMError @@ -68641,7 +68682,7 @@ - + Creates a new index during a version upgrade, returning a new `IDBIndex` object in the connected database. @@ -68650,7 +68691,7 @@ - + Creates a new index during a version upgrade, returning a new `IDBIndex` object in the connected database. @@ -68998,7 +69039,7 @@ - + @throws DOMError @@ -69066,7 +69107,7 @@ - + @throws DOMError @@ -69172,7 +69213,7 @@ - + @throws DOMError @@ -69456,7 +69497,7 @@ - + @throws DOMError @@ -69495,7 +69536,7 @@ - + Subscribes to a push service. It returns a `Promise` that resolves to a `PushSubscription` object containing details of a push subscription. A new push subscription is created if the current service worker does not have an existing subscription. @@ -69508,7 +69549,7 @@ - + Returns a `Promise` that resolves to the permission state of the current `PushManager`, which will be one of `'granted'`, `'denied'`, or `'prompt'`. @@ -69830,7 +69871,7 @@ - + @throws DOMError @@ -70596,7 +70637,7 @@ - + @@ -70610,11 +70651,11 @@ - + - + @@ -70631,7 +70672,7 @@ - + @@ -70706,12 +70747,12 @@ - + - + @@ -70739,12 +70780,12 @@ - + - + @@ -70766,7 +70807,7 @@ - + @throws DOMError @@ -71014,7 +71055,7 @@ An `RTCDTMFSender` which can be used to send `DTMF` tones using `"telephone-event"` payloads on the RTP session represented by the `RTCRtpSender` object. If `null`, the track and/or the connection doesn't support DTMF. Only audio tracks can support DTMF. - + @@ -71253,7 +71294,7 @@ - + @throws DOMError @@ -71513,7 +71554,7 @@ - + Returns a `DOMRect` representing the computed bounding box of the current element. @@ -74769,7 +74810,7 @@ - + @throws DOMError @@ -84616,7 +84657,7 @@ - + Returns a string representing the array and its elements. @@ -85373,7 +85414,7 @@ - + Returns a string representing the array and its elements. @@ -85481,6 +85522,38 @@ `HaxeIterator` wraps a JavaScript native iterator object to enable for-in iteration in haxe. It can be used directly: `new HaxeIterator(jsIterator)` or via using: `using HaxeIterator`. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -86186,7 +86259,7 @@ - + Returns a string representing the array and its elements. @@ -86934,7 +87007,7 @@ - + Returns a string representing the array and its elements. @@ -87682,7 +87755,7 @@ - + Returns a string representing the array and its elements. @@ -87879,10 +87952,10 @@ for each element in the `js.Map` object in insertion order. - + - + @@ -89979,7 +90052,7 @@ - + Returns a string representing the array and its elements. @@ -90727,7 +90800,7 @@ - + Returns a string representing the array and its elements. @@ -91475,7 +91548,7 @@ - + Returns a string representing the array and its elements. @@ -91709,7 +91782,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -91718,7 +91791,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -91742,12 +91815,12 @@ - + - + @@ -92073,7 +92146,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -92081,7 +92154,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -92128,12 +92201,12 @@ - + - + @@ -93096,7 +93169,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -93104,7 +93177,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -93127,14 +93200,14 @@ - + Creates a new `Intl.DisplayNames` object. - + Creates a new `Intl.DisplayNames` object. @@ -93374,7 +93447,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -93382,7 +93455,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -93407,14 +93480,14 @@ - + Creates a new `Intl.ListFormat` object. - + Creates a new `Intl.ListFormat` object. @@ -93666,7 +93739,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -93674,7 +93747,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -93705,12 +93778,12 @@ - + - + @@ -94180,7 +94253,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -94188,7 +94261,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -94204,17 +94277,17 @@ - Returns a String indicating which plurar rule to use for locale-aware formatting. + Returns a String indicating which plural rule to use for locale-aware formatting. - + - + @@ -94280,7 +94353,7 @@ - For cardinal numbers (refering to the quantity of things). + For cardinal numbers (referring to the quantity of things). @@ -94289,7 +94362,7 @@ - For ordinal number (refering to the ordering or ranking of things, e.g. "1st", "2nd", "3rd" in English). + For ordinal number (referring to the ordering or ranking of things, e.g. "1st", "2nd", "3rd" in English). @@ -94302,7 +94375,7 @@ - For cardinal numbers (refering to the quantity of things). + For cardinal numbers (referring to the quantity of things). @@ -94311,7 +94384,7 @@ - For ordinal number (refering to the ordering or ranking of things, e.g. "1st", "2nd", "3rd" in English). + For ordinal number (referring to the ordering or ranking of things, e.g. "1st", "2nd", "3rd" in English). @@ -94325,7 +94398,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -94333,7 +94406,7 @@ - + Returns an array containing those of the provided locales that are supported @@ -94366,12 +94439,12 @@ - + - + diff --git a/xml/hxb_lazy_type_restore/jvm.xml b/xml/hxb_lazy_type_restore/jvm.xml index 190996d46c01..88315d2f59f2 100644 --- a/xml/hxb_lazy_type_restore/jvm.xml +++ b/xml/hxb_lazy_type_restore/jvm.xml @@ -53,42 +53,36 @@ - - <__hx_toString_depth expr="0" line="39" static="1"> + + <__hx_toString_depth expr="0" line="32" static="1"> 0 - <__hx_defaultCapacity final="1" get="inline" set="null" expr="4" line="40" static="1"> + <__hx_defaultCapacity final="1" get="inline" set="null" expr="4" line="33" static="1"> 4 - - - - - - (_native);\n\t"]]> - - - - - - - ((Y[]) ((java.lang.Object)new java.lang.Object[size]));\n\t"]]> - + + + + + + + + The length of `this` Array. - <__a> - - + <__a> + + @@ -105,11 +99,11 @@ If `a` is `null`, the result is unspecified. - - + + - + @@ -126,7 +120,7 @@ If `sep` is null, the result is unspecified. - + Removes the last element of `this` Array and returns it. @@ -137,7 +131,7 @@ If `this` is the empty Array `[]`, null is returned and the length remains 0. - + @@ -149,7 +143,7 @@ `this.length` increases by 1. - + - + Removes the first element of `this` Array and returns it. @@ -169,7 +163,7 @@ If `this` is the empty Array `[]`, `null` is returned and the length remains 0. - + @@ -192,7 +186,7 @@ If `pos` exceeds `this.length` or if `end` is less than or equals `pos`, the result is `[]`. - + @@ -213,7 +207,7 @@ If `f` is null, the result is unspecified.]]> - + @@ -223,7 +217,7 @@ - + @@ -250,12 +244,12 @@ words, each element of the original `this` Array either remains in `this` Array or becomes an element of the returned Array.]]> - + - + Returns a string representation of `this` Array. @@ -264,8 +258,8 @@ use `Std.string()` to get a String representation that is consistent across platforms. - <__hx_toString set="method" line="296"> - + <__hx_toString set="method" line="281"> + @@ -276,7 +270,7 @@ `this.length` and the index of each Array element increases by 1. - + @@ -298,7 +292,7 @@ and including that offset to the end of `this` Array are moved one index ahead. - + @@ -314,7 +308,7 @@ If `x` is not found, `this` Array is not changed and the function returns false. - + @@ -324,7 +318,7 @@ If `x` is found by checking standard equality, the function returns `true`, otherwise the function returns `false`. - + @@ -342,7 +336,7 @@ starting index is less than 0, the whole array will be searched, if it is greater than or equal to the length of `this` Array, the function returns -1. - + @@ -360,7 +354,7 @@ given or computed starting index is greater than or equal to the length of `this` Array, the whole array will be searched, if it is less than 0, the function returns -1. - + Returns a shallow copy of `this` Array. @@ -368,15 +362,15 @@ `a[i] == a.copy()[i]` is true for any valid `i`. However, `a == a.copy()` is always false. - + Returns an iterator of the Array values. - + Returns an iterator of the Array indices and values. - + @@ -392,7 +386,7 @@ - 0, 0.0 or false for Int, Float and Bool respectively on static targets - null for other types on static targets - + @@ -406,7 +400,7 @@ If `f` is null, the result is unspecified. - + @@ -421,25 +415,25 @@ If `f` is null, the result is unspecified. - <__get set="method" line="468"> + <__get set="method" line="451"> - <__set set="method" line="477"> + <__set set="method" line="459"> - <__unsafe_get get="inline" set="null" line="495"> + <__unsafe_get get="inline" set="null" line="477"> - <__unsafe_set get="inline" set="null" line="499"> + <__unsafe_set get="inline" set="null" line="481"> - + Creates a new Array. @@ -450,7 +444,6 @@ @see https://haxe.org/manual/lf-array-comprehension.html - "\n\tpublic Array(T[] _native)\n\t{\n\t\tthis.__a = _native;\n\t\tthis.length = _native.length;\n\t}\n" @@ -466,7 +459,7 @@ - + Returns a Date representing the current local time. @@ -1390,7 +1383,7 @@ - + Represents the ratio of the circumference of a circle to its diameter, @@ -1978,7 +1971,7 @@ Leading whitespaces are ignored. - `x` may optionally start with a + or - to denote a postive or negative value respectively. + `x` may optionally start with a + or - to denote a positive or negative value respectively. If the optional sign is followed 0x or 0X, hexadecimal notation is recognized where the following digits may contain 0-9 and A-F. Both the prefix and digits are case insensitive. @@ -2314,7 +2307,7 @@ is performed within `this` String. In either case, the returned position is relative to the beginning of `this` String. - If `startIndex` is negative, the result is unspecifed. + If `startIndex` is negative, the result is unspecified. If `str` cannot be found, -1 is returned. @@ -2423,11 +2416,11 @@ - + - + @@ -2539,7 +2532,7 @@ - + @@ -2949,7 +2942,7 @@ <_charAt get="inline" set="null" line="598" static="1"> - + @@ -2967,18 +2960,18 @@ If the first argument to any of the methods is null, the result is unspecified. - - <_args static="1"> + + <_args static="1"> <_env static="1"> <_sysName static="1"> - + Prints any value to the standard output. - + @@ -2987,14 +2980,14 @@ On Windows, this function outputs a CRLF newline. LF newlines are printed on all other platforms. - + Returns all the arguments that were passed in the command line. This does not include the interpreter or the name of the program file. (java)(eval) On Windows, non-ASCII Unicode arguments will not work correctly. - + @@ -3002,7 +2995,7 @@ Returns the value of the given environment variable, or `null` if it doesn't exist. - + @@ -3014,7 +3007,7 @@ (java) This functionality is not available on Java; calling this function will throw. - + @@ -3031,26 +3024,26 @@ On Windows on remaining targets, variable name capitalization matches however they were capitalized at the start of the process or at the moment of their creation. - + Suspends execution for the given length of time (in seconds). - + - Changes the current time locale, which will affect `DateTools.format` date formating. + Changes the current time locale, which will affect `DateTools.format` date formatting. Returns `true` if the locale was successfully changed. - + Gets the current working directory (usually the one in which the program was started). - + @@ -3059,7 +3052,7 @@ (java) This functionality is not available on Java; calling this function will throw. - + Returns the type of the current system. Possible values are: - `"Windows"` @@ -3067,7 +3060,7 @@ - `"BSD"` - `"Mac"` - + @@ -3087,7 +3080,7 @@ Use the `sys.io.Process` API for more complex tasks, such as background processes, or providing input to the command. - + @@ -3097,27 +3090,29 @@ (macro)(eval) Being invoked in a macro or eval context (e.g. with `-x` or `--run`) immediately terminates the compilation process, which also prevents the execution of any `--next` sections of compilation arguments. - - + - + - + - + - + ()]]> - + - + - + @@ -6643,6 +6638,11 @@ + + + + + @@ -6653,252 +6653,260 @@ - + - + - + - + - - - + + + - + - - + + - + { allowPadding : false } - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + @@ -6915,8 +6923,8 @@ - - + + @@ -7481,7 +7489,7 @@ "java.lang.Boolean" - + @@ -7494,7 +7502,7 @@ - + @@ -7600,11 +7608,11 @@ - + - + Creates a new array with the specified elements. @@ -7613,6 +7621,11 @@ var elements = NativeArray.make(1,2,3,4,5,6); ``` + + + + + The length of the array @@ -8013,7 +8026,7 @@ - + @@ -8085,7 +8098,7 @@ If the first argument to any of the methods is `null`, the result is unspecified. - + @@ -8125,14 +8138,14 @@ - + - + @@ -8182,7 +8195,7 @@ - + @@ -8212,7 +8225,7 @@ "java.lang.RuntimeException" - + @@ -9828,8 +9841,8 @@ - - + + @@ -9840,7 +9853,7 @@ - + @@ -9978,7 +9991,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -10015,21 +10028,21 @@ A++ - + --A - + A-- - + @@ -10038,7 +10051,7 @@ A + B Returns the sum of `a` and `b`. - + @@ -10049,7 +10062,7 @@ - + @@ -10058,7 +10071,7 @@ A - B Returns `a` minus `b`. - + @@ -10066,7 +10079,7 @@ A - B - + @@ -10074,7 +10087,7 @@ A - B - + @@ -10083,7 +10096,7 @@ A * B Returns the product of `a` and `b`. - + @@ -10094,7 +10107,7 @@ -
+
@@ -10103,7 +10116,7 @@ A / B Returns the quotient of `a` divided by `b`.
- + @@ -10111,7 +10124,7 @@ A / B - + @@ -10119,7 +10132,7 @@ A / B - + @@ -10128,7 +10141,7 @@ A % B Returns the modulus of `a` divided by `b`. - + @@ -10136,7 +10149,7 @@ A % B - + @@ -10144,7 +10157,7 @@ A % B - + @@ -10153,7 +10166,7 @@ A == B Returns `true` if `a` is equal to `b`. - + @@ -10164,7 +10177,7 @@ - + @@ -10173,7 +10186,7 @@ A != B Returns `true` if `a` is not equal to `b`. - + @@ -10184,7 +10197,7 @@ - + @@ -10192,7 +10205,7 @@ - + @@ -10200,7 +10213,7 @@ - + @@ -10208,7 +10221,7 @@ - + @@ -10216,7 +10229,7 @@ - + @@ -10224,7 +10237,7 @@ - + @@ -10232,7 +10245,7 @@ - + @@ -10240,7 +10253,7 @@ B]]> - + @@ -10248,7 +10261,7 @@ B]]> - + @@ -10256,7 +10269,7 @@ B]]> - + @@ -10264,7 +10277,7 @@ = B]]> - + @@ -10272,7 +10285,7 @@ = B]]> - + @@ -10280,14 +10293,14 @@ = B]]> - + ~A - + @@ -10296,7 +10309,7 @@ Returns the bitwise AND of `a` and `b`. - + @@ -10305,7 +10318,7 @@ A | B Returns the bitwise OR of `a` and `b`. - + @@ -10314,7 +10327,7 @@ A ^ B Returns the bitwise XOR of `a` and `b`. - + @@ -10323,7 +10336,7 @@ Returns `a` left-shifted by `b` bits. - + @@ -10333,7 +10346,7 @@ Returns `a` right-shifted by `b` bits in signed mode. `a` is sign-extended. - + @@ -10349,7 +10362,7 @@ - + @@ -10487,7 +10500,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -10524,21 +10537,21 @@ A++ - + --A - + A-- - + @@ -10547,7 +10560,7 @@ A + B Returns the sum of `a` and `b`. - + @@ -10558,7 +10571,7 @@ - + @@ -10567,7 +10580,7 @@ A - B Returns `a` minus `b`. - + @@ -10575,7 +10588,7 @@ A - B - + @@ -10583,7 +10596,7 @@ A - B - + @@ -10592,7 +10605,7 @@ A * B Returns the product of `a` and `b`. - + @@ -10603,7 +10616,7 @@ -
+
@@ -10612,7 +10625,7 @@ A / B Returns the quotient of `a` divided by `b`.
- + @@ -10620,7 +10633,7 @@ A / B - + @@ -10628,7 +10641,7 @@ A / B - + @@ -10637,7 +10650,7 @@ A % B Returns the modulus of `a` divided by `b`. - + @@ -10645,7 +10658,7 @@ A % B - + @@ -10653,7 +10666,7 @@ A % B - + @@ -10662,7 +10675,7 @@ A == B Returns `true` if `a` is equal to `b`. - + @@ -10673,7 +10686,7 @@ - + @@ -10682,7 +10695,7 @@ A != B Returns `true` if `a` is not equal to `b`. - + @@ -10693,7 +10706,7 @@ - + @@ -10701,7 +10714,7 @@ - + @@ -10709,7 +10722,7 @@ - + @@ -10717,7 +10730,7 @@ - + @@ -10725,7 +10738,7 @@ - + @@ -10733,7 +10746,7 @@ - + @@ -10741,7 +10754,7 @@ - + @@ -10749,7 +10762,7 @@ B]]> - + @@ -10757,7 +10770,7 @@ B]]> - + @@ -10765,7 +10778,7 @@ B]]> - + @@ -10773,7 +10786,7 @@ = B]]> - + @@ -10781,7 +10794,7 @@ = B]]> - + @@ -10789,14 +10802,14 @@ = B]]> - + ~A - + @@ -10805,7 +10818,7 @@ Returns the bitwise AND of `a` and `b`. - + @@ -10814,7 +10827,7 @@ A | B Returns the bitwise OR of `a` and `b`. - + @@ -10823,7 +10836,7 @@ A ^ B Returns the bitwise XOR of `a` and `b`. - + @@ -10832,7 +10845,7 @@ Returns `a` left-shifted by `b` bits. - + @@ -10842,7 +10855,7 @@ Returns `a` right-shifted by `b` bits in signed mode. `a` is sign-extended. - + @@ -10929,7 +10942,7 @@ - + Outputs `v` in a platform-dependent way. @@ -11052,7 +11065,7 @@ - + ()]]> @@ -11064,11 +11077,11 @@ "haxe.NativeStackTrace.exceptionStack" - - + + - + @@ -11101,7 +11114,7 @@ This can be used to track positions of calls in e.g. a unit testing framework. - + @@ -11507,11 +11520,11 @@ - + - + @@ -11525,8 +11538,8 @@ - - + + @@ -11725,7 +11738,7 @@ - + Measures the time it takes to execute `f`, in seconds with fractions. @@ -12447,9 +12460,9 @@ ``` - + - + <_new public="1" get="inline" set="null" line="6" static="1"> @@ -12479,7 +12492,7 @@ - + <_new public="1" get="inline" set="null" line="6" static="1"> @@ -12508,9 +12521,9 @@ - + - + <_new public="1" get="inline" set="null" line="6" static="1"> @@ -12575,7 +12588,7 @@ - + <_new public="1" get="inline" set="null" line="6" static="1"> @@ -12639,9 +12652,9 @@ - + - + <_new public="1" get="inline" set="null" line="6" static="1"> @@ -12671,7 +12684,7 @@ - + <_new public="1" get="inline" set="null" line="6" static="1"> @@ -13111,7 +13124,7 @@ Calculates a Hmac of the given Bytes using a HashMethod. - + @@ -13127,7 +13140,7 @@ Creates a MD5 of a String. - + @@ -13211,7 +13224,7 @@ Creates a Sha224 of a String. - + @@ -13388,7 +13401,7 @@ - + @@ -13429,14 +13442,14 @@ - - + + cast 3 - + @@ -13500,14 +13513,14 @@ - - + + cast 3 - + @@ -13636,7 +13649,7 @@ ("display/diagnostics")]]> - TODO documentation + The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project. @@ -13918,7 +13931,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -13991,7 +14004,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -16016,7 +16029,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -16049,7 +16062,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -18411,10 +18424,6 @@ - - - - @@ -20086,7 +20095,7 @@ - + @@ -20141,7 +20150,7 @@ - + * This is the most important structure here and the reason why it's so fast. * It's an array of all the hashes contained in the table. These hashes cannot be 0 nor 1, * which stand for "empty" and "deleted" states. @@ -20149,8 +20158,8 @@ * The lookup algorithm will keep looking until a 0 or the key wanted is found; * The insertion algorithm will do the same but will also break when FLAG_DEL is found; - <_keys> - + <_keys> + @@ -20253,7 +20262,7 @@ @see https://haxe.org/manual/std-Map.html - + @@ -20271,7 +20280,7 @@ haxe.ds.ObjectMap - + @@ -20289,7 +20298,7 @@ haxe.ds.ObjectMap - + @@ -20492,7 +20501,7 @@ - + A Vector is a storage of fixed size. It can be faster than Array on some @@ -20888,7 +20897,7 @@ If `f` is null, the result is unspecified.]]> - + @@ -20946,7 +20955,7 @@ - + * This is the most important structure here and the reason why it's so fast. * It's an array of all the hashes contained in the table. These hashes cannot be 0 nor 1, * which stand for "empty" and "deleted" states. @@ -20954,10 +20963,10 @@ * The lookup algorithm will keep looking until a 0 or the key wanted is found; * The insertion algorithm will do the same but will also break when FLAG_DEL is found; - + - + @@ -21102,7 +21111,7 @@ - + @@ -21121,7 +21130,7 @@ - + @@ -21140,7 +21149,7 @@ haxe.ds.WeakMap - + @@ -21158,7 +21167,7 @@ haxe.ds.WeakMap - + @@ -21172,7 +21181,7 @@ - + An exception that carry position information of a place where it was created. @@ -21187,7 +21196,7 @@ - + An exception that is thrown when an invalid value provided for an argument of a function. @@ -21198,7 +21207,7 @@ - + { message : "Not implemented" } @@ -22797,7 +22806,7 @@ - Dot paths of modules or packages to be exluded from the archive. + Dot paths of modules or packages to be excluded from the archive. @@ -23163,7 +23172,7 @@ - + @@ -23409,7 +23418,7 @@ This exception is raised when reading while data is no longer available in the `haxe.io.Input`. - The IO is set into nonblocking mode and some data cannot be read or written + The IO is set into non-blocking mode and some data cannot be read or written An integer value is outside its allowed range An operation on Bytes is outside of its valid range @@ -30129,11 +30138,11 @@ @see https://haxe.org/manual/lf-condition-compilation.html - + Gets the current hxb writer configuration, if any. - + @@ -30162,7 +30171,7 @@ - + cast "top" @@ -30171,7 +30180,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -30182,7 +30191,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -30195,7 +30204,7 @@ - + cast "top" @@ -30204,7 +30213,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -30215,7 +30224,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -30701,7 +30710,7 @@ - Metadata associatied with the variable, if available. + Metadata associated with the variable, if available. @@ -30882,7 +30891,7 @@ Represents a `try`-expression with related catches. - + A `return` or `return e` expression. A `break` expression. @@ -30986,6 +30995,16 @@ Sub is set on module sub-type access: `pack.Module.Type` has `name = "Module"`, `sub = "Type"`, if available. + + + + The position of the dot-path itself, without type parameters. + + + + + The full position of the type path, including type parameters. + @@ -31178,7 +31197,7 @@ - + Represents a variable field type. @@ -31189,7 +31208,7 @@ - + Represents a property with getter and setter field type. Represents the field type in the AST. @@ -31244,7 +31263,7 @@ Represents an enum kind. Represents a structure kind. - + @@ -31293,7 +31312,7 @@ Child error messages, if any. - + @@ -31493,7 +31512,7 @@ - select the current classe + select the current class @@ -31757,99 +31776,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -31857,11 +31876,11 @@ { printPackage : true } - + - + @@ -31873,11 +31892,11 @@ { prefix : "" } - + - + @@ -31885,7 +31904,10 @@ { tabString : "\t" } This class provides some utility methods to convert elements from the - macro context to a human-readable String representation. + macro context to a human-readable String representation. + + This is only guaranteed to work with data that corresponds to valid Haxe + syntax. @@ -32595,7 +32617,7 @@ - A variable of property, depending on the `read` and `write` values. + A variable or property, depending on the `read` and `write` values. @@ -32900,6 +32922,10 @@ The metadata of the variable. + + + Whether the variable is a local static variable + The unique ID of the variable. @@ -33660,22 +33686,18 @@ Returns the metadata that were declared for the given type (class or enum) - - - - - + - + Returns the metadata that were declared for the given class static fields - + @@ -33716,7 +33738,7 @@ - + @@ -34792,12 +34814,12 @@ - + - + @@ -34998,7 +35020,7 @@ - +
@@ -35113,7 +35135,7 @@ This class provides utility methods to convert Xml instances to String representation.
- + @@ -35402,7 +35424,7 @@ - + @@ -35475,2045 +35497,2441 @@ - hide - - + + + + + + + - "haxe.java.Init" - + "java.lang.Readable" + - - - - - - - Print the specified value on the default output. - - - - - - - Print the specified value on the default output followed by a newline character. - - - - - - - - Returns a native array from the supplied Array. This native array is unsafe to be written on, - as it may or may not be linked to the actual Array implementation. - - If `equalLengthRequired` is true, the result might be a copy of an array with the correct size. - - - - - - - - - "The function `nativeType` is deprecated and will be removed in later versions. Please use `getNativeType` instead" - - Gets the native `java.lang.Class` from the supplied object. Will throw an exception in case of null being passed. - [deprecated] - use `getNativeType` instead - - - - - - - - Gets the native `java.lang.Class` from the supplied object. Will throw an exception in case of null being passed. - - - - - - - - equivalent to the native java.lang.Class type.]]> - - - - - - - - type.]]> - - - - - - - - type.]]> - - - - - - - - - - - Returns a Haxe Array of a native Array. - Unless `copy` is true, it won't copy the contents of the native array, - so unless any operation triggers an array resize, all changes made to the Haxe array will affect the native array argument. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Allocates a new Haxe Array with a predetermined size - - - - - - - - - Ensures that one thread does not enter a critical section of code while another thread - is in the critical section. If another thread attempts to enter a locked code, it - will wait, block, until the object is released. - This is the equivalent to "synchronized" in java code. - - This method only exists at compile-time, so it can't be called via reflection. - - Platform-specific Java Library. Provides some platform-specific functions for the Java target, - such as conversion from Haxe types to native types and vice-versa. - "haxe.java.Lib" + + + + "java.lang.AutoCloseable" + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + "java.io.Closeable" + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + "java.io.Reader" + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + "java.io.BufferedReader" + + + + + + + + + + + + + + + + + + + "java.util.Iterator" + + + + + + + + + + + "this$0" + + + + + + + "java.io.BufferedReader$1" + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - + + + "java.lang.Appendable" + + + + + + + "java.io.Flushable" + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + "java.io.Writer" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "java.io.BufferedWriter" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "java.io.OutputStream" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + "java.io.ByteArrayOutputStream" + + + + + + + + + + + + - - - + + + + + + + - - - - - - - - - - - - - + + + + - + + - - - - - - - - - - - + + + + + + + + + "java.io.Console" + + + + + + + + + - - - - + + + + + + "this$0" + + + + + + + + "java.io.Console$LineReader" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - "java.lang.String" + "java.io.PrintWriter" + - - - + + + + + + "this$0" + + + + + + + - - - + "java.io.Console$3" + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A + B - - - - - - - - - - - A + B - - - - - - - - - - - A * B - - - - - - - - - - - A * B - - - - - - - - - - - A % B - - - - - - - - - - - A % B - - - - - - - - - - - A - B - - - - - - - - - - - A - B - - - - - - - - + + + + - - A / B + "sun.misc.JavaIOAccess" + - -
- - - - - + + + + + + - - A / B + "java.io.Console$2" + -
- - - - - - +
+ + + + - - A | B + "java.io.Console$1" + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - A | B + "java.io.DataInput" + -
- - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - A ^ B + "java.io.DataOutput" + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - A ^ B + "java.io.FilterOutputStream" + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + "java.io.DataOutputStream" + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + "java.lang.Throwable" + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + "java.lang.Exception" + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + "java.io.IOException" + - - - - - - - + + + + + + + + + + - - > B]]> + "java.io.EOFException" + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - > B]]> + "java.io.File" + - - - - - - - + + + + + + + + + - - >> B]]> + "java.io.File$TempDirectory" + - - - - - - - + + + + - - >> B]]> + + "java.io.File$PathStatus" - - - - - - - + + + <_in final="1" public="1" set="null" static="1"> + + "in" + + + + + + + + + + + + + + - - B]]> + "java.io.FileDescriptor" + - - - - - - - + + + + + + + + + + + + + + + + + + + + - - = B]]> + "sun.misc.JavaIOFileDescriptorAccess" + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + "java.io.FileDescriptor$1" + - - - - - - - + + + + + + - - + + "java.io.FileFilter" + - - - - - - + + + + + + + - - ~A + + "java.io.FilenameFilter" + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - -A + "java.io.InputStream" + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_in public="1"> + + "in" + + + + + - - ++A + "java.io.FilterInputStream" + - - - - - - + + + + + + + + + + - - A++ + "java.io.ObjectStreamException" + - - - - - - + + + + + + + + + + + + + + + + - - --A + "java.io.InvalidClassException" + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - A-- - - - - - - - - - - - - - - A + B - - - - - - - - - - - A + B - - - - - - - - - - - A * B - - - - - - - - - - - A * B - - - - - - - - - - - A % B - - - - - - - - - - - A % B - - - - - - - - - - - A - B - - - - - - - - - - - A - B - - - - - - - - - - - A / B - - -
- - - - - - - - A / B - -
- - - - - - - - - A | B - - - - - - - - - - - A | B - - - - - - - - - - - A ^ B - - - - - - - - - - - A ^ B - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > B]]> - - - - - - - - - - - > B]]> - - - - - - - - - - - >> B]]> - - - - - - - - - - - >> B]]> - - - - - - - - - - - B]]> - - - - - - - - - - - = B]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ~A - - - - - - - - - - -A - - - - - - - - - - ++A - - - - - - - - - - A++ - - - - - - - - - - --A - - - - - - - - - - A-- - - -
- - - - - - - "java.lang.Readable" - - - - - - - "java.lang.AutoCloseable" - + "java.io.ObjectInput" + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - "java.io.Closeable" + "java.io.ObjectStreamConstants" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - + + + + + + + + + + - - - - - "java.io.Reader" - - - - - + + + + + + + + - + - + + + + + + + + + + + + + - - + + - - - - - - - - - + + + - - - - + + + + + + + + + + + + - - - + + - - - - + - "java.io.BufferedReader" + "java.io.ObjectInputStream" - - - - - - - - - - - - - - + + + + + + + + + - "java.util.Iterator" + "java.io.ObjectInputStream$ValidationList" - - - - - - - - "this$0" - - - + + + + + + + + + + - "java.io.BufferedReader$1" + "java.io.ObjectInputStream$ValidationList$Callback" - - - - - - - - - - - - - - - - - - - + + - "java.lang.Appendable" + "java.security.PrivilegedExceptionAction" - - + + + + + + "this$0" + + + + + - "java.io.Flushable" + "java.io.ObjectInputStream$ValidationList$1" - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + + + + + + + - - - + + + "java.io.ObjectInputStream$PeekInputStream" + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - "java.io.Writer" + "java.io.ObjectInputStream$HandleTable" - - - - - - - - - - - - + + - - - - + + - - - - - - - - - - - - - - - - - + + + - "java.io.BufferedWriter" + "java.io.ObjectInputStream$HandleTable$HandleList" - - - - - - - + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + - - - + - "java.io.OutputStream" + "java.io.ObjectInputStream$GetField" - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + - + + + + + + + + - - - - - - - - + + + + + "this$0" + + + + - - + - "java.io.ByteArrayOutputStream" + "java.io.ObjectInputStream$GetFieldImpl" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - "java.io.Console" + "java.io.ObjectInputStream$Caches" - - - - - - + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + "this$0" - - + + - "java.io.Console$LineReader" + "java.io.ObjectInputStream$BlockDataInputStream" - - - - - - - - + + + + "java.security.PrivilegedAction" + + + + + + + + + "val$subcl" + + + + + + + "java.io.ObjectInputStream$1" + + + + + + + "java.io.ObjectInputValidation" + + + + + + + + + + + - - - - - + - - - - - - - + - - - - - - - - - - - - + + + + "java.io.ObjectOutput" + + + + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + - - - + + + - - - + + + + + + + + + + + + - - - - - + + + + + + - - + + + + - - - + + + - - - + + + + + + + + - - - + + + - - - + + + - - - + + + - - + + - - - + + + - - - + + + - - - - - - - - - - - + + + + + + - - - - - - - - - - - - + + + - - - - - + + + + + + + + + + + + - - + + - - - - - - - - + + + + "java.io.ObjectOutputStream" + + + + + + + + + + + + + + + + - - - - - - - - + + + + + "java.io.ObjectOutputStream$ReplaceTable" + + + + + + + + - - + + - - - + + + + - - + + + + + + + - - + + + - - - - + + + + - - - + + + + - - - - + + + + - + - + + + + + + + + + - "java.io.PrintWriter" + "java.io.ObjectOutputStream$PutField" - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + "this$0" - - - - + + + - "java.io.Console$3" + "java.io.ObjectOutputStream$PutFieldImpl" - - - + + + + + + + + + + + + + + + + - "sun.misc.JavaIOAccess" + "java.io.ObjectOutputStream$HandleTable" - - - - + + + + + + + + - "java.io.Console$2" + "java.io.ObjectOutputStream$DebugTraceInfoStack" - - - - + + + + + + - "java.io.Console$1" + "java.io.ObjectOutputStream$Caches" - - + + + + + + + + + - + - - + + + + - - - - - - - - - - - - - - - - - - - - "java.io.DataInput" - - - - - - - - - - + - + - + + + + @@ -37522,26 +37940,26 @@ - - - - + + + + - - - - + + + + @@ -37550,815 +37968,906 @@ - - - - - - - - - - "java.io.DataOutput" - - - - - - + - + - - - + + - - - - - - - - - - - - - - - - "java.io.FilterOutputStream" - - - - - - - - - - - - + + + - + - - + + + + + + + + - - - - - + + + + + - - + + + + - - + + + + - - + + + + - - + + + + - - + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - + + - "java.io.DataOutputStream" + "java.io.ObjectOutputStream$BlockDataOutputStream" - + + + + + + "val$subcl" + + + + + + + "java.io.ObjectOutputStream$1" + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + - - - + + + + + + - - - - - - - + + + - - - - - - - - + + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + - - - - + + + - - - + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + - - "java.lang.Throwable" + "java.io.ObjectStreamClass" - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - "java.lang.Exception" + "java.io.ObjectStreamClass$WeakClassKey" - - - + + + + - + + + + - - - - - - + - + - "java.io.IOException" + "java.io.ObjectStreamClass$MemberSignature" - - - - - - + + + + + + + + + + + - - + - "java.io.EOFException" + "java.io.ObjectStreamClass$FieldReflectorKey" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - - - - - - - - - - - - + - - - - + + + + - - - - + + + + + + + + - - - "java.io.File" + "java.io.ObjectStreamClass$FieldReflector" - - - + + + - - - + + - "java.io.File$TempDirectory" + "java.io.ObjectStreamClass$ExceptionInfo" - - - - - - "java.io.File$PathStatus" - - - - <_in final="1" public="1" set="null" static="1"> - - "in" - - - - - - - - - - - + + + + + + + + + - - + - "java.io.FileDescriptor" + "java.io.ObjectStreamClass$EntryFuture" - - - - - - - - - - - - - + + + + + + "this$0" + + + - - - - - + - "sun.misc.JavaIOFileDescriptorAccess" + "java.io.ObjectStreamClass$EntryFuture$1" - - - - - - - - - - - - - - + + + + + + - - - - - - + - "java.io.FileDescriptor$1" + "java.io.ObjectStreamClass$ClassDataSlot" - - - - - + + + + + + + + + - - "java.io.FileFilter" + "java.io.ObjectStreamClass$Caches" - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - "java.io.FilenameFilter" + "java.util.Comparator" - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - + + - "java.io.InputStream" + "java.io.ObjectStreamClass$5" - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - + + + + + "java.io.ObjectStreamClass$4" + + + + + + + + + + + + + + - - - - - <_in public="1"> - - "in" - - - + + + + + "java.io.ObjectStreamClass$3" + + + + + + + + + "val$cl" + + + + "this$0" + + + + - "java.io.FilterInputStream" + "java.io.ObjectStreamClass$2" - - - - - - - - - + + + + + + "this$0" + + + + + - "java.io.ObjectStreamException" + "java.io.ObjectStreamClass$1" - - - - + + + + + + + + + + + + + + + + + + + + - + + - + + + + + + + + + - + + + + + + + + - "java.io.InvalidClassException" + "java.io.ObjectStreamField" - - - - - - - + + + + + + + + + + + + + + + + - - - - - - "haxe.java.io.NativeInput" - - - - - - + + + + + + + + + + - - - - - + + + - - "haxe.java.io.NativeOutput" - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - "java.io.ObjectInput" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.io.ObjectStreamConstants" - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + "java.io.PrintStream" + + + + + + + + + + - - + + + + + + + - + + - - - - - - - - - - - - - + - + - - + + @@ -38368,3644 +38877,1832 @@ - - - - - - - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - "java.io.ObjectInputStream" + "java.io.RandomAccessFile" - - - - + + + + + + "this$0" + + + - - - - + - "java.io.ObjectInputStream$ValidationList" + "java.io.RandomAccessFile$1" - - - - - - - - - - + + + + + + + "java.security.Guard" + + + + + + + + + + + + + + + + + + + + + + + + + - "java.io.ObjectInputStream$ValidationList$Callback" + "java.security.Permission" - - + + + + + + + + + + + + + + + + + + + + + + + + + + - "java.security.PrivilegedExceptionAction" + "java.security.BasicPermission" - - - - - - "this$0" - - - + + + + + + + + + + - + + - "java.io.ObjectInputStream$ValidationList$1" + "java.io.SerializablePermission" - - - - - - - + + + + + + + + + + - - - - + + + - - - - - - - - - - - - + + + + + - "java.io.ObjectInputStream$PeekInputStream" + "javax.net.ServerSocketFactory" - - - - - - - - - - - + + + + + + + - - - - + - - - + + + + - - - - + + + + - - - + - - - - - - - - - + + + + - - + + + + + - "java.io.ObjectInputStream$HandleTable" + "javax.net.SocketFactory" - - - - - - - - - - + + + + + - "java.io.ObjectInputStream$HandleTable$HandleList" + "javax.net.ssl.SSLServerSocketFactory" - - - - - - - - + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - "java.io.ObjectInputStream$GetField" + "javax.net.ssl.SSLSocketFactory" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + "val$name" + + - - - - - - - - - "this$0" - - - - - "java.io.ObjectInputStream$GetFieldImpl" - - - - - - - - - - - "java.io.ObjectInputStream$Caches" + "javax.net.ssl.SSLSocketFactory$1" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "this$0" - - - - + + + - - - "java.io.ObjectInputStream$BlockDataInputStream" - - - - - + + - "java.security.PrivilegedAction" + "javax.security.auth.AuthPermission" - - - - - - "val$subcl" - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - "java.io.ObjectInputStream$1" + "javax.security.auth.Subject" - - + + + + + + + + + + + + + - "java.io.ObjectInputValidation" + "java.lang.Iterable" - - - - + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - "java.io.ObjectOutput" + "java.util.Collection" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - "java.io.ObjectOutputStream" + "java.util.AbstractCollection" - - - - - - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + - "java.io.ObjectOutputStream$ReplaceTable" + "java.util.Set" - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - "java.io.ObjectOutputStream$PutField" + "java.util.AbstractSet" - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - + + + + "javax.security.auth.Subject$SecureSet" + + + + + + + + + "val$e" + + + + "this$0" + + + + - - - - - + + + "javax.security.auth.Subject$SecureSet$6" + + + + + + + + + "val$e" + + + + "this$0" + + + + - - + + + "javax.security.auth.Subject$SecureSet$5" + + + + + + + + + "val$e" + - + "this$0" - - + + - "java.io.ObjectOutputStream$PutFieldImpl" + "javax.security.auth.Subject$SecureSet$4" - - - - - - - - - - - + + + + + + "val$e" + + + + "this$0" + - - + + - "java.io.ObjectOutputStream$HandleTable" + "javax.security.auth.Subject$SecureSet$3" - - - - - + + + + + + "val$e" + + + + "this$0" + + + + - - - + - "java.io.ObjectOutputStream$DebugTraceInfoStack" + "javax.security.auth.Subject$SecureSet$2" - - - - - - + + + + + + + + + "val$list" + + + + "this$0" + + + + + + - "java.io.ObjectOutputStream$Caches" + "javax.security.auth.Subject$SecureSet$1" - - - - - - - - - - - - - - - - - - + + + + + + - - - - - + + + + "this$0" + + + - - - - - - - - - - - - - - - - + + + "javax.security.auth.Subject$ClassSet" + + + + + + + + + "val$iterator" + + + + "this$1" + + + + - - - + + + "javax.security.auth.Subject$ClassSet$1" + + + + + + + + + + + + + + "javax.security.auth.Subject$AuthPermissionHolder" + + + + + + + + + "val$subject" + + + + "val$acc" + + + + - - - + + + "javax.security.auth.Subject$2" + + + + + + + + + "val$acc" + + + - - + + + "javax.security.auth.Subject$1" + + + + + + + + + - - - + + + - - - + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + - - - - - - + + + - - - - + + + + + + + + + + + + + + + + - - - - + + + + + + + + - - - - + + + - - - - + + + + + + + + - - - - + - - - + + + + + + + + + + + + + + - - - + + + + + + + + + + - + - + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + + - "java.io.ObjectOutputStream$BlockDataOutputStream" + "java.lang.AbstractStringBuilder" - - - - - - "val$subcl" - - - - - + + + + + + + + + + - "java.io.ObjectOutputStream$1" - + "" + + + + + + + + + + + + + + + + + + + + "" + + + + + + + + + + + + + + + + + + "" + + + + + + + + + + + + + "" + + + + + + + + + + + + + + + + + + + "" + + + + + + + + + + + + + + + + + + "" - - - + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + "java.lang.NumberFormatException" + + + + + + + + + + + "java.lang.NumberFormatException" + + + + + + + + + "java.lang.NumberFormatException" + + + + <_toString public="1" set="method" static="1"> + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + "toString" + + + + + + + + + + + + + + + + + + + "java.lang.NumberFormatException" + + + + + + + + + + "java.lang.NumberFormatException" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "java.lang.NumberFormatException" + + + - "java.io.ObjectStreamClass" - + + "java.lang.Byte" - - - - - - - - - - + + + "java.lang.Byte$ByteCache" + + "java.lang" + "Byte.ByteCache" + + + + + + - + - "java.io.ObjectStreamClass$WeakClassKey" + "java.util.PrimitiveIterator" - - - - - + + + + + + + - + + - - - - - - - - + + + + + + + + + + + + + + - - - "java.io.ObjectStreamClass$MemberSignature" - - - - - - - - - - - - - - - - + + + + + - "java.io.ObjectStreamClass$FieldReflectorKey" + "java.util.PrimitiveIterator$OfInt" - - - - - - - - - - - - - - - - - - + + + + + + + + - - + + + + + + + + "this$0" + - - - - - "java.io.ObjectStreamClass$FieldReflector" - - - - - - - - + - "java.io.ObjectStreamClass$ExceptionInfo" + "java.lang.CharSequence$1CodePointIterator" - - + + + + + + + + + + - - - - - - - - - "java.io.ObjectStreamClass$EntryFuture" - - - - - - + + + - + "this$0" - - - - - "java.io.ObjectStreamClass$EntryFuture$1" - - - - - - - - - + - "java.io.ObjectStreamClass$ClassDataSlot" + "java.lang.CharSequence$1CharIterator" - - - - - - - - - + + + + + + + + + + - "java.io.ObjectStreamClass$Caches" - + "" + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + "" + + + + + + + - - - - - - + + + + + + - - - + + + "" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + - + - - - - - - - - - - - + - - - - - - + + + - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - "java.util.Comparator" - - - - - - + + - - + + - - - - - - - - - "java.io.ObjectStreamClass$5" - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - "java.io.ObjectStreamClass$4" - - - - - - + + + + + + + + + + + + - - + + - - - - - + - - - "java.io.ObjectStreamClass$3" - - - - - - - - - "val$cl" - - - - "this$0" - - - - - - - - "java.io.ObjectStreamClass$2" - - - - - - - - - "this$0" - - - - - - - "java.io.ObjectStreamClass$1" - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - "java.io.ObjectStreamField" - - - - - - - - - - - - - - + + + + + + + + + + + + - + + - - - - - - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + - - - - - - - - + + + + + + + + + + - - + + - - - - - - - - - - - - - - + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.io.PrintStream" - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - + + - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.io.RandomAccessFile" - - - - - - - - - "this$0" - - - - - - - "java.io.RandomAccessFile$1" - - - - - - - - - - "java.security.Guard" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.security.Permission" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.security.BasicPermission" - - - - - - - - - - - - - - - - - - "java.io.SerializablePermission" - - - - - - - - - - - - - - - - - - - - - - - - - - - - "javax.net.ServerSocketFactory" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "javax.net.SocketFactory" - - - - - - - - - - - "javax.net.ssl.SSLServerSocketFactory" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "javax.net.ssl.SSLSocketFactory" - - - - - - - - - "val$name" - - - - - - - "javax.net.ssl.SSLSocketFactory$1" - - - - - - - - - - - - - - - - - - "javax.security.auth.AuthPermission" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "javax.security.auth.Subject" - - - - - - - - - - - - - - - - - - "java.lang.Iterable" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.util.Collection" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.util.AbstractCollection" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.util.Set" - - - - - - - - - - - - - - - - - - "java.util.AbstractSet" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "javax.security.auth.Subject$SecureSet" - - - - - - - - - "val$e" - - - - "this$0" - - - - - - - - "javax.security.auth.Subject$SecureSet$6" - - - - - - - - - "val$e" - - - - "this$0" - - - - - - - - "javax.security.auth.Subject$SecureSet$5" - - - - - - - - - "val$e" - - - - "this$0" - - - - - - - - "javax.security.auth.Subject$SecureSet$4" - - - - - - - - - "val$e" - - - - "this$0" - - - - - - - - "javax.security.auth.Subject$SecureSet$3" - - - - - - - - - "val$e" - - - - "this$0" - - - - - - - - "javax.security.auth.Subject$SecureSet$2" - - - - - - - - - - - - "val$list" - - - - "this$0" - - - - - - - - "javax.security.auth.Subject$SecureSet$1" - - - - - - - - - - - - - - "this$0" - - - - - - - - "javax.security.auth.Subject$ClassSet" - - - - - - - - - "val$iterator" - - - - "this$1" - - - - - - - - "javax.security.auth.Subject$ClassSet$1" - - - - - - - - - - - - - - "javax.security.auth.Subject$AuthPermissionHolder" - - - - - - - - - "val$subject" - - - - "val$acc" - - - - - - - - "javax.security.auth.Subject$2" - - - - - - - - - "val$acc" - - - - - - - "javax.security.auth.Subject$1" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.lang.AbstractStringBuilder" - - - - - - - - - - - - - - - "" - - - - - - - - - - - - - - - - - - - - "" - - - - - - - - - - - - - - - - - - "" - - - - - - - - - - - - - "" - - - - - - - - - - - - - - - - - - - - "" - - - - - - - - - - - - - - - - - - "" - - - - - - - - - - - - - - - - - - - - - - - - "java.lang.NumberFormatException" - - - - - - - - - - - "java.lang.NumberFormatException" - - - - - - - - - "java.lang.NumberFormatException" - - - - <_toString public="1" set="method" static="1"> - - - - - - "toString" - - - - - - - - - - - - - - - - - - - "java.lang.NumberFormatException" - - - - - - - - - - "java.lang.NumberFormatException" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.lang.NumberFormatException" - - - - - - "java.lang.Byte" - - - - - "java.lang.Byte$ByteCache" - - "java.lang" - "Byte.ByteCache" - - - - - - - - - - "java.util.PrimitiveIterator" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.util.PrimitiveIterator$OfInt" - - - - - - - - - - - - - - - - - - - - - "this$0" - - - - - - - "java.lang.CharSequence$1CodePointIterator" - - - - - - - - - - - - - - - - - - - - - "this$0" - - - - - - - "java.lang.CharSequence$1CharIterator" - - - - - - - - - - - - - - - "" - - - - - - - - - - - - - - - - - - - - "" - - - - - - - - - - - - - - - - - - "" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -42019,7 +40716,7 @@ - + @@ -42033,14 +40730,14 @@ - + - + @@ -42054,7 +40751,7 @@ - + @@ -42075,7 +40772,7 @@ - + @@ -42089,7 +40786,7 @@ - + @@ -42103,7 +40800,7 @@ - + @@ -42113,7 +40810,7 @@ - + @@ -42123,7 +40820,7 @@ - + @@ -42137,7 +40834,7 @@ - + @@ -42151,14 +40848,14 @@ - + - + @@ -42172,7 +40869,7 @@ - + @@ -42186,7 +40883,7 @@ - + @@ -42196,7 +40893,7 @@ - + @@ -42217,22 +40914,22 @@ - + - - + + - + @@ -42246,7 +40943,7 @@ - + @@ -42260,7 +40957,7 @@ - + @@ -42274,7 +40971,7 @@ - + @@ -42295,7 +40992,7 @@ - + @@ -42310,7 +41007,7 @@ - + @@ -42324,7 +41021,7 @@ - + @@ -42336,15 +41033,15 @@ - - + + - + @@ -42352,23 +41049,23 @@ - + - - + + - - + + @@ -42381,7 +41078,7 @@ <_toString public="1" set="method" static="1"> - + @@ -42391,8 +41088,8 @@ - - + + @@ -42405,8 +41102,8 @@ - - + + @@ -42419,13 +41116,13 @@ - + - + @@ -42459,7 +41156,7 @@ - + @@ -42726,7 +41423,7 @@ - + @@ -42865,11 +41562,11 @@ - + - + @@ -42883,11 +41580,11 @@ - + - + "java.lang.reflect.AnnotatedElement" @@ -42905,7 +41602,7 @@ - + "java.lang.reflect.GenericDeclaration" @@ -42934,7 +41631,7 @@ - + @@ -42955,17 +41652,17 @@ - + - - + + - + - + @@ -42978,10 +41675,10 @@ - - - - + + + + @@ -42995,10 +41692,10 @@ - - - - + + + + @@ -43021,13 +41718,13 @@ - - + + - - + + @@ -43053,18 +41750,18 @@ - + - + - + - + @@ -43076,7 +41773,7 @@ - + @@ -43085,15 +41782,15 @@ - - - - - - - - - + + + + + + + + + @@ -43117,7 +41814,7 @@ - + @@ -43134,7 +41831,7 @@ - + @@ -43149,7 +41846,7 @@ - + @@ -43170,7 +41867,7 @@ - + @@ -43261,8 +41958,8 @@ - - + + "this$0" @@ -43358,7 +42055,7 @@ - + @@ -43373,7 +42070,7 @@ - + @@ -43381,7 +42078,7 @@ - + @@ -43402,7 +42099,7 @@ - + @@ -43445,7 +42142,7 @@ - + @@ -43753,21 +42450,21 @@ - + - + - + - + @@ -45008,12 +43705,12 @@ - + - + @@ -45044,18 +43741,18 @@ - + - + - + - + @@ -45160,7 +43857,7 @@ - + @@ -45379,122 +44076,12 @@ "java.lang.ProcessBuilder$1" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.lang.Runtime" - - - - + @@ -45621,7 +44208,7 @@ - + @@ -45715,12 +44302,12 @@ - + - + "" @@ -45732,13 +44319,13 @@ - + - + @@ -45750,13 +44337,13 @@ - + - + @@ -45766,14 +44353,14 @@ - - + + - - + + @@ -45792,7 +44379,7 @@ - + @@ -45801,7 +44388,7 @@ - + @@ -45811,14 +44398,14 @@ - - + + <_toString public="1" set="method" static="1"> - + @@ -45828,7 +44415,7 @@ - + @@ -45891,7 +44478,7 @@ - + @@ -45962,7 +44549,7 @@ - + @@ -45985,13 +44572,13 @@ - + - + @@ -46017,7 +44604,7 @@ - + @@ -46025,13 +44612,13 @@ - + - + @@ -46096,7 +44683,7 @@ - + @@ -46124,7 +44711,7 @@ - + @@ -46146,7 +44733,7 @@ - + @@ -46235,7 +44822,7 @@ - + @@ -46243,13 +44830,13 @@ - + - + @@ -46294,7 +44881,7 @@ - + @@ -46322,7 +44909,7 @@ - + @@ -46344,7 +44931,7 @@ - + @@ -46401,13 +44988,13 @@ - + - + @@ -46431,7 +45018,7 @@ - + @@ -46598,19 +45185,19 @@ - + - + - + - + @@ -46633,7 +45220,7 @@ - + @@ -46675,19 +45262,19 @@ - + - + - + - + @@ -46710,7 +45297,7 @@ - + @@ -46835,21 +45422,21 @@ - + - + - + - + @@ -46911,9 +45498,9 @@ - + - + @@ -47026,7 +45613,7 @@ - + "java.lang.Throwable$SentinelHolder" @@ -47165,7 +45752,7 @@ - + @@ -47185,18 +45772,18 @@ - + - + - + - + @@ -47244,21 +45831,21 @@ - + - - + + - - + + - + @@ -47271,8 +45858,8 @@ - - + + @@ -47291,25 +45878,25 @@ - - + + - - - + + + - - - - + + + + - + - - - + + + @@ -47322,17 +45909,17 @@ - + - + - - + + "java.lang.reflect.Executable" @@ -47345,16 +45932,16 @@ - + - - + + - - - + + + @@ -47383,14 +45970,14 @@ - - + + - - + + @@ -47400,13 +45987,13 @@ - - + + - - + + @@ -47442,15 +46029,15 @@ - + - + - + @@ -47480,17 +46067,17 @@ - + - + - + @@ -47519,9 +46106,9 @@ - + - + @@ -47530,7 +46117,7 @@ - + @@ -47568,18 +46155,18 @@ - + - + - + - - - + + + @@ -47614,8 +46201,8 @@ - - + + @@ -47625,15 +46212,15 @@ - + - + - - - + + + @@ -47759,18 +46346,18 @@ - + - + - + - + @@ -47785,7 +46372,7 @@ - + @@ -47796,10 +46383,10 @@ - + - + "java.lang.reflect.TypeVariable" @@ -47807,8 +46394,8 @@ - - + + "java.lang.reflect.WildcardType" @@ -47965,12 +46552,12 @@ - + - + @@ -48076,8 +46663,8 @@ - - + + @@ -48147,23 +46734,23 @@ - + - + - + - + @@ -48193,16 +46780,16 @@ - - + + - + - + "java.math.BigDecimal$StringBuilderHelper" @@ -48245,27 +46832,27 @@ - + - + - - + + - + @@ -48277,7 +46864,7 @@ - + @@ -48314,7 +46901,7 @@ - + @@ -48353,8 +46940,8 @@ - - + + @@ -48436,24 +47023,24 @@ - + - - - + + + - + - + @@ -48473,7 +47060,7 @@ - + @@ -48485,7 +47072,7 @@ - + @@ -48504,7 +47091,7 @@ - + @@ -48572,7 +47159,7 @@ - + @@ -48595,18 +47182,18 @@ - + - + - + @@ -48627,7 +47214,7 @@ - + @@ -48635,34 +47222,34 @@ - + - + - + - + - + @@ -48670,7 +47257,7 @@ - + @@ -48888,13 +47475,13 @@ - + - + @@ -48963,11 +47550,11 @@ - + - + @@ -48977,13 +47564,13 @@ - + - + @@ -48994,7 +47581,7 @@ - + @@ -49027,7 +47614,7 @@ - + @@ -49068,10 +47655,10 @@ - + - + @@ -49083,7 +47670,7 @@ - + @@ -49126,10 +47713,10 @@ - + - + @@ -49141,10 +47728,10 @@ - + - + @@ -49166,10 +47753,10 @@ - + - + @@ -49262,7 +47849,7 @@ - + @@ -49301,7 +47888,7 @@ - + @@ -49315,7 +47902,7 @@ - + @@ -49329,11 +47916,11 @@ - + "val$netifs" - + @@ -49841,154 +48428,6 @@ - - - - - The stream on which you can read available data. By default the stream is blocking until the requested data is available, - use `setBlocking(false)` or `setTimeout` to prevent infinite waiting. - - - - The stream on which you can send data. Please note that in case the output buffer you will block while writing the data, use `setBlocking(false)` or `setTimeout` to prevent that. - - - - A custom value that can be associated with the socket. Can be used to retrieve your custom infos after a `select`. - * - - - - - - - - Closes the socket : make sure to properly close all your sockets or you will crash when you run out of file descriptors. - - - - Read the whole data available on the socket. - - *Note*: this is **not** meant to be used together with `setBlocking(false)`, - as it will always throw `haxe.io.Error.Blocked`. `input` methods should be used directly instead. - - - - - - - Write the whole data to the socket output. - - *Note*: this is **not** meant to be used together with `setBlocking(false)`, as - `haxe.io.Error.Blocked` may be thrown mid-write with no indication of how many bytes have been written. - `output.writeBytes()` should be used instead as it returns this information. - - - - - - - - Connect to the given server host/port. Throw an exception in case we couldn't successfully connect. - - - - - - - Allow the socket to listen for incoming questions. The parameter tells how many pending connections we can have until they get refused. Use `accept()` to accept incoming connections. - - - - - - - - Shutdown the socket, either for reading or writing. - - - - - - - - Bind the socket to the given host/port so it can afterwards listen for connections there. - - - - Accept a new connected client. This will return a connected socket on which you can read/write some data. - - -
- - - - Return the information about the other side of a connected socket. - - - - - - - Return the information about our side of a connected socket. - - - - - - - Gives a timeout (in seconds) after which blocking socket operations (such as reading and writing) will abort and throw an exception. - - - - Block until some data is available for read on the socket. - - - - - - - Change the blocking mode of the socket. A blocking socket is the default behavior. A non-blocking socket will abort blocking operations immediately by throwing a haxe.io.Error.Blocked value. - - - - - - - Allows the socket to immediately send the data when written to its output : this will cause less ping but might increase the number of packets / data size, especially when doing a lot of small writes. - - - - Creates a new unconnected socket. - - A TCP socket class : allow you to both connect to a given server and exchange messages or start your own server and wait for connections. - - - - - - "haxe.java.net.SslSocket" - @@ -50181,7 +48620,7 @@ - + @@ -50326,7 +48765,7 @@ - + @@ -50630,13 +49069,13 @@ - + - + @@ -50644,36 +49083,36 @@ - + - + - + - + - + - + - + @@ -50684,13 +49123,13 @@ - + - + @@ -50719,47 +49158,47 @@ <_get abstract="1" public="1" set="method"> - + <_put abstract="1" public="1" set="method"> - + - + - + - + - + - + - + - + - + @@ -50840,7 +49279,7 @@ - + @@ -50851,7 +49290,7 @@ - + @@ -50890,7 +49329,7 @@ - + @@ -50907,7 +49346,7 @@ - + @@ -50920,27 +49359,27 @@ - + - + - + - + - + @@ -50955,11 +49394,11 @@ - + - + @@ -50970,17 +49409,17 @@ - + - + - + @@ -51010,7 +49449,7 @@ - + @@ -51024,7 +49463,7 @@ - + @@ -51037,7 +49476,7 @@ - + @@ -51046,7 +49485,7 @@ - + @@ -51072,13 +49511,13 @@ - + - + @@ -51089,11 +49528,11 @@ - + - + @@ -51111,11 +49550,11 @@ - + - + @@ -51132,7 +49571,7 @@ - + @@ -51153,7 +49592,7 @@ - + @@ -51162,7 +49601,7 @@ - + @@ -51188,13 +49627,13 @@ - + - + @@ -51205,11 +49644,11 @@ - + - + @@ -51227,11 +49666,11 @@ - + - + @@ -51248,7 +49687,7 @@ - + @@ -51269,7 +49708,7 @@ - + @@ -51278,7 +49717,7 @@ - + @@ -51304,13 +49743,13 @@ - + - + @@ -51321,11 +49760,11 @@ - + - + @@ -51343,11 +49782,11 @@ - + - + @@ -51364,7 +49803,7 @@ - + @@ -51385,7 +49824,7 @@ - + @@ -51394,7 +49833,7 @@ - + @@ -51420,13 +49859,13 @@ - + - + @@ -51437,11 +49876,11 @@ - + - + @@ -51459,11 +49898,11 @@ - + - + @@ -51480,7 +49919,7 @@ - + @@ -51501,7 +49940,7 @@ - + @@ -51510,7 +49949,7 @@ - + @@ -51563,13 +50002,13 @@ - + - + @@ -51577,36 +50016,36 @@ - + - + - + - + - + - + - + @@ -51617,13 +50056,13 @@ - + - + @@ -51644,7 +50083,7 @@ - + @@ -51653,7 +50092,7 @@ - + @@ -51945,13 +50384,13 @@ - + - + @@ -51964,13 +50403,13 @@ - + - + @@ -52076,11 +50515,11 @@ - + - + @@ -52094,11 +50533,11 @@ - + - + @@ -52172,11 +50611,11 @@ - + - + @@ -52195,11 +50634,11 @@ - + - + @@ -52513,11 +50952,11 @@ - + - + @@ -52531,11 +50970,11 @@ - + - + @@ -52740,7 +51179,7 @@ - + @@ -52883,17 +51322,17 @@ - + - + - + - + @@ -52945,7 +51384,7 @@ - + @@ -52958,7 +51397,7 @@ - + @@ -53507,7 +51946,7 @@ - + @@ -53523,7 +51962,7 @@ - + @@ -53691,7 +52130,7 @@ - + @@ -53780,7 +52219,7 @@ - + @@ -54230,7 +52669,7 @@ - + @@ -54248,17 +52687,17 @@ - + - + - + @@ -54267,7 +52706,7 @@ - + @@ -54336,8 +52775,8 @@ - - + + @@ -54346,12 +52785,12 @@ - + - + @@ -54362,9 +52801,9 @@ - - - + + + "java.security.DomainCombiner" @@ -54376,7 +52815,7 @@ - + "java.security.Key" @@ -54386,7 +52825,7 @@ - + @@ -54395,7 +52834,7 @@ - + @@ -54403,9 +52842,9 @@ - + - + @@ -54440,14 +52879,14 @@ - - + + - + @@ -54456,11 +52895,11 @@ - + - + @@ -54468,14 +52907,14 @@ - + - - + + - + @@ -54502,7 +52941,7 @@ - + @@ -54511,7 +52950,7 @@ - + @@ -54519,9 +52958,9 @@ - + - + @@ -54561,7 +53000,7 @@ - + @@ -54580,7 +53019,7 @@ - + @@ -55297,10 +53736,10 @@ - + - + @@ -55319,7 +53758,7 @@ - + @@ -55335,7 +53774,7 @@ - + @@ -55371,7 +53810,7 @@ - + @@ -55392,7 +53831,7 @@ - + @@ -55419,7 +53858,7 @@ - + @@ -55467,11 +53906,11 @@ - + - - + + "sun.misc.Resource" @@ -55482,7 +53921,7 @@ - + @@ -55495,7 +53934,7 @@ - + @@ -55548,12 +53987,12 @@ - + - + @@ -55582,7 +54021,7 @@ - + @@ -55664,7 +54103,7 @@ - + @@ -55708,8 +54147,8 @@ - - + + "val$name" @@ -55913,7 +54352,7 @@ - + @@ -55947,7 +54386,7 @@ - + @@ -55966,15 +54405,15 @@ - + - + - + @@ -56004,17 +54443,17 @@ - + - + - + @@ -56050,32 +54489,32 @@ - + - + - + - - - + + + - - + + - - + + @@ -56098,7 +54537,7 @@ - + @@ -56110,11 +54549,11 @@ - + - + @@ -56136,7 +54575,7 @@ - + @@ -56171,32 +54610,32 @@ - + - + - + - - - + + + - - + + - - + + @@ -56231,7 +54670,7 @@ - + @@ -56291,8 +54730,8 @@ - - + + "val$annotationClass" @@ -56314,12 +54753,12 @@ - + - + @@ -56328,8 +54767,8 @@ - - + + @@ -56373,7 +54812,7 @@ - + @@ -56395,8 +54834,8 @@ - - + + @@ -56538,7 +54977,7 @@ - + "sun.reflect.generics.tree.Signature" @@ -56547,14 +54986,14 @@ - + - + - + - + @@ -56608,10 +55047,10 @@ - + - + @@ -56649,16 +55088,16 @@ - - + + - + - - + + - + @@ -56685,12 +55124,12 @@ - + - + @@ -56731,12 +55170,12 @@ - - + + - - + + @@ -56935,7 +55374,7 @@ - + @@ -56967,9 +55406,9 @@ - + - + @@ -56999,7 +55438,7 @@ - + @@ -57054,10 +55493,10 @@ - + - + @@ -57085,17 +55524,17 @@ - + - + - + @@ -57131,9 +55570,9 @@ - - - + + + @@ -57288,17 +55727,17 @@ - + - + - + @@ -57343,7 +55782,7 @@ - + @@ -57387,7 +55826,7 @@ - + @@ -57395,7 +55834,7 @@ - + @@ -57449,7 +55888,7 @@ - + @@ -57461,7 +55900,7 @@ - + @@ -57527,7 +55966,7 @@ - + @@ -57615,7 +56054,7 @@ - + @@ -57624,8 +56063,8 @@ - - + + @@ -57667,7 +56106,7 @@ - + "sun.util.locale.provider.LocaleServiceProviderPool$AllAvailableLocales" @@ -57694,15 +56133,15 @@ - - - - - - + + + + + + - + @@ -57936,7 +56375,7 @@ - + @@ -62208,7 +60647,7 @@ - + @@ -62235,7 +60674,7 @@ - + @@ -62342,7 +60781,7 @@ - + @@ -62411,7 +60850,7 @@ - + @@ -62563,8 +61002,8 @@ - - + + @@ -62575,7 +61014,7 @@ - + @@ -62599,8 +61038,8 @@ - - + + @@ -62660,7 +61099,7 @@ - + @@ -62670,7 +61109,7 @@ - + @@ -62844,7 +61283,7 @@ - + @@ -62891,7 +61330,7 @@ - + @@ -63012,8 +61451,8 @@ - - + + @@ -63034,8 +61473,8 @@ - - + + @@ -63232,28 +61671,28 @@ - + - + - + - + - + - + - + - + - + @@ -63756,9 +62195,6 @@ - - - @@ -63769,10 +62205,10 @@ - + - - + + @@ -64357,10 +62793,10 @@ - + - - + + @@ -64714,94 +63150,94 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -64810,94 +63246,94 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -64906,49 +63342,49 @@ - + - + - + - + - + - + - + - + @@ -64958,13 +63394,13 @@ - + - + @@ -64972,97 +63408,97 @@ - + - + - + - + - + - + - + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - + @@ -65072,158 +63508,158 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - + @@ -65233,121 +63669,121 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + @@ -65357,51 +63793,51 @@ - + - + - + - + - + - + - + - + - + - + - - + + @@ -65411,67 +63847,67 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -65479,23 +63915,23 @@ - + - + - + - + @@ -65503,42 +63939,42 @@ - + - + - + - + - + - + - + - + @@ -65547,42 +63983,42 @@ - + - + - + - + - + - + - + - + @@ -65622,10 +64058,10 @@ - + - - + + @@ -65659,7 +64095,7 @@ - + @@ -65672,7 +64108,7 @@ - + @@ -65681,7 +64117,7 @@ - + @@ -65690,8 +64126,8 @@ - - + + @@ -65852,7 +64288,7 @@ - + @@ -66159,7 +64595,7 @@ - + @@ -66198,7 +64634,7 @@ - + @@ -66291,10 +64727,10 @@ - + - - + + @@ -67148,10 +65584,10 @@ - + - - + + @@ -67349,10 +65785,10 @@ - + - - + + @@ -68228,10 +66664,10 @@ - + - - + + @@ -68336,10 +66772,10 @@ - + - - + + @@ -68536,10 +66972,10 @@ - + - - + + @@ -68609,10 +67045,10 @@ - + - - + + @@ -68649,10 +67085,10 @@ - + - - + + @@ -69376,10 +67812,10 @@ - + - - + + @@ -69582,10 +68018,10 @@ - + - - + + @@ -69937,11 +68373,11 @@ - - - - - + + + + + @@ -70311,7 +68747,7 @@ - + @@ -70411,7 +68847,7 @@ - + @@ -70432,7 +68868,7 @@ - + @@ -70449,7 +68885,7 @@ - + @@ -70461,7 +68897,7 @@ - + @@ -70779,7 +69215,7 @@ - +
@@ -71479,10 +69915,10 @@ - + - - + + @@ -71650,9 +70086,9 @@
- - - + + + @@ -71715,8 +70151,8 @@ - - + + @@ -71725,7 +70161,7 @@ - + @@ -71829,7 +70265,7 @@ - + @@ -71972,7 +70408,7 @@ - + @@ -72316,9 +70752,9 @@
- - - + + + @@ -72359,7 +70795,7 @@ - + @@ -72963,7 +71399,7 @@ - + @@ -73116,7 +71552,7 @@ - + @@ -73151,43 +71587,43 @@ - + - + - + - + - + - + - + @@ -73318,12 +71754,12 @@ - + - + @@ -73409,12 +71845,12 @@ - + - + @@ -73605,12 +72041,12 @@ - + - + @@ -73638,12 +72074,12 @@ - + - + @@ -73884,7 +72320,7 @@ - + @@ -73957,10 +72393,10 @@ - + - - + + @@ -74137,7 +72573,7 @@ - + @@ -74518,10 +72954,10 @@ - + - - + + @@ -75136,10 +73572,10 @@ - + - - + + @@ -75747,7 +74183,6 @@ - "java.util.concurrent.atomic.AtomicReference" @@ -75811,1575 +74246,2204 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "this$0" - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "this$0" + + + + + + + "java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject" + + + + + + + + + + + + + + + + + + + + + + "java.util.concurrent.locks.ReentrantLock$Sync" + + + + + + + + + + + + + "java.util.concurrent.locks.ReentrantLock$NonfairSync" + + + + + + + + + + + + + "java.util.concurrent.locks.ReentrantLock$FairSync" + + + + + + + + + + + + + + + + + + + + + + + + + "java.util.function.BiConsumer" + + + + + + + + + + + + + + + + + + + + + + + + + + "java.util.function.BiFunction" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "java.util.function.BiPredicate" + + + + + + + + + + + + + + + + + + + + + + + + + + "java.util.function.BinaryOperator" + + + + + + + + + + + + "java.util.function.DoubleBinaryOperator" + + + + + + + + + + + "java.util.function.DoubleFunction" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "java.util.function.DoublePredicate" + + + + + + + + "java.util.function.DoubleSupplier" + + + + + + + + + + + "java.util.function.DoubleToIntFunction" + + + + + + + + + + + "java.util.function.DoubleToLongFunction" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "java.util.function.DoubleUnaryOperator" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "java.util.function.Function" + + + + + + + + + + + + "java.util.function.IntBinaryOperator" + + + + + + + + - "java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject" + + "java.util.function.IntFunction" - - - - - - - - + + - - - - - - - + + + + + + + + + + + + + + + + + + + - "java.util.concurrent.locks.ReentrantLock$Sync" + + "java.util.function.IntPredicate" - - - - + + + + + "java.util.function.IntSupplier" + + + + + - - - + + - "java.util.concurrent.locks.ReentrantLock$NonfairSync" + + "java.util.function.IntToDoubleFunction" - - - - + + - - - + + - "java.util.concurrent.locks.ReentrantLock$FairSync" + + "java.util.function.IntToLongFunction" - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - + + - "java.util.function.BiConsumer" + "java.util.function.IntUnaryOperator" - - - - - + + + + + + + + + "java.util.function.LongBinaryOperator" + + + + + + + - - - - - - - - - - - - - - - "java.util.function.BiFunction" + "java.util.function.LongFunction" - - - - + + + - - - - - - - - + + - - - - + - - - - - - - - + + - "java.util.function.BiPredicate" + "java.util.function.LongPredicate" - - - - - - - + + + + + "java.util.function.LongSupplier" + + + + + + + + + + + "java.util.function.LongToDoubleFunction" + + + + + + + + + + + "java.util.function.LongToIntFunction" + + + + + + + + + + + + + - - + + - - + + - - + + - + - "java.util.function.BinaryOperator" + "java.util.function.LongUnaryOperator" - - - - + + + - + + - "java.util.function.DoubleBinaryOperator" + "java.util.function.ObjDoubleConsumer" - - - - - + + + + + + - "java.util.function.DoubleFunction" + "java.util.function.ObjIntConsumer" - + + + + + + + + + "java.util.function.ObjLongConsumer" + + + + + + + + + + + - + - - + + - + - - + + - "java.util.function.DoublePredicate" + "java.util.function.Predicate" - - + + + + + "java.util.function.Supplier" + + + + + + + + + + + "java.util.function.ToDoubleFunction" + + + + + + + + + + + "java.util.function.ToIntFunction" + + + + + + + + + + + "java.util.function.ToLongFunction" + + + + + + + + + + + + + + + "java.util.function.UnaryOperator" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "java.util.jar.Attributes" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - "java.util.function.DoubleSupplier" + "java.util.jar.Attributes$Name" - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - "java.util.function.DoubleToIntFunction" + "java.util.zip.ZipConstants" - - - + + + + + + + - - - - "java.util.function.DoubleToLongFunction" - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + + + + + + + - - "java.util.function.DoubleUnaryOperator" + "java.util.zip.ZipEntry" - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - + + - - + + + + + + + + + + + - - "java.util.function.Function" + "java.util.jar.JarEntry" - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - "java.util.function.IntBinaryOperator" - - - - - + + + + + + + + + - - + + + + - - "java.util.function.IntFunction" + "java.util.zip.ZipFile" - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + - - "java.util.function.IntPredicate" + "java.util.jar.JarFile" - - + + + + + + + + "this$0" + + + + + + - - "java.util.function.IntSupplier" + "java.util.jar.JarFile$JarFileEntry" - - - - - + + + + + + + + + + + "this$0" + + + + + + - - "java.util.function.IntToDoubleFunction" + "java.util.jar.JarFile$JarEntryIterator" - - - - - + + + + + + + + "val$entries" + + + + "this$0" + + + + + + - - "java.util.function.IntToLongFunction" + "java.util.jar.JarFile$3" - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + "val$enum_" + + + + "this$0" + + + + + + - - "java.util.function.IntUnaryOperator" + "java.util.jar.JarFile$2" - - - - - - + + + + + + + "this$0" + + + + + - - "java.util.function.LongBinaryOperator" + "java.util.jar.JarFile$1" - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - "java.util.function.LongFunction" + "java.util.jar.Manifest" - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + + + + + + - - + + - - - - - "java.util.function.LongPredicate" - - - - - + + + + + + - - "java.util.function.LongSupplier" + "java.util.jar.Manifest$FastInputStream" - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - "java.util.function.LongToDoubleFunction" + "java.util.regex.MatchResult" - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - "java.util.function.LongToIntFunction" + "java.util.regex.Matcher" - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - "java.util.function.LongUnaryOperator" + "java.util.regex.Pattern$Node" - - - - + + + + + + + + + + + + + + + + + + + - + - - "java.util.function.ObjDoubleConsumer" + "java.util.regex.Pattern$CharProperty" - - - + + + + + + + + + - + - - "java.util.function.ObjIntConsumer" + "java.util.regex.Pattern$BmpCharProperty" - - - - - - + + + + + + + - - "java.util.function.ObjLongConsumer" + "java.util.regex.Pattern$VertWS" - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + - - "java.util.function.Predicate" + "java.util.regex.Pattern$Utype" - - + + + + + + + - - "java.util.function.Supplier" + "java.util.regex.Pattern$UnixDot" - - - - - + + + + + + + + + + + + + + + + + - - "java.util.function.ToDoubleFunction" + "java.util.regex.Pattern$UnixDollar" - - - + + + + - + + + + - - "java.util.function.ToIntFunction" + "java.util.regex.Pattern$UnixCaret" - - - - - + + + + + + + - - "java.util.function.ToLongFunction" + "java.util.regex.Pattern$TreeInfo" - - - - - - - - - + + + + + + + + + + + + + + + + + - - "java.util.function.UnaryOperator" + "java.util.regex.Pattern$Start" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - + + "java.util.regex.Pattern$StartS" + + + + + + + + + + + + - - - "java.util.jar.Attributes" + "java.util.regex.Pattern$SliceNode" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - + - + - "java.util.jar.Attributes$Name" + "java.util.regex.Pattern$SliceIS" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - "java.util.zip.ZipConstants" + "java.util.regex.Pattern$SliceUS" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - "java.util.zip.ZipEntry" + "java.util.regex.Pattern$SliceU" - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - "java.util.jar.JarEntry" + "java.util.regex.Pattern$SliceS" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - + + + + + - - + + "java.util.regex.Pattern$SliceI" + + + + + + + + + + + + - - - "java.util.zip.ZipFile" + "java.util.regex.Pattern$Slice" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - - - - - + + "java.util.regex.Pattern$SingleU" + + + + + + + + + + + - - - "java.util.jar.JarFile" + "java.util.regex.Pattern$SingleS" - - - - - - - - "this$0" - + + + + + + + + - - + + - "java.util.jar.JarFile$JarFileEntry" + "java.util.regex.Pattern$SingleI" - - - - - - - - - - - "this$0" - - - - + + + + + + + + + - "java.util.jar.JarFile$JarEntryIterator" + "java.util.regex.Pattern$Single" - - - - - - - - "val$entries" - - - - "this$0" - - - - + + + + + + + + + - "java.util.jar.JarFile$3" + "java.util.regex.Pattern$Script" - - - - - - - - "val$enum_" - - - - "this$0" - + + + + + + + + + + + + + + - - + + - "java.util.jar.JarFile$2" + "java.util.regex.Pattern$Ques" - - - - - - - "this$0" - + + + + + + + + + + + + + - + - "java.util.jar.JarFile$1" + "java.util.regex.Pattern$Prolog" - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - + + + + - - - "java.util.jar.Manifest" + "java.util.regex.Pattern$Pos" - - - - - - - - + + + + - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - + - "java.util.jar.Manifest$FastInputStream" + "java.util.regex.Pattern$NotBehind" - - - - - - - - - - - + + + + + + + + + - - - - - - - - - + + - "java.util.regex.MatchResult" + "java.util.regex.Pattern$NotBehindS" - - - - - - - - - - - - + + + - - - - + + + + + + + + + + "java.util.regex.Pattern$Neg" + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - + + - - - - - - - - - - - - - - - - - - - - - + - - - - + + + - - - - - - + + + + + + + - - - + + + + "java.util.regex.Pattern$Loop" + + + + + + + + - - + + + + + + + "java.util.regex.Pattern$LineEnding" + + + + + + + + + + + + - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + "java.util.regex.Pattern$LazyLoop" + + + + + + + + + + + + - "java.util.regex.Matcher" + "java.util.regex.Pattern$LastNode" - - + + + - - + + + "java.util.regex.Pattern$LastMatch" + + + + + + + - - + - "java.util.regex.Pattern$Node" + "java.util.regex.Pattern$HorizWS" - + - + + + - - + + + + + + + + + + "java.util.regex.Pattern$GroupTail" + + + + + @@ -77390,61 +76454,132 @@ + - + - "java.util.regex.Pattern$CharProperty" + "java.util.regex.Pattern$GroupRef" - - + + + + + + + + + - + - "java.util.regex.Pattern$BmpCharProperty" + "java.util.regex.Pattern$GroupHead" - - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - "java.util.regex.Pattern$VertWS" + "java.util.regex.Pattern$GroupCurly" - - - + + + + + - - + + + + + + - + - "java.util.regex.Pattern$Utype" + "java.util.regex.Pattern$First" - + + + + + + + + + + + "java.util.regex.Pattern$End" + + + + @@ -77452,11 +76587,11 @@ - "java.util.regex.Pattern$UnixDot" + "java.util.regex.Pattern$Dot" - + @@ -77474,11 +76609,11 @@ - "java.util.regex.Pattern$UnixDollar" + "java.util.regex.Pattern$Dollar" - + @@ -77486,25 +76621,64 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - "java.util.regex.Pattern$UnixCaret" + "java.util.regex.Pattern$Curly" - - - - - - - + + + + + + + + + + + - "java.util.regex.Pattern$TreeInfo" + "java.util.regex.Pattern$Ctype" - + @@ -77516,300 +76690,408 @@ - - + + + + + + - "java.util.regex.Pattern$Start" + "java.util.regex.Pattern$Conditional" - - + + + + + + + + + + + + + + + "java.util.regex.Pattern$CIBackRef" + + + + + + + + + + "java.util.regex.Pattern$CharPropertyNames" + + + + + + + - + - "java.util.regex.Pattern$StartS" + "java.util.regex.Pattern$CharPropertyNames$CloneableProperty" - - - - - - - + + - + - "java.util.regex.Pattern$SliceNode" + "java.util.regex.Pattern$CharPropertyNames$CharPropertyFactory" - - - + + + + + + + + "java.util.regex.Pattern$CharPropertyNames$9" + + + + + + - - - + + + + + "java.util.regex.Pattern$CharPropertyNames$8" + + + + + + - - + + + + "java.util.regex.Pattern$CharPropertyNames$7" + + + + + + + + + + + + "java.util.regex.Pattern$CharPropertyNames$6" + + + + + + + + + "java.util.regex.Pattern$CharPropertyNames$5" + + + + + + + + + "val$p" + - + - "java.util.regex.Pattern$SliceIS" + "java.util.regex.Pattern$CharPropertyNames$4" - - - - - - + + + + + + "val$ctype" + - + - "java.util.regex.Pattern$SliceUS" + "java.util.regex.Pattern$CharPropertyNames$3" - - - - + + + - - - - - - + + - "java.util.regex.Pattern$SliceU" + "java.util.regex.Pattern$CharPropertyNames$23" - - - - + + + - - - - - - + + - "java.util.regex.Pattern$SliceS" + "java.util.regex.Pattern$CharPropertyNames$22" - - - - + + + - - - - - - + + - "java.util.regex.Pattern$SliceI" + "java.util.regex.Pattern$CharPropertyNames$21" - - - - + + + - - - - + + + + "java.util.regex.Pattern$CharPropertyNames$20" + + + + + + + + + "val$lower" + + + + "val$upper" + + + + - "java.util.regex.Pattern$Slice" + "java.util.regex.Pattern$CharPropertyNames$2" + + + + + + + + + + + + "java.util.regex.Pattern$CharPropertyNames$19" + + + + + + + + + + + + "java.util.regex.Pattern$CharPropertyNames$18" + + + + + + + + + + + + "java.util.regex.Pattern$CharPropertyNames$17" + + + + + + + + + + + + "java.util.regex.Pattern$CharPropertyNames$16" + + + + + + + + + + + + "java.util.regex.Pattern$CharPropertyNames$15" - - + + - - - - - + - "java.util.regex.Pattern$SingleU" + "java.util.regex.Pattern$CharPropertyNames$14" - - + + - - - - - + - "java.util.regex.Pattern$SingleS" + "java.util.regex.Pattern$CharPropertyNames$13" - - + + - - - - - - - + - "java.util.regex.Pattern$SingleI" + "java.util.regex.Pattern$CharPropertyNames$12" - - + + - - - - - + - "java.util.regex.Pattern$Single" + "java.util.regex.Pattern$CharPropertyNames$11" - - + + - - - - - + - "java.util.regex.Pattern$Script" + "java.util.regex.Pattern$CharPropertyNames$10" - - - - - - - - - - - - - - - - + + + + + + "val$typeMask" + + - "java.util.regex.Pattern$Ques" + "java.util.regex.Pattern$CharPropertyNames$1" - - - - + + + - - - - - - - + + + + "this$0" + - + - "java.util.regex.Pattern$Prolog" + "java.util.regex.Pattern$CharProperty$1" - - - - + + + - - - + + - + - "java.util.regex.Pattern$Pos" + "java.util.regex.Pattern$Category" - + @@ -77817,177 +77099,181 @@ - - - - - - - - - + - "java.util.regex.Pattern$NotBehind" + "java.util.regex.Pattern$Caret" - - + + - - - - - - + + + + + - "java.util.regex.Pattern$NotBehindS" + "java.util.regex.Pattern$BranchConn" - + + + + + - - + + + + + + + + + + - "java.util.regex.Pattern$Neg" + "java.util.regex.Pattern$Branch" - + - - + + + + + - - - + + - - - - - - - - - - - - - - - - - "java.util.regex.Pattern$Loop" - - - - - + - - + + + + - - + + - "java.util.regex.Pattern$LineEnding" + "java.util.regex.Pattern$Bound" - - + + + + + + - - - - - - - - - + + + + + + + + - "java.util.regex.Pattern$LazyLoop" + "java.util.regex.Pattern$BnM" - - + + - + + + + + + + + - "java.util.regex.Pattern$LastNode" + "java.util.regex.Pattern$BnMS" - - - - + + + - - - + + + + + + - "java.util.regex.Pattern$LastMatch" + "java.util.regex.Pattern$Block" - + + + + + + + - "java.util.regex.Pattern$HorizWS" + "java.util.regex.Pattern$BitClass" - + @@ -77995,65 +77281,40 @@ - - - - + + + + + - - - - "java.util.regex.Pattern$GroupTail" - - - - - - - - - - - - - - - - - - "java.util.regex.Pattern$GroupRef" + "java.util.regex.Pattern$Behind" - - + + - - + + - - - - - - "java.util.regex.Pattern$GroupHead" + "java.util.regex.Pattern$BehindS" - + @@ -78061,54 +77322,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - "java.util.regex.Pattern$GroupCurly" + "java.util.regex.Pattern$Begin" - + @@ -78120,31 +77340,17 @@ - + - + - "java.util.regex.Pattern$First" - - - - - - - - - - - - - - "java.util.regex.Pattern$End" + "java.util.regex.Pattern$BackRef" - + @@ -78152,98 +77358,83 @@ - "java.util.regex.Pattern$Dot" + "java.util.regex.Pattern$All" - - - - + + + - - - - - - - - - + + + + "val$rhs" + + + + "val$lhs" + + + + - "java.util.regex.Pattern$Dollar" + "java.util.regex.Pattern$7" - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - + + + + "val$lhs" + + + + "val$rhs" + + + + - "java.util.regex.Pattern$Curly" + "java.util.regex.Pattern$6" - - + + - - - + + + "val$lhs" + + + + "val$rhs" + + + + - "java.util.regex.Pattern$Ctype" + "java.util.regex.Pattern$5" - + @@ -78251,2505 +77442,2816 @@ - - - - - - - - - - - - - + - "java.util.regex.Pattern$Conditional" + "java.util.regex.Pattern$4" - - - - + + + - - - - - - - - - + + + + "val$lower" + + + + "val$upper" + + + + "this$0" + + + + - - "java.util.regex.Pattern$CIBackRef" - - - - - - - - - - "java.util.regex.Pattern$CharPropertyNames" + "java.util.regex.Pattern$3" - + - - - - + + + + + + + "val$lower" + + + + "val$upper" + + + + "this$0" + + + + + - "java.util.regex.Pattern$CharPropertyNames$CloneableProperty" + "java.util.regex.Pattern$2" - - - - - - + + + + + + + "val$input" + + + + "this$0" + + - "java.util.regex.Pattern$CharPropertyNames$CharPropertyFactory" + "java.util.regex.Pattern$1MatcherIterator" - - + + - + + + "val$lower" + + + + "val$upper" + + + + + + - "java.util.regex.Pattern$CharPropertyNames$9" + "java.util.regex.Pattern$1" - - - - - - - + + + + + + + + + + + + + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$8" - + + "java.util.regex.UnicodeProp" - - - - - + + + + "java.util.regex.UnicodeProp$9" + + + + "java.util.regex.UnicodeProp$8" + + + + "java.util.regex.UnicodeProp$7" + + + + "java.util.regex.UnicodeProp$6" + + + + "java.util.regex.UnicodeProp$5" + + + + "java.util.regex.UnicodeProp$4" + + + + "java.util.regex.UnicodeProp$3" + + + + "java.util.regex.UnicodeProp$2" + + + + "java.util.regex.UnicodeProp$19" + + + + "java.util.regex.UnicodeProp$18" + + + + "java.util.regex.UnicodeProp$17" + + + + "java.util.regex.UnicodeProp$16" + + + + "java.util.regex.UnicodeProp$15" + + + + "java.util.regex.UnicodeProp$14" + + + + "java.util.regex.UnicodeProp$13" + + + + "java.util.regex.UnicodeProp$12" + + + + "java.util.regex.UnicodeProp$11" + + + + "java.util.regex.UnicodeProp$10" + + + + "java.util.regex.UnicodeProp$1" + + + + + - + - "java.util.regex.Pattern$CharPropertyNames$7" + "java.util.spi.LocaleServiceProvider" - - - - - - + + + + + + + + + + + + + + + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$6" + "java.util.spi.LocaleNameProvider" - - - - + + + + + + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$5" + "java.util.stream.BaseStream" - - - - - - "val$p" - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$4" + "java.util.stream.Collector" - - - - - - "val$ctype" - - - - - + + + + - "java.util.regex.Pattern$CharPropertyNames$3" - + + "java.util.stream.Collector$Characteristics" - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - "java.util.regex.Pattern$CharPropertyNames$23" - - - - - - - + + + - - - - "java.util.regex.Pattern$CharPropertyNames$22" - - - - - - - + + + - - + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$21" + "java.util.stream.DoubleStream" - - - - - - - + + + + + + + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$20" + "java.util.stream.DoubleStream$Builder" - - - - - - "val$lower" - - - - "val$upper" - + + + + + + + + "val$seed" + + + + "val$f" + - - + + - "java.util.regex.Pattern$CharPropertyNames$2" + "java.util.stream.DoubleStream$1" - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - "java.util.regex.Pattern$CharPropertyNames$19" - - - - - - - + + + - - - - "java.util.regex.Pattern$CharPropertyNames$18" - - - - - - - + + + - - + + + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$17" + "java.util.stream.IntStream" - - - + + + - - - + + + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$16" + "java.util.stream.IntStream$Builder" - - - + + + + + + + + "val$seed" + + + + "val$f" + + - - - + + + - "java.util.regex.Pattern$CharPropertyNames$15" + "java.util.stream.IntStream$1" - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$14" + "java.util.stream.LongStream" - - - - - - - + + + + + + + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$13" + "java.util.stream.LongStream$Builder" - - - - - - - + + + + + + + + "val$seed" + + + + "val$f" + + + + + + - "java.util.regex.Pattern$CharPropertyNames$12" + "java.util.stream.LongStream$1" - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - "java.util.regex.Pattern$CharPropertyNames$11" - - - - - - - + + + - - + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$10" + "java.util.stream.Stream" - - - - - - "val$typeMask" - - - + + + + - + + + + + + + + + - "java.util.regex.Pattern$CharPropertyNames$1" + "java.util.stream.Stream$Builder" - - - - - - - - - "this$0" - - - + + + + + + + + "val$seed" + + + + "val$f" + + + + - "java.util.regex.Pattern$CharProperty$1" + "java.util.stream.Stream$1" - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + - - - "java.util.regex.Pattern$Category" - - - - - - - + + + + + + + + + + + + + + - - - - - - "java.util.regex.Pattern$Caret" - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - "java.util.regex.Pattern$BranchConn" + "java.util.zip.Deflater" - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - "java.util.regex.Pattern$Branch" + "java.util.zip.Inflater" - - - - - - - - - - - - + + + + + + - - - - - - - - - - + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + - "java.util.regex.Pattern$Bound" + "java.util.zip.InflaterInputStream" - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + "this$0" + + + + - "java.util.regex.Pattern$BnM" + "java.util.zip.ZipFile$ZipFileInputStream" - - - - - - - - - + + + + + + + + + "this$0" + - - - - + + + + - "java.util.regex.Pattern$BnMS" + "java.util.zip.ZipFile$ZipFileInflaterInputStream" - - - - - - - + + + + + + + + + + "this$0" + - + - "java.util.regex.Pattern$Block" + "java.util.zip.ZipFile$ZipEntryIterator" - - - - - - - - - + + + + - - + - "java.util.regex.Pattern$BitClass" + "java.util.zip.ZipFile$1" - - - - - - - - - - - - - - - - - + + + - "java.util.regex.Pattern$Behind" - + + + - - - - - - - + + + + + + + + + - - - - - - - + + + + + + + - "java.util.regex.Pattern$BehindS" - + + "haxe.jvm.Function" + - - - - - - - - - + + - "java.util.regex.Pattern$Begin" - + + "haxe.jvm.ClosureDispatch" - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + + + + + - "java.util.regex.Pattern$BackRef" - - - - - - - - - - - - "java.util.regex.Pattern$All" - + + "haxe.jvm.Closure" + + - - - - - - - - - "val$rhs" - - - - "val$lhs" - - - - + + + + + + "haxe.jvm.VarArgs" + + + <_hx_getField public="1" set="method" line="31"> + + + + + + + <_hx_setField public="1" set="method" line="35"> + + + + + + + + - "java.util.regex.Pattern$7" - + + + "haxe.jvm.Object" + - - - - - - - - - "val$lhs" - - - - "val$rhs" - - - - - - + + + + <__hx_toString_depth expr="0" line="9" static="1"> + + + 0 + + + + <_hx_fields> + + + + <_hx_deletedAField public="1"> + + + + + <_hx_deleteField final="1" public="1" set="method" line="47"> + + + + + + + <_hx_getFields final="1" public="1" set="method" line="56"> + + + + <_hx_getField public="1" params="T" set="method" line="61" override="1"> + + + + + + + <_hx_hasField final="1" public="1" set="method" line="66"> + + + + + + + <_hx_setField public="1" set="method" line="71" override="1"> + + + + + + + + <_hx_clone final="1" public="1" set="method" line="76"> + + + + <_hx_initReflection final="1" set="method" line="84"> + + + + <_hx_getKnownFields set="method" line="90"> + + + - "java.util.regex.Pattern$6" - + + "haxe.jvm.DynamicObject" + - - - - - - - - - "val$lhs" - - - - "val$rhs" - - - - - - + + + + + + + + + + <_hx_getParameters public="1" set="method" line="38"> + + + + + + + + + + + + + + + - "java.util.regex.Pattern$5" - + + + "haxe.jvm.Enum" - - - - - - - - - + + + - "java.util.regex.Pattern$4" - + + + - - - - - - - - - - "val$lower" - - - - "val$upper" - - - - "this$0" - - - - - - - + + + + + + + - "java.util.regex.Pattern$3" - + + + - - - - - - - - + + + + - "val$lower" - - + + + + + A + B + + + + + + + + + + + A + B + + + + + - "val$upper" - - - - "this$0" - - - - - - - + + - "java.util.regex.Pattern$2" - + + A * B - - - - - - - - "val$input" - - - - "this$0" - - + + + + + + + - "java.util.regex.Pattern$1MatcherIterator" - + + A * B - - - - - - - - + + + + - "val$lower" - - + + + + + A % B + + + + + + + + + + + A % B + + + + + - "val$upper" - - - - - - + + - "java.util.regex.Pattern$1" - + + A - B - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - "java.util.regex.UnicodeProp" + + A - B - - - - "java.util.regex.UnicodeProp$9" - - - - "java.util.regex.UnicodeProp$8" - - - - "java.util.regex.UnicodeProp$7" - - - - "java.util.regex.UnicodeProp$6" - - - - "java.util.regex.UnicodeProp$5" - - - - "java.util.regex.UnicodeProp$4" - - - - "java.util.regex.UnicodeProp$3" - - - - "java.util.regex.UnicodeProp$2" - - - - "java.util.regex.UnicodeProp$19" - - - - "java.util.regex.UnicodeProp$18" - - - - "java.util.regex.UnicodeProp$17" - - - - "java.util.regex.UnicodeProp$16" - - - - "java.util.regex.UnicodeProp$15" - - - - "java.util.regex.UnicodeProp$14" - - - - "java.util.regex.UnicodeProp$13" - - - - "java.util.regex.UnicodeProp$12" - - - - "java.util.regex.UnicodeProp$11" - - - - "java.util.regex.UnicodeProp$10" - - - - "java.util.regex.UnicodeProp$1" - - - - - - - - + + + + + + + - "java.util.spi.LocaleServiceProvider" - + + A / B - - - - - - - - - - - - - - - - - - - - - - - - + +
+ + + + + - "java.util.spi.LocaleNameProvider" - + + A / B - - - - - - - - - - - - - - +
+ + + + + + - "java.util.stream.BaseStream" - + + A | B -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - "java.util.stream.Collector" - + + A | B - - - - - + + + + + + + - - "java.util.stream.Collector$Characteristics" + + A ^ B - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + A ^ B + + + + + + + + - "java.util.stream.DoubleStream" - + + - - - - - - - - - - - - - - - + + + + + + + - "java.util.stream.DoubleStream$Builder" - + + - - - - - - - - - "val$seed" - - - - "val$f" - - - - - - +
+ + + + + + - "java.util.stream.DoubleStream$1" - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + > B]]> + + + + + + + + + + + > B]]> + + + + + + + + + + + >> B]]> + + + + + + + + + + + >> B]]> + + + + + + + + + + + B]]> + + + + + + + + + + + = B]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ~A + + + + + + + + + + -A + + + + + + + + + + ++A + + + + + + + + + + A++ + + + + + + + + + + --A + + + + + + + + + + A-- + + + + + + + + - + - - - - - - - - - - - + + + A + B + + + + + + + + + + + A + B + + + + + - - + - - - - - - + + + A * B + + + + + + + - - - - - + + + A * B + + + + + - + - - - - + + + A % B + + + + + + + + + + + A % B + + + + + + + + + + A - B + + + + + + + + + + + A - B + + + + + - + - - - - - - - + + + A / B + + +
+ + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + A / B + +
+ + + - + + + + + A | B + + + + + + + + + + + A | B + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.util.stream.IntStream" - - -
- - - - - - - - + + + A ^ B + + + + + + + + + + + A ^ B + + + + + - + - - - - - "java.util.stream.IntStream$Builder" - - - - - - - - - - - "val$seed" - - - - "val$f" - - - - - - - - "java.util.stream.IntStream$1" - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + + + + + + + - - - - - - - + + + > B]]> + + + + + + + - - - - - - - + + + > B]]> + + + + + + + - - - - - - - + + + >> B]]> + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + >> B]]> + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.util.stream.LongStream" - - - - - - - - - - - - - + + + B]]> + +
+ + + + + - - - - - "java.util.stream.LongStream$Builder" - - - - - - - - - - - "val$seed" - - - - "val$f" - - - - - - - - "java.util.stream.LongStream$1" - - - - - - - - - - - - - - - - - - - - + + + = B]]> + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + + + + + + - - - - - - - + + + ~A + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + -A + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + ++A + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.util.stream.Stream" - - - - - - - - - - - - - + + + A++ + + + + + + - - - - - "java.util.stream.Stream$Builder" - - + + + --A + + + + + + + + + + A-- + + - - - - - - - - "val$seed" - - - - "val$f" - - - - - - + + + - "java.util.stream.Stream$1" - + + + - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - "java.util.zip.Deflater" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.util.zip.Inflater" - - - - - - - - - + + - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - "java.util.zip.InflaterInputStream" - - - - - - - - - - - - - - - - - - - - - - - - - - - "this$0" - - - - - - - - "java.util.zip.ZipFile$ZipFileInputStream" - - - - - - - - - - - - "this$0" - - - - - + + + - - - - "java.util.zip.ZipFile$ZipFileInflaterInputStream" - - - - - - - - - - - - - "this$0" - - - - - - - "java.util.zip.ZipFile$ZipEntryIterator" - - - - - - - - - - - - "java.util.zip.ZipFile$1" - - - - - - - - - - - - - - - - - - - - - - - - - - - A lock-free queue implementation - - "haxe.java.vm.AtomicList" - - - - - - - - - - - - "haxe.java.vm.AtomicNode" - - - - - - - - - - - - - - - - - "haxe.java.vm.Gc" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "haxe.jvm.Function" - - - - - - - - "haxe.jvm.ClosureDispatch" - - - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - "haxe.jvm.Closure" - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - "haxe.jvm.VarArgs" - - - <_hx_getField public="1" set="method" line="31"> - - - + + + + + + - - - <_hx_setField public="1" set="method" line="35"> - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - "haxe.jvm.Object" - - - - - - - <__hx_toString_depth expr="0" line="9" static="1"> - - - 0 - - - - <_hx_fields> - - - - <_hx_deletedAField public="1"> - - - - - <_hx_deleteField final="1" public="1" set="method" line="47"> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - <_hx_getFields final="1" public="1" set="method" line="56"> - - - - <_hx_getField public="1" params="T" set="method" line="61" override="1"> - + + + + + + + + + + + + + + + + - - - - <_hx_hasField final="1" public="1" set="method" line="66"> - + + + + + + + + + + + + + + + + + + + + + + - + - - - <_hx_setField public="1" set="method" line="71" override="1"> - + + + + + + + + + + + + - - - - - - <_hx_clone final="1" public="1" set="method" line="76"> - - - - <_hx_initReflection final="1" set="method" line="84"> - - - - <_hx_getKnownFields set="method" line="90"> - - - - - - "haxe.jvm.DynamicObject" - - - - - - - - - - <_hx_getParameters public="1" set="method" line="38"> - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - "haxe.jvm.Enum" + "java.lang.String" @@ -80843,7 +80345,7 @@ - + "RUNTIME" @@ -80853,13 +80355,193 @@ - + "RUNTIME" "haxe.jvm.annotation.EnumValueReflectionInformation" + + + + + + + + + + + + + + + + "haxe.java.io.NativeInput" + + + + + + + + + + + + + + + "haxe.java.io.NativeOutput" + + + + + + The stream on which you can read available data. By default the stream is blocking until the requested data is available, + use `setBlocking(false)` or `setTimeout` to prevent infinite waiting. + + + + The stream on which you can send data. Please note that in case the output buffer you will block while writing the data, use `setBlocking(false)` or `setTimeout` to prevent that. + + + + A custom value that can be associated with the socket. Can be used to retrieve your custom infos after a `select`. + * + + + + + + + + Closes the socket : make sure to properly close all your sockets or you will crash when you run out of file descriptors. + + + + Read the whole data available on the socket. + + *Note*: this is **not** meant to be used together with `setBlocking(false)`, + as it will always throw `haxe.io.Error.Blocked`. `input` methods should be used directly instead. + + + + + + + Write the whole data to the socket output. + + *Note*: this is **not** meant to be used together with `setBlocking(false)`, as + `haxe.io.Error.Blocked` may be thrown mid-write with no indication of how many bytes have been written. + `output.writeBytes()` should be used instead as it returns this information. + + + + + + + + Connect to the given server host/port. Throw an exception in case we couldn't successfully connect. + + + + + + + Allow the socket to listen for incoming questions. The parameter tells how many pending connections we can have until they get refused. Use `accept()` to accept incoming connections. + + + + + + + + Shutdown the socket, either for reading or writing. + + + + + + + + Bind the socket to the given host/port so it can afterwards listen for connections there. + + + + Accept a new connected client. This will return a connected socket on which you can read/write some data. + + + + + + + Return the information about the other side of a connected socket. + + + + + + + Return the information about our side of a connected socket. + + + + + + + Gives a timeout (in seconds) after which blocking socket operations (such as reading and writing) will abort and throw an exception. + + + + Block until some data is available for read on the socket. + + + + + + + Change the blocking mode of the socket. A blocking socket is the default behavior. A non-blocking socket will abort blocking operations immediately by throwing a haxe.io.Error.Blocked value. + + + + + + + Allows the socket to immediately send the data when written to its output : this will cause less ping but might increase the number of packets / data size, especially when doing a lot of small writes. + + + + Creates a new unconnected socket. + + A TCP socket class : allow you to both connect to a given server and exchange messages or start your own server and wait for connections. + + + + + + "haxe.java.net.SslSocket" + @@ -80909,15 +80591,15 @@ File information, as given by `sys.FileSystem.stat`. - - + + Returns `true` if the file or directory specified by `path` exists. - + @@ -80928,7 +80610,7 @@ If `path` is not a valid file system entry, or if it is not accessible, or if `newPath` is not accessible, an exception is thrown. - + @@ -80936,7 +80618,7 @@ Returns `FileStat` information for the file or directory specified by `path`. - + @@ -80945,7 +80627,7 @@ which is relative to the current working directory. Symlinks will be followed and the path will be normalized. - + @@ -80954,7 +80636,7 @@ which is relative to the current working directory. The path doesn't have to exist. - + @@ -80964,7 +80646,7 @@ If `path` is not a valid file system entry or if its destination is not accessible, an exception is thrown. - + @@ -80975,7 +80657,7 @@ If the directory cannot be created, an exception is thrown. - + @@ -80985,7 +80667,7 @@ If `path` does not denote a valid file, or if that file cannot be deleted, an exception is thrown. - + @@ -80996,7 +80678,7 @@ If `path` does not denote a valid directory, or if that directory cannot be deleted, an exception is thrown. - + @@ -81131,7 +80813,7 @@ - + @@ -81268,7 +80950,7 @@ See `sys.FileSystem` for the complementary file system API. - + <_eof> @@ -81292,7 +80974,7 @@ - + @@ -81327,7 +81009,7 @@ - + @@ -81396,8 +81078,8 @@ - - + + @@ -81407,7 +81089,7 @@ - + @@ -81425,7 +81107,7 @@ An address is used to represent a port on a given host ip. It is used by `sys.net.UdpSocket`. - + @@ -81718,7 +81400,7 @@ - Configure additionals certificates and private keys for Server Name Indication extension. + Configure additional certificates and private keys for Server Name Indication extension. The callback may be called during handshake to determine the certificate to use. @@ -81728,7 +81410,7 @@ A TLS socket class : allow you to both connect to a given server and exchange messages or start your own server and wait for connections. - + @@ -81781,9 +81463,9 @@ "haxe.java.vm.Condition" - + - + @@ -81792,7 +81474,7 @@ (Java,Jvm): throws `java.lang.NullPointerException` if `i` is `null`. - + @@ -81801,7 +81483,7 @@ (Java,Jvm): throws `java.lang.NullPointerException` if `i` is `null`. - + @@ -81814,7 +81496,7 @@ Otherwise, execution blocks until an element is available and returns it. - + Create a new Deque instance which is initially empty. @@ -81861,7 +81543,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -81906,7 +81588,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -82037,7 +81719,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -82133,7 +81815,7 @@ { msg : "Event loop is not available. Refer to sys.thread.Thread.runWithEventLoop." } - + @@ -82149,7 +81831,7 @@ Try to lock the semaphore. If the value of the semaphore is zero, `false` is returned, else the value is increased. - If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timout expires. + If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timeout expires. `timeout` is in seconds. @@ -82169,104 +81851,104 @@ "haxe.java.vm.Semaphore" - - + + - + - <_new get="inline" set="null" line="40" static="1"> + <_new get="inline" set="null" line="39" static="1"> - + - - + + - + - + - + - + - + - + - + - <_new get="inline" set="null" line="40" static="1"> + <_new get="inline" set="null" line="39" static="1"> - + - - + + - + - + - + - + - + - + - + - <_new public="1" get="inline" set="null" line="174" static="1"> + <_new public="1" get="inline" set="null" line="173" static="1"> @@ -82274,7 +81956,7 @@ - <_new public="1" get="inline" set="null" line="174" static="1"> + <_new public="1" get="inline" set="null" line="173" static="1"> @@ -82282,7 +81964,7 @@ - + diff --git a/xml/hxb_lazy_type_restore/lua.xml b/xml/hxb_lazy_type_restore/lua.xml index cdf2c6c203b2..603f669c40c5 100644 --- a/xml/hxb_lazy_type_restore/lua.xml +++ b/xml/hxb_lazy_type_restore/lua.xml @@ -2077,7 +2077,7 @@ Leading whitespaces are ignored. - `x` may optionally start with a + or - to denote a postive or negative value respectively. + `x` may optionally start with a + or - to denote a positive or negative value respectively. If the optional sign is followed 0x or 0X, hexadecimal notation is recognized where the following digits may contain 0-9 and A-F. Both the prefix and digits are case insensitive. @@ -2360,7 +2360,7 @@ is performed within `this` String. In either case, the returned position is relative to the beginning of `this` String. - If `startIndex` is negative, the result is unspecifed. + If `startIndex` is negative, the result is unspecified. If `str` cannot be found, -1 is returned. @@ -2896,8 +2896,10 @@ - Gives the most precise timestamp value available (in seconds), - but only accounts for the actual time spent running on the CPU for the current thread/process. + Returns CPU time consumed by the current process or thread, measured in seconds. + This value only includes the actual time the CPU has actively spent executing + instructions for the process/thread and excludes idle or sleep time. The precision + and behavior may vary depending on the platform and underlying implementation. @@ -2992,7 +2994,7 @@ - Changes the current time locale, which will affect `DateTools.format` date formating. + Changes the current time locale, which will affect `DateTools.format` date formatting. Returns `true` if the locale was successfully changed. @@ -4730,7 +4732,7 @@ Removes a child from the Document or Element. - Returns true if the child was successfuly removed. + Returns true if the child was successfully removed. @@ -7388,7 +7390,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -7896,7 +7898,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -8365,7 +8367,7 @@ - + @@ -9034,7 +9036,7 @@ - + Measures the time it takes to execute `f`, in seconds with fractions. @@ -10843,7 +10845,7 @@ - + @@ -10884,14 +10886,14 @@ - - + + cast 3 - + @@ -10955,14 +10957,14 @@ - - + + cast 3 - + @@ -11091,7 +11093,7 @@ ("display/diagnostics")]]> - TODO documentation + The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project. @@ -11373,7 +11375,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -11446,7 +11448,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -13471,7 +13473,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -13504,7 +13506,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -15866,10 +15868,6 @@ - - - - @@ -18382,7 +18380,7 @@ - + An exception that carry position information of a place where it was created. @@ -18397,7 +18395,7 @@ - + An exception that is thrown when an invalid value provided for an argument of a function. @@ -18408,7 +18406,7 @@ - + { message : "Not implemented" } @@ -20007,7 +20005,7 @@ - Dot paths of modules or packages to be exluded from the archive. + Dot paths of modules or packages to be excluded from the archive. @@ -20614,7 +20612,7 @@ This exception is raised when reading while data is no longer available in the `haxe.io.Input`. - The IO is set into nonblocking mode and some data cannot be read or written + The IO is set into non-blocking mode and some data cannot be read or written An integer value is outside its allowed range An operation on Bytes is outside of its valid range @@ -27355,11 +27353,11 @@ Embed a JavaScript or Lua file at compile time (can be called by `--macro` or within an `__init__` method). - + Gets the current hxb writer configuration, if any. - + @@ -27388,7 +27386,7 @@ - + cast "top" @@ -27397,7 +27395,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -27408,7 +27406,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -27421,7 +27419,7 @@ - + cast "top" @@ -27430,7 +27428,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -27441,7 +27439,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -27927,7 +27925,7 @@ - Metadata associatied with the variable, if available. + Metadata associated with the variable, if available. @@ -28108,7 +28106,7 @@ Represents a `try`-expression with related catches. - + A `return` or `return e` expression. A `break` expression. @@ -28212,6 +28210,16 @@ Sub is set on module sub-type access: `pack.Module.Type` has `name = "Module"`, `sub = "Type"`, if available. + + + + The position of the dot-path itself, without type parameters. + + + + + The full position of the type path, including type parameters. + @@ -28404,7 +28412,7 @@ - + Represents a variable field type. @@ -28415,7 +28423,7 @@ - + Represents a property with getter and setter field type. Represents the field type in the AST. @@ -28470,7 +28478,7 @@ Represents an enum kind. Represents a structure kind. - + @@ -28519,7 +28527,7 @@ Child error messages, if any. - + @@ -28719,7 +28727,7 @@ - select the current classe + select the current class @@ -28983,99 +28991,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -29083,11 +29091,11 @@ { printPackage : true } - + - + @@ -29099,11 +29107,11 @@ { prefix : "" } - + - + @@ -29111,7 +29119,10 @@ { tabString : "\t" } This class provides some utility methods to convert elements from the - macro context to a human-readable String representation. + macro context to a human-readable String representation. + + This is only guaranteed to work with data that corresponds to valid Haxe + syntax. @@ -29821,7 +29832,7 @@ - A variable of property, depending on the `read` and `write` values. + A variable or property, depending on the `read` and `write` values. @@ -30126,6 +30137,10 @@ The metadata of the variable. + + + Whether the variable is a local static variable + The unique ID of the variable. @@ -30886,25 +30901,21 @@ Returns the metadata that were declared for the given type (class or enum) - - - - - + - + Returns the metadata that were declared for the given class static fields - + @@ -30945,7 +30956,7 @@ - + @@ -34163,7 +34174,7 @@ - Changes the current time locale, which will affect `DateTools.format` date formating. + Changes the current time locale, which will affect `DateTools.format` date formatting. Returns `true` if the locale was successfully changed. @@ -2834,8 +2834,10 @@ - Gives the most precise timestamp value available (in seconds), - but only accounts for the actual time spent running on the CPU for the current thread/process. + Returns CPU time consumed by the current process or thread, measured in seconds. + This value only includes the actual time the CPU has actively spent executing + instructions for the process/thread and excludes idle or sleep time. The precision + and behavior may vary depending on the platform and underlying implementation. @@ -4561,7 +4563,7 @@ Removes a child from the Document or Element. - Returns true if the child was successfuly removed. + Returns true if the child was successfully removed. @@ -7598,7 +7600,7 @@ - + @@ -7612,7 +7614,7 @@ - + @@ -8742,7 +8744,7 @@ - Changes owneship of the file at the given path. + Changes ownership of the file at the given path. @@ -8758,7 +8760,7 @@ - Changes owneship of the file at the given path. without dereferencing symlinks. + Changes ownership of the file at the given path. without dereferencing symlinks. @@ -8774,7 +8776,7 @@ - Changes owneship of the file. + Changes ownership of the file. @@ -9269,7 +9271,7 @@ - Changes owneship of the file at the given path. + Changes ownership of the file at the given path. @@ -9285,7 +9287,7 @@ - Changes owneship of the file at the given path. without dereferencing symlinks. + Changes ownership of the file at the given path. without dereferencing symlinks. @@ -9301,7 +9303,7 @@ - Changes owneship of the file. + Changes ownership of the file. @@ -9596,7 +9598,7 @@ eval.luv.File.chown - Changes owneship of the file at the given path. + Changes ownership of the file at the given path. @@ -9606,7 +9608,7 @@ eval.luv.File.lchown - Changes owneship of the file at the given path. without dereferencing symlinks. + Changes ownership of the file at the given path. without dereferencing symlinks. @@ -9616,7 +9618,7 @@ eval.luv.File.fchown - Changes owneship of the file. + Changes ownership of the file. Synchronous version of `eval.luv.File` API @@ -9746,7 +9748,7 @@ - + @@ -9783,7 +9785,7 @@ - + @@ -11052,7 +11054,7 @@ calls its callback, there may be file descriptors in the pipe, in addition to the ordinary data provided to the callback. - To check, call this function `eval.luv.Pipe.recieveHandle` in a loop until + To check, call this function `eval.luv.Pipe.receiveHandle` in a loop until it returns `NONE`. Each time it returns `TCP(associate)` or `PIPE(associate)`, create an appropriate handle using either `eval.luv.TCP.init` or `eval.uv.Pipe.init`, and call `associate` to receive the file descriptor and associate it with handle. @@ -11150,7 +11152,7 @@ calls its callback, there may be file descriptors in the pipe, in addition to the ordinary data provided to the callback. - To check, call this function `eval.luv.Pipe.recieveHandle` in a loop until + To check, call this function `eval.luv.Pipe.receiveHandle` in a loop until it returns `NONE`. Each time it returns `TCP(associate)` or `PIPE(associate)`, create an appropriate handle using either `eval.luv.TCP.init` or `eval.uv.Pipe.init`, and call `associate` to receive the file descriptor and associate it with handle. @@ -11361,7 +11363,7 @@ - + @@ -11452,7 +11454,7 @@ - + @@ -11583,12 +11585,14 @@ Evaluates to the load average. - - Evaluates to the amount of free memory, in bytes. + + Evaluates to the amount of free memory, in bytes. + Returns `null` when unknown. - - Evaluates to the total amount of memory, in bytes. + + Evaluates to the total amount of memory, in bytes. + Returns `null` when unknown. @@ -15512,7 +15516,7 @@ - The major GC speed is computed from this parameter. This is the memory that will be "wasted" because the GC does not immediatly collect unreachable blocks. It is expressed as a percentage of the memory used for live data. The GC will work more (use more CPU time and collect blocks more eagerly) if space_overhead is smaller. Default: 80. + The major GC speed is computed from this parameter. This is the memory that will be "wasted" because the GC does not immediately collect unreachable blocks. It is expressed as a percentage of the memory used for live data. The GC will work more (use more CPU time and collect blocks more eagerly) if space_overhead is smaller. Default: 80. @@ -18315,7 +18319,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -18823,7 +18827,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -19291,7 +19295,7 @@ - + Outputs `v` in a platform-dependent way. @@ -19966,7 +19970,7 @@ - + Measures the time it takes to execute `f`, in seconds with fractions. @@ -20716,7 +20720,7 @@ Calculates the Adler32 of the given Bytes. - The IO is set into nonblocking mode and some data cannot be read or written + The IO is set into non-blocking mode and some data cannot be read or written An integer value is outside its allowed range An operation on Bytes is outside of its valid range @@ -21447,7 +21451,7 @@ - + @@ -21488,14 +21492,14 @@ - - + + cast 3 - + @@ -21559,14 +21563,14 @@ - - + + cast 3 - + @@ -21695,7 +21699,7 @@ ("display/diagnostics")]]> - TODO documentation + The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project. @@ -21977,7 +21981,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -22050,7 +22054,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -24075,7 +24079,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -24108,7 +24112,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -26470,10 +26474,6 @@ - - - - @@ -28888,7 +28888,7 @@ - + An exception that carry position information of a place where it was created. @@ -28903,7 +28903,7 @@ - + An exception that is thrown when an invalid value provided for an argument of a function. @@ -28914,7 +28914,7 @@ - + { message : "Not implemented" } @@ -30513,7 +30513,7 @@ - Dot paths of modules or packages to be exluded from the archive. + Dot paths of modules or packages to be excluded from the archive. @@ -37893,11 +37893,11 @@ @see https://haxe.org/manual/lf-condition-compilation.html - + Gets the current hxb writer configuration, if any. - + @@ -37926,7 +37926,7 @@ - + cast "top" @@ -37935,7 +37935,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -37946,7 +37946,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -37959,7 +37959,7 @@ - + cast "top" @@ -37968,7 +37968,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -37979,7 +37979,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -38664,7 +38664,7 @@ is done running initialization macros, when typing begins. `onAfterInitMacros` should be used to delay typer-dependant code from - your initalization macros, to properly separate configuration phase and + your initialization macros, to properly separate configuration phase and actual typing. @@ -39365,7 +39365,7 @@ - Metadata associatied with the variable, if available. + Metadata associated with the variable, if available. @@ -39546,7 +39546,7 @@ Represents a `try`-expression with related catches. - + A `return` or `return e` expression. A `break` expression. @@ -39650,6 +39650,16 @@ Sub is set on module sub-type access: `pack.Module.Type` has `name = "Module"`, `sub = "Type"`, if available. + + + + The position of the dot-path itself, without type parameters. + + + + + The full position of the type path, including type parameters. + @@ -39842,7 +39852,7 @@ - + Represents a variable field type. @@ -39853,7 +39863,7 @@ - + Represents a property with getter and setter field type. Represents the field type in the AST. @@ -39908,7 +39918,7 @@ Represents an enum kind. Represents a structure kind. - + @@ -39957,7 +39967,7 @@ Child error messages, if any. - + @@ -40157,7 +40167,7 @@ - select the current classe + select the current class @@ -40421,99 +40431,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -40521,11 +40531,11 @@ { printPackage : true } - + - + @@ -40537,11 +40547,11 @@ { prefix : "" } - + - + @@ -40549,7 +40559,10 @@ { tabString : "\t" } This class provides some utility methods to convert elements from the - macro context to a human-readable String representation. + macro context to a human-readable String representation. + + This is only guaranteed to work with data that corresponds to valid Haxe + syntax. @@ -41259,7 +41272,7 @@ - A variable of property, depending on the `read` and `write` values. + A variable or property, depending on the `read` and `write` values. @@ -41564,6 +41577,10 @@ The metadata of the variable. + + + Whether the variable is a local static variable + The unique ID of the variable. @@ -42324,25 +42341,21 @@ Returns the metadata that were declared for the given type (class or enum) - - - - - + - + Returns the metadata that were declared for the given class static fields - + @@ -42383,7 +42396,7 @@ - + @@ -45261,7 +45274,7 @@ - Configure additionals certificates and private keys for Server Name Indication extension. + Configure additional certificates and private keys for Server Name Indication extension. The callback may be called during handshake to determine the certificate to use. @@ -45411,7 +45424,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -45456,7 +45469,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -45689,7 +45702,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -45805,7 +45818,7 @@ Try to lock the semaphore. If the value of the semaphore is zero, `false` is returned, else the value is increased. - If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timout expires. + If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timeout expires. `timeout` is in seconds. diff --git a/xml/hxb_lazy_type_restore/neko.xml b/xml/hxb_lazy_type_restore/neko.xml index bb62b7fa144f..2c750c97a804 100644 --- a/xml/hxb_lazy_type_restore/neko.xml +++ b/xml/hxb_lazy_type_restore/neko.xml @@ -2429,7 +2429,7 @@ Leading whitespaces are ignored. - `x` may optionally start with a + or - to denote a postive or negative value respectively. + `x` may optionally start with a + or - to denote a positive or negative value respectively. If the optional sign is followed 0x or 0X, hexadecimal notation is recognized where the following digits may contain 0-9 and A-F. Both the prefix and digits are case insensitive. @@ -2651,7 +2651,7 @@ is performed within `this` String. In either case, the returned position is relative to the beginning of `this` String. - If `startIndex` is negative, the result is unspecifed. + If `startIndex` is negative, the result is unspecified. If `str` cannot be found, -1 is returned. @@ -3278,7 +3278,7 @@ - Reads a module from a name and using the specified seach path and loader. + Reads a module from a name and using the specified search path and loader. The module is initialized but has not yet been executed. @@ -3437,7 +3437,7 @@ - Each Module has an export table which can be useful to transfert + Each Module has an export table which can be useful to transfer values between modules. @@ -3742,7 +3742,7 @@ - Changes the current time locale, which will affect `DateTools.format` date formating. + Changes the current time locale, which will affect `DateTools.format` date formatting. Returns `true` if the locale was successfully changed. @@ -3804,8 +3804,10 @@ - Gives the most precise timestamp value available (in seconds), - but only accounts for the actual time spent running on the CPU for the current thread/process. + Returns CPU time consumed by the current process or thread, measured in seconds. + This value only includes the actual time the CPU has actively spent executing + instructions for the process/thread and excludes idle or sleep time. The precision + and behavior may vary depending on the platform and underlying implementation. @@ -5649,7 +5651,7 @@ Removes a child from the Document or Element. - Returns true if the child was successfuly removed. + Returns true if the child was successfully removed. @@ -8595,7 +8597,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -9103,7 +9105,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -9571,7 +9573,7 @@ - + Outputs `v` in a platform-dependent way. @@ -10272,7 +10274,7 @@ - + Measures the time it takes to execute `f`, in seconds with fractions. @@ -11912,7 +11914,7 @@ - + @@ -11953,14 +11955,14 @@ - - + + cast 3 - + @@ -12024,14 +12026,14 @@ - - + + cast 3 - + @@ -12160,7 +12162,7 @@ ("display/diagnostics")]]> - TODO documentation + The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project. @@ -12442,7 +12444,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -12515,7 +12517,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -14540,7 +14542,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -14573,7 +14575,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -16935,10 +16937,6 @@ - - - - @@ -19484,7 +19482,7 @@ - + An exception that carry position information of a place where it was created. @@ -19499,7 +19497,7 @@ - + An exception that is thrown when an invalid value provided for an argument of a function. @@ -19510,7 +19508,7 @@ - + { message : "Not implemented" } @@ -21113,7 +21111,7 @@ - Dot paths of modules or packages to be exluded from the archive. + Dot paths of modules or packages to be excluded from the archive. @@ -21754,7 +21752,7 @@ This exception is raised when reading while data is no longer available in the `haxe.io.Input`. - The IO is set into nonblocking mode and some data cannot be read or written + The IO is set into non-blocking mode and some data cannot be read or written An integer value is outside its allowed range An operation on Bytes is outside of its valid range @@ -28604,7 +28602,7 @@ Usage of this function outside of initialization macros is deprecated and may cause compilation server issues. - + @@ -28623,6 +28621,8 @@ If you want to specify a different set of paths to search for modules, you can use the optional argument `classPath`. + Usage of this function outside of initialization macros is deprecated and may cause compilation server issues. + @param pack The package dot-path as String. Use `''` to include the root package. @param rec If true, recursively adds all sub-packages. @param ignore Array of module names to ignore for inclusion. @@ -28631,14 +28631,14 @@ Note that if you pass this argument, only the specified paths will be used for inclusion. @param strict If true and given package wasn't found in any of class paths, fail with an error. - + Exclude a class or an enum without changing it to `@:nativeGen`. - + @@ -28651,14 +28651,14 @@ @param pack The package dot-path as String. Use `''` to exclude the root package. @param rec If true, recursively excludes all sub-packages. - + Exclude classes and enums listed in an extern file (one per line) from being generated. - + @@ -28681,7 +28681,7 @@ @param paths An Array of package, module or sub-type dot paths to keep. @param recursive If true, recurses into sub-packages for package paths. - + @@ -28694,7 +28694,7 @@ @param path A package, module or sub-type dot path to enable null safety for. @param recursive If true, recurses into sub-packages for package paths. - + @@ -28717,7 +28717,7 @@ This operation has no effect if the type has already been loaded, e.g. through `Context.getType`. - + @@ -28727,7 +28727,7 @@ - + @@ -28736,7 +28736,7 @@ Reference a json file describing user-defined metadata See https://github.com/HaxeFoundation/haxe/blob/development/src-json/meta.json - + @@ -28745,15 +28745,15 @@ Reference a json file describing user-defined defines See https://github.com/HaxeFoundation/haxe/blob/development/src-json/define.json - + - Register a custom medatada for documentation and completion purposes + Register a custom metadata for documentation and completion purposes - + @@ -28761,7 +28761,7 @@ Register a custom define for documentation purposes - + @@ -28771,20 +28771,20 @@ Change the default JS output by using a custom generator callback - + - + Clears cached results of file lookups - + Gets the current hxb writer configuration, if any. - + @@ -28813,7 +28813,7 @@ - + cast "top" @@ -28822,7 +28822,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -28833,7 +28833,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -28846,7 +28846,7 @@ - + cast "top" @@ -28855,7 +28855,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -28866,7 +28866,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -29551,7 +29551,7 @@ is done running initialization macros, when typing begins. `onAfterInitMacros` should be used to delay typer-dependant code from - your initalization macros, to properly separate configuration phase and + your initialization macros, to properly separate configuration phase and actual typing. @@ -30177,7 +30177,7 @@ - Metadata associatied with the variable, if available. + Metadata associated with the variable, if available. @@ -30358,7 +30358,7 @@ Represents a `try`-expression with related catches. - + A `return` or `return e` expression. A `break` expression. @@ -30462,6 +30462,16 @@ Sub is set on module sub-type access: `pack.Module.Type` has `name = "Module"`, `sub = "Type"`, if available. + + + + The position of the dot-path itself, without type parameters. + + + + + The full position of the type path, including type parameters. + @@ -30654,7 +30664,7 @@ - + Represents a variable field type. @@ -30665,7 +30675,7 @@ - + Represents a property with getter and setter field type. Represents the field type in the AST. @@ -30720,7 +30730,7 @@ Represents an enum kind. Represents a structure kind. - + @@ -30769,7 +30779,7 @@ Child error messages, if any. - + @@ -30969,7 +30979,7 @@ - select the current classe + select the current class @@ -31233,99 +31243,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -31333,11 +31343,11 @@ { printPackage : true } - + - + @@ -31349,11 +31359,11 @@ { prefix : "" } - + - + @@ -31361,7 +31371,10 @@ { tabString : "\t" } This class provides some utility methods to convert elements from the - macro context to a human-readable String representation. + macro context to a human-readable String representation. + + This is only guaranteed to work with data that corresponds to valid Haxe + syntax. @@ -32071,7 +32084,7 @@ - A variable of property, depending on the `read` and `write` values. + A variable or property, depending on the `read` and `write` values. @@ -32376,6 +32389,10 @@ The metadata of the variable. + + + Whether the variable is a local static variable + The unique ID of the variable. @@ -33136,25 +33153,21 @@ Returns the metadata that were declared for the given type (class or enum) - - - - - + - + Returns the metadata that were declared for the given class static fields - + @@ -33195,7 +33208,7 @@ - + @@ -37204,7 +37217,7 @@ - Configure additionals certificates and private keys for Server Name Indication extension. + Configure additional certificates and private keys for Server Name Indication extension. The callback may be called during handshake to determine the certificate to use. @@ -37375,7 +37388,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -37420,7 +37433,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -37551,7 +37564,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -37686,7 +37699,7 @@ Try to lock the semaphore. If the value of the semaphore is zero, `false` is returned, else the value is increased. - If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timout expires. + If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timeout expires. `timeout` is in seconds. diff --git a/xml/hxb_lazy_type_restore/php.xml b/xml/hxb_lazy_type_restore/php.xml index b53beecf6454..a935d0e6365c 100644 --- a/xml/hxb_lazy_type_restore/php.xml +++ b/xml/hxb_lazy_type_restore/php.xml @@ -2634,7 +2634,7 @@ Leading whitespaces are ignored. - `x` may optionally start with a + or - to denote a postive or negative value respectively. + `x` may optionally start with a + or - to denote a positive or negative value respectively. If the optional sign is followed 0x or 0X, hexadecimal notation is recognized where the following digits may contain 0-9 and A-F. Both the prefix and digits are case insensitive. @@ -2924,7 +2924,7 @@ is performed within `this` String. In either case, the returned position is relative to the beginning of `this` String. - If `startIndex` is negative, the result is unspecifed. + If `startIndex` is negative, the result is unspecified. If `str` cannot be found, -1 is returned. @@ -3788,7 +3788,7 @@ @see http://php.net/manual/en/function.php-strip-whitespace.php + + + @see http://php.net/manual/en/function.posix-getgid.php + + + + @see http://php.net/manual/en/function.posix-getpid.php + + + + @see http://php.net/manual/en/function.posix-getuid.php + + + + + + + @see http://php.net/manual/en/function.posix-setgid.php + + + + + + + @see http://php.net/manual/en/function.posix-setuid.php + This class contains externs for native PHP functions defined in global namespace. For native PHP constants in global namespace see `php.Const`. @@ -7910,7 +7936,7 @@ - Changes the current time locale, which will affect `DateTools.format` date formating. + Changes the current time locale, which will affect `DateTools.format` date formatting. Returns `true` if the locale was successfully changed. @@ -7970,8 +7996,10 @@ - Gives the most precise timestamp value available (in seconds), - but only accounts for the actual time spent running on the CPU for the current thread/process. + Returns CPU time consumed by the current process or thread, measured in seconds. + This value only includes the actual time the CPU has actively spent executing + instructions for the process/thread and excludes idle or sleep time. The precision + and behavior may vary depending on the platform and underlying implementation. @@ -9726,7 +9754,7 @@ Removes a child from the Document or Element. - Returns true if the child was successfuly removed. + Returns true if the child was successfully removed. @@ -12440,7 +12468,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -12948,7 +12976,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -13439,7 +13467,7 @@ - + Outputs `v` in a platform-dependent way. @@ -14136,7 +14164,7 @@ - + Measures the time it takes to execute `f`, in seconds with fractions. @@ -15382,7 +15410,7 @@ - + @@ -15423,14 +15451,14 @@ - - + + cast 3 - + @@ -15494,14 +15522,14 @@ - - + + cast 3 - + @@ -15630,7 +15658,7 @@ ("display/diagnostics")]]> - TODO documentation + The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project. @@ -15912,7 +15940,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -15985,7 +16013,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -18010,7 +18038,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -18043,7 +18071,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -20405,10 +20433,6 @@ - - - - @@ -22852,7 +22876,7 @@ - + An exception that carry position information of a place where it was created. @@ -22867,7 +22891,7 @@ - + An exception that is thrown when an invalid value provided for an argument of a function. @@ -22878,7 +22902,7 @@ - + { message : "Not implemented" } @@ -24479,7 +24503,7 @@ - Dot paths of modules or packages to be exluded from the archive. + Dot paths of modules or packages to be excluded from the archive. @@ -25251,7 +25275,7 @@ This exception is raised when reading while data is no longer available in the `haxe.io.Input`. - The IO is set into nonblocking mode and some data cannot be read or written + The IO is set into non-blocking mode and some data cannot be read or written An integer value is outside its allowed range An operation on Bytes is outside of its valid range @@ -31932,11 +31956,11 @@ @see https://haxe.org/manual/lf-condition-compilation.html - + Gets the current hxb writer configuration, if any. - + @@ -31965,7 +31989,7 @@ - + cast "top" @@ -31974,7 +31998,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -31985,7 +32009,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -31998,7 +32022,7 @@ - + cast "top" @@ -32007,7 +32031,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -32018,7 +32042,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -32504,7 +32528,7 @@ - Metadata associatied with the variable, if available. + Metadata associated with the variable, if available. @@ -32685,7 +32709,7 @@ Represents a `try`-expression with related catches. - + A `return` or `return e` expression. A `break` expression. @@ -32789,6 +32813,16 @@ Sub is set on module sub-type access: `pack.Module.Type` has `name = "Module"`, `sub = "Type"`, if available. + + + + The position of the dot-path itself, without type parameters. + + + + + The full position of the type path, including type parameters. + @@ -32981,7 +33015,7 @@ - + Represents a variable field type. @@ -32992,7 +33026,7 @@ - + Represents a property with getter and setter field type. Represents the field type in the AST. @@ -33047,7 +33081,7 @@ Represents an enum kind. Represents a structure kind. - + @@ -33096,7 +33130,7 @@ Child error messages, if any. - + @@ -33296,7 +33330,7 @@ - select the current classe + select the current class @@ -33560,99 +33594,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -33660,11 +33694,11 @@ { printPackage : true } - + - + @@ -33676,11 +33710,11 @@ { prefix : "" } - + - + @@ -33688,7 +33722,10 @@ { tabString : "\t" } This class provides some utility methods to convert elements from the - macro context to a human-readable String representation. + macro context to a human-readable String representation. + + This is only guaranteed to work with data that corresponds to valid Haxe + syntax. @@ -34398,7 +34435,7 @@ - A variable of property, depending on the `read` and `write` values. + A variable or property, depending on the `read` and `write` values. @@ -34703,6 +34740,10 @@ The metadata of the variable. + + + Whether the variable is a local static variable + The unique ID of the variable. @@ -35463,22 +35504,18 @@ Returns the metadata that were declared for the given type (class or enum) - - - - - + - + Returns the metadata that were declared for the given class static fields - + @@ -35519,7 +35556,7 @@ - + @@ -37177,7 +37214,7 @@ - + @@ -43725,7 +43762,7 @@ - Configure additionals certificates and private keys for Server Name Indication extension. + Configure additional certificates and private keys for Server Name Indication extension. The callback may be called during handshake to determine the certificate to use. diff --git a/xml/hxb_lazy_type_restore/python.xml b/xml/hxb_lazy_type_restore/python.xml index edcf2a1fafbd..23d78a4f4422 100644 --- a/xml/hxb_lazy_type_restore/python.xml +++ b/xml/hxb_lazy_type_restore/python.xml @@ -2165,7 +2165,7 @@ Leading whitespaces are ignored. - `x` may optionally start with a + or - to denote a postive or negative value respectively. + `x` may optionally start with a + or - to denote a positive or negative value respectively. If the optional sign is followed 0x or 0X, hexadecimal notation is recognized where the following digits may contain 0-9 and A-F. Both the prefix and digits are case insensitive. @@ -2454,7 +2454,7 @@ is performed within `this` String. In either case, the returned position is relative to the beginning of `this` String. - If `startIndex` is negative, the result is unspecifed. + If `startIndex` is negative, the result is unspecified. If `str` cannot be found, -1 is returned. @@ -3320,7 +3320,7 @@ - Changes the current time locale, which will affect `DateTools.format` date formating. + Changes the current time locale, which will affect `DateTools.format` date formatting. Returns `true` if the locale was successfully changed. @@ -3366,8 +3366,10 @@ - Gives the most precise timestamp value available (in seconds), - but only accounts for the actual time spent running on the CPU for the current thread/process. + Returns CPU time consumed by the current process or thread, measured in seconds. + This value only includes the actual time the CPU has actively spent executing + instructions for the process/thread and excludes idle or sleep time. The precision + and behavior may vary depending on the platform and underlying implementation. @@ -5115,7 +5117,7 @@ Removes a child from the Document or Element. - Returns true if the child was successfuly removed. + Returns true if the child was successfully removed. @@ -8335,7 +8337,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -8843,7 +8845,7 @@ - Performs signed integer divison of `dividend` by `divisor`. + Performs signed integer division of `dividend` by `divisor`. Returns `{ quotient : Int64, modulus : Int64 }`. @@ -9284,7 +9286,7 @@ - + Outputs `v` in a platform-dependent way. @@ -10114,7 +10116,7 @@ - + Measures the time it takes to execute `f`, in seconds with fractions. @@ -11766,7 +11768,7 @@ - + @@ -11807,14 +11809,14 @@ - - + + cast 3 - + @@ -11878,14 +11880,14 @@ - - + + cast 3 - + @@ -12014,7 +12016,7 @@ ("display/diagnostics")]]> - TODO documentation + The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project. @@ -12296,7 +12298,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -12369,7 +12371,7 @@ The field is declared on a parent type, such as: - - a super class field that is not overriden + - a super class field that is not overridden - a forwarded abstract field @@ -14394,7 +14396,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -14427,7 +14429,7 @@ - Find references to the base field and all the overidding fields in the inheritance chain. + Find references to the base field and all the overriding fields in the inheritance chain. @@ -16789,10 +16791,6 @@ - - - - @@ -19041,7 +19039,7 @@ - + An exception that carry position information of a place where it was created. @@ -19056,7 +19054,7 @@ - + An exception that is thrown when an invalid value provided for an argument of a function. @@ -19067,7 +19065,7 @@ - + { message : "Not implemented" } @@ -20666,7 +20664,7 @@ - Dot paths of modules or packages to be exluded from the archive. + Dot paths of modules or packages to be excluded from the archive. @@ -21277,7 +21275,7 @@ This exception is raised when reading while data is no longer available in the `haxe.io.Input`. - The IO is set into nonblocking mode and some data cannot be read or written + The IO is set into non-blocking mode and some data cannot be read or written An integer value is outside its allowed range An operation on Bytes is outside of its valid range @@ -28017,11 +28015,11 @@ @see https://haxe.org/manual/lf-condition-compilation.html - + Gets the current hxb writer configuration, if any. - + @@ -28050,7 +28048,7 @@ - + cast "top" @@ -28059,7 +28057,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -28070,7 +28068,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -28083,7 +28081,7 @@ - + cast "top" @@ -28092,7 +28090,7 @@ Prepend the file content to the output file. - + cast "closure" @@ -28103,7 +28101,7 @@ Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible. - + cast "inline" @@ -28589,7 +28587,7 @@ - Metadata associatied with the variable, if available. + Metadata associated with the variable, if available. @@ -28770,7 +28768,7 @@ Represents a `try`-expression with related catches. - + A `return` or `return e` expression. A `break` expression. @@ -28874,6 +28872,16 @@ Sub is set on module sub-type access: `pack.Module.Type` has `name = "Module"`, `sub = "Type"`, if available. + + + + The position of the dot-path itself, without type parameters. + + + + + The full position of the type path, including type parameters. + @@ -29066,7 +29074,7 @@ - + Represents a variable field type. @@ -29077,7 +29085,7 @@ - + Represents a property with getter and setter field type. Represents the field type in the AST. @@ -29132,7 +29140,7 @@ Represents an enum kind. Represents a structure kind. - + @@ -29181,7 +29189,7 @@ Child error messages, if any. - + @@ -29381,7 +29389,7 @@ - select the current classe + select the current class @@ -29645,99 +29653,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -29745,11 +29753,11 @@ { printPackage : true } - + - + @@ -29761,11 +29769,11 @@ { prefix : "" } - + - + @@ -29773,7 +29781,10 @@ { tabString : "\t" } This class provides some utility methods to convert elements from the - macro context to a human-readable String representation. + macro context to a human-readable String representation. + + This is only guaranteed to work with data that corresponds to valid Haxe + syntax. @@ -30483,7 +30494,7 @@ - A variable of property, depending on the `read` and `write` values. + A variable or property, depending on the `read` and `write` values. @@ -30788,6 +30799,10 @@ The metadata of the variable. + + + Whether the variable is a local static variable + The unique ID of the variable. @@ -31548,25 +31563,21 @@ Returns the metadata that were declared for the given type (class or enum) - - - - - + - + Returns the metadata that were declared for the given class static fields - + @@ -31607,7 +31618,7 @@ - + @@ -37647,7 +37658,7 @@ - "Use python.lib.socket.Adress instead" + "Use python.lib.socket.Address instead" @@ -39197,7 +39208,7 @@ - Configure additionals certificates and private keys for Server Name Indication extension. + Configure additional certificates and private keys for Server Name Indication extension. The callback may be called during handshake to determine the certificate to use. @@ -39325,7 +39336,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -39370,7 +39381,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -39501,7 +39512,7 @@ Initiates a shutdown. - All previousely submitted tasks will be executed, but no new tasks will + All previously submitted tasks will be executed, but no new tasks will be accepted. Multiple calls to this method have no effect. @@ -39618,7 +39629,7 @@ Try to lock the semaphore. If the value of the semaphore is zero, `false` is returned, else the value is increased. - If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timout expires. + If `timeout` is specified, this function will block until the thread is able to acquire the semaphore, or the timeout expires. `timeout` is in seconds.