src/eric7/Documentation/Source/eric7.EricNetwork.EricUrlInfo.html

branch
eric7
changeset 10423
299802979277
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricUrlInfo.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricUrlInfo.html	Tue Dec 19 19:57:08 2023 +0100
@@ -190,7 +190,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-group (string)
+group
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="EricUrlInfo.isDir" ID="EricUrlInfo.isDir"></a>
@@ -203,7 +209,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a directory (boolean)
+flag indicating a directory
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricUrlInfo.isExecutable" ID="EricUrlInfo.isExecutable"></a>
@@ -216,7 +228,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating executable (boolean)
+flag indicating executable
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricUrlInfo.isFile" ID="EricUrlInfo.isFile"></a>
@@ -229,7 +247,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a file (boolean)
+flag indicating a file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricUrlInfo.isReadable" ID="EricUrlInfo.isReadable"></a>
@@ -242,7 +266,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating readable (boolean)
+flag indicating readable
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricUrlInfo.isSymLink" ID="EricUrlInfo.isSymLink"></a>
@@ -255,7 +285,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a symbolic link (boolean)
+flag indicating a symbolic link
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricUrlInfo.isValid" ID="EricUrlInfo.isValid"></a>
@@ -268,7 +304,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating validity (boolean)
+flag indicating validity
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricUrlInfo.isWritable" ID="EricUrlInfo.isWritable"></a>
@@ -281,7 +323,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating writable (boolean)
+flag indicating writable
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricUrlInfo.lastModified" ID="EricUrlInfo.lastModified"></a>
@@ -294,7 +342,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-last modified date and time (QDateTime)
+last modified date and time
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QDateTime
 </dd>
 </dl>
 <a NAME="EricUrlInfo.lastRead" ID="EricUrlInfo.lastRead"></a>
@@ -307,7 +361,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-last read date and time (QDateTime)
+last read date and time
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QDateTime
 </dd>
 </dl>
 <a NAME="EricUrlInfo.name" ID="EricUrlInfo.name"></a>
@@ -320,7 +380,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name (string)
+name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="EricUrlInfo.owner" ID="EricUrlInfo.owner"></a>
@@ -333,7 +399,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-owner (string)
+owner
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="EricUrlInfo.permissions" ID="EricUrlInfo.permissions"></a>
@@ -346,7 +418,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-permissions (integer)
+permissions
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setDir" ID="EricUrlInfo.setDir"></a>
@@ -358,9 +436,9 @@
 </p>
 <dl>
 
-<dt><i>isDir</i></dt>
+<dt><i>isDir</i> (bool)</dt>
 <dd>
-flag indicating a directory (boolean)
+flag indicating a directory
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setFile" ID="EricUrlInfo.setFile"></a>
@@ -372,9 +450,9 @@
 </p>
 <dl>
 
-<dt><i>isFile</i></dt>
+<dt><i>isFile</i> (bool)</dt>
 <dd>
-flag indicating a file (boolean)
+flag indicating a file
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setGroup" ID="EricUrlInfo.setGroup"></a>
@@ -386,9 +464,9 @@
 </p>
 <dl>
 
-<dt><i>group</i></dt>
+<dt><i>group</i> (str)</dt>
 <dd>
-group to be set (string)
+group to be set
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setLastModified" ID="EricUrlInfo.setLastModified"></a>
@@ -400,9 +478,9 @@
 </p>
 <dl>
 
-<dt><i>dt</i></dt>
+<dt><i>dt</i> (QDateTime)</dt>
 <dd>
-date and time to set (QDateTime)
+date and time to set
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setLastRead" ID="EricUrlInfo.setLastRead"></a>
@@ -414,9 +492,9 @@
 </p>
 <dl>
 
-<dt><i>dt</i></dt>
+<dt><i>dt</i> (QDateTime)</dt>
 <dd>
-date and time to set (QDateTime)
+date and time to set
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setName" ID="EricUrlInfo.setName"></a>
@@ -428,9 +506,9 @@
 </p>
 <dl>
 
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
-name to be set (string)
+name to be set
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setOwner" ID="EricUrlInfo.setOwner"></a>
@@ -442,9 +520,9 @@
 </p>
 <dl>
 
-<dt><i>owner</i></dt>
+<dt><i>owner</i> (str)</dt>
 <dd>
-owner to be set (string)
+owner to be set
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setPermissions" ID="EricUrlInfo.setPermissions"></a>
@@ -456,9 +534,9 @@
 </p>
 <dl>
 
-<dt><i>permissions</i></dt>
+<dt><i>permissions</i> (int)</dt>
 <dd>
-permissions to be set (integer)
+permissions to be set
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setReadable" ID="EricUrlInfo.setReadable"></a>
@@ -470,9 +548,9 @@
 </p>
 <dl>
 
-<dt><i>isReadable</i></dt>
+<dt><i>isReadable</i> (bool)</dt>
 <dd>
-flag indicating a readable entry (boolean)
+flag indicating a readable entry
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setSize" ID="EricUrlInfo.setSize"></a>
@@ -484,9 +562,9 @@
 </p>
 <dl>
 
-<dt><i>size</i></dt>
+<dt><i>size</i> (int)</dt>
 <dd>
-size to be set (integer)
+size to be set
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setSymLink" ID="EricUrlInfo.setSymLink"></a>
@@ -498,9 +576,9 @@
 </p>
 <dl>
 
-<dt><i>isSymLink</i></dt>
+<dt><i>isSymLink</i> (bool)</dt>
 <dd>
-flag indicating a symbolic link (boolean)
+flag indicating a symbolic link
 </dd>
 </dl>
 <a NAME="EricUrlInfo.setWritable" ID="EricUrlInfo.setWritable"></a>
@@ -512,9 +590,9 @@
 </p>
 <dl>
 
-<dt><i>isWritable</i></dt>
+<dt><i>isWritable</i> (bool)</dt>
 <dd>
-flag indicating a writable entry (boolean)
+flag indicating a writable entry
 </dd>
 </dl>
 <a NAME="EricUrlInfo.size" ID="EricUrlInfo.size"></a>
@@ -527,7 +605,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-size (integer)
+size
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial