src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordManager.html

branch
eric7
changeset 10436
f6881d10e995
parent 9971
773ad1f1ed22
child 10479
856476537696
diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordManager.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordManager.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordManager.html	Fri Dec 22 17:24:07 2023 +0100
@@ -154,9 +154,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent object (QObject)
+reference to the parent object
 </dd>
 </dl>
 <a NAME="PasswordManager.__createKey" ID="PasswordManager.__createKey"></a>
@@ -168,19 +168,25 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to get the credentials for (QUrl)
+URL to get the credentials for
 </dd>
-<dt><i>realm</i></dt>
+<dt><i>realm</i> (str)</dt>
 <dd>
-realm to get the credentials for (string)
+realm to get the credentials for
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-key string (string)
+key string
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="PasswordManager.__load" ID="PasswordManager.__load"></a>
@@ -199,15 +205,21 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to be stripped (QUrl)
+URL to be stripped
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-stripped URL (QUrl)
+stripped URL
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QUrl
 </dd>
 </dl>
 <a NAME="PasswordManager.allSiteNames" ID="PasswordManager.allSiteNames"></a>
@@ -220,7 +232,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-sorted list of all site names (list of strings)
+sorted list of all site names
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="PasswordManager.clear" ID="PasswordManager.clear"></a>
@@ -246,9 +264,9 @@
 </p>
 <dl>
 
-<dt><i>page</i></dt>
+<dt><i>page</i> (WebBrowserPage)</dt>
 <dd>
-reference to the web page (WebBrowserPage)
+reference to the web page
 </dd>
 </dl>
 <a NAME="PasswordManager.formSubmitted" ID="PasswordManager.formSubmitted"></a>
@@ -291,7 +309,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the passwords file (string)
+name of the passwords file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="PasswordManager.getLogin" ID="PasswordManager.getLogin"></a>
@@ -303,19 +327,25 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to get the credentials for (QUrl)
+URL to get the credentials for
 </dd>
-<dt><i>realm</i></dt>
+<dt><i>realm</i> (str)</dt>
 <dd>
-realm to get the credentials for (string)
+realm to get the credentials for
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple containing the user name (string) and password (string)
+tuple containing the user name (string) and password
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="PasswordManager.mainPasswordChanged" ID="PasswordManager.mainPasswordChanged"></a>
@@ -327,13 +357,13 @@
 </p>
 <dl>
 
-<dt><i>oldPassword</i></dt>
+<dt><i>oldPassword</i> (str)</dt>
 <dd>
-current main password (string)
+current main password
 </dd>
-<dt><i>newPassword</i></dt>
+<dt><i>newPassword</i> (str)</dt>
 <dd>
-new main password (string)
+new main password
 </dd>
 </dl>
 <a NAME="PasswordManager.reload" ID="PasswordManager.reload"></a>
@@ -352,9 +382,9 @@
 </p>
 <dl>
 
-<dt><i>site</i></dt>
+<dt><i>site</i> (str)</dt>
 <dd>
-web site name (string)
+web site name
 </dd>
 </dl>
 <a NAME="PasswordManager.save" ID="PasswordManager.save"></a>
@@ -373,21 +403,21 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to set the credentials for (QUrl)
+URL to set the credentials for
 </dd>
-<dt><i>realm</i></dt>
+<dt><i>realm</i> (str)</dt>
 <dd>
-realm to set the credentials for (string)
+realm to set the credentials for
 </dd>
-<dt><i>username</i></dt>
+<dt><i>username</i> (str)</dt>
 <dd>
-username for the login (string)
+username for the login
 </dd>
-<dt><i>password</i></dt>
+<dt><i>password</i> (str)</dt>
 <dd>
-password for the login (string)
+password for the login
 </dd>
 </dl>
 <a NAME="PasswordManager.siteInfo" ID="PasswordManager.siteInfo"></a>
@@ -399,15 +429,21 @@
 </p>
 <dl>
 
-<dt><i>site</i></dt>
+<dt><i>site</i> (str)</dt>
 <dd>
-web site name (string)
+web site name
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple containing the user name (string) and password (string)
+tuple containing the user name (string) and password
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="PasswordManager.sitesCount" ID="PasswordManager.sitesCount"></a>
@@ -420,7 +456,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-number of sites (integer)
+number of sites
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial