src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
79 <p> 79 <p>
80 Module function to return the date. 80 Module function to return the date.
81 </p> 81 </p>
82 <dl> 82 <dl>
83 83
84 <dt><i>seconds</i></dt> 84 <dt><i>seconds</i> (float or int)</dt>
85 <dd> 85 <dd>
86 time in seconds since epoch to be formatted (float or long) 86 time in seconds since epoch to be formatted
87 </dd> 87 </dd>
88 </dl> 88 </dl>
89 <dl> 89 <dl>
90 <dt>Return:</dt> 90 <dt>Return:</dt>
91 <dd> 91 <dd>
92 date (QDate) 92 date
93 </dd>
94 </dl>
95 <dl>
96 <dt>Return Type:</dt>
97 <dd>
98 QDate
93 </dd> 99 </dd>
94 </dl> 100 </dl>
95 <div align="right"><a href="#top">Up</a></div> 101 <div align="right"><a href="#top">Up</a></div>
96 <hr /> 102 <hr />
97 <hr /> 103 <hr />
102 <p> 108 <p>
103 Module function to return a formatted time string. 109 Module function to return a formatted time string.
104 </p> 110 </p>
105 <dl> 111 <dl>
106 112
107 <dt><i>seconds</i></dt> 113 <dt><i>seconds</i> (float or int)</dt>
108 <dd> 114 <dd>
109 time in seconds since epoch to be formatted (float or long) 115 time in seconds since epoch to be formatted
110 </dd> 116 </dd>
111 </dl> 117 </dl>
112 <dl> 118 <dl>
113 <dt>Return:</dt> 119 <dt>Return:</dt>
114 <dd> 120 <dd>
115 formatted time string (string) 121 formatted time string
122 </dd>
123 </dl>
124 <dl>
125 <dt>Return Type:</dt>
126 <dd>
127 str
116 </dd> 128 </dd>
117 </dl> 129 </dl>
118 <div align="right"><a href="#top">Up</a></div> 130 <div align="right"><a href="#top">Up</a></div>
119 <hr /> 131 <hr />
120 <hr /> 132 <hr />
126 Module function to get the filename of the config file. 138 Module function to get the filename of the config file.
127 </p> 139 </p>
128 <dl> 140 <dl>
129 <dt>Return:</dt> 141 <dt>Return:</dt>
130 <dd> 142 <dd>
131 filename of the config file (string) 143 filename of the config file
144 </dd>
145 </dl>
146 <dl>
147 <dt>Return Type:</dt>
148 <dd>
149 str
132 </dd> 150 </dd>
133 </dl> 151 </dl>
134 <div align="right"><a href="#top">Up</a></div> 152 <div align="right"><a href="#top">Up</a></div>
135 <hr /> 153 <hr />
136 <hr /> 154 <hr />
142 Module function to get the filename of the servers file. 160 Module function to get the filename of the servers file.
143 </p> 161 </p>
144 <dl> 162 <dl>
145 <dt>Return:</dt> 163 <dt>Return:</dt>
146 <dd> 164 <dd>
147 filename of the servers file (string) 165 filename of the servers file
166 </dd>
167 </dl>
168 <dl>
169 <dt>Return Type:</dt>
170 <dd>
171 str
148 </dd> 172 </dd>
149 </dl> 173 </dl>
150 <div align="right"><a href="#top">Up</a></div> 174 <div align="right"><a href="#top">Up</a></div>
151 <hr /> 175 <hr />
152 </body></html> 176 </body></html>

eric ide

mercurial