Skip to content

Commit

Permalink
import xml doc of development (a9d039d1df4faf23133038d15773d376942a9431)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxe-ci committed Aug 9, 2024
1 parent c64a196 commit f8dcd35
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 50 deletions.
65 changes: 16 additions & 49 deletions xml/development/cpp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -712,55 +712,36 @@
<class path="DateTools" params="" file="/home/runner/work/haxe/haxe/std/DateTools.hx">
<DAY_SHORT_NAMES expr="[&quot;Sun&quot;, &quot;Mon&quot;, &quot;Tue&quot;, &quot;Wed&quot;, &quot;Thu&quot;, &quot;Fri&quot;, &quot;Sat&quot;]" line="35" static="1">
<c path="Array"><c path="String"/></c>
<meta>
<m n=":value"><e>["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]</e></m>
<m n=":keep"/>
</meta>
<meta><m n=":value"><e>["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]</e></m></meta>
</DAY_SHORT_NAMES>
<DAY_NAMES expr="[&quot;Sunday&quot;, &quot;Monday&quot;, &quot;Tuesday&quot;, &quot;Wednesday&quot;, &quot;Thursday&quot;, &quot;Friday&quot;, &quot;Saturday&quot;]" line="36" static="1">
<c path="Array"><c path="String"/></c>
<meta>
<m n=":value"><e>["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]</e></m>
<m n=":keep"/>
</meta>
<meta><m n=":value"><e>["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]</e></m></meta>
</DAY_NAMES>
<MONTH_SHORT_NAMES expr="[&quot;Jan&quot;, &quot;Feb&quot;, &quot;Mar&quot;, &quot;Apr&quot;, &quot;May&quot;, &quot;Jun&quot;, &quot;Jul&quot;, &quot;Aug&quot;, &quot;Sep&quot;, &quot;Oct&quot;, &quot;Nov&quot;, &quot;Dec&quot;]" line="37" static="1">
<c path="Array"><c path="String"/></c>
<meta>
<m n=":value"><e>["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]</e></m>
<m n=":keep"/>
</meta>
<meta><m n=":value"><e>["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]</e></m></meta>
</MONTH_SHORT_NAMES>
<MONTH_NAMES expr="[&quot;January&quot;, &quot;February&quot;, &quot;March&quot;, &quot;April&quot;, &quot;May&quot;, &quot;June&quot;, &quot;July&quot;, &quot;August&quot;, &quot;September&quot;, &quot;October&quot;, &quot;November&quot;, &quot;December&quot;]" line="40" static="1">
<c path="Array"><c path="String"/></c>
<meta>
<m n=":value"><e>["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]</e></m>
<m n=":keep"/>
</meta>
<meta><m n=":value"><e>["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]</e></m></meta>
</MONTH_NAMES>
<__format_get set="method" line="44" static="1">
<f a="d:e">
<c path="Date"/>
<c path="String"/>
<c path="String"/>
</f>
<meta><m n=":keep"/></meta>
</__format_get>
<__format set="method" line="105" static="1">
<f a="d:f">
<c path="Date"/>
<c path="String"/>
<c path="String"/>
</f>
<meta><m n=":keep"/></meta>
</__format>
<__format_get set="method" line="44" static="1"><f a="d:e">
<c path="Date"/>
<c path="String"/>
<c path="String"/>
</f></__format_get>
<__format set="method" line="105" static="1"><f a="d:f">
<c path="Date"/>
<c path="String"/>
<c path="String"/>
</f></__format>
<format public="1" set="method" line="144" static="1">
<f a="d:f">
<c path="Date"/>
<c path="String"/>
<c path="String"/>
</f>
<meta><m n=":keep"/></meta>
<haxe_doc>Format the date `d` according to the format `f`. The format is
compatible with the `strftime` standard format, except that there is no
support in Flash and JS for day and months names (due to lack of proper
Expand All @@ -787,25 +768,20 @@
<x path="Float"/>
<c path="Date"/>
</f>
<meta><m n=":keep"/></meta>
<haxe_doc>Returns the result of adding timestamp `t` to Date `d`.

This is a convenience function for calling
`Date.fromTime(d.getTime() + t)`.</haxe_doc>
</delta>
<DAYS_OF_MONTH expr="[31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]" line="164" static="1">
<c path="Array"><x path="Int"/></c>
<meta>
<m n=":value"><e>[31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]</e></m>
<m n=":keep"/>
</meta>
<meta><m n=":value"><e>[31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]</e></m></meta>
</DAYS_OF_MONTH>
<getMonthDays public="1" set="method" line="171" static="1">
<f a="d">
<c path="Date"/>
<x path="Int"/>
</f>
<meta><m n=":keep"/></meta>
<haxe_doc>Returns the number of days in the month of Date `d`.

This method handles leap years.</haxe_doc>
Expand All @@ -815,31 +791,27 @@
<x path="Float"/>
<x path="Float"/>
</f>
<meta><m n=":keep"/></meta>
<haxe_doc>Converts a number of seconds to a timestamp.</haxe_doc>
</seconds>
<minutes public="1" get="inline" set="null" line="192" static="1">
<f a="n">
<x path="Float"/>
<x path="Float"/>
</f>
<meta><m n=":keep"/></meta>
<haxe_doc>Converts a number of minutes to a timestamp.</haxe_doc>
</minutes>
<hours public="1" get="inline" set="null" line="199" static="1">
<f a="n">
<x path="Float"/>
<x path="Float"/>
</f>
<meta><m n=":keep"/></meta>
<haxe_doc>Converts a number of hours to a timestamp.</haxe_doc>
</hours>
<days public="1" get="inline" set="null" line="206" static="1">
<f a="n">
<x path="Float"/>
<x path="Float"/>
</f>
<meta><m n=":keep"/></meta>
<haxe_doc>Converts a number of days to a timestamp.</haxe_doc>
</days>
<parse public="1" set="method" line="213" static="1">
Expand All @@ -853,7 +825,6 @@
<days><x path="Int"/></days>
</a>
</f>
<meta><m n=":keep"/></meta>
<haxe_doc>Separate a date-time into several components</haxe_doc>
</parse>
<make public="1" set="method" line="235" static="1">
Expand All @@ -867,7 +838,6 @@
</a>
<x path="Float"/>
</f>
<meta><m n=":keep"/></meta>
<haxe_doc>Build a date-time from several components</haxe_doc>
</make>
<makeUtc public="1" set="method" line="243" static="1">
Expand All @@ -880,10 +850,7 @@
<x path="Int"/>
<x path="Float"/>
</f>
<meta>
<m n=":has_untyped"/>
<m n=":keep"/>
</meta>
<meta><m n=":has_untyped"/></meta>
<haxe_doc>Retrieve Unix timestamp value from Date components. Takes same argument sequence as the Date constructor.</haxe_doc>
</makeUtc>
<haxe_doc>The DateTools class contains some extra functionalities for handling `Date`
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": "b9090683af70c6b7e40d2b676f29308a72119859",
"commit": "a9d039d1df4faf23133038d15773d376942a9431",
"branch": "development"
}

0 comments on commit f8dcd35

Please sign in to comment.