Skip to content

Commit

Permalink
Документирование FSF.FarClock и far.FarClock.
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Feb 3, 2015
1 parent 9b654d5 commit 30d038b
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 0 deletions.
21 changes: 21 additions & 0 deletions enc/enc_lua/luafar_manual.tsi
Expand Up @@ -7628,6 +7628,27 @@ mtime=3602447964
</article>
</node>
<node>
id=509
lv=2
dt=Text
nm=far.FarClock
ctime=3632083312
mtime=3632117357
<article>
#_result = far.FarClock ()
#_
#_**Parameters:**
#_ none
#_
#_**Returns:**
#_ result: number
#_
#_**Far API used:**
#_ FarClock
#_
</article>
</node>
<node>
id=472
lv=2
dt=Text
Expand Down
40 changes: 40 additions & 0 deletions enc/enc_rus3.work/meta/fsf/farclock.html
@@ -0,0 +1,40 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>FSF.FarClock</title>
<meta http-equiv="Content-Type" Content="text/html; charset=Windows-1251">
<link rel="stylesheet" type="text/css" href="../../styles/styles.css">
<script language="javascript" src='../links.js' type="text/javascript"></script>
</head>
<body>

<h1>FarClock</h1>
<div class=navbar>
<a href="../index.html">ãëàâíàÿ</a> |
<a href="index.html">ñòàíäàðòíûå ôóíêöèè</a>
</div>

<div class=shortdescr>
Ôóíêöèÿ <code>FSF.FarClock</code> âîçâðàùàåò âðåìÿ (â ìèêðîñåêóíäàõ), èñòåêøåå ñ ìîìåíòà çàïóñêà ñåññèè Far Manager.
</div>

<pre class=syntax>
unsigned __int64 WINAPI FarClock();
</pre>

<h3>Ïàðàìåòðû</h3>
<div class=descr>
Íåò.
</div>

<h3>Âîçâðàùàåìîå çíà÷åíèå</h3>
<div class=descr>
Âðåìÿ (â ìèêðîñåêóíäàõ), èñòåêøåå ñ ìîìåíòà çàïóñêà ñåññèè Far Manager.
</div>

<div class=see>Ñìîòðèòå òàêæå:</div>
<div class=seecont>
</div>

</body>
</html>
4 changes: 4 additions & 0 deletions enc/enc_rus3.work/meta/fsf/index.html
Expand Up @@ -212,6 +212,10 @@
<td class="cont" width="60%">êîïèðóåò òåêñòîâóþ ñòðîêó â áóôåð îáìåíà Windows</td>
</tr>
<tr>
<td class="cont" width="40%"><a href="farclock.html">FarClock</a></td>
<td class="cont" width="60%">âîçâðàùàåò âðåìÿ (â ìèêðîñåêóíäàõ), èñòåêøåå ñ ìîìåíòà çàïóñêà ñåññèè Far Manager</td>
</tr>
<tr>
<td class="cont" width="40%"><a href="farinputrecordtoname.html">FarInputRecordToName</a></td>
<td class="cont" width="60%">êîíâåðòèðóåò êîä êëàâèø èç <a href="../winapi/input_record.html">INPUT_RECORD</a> â ñòðîêó ñ êîäàìè êëàâèø âî âíóòðåííåì ïðåäñòàâëåíèè Far Manager'à</td>
</tr>
Expand Down
Expand Up @@ -73,6 +73,7 @@ <h1>FarStandardFunctions</h1>
FARGETREPARSEPOINTINFO <a href="../fsf/getreparsepointinfo.html">GetReparsePointInfo</a>;
FARGETCURRENTDIRECTORY <a href="../fsf/getcurrentdirectory.html">GetCurrentDirectory</a>;
FARFORMATFILESIZE <a href="../fsf/formatfilesize.html">FormatFileSize</a>;
FARSTDFARCLOCK <a href="../fsf/farclock.html">FarClock</a>;
};
</pre>

Expand Down

0 comments on commit 30d038b

Please sign in to comment.