Skip to content

Commit

Permalink
import xml doc of development (b6e55bf266b5470dff6125f22e33350f0afe76d7)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxe-ci committed Oct 25, 2023
1 parent 4591571 commit 75cead4
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 12 deletions.
4 changes: 3 additions & 1 deletion xml/development/cpp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<mSeconds>
<x path="Float"/>
Expand Down
4 changes: 3 additions & 1 deletion xml/development/cs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<fromNative get="inline" set="null" line="159" static="1"><f a="d">
<c path="cs.system.DateTime"/>
Expand Down
4 changes: 3 additions & 1 deletion xml/development/flash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<getTime public="1" set="method">
<f a=""><x path="Float"/></f>
Expand Down
4 changes: 3 additions & 1 deletion xml/development/hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<date_new set="method" line="162" static="1">
<f a="year:month:day:hours:minutes:seconds">
Expand Down
2 changes: 1 addition & 1 deletion xml/development/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"commit": "27eaca2803409ea67e1df02d2cad2bdc202ed8c5",
"commit": "b6e55bf266b5470dff6125f22e33350f0afe76d7",
"branch": "development"
}
4 changes: 3 additions & 1 deletion xml/development/java.xml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<date><c path="java.util.Calendar"/></date>
<dateUTC><c path="java.util.Calendar"/></dateUTC>
Expand Down
4 changes: 3 additions & 1 deletion xml/development/js.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<getTime public="1" set="method">
<f a=""><x path="Float"/></f>
Expand Down
4 changes: 3 additions & 1 deletion xml/development/lua.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<d><t path="lua.DateType"/></d>
<dUTC><t path="lua.DateType"/></dUTC>
Expand Down
4 changes: 3 additions & 1 deletion xml/development/macro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<getTime public="1" set="method">
<f a=""><x path="Float"/></f>
Expand Down
4 changes: 3 additions & 1 deletion xml/development/neko.xml
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<new1 set="method" line="117" static="1"><f a="t">
<d/>
Expand Down
4 changes: 3 additions & 1 deletion xml/development/php.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<__t><x path="Float"/></__t>
<getTime public="1" set="method" line="33">
Expand Down
4 changes: 3 additions & 1 deletion xml/development/python.xml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,9 @@
- `"hh:mm:ss"`

The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.</haxe_doc>
relative to the UTC epoch.

If `s` does not match these formats, the result is unspecified.</haxe_doc>
</fromString>
<date><c path="python.lib.datetime.Datetime"/></date>
<dateUTC><c path="python.lib.datetime.Datetime"/></dateUTC>
Expand Down

0 comments on commit 75cead4

Please sign in to comment.