~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.VCS.vcsPySvn.SvnUtilities.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
 
3
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
4
<html><head>
 
5
<title>eric4.VCS.vcsPySvn.SvnUtilities</title>
 
6
<style>
 
7
body {
 
8
    background:white;
 
9
    margin: 0em 1em 10em 1em;
 
10
    color: black;
 
11
}
 
12
 
 
13
h1 { color: white; background: #4FA4FF; }
 
14
h2 { color: white; background: #4FA4FF; }
 
15
h3 { color: white; background: #00557F; }
 
16
h4 { color: white; background: #00557F; }
 
17
    
 
18
a { color: #AA5500; }
 
19
 
 
20
</style>
 
21
</head>
 
22
<body><a NAME="top" ID="top"></a>
 
23
<h1>eric4.VCS.vcsPySvn.SvnUtilities</h1>
 
24
<p>
 
25
Module implementing some common utility functions for the pysvn package.
 
26
</p>
 
27
<h3>Classes</h3>
 
28
<table>
 
29
<tr><td>None</td></tr>
 
30
</table>
 
31
<h3>Functions</h3>
 
32
<table>
 
33
<tr>
 
34
<td><a href="#formatTime">formatTime</a></td>
 
35
<td>Module function to return a formatted time string.</td>
 
36
</tr>
 
37
</table>
 
38
<hr /><hr />
 
39
<a NAME="formatTime" ID="formatTime"></a>
 
40
<h2>formatTime</h2>
 
41
<b>formatTime</b>(<i>seconds</i>)
 
42
<p>
 
43
    Module function to return a formatted time string.
 
44
</p><dl>
 
45
<dt><i>seconds</i></dt>
 
46
<dd>
 
47
time in seconds since epoch to be formatted (long)
 
48
</dd>
 
49
</dl><dl>
 
50
<dt>Returns:</dt>
 
51
<dd>
 
52
formatted time string (string)
 
53
</dd>
 
54
</dl>
 
55
<div align="right"><a href="#top">Up</a></div>
 
56
<hr />
 
57
</body></html>
 
 
b'\\ No newline at end of file'