autodoc.git
/
traditional_manual
/
chapter_21.html
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional_manual/chapter_21.html:10024:
<dd><p><code><span class='datatype'>inherit .module.ANY</span> : <span class='inherit'>ANY</span></code></p></dd> </dl> </dd></dl></dd></dl></dd></dl><dl><dt><h2 class='header'>Module <b class='ms datatype'>Builtin</b></h2> </dt><dd> <hr /> <dl class='group--doc'> <dt class='head--type'><span class='homogen--type'>Method</span> <span class='homogen--name'><b>_get_setter</b></span> </dt>
-
<dd><p><code><code class='datatype'>function</code>(<code class='object unresolved'>mixed_void</code>:<code class='datatype void'>void</code>) <b><span class='method'>_get_setter</span>(</b><code class='datatype'>object</code> <code class='argument'>o</code>, <code class='datatype'>string</code> <code class='argument'>varname</code><b>)</b></code></p></dd>
+
<dd><p><code><code class='datatype'>function</code>(<code class='object unresolved'>mixed_void</code>:<code class='datatype void'>void</code>)
|<code
class='datatype'>zero
<
/code> <
b><span class='method'>_get_setter</span>(</b><code class='datatype'>object</code> <code class='argument'>o</code>, <code class='datatype'>string</code> <code class='argument'>varname</code><b>)</b></code></p></dd>
<dt class='head--doc'>Description</dt> <dd class='body--doc'><p>Get a setter for the variable named <code>varname</code> in object <code>o</code>.</p> </dd> <dt class='head--doc'>Returns</dt> <dd class='body--doc'><p>Returns a <code>Setter()->`()()</code> for the variable if it exists, and <code class='expr'>UNDEFINED</code> otherwise.</p> </dd> <dt class='head--doc'>See also</dt> <dd class='body--doc'><p><code>object_variablep()</code></p>
autodoc.git/traditional_manual/chapter_21.html:51373:
<dt class='head--doc'>Description</dt> <dd class='body--doc'><p>A wrapper for the system struct tm time keeping structure. This can be used as a (very) lightweight alternative to Calendar.</p> </dd></dl> <hr /> <dl class='group--doc'> <dt class='head--type'><span class='homogen--type'>Method</span> <span class='homogen--name'><b>asctime</b></span> </dt>
-
<dd><p><code><code class='datatype'>string</code> <b><span class='method'>asctime</span>(</b><b>)</b></code></p></dd>
+
<dd><p><code><code class='datatype'>string</code>
|<code
class='datatype'>zero
<
/code> <
b><span class='method'>asctime</span>(</b><b>)</b></code></p></dd>
<dt class='head--doc'>Description</dt> <dd class='body--doc'><p>Return a string representing the time. Mostly useful for debug purposes, the exact format is very locale (see <code>Gettext.setlocale</code>) and OS dependent.</p> </dd></dl> <hr /> <dl class='group--doc'>
autodoc.git/traditional_manual/chapter_21.html:51602:
<dd class='body--doc'><p>The day of the year, from 0 (the first day) to 365 This is calculated from the other fields and can not be changed directly.</p> </dd></dl> <hr /> <dl class='group--doc'> <dt class='head--type'><span class='homogen--type'>Variable</span> <span class='homogen--name'><b>zone</b></span> </dt>
-
<dd><p><code><code class='datatype'>string</code> System.TM.<b><span class='variable'>zone</span></b></code></p></dd>
+
<dd><p><code><code class='datatype'>string</code>
|<code
class='datatype'>zero</code>
System.TM.<b><span class='variable'>zone</span></b></code></p></dd>
<dt class='head--doc'>Description</dt> <dd class='body--doc'><p>The timezone of this structure</p> </dd></dl> </dd></dl><dl><dt><h2 class='header'>Class <b class='ms datatype'>System.Time</b></h2> </dt><dd><dl class='group--doc'> <dt class='head--doc'>Description</dt> <dd class='body--doc'><p>The current time as a structure containing a sec and a usec member.</p> </dd></dl>