--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html Thu May 25 19:52:31 2023 +0200 @@ -105,28 +105,12 @@ </dl> <a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a> <h4>SvnStatusMonitorThread.__clientLoginCallback</h4> -<b>__clientLoginCallback</b>(<i>realm, username, may_save</i>) +<b>__clientLoginCallback</b>(<i></i>) <p> Private method called by the client to get login information. </p> <dl> - -<dt><i>realm</i></dt> -<dd> -name of the realm of the requested credentials (string) -</dd> -<dt><i>username</i></dt> -<dd> -username as supplied by subversion (string) -</dd> -<dt><i>may_save</i></dt> -<dd> -flag indicating, that subversion is willing to save - the answers returned (boolean) -</dd> -</dl> -<dl> <dt>Return:</dt> <dd> tuple of four values (retcode, username, password, save). @@ -138,20 +122,13 @@ </dl> <a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a> <h4>SvnStatusMonitorThread.__clientSslServerTrustPromptCallback</h4> -<b>__clientSslServerTrustPromptCallback</b>(<i>trust_dict</i>) +<b>__clientSslServerTrustPromptCallback</b>(<i></i>) <p> Private method called by the client to request acceptance for a ssl server certificate. </p> <dl> - -<dt><i>trust_dict</i></dt> -<dd> -dictionary containing the trust data -</dd> -</dl> -<dl> <dt>Return:</dt> <dd> tuple of three values (retcode, acceptedFailures, save).