--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html Sat Dec 23 15:40:23 2023 +0100 @@ -100,9 +100,9 @@ </p> <dl> -<dt><i>log</i></dt> +<dt><i>log</i> (str)</dt> <dd> -optional log message (string) +optional log message </dd> </dl> <a NAME="SvnDialogMixin._cancel" ID="SvnDialogMixin._cancel"></a> @@ -125,6 +125,12 @@ flag indicating a cancellation </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="SvnDialogMixin._clientLogCallback" ID="SvnDialogMixin._clientLogCallback"></a> <h4>SvnDialogMixin._clientLogCallback</h4> <b>_clientLogCallback</b>(<i></i>) @@ -135,7 +141,13 @@ <dl> <dt>Return:</dt> <dd> -a flag indicating success and the log message (string) +a flag indicating success and the log message +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="SvnDialogMixin._clientLoginCallback" ID="SvnDialogMixin._clientLoginCallback"></a> @@ -147,18 +159,18 @@ </p> <dl> -<dt><i>realm</i></dt> +<dt><i>realm</i> (str)</dt> <dd> -name of the realm of the requested credentials (string) +name of the realm of the requested credentials </dd> -<dt><i>username</i></dt> +<dt><i>username</i> (str)</dt> <dd> -username as supplied by subversion (string) +username as supplied by subversion </dd> -<dt><i>may_save</i></dt> +<dt><i>may_save</i> (bool)</dt> <dd> flag indicating, that subversion is willing to save - the answers returned (boolean) + the answers returned </dd> </dl> <dl> @@ -171,6 +183,12 @@ password should be saved. </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (bool, str, str, bool) +</dd> +</dl> <a NAME="SvnDialogMixin._clientSslServerTrustPromptCallback" ID="SvnDialogMixin._clientSslServerTrustPromptCallback"></a> <h4>SvnDialogMixin._clientSslServerTrustPromptCallback</h4> <b>_clientSslServerTrustPromptCallback</b>(<i>trust_dict</i>) @@ -181,7 +199,7 @@ </p> <dl> -<dt><i>trust_dict</i></dt> +<dt><i>trust_dict</i> (dict)</dt> <dd> dictionary containing the trust data </dd> @@ -190,11 +208,17 @@ <dt>Return:</dt> <dd> tuple of three values (retcode, acceptedFailures, save). - Retcode should be true, if the certificate should be accepted, + Retcode should be True, if the certificate should be accepted, acceptedFailures should indicate the accepted certificate failures and save should be True, if subversion should save the certificate. </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (bool, list of str, bool) +</dd> +</dl> <a NAME="SvnDialogMixin._reset" ID="SvnDialogMixin._reset"></a> <h4>SvnDialogMixin._reset</h4> <b>_reset</b>(<i></i>)