💾 Archived View for cugi.ie › aminet › 1703130402.gmi captured on 2024-05-26 at 15:07:13. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
Author: Misc, OS4 port by Edgar Schwan Uploader: Edgar Schwan (https://www.schwan-clan.de / eds edgarschwan de) Type: comm/www Version: 2.1 Requires: AmigaOS 4.1 final update 2, sysvipc.library 51.4, pthreads.library 53.12 Architecture: ppc-amigaos >= 4.1.2 Date: 2023-12-20 Readme: http://aminet.net/comm/www/aamp.readme Downloads: 483
http://aminet.net/comm/www/aamp.lha
This package offers a development environment on your Amiga, with which you
can create and test your own web projects. Similar to the well-known XAMPP
package for Linux and Windows, it contains the HTTP (web) server "Apache"
with compiled-in support for the scripting language "PHP" (version 8.0.28 and
5.2.10) and the database server "MySQL" version 5.5.10. The PHP development
server (PHP 8 only) and the Subversion server "svnserve" are also included.
AAMP is not only interesting for developers. This means that web applications
can also be run locally on the Amiga. These are e.g. the database administra-
tor "phpMyAdmin" (https://www.phpmyadmin.net/) or the image manager
"Coppermine" (https://coppermine-gallery.net/) - just to name a few.
You can create your own tools with the included "php" interpreter. "PHP" is
easy to learn and with its extensions a powerful language.
Last but not least, data can be managed with the "MySQL" database server,
which can then also be accessed via the network. External programs
(e.g. IODBC) can use this server as a database backend.
Contents
--------
1. New in AAMP 2.1
2. New in AAMP 2.0
3. Packages Included
* Apache 2.2.34 (https://httpd.apache.org/)
* MySQL 5.5.10 (https://www.mysql.com/)
* PHP 8.0.28 + 5.2.10 (https://www.php.net/)
* Subversion 1.6.23 (https://subversion.apache.org/)
* Additional tools
* myApacheStarter 3.11
* mySQLcontrol 2.12
4. Starting and stopping the servers
5. Documentation
6. Important files and directories
7. Use 'php' as web server
8. Tested web applications
9. User and group definitions for Apache and MySQL
10. Problems
11. Bug reports
12. Installation
13. Donations
14. Thanks to...
1. New in AAMP 2.1
------------------
* The "AAMP-Control" tool is now available for the central administration of
all servers and settings. In addition to Apache and MySQL, it can also be
used to manage the PHP development server and the Subversion server
"svnserve". The scripts "Start_AAMP.bat" and "Stop_AAMP.bat" are now
obsolete and no longer included.
All other start and stop scripts are still included, but the use of
"AAMP-Control" is recommended.
* Update of the Apache web server from version 2.2.11 to version 2.2.34.
* The configuration of the Apache SSL module is now complete and working. So
that clients can work with it without problems, there is a selection of
CA root certificate collections in the Contrib folder, which also contain
the server's certificate. Simply replace the required file of the client or
browser.
* The package now also includes a complete package of "phpMyAdmin" in version
5.0.4. This has been patched for better compatibility with PHP 8 and is
already preconfigured. The package will be installed automatically during
the installation of AAMP.
* Optimized autostart at system start or when starting "AAMP-Control".
* Update of the CA root certificates (Mozilla certificates as of 20.11.2023).
* The default WebDAV directory is now "AAMP:Apache/uploads" and no longer
"AAMP:Apache/htdocs/dav".
* The Subversion package has been recompiled using the new Apache 2.2.34
libraries.
* Various bug fixes. For existing errors please read the section "Problems"!
2. New in AAMP 2.0
------------------
* New version 8.0.28 of PHP. Together with the new MySQL server, the latest
web applications can be used again.
The old version 5.2.10 is still included to keep older projects running.
You can switch between the two versions at any time using a script.
* Updated MySQL database server from version 5.1.35 to version 5.5.10.
* Updates of the tools "myApacheStarter" and "mySQLcontrol" - now also with
Italian and Spanish localization.
* The Subversion package including Apache's WebDAV modules is now included
and enabled by default.
* Updates of the used libraries:
- curl 7.19.7 -> curl 7.61.1
- libgcrypt 1.2.4 -> libgcrypt 1.8.2
- libgpg-error 1.4 -> libgpg-error 1.27
- libiconv 1.9.2 -> libiconv 1.17
- libpng 1.2.13 -> libpng 1.2.49
- libxml2 2.6.19 -> libxml2 2.9.14
- libxslt 1.1.14 -> libxslt 1.1.34
- openssl 1.0.0d -> openssl 1.0.2o
- PDFlib-Lite 6.0.1 -> PDFlib-Lite 7.0.5p3 (only PHP 5)
- tiff v3.4 -> tiff 3.8.2
- neon 0.29.0 -> neon 0.31.1
- sqlite 3.4.2 -> sqlite 3.9.3
- subversion 1.6.17 -> subversion 1.6.23
* Newly added libraries and tools:
- cadaver 0.23.3 (WebDAV client)
- coreutils 5.2.1 (utilities for the Unix shell)
- gmp 6.2.0 (library for arbitrary precision arithmetic)
- gnutls 3.7.3 (modern implementation of the TLS/SSL protocol)
- libtasn1 4.9 (an ASN.1 encryption library)
- libwebp 0.5.2 (library to encode and decode images in WebP format)
- nettle 3.7 (a cryptographic library)
- openldap 2.4.49 (implements LDAP directory services)
* Now includes a customized version of the ABC shell called "ampsh". This
avoids collisions with other packages that use the ABC shell, such as the
AmigaOS4 SDK or AmiCygnix.
With a script in the AAMP main directory you can start it on the workbench
and access the AAMP tools directly.
* This package is a complete rebuild of AAMP. This and extensive trouble-
shooting eliminated many problems that were still in AAMP 1.0.
* The base library "libaos4util" has been completely revised.
3. Packages Included
--------------------
This package contains several software packages and programs:
* Apache 2.2.34 (https://httpd.apache.org/)
1. The "Apache HTTP Server Project" aims to develop and maintain an open-
source HTTP server for modern operating systems such as Linux and
Windows. This includes the implementation of a secure, efficient and
extensible server that supports the HTTP protocol according to the
current HTTP standards.
Apache has become the most popular web server on the Internet since
April 1996.
These modules are compiled into Apache:
- actions_module (internal)
- alias_module (internal)
- asis_module (internal)
- auth_basic_module (internal)
- authn_default_module (internal)
- authn_file_module (internal)
- authz_default_module (internal)
- authz_groupfile_module (internal)
- authz_host_module (internal)
- authz_user_module (internal)
- autoindex_module (internal)
- cgi_module (internal)
- core_module (internal)
- dav_fs_module (internal)
- dav_lock_module (internal)
- dav_module (internal)
- dir_module (internal)
- env_module (internal)
- filter_module (internal)
- headers_module (internal)
- http_module (internal)
- imagemap_module (internal)
- include_module (internal)
- info_module (internal)
- log_config_module (internal)
- mime_module (internal)
- mpm_prefork_module (internal)
- negotiation_module (internal)
- rewrite_module (internal)
- setenvif_module (internal)
- so_module (internal - only for linking external modules statically)
- ssl_module (internal)
- status_module (internal)
- userdir_module (internal)
- php_module (external - loaded like a shared object)
- dav_svn_module (external - loaded like a shared object)
- authz_svn_module (external - loaded like a shared object)
2. These tools from Apache package are included:
- ab - Apache HTTP server benchmarking tool
- apachectl Apache HTTP Server Control Interface (Unix shell script)
- checkgid Checks for the presence of a group
- dbmmanage Manage user authentication files in DBM format
(Perl script)
- htcacheclean Clean up the disk cache
- htdbm Manipulate DBM password databases
- htdigest Manage user files for digest authentication
- htpasswd Manage user files for basic authentication
- httxt2dbm Generate dbm files for use with RewriteMap
- logresolve Resolve IP-addresses to hostnames in Apache log files
- rotatelogs Piped logging program to rotate Apache logs
The Unix man files can be found in "AAMP:Apache/man" and can be viewed
with the "Next" indicator (available on Aminet).
The "AAMP-Control" tool is recommended for starting and configuring Apache.
The previous tool "myApacheStarter" is also integrated there.
The documentation for "myApacheStarter" can be found in "AAMP:Docs". Many
thanks to Michael Christopher!
The Apache HTTP Server is a project of the Apache Software Foundation and
is licensed under the "Apache License" Version 2.0. See "LICENSE" in
"AAMP:Apache".
Important NOTE:
---------------
Although Apache has a compiled SSL module and corresponding scripts are
contained in "AAMP:Apache", the configuration for this is unfortunately
not complete. This means that "https://" cannot be used at the moment.
* MySQL 5.5.10 (https://www.mysql.com/)
MySQL is a relational database system with more than 6 million installa-
tions. MySQL stands for "My Structured Query Language". The program runs as
a server that offers multi-user access to a large number of databases.
1. Supported storage engines:
- "MyISAM": Standard engine available since MySQL 3.23 with
excellent performance.
- "MRG_MYISAM": For collections of identical MyISAM tables.
- "CSV": Storage engine in CSV file format.
- "MEMORIES": Hash based stores in memory, useful for temporary
tables.
- "PERFORMANCE_SCHEMA": Provides a way to check the internal execution of
the server at runtime.
- "InnoDB": Supports transactions, row-level locking and
foreign keys.
Is disabled by default. Unfortunately, the
function is not stable. For this reason, the
InnoDB engine should not be used.
2. Included tools:
- mysql The MySQL command-line tool
- mysql_client_test Test client API
- mysql_convert_table_format Convert tables to use a given storage
engine (perl script)
- mysql_find_rows Extract SQL statements from files (perl
script)
- mysql_fix_extensions Normalize table file name (perl script)
- mysql_install_db Initialize MySQL data directory (Unix
shell script)
- mysql_secure_installation Improve MySQL installation security
(Unix shell script)
- mysql_setpermission Interactively set permissions in grant
tables (perl script)
- mysql_tzinfo_to_sql Load the time zone tables
- mysql_upgrade Check tables for MySQL upgrade
- mysqlaccess Client for checking access privileges
(perl script)
- mysqladmin Client for administering a MySQL server
- mysqlbinlog Utility for processing binary log files
- mysqlcheck A table maintenance program
- mysqld_multi Manage multiple MySQL servers (perl script)
- mysqld_safe MySQL server startup script (Unix shell
script)
- mysqldump A database backup program
- mysqldumpslow Summarize slow query log files (perl
script)
- mysqlhotcopy A database backup program (perl script)
- mysqlimport A data import program
- mysqlshow Display database, table, and column
information
- mysqlslap Load emulation client
- mysqltest Program to run test cases
- myisam_ftdump Display full-text index information
- myisamchk MyISAM table-maintenance utility
- myisamlog Display MyISAM log file contents
- myisampack Generate compressed, read-only MyISAM
tables
- my_print_defaults Display options from option files
- msql2mysql Convert mSQL programs for use with MySQL
- perror Explain error codes
- replace A string-replacement utility
- resolveip Resolve host name to IP address or vice
versa
The Unix man files can be found in "AAMP:MySQL/man" and can be viewed
with the "Next" indicator (available on Aminet).
The "AAMP-Control" tool is recommended for starting and configuring the
MySQL server. The previous tool "mySQLcontrol" is also integrated there and
also offers the option of managing databases and tables.
The documentation for "mySQLcontrol" can be found in "AAMP:Docs". Many
thanks to Michael Christopher!
MySQL is a project of Oracle Corporation.
* PHP 8.0.28 + 5.2.10 (https://www.php.net/)
PHP is a scripting language that can be used to create dynamic websites. A
command line interpreter called "php" is included that allows these scripts
to be run directly. In addition, an interpreter is compiled into the HTTP
server Apache as an Apache module.
New in PHP 8 is that the "php" tool can also be started as a simple web
server. This can therefore be used as an alternative to Apache. See chapter
"6. Using 'php' as a web server".
In order to be able to use older projects as well, the old version
PHP 5.2.10 is included in addition to PHP 8.0.28. With the script
"PHP-Switch.bat" in "AAMP:PHP" you can switch back and forth between the
versions at any time.
These extensions are included in PHP 8.0.28:
- bcmath
- bz2
- calendar
- Core
- ctype
- curl
- date
- dom
- exif
- fileinfo (not in PHP 5.2.10)
- filter
- ftp
- gd
- gettext
- gmp
- hash
- iconv
- json
- ldap
- libxml
- mbstring
- mysqli
- openssl
- pcre
- PDO
- pdo_mysql
- pdo_sqlite
- Phar (not in PHP 5.2.10)
- posix
- Reflection
- session
- SimpleXML
- soap
- SPL
- sqlite3 (not in PHP 5.2.10)
- standard
- sysvmsg
- sysvsem
- sysvshm
- tidy
- tokenizer
- xml
- xmlreader
- xmlwriter
- xsl
- zip
- zlib
These extensions are also included in PHP 5.2.10:
- dbase
- mcrypt
- mhash
- mysql
- ps
- SQLite
The Unix man files can be found in "AAMP:PHP/man" and can be viewed using
the "Next" indicator (available on Aminet).
PHP is a project of the "PHP Group" and is licensed under the "PHP License,
Version 3.01". See "LICENSE" in "AAMP:PHP".
* Subversion 1.6.23
See external documentation "AAMP:Subversion/README.amiga".
* Additional tools:
- cadaver 0.23.3
A WebDAV client for the command line.
- coreutils 5.2.1
The Unix coreutils required by the Unix scripts.
- ampsh 53.3
A special version of the ABC shell tailored for AAMP.
From the libraries used:
- curl A tool to transfer data from or to a server (from curl-7.61.1)
- iconv A program that converts text from one encoding to another
encoding (from libiconv-1.17)
- sqlite3 A command line interface for SQLite version 3 (from sqlite-3.9.3)
- sqlite A command line interface for SQLite version 2 (from
sqlite-2.8.16)
- tidy Tool to cleanup HTML code (from tidy 26.10.2005)
- from openssl-1.0.2o:
- openssl OpenSSL command line tool
- c_rehash Scan all files in a directory and add symbolic links to their
hash values
- from gnutls 3.7.3:
- certtool Tool to parse and generate X.509 certificates,
requests and private keys.
- gnutls-cli Simple client program to set up a TLS connection to
some other computer
- gnutls-cli-debug TLS debug client
- gnutls-serv Server program that listens to incoming TLS
connections.
Misc:
- localetool Language tool for DOS scripts, author: E. Schwan
- sh From abc-shell 53.3, author: Henning Nielsen Lund
- shutdown_http To end an Apache server process, author: E. Schwan
- shutdown_mysql To end a MySQL server process, author: E. Schwan
- shutdown_php To end a PHP server process, author: E. Schwan
- shutdown_svnserve To end a Subversion server process, author: E. Schwan
- xlaunch utility For starting programs, author: E. Schwan
- amiga2unixpath Utility for converting Amiga file paths into Unix
format, author: E. Schwan
- unix2amigapath Utility for converting unix file paths into Amiga
format, author: E. Schwan
* myApacheStarter 3.11
A tool with a reaction interface to change important Apache HTTP Server
settings. The server can also be started and stopped with this.
Tip: This version of myApacheStarter is able to handle this version and
the version 1.3.33 available on OS4-Depot.
Written by Michael Christoph (http://www.meicky-soft.de).
* mySQLcontrol 2.12
A tool with a reaction interface for editing MySQL databases similar to
phpMyAdmin. The MySQL server can also be started and stopped with this.
Written by Michael Christoph (http://www.meicky-soft.de).
4. Starting and stopping the servers
------------------------------------
There are several ways to start and stop the above servers:
* During installation, you will be asked whether the servers should be
started automatically at system startup. This means that a manual start is
not necessary. Before switching off the computer, the servers should be
stopped using the "AAMP-Control" tool.
* All servers can be started manually with the "AAMP-Control" tool. As
described above, the servers should be stopped with "AAMP-Control" before
the computer is switched off.
* The servers can be started and stopped with the tools "myApacheStarter" and
"mySQLcontrol".
5. Documentation
----------------
If you want to learn more about Apache, type
"http://localhost/manual"
in the address line of a browser. The Apache HTTP Server must be active.
Little information is included in the package about MySQL. However, the
"AAMP:MySQL" directory contains the Unix info file "mysql.info", which can be
viewed with the "Next" viewer (available on Aminet).
My suggestion: The MySQL manager "phpMyAdmin-5.0.4" is now included in the
package and can be installed automatically when installing AAMP. Version 5.0.4
is the last version that still works well together with Odyssey 1.23.
See also the chapter "8. Tested web applications".
For the latest information on PHP, visit the page on
"https://www.php.net/manual/en/index.php"
in a browser.
6. Important files and directories
----------------------------------
Many of the paths and settings can be changed using the "AAMP Control" tool.
* The default directory for custom web projects is:
"AAMP:Apache/htdocs".
Can be modified with "myApacheStarter".
* The configuration files for the Apache HTTP Server are located in the
Directory:
"AAMP:Apache/conf".
* The default directory for MySQL databases is:
"AAMP:MySQL/Databases".
* The MySQL configuration file "my.cnf" is located in:
"AAMP:Common/etc".
If you want to make your own changes to it, it is best to copy the file with
the name ".my.cnf" to "AAMP:Common/Home/root" and edit it there. Then it
will not be overwritten when AAMP is updated. The tool "AAMP-Control" takes
care of this.
* The PHP configuration files are located in "AAMP:Common/lib":
- for PHP 8.0.28
- "php/php-apache2handler.ini" - if PHP is used by Apache
- "php/php-cli.ini" - if the command line tool 'php' is used
- "php/php-cli-server.ini" - if 'php' is started as a web server
- for PHP 5.2.10
- "php5/php-apache2handler.ini" - if PHP Apache is used
- "php5/php-cli.ini" - if the command line tool 'php' is used
7. Use 'php' as web server
--------------------------
The PHP8 version of the command line tool 'php' can also be used as a simple
web server. The server can be started with the "AAMP-Control" tool and is a
good alternative to Apache for the development of web pages.
Then you can, for example, call up the PHP info page with the following
address in the browser:
http://localhost/test/phpinfo.php
Important note:
---------------
If the URL entered in the browser points to a directory and not to a file
(e.g. "index.php"), then there must be a slash ("/") at the end of the URL. A
file such as "index.html" or "index.php" will be found without a slash, but
not relative links in this file, as they are calculated incorrectly!
8. Tested web applications
--------------------------
Application home page status
* 4images 1.10 https://www.4homepages.de/ working
* coppermine 1.6.25 https://coppermine-gallery.net/ working
* phpBB 3.3.10 https://www.phpbb.com/ working
* phpMyAdmin 5.0.4 https://www.phpmyadmin.net/ working
* phpMyAdmin 5.2.1 working (*)
* Joomla 3.10.12 https://www.joomla.de/ working
* wordpress 6.2.2 https://wordpress.com/de/ working (*)
* XoopsCore25 2.5.10 https://xoops.org/ not compatible with
PHP 8 or PHP 5
(*) = does not work properly with Odyssey 1.23 r5
Unfortunately, phpMyAdmin 5.0.4 has some incompatibilities with PHP 8. A patch
in "AAMP:Contrib/Patches" fixes most errors. Simply copy the contents of the
"phpMyAdmin-5.0.4" directory into the root directory of phpMyAdmin.
9. User and group definitions for Apache and MySQL
--------------------------------------------------
In order for Apache and MySQL to work, the users "daemon" and "mysql" and the
groups "daemon" and "mysql" must be created in the system Internet database.
This is usually done automatically when AAMP is installed. However, it has
been reported that this sometimes does not work. If this has not worked,
please add the following lines to the corresponding files:
* In "Devs:Internet/users":
NAME=daemon UID=1000 GID=1000 DIR=/AAMP/Common/Home/root SHELL=noshell
NAME=mysql UID=1001 GID=1001 DIR=/AAMP/Common/Home/root SHELL=noshell
* In "Devs:Internet/groups":
NAME=daemon ID=1000 USERS=daemon
NAME=mysql ID=1001 USERS=mysql
10. Problems
------------
Serious problems:
* Problems with Apache and phpMyAdmin:
- It has been found that exporting databases or tables using Apache and
phpMyAdmin can be faulty. It is therefore not recommended to back up data
in this way. The problem could not yet be found, but is due to the imple-
mentation of Apache. No problems have been detected so far when working
with databases and tables.
For the time being, I recommend using either the PHP development server or
the command line tool "mysqldump" for data backups.
* Problems with Amiga browsers and Apache:
- The Amiga implementation of the browser "NetSurf" (tested with version
3.10) usually cannot load pages if no SSL is used ("http:"). The AmiCygnix
version of "NetSurf" works.
Older browsers like "AWeb" or "IBrowse" work.
Other problems:
* The Apache server does not support subprocesses. Since this package is not
intended to actually host websites, this is not really a problem.
* The MySQL server cannot be stopped if InnoDB table support is enabled.
At the moment I have to advise against activating InnoDB tables!
11. Bug reports
---------------
Please send bug reports to the address "eds at edgarschwan.de" or post any bugs
in the bug tracker of the OS4 depot (http://os4depot.net/).
12. Installation
----------------
Simply double-click the "Install" icon. Everything is automatically installed
on the hard disk. Please follow the instructions of the installer script.
Additional packages that are necessary for the operation of AAMP are also
installed during the installation. This is the package:
* SystemV_IPC (sysvipc.library) by Peter Bengtsson
The package is located in the "AAMP:Contrib" folder, but is automatically
installed during installation.
Please do not install AAMP by hand!
13. Donations
-------------
If you want to support my work, you can transfer a donation to my PayPal
account:
https://www.schwan-clan.de/amiga/Donate.html
Thanks very much!
14. Thanks to...
----------------
... all, who donated to the AAMP bounty! Especially I want to mention
Philippe Ferrucci, but I also want to thank:
- Mario Locati
- Marko Seppänen
- Olivier Claes
- Jamie Sayer
- Mathias Parnaudeau
- Troels Ersking
- Martin Rebentisch
- Andreas Schmidt
- Simon Sharratt
... Michael Christoph, who wrote the administration tools!
... Samir Hawamdeh (beta test and translations into Italian)
... Daniel Reimann (beta-test)
... Mario Locati (beta-test)
... Hans de Ruiter (help with SSL module)
... Henning Nielsen Lund (author of abc-Shell)
... Peter Bengtsson (author of sysvipc.library)
... Chris Young (author of http-handler)
PERMISSION UID GID PACKED SIZE RATIO METHOD CRC STAMP NAME ---------- ----------- ------- ------- ------ ---------- ------------ ---------- [unknown] 8223 12586 65.3% -lh5- 929d Dec 20 15:53 AAMP-native.info [unknown] 2287478 4313981 53.0% -lh5- 1c81 Dec 20 15:36 AAMP-native/AAMP-Control [unknown] 10975 14496 75.7% -lh5- 7b1d Nov 18 18:25 AAMP-native/AAMP-Control.info [unknown] 155 189 82.0% -lh5- c97d Jul 10 15:12 AAMP-native/AAMP-Unix-Shell [unknown] 7945 14169 56.1% -lh5- 3296 Nov 18 18:25 AAMP-native/AAMP-Unix-Shell.info [unknown] 8249 12906 63.9% -lh5- cc65 Nov 18 18:25 AAMP-native/Apache.info [unknown] 6256 14882 42.0% -lh5- 0ee3 Nov 21 2004 AAMP-native/Apache/ABOUT_APACHE [unknown] 3252 9910 32.8% -lh5- 2e19 Jul 28 11:49 AAMP-native/Apache/ABOUT_APACHE.info [unknown] 2507 6972 36.0% -lh5- d4c7 Oct 10 17:57 AAMP-native/Apache/build/apr_rules.mk [unknown] 471 2381 19.8% -lh5- 71fa Oct 10 17:58 AAMP-native/Apache/build/config.nice [unknown] 1043 3780 27.6% -lh5- fce7 Oct 10 17:58 AAMP-native/Apache/build/config_vars.mk [unknown] 1301 2860 45.5% -lh5- a137 Oct 10 17:58 AAMP-native/Apache/build/instdso.sh [unknown] 585 1060 55.2% -lh5- 1fc2 Oct 10 17:58 AAMP-native/Apache/build/library.mk [unknown] 98734 338958 29.1% -lh5- c5e1 Oct 10 17:57 AAMP-native/Apache/build/libtool [unknown] 552 951 58.0% -lh5- ecb7 Oct 10 17:58 AAMP-native/Apache/build/ltlib.mk [unknown] 958 2991 32.0% -lh5- cf51 Oct 10 17:57 AAMP-native/Apache/build/make_exports.awk [unknown] 475 1023 46.4% -lh5- 043d Oct 10 17:57 AAMP-native/Apache/build/make_var_export.awk [unknown] 877 1660 52.8% -lh5- 7739 Oct 10 17:58 AAMP-native/Apache/build/mkdir.sh [unknown] 581 1053 55.2% -lh5- 9e41 Oct 10 17:58 AAMP-native/Apache/build/program.mk [unknown] 2311 6970 33.2% -lh5- 7eeb Oct 10 17:58 AAMP-native/Apache/build/rules.mk [unknown] 694 1258 55.2% -lh5- 9bbe Oct 10 17:58 AAMP-native/Apache/build/special.mk [unknown] 133 179 74.3% -lh5- feb0 Jun 29 2023 AAMP-native/Apache/cgi-bin/date [unknown] 209 292 71.6% -lh5- 487a Feb 8 2011 AAMP-native/Apache/cgi-bin/printenv [unknown] 366 794 46.1% -lh5- 753c Jun 29 2023 AAMP-native/Apache/cgi-bin/test-cgi [unknown] 56971 147887 38.5% -lh5- 0b98 Jun 29 2017 AAMP-native/Apache/CHANGES [unknown] 3251 9910 32.8% -lh5- caf7 Jul 28 11:49 AAMP-native/Apache/CHANGES.info [unknown] 17964 22088 81.3% -lh5- 5c11 Dec 1 15:09 AAMP-native/Apache/conf.info [unknown] 532 1764 30.2% -lh5- 0975 Nov 20 2004 AAMP-native/Apache/conf/charset.conv [unknown] 1158 2833 40.9% -lh5- 50ee Sep 28 13:41 AAMP-native/Apache/conf/extra/httpd-autoindex.conf [unknown] 790 1695 46.6% -lh5- 75df Oct 8 19:34 AAMP-native/Apache/conf/extra/httpd-dav.conf [unknown] 1163 2475 47.0% -lh5- eb78 Oct 8 19:39 AAMP-native/Apache/conf/extra/httpd-default.conf [unknown] 443 1096 40.4% -lh5- 8436 Oct 8 19:41 AAMP-native/Apache/conf/extra/httpd-info.conf [unknown] 2114 5078 41.6% -lh5- e900 Sep 28 13:41 AAMP-native/Apache/conf/extra/httpd-languages.conf [unknown] 499 923 54.1% -lh5- 0aa0 Sep 28 13:41 AAMP-native/Apache/conf/extra/httpd-manual.conf [unknown] 1070 3789 28.2% -lh5- c667 Sep 28 13:41 AAMP-native/Apache/conf/extra/httpd-mpm.conf [unknown] 917 2168 42.3% -lh5- e4d1 Sep 28 13:41 AAMP-native/Apache/conf/extra/httpd-multilang-errordoc.conf [unknown] 4820 12240 39.4% -lh5- 6bd1 Oct 8 19:55 AAMP-native/Apache/conf/extra/httpd-ssl.conf [unknown] 432 817 52.9% -lh5- dc3d Sep 28 13:41 AAMP-native/Apache/conf/extra/httpd-userdir.conf [unknown] 586 1481 39.6% -lh5- c86f Oct 8 19:44 AAMP-native/Apache/conf/extra/httpd-vhosts.conf [unknown] 248 396 62.6% -lh5- 2979 Mar 11 2011 AAMP-native/Apache/conf/httpd-as.conf [unknown] 5789 15049 38.5% -lh5- 1b66 Nov 27 15:28 AAMP-native/Apache/conf/httpd-SSL.conf [unknown] 159 243 65.4% -lh5- d935 Oct 8 19:30 AAMP-native/Apache/conf/httpd-svn.conf [unknown] 5619 14857 37.8% -lh5- 10be Nov 22 19:16 AAMP-native/Apache/conf/httpd.conf [unknown] 4604 12958 35.5% -lh5- d9eb Nov 20 2004 AAMP-native/Apache/conf/magic [unknown] 13663 53015 25.8% -lh5- 1399 Jun 30 2016 AAMP-native/Apache/conf/mime.types [unknown] 1158 2833 40.9% -lh5- 50ee Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-autoindex.conf [unknown] 787 1698 46.3% -lh5- ad8f Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-dav.conf [unknown] 1136 2344 48.5% -lh5- fbf8 Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-default.conf [unknown] 440 1103 39.9% -lh5- fd11 Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-info.conf [unknown] 2114 5078 41.6% -lh5- e900 Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-languages.conf [unknown] 499 923 54.1% -lh5- 0aa0 Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-manual.conf [unknown] 1070 3789 28.2% -lh5- c667 Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-mpm.conf [unknown] 917 2168 42.3% -lh5- e4d1 Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-multilang-errordoc.conf [unknown] 4819 12223 39.4% -lh5- 346c Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-ssl.conf [unknown] 432 817 52.9% -lh5- dc3d Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-userdir.conf [unknown] 590 1503 39.3% -lh5- 4f98 Sep 28 13:41 AAMP-native/Apache/conf/original/extra/httpd-vhosts.conf [unknown] 5360 13907 38.5% -lh5- 8c03 Sep 28 13:41 AAMP-native/Apache/conf/original/httpd.conf [unknown] 614 952 64.5% -lh5- 01a8 Nov 22 16:48 AAMP-native/Apache/conf/ssl.crt/ca.crt [unknown] 1656 3102 53.4% -lh5- 9a1a Nov 22 16:48 AAMP-native/Apache/conf/ssl.crt/server.crt [unknown] 526 708 74.3% -lh5- 475f Nov 22 16:48 AAMP-native/Apache/conf/ssl.csr/server.csr [unknown] 741 951 77.9% -lh5- 7e3f Nov 22 16:48 AAMP-native/Apache/conf/ssl.key/ca.key [unknown] 689 887 77.7% -lh5- 172c Nov 22 16:48 AAMP-native/Apache/conf/ssl.key/server.key [unknown] 1437 4481 32.1% -lh5- 64c0 Apr 15 2015 AAMP-native/Apache/error/contact.html.var [unknown] 1779 10082 17.6% -lh5- 196b Apr 15 2015 AAMP-native/Apache/error/HTTP_BAD_GATEWAY.html.var [unknown] 1884 7286 25.9% -lh5- 902e Apr 15 2015 AAMP-native/Apache/error/HTTP_BAD_REQUEST.html.var [unknown] 3143 12434 25.3% -lh5- 8df4 May 1 2015 AAMP-native/Apache/error/HTTP_FORBIDDEN.html.var [unknown] 4010 14180 28.3% -lh5- cecc Apr 15 2015 AAMP-native/Apache/error/HTTP_GONE.html.var [unknown] 2939 14191 20.7% -lh5- df0f Apr 15 2015 AAMP-native/Apache/error/HTTP_INTERNAL_SERVER_ERROR.html.var [unknown] 1777 8366 21.2% -lh5- 9874 Apr 15 2015 AAMP-native/Apache/error/HTTP_LENGTH_REQUIRED.html.var [unknown] 1439 7477 19.2% -lh5- 7b81 Apr 15 2015 AAMP-native/Apache/error/HTTP_METHOD_NOT_ALLOWED.html.var [unknown] 3993 14352 27.8% -lh5- 35df Apr 15 2015 AAMP-native/Apache/error/HTTP_NOT_FOUND.html.var [unknown] 1668 6980 23.9% -lh5- 26b4 Apr 15 2015 AAMP-native/Apache/error/HTTP_NOT_IMPLEMENTED.html.var [unknown] 1684 7274 23.2% -lh5- 557f Apr 15 2015 AAMP-native/Apache/error/HTTP_PRECONDITION_FAILED.html.var [unknown] 2105 8616 24.4% -lh5- cfd4 Apr 15 2015 AAMP-native/Apache/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var [unknown] 2157 7767 27.8% -lh5- 87c1 Apr 15 2015 AAMP-native/Apache/error/HTTP_REQUEST_TIME_OUT.html.var [unknown] 2103 7813 26.9% -lh5- 16f4 Apr 15 2015 AAMP-native/Apache/error/HTTP_REQUEST_URI_TOO_LARGE.html.var [unknown] 2618 8640 30.3% -lh5- ebdf Apr 15 2015 AAMP-native/Apache/error/HTTP_SERVICE_UNAVAILABLE.html.var [unknown] 4514 14280 31.6% -lh5- 4886 Apr 15 2015 AAMP-native/Apache/error/HTTP_UNAUTHORIZED.html.var [unknown] 1587 6980 22.7% -lh5- dc51 Apr 15 2015 AAMP-native/Apache/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var [unknown] 1976 7769 25.4% -lh5- 3b8b Apr 15 2015 AAMP-native/Apache/error/HTTP_VARIANT_ALSO_VARIES.html.var [unknown] 219 343 63.8% -lh5- ba4b Nov 20 2004 AAMP-native/Apache/error/include/bottom.html [unknown] 9 9 100.0% -lh0- ad33 Nov 20 2004 AAMP-native/Apache/error/include/spacer.html [unknown] 485 969 50.1% -lh5- 508d Nov 20 2004 AAMP-native/Apache/error/include/top.html [unknown] 742 2051 36.2% -lh5- af45 Apr 15 2015 AAMP-native/Apache/error/README [unknown] 18018 22600 79.7% -lh5- e4e7 Jul 28 11:49 AAMP-native/Apache/htdocs.info [unknown] 261 431 60.6% -lh5- 74f7 Jul 5 2005 AAMP-native/Apache/htdocs/examples/apache/show_modules.php [unknown] 590 2019 29.2% -lh5- 95dd Jun 18 2005 AAMP-native/Apache/htdocs/examples/bz2/bz2-example.php [unknown] 487 1103 44.2% -lh5- 3411 Jul 7 2005 AAMP-native/Apache/htdocs/examples/bz2/bz2-stream-test.php [unknown] 358 834 42.9% -lh5- c216 Jun 18 2005 AAMP-native/Apache/htdocs/examples/calendar/GregorianToJD.php [unknown] 304 831 36.6% -lh5- 9993 Aug 25 2005 AAMP-native/Apache/htdocs/examples/cgi/cgi.bat [unknown] 19166 48804 39.3% -lh5- 2af6 Aug 23 2005 AAMP-native/Apache/htdocs/examples/cgi/cgi.bin [unknown] 319 1029 31.0% -lh5- b570 Sep 4 2005 AAMP-native/Apache/htdocs/examples/cgi/cgi.pl [unknown] 704 2256 31.2% -lh5- ec29 Sep 4 2005 AAMP-native/Apache/htdocs/examples/cgi/cgi.rexx [unknown] 308 834 36.9% -lh5- 425d Jul 30 15:11 AAMP-native/Apache/htdocs/examples/cgi/cgi.sh [unknown] 252 420 60.0% -lh5- 65c2 Mar 27 2010 AAMP-native/Apache/htdocs/examples/cgi/cgi_bat.shtml [unknown] 247 415 59.5% -lh5- 734e Mar 27 2010 AAMP-native/Apache/htdocs/examples/cgi/cgi_bin.shtml [unknown] 306 543 56.4% -lh5- 5c77 Mar 28 2010 AAMP-native/Apache/htdocs/examples/cgi/cgi_cgimisc.shtml [unknown] 165 278 59.4% -lh5- 5a57 Mar 28 2010 AAMP-native/Apache/htdocs/examples/cgi/cgi_GET_pl.html [unknown] 246 413 59.6% -lh5- 4a58 Mar 28 2010 AAMP-native/Apache/htdocs/examples/cgi/cgi_pl.shtml [unknown] 168 280 60.0% -lh5- d9f5 Mar 28 2010 AAMP-native/Apache/htdocs/examples/cgi/cgi_POST_pl.html [unknown] 248 418 59.3% -lh5- 5243 Mar 28 2010 AAMP-native/Apache/htdocs/examples/cgi/cgi_rexx.shtml [unknown] 251 419 59.9% -lh5- 987e Mar 28 2010 AAMP-native/Apache/htdocs/examples/cgi/cgi_sh.shtml [unknown] 245 420 58.3% -lh5- 8206 Mar 28 2010 AAMP-native/Apache/htdocs/examples/cgi/cgi_uptime.shtml [unknown] 167 225 74.2% -lh5- 31fa Mar 28 2010 AAMP-native/Apache/htdocs/examples/cgi/cmd.shtml [unknown] 102 120 85.0% -lh5- 7aec Sep 4 2005 AAMP-native/Apache/htdocs/examples/cgi/hello.pl [unknown] 197 278 70.9% -lh5- e909 Sep 4 2005 AAMP-native/Apache/htdocs/examples/cgi/printenv.pl [unknown] 106 118 89.8% -lh5- 3c58 Sep 4 2005 AAMP-native/Apache/htdocs/examples/cgi/show-query.pl [unknown] 124 145 85.5% -lh5- ac4a Sep 4 2005 AAMP-native/Apache/htdocs/examples/cgi/show-stdin.pl [unknown] 138 173 79.8% -lh5- 9b08 Jul 30 15:11 AAMP-native/Apache/htdocs/examples/cgi/uptime.sh [unknown] 175 234 74.8% -lh5- 0790 Mar 23 2010 AAMP-native/Apache/htdocs/examples/cgi/virtual.shtml [unknown] 154 191 80.6% -lh5- 1a25 Jun 17 2005 AAMP-native/Apache/htdocs/examples/dom/book.xml [unknown] 342 808 42.3% -lh5- 614a Jul 5 2005 AAMP-native/Apache/htdocs/examples/dom/load-test.php [unknown] 539 1535 35.1% -lh5- 1c29 Jul 7 2005 AAMP-native/Apache/htdocs/examples/exif/exif-example.php [unknown] 32502 32502 100.0% -lh0- d946 Jun 8 2005 AAMP-native/Apache/htdocs/examples/exif/Herkules.jpg [unknown] 32502 32502 100.0% -lh0- d946 Jun 8 2005 AAMP-native/Apache/htdocs/examples/gd/Herkules.jpg [unknown] 21045 44008 47.8% -lh5- 50e9 Oct 19 1995 AAMP-native/Apache/htdocs/examples/gd/hyperfont.ttf [unknown] 201 343 58.6% -lh5- 3c8f Jun 18 2005 AAMP-native/Apache/htdocs/examples/gd/truetype-test.php [unknown] 219 364 60.2% -lh5- 8ad1 Jun 17 2005 AAMP-native/Apache/htdocs/examples/gd/type1-test.php [unknown] 1160 2605 44.5% -lh5- 8ade May 14 2005 AAMP-native/Apache/htdocs/examples/pdf/chartab.php [unknown] 560 1036 54.1% -lh5- c5fe May 14 2005 AAMP-native/Apache/htdocs/examples/pdf/hello.php [unknown] 644 1272 50.6% -lh5- 7ad6 May 14 2005 AAMP-native/Apache/htdocs/examples/pdf/image.php [unknown] 5432 22867 23.8% -lh5- 0462 May 14 2005 AAMP-native/Apache/htdocs/examples/pdf/LuciduxSans-Oblique.afm [unknown] 41489 72301 57.4% -lh5- 618a May 14 2005 AAMP-native/Apache/htdocs/examples/pdf/LuciduxSans-Oblique.pfa [unknown] 37406 37406 100.0% -lh0- 6772 May 14 2005 AAMP-native/Apache/htdocs/examples/pdf/nesrin.jpg [unknown] 898 2492 36.0% -lh5- 53bb May 14 2005 AAMP-native/Apache/htdocs/examples/pdf/pdfclock.php [unknown] 2836 7111 39.9% -lh5- 0d9c May 14 2005 AAMP-native/Apache/htdocs/examples/pdf/readme.txt [unknown] 465 1552 30.0% -lh5- b96c Jul 7 2005 AAMP-native/Apache/htdocs/examples/php5/construct.php [unknown] 528 1122 47.1% -lh5- 5a40 Jul 5 2005 AAMP-native/Apache/htdocs/examples/php5/form.php [unknown] 610 1982 30.8% -lh5- 8638 Jul 7 2005 AAMP-native/Apache/htdocs/examples/php5/reflection.php [unknown] 124 157 79.0% -lh5- fad3 Jul 5 2005 AAMP-native/Apache/htdocs/examples/php5/reflection_include.php [unknown] 434 864 50.2% -lh5- a88f Jul 3 2005 AAMP-native/Apache/htdocs/examples/php5/superglobals.php [unknown] 258 439 58.8% -lh5- 6ccd Jul 5 2005 AAMP-native/Apache/htdocs/examples/php5/trycatch1.php [unknown] 456 1261 36.2% -lh5- 01a1 Jul 5 2005 AAMP-native/Apache/htdocs/examples/php5/trycatch2.php [unknown] 331 677 48.9% -lh5- 688e Jul 5 2005 AAMP-native/Apache/htdocs/examples/spl/ArrayIterator_current.php [unknown] 1203 3667 32.8% -lh5- 8e26 Jun 17 2005 AAMP-native/Apache/htdocs/examples/xml/ExternalEntity.php [unknown] 522 1176 44.4% -lh5- 79db Jun 17 2005 AAMP-native/Apache/htdocs/examples/xml/MapXML2HTML.php [unknown] 603 1306 46.2% -lh5- 433f Jul 5 2005 AAMP-native/Apache/htdocs/examples/xml/ShowXML.php [unknown] 361 721 50.1% -lh5- e49a Jun 17 2005 AAMP-native/Apache/htdocs/examples/xml/xmltest.xml [unknown] 154 191 80.6% -lh5- 1a25 Jun 17 2005 AAMP-native/Apache/htdocs/examples/xml/xmltest2.xml [unknown] 126 227 55.5% -lh5- c7a9 Jul 25 2005 AAMP-native/Apache/htdocs/examples/xsl/collection.xml [unknown] 292 542 53.9% -lh5- fc54 Jul 25 2005 AAMP-native/Apache/htdocs/examples/xsl/collection.xsl [unknown] 340 599 56.8% -lh5- 363a Jul 25 2005 AAMP-native/Apache/htdocs/examples/xsl/example1.php [unknown] 595 2033 29.3% -lh5- 1dca Jun 18 2005 AAMP-native/Apache/htdocs/examples/zlib/zlib-example.php [unknown] 513 1189 43.1% -lh5- aca8 Jul 5 2005 AAMP-native/Apache/htdocs/examples/zlib/zlib-stream-test.php [unknown] 903 1406 64.2% -lh5- e56b Sep 11 2004 AAMP-native/Apache/htdocs/favicon.ico [unknown] 44 44 100.0% -lh0- b07e Nov 20 2004 AAMP-native/Apache/htdocs/index.html [unknown] 427 1111 38.4% -lh5- 3b75 Jul 4 16:56 AAMP-native/Apache/htdocs/test/mysqltest.php [unknown] 23 23 100.0% -lh0- 75a5 Apr 11 2010 AAMP-native/Apache/htdocs/test/phpinfo.php [unknown] 246 246 100.0% -lh0- 1f16 Nov 20 2004 AAMP-native/Apache/icons/a.gif [unknown] 306 306 100.0% -lh0- 02d9 Nov 26 2008 AAMP-native/Apache/icons/a.png [unknown] 242 242 100.0% -lh0- a4e4 Nov 20 2004 AAMP-native/Apache/icons/alert.black.gif [unknown] 293 293 100.0% -lh0- fd6e Nov 26 2008 AAMP-native/Apache/icons/alert.black.png [unknown] 247 247 100.0% -lh0- 9e7a Nov 20 2004 AAMP-native/Apache/icons/alert.red.gif [unknown] 314 314 100.0% -lh0- 0d15 Nov 26 2008 AAMP-native/Apache/icons/alert.red.png [unknown] 2326 2326 100.0% -lh0- 927e Nov 20 2004 AAMP-native/Apache/icons/apache_pb.gif [unknown] 1459 2088 69.9% -lh5- 7cd5 Nov 26 2008 AAMP-native/Apache/icons/apache_pb.png [unknown] 1797 1797 100.0% -lh0- ea33 Nov 26 2008 AAMP-native/Apache/icons/apache_pb2.gif [unknown] 1505 1505 100.0% -lh0- 8f33 Nov 26 2008 AAMP-native/Apache/icons/apache_pb2.png [unknown] 2434 2434 100.0% -lh0- f30e Nov 26 2008 AAMP-native/Apache/icons/apache_pb2_ani.gif [unknown] 216 216 100.0% -lh0- a6ee Nov 20 2004 AAMP-native/Apache/icons/back.gif [unknown] 308 308 100.0% -lh0- 15b3 Nov 26 2008 AAMP-native/Apache/icons/back.png [unknown] 233 233 100.0% -lh0- a82f Nov 20 2004 AAMP-native/Apache/icons/ball.gray.gif [unknown] 298 298 100.0% -lh0- 4299 Nov 26 2008 AAMP-native/Apache/icons/ball.gray.png [unknown] 205 205 100.0% -lh0- 9692 Nov 20 2004 AAMP-native/Apache/icons/ball.red.gif [unknown] 288 289 99.7% -lh5- f82a Nov 26 2008 AAMP-native/Apache/icons/ball.red.png [unknown] 246 246 100.0% -lh0- 8108 Nov 20 2004 AAMP-native/Apache/icons/binary.gif [unknown] 310 310 100.0% -lh0- 4876 Nov 26 2008 AAMP-native/Apache/icons/binary.png [unknown] 246 246 100.0% -lh0- 4418 Nov 20 2004 AAMP-native/Apache/icons/binhex.gif [unknown] 319 319 100.0% -lh0- e9ac Nov 26 2008 AAMP-native/Apache/icons/binhex.png [unknown] 148 148 100.0% -lh0- 91b3 Nov 20 2004 AAMP-native/Apache/icons/blank.gif [unknown] 215 215 100.0% -lh0- bf84 Nov 26 2008 AAMP-native/Apache/icons/blank.png [unknown] 308 308 100.0% -lh0- 9a7e Nov 20 2004 AAMP-native/Apache/icons/bomb.gif [unknown] 375 375 100.0% -lh0- a406 Nov 26 2008 AAMP-native/Apache/icons/bomb.png [unknown] 251 251 100.0% -lh0- 3774 Nov 20 2004 AAMP-native/Apache/icons/box1.gif [unknown] 325 325 100.0% -lh0- 1222 Aug 28 2007 AAMP-native/Apache/icons/box1.png [unknown] 268 268 100.0% -lh0- 81ed Nov 20 2004 AAMP-native/Apache/icons/box2.gif [unknown] 336 336 100.0% -lh0- 4388 Aug 28 2007 AAMP-native/Apache/icons/box2.png [unknown] 247 247 100.0% -lh0- dc67 Nov 20 2004 AAMP-native/Apache/icons/broken.gif [unknown] 320 320 100.0% -lh0- 5a02 Nov 26 2008 AAMP-native/Apache/icons/broken.png [unknown] 235 235 100.0% -lh0- 5003 Nov 20 2004 AAMP-native/Apache/icons/burst.gif [unknown] 341 341 100.0% -lh0- 3031 Nov 26 2008 AAMP-native/Apache/icons/burst.png [unknown] 242 242 100.0% -lh0- 4fa4 Nov 20 2004 AAMP-native/Apache/icons/c.gif [unknown] 299 299 100.0% -lh0- ae6c Nov 26 2008 AAMP-native/Apache/icons/c.png [unknown] 251 251 100.0% -lh0- 7679 Nov 20 2004 AAMP-native/Apache/icons/comp.blue.gif [unknown] 330 330 100.0% -lh0- 5781 Aug 28 2007 AAMP-native/Apache/icons/comp.blue.png [unknown] 246 246 100.0% -lh0- 55e3 Nov 20 2004 AAMP-native/Apache/icons/comp.gray.gif [unknown] 318 318 100.0% -lh0- e82e Nov 26 2008 AAMP-native/Apache/icons/comp.gray.png [unknown] 1038 1038 100.0% -lh0- 0c66 Nov 20 2004 AAMP-native/Apache/icons/compressed.gif [unknown] 719 1108 64.9% -lh5- c521 Aug 28 2007 AAMP-native/Apache/icons/compressed.png [unknown] 214 214 100.0% -lh0- c069 Nov 20 2004 AAMP-native/Apache/icons/continued.gif [unknown] 296 296 100.0% -lh0- a905 Nov 26 2008 AAMP-native/Apache/icons/continued.png [unknown] 225 225 100.0% -lh0- ed10 Nov 20 2004 AAMP-native/Apache/icons/dir.gif [unknown] 289 295 98.0% -lh5- 4778 Nov 26 2008 AAMP-native/Apache/icons/dir.png [unknown] 167 167 100.0% -lh0- 9f16 Nov 20 2004 AAMP-native/Apache/icons/diskimg.gif [unknown] 215 215 100.0% -lh0- bf7e Aug 28 2007 AAMP-native/Apache/icons/diskimg.png [unknown] 163 163 100.0% -lh0- c524 Nov 20 2004 AAMP-native/Apache/icons/down.gif [unknown] 256 256 100.0% -lh0- 58e6 Nov 26 2008 AAMP-native/Apache/icons/down.png [unknown] 238 238 100.0% -lh0- 009b Nov 20 2004 AAMP-native/Apache/icons/dvi.gif [unknown] 305 305 100.0% -lh0- 5a39 Nov 26 2008 AAMP-native/Apache/icons/dvi.png [unknown] 236 236 100.0% -lh0- 0c77 Nov 20 2004 AAMP-native/Apache/icons/f.gif [unknown] 296 296 100.0% -lh0- 3c47 Nov 26 2008 AAMP-native/Apache/icons/f.png [unknown] 225 225 100.0% -lh0- ed10 Nov 20 2004 AAMP-native/Apache/icons/folder.gif [unknown] 242 242 100.0% -lh0- 6e5d Nov 20 2004 AAMP-native/Apache/icons/folder.open.gif [unknown] 332 332 100.0% -lh0- bef0 Nov 26 2008 AAMP-native/Apache/icons/folder.open.png [unknown] 289 295 98.0% -lh5- 4778 Nov 26 2008 AAMP-native/Apache/icons/folder.png [unknown] 243 243 100.0% -lh0- 37e7 Nov 20 2004 AAMP-native/Apache/icons/folder.sec.gif [unknown] 313 313 100.0% -lh0- 29f2 Aug 28 2007 AAMP-native/Apache/icons/folder.sec.png [unknown] 219 219 100.0% -lh0- 7e00 Nov 20 2004 AAMP-native/Apache/icons/forward.gif [unknown] 308 308 100.0% -lh0- 3000 Nov 26 2008 AAMP-native/Apache/icons/forward.png [unknown] 221 221 100.0% -lh0- 120c Nov 20 2004 AAMP-native/Apache/icons/generic.gif [unknown] 275 275 100.0% -lh0- 1bee Nov 26 2008 AAMP-native/Apache/icons/generic.png [unknown] 220 220 100.0% -lh0- a591 Nov 20 2004 AAMP-native/Apache/icons/generic.red.gif [unknown] 279 283 98.6% -lh5- c6a2 Nov 26 2008 AAMP-native/Apache/icons/generic.red.png [unknown] 249 249 100.0% -lh0- 668c Nov 20 2004 AAMP-native/Apache/icons/generic.sec.gif [unknown] 295 295 100.0% -lh0- 8d5f Nov 26 2008 AAMP-native/Apache/icons/generic.sec.png [unknown] 217 217 100.0% -lh0- 8564 Nov 20 2004 AAMP-native/Apache/icons/hand.right.gif [unknown] 311 311 100.0% -lh0- 990c Nov 26 2008 AAMP-native/Apache/icons/hand.right.png [unknown] 223 223 100.0% -lh0- c19a Nov 20 2004 AAMP-native/Apache/icons/hand.up.gif [unknown] 304 304 100.0% -lh0- c673 Nov 26 2008 AAMP-native/Apache/icons/hand.up.png [unknown] 11977 11977 100.0% -lh0- 2535 Nov 20 2004 AAMP-native/Apache/icons/icon.sheet.gif [unknown] 8623 9018 95.6% -lh5- 37e9 Aug 28 2007 AAMP-native/Apache/icons/icon.sheet.png [unknown] 274 274 100.0% -lh0- cd2c Nov 20 2004 AAMP-native/Apache/icons/image1.gif [unknown] 325 325 100.0% -lh0- f158 Nov 26 2008 AAMP-native/Apache/icons/image1.png [unknown] 309 309 100.0% -lh0- 03c1 Nov 20 2004 AAMP-native/Apache/icons/image2.gif [unknown] 371 371 100.0% -lh0- f839 Nov 26 2008 AAMP-native/Apache/icons/image2.png [unknown] 286 286 100.0% -lh0- 4568 Nov 20 2004 AAMP-native/Apache/icons/image3.gif [unknown] 338 338 100.0% -lh0- f6b6 Nov 26 2008 AAMP-native/Apache/icons/image3.png [unknown] 268 268 100.0% -lh0- 7e14 Nov 20 2004 AAMP-native/Apache/icons/index.gif [unknown] 332 332 100.0% -lh0- f1d7 Nov 26 2008 AAMP-native/Apache/icons/index.png [unknown] 276 276 100.0% -lh0- 5de6 Nov 20 2004 AAMP-native/Apache/icons/layout.gif [unknown] 320 323 99.1% -lh5- 2577 Nov 26 2008 AAMP-native/Apache/icons/layout.png [unknown] 172 172 100.0% -lh0- 3096 Nov 20 2004 AAMP-native/Apache/icons/left.gif [unknown] 257 257 100.0% -lh0- ae6c Nov 26 2008 AAMP-native/Apache/icons/left.png [unknown] 249 249 100.0% -lh0- 2e8a Nov 20 2004 AAMP-native/Apache/icons/link.gif [unknown] 314 314 100.0% -lh0- 18bd Nov 26 2008 AAMP-native/Apache/icons/link.png [unknown] 243 243 100.0% -lh0- 12b6 Nov 20 2004 AAMP-native/Apache/icons/movie.gif [unknown] 270 272 99.3% -lh5- 34ed Nov 26 2008 AAMP-native/Apache/icons/movie.png [unknown] 237 237 100.0% -lh0- 98b6 Nov 20 2004 AAMP-native/Apache/icons/p.gif [unknown] 298 298 100.0% -lh0- 80de Nov 26 2008 AAMP-native/Apache/icons/p.png [unknown] 251 251 100.0% -lh0- 13ec Nov 20 2004 AAMP-native/Apache/icons/patch.gif [unknown] 310 310 100.0% -lh0- 1c71 Nov 26 2008 AAMP-native/Apache/icons/patch.png [unknown] 249 249 100.0% -lh0- a093 Nov 20 2004 AAMP-native/Apache/icons/pdf.gif [unknown] 304 304 100.0% -lh0- 59d6 Nov 26 2008 AAMP-native/Apache/icons/pdf.png [unknown] 188 188 100.0% -lh0- 3d82 Nov 20 2004 AAMP-native/Apache/icons/pie0.gif [unknown] 259 259 100.0% -lh0- 64d5 Nov 26 2008 AAMP-native/Apache/icons/pie0.png [unknown] 198 198 100.0% -lh0- 3e7e Nov 20 2004 AAMP-native/Apache/icons/pie1.gif [unknown] 279 279 100.0% -lh0- 5335 Nov 26 2008 AAMP-native/Apache/icons/pie1.png [unknown] 198 198 100.0% -lh0- 9f87 Nov 20 2004 AAMP-native/Apache/icons/pie2.gif [unknown] 272 272 100.0% -lh0- bb1a Nov 26 2008 AAMP-native/Apache/icons/pie2.png [unknown] 191 191 100.0% -lh0- db65 Nov 20 2004 AAMP-native/Apache/icons/pie3.gif [unknown] 276 276 100.0% -lh0- 0e9f Nov 26 2008 AAMP-native/Apache/icons/pie3.png [unknown] 193 193 100.0% -lh0- f45e Nov 20 2004 AAMP-native/Apache/icons/pie4.gif [unknown] 258 258 100.0% -lh0- 3804 Nov 26 2008 AAMP-native/Apache/icons/pie4.png [unknown] 189 189 100.0% -lh0- 6187 Nov 20 2004 AAMP-native/Apache/icons/pie5.gif [unknown] 277 277 100.0% -lh0- 78b0 Nov 26 2008 AAMP-native/Apache/icons/pie5.png [unknown] 186 186 100.0% -lh0- 8a15 Nov 20 2004 AAMP-native/Apache/icons/pie6.gif [unknown] 273 273 100.0% -lh0- 4278 Nov 26 2008 AAMP-native/Apache/icons/pie6.png [unknown] 185 185 100.0% -lh0- 0a0b Nov 20 2004 AAMP-native/Apache/icons/pie7.gif [unknown] 275 275 100.0% -lh0- 6402 Nov 26 2008 AAMP-native/Apache/icons/pie7.png [unknown] 173 173 100.0% -lh0- 14cf Nov 20 2004 AAMP-native/Apache/icons/pie8.gif [unknown] 259 259 100.0% -lh0- a33c Nov 26 2008 AAMP-native/Apache/icons/pie8.png [unknown] 254 254 100.0% -lh0- b94c Nov 20 2004 AAMP-native/Apache/icons/portal.gif [unknown] 319 319 100.0% -lh0- 2371 Aug 28 2007 AAMP-native/Apache/icons/portal.png [unknown] 244 244 100.0% -lh0- e07f Nov 20 2004 AAMP-native/Apache/icons/ps.gif [unknown] 303 303 100.0% -lh0- cffd Nov 26 2008 AAMP-native/Apache/icons/ps.png [unknown] 267 267 100.0% -lh0- 6a18 Nov 20 2004 AAMP-native/Apache/icons/quill.gif [unknown] 329 329 100.0% -lh0- 7f49 Aug 28 2007 AAMP-native/Apache/icons/quill.png [unknown] 1757 5108 34.4% -lh5- 8b96 Aug 28 2007 AAMP-native/Apache/icons/README [unknown] 4942 36057 13.7% -lh5- 38f5 Aug 28 2007 AAMP-native/Apache/icons/README.html [unknown] 172 172 100.0% -lh0- 3651 Nov 20 2004 AAMP-native/Apache/icons/right.gif [unknown] 253 254 99.6% -lh5- 0328 Nov 26 2008 AAMP-native/Apache/icons/right.png [unknown] 258 258 100.0% -lh0- 797d Nov 20 2004 AAMP-native/Apache/icons/screw1.gif [unknown] 328 328 100.0% -lh0- 70e0 Nov 26 2008 AAMP-native/Apache/icons/screw1.png [unknown] 263 263 100.0% -lh0- f434 Nov 20 2004 AAMP-native/Apache/icons/screw2.gif [unknown] 333 333 100.0% -lh0- eddf Nov 26 2008 AAMP-native/Apache/icons/screw2.png [unknown] 242 242 100.0% -lh0- d526 Nov 20 2004 AAMP-native/Apache/icons/script.gif [unknown] 290 290 100.0% -lh0- b364 Nov 26 2008 AAMP-native/Apache/icons/script.png [unknown] 129 129 100.0% -lh0- bc04 Nov 20 2004 AAMP-native/Apache/icons/small/back.gif [unknown] 181 181 100.0% -lh0- 9d1c Aug 28 2007 AAMP-native/Apache/icons/small/back.png [unknown] 134 134 100.0% -lh0- e9fe Nov 20 2004 AAMP-native/Apache/icons/small/binary.gif [unknown] 172 172 100.0% -lh0- bd65 Aug 28 2007 AAMP-native/Apache/icons/small/binary.png [unknown] 131 131 100.0% -lh0- adb3 Nov 20 2004 AAMP-native/Apache/icons/small/binhex.gif [unknown] 178 178 100.0% -lh0- a1e0 Aug 28 2007 AAMP-native/Apache/icons/small/binhex.png [unknown] 55 55 100.0% -lh0- 783a Nov 20 2004 AAMP-native/Apache/icons/small/blank.gif [unknown] 100 100 100.0% -lh0- 25f2 Aug 28 2007 AAMP-native/Apache/icons/small/blank.png [unknown] 139 139 100.0% -lh0- 2952 Nov 20 2004 AAMP-native/Apache/icons/small/broken.gif [unknown] 184 184 100.0% -lh0- 0c5d Aug 28 2007 AAMP-native/Apache/icons/small/broken.png [unknown] 128 128 100.0% -lh0- 7da4 Nov 20 2004 AAMP-native/Apache/icons/small/burst.gif [unknown] 210 210 100.0% -lh0- b234 Aug 28 2007 AAMP-native/Apache/icons/small/burst.png [unknown] 130 130 100.0% -lh0- 4bea Nov 20 2004 AAMP-native/Apache/icons/small/comp1.gif [unknown] 216 216 100.0% -lh0- f3e7 Aug 28 2007 AAMP-native/Apache/icons/small/comp1.png [unknown] 131 131 100.0% -lh0- bdbb Nov 20 2004 AAMP-native/Apache/icons/small/comp2.gif [unknown] 215 215 100.0% -lh0- 28d3 Aug 28 2007 AAMP-native/Apache/icons/small/comp2.png [unknown] 128 128 100.0% -lh0- e8b2 Nov 20 2004 AAMP-native/Apache/icons/small/compressed.gif [unknown] 212 212 100.0% -lh0- 9011 Aug 28 2007 AAMP-native/Apache/icons/small/compressed.png [unknown] 114 114 100.0% -lh0- c785 Nov 20 2004 AAMP-native/Apache/icons/small/continued.gif [unknown] 163 163 100.0% -lh0- 3d7a Aug 28 2007 AAMP-native/Apache/icons/small/continued.png [unknown] 132 132 100.0% -lh0- 7bc2 Nov 20 2004 AAMP-native/Apache/icons/small/dir.gif [unknown] 175 175 100.0% -lh0- 453c Nov 20 2004 AAMP-native/Apache/icons/small/dir.png [unknown] 122 122 100.0% -lh0- ba03 Nov 20 2004 AAMP-native/Apache/icons/small/dir2.gif [unknown] 161 161 100.0% -lh0- d7f6 Nov 20 2004 AAMP-native/Apache/icons/small/dir2.png [unknown] 191 191 100.0% -lh0- 19e7 Nov 20 2004 AAMP-native/Apache/icons/small/doc.gif [unknown] 222 222 100.0% -lh0- 333d Aug 28 2007 AAMP-native/Apache/icons/small/doc.png [unknown] 125 125 100.0% -lh0- 206d Nov 20 2004 AAMP-native/Apache/icons/small/forward.gif [unknown] 174 174 100.0% -lh0- b2d3 Aug 28 2007 AAMP-native/Apache/icons/small/forward.png [unknown] 116 116 100.0% -lh0- 0c85 Nov 20 2004 AAMP-native/Apache/icons/small/generic.gif [unknown] 149 149 100.0% -lh0- a24d Aug 28 2007 AAMP-native/Apache/icons/small/generic.png [unknown] 127 127 100.0% -lh0- 4d1d Nov 20 2004 AAMP-native/Apache/icons/small/generic2.gif [unknown] 179 179 100.0% -lh0- ceac Aug 28 2007 AAMP-native/Apache/icons/small/generic2.png [unknown] 113 113 100.0% -lh0- d45f Nov 20 2004 AAMP-native/Apache/icons/small/generic3.gif [unknown] 171 171 100.0% -lh0- a495 Aug 28 2007 AAMP-native/Apache/icons/small/generic3.png [unknown] 126 126 100.0% -lh0- ba77 Nov 20 2004 AAMP-native/Apache/icons/small/image.gif [unknown] 197 197 100.0% -lh0- 5b13 Aug 28 2007 AAMP-native/Apache/icons/small/image.png [unknown] 138 138 100.0% -lh0- 0ba0 Nov 20 2004 AAMP-native/Apache/icons/small/image2.gif [unknown] 203 203 100.0% -lh0- 3aad Aug 28 2007 AAMP-native/Apache/icons/small/image2.png [unknown] 145 145 100.0% -lh0- ba04 Nov 20 2004 AAMP-native/Apache/icons/small/index.gif [unknown] 225 225 100.0% -lh0- c477 Aug 28 2007 AAMP-native/Apache/icons/small/index.png [unknown] 187 187 100.0% -lh0- 2cf8 Nov 20 2004 AAMP-native/Apache/icons/small/key.gif [unknown] 210 210 100.0% -lh0- 2288 Aug 28 2007 AAMP-native/Apache/icons/small/key.png [unknown] 134 134 100.0% -lh0- 330b Nov 20 2004 AAMP-native/Apache/icons/small/movie.gif [unknown] 159 159 100.0% -lh0- ab28 Aug 28 2007 AAMP-native/Apache/icons/small/movie.png [unknown] 182 182 100.0% -lh0- b114 Nov 20 2004 AAMP-native/Apache/icons/small/patch.gif [unknown] 211 211 100.0% -lh0- edfd Aug 28 2007 AAMP-native/Apache/icons/small/patch.png [unknown] 184 184 100.0% -lh0- 0bb8 Nov 20 2004 AAMP-native/Apache/icons/small/ps.gif [unknown] 217 217 100.0% -lh0- 95dc Aug 28 2007 AAMP-native/Apache/icons/small/ps.png [unknown] 3811 3811 100.0% -lh0- 0b89 Nov 20 2004 AAMP-native/Apache/icons/small/rainbow.gif [unknown] 2313 2427 95.3% -lh5- b621 Aug 28 2007 AAMP-native/Apache/icons/small/rainbow.png [unknown] 130 130 100.0% -lh0- 18b4 Nov 20 2004 AAMP-native/Apache/icons/small/sound.gif [unknown] 197 197 100.0% -lh0- c34f Aug 28 2007 AAMP-native/Apache/icons/small/sound.png [unknown] 119 119 100.0% -lh0- c836 Nov 20 2004 AAMP-native/Apache/icons/small/sound2.gif [unknown] 171 171 100.0% -lh0- 31a0 Aug 28 2007 AAMP-native/Apache/icons/small/sound2.png [unknown] 132 132 100.0% -lh0- 1648 Nov 20 2004 AAMP-native/Apache/icons/small/tar.gif [unknown] 173 173 100.0% -lh0- 41fc Aug 28 2007 AAMP-native/Apache/icons/small/tar.png [unknown] 128 128 100.0% -lh0- 31eb Nov 20 2004 AAMP-native/Apache/icons/small/text.gif [unknown] 163 163 100.0% -lh0- a7cb Aug 28 2007 AAMP-native/Apache/icons/small/text.png [unknown] 124 124 100.0% -lh0- 0053 Nov 20 2004 AAMP-native/Apache/icons/small/transfer.gif [unknown] 211 211 100.0% -lh0- 0fb9 Aug 28 2007 AAMP-native/Apache/icons/small/transfer.png [unknown] 131 131 100.0% -lh0- 05f4 Nov 20 2004 AAMP-native/Apache/icons/small/unknown.gif [unknown] 172 172 100.0% -lh0- 78b3 Aug 28 2007 AAMP-native/Apache/icons/small/unknown.png [unknown] 125 125 100.0% -lh0- c253 Nov 20 2004 AAMP-native/Apache/icons/small/uu.gif [unknown] 166 166 100.0% -lh0- 49c1 Aug 28 2007 AAMP-native/Apache/icons/small/uu.png [unknown] 248 248 100.0% -lh0- efec Nov 20 2004 AAMP-native/Apache/icons/sound1.gif [unknown] 331 331 100.0% -lh0- 7166 Aug 28 2007 AAMP-native/Apache/icons/sound1.png [unknown] 221 221 100.0% -lh0- 7fd0 Nov 20 2004 AAMP-native/Apache/icons/sound2.gif [unknown] 315 315 100.0% -lh0- 16a0 Nov 26 2008 AAMP-native/Apache/icons/sound2.png [unknown] 285 285 100.0% -lh0- 71b4 Nov 20 2004 AAMP-native/Apache/icons/sphere1.gif [unknown] 347 347 100.0% -lh0- 710b Nov 26 2008 AAMP-native/Apache/icons/sphere1.png [unknown] 264 264 100.0% -lh0- b2cd Nov 20 2004 AAMP-native/Apache/icons/sphere2.gif [unknown] 339 339 100.0% -lh0- 8bbf Aug 28 2007 AAMP-native/Apache/icons/sphere2.png [unknown] 219 219 100.0% -lh0- 5238 Nov 20 2004 AAMP-native/Apache/icons/tar.gif [unknown] 261 261 100.0% -lh0- 1b00 Nov 26 2008 AAMP-native/Apache/icons/tar.png [unknown] 251 251 100.0% -lh0- 1b5f Nov 20 2004 AAMP-native/Apache/icons/tex.gif [unknown] 310 310 100.0% -lh0- 49c7 Nov 26 2008 AAMP-native/Apache/icons/tex.png [unknown] 229 229 100.0% -lh0- b725 Nov 20 2004 AAMP-native/Apache/icons/text.gif [unknown] 288 288 100.0% -lh0- e06f Nov 26 2008 AAMP-native/Apache/icons/text.png [unknown] 242 242 100.0% -lh0- 6bd0 Nov 20 2004 AAMP-native/Apache/icons/transfer.gif [unknown] 334 334 100.0% -lh0- 2110 Nov 26 2008 AAMP-native/Apache/icons/transfer.png [unknown] 245 245 100.0% -lh0- ec77 Nov 20 2004 AAMP-native/Apache/icons/unknown.gif [unknown] 307 307 100.0% -lh0- c88d Nov 26 2008 AAMP-native/Apache/icons/unknown.png [unknown] 164 164 100.0% -lh0- 7506 Nov 20 2004 AAMP-native/Apache/icons/up.gif [unknown] 255 255 100.0% -lh0- e944 Nov 26 2008 AAMP-native/Apache/icons/up.png [unknown] 236 236 100.0% -lh0- 5095 Nov 20 2004 AAMP-native/Apache/icons/uu.gif [unknown] 296 296 100.0% -lh0- d63e Nov 26 2008 AAMP-native/Apache/icons/uu.png [unknown] 236 236 100.0% -lh0- 5095 Nov 20 2004 AAMP-native/Apache/icons/uuencoded.gif [unknown] 296 296 100.0% -lh0- d63e Nov 26 2008 AAMP-native/Apache/icons/uuencoded.png [unknown] 228 228 100.0% -lh0- 4af4 Nov 20 2004 AAMP-native/Apache/icons/world1.gif [unknown] 332 332 100.0% -lh0- d441 Aug 28 2007 AAMP-native/Apache/icons/world1.png [unknown] 261 261 100.0% -lh0- 53e9 Nov 20 2004 AAMP-native/Apache/icons/world2.gif [unknown] 363 363 100.0% -lh0- 8758 Nov 26 2008 AAMP-native/Apache/icons/world2.png [unknown] 1417 5145 27.5% -lh5- fbb2 Nov 29 2005 AAMP-native/Apache/LAYOUT [unknown] 3252 9910 32.8% -lh5- 6022 Jul 28 11:49 AAMP-native/Apache/LAYOUT.info [unknown] 8840 28690 30.8% -lh5- 9846 Jan 19 2008 AAMP-native/Apache/LICENSE [unknown] 3253 9910 32.8% -lh5- 3686 Jul 28 11:49 AAMP-native/Apache/LICENSE.info [unknown] 16208 20920 77.5% -lh5- 1de6 Jul 28 11:49 AAMP-native/Apache/logs.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Apache/logs/.dummy [unknown] 16480 20920 78.8% -lh5- 939d Jul 28 11:50 AAMP-native/Apache/man.info [unknown] 9576 11420 83.9% -lh5- c577 Jul 28 11:50 AAMP-native/Apache/man/man1.info [unknown] 2212 5430 40.7% -lh5- e8ff Feb 4 2011 AAMP-native/Apache/man/man1/dbmmanage.1 [unknown] 3112 5073 61.3% -lh5- 07ca Jun 29 2023 AAMP-native/Apache/man/man1/dbmmanage.1.info [unknown] 2752 7576 36.3% -lh5- ae81 Feb 4 2011 AAMP-native/Apache/man/man1/htdbm.1 [unknown] 3108 5073 61.3% -lh5- c676 Jun 29 2023 AAMP-native/Apache/man/man1/htdbm.1.info [unknown] 896 1902 47.1% -lh5- bdf5 Jul 19 2012 AAMP-native/Apache/man/man1/htdigest.1 [unknown] 3109 5073 61.3% -lh5- de14 Jun 29 2023 AAMP-native/Apache/man/man1/htdigest.1.info [unknown] 2713 7132 38.0% -lh5- 244d Jul 6 2013 AAMP-native/Apache/man/man1/htpasswd.1 [unknown] 3113 5073 61.4% -lh5- f1b7 Jun 29 2023 AAMP-native/Apache/man/man1/htpasswd.1.info [unknown] 9575 11420 83.8% -lh5- 4a9e Jul 28 11:51 AAMP-native/Apache/man/man8.info [unknown] 3561 9347 38.1% -lh5- 11d9 Apr 9 2012 AAMP-native/Apache/man/man8/ab.8 [unknown] 3113 5073 61.4% -lh5- acb1 Jun 29 2023 AAMP-native/Apache/man/man8/ab.8.info [unknown] 1655 4258 38.9% -lh5- 2d97 Feb 4 2011 AAMP-native/Apache/man/man8/apachectl.8 [unknown] 3114 5073 61.4% -lh5- d891 Jun 29 2023 AAMP-native/Apache/man/man8/apachectl.8.info [unknown] 3189 10126 31.5% -lh5- 1f8e Mar 21 2012 AAMP-native/Apache/man/man8/apxs.8 [unknown] 3114 5073 61.4% -lh5- 3024 Jun 29 2023 AAMP-native/Apache/man/man8/apxs.8.info [unknown] 1327 3006 44.1% -lh5- 4c2e Feb 4 2011 AAMP-native/Apache/man/man8/htcacheclean.8 [unknown] 3113 5073 61.4% -lh5- f436 Jun 29 2023 AAMP-native/Apache/man/man8/htcacheclean.8.info [unknown] 1958 4780 41.0% -lh5- 8b35 Jan 19 2017 AAMP-native/Apache/man/man8/httpd.8 [unknown] 3112 5073 61.3% -lh5- 216d Jun 29 2023 AAMP-native/Apache/man/man8/httpd.8.info [unknown] 711 1407 50.5% -lh5- 9301 Mar 21 2012 AAMP-native/Apache/man/man8/logresolve.8 [unknown] 3114 5073 61.4% -lh5- 05ea Jun 29 2023 AAMP-native/Apache/man/man8/logresolve.8.info [unknown] 2244 5831 38.5% -lh5- 42a9 Feb 4 2011 AAMP-native/Apache/man/man8/rotatelogs.8 [unknown] 3115 5073 61.4% -lh5- 5df4 Jun 29 2023 AAMP-native/Apache/man/man8/rotatelogs.8.info [unknown] 177 543 32.6% -lh5- f3e7 May 6 2008 AAMP-native/Apache/manual/bind.html [unknown] 4659 13902 33.5% -lh5- 9b72 Jan 2 2017 AAMP-native/Apache/manual/bind.html.de [unknown] 3964 12857 30.8% -lh5- 5b2b Jan 2 2017 AAMP-native/Apache/manual/bind.html.en [unknown] 4526 13806 32.8% -lh5- bf7f Jan 2 2017 AAMP-native/Apache/manual/bind.html.fr [unknown] 4992 15060 33.1% -lh5- 2f62 Jan 2 2017 AAMP-native/Apache/manual/bind.html.ja.utf8 [unknown] 4144 11699 35.4% -lh5- 83b0 Jan 2 2017 AAMP-native/Apache/manual/bind.html.ko.euc-kr [unknown] 4469 13493 33.1% -lh5- a8e8 Jan 2 2017 AAMP-native/Apache/manual/bind.html.tr.utf8 [unknown] 139 297 46.8% -lh5- 1323 Jul 13 2008 AAMP-native/Apache/manual/caching.html [unknown] 12285 41698 29.5% -lh5- 7e3c Jan 2 2017 AAMP-native/Apache/manual/caching.html.en [unknown] 14021 47271 29.7% -lh5- 7663 Jan 2 2017 AAMP-native/Apache/manual/caching.html.fr [unknown] 13214 46319 28.5% -lh5- 7170 Jan 2 2017 AAMP-native/Apache/manual/caching.html.tr.utf8 [unknown] 180 585 30.8% -lh5- e60b May 6 2008 AAMP-native/Apache/manual/configuring.html [unknown] 5223 17190 30.4% -lh5- 7830 Jan 2 2017 AAMP-native/Apache/manual/configuring.html.de [unknown] 4853 16444 29.5% -lh5- d6a5 Jan 2 2017 AAMP-native/Apache/manual/configuring.html.en [unknown] 5285 17784 29.7% -lh5- 3426 Jan 2 2017 AAMP-native/Apache/manual/configuring.html.fr [unknown] 5323 17855 29.8% -lh5- 803f Jan 2 2017 AAMP-native/Apache/manual/configuring.html.ja.utf8 [unknown] 4782 14504 33.0% -lh5- fc31 Jan 2 2017 AAMP-native/Apache/manual/configuring.html.ko.euc-kr [unknown] 5276 17515 30.1% -lh5- 385d Jan 2 2017 AAMP-native/Apache/manual/configuring.html.tr.utf8 [unknown] 180 534 33.7% -lh5- a3dd Jul 13 2008 AAMP-native/Apache/manual/content-negotiation.html [unknown] 11059 34661 31.9% -lh5- 390c Jan 2 2017 AAMP-native/Apache/manual/content-negotiation.html.en [unknown] 12371 38942 31.8% -lh5- f090 Jan 2 2017 AAMP-native/Apache/manual/content-negotiation.html.fr [unknown] 12924 42392 30.5% -lh5- 3541 Jan 2 2017 AAMP-native/Apache/manual/content-negotiation.html.ja.utf8 [unknown] 10599 29643 35.8% -lh5- 0b16 Jan 2 2017 AAMP-native/Apache/manual/content-negotiation.html.ko.euc-kr [unknown] 11965 38079 31.4% -lh5- 3b98 Jan 2 2017 AAMP-native/Apache/manual/content-negotiation.html.tr.utf8 [unknown] 4618 21670 21.3% -lh5- d871 Jan 9 2017 AAMP-native/Apache/manual/convenience.map [unknown] 175 499 35.1% -lh5- 09e9 Oct 23 2008 AAMP-native/Apache/manual/custom-error.html [unknown] 4323 12558 34.4% -lh5- 2bf3 Jan 2 2017 AAMP-native/Apache/manual/custom-error.html.en [unknown] 4986 13773 36.2% -lh5- 135b Jan 2 2017 AAMP-native/Apache/manual/custom-error.html.es [unknown] 5101 13897 36.7% -lh5- 14e3 Jan 2 2017 AAMP-native/Apache/manual/custom-error.html.ja.utf8 [unknown] 4525 12051 37.5% -lh5- 9464 Jan 2 2017 AAMP-native/Apache/manual/custom-error.html.ko.euc-kr [unknown] 4633 13271 34.9% -lh5- 07fa Jan 2 2017 AAMP-native/Apache/manual/custom-error.html.tr.utf8 [unknown] 112 119 94.1% -lh5- de08 May 6 2008 AAMP-native/Apache/manual/developer/API.html [unknown] 20768 65860 31.5% -lh5- f0b6 Jan 2 2017 AAMP-native/Apache/manual/developer/API.html.en [unknown] 116 125 92.8% -lh5- 688e May 6 2008 AAMP-native/Apache/manual/developer/debugging.html [unknown] 1896 5142 36.9% -lh5- ee77 Jan 2 2017 AAMP-native/Apache/manual/developer/debugging.html.en [unknown] 139 224 62.1% -lh5- 20d3 Feb 5 2014 AAMP-native/Apache/manual/developer/documenting.html [unknown] 2656 7627 34.8% -lh5- 16bf Jan 2 2017 AAMP-native/Apache/manual/developer/documenting.html.en [unknown] 2857 7420 38.5% -lh5- 9a3f Jan 2 2017 AAMP-native/Apache/manual/developer/documenting.html.zh-cn.utf8 [unknown] 114 123 92.7% -lh5- 20b4 May 6 2008 AAMP-native/Apache/manual/developer/filters.html [unknown] 5520 15417 35.8% -lh5- 4733 Jan 2 2017 AAMP-native/Apache/manual/developer/filters.html.en [unknown] 113 121 93.4% -lh5- b283 May 6 2008 AAMP-native/Apache/manual/developer/hooks.html [unknown] 4629 13870 33.4% -lh5- c169 Jan 2 2017 AAMP-native/Apache/manual/developer/hooks.html.en [unknown] 134 212 63.2% -lh5- a78f Feb 5 2014 AAMP-native/Apache/manual/developer/index.html [unknown] 1895 5839 32.5% -lh5- 4de2 Jan 2 2017 AAMP-native/Apache/manual/developer/index.html.en [unknown] 2302 6280 36.7% -lh5- 2a48 Jan 2 2017 AAMP-native/Apache/manual/developer/index.html.zh-cn.utf8 [unknown] 133 210 63.3% -lh5- b567 May 6 2008 AAMP-native/Apache/manual/developer/modules.html [unknown] 4913 14910 33.0% -lh5- e56f Jan 2 2017 AAMP-native/Apache/manual/developer/modules.html.en [unknown] 5923 16642 35.6% -lh5- a999 Jan 2 2017 AAMP-native/Apache/manual/developer/modules.html.ja.utf8 [unknown] 114 123 92.7% -lh5- 1b56 May 6 2008 AAMP-native/Apache/manual/developer/request.html [unknown] 5549 17221 32.2% -lh5- e6c2 Jan 2 2017 AAMP-native/Apache/manual/developer/request.html.en [unknown] 119 129 92.2% -lh5- f7ab May 6 2008 AAMP-native/Apache/manual/developer/thread_safety.html [unknown] 5921 18512 32.0% -lh5- ef08 Jan 2 2017 AAMP-native/Apache/manual/developer/thread_safety.html.en [unknown] 166 403 41.2% -lh5- f18c Oct 23 2008 AAMP-native/Apache/manual/dns-caveats.html [unknown] 5315 15632 34.0% -lh5- e918 Jan 2 2017 AAMP-native/Apache/manual/dns-caveats.html.en [unknown] 6238 17981 34.7% -lh5- e3c0 Jan 2 2017 AAMP-native/Apache/manual/dns-caveats.html.ja.utf8 [unknown] 5323 14050 37.9% -lh5- c93d Jan 2 2017 AAMP-native/Apache/manual/dns-caveats.html.ko.euc-kr [unknown] 5676 16676 34.0% -lh5- c443 Jan 2 2017 AAMP-native/Apache/manual/dns-caveats.html.tr.utf8 [unknown] 159 371 42.9% -lh5- cae7 Jul 22 2008 AAMP-native/Apache/manual/dso.html [unknown] 6647 20200 32.9% -lh5- 4138 Jan 2 2017 AAMP-native/Apache/manual/dso.html.en [unknown] 7737 24101 32.1% -lh5- 15f2 Jan 2 2017 AAMP-native/Apache/manual/dso.html.ja.utf8 [unknown] 6632 17247 38.5% -lh5- 53a4 Jan 2 2017 AAMP-native/Apache/manual/dso.html.ko.euc-kr [unknown] 7343 22709 32.3% -lh5- 134a Jan 2 2017 AAMP-native/Apache/manual/dso.html.tr.utf8 [unknown] 160 371 43.1% -lh5- 74fa Jul 22 2008 AAMP-native/Apache/manual/env.html [unknown] 8296 28761 28.8% -lh5- 46e7 Jan 2 2017 AAMP-native/Apache/manual/env.html.en [unknown] 9137 30053 30.4% -lh5- c1c2 Jan 2 2017 AAMP-native/Apache/manual/env.html.ja.utf8 [unknown] 7605 22930 33.2% -lh5- a1cc Jan 2 2017 AAMP-native/Apache/manual/env.html.ko.euc-kr [unknown] 8896 30556 29.1% -lh5- 7980 Jan 2 2017 AAMP-native/Apache/manual/env.html.tr.utf8 [unknown] 144 297 48.5% -lh5- 3c33 Feb 5 2014 AAMP-native/Apache/manual/faq/index.html [unknown] 1363 3959 34.4% -lh5- 9d93 Jan 2 2017 AAMP-native/Apache/manual/faq/index.html.en [unknown] 1399 3969 35.2% -lh5- d465 Jan 2 2017 AAMP-native/Apache/manual/faq/index.html.tr.utf8 [unknown] 1443 3927 36.7% -lh5- 7ffa Jan 2 2017 AAMP-native/Apache/manual/faq/index.html.zh-cn.utf8 [unknown] 176 555 31.7% -lh5- 515d Jul 13 2008 AAMP-native/Apache/manual/filter.html [unknown] 4171 13522 30.8% -lh5- d32c Jan 2 2017 AAMP-native/Apache/manual/filter.html.en [unknown] 3027 9743 31.1% -lh5- d1cc Jan 2 2017 AAMP-native/Apache/manual/filter.html.es [unknown] 4554 14388 31.7% -lh5- 3174 Jan 2 2017 AAMP-native/Apache/manual/filter.html.fr [unknown] 4942 14932 33.1% -lh5- 47e0 Jan 2 2017 AAMP-native/Apache/manual/filter.html.ja.utf8 [unknown] 2987 9206 32.4% -lh5- 8666 Jan 2 2017 AAMP-native/Apache/manual/filter.html.ko.euc-kr [unknown] 4562 14632 31.2% -lh5- d71e Jan 2 2017 AAMP-native/Apache/manual/filter.html.tr.utf8 [unknown] 185 655 28.2% -lh5- 6b88 Jun 16 2008 AAMP-native/Apache/manual/glossary.html [unknown] 11150 35269 31.6% -lh5- 5bf1 Jan 2 2017 AAMP-native/Apache/manual/glossary.html.de [unknown] 9343 30408 30.7% -lh5- ef2f Jan 2 2017 AAMP-native/Apache/manual/glossary.html.en [unknown] 9181 26142 35.1% -lh5- 091d Jan 2 2017 AAMP-native/Apache/manual/glossary.html.es [unknown] 10839 33861 32.0% -lh5- 34ba Jan 2 2017 AAMP-native/Apache/manual/glossary.html.fr [unknown] 10657 33440 31.9% -lh5- 0a91 Jan 2 2017 AAMP-native/Apache/manual/glossary.html.ja.utf8 [unknown] 8674 22023 39.4% -lh5- db86 Jan 2 2017 AAMP-native/Apache/manual/glossary.html.ko.euc-kr [unknown] 10547 33456 31.5% -lh5- 2624 Jan 2 2017 AAMP-native/Apache/manual/glossary.html.tr.utf8 [unknown] 205 744 27.6% -lh5- edd0 Feb 5 2014 AAMP-native/Apache/manual/handler.html [unknown] 3919 12811 30.6% -lh5- 8c7d Jan 2 2017 AAMP-native/Apache/manual/handler.html.en [unknown] 4340 13634 31.8% -lh5- fbcf Jan 2 2017 AAMP-native/Apache/manual/handler.html.es [unknown] 4238 13587 31.2% -lh5- b7a1 Jan 2 2017 AAMP-native/Apache/manual/handler.html.fr [unknown] 4724 14060 33.6% -lh5- 5270 Jan 2 2017 AAMP-native/Apache/manual/handler.html.ja.utf8 [unknown] 4133 12271 33.7% -lh5- 2f20 Jan 2 2017 AAMP-native/Apache/manual/handler.html.ko.euc-kr [unknown] 4893 13703 35.7% -lh5- 1081 Jan 2 2017 AAMP-native/Apache/manual/handler.html.ru.koi8-r [unknown] 4296 13439 32.0% -lh5- c0d6 Jan 2 2017 AAMP-native/Apache/manual/handler.html.tr.utf8 [unknown] 4152 12156 34.2% -lh5- 8777 Jan 2 2017 AAMP-native/Apache/manual/handler.html.zh-cn.utf8 [unknown] 113 122 92.6% -lh5- 510c May 6 2008 AAMP-native/Apache/manual/howto/access.html [unknown] 4052 12717 31.9% -lh5- dde4 Jan 2 2017 AAMP-native/Apache/manual/howto/access.html.en [unknown] 169 459 36.8% -lh5- fcc8 Nov 1 2010 AAMP-native/Apache/manual/howto/auth.html [unknown] 8018 27422 29.2% -lh5- c125 Jan 2 2017 AAMP-native/Apache/manual/howto/auth.html.en [unknown] 8700 29479 29.5% -lh5- 364c Jan 2 2017 AAMP-native/Apache/manual/howto/auth.html.fr [unknown] 8556 28556 30.0% -lh5- f656 Jan 2 2017 AAMP-native/Apache/manual/howto/auth.html.ja.utf8 [unknown] 7092 21308 33.3% -lh5- 0146 Jan 2 2017 AAMP-native/Apache/manual/howto/auth.html.ko.euc-kr [unknown] 8361 28462 29.4% -lh5- c69e Jan 2 2017 AAMP-native/Apache/manual/howto/auth.html.tr.utf8 [unknown] 148 288 51.4% -lh5- 95d3 May 6 2008 AAMP-native/Apache/manual/howto/cgi.html [unknown] 10144 31734 32.0% -lh5- 4849 Jan 2 2017 AAMP-native/Apache/manual/howto/cgi.html.en [unknown] 11297 36272 31.1% -lh5- 16e8 Jan 2 2017 AAMP-native/Apache/manual/howto/cgi.html.ja.utf8 [unknown] 9328 26476 35.2% -lh5- 8cb1 Jan 2 2017 AAMP-native/Apache/manual/howto/cgi.html.ko.euc-kr [unknown] 174 485 35.9% -lh5- 1097 Nov 2 2010 AAMP-native/Apache/manual/howto/htaccess.html [unknown] 7549 27040 27.9% -lh5- 6b25 Jan 2 2017 AAMP-native/Apache/manual/howto/htaccess.html.en [unknown] 8435 30112 28.0% -lh5- 3238 Jan 2 2017 AAMP-native/Apache/manual/howto/htaccess.html.fr [unknown] 8198 29130 28.1% -lh5- a555 Jan 2 2017 AAMP-native/Apache/manual/howto/htaccess.html.ja.utf8 [unknown] 6312 20914 30.2% -lh5- b804 Jan 2 2017 AAMP-native/Apache/manual/howto/htaccess.html.ko.euc-kr [unknown] 7092 24685 28.7% -lh5- fed4 Jan 2 2017 AAMP-native/Apache/manual/howto/htaccess.html.pt-br [unknown] 165 385 42.9% -lh5- d634 Feb 5 2014 AAMP-native/Apache/manual/howto/index.html [unknown] 2461 7318 33.6% -lh5- 908d Jan 2 2017 AAMP-native/Apache/manual/howto/index.html.en [unknown] 2844 8125 35.0% -lh5- cca7 Jan 2 2017 AAMP-native/Apache/manual/howto/index.html.ja.utf8 [unknown] 2511 6693 37.5% -lh5- ca78 Jan 2 2017 AAMP-native/Apache/manual/howto/index.html.ko.euc-kr [unknown] 2635 6949 37.9% -lh5- e304 Jan 2 2017 AAMP-native/Apache/manual/howto/index.html.zh-cn.utf8 [unknown] 165 403 40.9% -lh5- 9149 Apr 14 2009 AAMP-native/Apache/manual/howto/public_html.html [unknown] 4104 13855 29.6% -lh5- 1c3f Jan 2 2017 AAMP-native/Apache/manual/howto/public_html.html.en [unknown] 4165 13221 31.5% -lh5- 58b1 Jan 2 2017 AAMP-native/Apache/manual/howto/public_html.html.ja.utf8 [unknown] 3718 11535 32.2% -lh5- 3efa Jan 2 2017 AAMP-native/Apache/manual/howto/public_html.html.ko.euc-kr [unknown] 4460 14979 29.8% -lh5- 7818 Jan 2 2017 AAMP-native/Apache/manual/howto/public_html.html.tr.utf8 [unknown] 148 288 51.4% -lh5- 18d1 May 6 2008 AAMP-native/Apache/manual/howto/ssi.html [unknown] 8472 26477 32.0% -lh5- 801a Jan 2 2017 AAMP-native/Apache/manual/howto/ssi.html.en [unknown] 9984 31376 31.8% -lh5- 1cb5 Jan 2 2017 AAMP-native/Apache/manual/howto/ssi.html.ja.utf8 [unknown] 8041 22868 35.2% -lh5- d8db Jan 2 2017 AAMP-native/Apache/manual/howto/ssi.html.ko.euc-kr [unknown] 4084 4084 100.0% -lh0- 2db4 Nov 20 2004 AAMP-native/Apache/manual/images/apache_header.gif [unknown] 16515 16515 100.0% -lh0- 9c62 Sep 20 2005 AAMP-native/Apache/manual/images/caching_fig1.gif [unknown] 13398 13452 99.6% -lh5- e48d Nov 26 2008 AAMP-native/Apache/manual/images/caching_fig1.png [unknown] 11460 11460 100.0% -lh0- c745 Jul 10 2008 AAMP-native/Apache/manual/images/caching_fig1.tr.png [unknown] 16920 17167 98.6% -lh5- 1ddf Nov 26 2008 AAMP-native/Apache/manual/images/custom_errordocs.png [unknown] 56 56 100.0% -lh0- a270 Nov 20 2004 AAMP-native/Apache/manual/images/down.gif [unknown] 352 1078 32.7% -lh5- f3f0 Nov 20 2004 AAMP-native/Apache/manual/images/favicon.ico [unknown] 6471 6471 100.0% -lh0- b057 Nov 20 2004 AAMP-native/Apache/manual/images/feather.gif [unknown] 5768 5768 100.0% -lh0- a99a Nov 26 2008 AAMP-native/Apache/manual/images/feather.png [unknown] 2411 2411 100.0% -lh0- 986d Nov 26 2008 AAMP-native/Apache/manual/images/filter_arch.png [unknown] 2487 2502 99.4% -lh5- ac6f Jul 10 2008 AAMP-native/Apache/manual/images/filter_arch.tr.png [unknown] 1465 1465 100.0% -lh0- 853c Nov 20 2004 AAMP-native/Apache/manual/images/home.gif [unknown] 1540 1540 100.0% -lh0- e22d Nov 20 2004 AAMP-native/Apache/manual/images/index.gif [unknown] 60 60 100.0% -lh0- 9b6f Nov 20 2004 AAMP-native/Apache/manual/images/left.gif [unknown] 2392 2392 100.0% -lh0- d6d2 Nov 20 2004 AAMP-native/Apache/manual/images/mod_filter_new.gif [unknown] 1052 1052 100.0% -lh0- 87e1 Nov 26 2008 AAMP-native/Apache/manual/images/mod_filter_new.png [unknown] 1326 1326 100.0% -lh0- 2e8a Jul 10 2008 AAMP-native/Apache/manual/images/mod_filter_new.tr.png [unknown] 1230 1230 100.0% -lh0- 7478 Nov 20 2004 AAMP-native/Apache/manual/images/mod_filter_old.gif [unknown] 738 738 100.0% -lh0- 161d Jan 30 2014 AAMP-native/Apache/manual/images/mod_filter_old.png [unknown] 3525 3525 100.0% -lh0- 3900 Nov 20 2004 AAMP-native/Apache/manual/images/mod_rewrite_fig1.gif [unknown] 1665 1700 97.9% -lh5- 1a6b Nov 26 2008 AAMP-native/Apache/manual/images/mod_rewrite_fig1.png [unknown] 2553 2553 100.0% -lh0- 157a Nov 20 2004 AAMP-native/Apache/manual/images/mod_rewrite_fig2.gif [unknown] 1381 1381 100.0% -lh0- 8ae2 Nov 26 2008 AAMP-native/Apache/manual/images/mod_rewrite_fig2.png [unknown] 61 61 100.0% -lh0- 51bf Nov 20 2004 AAMP-native/Apache/manual/images/pixel.gif [unknown] 37163 37163 100.0% -lh0- 3aa2 Jan 21 2013 AAMP-native/Apache/manual/images/rewrite_backreferences.png [unknown] 40325 40325 100.0% -lh0- 7359 Jun 19 2011 AAMP-native/Apache/manual/images/rewrite_rule_flow.png [unknown] 59 59 100.0% -lh0- 760a Nov 20 2004 AAMP-native/Apache/manual/images/right.gif [unknown] 5738 5738 100.0% -lh0- 4e32 Nov 20 2004 AAMP-native/Apache/manual/images/ssl_intro_fig1.gif [unknown] 3331 3331 100.0% -lh0- 199c Nov 26 2008 AAMP-native/Apache/manual/images/ssl_intro_fig1.png [unknown] 2700 2700 100.0% -lh0- 2d8f Nov 20 2004 AAMP-native/Apache/manual/images/ssl_intro_fig2.gif [unknown] 1147 1208 95.0% -lh5- 34a6 Nov 26 2008 AAMP-native/Apache/manual/images/ssl_intro_fig2.png [unknown] 4020 4020 100.0% -lh0- 9498 Nov 20 2004 AAMP-native/Apache/manual/images/ssl_intro_fig3.gif [unknown] 2535 2568 98.7% -lh5- 7ebc Nov 26 2008 AAMP-native/Apache/manual/images/ssl_intro_fig3.png [unknown] 6083 6083 100.0% -lh0- f175 Nov 20 2004 AAMP-native/Apache/manual/images/sub.gif [unknown] 44876 44876 100.0% -lh0- ae20 Jun 19 2011 AAMP-native/Apache/manual/images/syntax_rewritecond.png [unknown] 53367 53367 100.0% -lh0- 2f79 Jun 19 2011 AAMP-native/Apache/manual/images/syntax_rewriterule.png [unknown] 57 57 100.0% -lh0- fc5f Nov 20 2004 AAMP-native/Apache/manual/images/up.gif [unknown] 206 816 25.2% -lh5- b76f Feb 5 2014 AAMP-native/Apache/manual/index.html [unknown] 2720 9134 29.8% -lh5- 64e6 Jan 2 2017 AAMP-native/Apache/manual/index.html.de [unknown] 2597 9037 28.7% -lh5- 1bfb Jan 2 2017 AAMP-native/Apache/manual/index.html.en [unknown] 2893 9466 30.6% -lh5- b1df Jan 2 2017 AAMP-native/Apache/manual/index.html.es [unknown] 2805 9364 30.0% -lh5- dc09 Jan 2 2017 AAMP-native/Apache/manual/index.html.fr [unknown] 3154 9675 32.6% -lh5- 31c7 Jan 2 2017 AAMP-native/Apache/manual/index.html.ja.utf8 [unknown] 2867 8720 32.9% -lh5- eafe Jan 2 2017 AAMP-native/Apache/manual/index.html.ko.euc-kr [unknown] 2805 9216 30.4% -lh5- c3d8 Jan 2 2017 AAMP-native/Apache/manual/index.html.pt-br [unknown] 2810 9247 30.4% -lh5- 6aad Jan 2 2017 AAMP-native/Apache/manual/index.html.tr.utf8 [unknown] 2893 8906 32.5% -lh5- 78c4 Jan 2 2017 AAMP-native/Apache/manual/index.html.zh-cn.utf8 [unknown] 184 648 28.4% -lh5- 5b93 May 6 2008 AAMP-native/Apache/manual/install.html [unknown] 8584 27060 31.7% -lh5- a92b Jan 2 2017 AAMP-native/Apache/manual/install.html.de [unknown] 7631 25510 29.9% -lh5- b683 Jan 2 2017 AAMP-native/Apache/manual/install.html.en [unknown] 8297 25848 32.1% -lh5- 959b Jan 2 2017 AAMP-native/Apache/manual/install.html.es [unknown] 8311 27327 30.4% -lh5- fea6 Jan 14 2017 AAMP-native/Apache/manual/install.html.fr [unknown] 9075 29589 30.7% -lh5- 8623 Jan 2 2017 AAMP-native/Apache/manual/install.html.ja.utf8 [unknown] 7371 20803 35.4% -lh5- 7a8b Jan 2 2017 AAMP-native/Apache/manual/install.html.ko.euc-kr [unknown] 8448 27874 30.3% -lh5- 38a7 Jan 2 2017 AAMP-native/Apache/manual/install.html.tr.utf8 [unknown] 203 746 27.2% -lh5- c2bb May 6 2008 AAMP-native/Apache/manual/invoking.html [unknown] 5035 14645 34.4% -lh5- 7e31 Jan 2 2017 AAMP-native/Apache/manual/invoking.html.de [unknown] 4417 13712 32.2% -lh5- 6715 Jan 2 2017 AAMP-native/Apache/manual/invoking.html.en [unknown] 4924 14045 35.1% -lh5- d949 Jan 2 2017 AAMP-native/Apache/manual/invoking.html.es [unknown] 4801 14511 33.1% -lh5- 7f52 Jan 2 2017 AAMP-native/Apache/manual/invoking.html.fr [unknown] 5265 15505 34.0% -lh5- 51fc Jan 2 2017 AAMP-native/Apache/manual/invoking.html.ja.utf8 [unknown] 4423 11820 37.4% -lh5- 2ca6 Jan 2 2017 AAMP-native/Apache/manual/invoking.html.ko.euc-kr [unknown] 5360 14382 37.3% -lh5- 5174 Jan 2 2017 AAMP-native/Apache/manual/invoking.html.ru.koi8-r [unknown] 4770 14544 32.8% -lh5- c3a9 Jan 2 2017 AAMP-native/Apache/manual/invoking.html.tr.utf8 [unknown] 3995 11358 35.2% -lh5- 2cf0 Nov 20 2004 AAMP-native/Apache/manual/LICENSE [unknown] 114 123 92.7% -lh5- a237 May 6 2008 AAMP-native/Apache/manual/license.html [unknown] 5964 16511 36.1% -lh5- a7b5 Jan 2 2017 AAMP-native/Apache/manual/license.html.en [unknown] 170 459 37.0% -lh5- c9b4 Sep 9 2011 AAMP-native/Apache/manual/logs.html [unknown] 11700 37228 31.4% -lh5- 8060 Jan 2 2017 AAMP-native/Apache/manual/logs.html.en [unknown] 13444 41646 32.3% -lh5- 3138 Jan 2 2017 AAMP-native/Apache/manual/logs.html.fr [unknown] 13055 41690 31.3% -lh5- ed47 Jan 2 2017 AAMP-native/Apache/manual/logs.html.ja.utf8 [unknown] 10574 30309 34.9% -lh5- 2aa8 Jan 2 2017 AAMP-native/Apache/manual/logs.html.ko.euc-kr [unknown] 12520 39961 31.3% -lh5- 1af3 Jan 2 2017 AAMP-native/Apache/manual/logs.html.tr.utf8 [unknown] 163 385 42.3% -lh5- 70e5 Feb 5 2014 AAMP-native/Apache/manual/misc/index.html [unknown] 2061 5951 34.6% -lh5- cfdf Jan 2 2017 AAMP-native/Apache/manual/misc/index.html.en [unknown] 2137 5520 38.7% -lh5- 9e53 Jan 2 2017 AAMP-native/Apache/manual/misc/index.html.ko.euc-kr [unknown] 2252 6220 36.2% -lh5- 474b Jan 2 2017 AAMP-native/Apache/manual/misc/index.html.tr.utf8 [unknown] 2255 5709 39.5% -lh5- 816d Jan 2 2017 AAMP-native/Apache/manual/misc/index.html.zh-cn.utf8 [unknown] 123 136 90.4% -lh5- 5d7f May 6 2008 AAMP-native/Apache/manual/misc/password_encryptions.html [unknown] 4086 12488 32.7% -lh5- 8430 Jan 2 2017 AAMP-native/Apache/manual/misc/password_encryptions.html.en [unknown] 152 312 48.7% -lh5- 0c31 Feb 4 2009 AAMP-native/Apache/manual/misc/perf-tuning.html [unknown] 17776 54873 32.4% -lh5- f3bc Jan 2 2017 AAMP-native/Apache/manual/misc/perf-tuning.html.en [unknown] 17048 48131 35.4% -lh5- 09e5 Jan 2 2017 AAMP-native/Apache/manual/misc/perf-tuning.html.ko.euc-kr [unknown] 19562 62319 31.4% -lh5- 5566 Jan 2 2017 AAMP-native/Apache/manual/misc/perf-tuning.html.tr.utf8 [unknown] 143 235 60.9% -lh5- b919 May 6 2008 AAMP-native/Apache/manual/misc/relevant_standards.html [unknown] 3991 12444 32.1% -lh5- caa5 Jan 2 2017 AAMP-native/Apache/manual/misc/relevant_standards.html.en [unknown] 4210 11620 36.2% -lh5- 17fb Jan 2 2017 AAMP-native/Apache/manual/misc/relevant_standards.html.ko.euc-kr [unknown] 139 223 62.3% -lh5- 934d May 6 2008 AAMP-native/Apache/manual/misc/rewriteguide.html [unknown] 1959 5421 36.1% -lh5- b082 Jan 2 2017 AAMP-native/Apache/manual/misc/rewriteguide.html.en [unknown] 21251 66680 31.9% -lh5- 4073 Jan 2 2017 AAMP-native/Apache/manual/misc/rewriteguide.html.ko.euc-kr [unknown] 155 318 48.7% -lh5- b262 Aug 18 2008 AAMP-native/Apache/manual/misc/security_tips.html [unknown] 6979 21108 33.1% -lh5- 0b8d Jan 2 2017 AAMP-native/Apache/manual/misc/security_tips.html.en [unknown] 6852 19228 35.6% -lh5- d155 Jan 2 2017 AAMP-native/Apache/manual/misc/security_tips.html.ko.euc-kr [unknown] 7506 23033 32.6% -lh5- 3415 Jan 2 2017 AAMP-native/Apache/manual/misc/security_tips.html.tr.utf8 [unknown] 147 375 39.2% -lh5- 4f49 May 6 2008 AAMP-native/Apache/manual/mod/beos.html [unknown] 3262 10148 32.1% -lh5- 02e4 Jan 2 2017 AAMP-native/Apache/manual/mod/beos.html.de [unknown] 3107 10049 30.9% -lh5- ce8f Jan 2 2017 AAMP-native/Apache/manual/mod/beos.html.en [unknown] 3449 10630 32.4% -lh5- fe86 Jan 2 2017 AAMP-native/Apache/manual/mod/beos.html.es [unknown] 3275 9817 33.4% -lh5- 2ad5 Jan 2 2017 AAMP-native/Apache/manual/mod/beos.html.ko.euc-kr [unknown] 154 456 33.8% -lh5- 8f15 Nov 20 2010 AAMP-native/Apache/manual/mod/core.html [unknown] 46125 206034 22.4% -lh5- 4b62 Jan 9 2017 AAMP-native/Apache/manual/mod/core.html.de [unknown] 47655 218023 21.9% -lh5- c88c Jan 9 2017 AAMP-native/Apache/manual/mod/core.html.en [unknown] 54145 239576 22.6% -lh5- c65a Jan 15 2017 AAMP-native/Apache/manual/mod/core.html.fr [unknown] 50656 235280 21.5% -lh5- 8029 Jan 9 2017 AAMP-native/Apache/manual/mod/core.html.ja.utf8 [unknown] 50002 229017 21.8% -lh5- f269 Jan 9 2017 AAMP-native/Apache/manual/mod/core.html.tr.utf8 [unknown] 169 415 40.7% -lh5- 8c08 May 6 2008 AAMP-native/Apache/manual/mod/directive-dict.html [unknown] 5632 18234 30.9% -lh5- 7e4d Jan 2 2017 AAMP-native/Apache/manual/mod/directive-dict.html.en [unknown] 6360 20545 31.0% -lh5- 86bd Jan 2 2017 AAMP-native/Apache/manual/mod/directive-dict.html.ja.utf8 [unknown] 5620 16097 34.9% -lh5- 8692 Jan 2 2017 AAMP-native/Apache/manual/mod/directive-dict.html.ko.euc-kr [unknown] 5899 18769 31.4% -lh5- fdaa Jan 2 2017 AAMP-native/Apache/manual/mod/directive-dict.html.tr.utf8 [unknown] 209 768 27.2% -lh5- 76fc Feb 5 2014 AAMP-native/Apache/manual/mod/directives.html [unknown] 8752 37741 23.2% -lh5- 5cdd Jan 9 2017 AAMP-native/Apache/manual/mod/directives.html.de [unknown] 8674 37684 23.0% -lh5- c5fd Jan 9 2017 AAMP-native/Apache/manual/mod/directives.html.en [unknown] 8826 37852 23.3% -lh5- e5b4 Jan 9 2017 AAMP-native/Apache/manual/mod/directives.html.es [unknown] 9022 37880 23.8% -lh5- 8892 Jan 9 2017 AAMP-native/Apache/manual/mod/directives.html.ja.utf8 [unknown] 8797 37514 23.4% -lh5- f144 Jan 9 2017 AAMP-native/Apache/manual/mod/directives.html.ko.euc-kr [unknown] 8961 37737 23.7% -lh5- 458c Jan 9 2017 AAMP-native/Apache/manual/mod/directives.html.ru.koi8-r [unknown] 8803 37707 23.3% -lh5- 8b8d Jan 9 2017 AAMP-native/Apache/manual/mod/directives.html.tr.utf8 [unknown] 8912 37543 23.7% -lh5- 4435 Jan 9 2017 AAMP-native/Apache/manual/mod/directives.html.zh-cn.utf8 [unknown] 112 121 92.6% -lh5- 52da May 6 2008 AAMP-native/Apache/manual/mod/event.html [unknown] 3888 11793 33.0% -lh5- 7b04 Jan 2 2017 AAMP-native/Apache/manual/mod/event.html.en [unknown] 188 640 29.4% -lh5- 0a41 Feb 5 2014 AAMP-native/Apache/manual/mod/index.html [unknown] 5270 16985 31.0% -lh5- 5d7f Jan 2 2017 AAMP-native/Apache/manual/mod/index.html.de [unknown] 5084 16841 30.2% -lh5- d48b Jan 2 2017 AAMP-native/Apache/manual/mod/index.html.en [unknown] 5280 17021 31.0% -lh5- 7165 Jan 2 2017 AAMP-native/Apache/manual/mod/index.html.es [unknown] 6035 18278 33.0% -lh5- 9c7e Jan 2 2017 AAMP-native/Apache/manual/mod/index.html.ja.utf8 [unknown] 5487 16103 34.1% -lh5- 7794 Jan 2 2017 AAMP-native/Apache/manual/mod/index.html.ko.euc-kr [unknown] 5491 17091 32.1% -lh5- 2cdf Jan 2 2017 AAMP-native/Apache/manual/mod/index.html.tr.utf8 [unknown] 5300 16714 31.7% -lh5- 44ac Jan 2 2017 AAMP-native/Apache/manual/mod/index.html.zh-cn.utf8 [unknown] 166 403 41.2% -lh5- b450 May 6 2008 AAMP-native/Apache/manual/mod/mod_actions.html [unknown] 4318 13520 31.9% -lh5- ff73 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_actions.html.de [unknown] 3921 12982 30.2% -lh5- ff5f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_actions.html.en [unknown] 4649 14350 32.4% -lh5- ee61 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_actions.html.ja.utf8 [unknown] 4164 12439 33.5% -lh5- 5af2 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_actions.html.ko.euc-kr [unknown] 167 395 42.3% -lh5- 6c35 Jul 13 2008 AAMP-native/Apache/manual/mod/mod_alias.html [unknown] 8013 32516 24.6% -lh5- 2275 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_alias.html.en [unknown] 7509 30192 24.9% -lh5- e945 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_alias.html.ja.utf8 [unknown] 6246 23278 26.8% -lh5- 506b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_alias.html.ko.euc-kr [unknown] 8683 34915 24.9% -lh5- 72a1 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_alias.html.tr.utf8 [unknown] 154 303 50.8% -lh5- ec84 May 6 2008 AAMP-native/Apache/manual/mod/mod_asis.html [unknown] 3065 8749 35.0% -lh5- fcd0 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_asis.html.en [unknown] 3554 9505 37.4% -lh5- d720 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_asis.html.ja.utf8 [unknown] 3288 8456 38.9% -lh5- af68 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_asis.html.ko.euc-kr [unknown] 133 226 58.8% -lh5- 67f7 Oct 21 2010 AAMP-native/Apache/manual/mod/mod_authn_alias.html [unknown] 171 415 41.2% -lh5- d43f Oct 21 2010 AAMP-native/Apache/manual/mod/mod_auth_basic.html [unknown] 3604 12259 29.4% -lh5- 83b7 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_auth_basic.html.en [unknown] 3905 12863 30.4% -lh5- 7b3b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_auth_basic.html.fr [unknown] 4159 12780 32.5% -lh5- 5d64 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_auth_basic.html.ja.utf8 [unknown] 3755 11232 33.4% -lh5- 4e7f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_auth_basic.html.ko.euc-kr [unknown] 151 324 46.6% -lh5- f9aa Nov 4 2010 AAMP-native/Apache/manual/mod/mod_auth_digest.html [unknown] 5765 23134 24.9% -lh5- e709 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_auth_digest.html.en [unknown] 6360 24674 25.8% -lh5- 881b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_auth_digest.html.fr [unknown] 6394 23070 27.7% -lh5- dc53 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_auth_digest.html.ko.euc-kr [unknown] 3430 11204 30.6% -lh5- fde4 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_alias.html.en [unknown] 3664 11655 31.4% -lh5- 7da1 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_alias.html.fr [unknown] 156 321 48.6% -lh5- 0169 May 6 2008 AAMP-native/Apache/manual/mod/mod_authn_anon.html [unknown] 4531 16824 26.9% -lh5- a691 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_anon.html.en [unknown] 5302 18637 28.4% -lh5- 5d35 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_anon.html.ja.utf8 [unknown] 4648 16037 29.0% -lh5- 4931 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_anon.html.ko.euc-kr [unknown] 119 129 92.2% -lh5- 85d8 May 6 2008 AAMP-native/Apache/manual/mod/mod_authn_dbd.html [unknown] 4152 14774 28.1% -lh5- 695c Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_dbd.html.en [unknown] 158 318 49.7% -lh5- 7291 May 6 2008 AAMP-native/Apache/manual/mod/mod_authn_dbm.html [unknown] 3591 11730 30.6% -lh5- aadc Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_dbm.html.en [unknown] 4184 12923 32.4% -lh5- e07e Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_dbm.html.ja.utf8 [unknown] 3784 11126 34.0% -lh5- b608 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_dbm.html.ko.euc-kr [unknown] 159 330 48.2% -lh5- 039b May 6 2008 AAMP-native/Apache/manual/mod/mod_authn_default.html [unknown] 2689 8335 32.3% -lh5- 389d Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_default.html.en [unknown] 3065 8773 34.9% -lh5- b0b3 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_default.html.ja.utf8 [unknown] 2802 8024 34.9% -lh5- 5cbc Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_default.html.ko.euc-kr [unknown] 170 415 41.0% -lh5- 3783 Nov 3 2010 AAMP-native/Apache/manual/mod/mod_authn_file.html [unknown] 3505 11311 31.0% -lh5- e2bb Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_file.html.en [unknown] 3800 11977 31.7% -lh5- da8b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_file.html.fr [unknown] 4175 12519 33.3% -lh5- 3495 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_file.html.ja.utf8 [unknown] 134 226 59.3% -lh5- eb2d Nov 4 2010 AAMP-native/Apache/manual/mod/mod_authnz_ldap.html [unknown] 14473 62238 23.3% -lh5- 61dc Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authnz_ldap.html.en [unknown] 16043 67534 23.8% -lh5- f8fa Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authnz_ldap.html.fr [unknown] 3751 10784 34.8% -lh5- 8431 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authn_file.html.ko.euc-kr [unknown] 142 225 63.1% -lh5- 7e00 May 6 2008 AAMP-native/Apache/manual/mod/mod_authz_dbm.html [unknown] 4437 14189 31.3% -lh5- 5510 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_dbm.html.en [unknown] 4404 13057 33.7% -lh5- 4217 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_dbm.html.ko.euc-kr [unknown] 161 330 48.8% -lh5- 8995 May 6 2008 AAMP-native/Apache/manual/mod/mod_authz_default.html [unknown] 2690 8428 31.9% -lh5- d9cf Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_default.html.en [unknown] 3072 8892 34.5% -lh5- 3912 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_default.html.ja.utf8 [unknown] 2820 8148 34.6% -lh5- 1973 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_default.html.ko.euc-kr [unknown] 164 336 48.8% -lh5- dc47 May 6 2008 AAMP-native/Apache/manual/mod/mod_authz_groupfile.html [unknown] 3501 11161 31.4% -lh5- e9ca Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_groupfile.html.en [unknown] 4137 12337 33.5% -lh5- e130 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_groupfile.html.ja.utf8 [unknown] 3660 10604 34.5% -lh5- c7ab Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_groupfile.html.ko.euc-kr [unknown] 170 415 41.0% -lh5- c0cc Oct 31 2012 AAMP-native/Apache/manual/mod/mod_authz_host.html [unknown] 6368 23786 26.8% -lh5- 0861 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_host.html.en [unknown] 7093 25500 27.8% -lh5- 5fc1 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_host.html.fr [unknown] 6640 24259 27.4% -lh5- 624e Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_host.html.ja.utf8 [unknown] 5808 19753 29.4% -lh5- 0636 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_host.html.ko.euc-kr [unknown] 161 324 49.7% -lh5- 73c0 May 6 2008 AAMP-native/Apache/manual/mod/mod_authz_owner.html [unknown] 4458 13981 31.9% -lh5- 0659 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_owner.html.en [unknown] 5028 15411 32.6% -lh5- 166e Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_owner.html.ja.utf8 [unknown] 4460 12993 34.3% -lh5- 7614 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_owner.html.ko.euc-kr [unknown] 160 321 49.8% -lh5- b0da May 6 2008 AAMP-native/Apache/manual/mod/mod_authz_user.html [unknown] 2794 8574 32.6% -lh5- 9113 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_user.html.en [unknown] 3335 9283 35.9% -lh5- 18ea Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_user.html.ja.utf8 [unknown] 2998 8357 35.9% -lh5- 9fb3 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_authz_user.html.ko.euc-kr [unknown] 179 504 35.5% -lh5- 4282 Nov 10 2010 AAMP-native/Apache/manual/mod/mod_autoindex.html [unknown] 13357 57617 23.2% -lh5- 81ef Jan 2 2017 AAMP-native/Apache/manual/mod/mod_autoindex.html.en [unknown] 14828 63228 23.5% -lh5- 457b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_autoindex.html.fr [unknown] 14994 63755 23.5% -lh5- 4da4 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_autoindex.html.ja.utf8 [unknown] 12393 50395 24.6% -lh5- 7509 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_autoindex.html.ko.euc-kr [unknown] 14427 62695 23.0% -lh5- e360 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_autoindex.html.tr.utf8 [unknown] 153 306 50.0% -lh5- 698e May 6 2008 AAMP-native/Apache/manual/mod/mod_cache.html [unknown] 9860 44937 21.9% -lh5- b1de Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cache.html.en [unknown] 9200 42988 21.4% -lh5- 1d4e Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cache.html.ja.utf8 [unknown] 7212 34481 20.9% -lh5- c168 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cache.html.ko.euc-kr [unknown] 142 225 63.1% -lh5- eb11 May 6 2008 AAMP-native/Apache/manual/mod/mod_cern_meta.html [unknown] 3249 11041 29.4% -lh5- bcfe Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cern_meta.html.en [unknown] 3337 10445 31.9% -lh5- 26c2 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cern_meta.html.ko.euc-kr [unknown] 154 300 51.3% -lh5- 1a0c May 6 2008 AAMP-native/Apache/manual/mod/mod_cgi.html [unknown] 5784 18687 31.0% -lh5- ba7e Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cgi.html.en [unknown] 6214 19996 31.1% -lh5- 8801 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cgi.html.ja.utf8 [unknown] 5492 16486 33.3% -lh5- f8ff Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cgi.html.ko.euc-kr [unknown] 152 303 50.2% -lh5- 86bc May 6 2008 AAMP-native/Apache/manual/mod/mod_cgid.html [unknown] 3557 11380 31.3% -lh5- 4e9d Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cgid.html.en [unknown] 4134 12254 33.7% -lh5- fa6c Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cgid.html.ja.utf8 [unknown] 3698 10709 34.5% -lh5- 1676 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_cgid.html.ko.euc-kr [unknown] 141 231 61.0% -lh5- 0eef May 6 2008 AAMP-native/Apache/manual/mod/mod_charset_lite.html [unknown] 4369 15493 28.2% -lh5- f8b5 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_charset_lite.html.en [unknown] 4473 14343 31.2% -lh5- fd51 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_charset_lite.html.ko.euc-kr [unknown] 151 300 50.3% -lh5- c4ed May 6 2008 AAMP-native/Apache/manual/mod/mod_dav.html [unknown] 5521 18817 29.3% -lh5- 2b6a Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dav.html.en [unknown] 6605 21693 30.4% -lh5- 6225 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dav.html.ja.utf8 [unknown] 5828 17923 32.5% -lh5- d54f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dav.html.ko.euc-kr [unknown] 156 309 50.5% -lh5- f8bc May 6 2008 AAMP-native/Apache/manual/mod/mod_dav_fs.html [unknown] 2938 9177 32.0% -lh5- 3835 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dav_fs.html.en [unknown] 3114 9044 34.4% -lh5- 861e Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dav_fs.html.ja.utf8 [unknown] 3071 8799 34.9% -lh5- a4fc Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dav_fs.html.ko.euc-kr [unknown] 139 220 63.2% -lh5- 7463 May 6 2008 AAMP-native/Apache/manual/mod/mod_dav_lock.html [unknown] 3178 9770 32.5% -lh5- 4ccd Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dav_lock.html.en [unknown] 3872 10747 36.0% -lh5- d945 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dav_lock.html.ja.utf8 [unknown] 115 123 93.5% -lh5- a694 May 6 2008 AAMP-native/Apache/manual/mod/mod_dbd.html [unknown] 6246 22818 27.4% -lh5- 1fcd Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dbd.html.en [unknown] 156 312 50.0% -lh5- aee6 May 6 2008 AAMP-native/Apache/manual/mod/mod_deflate.html [unknown] 6924 28209 24.5% -lh5- 1dd9 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_deflate.html.en [unknown] 8116 31520 25.7% -lh5- 5b69 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_deflate.html.ja.utf8 [unknown] 7055 26521 26.6% -lh5- 2ca6 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_deflate.html.ko.euc-kr [unknown] 165 387 42.6% -lh5- 7008 Jul 13 2008 AAMP-native/Apache/manual/mod/mod_dir.html [unknown] 5104 17308 29.5% -lh5- c7c1 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dir.html.en [unknown] 5372 17177 31.3% -lh5- bac5 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dir.html.ja.utf8 [unknown] 4667 14165 32.9% -lh5- eeda Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dir.html.ko.euc-kr [unknown] 5544 18153 30.5% -lh5- 24cd Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dir.html.tr.utf8 [unknown] 157 321 48.9% -lh5- 5a1a May 6 2008 AAMP-native/Apache/manual/mod/mod_disk_cache.html [unknown] 3739 15083 24.8% -lh5- 3cc3 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_disk_cache.html.en [unknown] 4120 15781 26.1% -lh5- 7a36 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_disk_cache.html.ja.utf8 [unknown] 3755 13790 27.2% -lh5- 3502 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_disk_cache.html.ko.euc-kr [unknown] 137 216 63.4% -lh5- be4e May 6 2008 AAMP-native/Apache/manual/mod/mod_dumpio.html [unknown] 3074 10941 28.1% -lh5- d19c Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dumpio.html.en [unknown] 3664 11674 31.4% -lh5- f008 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_dumpio.html.ja.utf8 [unknown] 152 303 50.2% -lh5- b903 May 6 2008 AAMP-native/Apache/manual/mod/mod_echo.html [unknown] 2494 7623 32.7% -lh5- 6e74 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_echo.html.en [unknown] 2828 8025 35.2% -lh5- f7bc Jan 2 2017 AAMP-native/Apache/manual/mod/mod_echo.html.ja.utf8 [unknown] 2709 7472 36.3% -lh5- a6fc Jan 2 2017 AAMP-native/Apache/manual/mod/mod_echo.html.ko.euc-kr [unknown] 162 387 41.9% -lh5- d7e1 Jul 22 2008 AAMP-native/Apache/manual/mod/mod_env.html [unknown] 3302 11746 28.1% -lh5- 8e34 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_env.html.en [unknown] 3378 11131 30.3% -lh5- 8933 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_env.html.ja.utf8 [unknown] 3021 9924 30.4% -lh5- 8154 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_env.html.ko.euc-kr [unknown] 3447 11646 29.6% -lh5- 757d Jan 2 2017 AAMP-native/Apache/manual/mod/mod_env.html.tr.utf8 [unknown] 139 221 62.9% -lh5- 59af May 6 2008 AAMP-native/Apache/manual/mod/mod_example.html [unknown] 3771 11078 34.0% -lh5- 840b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_example.html.en [unknown] 3997 10613 37.7% -lh5- 11f7 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_example.html.ko.euc-kr [unknown] 158 312 50.6% -lh5- 7c0b May 6 2008 AAMP-native/Apache/manual/mod/mod_expires.html [unknown] 5002 16932 29.5% -lh5- 1662 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_expires.html.en [unknown] 5700 18475 30.9% -lh5- 3331 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_expires.html.ja.utf8 [unknown] 5035 15178 33.2% -lh5- acb8 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_expires.html.ko.euc-kr [unknown] 160 321 49.8% -lh5- c12a May 6 2008 AAMP-native/Apache/manual/mod/mod_ext_filter.html [unknown] 6400 21536 29.7% -lh5- 3635 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_ext_filter.html.en [unknown] 7289 23185 31.4% -lh5- 008b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_ext_filter.html.ja.utf8 [unknown] 6284 19167 32.8% -lh5- 1ace Jan 2 2017 AAMP-native/Apache/manual/mod/mod_ext_filter.html.ko.euc-kr [unknown] 142 227 62.6% -lh5- c446 May 6 2008 AAMP-native/Apache/manual/mod/mod_file_cache.html [unknown] 4729 15488 30.5% -lh5- 748d Jan 2 2017 AAMP-native/Apache/manual/mod/mod_file_cache.html.en [unknown] 4966 14529 34.2% -lh5- c950 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_file_cache.html.ko.euc-kr [unknown] 117 126 92.9% -lh5- 2ee1 May 6 2008 AAMP-native/Apache/manual/mod/mod_filter.html [unknown] 7798 29325 26.6% -lh5- 3d2a Jan 2 2017 AAMP-native/Apache/manual/mod/mod_filter.html.en [unknown] 154 312 49.4% -lh5- 18b1 May 6 2008 AAMP-native/Apache/manual/mod/mod_headers.html [unknown] 7834 28265 27.7% -lh5- 6b3f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_headers.html.en [unknown] 7424 25323 29.3% -lh5- a0a3 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_headers.html.ja.utf8 [unknown] 6223 19571 31.8% -lh5- 946a Jan 2 2017 AAMP-native/Apache/manual/mod/mod_headers.html.ko.euc-kr [unknown] 154 306 50.3% -lh5- de47 May 8 2008 AAMP-native/Apache/manual/mod/mod_ident.html [unknown] 3157 9974 31.7% -lh5- 0066 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_ident.html.en [unknown] 3768 10927 34.5% -lh5- ef3a Jan 2 2017 AAMP-native/Apache/manual/mod/mod_ident.html.ja.utf8 [unknown] 3212 9478 33.9% -lh5- 157d Jan 2 2017 AAMP-native/Apache/manual/mod/mod_ident.html.ko.euc-kr [unknown] 140 223 62.8% -lh5- d2c5 May 6 2008 AAMP-native/Apache/manual/mod/mod_imagemap.html [unknown] 6142 21376 28.7% -lh5- b1d9 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_imagemap.html.en [unknown] 6239 19977 31.2% -lh5- 32b9 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_imagemap.html.ko.euc-kr [unknown] 138 218 63.3% -lh5- a80e May 6 2008 AAMP-native/Apache/manual/mod/mod_include.html [unknown] 13374 53187 25.1% -lh5- 9ab4 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_include.html.en [unknown] 13918 53976 25.8% -lh5- 67d2 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_include.html.ja.utf8 [unknown] 154 303 50.8% -lh5- 08c6 May 6 2008 AAMP-native/Apache/manual/mod/mod_info.html [unknown] 4257 13945 30.5% -lh5- 2c36 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_info.html.en [unknown] 5013 15233 32.9% -lh5- 01dd Jan 2 2017 AAMP-native/Apache/manual/mod/mod_info.html.ja.utf8 [unknown] 4307 12635 34.1% -lh5- 2163 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_info.html.ko.euc-kr [unknown] 138 217 63.6% -lh5- ebdd May 6 2008 AAMP-native/Apache/manual/mod/mod_isapi.html [unknown] 6561 23798 27.6% -lh5- f521 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_isapi.html.en [unknown] 6597 21878 30.2% -lh5- 812a Jan 2 2017 AAMP-native/Apache/manual/mod/mod_isapi.html.ko.euc-kr [unknown] 116 124 93.5% -lh5- b77a May 6 2008 AAMP-native/Apache/manual/mod/mod_ldap.html [unknown] 9367 40320 23.2% -lh5- 6ce4 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_ldap.html.en [unknown] 163 395 41.3% -lh5- 4d9f Jun 21 2008 AAMP-native/Apache/manual/mod/mod_logio.html [unknown] 2931 8414 34.8% -lh5- 3edc Jan 2 2017 AAMP-native/Apache/manual/mod/mod_logio.html.en [unknown] 171 415 41.2% -lh5- 27c0 Jun 21 2008 AAMP-native/Apache/manual/mod/mod_log_config.html [unknown] 9474 33921 27.9% -lh5- d5d6 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_log_config.html.en [unknown] 9775 34147 28.6% -lh5- b05f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_log_config.html.ja.utf8 [unknown] 8144 26295 31.0% -lh5- df1f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_log_config.html.ko.euc-kr [unknown] 9524 33673 28.3% -lh5- a687 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_log_config.html.tr.utf8 [unknown] 151 324 46.6% -lh5- 7834 Jun 21 2008 AAMP-native/Apache/manual/mod/mod_log_forensic.html [unknown] 4388 12847 34.2% -lh5- c46e Jan 2 2017 AAMP-native/Apache/manual/mod/mod_log_forensic.html.en [unknown] 5204 14309 36.4% -lh5- 7331 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_log_forensic.html.ja.utf8 [unknown] 4809 13324 36.1% -lh5- c38b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_log_forensic.html.tr.utf8 [unknown] 3284 8868 37.0% -lh5- 1214 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_logio.html.ja.utf8 [unknown] 2973 7893 37.7% -lh5- 8e0f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_logio.html.ko.euc-kr [unknown] 3120 8575 36.4% -lh5- b3ed Jan 2 2017 AAMP-native/Apache/manual/mod/mod_logio.html.tr.utf8 [unknown] 160 318 50.3% -lh5- e8ac May 6 2008 AAMP-native/Apache/manual/mod/mod_mem_cache.html [unknown] 4816 19317 24.9% -lh5- c44c Jan 2 2017 AAMP-native/Apache/manual/mod/mod_mem_cache.html.en [unknown] 5462 20774 26.3% -lh5- 2bde Jan 2 2017 AAMP-native/Apache/manual/mod/mod_mem_cache.html.ja.utf8 [unknown] 4730 17685 26.7% -lh5- 33be Jan 2 2017 AAMP-native/Apache/manual/mod/mod_mem_cache.html.ko.euc-kr [unknown] 135 212 63.7% -lh5- 115a May 6 2008 AAMP-native/Apache/manual/mod/mod_mime.html [unknown] 12673 63713 19.9% -lh5- 4dca Jan 2 2017 AAMP-native/Apache/manual/mod/mod_mime.html.en [unknown] 13904 69263 20.1% -lh5- b166 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_mime.html.ja.utf8 [unknown] 120 130 92.3% -lh5- 6adf May 6 2008 AAMP-native/Apache/manual/mod/mod_mime_magic.html [unknown] 5767 16803 34.3% -lh5- 213f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_mime_magic.html.en [unknown] 140 226 61.9% -lh5- f8b6 May 6 2008 AAMP-native/Apache/manual/mod/mod_negotiation.html [unknown] 6042 20230 29.9% -lh5- 0545 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_negotiation.html.en [unknown] 6961 22755 30.6% -lh5- 0bb8 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_negotiation.html.ja.utf8 [unknown] 118 126 93.7% -lh5- 31c6 May 6 2008 AAMP-native/Apache/manual/mod/mod_nw_ssl.html [unknown] 2834 9482 29.9% -lh5- 6bae Jan 2 2017 AAMP-native/Apache/manual/mod/mod_nw_ssl.html.en [unknown] 144 303 47.5% -lh5- 2c80 Oct 17 2010 AAMP-native/Apache/manual/mod/mod_proxy.html [unknown] 26247 105834 24.8% -lh5- a1e5 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy.html.en [unknown] 29763 116829 25.5% -lh5- d73d Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy.html.fr [unknown] 29451 121991 24.1% -lh5- 559b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy.html.ja.utf8 [unknown] 139 222 62.6% -lh5- 32e9 May 6 2008 AAMP-native/Apache/manual/mod/mod_proxy_ajp.html [unknown] 10141 31405 32.3% -lh5- 4c2a Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_ajp.html.en [unknown] 10820 32573 33.2% -lh5- 59f7 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_ajp.html.ja.utf8 [unknown] 142 232 61.2% -lh5- 5318 May 6 2008 AAMP-native/Apache/manual/mod/mod_proxy_balancer.html [unknown] 8320 29792 27.9% -lh5- 2488 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_balancer.html.en [unknown] 10059 34884 28.8% -lh5- 3e32 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_balancer.html.ja.utf8 [unknown] 141 230 61.3% -lh5- a13b May 20 2008 AAMP-native/Apache/manual/mod/mod_proxy_connect.html [unknown] 2538 7454 34.0% -lh5- 3e25 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_connect.html.en [unknown] 2914 7709 37.8% -lh5- d78d Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_connect.html.ja.utf8 [unknown] 139 222 62.6% -lh5- f457 Jan 3 2012 AAMP-native/Apache/manual/mod/mod_proxy_ftp.html [unknown] 4252 12608 33.7% -lh5- e02f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_ftp.html.en [unknown] 5122 14676 34.9% -lh5- 6cda Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_ftp.html.ja.utf8 [unknown] 148 318 46.5% -lh5- f317 Jan 9 2012 AAMP-native/Apache/manual/mod/mod_proxy_http.html [unknown] 3927 11396 34.5% -lh5- 0ab1 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_http.html.en [unknown] 4369 12136 36.0% -lh5- 41bc Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_http.html.fr [unknown] 4736 13090 36.2% -lh5- 55ba Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_http.html.ja.utf8 [unknown] 140 224 62.5% -lh5- 3415 Jan 3 2012 AAMP-native/Apache/manual/mod/mod_proxy_scgi.html [unknown] 3751 12636 29.7% -lh5- cd92 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_scgi.html.en [unknown] 4502 13811 32.6% -lh5- 1aeb Jan 2 2017 AAMP-native/Apache/manual/mod/mod_proxy_scgi.html.ja.utf8 [unknown] 120 130 92.3% -lh5- 88c3 Feb 28 2010 AAMP-native/Apache/manual/mod/mod_reqtimeout.html [unknown] 3610 11290 32.0% -lh5- 1e4e Jan 2 2017 AAMP-native/Apache/manual/mod/mod_reqtimeout.html.en [unknown] 130 218 59.6% -lh5- e83c Oct 20 2010 AAMP-native/Apache/manual/mod/mod_rewrite.html [unknown] 21502 77066 27.9% -lh5- 4561 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_rewrite.html.en [unknown] 23835 83679 28.5% -lh5- ca88 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_rewrite.html.fr [unknown] 169 407 41.5% -lh5- 033a Jul 22 2008 AAMP-native/Apache/manual/mod/mod_setenvif.html [unknown] 5263 18594 28.3% -lh5- 8811 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_setenvif.html.en [unknown] 5801 19608 29.6% -lh5- d90c Jan 2 2017 AAMP-native/Apache/manual/mod/mod_setenvif.html.ja.utf8 [unknown] 5149 16639 30.9% -lh5- 3968 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_setenvif.html.ko.euc-kr [unknown] 5568 19358 28.8% -lh5- 1bec Jan 2 2017 AAMP-native/Apache/manual/mod/mod_setenvif.html.tr.utf8 [unknown] 163 383 42.6% -lh5- c840 Jul 22 2008 AAMP-native/Apache/manual/mod/mod_so.html [unknown] 4333 13235 32.7% -lh5- ad04 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_so.html.en [unknown] 5282 15627 33.8% -lh5- cc64 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_so.html.ja.utf8 [unknown] 4386 12316 35.6% -lh5- e67b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_so.html.ko.euc-kr [unknown] 4963 14713 33.7% -lh5- a6e1 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_so.html.tr.utf8 [unknown] 157 312 50.3% -lh5- 3b8f May 6 2008 AAMP-native/Apache/manual/mod/mod_speling.html [unknown] 3702 11329 32.7% -lh5- 53bf Jan 2 2017 AAMP-native/Apache/manual/mod/mod_speling.html.en [unknown] 4474 13076 34.2% -lh5- 8288 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_speling.html.ja.utf8 [unknown] 3933 10644 37.0% -lh5- e8f1 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_speling.html.ko.euc-kr [unknown] 115 123 93.5% -lh5- cd97 May 6 2008 AAMP-native/Apache/manual/mod/mod_ssl.html [unknown] 29078 132915 21.9% -lh5- 3f32 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_ssl.html.en [unknown] 166 399 41.6% -lh5- 3861 Jun 21 2008 AAMP-native/Apache/manual/mod/mod_status.html [unknown] 4281 13587 31.5% -lh5- d3bf Jan 2 2017 AAMP-native/Apache/manual/mod/mod_status.html.en [unknown] 5111 15362 33.3% -lh5- d68f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_status.html.ja.utf8 [unknown] 4118 12059 34.1% -lh5- 2632 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_status.html.ko.euc-kr [unknown] 4647 14140 32.9% -lh5- 78a4 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_status.html.tr.utf8 [unknown] 120 130 92.3% -lh5- 2574 May 6 2008 AAMP-native/Apache/manual/mod/mod_substitute.html [unknown] 3331 10681 31.2% -lh5- 60cd Jan 2 2017 AAMP-native/Apache/manual/mod/mod_substitute.html.en [unknown] 175 489 35.8% -lh5- bd56 Nov 24 2010 AAMP-native/Apache/manual/mod/mod_suexec.html [unknown] 2716 8599 31.6% -lh5- 3f9b Jan 2 2017 AAMP-native/Apache/manual/mod/mod_suexec.html.en [unknown] 2856 8878 32.2% -lh5- a0dd Jan 2 2017 AAMP-native/Apache/manual/mod/mod_suexec.html.fr [unknown] 3164 9137 34.6% -lh5- 6b88 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_suexec.html.ja.utf8 [unknown] 2870 8256 34.8% -lh5- f2b5 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_suexec.html.ko.euc-kr [unknown] 2888 8765 32.9% -lh5- 7b2d Jan 2 2017 AAMP-native/Apache/manual/mod/mod_suexec.html.tr.utf8 [unknown] 160 318 50.3% -lh5- e21e May 6 2008 AAMP-native/Apache/manual/mod/mod_unique_id.html [unknown] 5952 15247 39.0% -lh5- 7a83 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_unique_id.html.en [unknown] 7104 18631 38.1% -lh5- 4644 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_unique_id.html.ja.utf8 [unknown] 5753 13137 43.8% -lh5- 9c38 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_unique_id.html.ko.euc-kr [unknown] 168 403 41.7% -lh5- 6a59 Oct 10 2008 AAMP-native/Apache/manual/mod/mod_userdir.html [unknown] 3844 12028 32.0% -lh5- 62ac Jan 2 2017 AAMP-native/Apache/manual/mod/mod_userdir.html.en [unknown] 164 403 40.7% -lh5- 44d7 May 6 2008 AAMP-native/Apache/manual/mod/module-dict.html [unknown] 3127 9710 32.2% -lh5- 13d2 Jan 2 2017 AAMP-native/Apache/manual/mod/module-dict.html.en [unknown] 3689 10794 34.2% -lh5- 2f6b Jan 2 2017 AAMP-native/Apache/manual/mod/module-dict.html.ja.utf8 [unknown] 3146 8951 35.1% -lh5- c01a Jan 2 2017 AAMP-native/Apache/manual/mod/module-dict.html.ko.euc-kr [unknown] 3368 9897 34.0% -lh5- ca6c Jan 2 2017 AAMP-native/Apache/manual/mod/module-dict.html.tr.utf8 [unknown] 4518 13102 34.5% -lh5- 1224 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_userdir.html.ja.utf8 [unknown] 3905 10826 36.1% -lh5- 961d Jan 2 2017 AAMP-native/Apache/manual/mod/mod_userdir.html.ko.euc-kr [unknown] 4162 12501 33.3% -lh5- 1b3c Jan 2 2017 AAMP-native/Apache/manual/mod/mod_userdir.html.tr.utf8 [unknown] 119 129 92.2% -lh5- 4e74 May 6 2008 AAMP-native/Apache/manual/mod/mod_usertrack.html [unknown] 5387 18007 29.9% -lh5- ca14 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_usertrack.html.en [unknown] 157 312 50.3% -lh5- a907 May 6 2008 AAMP-native/Apache/manual/mod/mod_version.html [unknown] 3378 10781 31.3% -lh5- 5a61 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_version.html.en [unknown] 3907 11325 34.5% -lh5- f516 Jan 2 2017 AAMP-native/Apache/manual/mod/mod_version.html.ja.utf8 [unknown] 3590 10261 35.0% -lh5- 377f Jan 2 2017 AAMP-native/Apache/manual/mod/mod_version.html.ko.euc-kr [unknown] 140 226 61.9% -lh5- 1a51 Jun 21 2008 AAMP-native/Apache/manual/mod/mod_vhost_alias.html [unknown] 4913 19589 25.1% -lh5- 2eee Jan 2 2017 AAMP-native/Apache/manual/mod/mod_vhost_alias.html.en [unknown] 5260 20003 26.3% -lh5- 511a Jan 2 2017 AAMP-native/Apache/manual/mod/mod_vhost_alias.html.tr.utf8 [unknown] 155 396 39.1% -lh5- 3704 May 12 2008 AAMP-native/Apache/manual/mod/mpm_common.html [unknown] 16436 81584 20.1% -lh5- a3c6 Jan 2 2017 AAMP-native/Apache/manual/mod/mpm_common.html.de [unknown] 14409 71883 20.0% -lh5- 7d56 Jan 2 2017 AAMP-native/Apache/manual/mod/mpm_common.html.en [unknown] 116 124 93.5% -lh5- adca May 6 2008 AAMP-native/Apache/manual/mod/mpmt_os2.html [unknown] 2570 7760 33.1% -lh5- 8300 Jan 2 2017 AAMP-native/Apache/manual/mod/mpmt_os2.html.en [unknown] 16162 80081 20.2% -lh5- bd1b Jan 2 2017 AAMP-native/Apache/manual/mod/mpm_common.html.ja.utf8 [unknown] 15696 77106 20.4% -lh5- 922a Jan 2 2017 AAMP-native/Apache/manual/mod/mpm_common.html.tr.utf8 [unknown] 117 127 92.1% -lh5- 43e2 May 6 2008 AAMP-native/Apache/manual/mod/mpm_netware.html [unknown] 3266 10053 32.5% -lh5- 6fea Jan 2 2017 AAMP-native/Apache/manual/mod/mpm_netware.html.en [unknown] 144 303 47.5% -lh5- 60cb May 6 2008 AAMP-native/Apache/manual/mod/mpm_winnt.html [unknown] 3277 9831 33.3% -lh5- ab2c Jan 2 2017 AAMP-native/Apache/manual/mod/mpm_winnt.html.de [unknown] 3050 9649 31.6% -lh5- 8660 Jan 2 2017 AAMP-native/Apache/manual/mod/mpm_winnt.html.en [unknown] 3652 10233 35.7% -lh5- a289 Jan 2 2017 AAMP-native/Apache/manual/mod/mpm_winnt.html.ja.utf8 [unknown] 150 384 39.1% -lh5- 2817 Oct 10 2008 AAMP-native/Apache/manual/mod/prefork.html [unknown] 4768 16059 29.7% -lh5- 31ab Jan 2 2017 AAMP-native/Apache/manual/mod/prefork.html.de [unknown] 4377 15321 28.6% -lh5- e40c Jan 2 2017 AAMP-native/Apache/manual/mod/prefork.html.en [unknown] 5120 17138 29.9% -lh5- 535b Jan 2 2017 AAMP-native/Apache/manual/mod/prefork.html.ja.utf8 [unknown] 4754 16035 29.6% -lh5- a857 Jan 2 2017 AAMP-native/Apache/manual/mod/prefork.html.tr.utf8 [unknown] 213 800 26.6% -lh5- ea18 Feb 5 2014 AAMP-native/Apache/manual/mod/quickreference.html [unknown] 25927 120132 21.6% -lh5- 9e4c Jan 9 2017 AAMP-native/Apache/manual/mod/quickreference.html.de [unknown] 24455 118922 20.6% -lh5- bada Jan 9 2017 AAMP-native/Apache/manual/mod/quickreference.html.en [unknown] 24759 119384 20.7% -lh5- f68b Jan 9 2017 AAMP-native/Apache/manual/mod/quickreference.html.es [unknown] 28267 124441 22.7% -lh5- f9af Jan 9 2017 AAMP-native/Apache/manual/mod/quickreference.html.ja.utf8 [unknown] 25769 116648 22.1% -lh5- c2fb Jan 9 2017 AAMP-native/Apache/manual/mod/quickreference.html.ko.euc-kr [unknown] 24999 119257 21.0% -lh5- 1490 Jan 9 2017 AAMP-native/Apache/manual/mod/quickreference.html.ru.koi8-r [unknown] 26734 121480 22.0% -lh5- d1ac Jan 9 2017 AAMP-native/Apache/manual/mod/quickreference.html.tr.utf8 [unknown] 24871 118826 20.9% -lh5- 89ed Jan 9 2017 AAMP-native/Apache/manual/mod/quickreference.html.zh-cn.utf8 [unknown] 149 380 39.2% -lh5- 08d5 Oct 10 2008 AAMP-native/Apache/manual/mod/worker.html [unknown] 4960 15886 31.2% -lh5- d8dd Jan 2 2017 AAMP-native/Apache/manual/mod/worker.html.de [unknown] 4552 15369 29.6% -lh5- bb23 Jan 2 2017 AAMP-native/Apache/manual/mod/worker.html.en [unknown] 5318 17195 30.9% -lh5- dfcf Jan 2 2017 AAMP-native/Apache/manual/mod/worker.html.ja.utf8 [unknown] 4870 15950 30.5% -lh5- a6b8 Jan 2 2017 AAMP-native/Apache/manual/mod/worker.html.tr.utf8 [unknown] 193 709 27.2% -lh5- bae9 Feb 5 2014 AAMP-native/Apache/manual/mpm.html [unknown] 3951 11389 34.7% -lh5- 8f58 Jan 2 2017 AAMP-native/Apache/manual/mpm.html.de [unknown] 3659 10967 33.4% -lh5- ddf1 Jan 2 2017 AAMP-native/Apache/manual/mpm.html.en [unknown] 4091 11847 34.5% -lh5- 1875 Jan 2 2017 AAMP-native/Apache/manual/mpm.html.es [unknown] 3887 11424 34.0% -lh5- a5b4 Jan 2 2017 AAMP-native/Apache/manual/mpm.html.fr [unknown] 4311 12218 35.3% -lh5- fcdf Jan 2 2017 AAMP-native/Apache/manual/mpm.html.ja.utf8 [unknown] 3944 10458 37.7% -lh5- 57ba Jan 2 2017 AAMP-native/Apache/manual/mpm.html.ko.euc-kr [unknown] 3984 11642 34.2% -lh5- f992 Jan 2 2017 AAMP-native/Apache/manual/mpm.html.tr.utf8 [unknown] 3846 10336 37.2% -lh5- 2704 Jan 2 2017 AAMP-native/Apache/manual/mpm.html.zh-cn.utf8 [unknown] 216 816 26.5% -lh5- 694a Aug 9 2008 AAMP-native/Apache/manual/new_features_2_0.html [unknown] 6303 18032 35.0% -lh5- 9b18 Jan 2 2017 AAMP-native/Apache/manual/new_features_2_0.html.de [unknown] 5554 16472 33.7% -lh5- 28e0 Jan 2 2017 AAMP-native/Apache/manual/new_features_2_0.html.en [unknown] 6381 19065 33.5% -lh5- b048 Jan 2 2017 AAMP-native/Apache/manual/new_features_2_0.html.fr [unknown] 6609 19724 33.5% -lh5- f137 Jan 2 2017 AAMP-native/Apache/manual/new_features_2_0.html.ja.utf8 [unknown] 5855 15596 37.5% -lh5- 598a Jan 2 2017 AAMP-native/Apache/manual/new_features_2_0.html.ko.euc-kr [unknown] 6116 17501 34.9% -lh5- 227b Jan 2 2017 AAMP-native/Apache/manual/new_features_2_0.html.pt-br [unknown] 6803 18307 37.2% -lh5- f59b Jan 2 2017 AAMP-native/Apache/manual/new_features_2_0.html.ru.koi8-r [unknown] 6218 18324 33.9% -lh5- 7eca Jan 2 2017 AAMP-native/Apache/manual/new_features_2_0.html.tr.utf8 [unknown] 192 621 30.9% -lh5- a3af Jan 3 2012 AAMP-native/Apache/manual/new_features_2_2.html [unknown] 6125 19801 30.9% -lh5- be0a Jan 2 2017 AAMP-native/Apache/manual/new_features_2_2.html.en [unknown] 7032 21771 32.3% -lh5- 92d4 Jan 2 2017 AAMP-native/Apache/manual/new_features_2_2.html.fr [unknown] 7323 22802 32.1% -lh5- 3e13 Jan 2 2017 AAMP-native/Apache/manual/new_features_2_2.html.ja.utf8 [unknown] 3827 10384 36.9% -lh5- c1cc Jan 2 2017 AAMP-native/Apache/manual/new_features_2_2.html.ko.euc-kr [unknown] 3900 11256 34.6% -lh5- cd58 Jan 2 2017 AAMP-native/Apache/manual/new_features_2_2.html.pt-br [unknown] 6812 21565 31.6% -lh5- 7052 Jan 2 2017 AAMP-native/Apache/manual/new_features_2_2.html.tr.utf8 [unknown] 135 211 64.0% -lh5- 38d6 May 6 2008 AAMP-native/Apache/manual/platform/ebcdic.html [unknown] 6909 24731 27.9% -lh5- 9b9f Jan 2 2017 AAMP-native/Apache/manual/platform/ebcdic.html.en [unknown] 6894 22711 30.4% -lh5- 7a45 Jan 2 2017 AAMP-native/Apache/manual/platform/ebcdic.html.ko.euc-kr [unknown] 152 300 50.7% -lh5- e09e Feb 5 2014 AAMP-native/Apache/manual/platform/index.html [unknown] 1915 5919 32.4% -lh5- d075 Jan 2 2017 AAMP-native/Apache/manual/platform/index.html.en [unknown] 2002 5672 35.3% -lh5- bb67 Jan 2 2017 AAMP-native/Apache/manual/platform/index.html.ko.euc-kr [unknown] 2051 5739 35.7% -lh5- daee Jan 2 2017 AAMP-native/Apache/manual/platform/index.html.zh-cn.utf8 [unknown] 134 213 62.9% -lh5- b062 May 6 2008 AAMP-native/Apache/manual/platform/netware.html [unknown] 9731 33504 29.0% -lh5- 11f4 Jan 2 2017 AAMP-native/Apache/manual/platform/netware.html.en [unknown] 8671 27218 31.9% -lh5- fd93 Jan 2 2017 AAMP-native/Apache/manual/platform/netware.html.ko.euc-kr [unknown] 135 213 63.4% -lh5- c880 May 6 2008 AAMP-native/Apache/manual/platform/perf-hp.html [unknown] 3494 8928 39.1% -lh5- ee2d Jan 2 2017 AAMP-native/Apache/manual/platform/perf-hp.html.en [unknown] 3636 8356 43.5% -lh5- efc6 Jan 2 2017 AAMP-native/Apache/manual/platform/perf-hp.html.ko.euc-kr [unknown] 136 213 63.8% -lh5- c55a May 6 2008 AAMP-native/Apache/manual/platform/windows.html [unknown] 13787 43229 31.9% -lh5- c130 Jan 2 2017 AAMP-native/Apache/manual/platform/windows.html.en [unknown] 11474 32768 35.0% -lh5- e0ad Jan 2 2017 AAMP-native/Apache/manual/platform/windows.html.ko.euc-kr [unknown] 141 225 62.7% -lh5- 809b May 6 2008 AAMP-native/Apache/manual/platform/win_compiling.html [unknown] 8708 25597 34.0% -lh5- 706a Jan 2 2017 AAMP-native/Apache/manual/platform/win_compiling.html.en [unknown] 7639 22047 34.6% -lh5- b21d Jan 2 2017 AAMP-native/Apache/manual/platform/win_compiling.html.ko.euc-kr [unknown] 148 285 51.9% -lh5- 7ec3 Oct 23 2008 AAMP-native/Apache/manual/programs/ab.html [unknown] 5960 18546 32.1% -lh5- 3b92 Jan 2 2017 AAMP-native/Apache/manual/programs/ab.html.en [unknown] 4706 12977 36.3% -lh5- 1127 Jan 2 2017 AAMP-native/Apache/manual/programs/ab.html.ko.euc-kr [unknown] 6508 20176 32.3% -lh5- bdb6 Jan 2 2017 AAMP-native/Apache/manual/programs/ab.html.tr.utf8 [unknown] 151 306 49.3% -lh5- fe4f Oct 23 2008 AAMP-native/Apache/manual/programs/apachectl.html [unknown] 3735 11939 31.3% -lh5- 99e8 Jan 2 2017 AAMP-native/Apache/manual/programs/apachectl.html.en [unknown] 3873 10301 37.6% -lh5- b318 Jan 2 2017 AAMP-native/Apache/manual/programs/apachectl.html.ko.euc-kr [unknown] 4268 13874 30.8% -lh5- 2c23 Jan 2 2017 AAMP-native/Apache/manual/programs/apachectl.html.tr.utf8 [unknown] 149 291 51.2% -lh5- 1df8 Feb 12 2009 AAMP-native/Apache/manual/programs/apxs.html [unknown] 5884 19986 29.4% -lh5- d93e Jan 2 2017 AAMP-native/Apache/manual/programs/apxs.html.en [unknown] 5823 18248 31.9% -lh5- 3655 Jan 2 2017 AAMP-native/Apache/manual/programs/apxs.html.ko.euc-kr [unknown] 6412 22338 28.7% -lh5- 8acc Jan 2 2017 AAMP-native/Apache/manual/programs/apxs.html.tr.utf8 [unknown] 153 306 50.0% -lh5- 71f4 Jul 22 2008 AAMP-native/Apache/manual/programs/configure.html [unknown] 12477 53651 23.3% -lh5- d0df Jan 2 2017 AAMP-native/Apache/manual/programs/configure.html.en [unknown] 12133 46816 25.9% -lh5- 162a Jan 2 2017 AAMP-native/Apache/manual/programs/configure.html.ko.euc-kr [unknown] 13946 60487 23.1% -lh5- 7fae Jan 2 2017 AAMP-native/Apache/manual/programs/configure.html.tr.utf8 [unknown] 151 306 49.3% -lh5- eb48 Feb 12 2009 AAMP-native/Apache/manual/programs/dbmmanage.html [unknown] 4497 13750 32.7% -lh5- a74c Jan 2 2017 AAMP-native/Apache/manual/programs/dbmmanage.html.en [unknown] 4340 11955 36.3% -lh5- 6fb3 Jan 2 2017 AAMP-native/Apache/manual/programs/dbmmanage.html.ko.euc-kr [unknown] 4846 15128 32.0% -lh5- 1823 Jan 2 2017 AAMP-native/Apache/manual/programs/dbmmanage.html.tr.utf8 [unknown] 153 315 48.6% -lh5- 954f Feb 12 2009 AAMP-native/Apache/manual/programs/htcacheclean.html [unknown] 3335 10054 33.2% -lh5- ce27 Jan 2 2017 AAMP-native/Apache/manual/programs/htcacheclean.html.en [unknown] 3375 9427 35.8% -lh5- b427 Jan 2 2017 AAMP-native/Apache/manual/programs/htcacheclean.html.ko.euc-kr [unknown] 3513 10699 32.8% -lh5- 4e75 Jan 2 2017 AAMP-native/Apache/manual/programs/htcacheclean.html.tr.utf8 [unknown] 131 206 63.6% -lh5- 7dff Feb 12 2009 AAMP-native/Apache/manual/programs/htdbm.html [unknown] 5108 17434 29.3% -lh5- f4c3 Jan 2 2017 AAMP-native/Apache/manual/programs/htdbm.html.en [unknown] 5363 18467 29.0% -lh5- 9294 Jan 2 2017 AAMP-native/Apache/manual/programs/htdbm.html.tr.utf8 [unknown] 153 303 50.5% -lh5- 2dc6 Feb 12 2009 AAMP-native/Apache/manual/programs/htdigest.html [unknown] 2747 8471 32.4% -lh5- 80d2 Jan 2 2017 AAMP-native/Apache/manual/programs/htdigest.html.en [unknown] 2798 7705 36.3% -lh5- 9f2c Jan 2 2017 AAMP-native/Apache/manual/programs/htdigest.html.ko.euc-kr [unknown] 3012 8941 33.7% -lh5- 02ae Jan 2 2017 AAMP-native/Apache/manual/programs/htdigest.html.tr.utf8 [unknown] 153 303 50.5% -lh5- 75fe Feb 12 2009 AAMP-native/Apache/manual/programs/htpasswd.html [unknown] 5053 16021 31.5% -lh5- b071 Jan 2 2017 AAMP-native/Apache/manual/programs/htpasswd.html.en [unknown] 4885 14040 34.8% -lh5- f1ff Jan 2 2017 AAMP-native/Apache/manual/programs/htpasswd.html.ko.euc-kr [unknown] 5359 17057 31.4% -lh5- 0c4e Jan 2 2017 AAMP-native/Apache/manual/programs/htpasswd.html.tr.utf8 [unknown] 147 294 50.0% -lh5- 7ec7 Jun 21 2008 AAMP-native/Apache/manual/programs/httpd.html [unknown] 4115 12658 32.5% -lh5- c3bb May 6 2017 AAMP-native/Apache/manual/programs/httpd.html.en [unknown] 4149 11608 35.7% -lh5- 17dc Jan 2 2017 AAMP-native/Apache/manual/programs/httpd.html.ko.euc-kr [unknown] 4800 14787 32.5% -lh5- a541 May 6 2017 AAMP-native/Apache/manual/programs/httpd.html.tr.utf8 [unknown] 134 214 62.6% -lh5- 1579 Feb 12 2009 AAMP-native/Apache/manual/programs/httxt2dbm.html [unknown] 2633 8069 32.6% -lh5- 475f Jan 2 2017 AAMP-native/Apache/manual/programs/httxt2dbm.html.en [unknown] 2775 8357 33.2% -lh5- 3f4b Jan 2 2017 AAMP-native/Apache/manual/programs/httxt2dbm.html.tr.utf8 [unknown] 197 643 30.6% -lh5- ceaa Feb 5 2014 AAMP-native/Apache/manual/programs/index.html [unknown] 2013 7210 27.9% -lh5- 7226 Jan 2 2017 AAMP-native/Apache/manual/programs/index.html.en [unknown] 2181 6979 31.3% -lh5- 8698 Jan 2 2017 AAMP-native/Apache/manual/programs/index.html.es [unknown] 2392 7646 31.3% -lh5- 8712 Jan 2 2017 AAMP-native/Apache/manual/programs/index.html.ja.utf8 [unknown] 2182 6440 33.9% -lh5- b797 Jan 2 2017 AAMP-native/Apache/manual/programs/index.html.ko.euc-kr [unknown] 2299 7275 31.6% -lh5- 2ff0 Jan 2 2017 AAMP-native/Apache/manual/programs/index.html.ru.koi8-r [unknown] 2220 7597 29.2% -lh5- 5cde Jan 2 2017 AAMP-native/Apache/manual/programs/index.html.tr.utf8 [unknown] 2172 7094 30.6% -lh5- 6fd8 Jan 2 2017 AAMP-native/Apache/manual/programs/index.html.zh-cn.utf8 [unknown] 155 309 50.2% -lh5- d9ac Feb 12 2009 AAMP-native/Apache/manual/programs/logresolve.html [unknown] 2510 7253 34.6% -lh5- 2fc2 Jan 2 2017 AAMP-native/Apache/manual/programs/logresolve.html.en [unknown] 2645 7011 37.7% -lh5- 8491 Jan 2 2017 AAMP-native/Apache/manual/programs/logresolve.html.ko.euc-kr [unknown] 2618 7443 35.2% -lh5- 0ce7 Jan 2 2017 AAMP-native/Apache/manual/programs/logresolve.html.tr.utf8 [unknown] 149 294 50.7% -lh5- 5f01 Feb 12 2009 AAMP-native/Apache/manual/programs/other.html [unknown] 2555 7255 35.2% -lh5- a494 Jan 2 2017 AAMP-native/Apache/manual/programs/other.html.en [unknown] 2724 7004 38.9% -lh5- 67f1 Jan 2 2017 AAMP-native/Apache/manual/programs/other.html.ko.euc-kr [unknown] 2750 7502 36.7% -lh5- 2e17 Jan 2 2017 AAMP-native/Apache/manual/programs/other.html.tr.utf8 [unknown] 152 309 49.2% -lh5- 02aa Feb 12 2009 AAMP-native/Apache/manual/programs/rotatelogs.html [unknown] 4309 13167 32.7% -lh5- c7bc Jan 2 2017 AAMP-native/Apache/manual/programs/rotatelogs.html.en [unknown] 3727 10389 35.9% -lh5- 8445 Jan 2 2017 AAMP-native/Apache/manual/programs/rotatelogs.html.ko.euc-kr [unknown] 4762 14047 33.9% -lh5- bb14 Jan 2 2017 AAMP-native/Apache/manual/programs/rotatelogs.html.tr.utf8 [unknown] 147 297 49.5% -lh5- e0ab Feb 12 2009 AAMP-native/Apache/manual/programs/suexec.html [unknown] 2416 7099 34.0% -lh5- cd4a Jan 2 2017 AAMP-native/Apache/manual/programs/suexec.html.en [unknown] 2651 7072 37.5% -lh5- 9395 Jan 2 2017 AAMP-native/Apache/manual/programs/suexec.html.ko.euc-kr [unknown] 2555 7365 34.7% -lh5- c6f6 Jan 2 2017 AAMP-native/Apache/manual/programs/suexec.html.tr.utf8 [unknown] 113 122 92.6% -lh5- 510c May 9 2011 AAMP-native/Apache/manual/rewrite/access.html [unknown] 5055 15217 33.2% -lh5- 0983 Jan 2 2017 AAMP-native/Apache/manual/rewrite/access.html.en [unknown] 115 124 92.7% -lh5- 1e12 May 9 2011 AAMP-native/Apache/manual/rewrite/advanced.html [unknown] 6733 20447 32.9% -lh5- 996a Jan 2 2017 AAMP-native/Apache/manual/rewrite/advanced.html.en [unknown] 113 121 93.4% -lh5- 13b7 May 9 2011 AAMP-native/Apache/manual/rewrite/avoid.html [unknown] 4618 14168 32.6% -lh5- c543 Jan 2 2017 AAMP-native/Apache/manual/rewrite/avoid.html.en [unknown] 124 206 60.2% -lh5- e9ab May 9 2011 AAMP-native/Apache/manual/rewrite/flags.html [unknown] 11524 36810 31.3% -lh5- cf63 Jan 2 2017 AAMP-native/Apache/manual/rewrite/flags.html.en [unknown] 12961 41176 31.5% -lh5- d57c Jan 2 2017 AAMP-native/Apache/manual/rewrite/flags.html.fr [unknown] 114 124 91.9% -lh5- 791a May 9 2011 AAMP-native/Apache/manual/rewrite/htaccess.html [unknown] 2142 5942 36.0% -lh5- 12cd Jan 2 2017 AAMP-native/Apache/manual/rewrite/htaccess.html.en [unknown] 151 382 39.5% -lh5- 7a0b Feb 5 2014 AAMP-native/Apache/manual/rewrite/index.html [unknown] 2499 7193 34.7% -lh5- 85a1 Jan 2 2017 AAMP-native/Apache/manual/rewrite/index.html.en [unknown] 2755 7820 35.2% -lh5- 2553 Jan 2 2017 AAMP-native/Apache/manual/rewrite/index.html.fr [unknown] 2657 7535 35.3% -lh5- f647 Jan 2 2017 AAMP-native/Apache/manual/rewrite/index.html.tr.utf8 [unknown] 2745 6844 40.1% -lh5- 69b3 Jan 2 2017 AAMP-native/Apache/manual/rewrite/index.html.zh-cn.utf8 [unknown] 124 206 60.2% -lh5- 1178 May 9 2011 AAMP-native/Apache/manual/rewrite/intro.html [unknown] 6855 21631 31.7% -lh5- 4f75 Jan 2 2017 AAMP-native/Apache/manual/rewrite/intro.html.en [unknown] 7597 23774 32.0% -lh5- fd5e Jan 2 2017 AAMP-native/Apache/manual/rewrite/intro.html.fr [unknown] 113 121 93.4% -lh5- c74f May 9 2011 AAMP-native/Apache/manual/rewrite/proxy.html [unknown] 2884 8130 35.5% -lh5- 8d76 Jan 2 2017 AAMP-native/Apache/manual/rewrite/proxy.html.en [unknown] 115 125 92.0% -lh5- 352d May 9 2011 AAMP-native/Apache/manual/rewrite/remapping.html [unknown] 7850 26970 29.1% -lh5- 7408 Jan 2 2017 AAMP-native/Apache/manual/rewrite/remapping.html.en [unknown] 116 126 92.1% -lh5- d2d9 May 9 2011 AAMP-native/Apache/manual/rewrite/rewritemap.html [unknown] 7186 22197 32.4% -lh5- 3276 Jan 2 2017 AAMP-native/Apache/manual/rewrite/rewritemap.html.en [unknown] 122 204 59.8% -lh5- addc May 9 2011 AAMP-native/Apache/manual/rewrite/tech.html [unknown] 4810 13282 36.2% -lh5- 263a Jan 2 2017 AAMP-native/Apache/manual/rewrite/tech.html.en [unknown] 5393 14605 36.9% -lh5- 110c Jan 2 2017 AAMP-native/Apache/manual/rewrite/tech.html.fr [unknown] 113 122 92.6% -lh5- 7cd6 May 9 2011 AAMP-native/Apache/manual/rewrite/vhosts.html [unknown] 4382 13058 33.6% -lh5- d311 Jan 2 2017 AAMP-native/Apache/manual/rewrite/vhosts.html.en [unknown] 169 479 35.3% -lh5- 30a1 May 6 2008 AAMP-native/Apache/manual/sections.html [unknown] 9222 34209 27.0% -lh5- 02a0 Jan 2 2017 AAMP-native/Apache/manual/sections.html.en [unknown] 10379 37643 27.6% -lh5- c580 Jan 2 2017 AAMP-native/Apache/manual/sections.html.fr [unknown] 9138 34085 26.8% -lh5- 8362 Jan 2 2017 AAMP-native/Apache/manual/sections.html.ja.utf8 [unknown] 7727 26186 29.5% -lh5- 965b Jan 2 2017 AAMP-native/Apache/manual/sections.html.ko.euc-kr [unknown] 8853 32702 27.1% -lh5- 23b4 Jan 2 2017 AAMP-native/Apache/manual/sections.html.tr.utf8 [unknown] 166 403 41.2% -lh5- 1dd4 Jul 22 2008 AAMP-native/Apache/manual/server-wide.html [unknown] 3350 11626 28.8% -lh5- 57fd Jan 2 2017 AAMP-native/Apache/manual/server-wide.html.en [unknown] 3838 12358 31.1% -lh5- 8b60 Jan 2 2017 AAMP-native/Apache/manual/server-wide.html.ja.utf8 [unknown] 3545 10918 32.5% -lh5- 70d1 Jan 2 2017 AAMP-native/Apache/manual/server-wide.html.ko.euc-kr [unknown] 3657 12058 30.3% -lh5- 69b6 Jan 2 2017 AAMP-native/Apache/manual/server-wide.html.tr.utf8 [unknown] 190 654 29.1% -lh5- 7cc1 Feb 5 2014 AAMP-native/Apache/manual/sitemap.html [unknown] 5420 22436 24.2% -lh5- 47ea Jan 2 2017 AAMP-native/Apache/manual/sitemap.html.de [unknown] 5207 22396 23.2% -lh5- ea45 Jan 2 2017 AAMP-native/Apache/manual/sitemap.html.en [unknown] 5293 22128 23.9% -lh5- 5c6a Jan 2 2017 AAMP-native/Apache/manual/sitemap.html.es [unknown] 5760 23254 24.8% -lh5- e6be Jan 2 2017 AAMP-native/Apache/manual/sitemap.html.ja.utf8 [unknown] 5273 20455 25.8% -lh5- a8dd Jan 2 2017 AAMP-native/Apache/manual/sitemap.html.ko.euc-kr [unknown] 5583 23135 24.1% -lh5- d104 Jan 2 2017 AAMP-native/Apache/manual/sitemap.html.tr.utf8 [unknown] 5378 21203 25.4% -lh5- 78b0 Jan 2 2017 AAMP-native/Apache/manual/sitemap.html.zh-cn.utf8 [unknown] 152 382 39.8% -lh5- 24d1 Feb 5 2014 AAMP-native/Apache/manual/ssl/index.html [unknown] 1793 5432 33.0% -lh5- 6126 Jan 2 2017 AAMP-native/Apache/manual/ssl/index.html.en [unknown] 2040 5681 35.9% -lh5- d728 Jan 2 2017 AAMP-native/Apache/manual/ssl/index.html.ja.utf8 [unknown] 1914 5566 34.4% -lh5- 5d95 Jan 2 2017 AAMP-native/Apache/manual/ssl/index.html.tr.utf8 [unknown] 1891 5258 36.0% -lh5- 2ffc Jan 2 2017 AAMP-native/Apache/manual/ssl/index.html.zh-cn.utf8 [unknown] 117 126 92.9% -lh5- 72a8 May 6 2008 AAMP-native/Apache/manual/ssl/ssl_compat.html [unknown] 4922 22023 22.3% -lh5- c314 Jan 2 2017 AAMP-native/Apache/manual/ssl/ssl_compat.html.en [unknown] 115 123 93.5% -lh5- 223d May 6 2008 AAMP-native/Apache/manual/ssl/ssl_faq.html [unknown] 20265 61475 33.0% -lh5- a53a Jan 2 2017 AAMP-native/Apache/manual/ssl/ssl_faq.html.en [unknown] 116 125 92.8% -lh5- 51c0 May 6 2008 AAMP-native/Apache/manual/ssl/ssl_howto.html [unknown] 5553 17467 31.8% -lh5- cf1b Jan 2 2017 AAMP-native/Apache/manual/ssl/ssl_howto.html.en [unknown] 135 214 63.1% -lh5- 3ef8 May 6 2008 AAMP-native/Apache/manual/ssl/ssl_intro.html [unknown] 13465 36834 36.6% -lh5- 0cd7 Jan 2 2017 AAMP-native/Apache/manual/ssl/ssl_intro.html.en [unknown] 14844 41368 35.9% -lh5- 4ea6 Jan 2 2017 AAMP-native/Apache/manual/ssl/ssl_intro.html.ja.utf8 [unknown] 185 655 28.2% -lh5- d2e3 May 6 2008 AAMP-native/Apache/manual/stopping.html [unknown] 7727 23362 33.1% -lh5- 31c5 Jan 2 2017 AAMP-native/Apache/manual/stopping.html.de [unknown] 5787 18443 31.4% -lh5- 719a Jan 2 2017 AAMP-native/Apache/manual/stopping.html.en [unknown] 6702 19504 34.4% -lh5- 79a6 Jan 2 2017 AAMP-native/Apache/manual/stopping.html.es [unknown] 6548 20645 31.7% -lh5- d71c Jan 2 2017 AAMP-native/Apache/manual/stopping.html.fr [unknown] 6752 21515 31.4% -lh5- f1c0 Jan 2 2017 AAMP-native/Apache/manual/stopping.html.ja.utf8 [unknown] 5929 15519 38.2% -lh5- e40b Jan 2 2017 AAMP-native/Apache/manual/stopping.html.ko.euc-kr [unknown] 6381 20571 31.0% -lh5- 418d Jan 2 2017 AAMP-native/Apache/manual/stopping.html.tr.utf8 [unknown] 221 405 54.6% -lh5- 488b Jan 2 2017 AAMP-native/Apache/manual/style/build.properties [unknown] 1856 5685 32.6% -lh5- e35a Feb 6 2014 AAMP-native/Apache/manual/style/common.dtd [unknown] 535 915 58.5% -lh5- 3ef1 Jul 12 2006 AAMP-native/Apache/manual/style/css/manual-chm.css [unknown] 1093 3065 35.7% -lh5- 9bed Jul 12 2006 AAMP-native/Apache/manual/style/css/manual-loose-100pc.css [unknown] 3083 13200 23.4% -lh5- 790c Jul 12 2006 AAMP-native/Apache/manual/style/css/manual-print.css [unknown] 517 885 58.4% -lh5- c0df Jul 12 2006 AAMP-native/Apache/manual/style/css/manual-zip-100pc.css [unknown] 507 874 58.0% -lh5- 1034 Jul 12 2006 AAMP-native/Apache/manual/style/css/manual-zip.css [unknown] 4175 18754 22.3% -lh5- 7d66 Feb 1 2014 AAMP-native/Apache/manual/style/css/manual.css [unknown] 1093 3616 30.2% -lh5- 442e Feb 3 2014 AAMP-native/Apache/manual/style/css/prettify.css [unknown] 706 1247 56.6% -lh5- eb7a Feb 1 2014 AAMP-native/Apache/manual/style/faq.dtd [unknown] 539 907 59.4% -lh5- 835e Jul 12 2006 AAMP-native/Apache/manual/style/lang.dtd [unknown] 989 2582 38.3% -lh5- 39ac Jul 12 2006 AAMP-native/Apache/manual/style/latex/atbeginend.sty [unknown] 632 1082 58.4% -lh5- d70b Feb 1 2014 AAMP-native/Apache/manual/style/manualpage.dtd [unknown] 936 2246 41.7% -lh5- 5aa5 Feb 1 2014 AAMP-native/Apache/manual/style/modulesynopsis.dtd [unknown] 119 167 71.3% -lh5- 353b Feb 3 2014 AAMP-native/Apache/manual/style/scripts/MINIFY [unknown] 24477 72106 33.9% -lh5- f1ea Feb 3 2014 AAMP-native/Apache/manual/style/scripts/prettify.js [unknown] 12934 36840 35.1% -lh5- f810 Feb 3 2014 AAMP-native/Apache/manual/style/scripts/prettify.min.js [unknown] 729 1425 51.2% -lh5- f464 Feb 1 2014 AAMP-native/Apache/manual/style/sitemap.dtd [unknown] 530 925 57.3% -lh5- 881f Jun 23 2017 AAMP-native/Apache/manual/style/version.ent [unknown] 170 469 36.2% -lh5- 46ce Nov 24 2010 AAMP-native/Apache/manual/suexec.html [unknown] 9089 29842 30.5% -lh5- ae20 Jan 2 2017 AAMP-native/Apache/manual/suexec.html.en [unknown] 10360 33087 31.3% -lh5- ce2f Jan 2 2017 AAMP-native/Apache/manual/suexec.html.fr [unknown] 10305 34464 29.9% -lh5- fe41 Jan 2 2017 AAMP-native/Apache/manual/suexec.html.ja.utf8 [unknown] 8560 25122 34.1% -lh5- 8a94 Jan 2 2017 AAMP-native/Apache/manual/suexec.html.ko.euc-kr [unknown] 9705 32311 30.0% -lh5- e844 Jan 2 2017 AAMP-native/Apache/manual/suexec.html.tr.utf8 [unknown] 149 392 38.0% -lh5- 07d9 Jan 9 2012 AAMP-native/Apache/manual/upgrading.html [unknown] 3469 10512 33.0% -lh5- 2160 Jan 2 2017 AAMP-native/Apache/manual/upgrading.html.de [unknown] 3979 12980 30.7% -lh5- 755d Jan 2 2017 AAMP-native/Apache/manual/upgrading.html.en [unknown] 4490 14033 32.0% -lh5- a022 Jan 2 2017 AAMP-native/Apache/manual/upgrading.html.fr [unknown] 4836 14543 33.3% -lh5- 9b50 Jan 2 2017 AAMP-native/Apache/manual/upgrading.html.ja.utf8 [unknown] 166 399 41.6% -lh5- 72bd Jul 22 2008 AAMP-native/Apache/manual/urlmapping.html [unknown] 6802 23381 29.1% -lh5- 3ba7 Jan 2 2017 AAMP-native/Apache/manual/urlmapping.html.en [unknown] 7779 26756 29.1% -lh5- 31f2 Jan 2 2017 AAMP-native/Apache/manual/urlmapping.html.ja.utf8 [unknown] 6436 20047 32.1% -lh5- 6081 Jan 2 2017 AAMP-native/Apache/manual/urlmapping.html.ko.euc-kr [unknown] 7345 25273 29.1% -lh5- 906f Jan 2 2017 AAMP-native/Apache/manual/urlmapping.html.tr.utf8 [unknown] 160 387 41.3% -lh5- 9024 Jun 16 2008 AAMP-native/Apache/manual/vhosts/details.html [unknown] 7401 23862 31.0% -lh5- 91c3 Jan 9 2017 AAMP-native/Apache/manual/vhosts/details.html.en [unknown] 8613 26667 32.3% -lh5- 8033 Jan 2 2017 AAMP-native/Apache/manual/vhosts/details.html.fr [unknown] 7007 20820 33.7% -lh5- cc26 Jan 2 2017 AAMP-native/Apache/manual/vhosts/details.html.ko.euc-kr [unknown] 7960 24722 32.2% -lh5- 1d32 Jan 9 2017 AAMP-native/Apache/manual/vhosts/details.html.tr.utf8 [unknown] 173 479 36.1% -lh5- 8c3e Jun 16 2008 AAMP-native/Apache/manual/vhosts/examples.html [unknown] 6921 29109 23.8% -lh5- a7d3 Jan 2 2017 AAMP-native/Apache/manual/vhosts/examples.html.en [unknown] 7637 31249 24.4% -lh5- f53a Jan 2 2017 AAMP-native/Apache/manual/vhosts/examples.html.fr [unknown] 7924 32627 24.3% -lh5- e429 Jan 2 2017 AAMP-native/Apache/manual/vhosts/examples.html.ja.utf8 [unknown] 6726 26217 25.7% -lh5- 8908 Jan 2 2017 AAMP-native/Apache/manual/vhosts/examples.html.ko.euc-kr [unknown] 7483 30784 24.3% -lh5- f00d Jan 2 2017 AAMP-native/Apache/manual/vhosts/examples.html.tr.utf8 [unknown] 173 484 35.7% -lh5- f7dd Jun 16 2008 AAMP-native/Apache/manual/vhosts/fd-limits.html [unknown] 3386 9668 35.0% -lh5- 90f3 Jan 2 2017 AAMP-native/Apache/manual/vhosts/fd-limits.html.en [unknown] 3853 10664 36.1% -lh5- d6f3 Jan 2 2017 AAMP-native/Apache/manual/vhosts/fd-limits.html.fr [unknown] 4229 11192 37.8% -lh5- 81e9 Jan 2 2017 AAMP-native/Apache/manual/vhosts/fd-limits.html.ja.utf8 [unknown] 3605 9280 38.8% -lh5- 091c Jan 2 2017 AAMP-native/Apache/manual/vhosts/fd-limits.html.ko.euc-kr [unknown] 3672 10224 35.9% -lh5- ac13 Jan 2 2017 AAMP-native/Apache/manual/vhosts/fd-limits.html.tr.utf8 [unknown] 205 728 28.2% -lh5- ff5e Feb 5 2014 AAMP-native/Apache/manual/vhosts/index.html [unknown] 2908 9247 31.4% -lh5- 273e Jan 2 2017 AAMP-native/Apache/manual/vhosts/index.html.de [unknown] 2630 8701 30.2% -lh5- d611 Jan 2 2017 AAMP-native/Apache/manual/vhosts/index.html.en [unknown] 2804 9125 30.7% -lh5- 3e64 Jan 2 2017 AAMP-native/Apache/manual/vhosts/index.html.fr [unknown] 3096 9823 31.5% -lh5- 0c8d Jan 2 2017 AAMP-native/Apache/manual/vhosts/index.html.ja.utf8 [unknown] 2807 8363 33.6% -lh5- db2a Jan 2 2017 AAMP-native/Apache/manual/vhosts/index.html.ko.euc-kr [unknown] 3133 9212 34.0% -lh5- 944c Jan 2 2017 AAMP-native/Apache/manual/vhosts/index.html.ru.koi8-r [unknown] 2804 8952 31.3% -lh5- 20f2 Jan 2 2017 AAMP-native/Apache/manual/vhosts/index.html.tr.utf8 [unknown] 2795 8434 33.1% -lh5- a1e0 Jan 2 2017 AAMP-native/Apache/manual/vhosts/index.html.zh-cn.utf8 [unknown] 171 479 35.7% -lh5- 1746 May 31 2008 AAMP-native/Apache/manual/vhosts/ip-based.html [unknown] 4527 14266 31.7% -lh5- 3bef Jan 2 2017 AAMP-native/Apache/manual/vhosts/ip-based.html.en [unknown] 4943 15279 32.4% -lh5- cde0 Jan 2 2017 AAMP-native/Apache/manual/vhosts/ip-based.html.fr [unknown] 4876 14794 33.0% -lh5- 9775 Jan 2 2017 AAMP-native/Apache/manual/vhosts/ip-based.html.ja.utf8 [unknown] 4130 12001 34.4% -lh5- 08f9 Jan 2 2017 AAMP-native/Apache/manual/vhosts/ip-based.html.ko.euc-kr [unknown] 4967 15566 31.9% -lh5- 41fa Jan 2 2017 AAMP-native/Apache/manual/vhosts/ip-based.html.tr.utf8 [unknown] 147 291 50.5% -lh5- ab0e Jun 16 2008 AAMP-native/Apache/manual/vhosts/mass.html [unknown] 6622 22490 29.4% -lh5- a99a Jan 2 2017 AAMP-native/Apache/manual/vhosts/mass.html.en [unknown] 6780 21348 31.8% -lh5- 1f33 Jan 2 2017 AAMP-native/Apache/manual/vhosts/mass.html.ko.euc-kr [unknown] 7176 23908 30.0% -lh5- 6227 Jan 2 2017 AAMP-native/Apache/manual/vhosts/mass.html.tr.utf8 [unknown] 180 579 31.1% -lh5- 0c81 May 31 2008 AAMP-native/Apache/manual/vhosts/name-based.html [unknown] 6741 21934 30.7% -lh5- 4b23 Jan 2 2017 AAMP-native/Apache/manual/vhosts/name-based.html.de [unknown] 5827 19998 29.1% -lh5- 4ac8 Jan 2 2017 AAMP-native/Apache/manual/vhosts/name-based.html.en [unknown] 6207 21267 29.2% -lh5- 104c Jan 2 2017 AAMP-native/Apache/manual/vhosts/name-based.html.fr [unknown] 7073 24238 29.2% -lh5- 5658 Jan 2 2017 AAMP-native/Apache/manual/vhosts/name-based.html.ja.utf8 [unknown] 5862 18522 31.6% -lh5- aa77 Jan 2 2017 AAMP-native/Apache/manual/vhosts/name-based.html.ko.euc-kr [unknown] 6281 20714 30.3% -lh5- abf7 Jan 2 2017 AAMP-native/Apache/manual/vhosts/name-based.html.tr.utf8 [unknown] 5 5 100.0% -lh0- 6b17 Mar 14 2007 AAMP-native/Apache/modules/libphp.so [unknown] 5 5 100.0% -lh0- 6b17 Mar 14 2007 AAMP-native/Apache/modules/mod_authz_svn.so [unknown] 5 5 100.0% -lh0- 6b17 Mar 14 2007 AAMP-native/Apache/modules/mod_dav_svn.so [unknown] 480 828 58.0% -lh5- 9e0a Jan 2 2017 AAMP-native/Apache/NOTICE [unknown] 3255 9910 32.8% -lh5- 26d1 Jul 28 11:49 AAMP-native/Apache/NOTICE.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Apache/private/.dummy [unknown] 2430 5954 40.8% -lh5- 8433 Jan 10 2007 AAMP-native/Apache/README [unknown] 3255 9910 32.8% -lh5- 6beb Jul 28 11:49 AAMP-native/Apache/README.info [unknown] 1929 4178 46.2% -lh5- 200f Aug 27 2014 AAMP-native/Apache/README.platforms [unknown] 3252 9910 32.8% -lh5- c4b0 Jul 28 11:49 AAMP-native/Apache/README.platforms.info [unknown] 4399 10183 43.2% -lh5- 9f0e Mar 14 2005 AAMP-native/Apache/ROADMAP [unknown] 3249 9910 32.8% -lh5- 2ead Jul 28 11:49 AAMP-native/Apache/ROADMAP.info [unknown] 1103 4291 25.7% -lh5- dc77 Dec 19 17:10 AAMP-native/Apache/Start_httpd.bat [unknown] 4725 10726 44.1% -lh5- 881a Jul 28 11:49 AAMP-native/Apache/Start_httpd.bat.info [unknown] 1148 4507 25.5% -lh5- 604c Dec 19 17:14 AAMP-native/Apache/Start_httpd_SSL.bat [unknown] 4759 10726 44.4% -lh5- 91a7 Jul 28 11:49 AAMP-native/Apache/Start_httpd_SSL.bat.info [unknown] 692 1909 36.2% -lh5- 2e9c Nov 19 22:17 AAMP-native/Apache/Stop_httpd.bat [unknown] 5169 10942 47.2% -lh5- c6f8 Jul 28 11:49 AAMP-native/Apache/Stop_httpd.bat.info [unknown] 703 1943 36.2% -lh5- 963d Nov 19 22:18 AAMP-native/Apache/Stop_httpd_SSL.bat [unknown] 5185 10942 47.4% -lh5- bc9e Jul 28 11:49 AAMP-native/Apache/Stop_httpd_SSL.bat.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Apache/uploads/.dummy [unknown] 3240 8182 39.6% -lh5- 22c6 Oct 17 2005 AAMP-native/Apache/VERSIONING [unknown] 3255 9910 32.8% -lh5- d148 Jul 28 11:49 AAMP-native/Apache/VERSIONING.info [unknown] 10511 10622 99.0% -lh5- d036 Feb 22 2010 AAMP-native/apache_aktiv.iff [unknown] 8950 9055 98.8% -lh5- 0923 Feb 22 2010 AAMP-native/apache_inaktiv.iff [unknown] 1628 1628 100.0% -lh0- 55c9 Feb 22 2010 AAMP-native/apache_logo.iff [unknown] 738 2048 36.0% -lh5- c7ea Dec 21 2009 AAMP-native/apache_logo2.iff [unknown] 738 2048 36.0% -lh5- c7ea Dec 21 2009 AAMP-native/apache_logo3.iff [unknown] 19386 22950 84.5% -lh5- 5573 Nov 18 18:25 AAMP-native/Catalogs.info [unknown] 16311 20186 80.8% -lh5- ab59 Nov 16 17:46 AAMP-native/Catalogs/english.info [unknown] 964 2865 33.6% -lh5- 28c5 Dec 10 22:59 AAMP-native/Catalogs/english/AAMP-Control.catalog [unknown] 9618 14880 64.6% -lh5- 5fc3 Nov 16 17:46 AAMP-native/Catalogs/english/AAMP-Control.catalog.info [unknown] 2718 6028 45.1% -lh5- 0316 Feb 17 2010 AAMP-native/Catalogs/english/myApacheStarter.catalog [unknown] 7307 8736 83.6% -lh5- 34c3 Jul 9 10:57 AAMP-native/Catalogs/english/myApacheStarter.catalog.info [unknown] 1804 3998 45.1% -lh5- 30f2 Apr 8 2023 AAMP-native/Catalogs/english/mySQLcontrol.catalog [unknown] 7307 8736 83.6% -lh5- 4b67 Jul 9 10:57 AAMP-native/Catalogs/english/mySQLcontrol.catalog.info [unknown] 15155 19936 76.0% -lh5- 75dd Jul 9 10:57 AAMP-native/Catalogs/french.info [unknown] 3129 7216 43.4% -lh5- 6cc3 Feb 21 2010 AAMP-native/Catalogs/french/myApacheStarter.catalog [unknown] 7308 8736 83.7% -lh5- cf3c Jul 9 10:57 AAMP-native/Catalogs/french/myApacheStarter.catalog.info [unknown] 2074 4876 42.5% -lh5- 6aca Apr 8 2023 AAMP-native/Catalogs/french/mySQLcontrol.catalog [unknown] 7307 8736 83.6% -lh5- 71ee Jul 9 10:57 AAMP-native/Catalogs/french/mySQLcontrol.catalog.info [unknown] 13523 18814 71.9% -lh5- 2e2b Nov 16 17:45 AAMP-native/Catalogs/german.info [unknown] 1012 3069 33.0% -lh5- 1868 Dec 10 22:58 AAMP-native/Catalogs/german/AAMP-Control.catalog [unknown] 9618 14880 64.6% -lh5- ba8f Nov 16 17:45 AAMP-native/Catalogs/german/AAMP-Control.catalog.info [unknown] 3052 6892 44.3% -lh5- 8501 Feb 17 2010 AAMP-native/Catalogs/german/myApacheStarter.catalog [unknown] 7307 8736 83.6% -lh5- 404f Jul 9 10:58 AAMP-native/Catalogs/german/myApacheStarter.catalog.info [unknown] 1975 4594 43.0% -lh5- a3fb Apr 12 2023 AAMP-native/Catalogs/german/mySQLcontrol.catalog [unknown] 7308 8736 83.7% -lh5- b940 Jul 9 10:58 AAMP-native/Catalogs/german/mySQLcontrol.catalog.info [unknown] 15210 20052 75.9% -lh5- 7390 Nov 21 17:08 AAMP-native/Catalogs/italian.info [unknown] 1043 3289 31.7% -lh5- 3394 Dec 10 22:59 AAMP-native/Catalogs/italian/AAMP-Control.catalog [unknown] 7307 8736 83.6% -lh5- ca2a Nov 21 17:08 AAMP-native/Catalogs/italian/AAMP-Control.catalog.info [unknown] 2969 7108 41.8% -lh5- 474c Apr 13 2023 AAMP-native/Catalogs/italian/myApacheStarter.catalog [unknown] 7307 8736 83.6% -lh5- 6d0b Nov 21 17:08 AAMP-native/Catalogs/italian/myApacheStarter.catalog.info [unknown] 1953 4772 40.9% -lh5- 1bf7 Apr 8 2023 AAMP-native/Catalogs/italian/mySQLcontrol.catalog [unknown] 7306 8736 83.6% -lh5- a3ed Nov 21 17:08 AAMP-native/Catalogs/italian/mySQLcontrol.catalog.info [unknown] 2890 8528 33.9% -lh5- 4268 Feb 17 2010 AAMP-native/Catalogs/myApacheStarter.cd [unknown] 3699 11236 32.9% -lh5- d631 Jul 9 10:54 AAMP-native/Catalogs/myApacheStarter.cd.info [unknown] 3266 8811 37.1% -lh5- f3db Feb 17 2010 AAMP-native/Catalogs/myApacheStarter_D.ct [unknown] 2870 9752 29.4% -lh5- b7a3 Jul 9 10:54 AAMP-native/Catalogs/myApacheStarter_D.ct.info [unknown] 2879 8210 35.1% -lh5- 7460 Feb 17 2010 AAMP-native/Catalogs/myApacheStarter_empty.ct [unknown] 3710 11236 33.0% -lh5- e5d8 Jul 9 10:54 AAMP-native/Catalogs/myApacheStarter_empty.ct.info [unknown] 4576 12747 35.9% -lh5- f73d Apr 13 2023 AAMP-native/Catalogs/myApacheStarter_ES.ct [unknown] 3109 10011 31.1% -lh5- 2ee9 Jul 9 10:56 AAMP-native/Catalogs/myApacheStarter_ES.ct.info [unknown] 5156 14248 36.2% -lh5- 74e1 Feb 21 2010 AAMP-native/Catalogs/myApacheStarter_FR.ct [unknown] 3214 10020 32.1% -lh5- 7b5b Jul 9 10:54 AAMP-native/Catalogs/myApacheStarter_FR.ct.info [unknown] 3929 10325 38.1% -lh5- f21a Feb 17 2010 AAMP-native/Catalogs/myApacheStarter_GB.ct [unknown] 3261 9910 32.9% -lh5- 2689 Jul 9 10:54 AAMP-native/Catalogs/myApacheStarter_GB.ct.info [unknown] 5080 14083 36.1% -lh5- dd51 Apr 13 2023 AAMP-native/Catalogs/myApacheStarter_IT.ct [unknown] 3124 10060 31.1% -lh5- d917 Jul 9 10:55 AAMP-native/Catalogs/myApacheStarter_IT.ct.info [unknown] 2009 6133 32.8% -lh5- f5bb Apr 2 2023 AAMP-native/Catalogs/mySQLcontrol.cd [unknown] 3693 11236 32.9% -lh5- 71e0 Jul 9 10:56 AAMP-native/Catalogs/mySQLcontrol.cd.info [unknown] 2420 6834 35.4% -lh5- 791f Apr 12 2023 AAMP-native/Catalogs/mySQLcontrol_D.ct [unknown] 2860 9752 29.3% -lh5- be63 Jul 9 10:55 AAMP-native/Catalogs/mySQLcontrol_D.ct.info [unknown] 1953 5952 32.8% -lh5- a551 Apr 2 2023 AAMP-native/Catalogs/mySQLcontrol_empty.ct [unknown] 3662 11236 32.6% -lh5- cb25 Jul 9 10:56 AAMP-native/Catalogs/mySQLcontrol_empty.ct.info [unknown] 3066 8838 34.7% -lh5- e0ee Apr 12 2023 AAMP-native/Catalogs/mySQLcontrol_ES.ct [unknown] 3110 10011 31.1% -lh5- 516a Jul 9 10:56 AAMP-native/Catalogs/mySQLcontrol_ES.ct.info [unknown] 3216 9369 34.3% -lh5- 2ace Apr 3 2023 AAMP-native/Catalogs/mySQLcontrol_FR.ct [unknown] 3250 10059 32.3% -lh5- b8e4 Jul 9 10:56 AAMP-native/Catalogs/mySQLcontrol_FR.ct.info [unknown] 1963 5548 35.4% -lh5- 4d21 Apr 2 2023 AAMP-native/Catalogs/mySQLcontrol_GB.ct [unknown] 3250 9910 32.8% -lh5- 07f9 Jul 9 10:55 AAMP-native/Catalogs/mySQLcontrol_GB.ct.info [unknown] 3186 9391 33.9% -lh5- 9afe Apr 12 2023 AAMP-native/Catalogs/mySQLcontrol_IT.ct [unknown] 3209 10060 31.9% -lh5- 83e4 Jul 9 10:56 AAMP-native/Catalogs/mySQLcontrol_IT.ct.info [unknown] 15447 19860 77.8% -lh5- 2804 Jul 11 18:51 AAMP-native/Catalogs/spanish.info [unknown] 2447 5784 42.3% -lh5- 93f3 Jul 11 18:49 AAMP-native/Catalogs/spanish/myApacheStarter.catalog [unknown] 7307 8736 83.6% -lh5- 68de Jul 11 18:51 AAMP-native/Catalogs/spanish/myApacheStarter.catalog.info [unknown] 1869 4302 43.4% -lh5- 35cc Apr 12 2023 AAMP-native/Catalogs/spanish/mySQLcontrol.catalog [unknown] 7307 8736 83.6% -lh5- 74da Jul 11 18:51 AAMP-native/Catalogs/spanish/mySQLcontrol.catalog.info [unknown] 15623 20222 77.3% -lh5- 03e9 Nov 18 18:25 AAMP-native/Common.info [unknown] 9572 11420 83.8% -lh5- ceb6 Jun 24 2023 AAMP-native/Common/bin.info [unknown] 1497292 3478236 43.0% -lh5- 8772 Jul 26 19:02 AAMP-native/Common/bin/ab [unknown] 3142 68632 4.6% -lh5- e87f Oct 9 17:18 AAMP-native/Common/bin/amiga2unixpath [unknown] 178989 385540 46.4% -lh5- 52bb May 5 2023 AAMP-native/Common/bin/ampsh [unknown] 1540 3398 45.3% -lh5- 3b06 May 5 2023 AAMP-native/Common/bin/apachectl [unknown] 7096 22595 31.4% -lh5- 37d8 May 5 2023 AAMP-native/Common/bin/apxs [unknown] 20843 86676 24.0% -lh5- 4773 Jun 30 2023 AAMP-native/Common/bin/basename [unknown] 2800189 5857576 47.8% -lh5- 282b Jun 30 2023 AAMP-native/Common/bin/cadaver [unknown] 23845 89792 26.6% -lh5- 2ce5 Jun 30 2023 AAMP-native/Common/bin/cat [unknown] 2567394 5343824 48.0% -lh5- 252b Jun 30 2023 AAMP-native/Common/bin/certtool [unknown] 5907 72076 8.2% -lh5- dd9c Jul 26 19:02 AAMP-native/Common/bin/checkgid [unknown] 40950 167844 24.4% -lh5- 8f42 Jun 30 2023 AAMP-native/Common/bin/chgrp [unknown] 40596 166416 24.4% -lh5- abcc Jun 30 2023 AAMP-native/Common/bin/chmod [unknown] 42541 168844 25.2% -lh5- f17a Jun 30 2023 AAMP-native/Common/bin/chown [unknown] 23899 87408 27.3% -lh5- 2229 Jun 30 2023 AAMP-native/Common/bin/cksum [unknown] 22641 88452 25.6% -lh5- 353c Jun 30 2023 AAMP-native/Common/bin/comm [unknown] 57895 181284 31.9% -lh5- 7716 Jun 30 2023 AAMP-native/Common/bin/cp [unknown] 52906 170172 31.1% -lh5- 22d4 Jun 30 2023 AAMP-native/Common/bin/csplit [unknown] 3914431 8316448 47.1% -lh5- fa72 Jul 30 15:01 AAMP-native/Common/bin/curl [unknown] 27288 89708 30.4% -lh5- 9338 Jun 30 2023 AAMP-native/Common/bin/cut [unknown] 1968 5108 38.5% -lh5- 965c May 5 2023 AAMP-native/Common/bin/c_rehash [unknown] 3262 8880 36.7% -lh5- b3b1 May 5 2023 AAMP-native/Common/bin/dbmmanage [unknown] 30197 91296 33.1% -lh5- 9384 Jun 30 2023 AAMP-native/Common/bin/dd [unknown] 26816 90524 29.6% -lh5- 80bc Jun 30 2023 AAMP-native/Common/bin/dircolors [unknown] 20945 86804 24.1% -lh5- fcd7 Jun 30 2023 AAMP-native/Common/bin/dirname [unknown] 54766 173696 31.5% -lh5- df8c Jun 30 2023 AAMP-native/Common/bin/du [unknown] 18364 83792 21.9% -lh5- c9f9 Jun 30 2023 AAMP-native/Common/bin/echo [unknown] 564 1020 55.3% -lh5- e61a Feb 10 2023 AAMP-native/Common/bin/envvars [unknown] 564 1020 55.3% -lh5- e61a Feb 10 2023 AAMP-native/Common/bin/envvars-std [unknown] 22286 87724 25.4% -lh5- 4270 Jun 30 2023 AAMP-native/Common/bin/expand [unknown] 42261 161292 26.2% -lh5- e4f6 Jun 30 2023 AAMP-native/Common/bin/expr [unknown] 25160 88620 28.4% -lh5- 28cc Jun 30 2023 AAMP-native/Common/bin/factor [unknown] 17273 83840 20.6% -lh5- d3e5 Jun 30 2023 AAMP-native/Common/bin/false [unknown] 25385 88788 28.6% -lh5- 1dc5 Jun 30 2023 AAMP-native/Common/bin/fmt [unknown] 22934 88236 26.0% -lh5- 47e7 Jun 30 2023 AAMP-native/Common/bin/fold [unknown] 185025 593752 31.2% -lh5- 9d05 Jun 30 2023 AAMP-native/Common/bin/gdate [unknown] 218410 686320 31.8% -lh5- 7b54 Jun 30 2023 AAMP-native/Common/bin/gdir [unknown] 13390 84468 15.9% -lh5- 278a Jul 25 22:06 AAMP-native/Common/bin/GetSysInfo [unknown] 2492487 5147372 48.4% -lh5- dce7 Jun 30 2023 AAMP-native/Common/bin/gnutls-cli [unknown] 2460691 5120112 48.1% -lh5- 7ef6 Jun 30 2023 AAMP-native/Common/bin/gnutls-cli-debug [unknown] 2460138 5113404 48.1% -lh5- 83e1 Jun 30 2023 AAMP-native/Common/bin/gnutls-serv [unknown] 938 1698 55.2% -lh5- ec9e Jul 26 19:15 AAMP-native/Common/bin/groups [unknown] 28624 91328 31.3% -lh5- 4421 Jun 30 2023 AAMP-native/Common/bin/head [unknown] 20453 86512 23.6% -lh5- 80f0 Jun 30 2023 AAMP-native/Common/bin/hostid [unknown] 20691 86736 23.9% -lh5- 8417 Jun 30 2023 AAMP-native/Common/bin/hostname [unknown] 85639 249756 34.3% -lh5- d7f7 Jul 26 19:02 AAMP-native/Common/bin/htcacheclean [unknown] 1270848 2368692 53.7% -lh5- 4fa9 Jul 26 19:02 AAMP-native/Common/bin/htdbm [unknown] 893329 1613572 55.4% -lh5- c1de Jul 26 19:02 AAMP-native/Common/bin/htdigest [unknown] 894685 1615152 55.4% -lh5- 5e99 Jul 26 19:02 AAMP-native/Common/bin/htpasswd [unknown] 12832082 29532168 43.5% -lh5- 207f Oct 12 16:26 AAMP-native/Common/bin/httpd-php5 [unknown] 12545300 35070164 35.8% -lh5- bba9 Oct 12 16:26 AAMP-native/Common/bin/httpd-php8 [unknown] 454140 996680 45.6% -lh5- 8865 Jul 26 19:02 AAMP-native/Common/bin/httxt2dbm [unknown] 843289 1459744 57.8% -lh5- 09ba Jun 30 2023 AAMP-native/Common/bin/iconv [unknown] 24018 90660 26.5% -lh5- fcec Jun 30 2023 AAMP-native/Common/bin/id [unknown] 29730 92880 32.0% -lh5- 7918 Jun 30 2023 AAMP-native/Common/bin/join [unknown] 20707 86748 23.9% -lh5- 102f Jun 30 2023 AAMP-native/Common/bin/link [unknown] 34352 99712 34.5% -lh5- cafc Jun 30 2023 AAMP-native/Common/bin/ln [unknown] 5280 70504 7.5% -lh5- 2dc7 Jun 30 2023 AAMP-native/Common/bin/localetool [unknown] 21197 87544 24.2% -lh5- 1029 Jun 30 2023 AAMP-native/Common/bin/logname [unknown] 4385 69124 6.3% -lh5- 0e60 Jul 26 19:02 AAMP-native/Common/bin/logresolve [unknown] 218403 686320 31.8% -lh5- d13e Jun 30 2023 AAMP-native/Common/bin/ls [unknown] 30950 90168 34.3% -lh5- 7745 Jun 30 2023 AAMP-native/Common/bin/md5sum [unknown] 29117 93780 31.0% -lh5- 6ba7 Jun 30 2023 AAMP-native/Common/bin/mkdir [unknown] 724 1435 50.5% -lh5- c8d1 Jun 26 2023 AAMP-native/Common/bin/msql2mysql [unknown] 60183 181136 33.2% -lh5- 7977 Jun 30 2023 AAMP-native/Common/bin/mv [unknown] 994296 3365840 29.5% -lh5- d53f Jun 30 2023 AAMP-native/Common/bin/myisamchk [unknown] 919610 3255684 28.2% -lh5- a240 Jun 30 2023 AAMP-native/Common/bin/myisamlog [unknown] 946269 3268624 29.0% -lh5- 5a6b Jun 30 2023 AAMP-native/Common/bin/myisampack [unknown] 931369 3261452 28.6% -lh5- c87f Jun 30 2023 AAMP-native/Common/bin/myisam_ftdump [unknown] 1212744 4036056 30.0% -lh5- 0671 Jun 30 2023 AAMP-native/Common/bin/mysql [unknown] 26943 111691 24.1% -lh5- f358 Jul 25 22:22 AAMP-native/Common/bin/mysqlaccess [unknown] 489 1702 28.7% -lh5- 04e8 Mar 9 2011 AAMP-native/Common/bin/mysqlaccess.conf [unknown] 991725 3531292 28.1% -lh5- 7379 Jun 30 2023 AAMP-native/Common/bin/mysqladmin [unknown] 1232235 4227432 29.1% -lh5- 4970 Jun 30 2023 AAMP-native/Common/bin/mysql_client_test [unknown] 1909 4173 45.7% -lh5- 0fee Jun 26 2023 AAMP-native/Common/bin/mysql_convert_table_format [unknown] 1456 3249 44.8% -lh5- 4102 Jun 26 2023 AAMP-native/Common/bin/mysql_find_rows [unknown] 745 1230 60.6% -lh5- 8dd9 Jun 26 2023 AAMP-native/Common/bin/mysql_fix_extensions [unknown] 5127 14571 35.2% -lh5- b5af Jun 26 2023 AAMP-native/Common/bin/mysql_install_db [unknown] 3026 8048 37.6% -lh5- 812e Jun 26 2023 AAMP-native/Common/bin/mysql_secure_installation [unknown] 5248 17442 30.1% -lh5- d396 Jun 26 2023 AAMP-native/Common/bin/mysql_setpermission [unknown] 746952 2854332 26.2% -lh5- 2438 Jun 30 2023 AAMP-native/Common/bin/mysql_tzinfo_to_sql [unknown] 786512 3010992 26.1% -lh5- 5104 Jun 30 2023 AAMP-native/Common/bin/mysql_upgrade [unknown] 764764 2933868 26.1% -lh5- 5704 Jun 30 2023 AAMP-native/Common/bin/my_print_defaults [unknown] 1054189 3693200 28.5% -lh5- baac Jun 30 2023 AAMP-native/Common/bin/mysqlbinlog [unknown] 988095 3529592 28.0% -lh5- 2c98 Jun 30 2023 AAMP-native/Common/bin/mysqlcheck [unknown] 1023395 3623024 28.2% -lh5- 8921 Jun 30 2023 AAMP-native/Common/bin/mysqldump [unknown] 3118 7355 42.4% -lh5- 7d10 Jun 26 2023 AAMP-native/Common/bin/mysqldumpslow [unknown] 7904 23414 33.8% -lh5- aa29 Jun 26 2023 AAMP-native/Common/bin/mysqld_multi [unknown] 7730 21995 35.1% -lh5- 931c Jun 26 2023 AAMP-native/Common/bin/mysqld_safe [unknown] 11945 32809 36.4% -lh5- c599 Jun 26 2023 AAMP-native/Common/bin/mysqlhotcopy [unknown] 986146 3526816 28.0% -lh5- 5153 Jun 30 2023 AAMP-native/Common/bin/mysqlimport [unknown] 988449 3527888 28.0% -lh5- 57c2 Jun 30 2023 AAMP-native/Common/bin/mysqlshow [unknown] 999953 3541372 28.2% -lh5- 95d2 Jun 30 2023 AAMP-native/Common/bin/mysqlslap [unknown] 1107124 3814176 29.0% -lh5- d295 Jun 30 2023 AAMP-native/Common/bin/mysqltest [unknown] 41589 163932 25.4% -lh5- f653 Jun 30 2023 AAMP-native/Common/bin/nl [unknown] 34782 95596 36.4% -lh5- afb5 Jun 30 2023 AAMP-native/Common/bin/od [unknown] 1428366 3354860 42.6% -lh5- 3b2b Jun 30 2023 AAMP-native/Common/bin/openssl [unknown] 22715 88708 25.6% -lh5- 12b5 Jun 30 2023 AAMP-native/Common/bin/paste [unknown] 24695 90400 27.3% -lh5- ef4e Jun 30 2023 AAMP-native/Common/bin/pathchk [unknown] 803305 3026216 26.5% -lh5- 4c99 Jun 30 2023 AAMP-native/Common/bin/perror [unknown] 14730 15382 95.8% -lh5- 73b0 May 17 2023 AAMP-native/Common/bin/phar [unknown] 14730 15382 95.8% -lh5- 73b0 May 17 2023 AAMP-native/Common/bin/phar.phar [unknown] 11735007 27089712 43.3% -lh5- 4328 Jul 30 15:03 AAMP-native/Common/bin/php5 [unknown] 11692354 33201464 35.2% -lh5- 5bcc Dec 8 17:41 AAMP-native/Common/bin/php8 [unknown] 1592 4564 34.9% -lh5- 7aec May 17 2023 AAMP-native/Common/bin/phpize [unknown] 78201 272900 28.7% -lh5- 01ba Jun 30 2023 AAMP-native/Common/bin/pkg-config [unknown] 176690 591236 29.9% -lh5- 1c87 Jun 30 2023 AAMP-native/Common/bin/pr [unknown] 22010 88568 24.9% -lh5- 807c Jun 30 2023 AAMP-native/Common/bin/printenv [unknown] 827615 1454172 56.9% -lh5- a7ad Jun 30 2023 AAMP-native/Common/bin/printf [unknown] 50272 173352 29.0% -lh5- b3fa Jun 30 2023 AAMP-native/Common/bin/ptx [unknown] 24431 90428 27.0% -lh5- c2dc Jun 30 2023 AAMP-native/Common/bin/pwd [unknown] 26855 92232 29.1% -lh5- d916 Jun 30 2023 AAMP-native/Common/bin/readlink [unknown] 754010 2925824 25.8% -lh5- a1b9 Jun 30 2023 AAMP-native/Common/bin/replace [unknown] 764273 2932732 26.1% -lh5- 56e9 Jun 30 2023 AAMP-native/Common/bin/resolveip [unknown] 41917 170168 24.6% -lh5- 95d6 Jun 30 2023 AAMP-native/Common/bin/rm [unknown] 21289 86996 24.5% -lh5- 394d Jun 30 2023 AAMP-native/Common/bin/rmdir [unknown] 209263 669112 31.3% -lh5- 7278 Jul 26 19:02 AAMP-native/Common/bin/rotatelogs [unknown] 22868 88224 25.9% -lh5- 0b34 Jun 30 2023 AAMP-native/Common/bin/seq [unknown] 179302 379828 47.2% -lh5- 7cf4 Oct 28 2008 AAMP-native/Common/bin/sh [unknown] 30949 90168 34.3% -lh5- 4a3e Jun 30 2023 AAMP-native/Common/bin/sha1sum [unknown] 3293 68940 4.8% -lh5- 6d1a Nov 20 14:43 AAMP-native/Common/bin/shutdown_httpd [unknown] 3308 68944 4.8% -lh5- 49ff Nov 20 14:43 AAMP-native/Common/bin/shutdown_mysqld [unknown] 3287 68940 4.8% -lh5- 1125 Nov 20 14:43 AAMP-native/Common/bin/shutdown_php [unknown] 3304 68944 4.8% -lh5- 74a2 Nov 20 14:43 AAMP-native/Common/bin/shutdown_svnserve [unknown] 24487 92272 26.5% -lh5- bdfa Jun 30 2023 AAMP-native/Common/bin/sleep [unknown] 43759 166596 26.3% -lh5- 9790 Jun 30 2023 AAMP-native/Common/bin/sort [unknown] 27751 91260 30.4% -lh5- ffdf Jun 30 2023 AAMP-native/Common/bin/split [unknown] 536888 1348660 39.8% -lh5- a128 Nov 19 14:35 AAMP-native/Common/bin/sqlite [unknown] 737046 1735024 42.5% -lh5- 0b9d Jun 30 2023 AAMP-native/Common/bin/sqlite3 [unknown] 178616 593488 30.1% -lh5- f6b0 Jun 30 2023 AAMP-native/Common/bin/stat [unknown] 28184 90480 31.1% -lh5- a65e Jun 30 2023 AAMP-native/Common/bin/sum [unknown] 3794580 8013244 47.4% -lh5- 8aa7 Oct 12 16:27 AAMP-native/Common/bin/svn [unknown] 1690392 3342916 50.6% -lh5- a975 Oct 12 16:27 AAMP-native/Common/bin/svnadmin [unknown] 1656887 3257928 50.9% -lh5- 5d40 Oct 12 16:27 AAMP-native/Common/bin/svndumpfilter [unknown] 1670465 3259740 51.2% -lh5- 3d18 Oct 12 16:27 AAMP-native/Common/bin/svnlook [unknown] 1721970 3364724 51.2% -lh5- 97ee Oct 12 16:27 AAMP-native/Common/bin/svnserve [unknown] 3442088 7209384 47.7% -lh5- 7f72 Oct 12 16:28 AAMP-native/Common/bin/svnsync [unknown] 1289195 2502832 51.5% -lh5- 7aed Oct 12 16:28 AAMP-native/Common/bin/svnversion [unknown] 43501 165224 26.3% -lh5- 8312 Jun 30 2023 AAMP-native/Common/bin/tac [unknown] 37033 99592 37.2% -lh5- 51fe Jun 30 2023 AAMP-native/Common/bin/tail [unknown] 21198 87044 24.4% -lh5- ce4b Jun 30 2023 AAMP-native/Common/bin/tee [unknown] 28155 94892 29.7% -lh5- d9b8 Jun 30 2023 AAMP-native/Common/bin/test [unknown] 149722 495516 30.2% -lh5- fff1 Jun 30 2023 AAMP-native/Common/bin/tidy [unknown] 40645 163156 24.9% -lh5- 57a6 Jun 30 2023 AAMP-native/Common/bin/touch [unknown] 30050 91976 32.7% -lh5- 2eea Jun 30 2023 AAMP-native/Common/bin/tr [unknown] 17275 83840 20.6% -lh5- 769e Jun 30 2023 AAMP-native/Common/bin/true [unknown] 23317 88052 26.5% -lh5- c641 Jun 30 2023 AAMP-native/Common/bin/tsort [unknown] 21188 86720 24.4% -lh5- 9bed Jun 30 2023 AAMP-native/Common/bin/uname [unknown] 22350 87492 25.5% -lh5- 7bd4 Jun 30 2023 AAMP-native/Common/bin/unexpand [unknown] 26844 91888 29.2% -lh5- 11d0 Jun 30 2023 AAMP-native/Common/bin/uniq [unknown] 3430 68976 5.0% -lh5- 64d4 Oct 9 17:18 AAMP-native/Common/bin/unix2amigapath [unknown] 25192 91320 27.6% -lh5- 1eef Jun 30 2023 AAMP-native/Common/bin/unlink [unknown] 218409 686320 31.8% -lh5- 1d72 Jun 30 2023 AAMP-native/Common/bin/vdir [unknown] 28708 92060 31.2% -lh5- 007a Jun 30 2023 AAMP-native/Common/bin/wc [unknown] 21405 87768 24.4% -lh5- 3a9a Jun 30 2023 AAMP-native/Common/bin/whoami [unknown] 15461 86720 17.8% -lh5- 59d8 Oct 8 14:32 AAMP-native/Common/bin/xlaunch [unknown] 20591 86596 23.8% -lh5- b0f4 Jun 30 2023 AAMP-native/Common/bin/yes [unknown] 9575 11420 83.8% -lh5- 315a Jul 31 17:10 AAMP-native/Common/etc.info [unknown] 172 391 44.0% -lh5- 4dd1 Jun 26 2023 AAMP-native/Common/etc/aamp.ini [unknown] 1 1 100.0% -lh0- 0780 Oct 7 2018 AAMP-native/Common/etc/gcrypt/hwf.deny [unknown] 1 1 100.0% -lh0- 0780 Oct 7 2018 AAMP-native/Common/etc/gcrypt/random.conf [unknown] 1 1 100.0% -lh0- d941 Apr 10 2020 AAMP-native/Common/etc/gnutls/config [unknown] 172 348 49.4% -lh5- 85f3 Apr 2 2016 AAMP-native/Common/etc/gnutls/default-priorities [unknown] 172 348 49.4% -lh5- 85f3 Jan 5 2019 AAMP-native/Common/etc/gnutls/system.prio [unknown] 4696 15730 29.9% -lh5- 3c89 Mar 3 2018 AAMP-native/Common/etc/mime.types [unknown] 2307 5296 43.6% -lh5- 423b Dec 19 17:23 AAMP-native/Common/etc/my.cnf [unknown] 200 321 62.3% -lh5- 28b7 Jun 20 2020 AAMP-native/Common/etc/openldap/ldap.conf [unknown] 183 245 74.7% -lh5- 21a1 Feb 4 2023 AAMP-native/Common/etc/openldap/ldap.conf.default [unknown] 808 2036 39.7% -lh5- 0191 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/collective.ldif [unknown] 2008 6190 32.4% -lh5- 5883 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/collective.schema [unknown] 885 1845 48.0% -lh5- 2879 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/corba.ldif [unknown] 2899 8063 36.0% -lh5- 1e91 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/corba.schema [unknown] 4668 20612 22.6% -lh5- b652 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/core.ldif [unknown] 4889 20499 23.8% -lh5- facd Feb 4 2023 AAMP-native/Common/etc/openldap/schema/core.schema [unknown] 2796 12006 23.3% -lh5- 721d Feb 4 2023 AAMP-native/Common/etc/openldap/schema/cosine.ldif [unknown] 14527 73994 19.6% -lh5- 6894 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/cosine.schema [unknown] 1499 4842 31.0% -lh5- 7ffa Feb 4 2023 AAMP-native/Common/etc/openldap/schema/duaconf.ldif [unknown] 3031 10388 29.2% -lh5- 5008 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/duaconf.schema [unknown] 1578 3330 47.4% -lh5- 2041 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/dyngroup.ldif [unknown] 1569 3289 47.7% -lh5- 9764 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/dyngroup.schema [unknown] 1339 3481 38.5% -lh5- f3de Feb 4 2023 AAMP-native/Common/etc/openldap/schema/inetorgperson.ldif [unknown] 2385 6267 38.1% -lh5- da44 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/inetorgperson.schema [unknown] 1077 2979 36.2% -lh5- a052 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/java.ldif [unknown] 3907 13901 28.1% -lh5- f88d Feb 4 2023 AAMP-native/Common/etc/openldap/schema/java.schema [unknown] 943 2082 45.3% -lh5- d2fe Feb 4 2023 AAMP-native/Common/etc/openldap/schema/misc.ldif [unknown] 984 2387 41.2% -lh5- 86cb Feb 4 2023 AAMP-native/Common/etc/openldap/schema/misc.schema [unknown] 1748 6809 25.7% -lh5- 1d0b Feb 4 2023 AAMP-native/Common/etc/openldap/schema/nis.ldif [unknown] 1894 7640 24.8% -lh5- f5b2 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/nis.schema [unknown] 1349 3308 40.8% -lh5- 1f2c Feb 4 2023 AAMP-native/Common/etc/openldap/schema/openldap.ldif [unknown] 639 1514 42.2% -lh5- f3a7 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/openldap.schema [unknown] 1771 6904 25.7% -lh5- 3f5d Feb 4 2023 AAMP-native/Common/etc/openldap/schema/pmi.ldif [unknown] 4087 20467 20.0% -lh5- fdd2 Feb 4 2023 AAMP-native/Common/etc/openldap/schema/pmi.schema [unknown] 1362 4570 29.8% -lh5- 3e8d Feb 4 2023 AAMP-native/Common/etc/openldap/schema/ppolicy.ldif [unknown] 5900 20489 28.8% -lh5- e46a Feb 4 2023 AAMP-native/Common/etc/openldap/schema/ppolicy.schema [unknown] 1692 3512 48.2% -lh5- 3d2e Feb 4 2023 AAMP-native/Common/etc/openldap/schema/README [unknown] 1004 2134 47.0% -lh5- 8157 Feb 4 2023 AAMP-native/Common/etc/openldap/slapd.conf [unknown] 1004 2134 47.0% -lh5- 8157 Feb 4 2023 AAMP-native/Common/etc/openldap/slapd.conf.default [unknown] 1142 2661 42.9% -lh5- 187b Feb 4 2023 AAMP-native/Common/etc/openldap/slapd.ldif [unknown] 1142 2661 42.9% -lh5- 187b Feb 4 2023 AAMP-native/Common/etc/openldap/slapd.ldif.default [unknown] 2631 6815 38.6% -lh5- 15ba Jul 23 2011 AAMP-native/Common/etc/subversion/config [unknown] 1646 4276 38.5% -lh5- 07b4 Jul 20 2011 AAMP-native/Common/etc/subversion/README.txt [unknown] 2416 7674 31.5% -lh5- 5bbf Jul 20 2011 AAMP-native/Common/etc/subversion/servers [unknown] 118 153 77.1% -lh5- 0da1 May 6 2010 AAMP-native/Common/etc/tidy.conf [unknown] 404 1358 29.7% -lh5- 1309 Jul 30 15:14 AAMP-native/Common/etc/xml/catalog [unknown] 9571 11420 83.8% -lh5- 8fa3 Jun 29 2023 AAMP-native/Common/etc/zoneinfo.info [unknown] 64 156 41.0% -lh5- 0c31 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Abidjan [unknown] 182 378 48.1% -lh5- 54b1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Accra [unknown] 101 180 56.1% -lh5- 6df4 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Addis_Ababa [unknown] 405 734 55.2% -lh5- 724e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Algiers [unknown] 114 201 56.7% -lh5- 1af7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Asmara [unknown] 114 201 56.7% -lh5- 1af7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Asmera [unknown] 94 208 45.2% -lh5- 268b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Bamako [unknown] 73 157 46.5% -lh5- 87bf Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Bangui [unknown] 102 232 44.0% -lh5- 8f3f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Banjul [unknown] 85 194 43.8% -lh5- f583 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Bissau [unknown] 71 157 45.2% -lh5- 74a7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Blantyre [unknown] 70 157 44.6% -lh5- 2642 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Brazzaville [unknown] 78 140 55.7% -lh5- 02ca Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Bujumbura [unknown] 4839 9343 51.8% -lh5- 5984 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Cairo [unknown] 263 514 51.2% -lh5- c4d7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Casablanca [unknown] 1039 2049 50.7% -lh5- 91f8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Ceuta [unknown] 94 208 45.2% -lh5- 0980 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Conakry [unknown] 88 194 45.4% -lh5- 386c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Dakar [unknown] 103 213 48.4% -lh5- a081 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Dar_es_Salaam [unknown] 73 157 46.5% -lh5- 93a9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Djibouti [unknown] 71 157 45.2% -lh5- e2f8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Douala [unknown] 87 194 44.8% -lh5- 167b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/El_Aaiun [unknown] 363 665 54.6% -lh5- 1319 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Freetown [unknown] 108 194 55.7% -lh5- c1db Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Gaborone [unknown] 70 157 44.6% -lh5- 2ca9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Harare [unknown] 142 245 58.0% -lh5- 910d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Johannesburg [unknown] 121 253 47.8% -lh5- 05d8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Kampala [unknown] 322 669 48.1% -lh5- 3bb6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Khartoum [unknown] 69 157 43.9% -lh5- c0e9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Kigali [unknown] 76 140 54.3% -lh5- da67 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Kinshasa [unknown] 69 157 43.9% -lh5- 0b24 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Lagos [unknown] 72 157 45.9% -lh5- 2ac0 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Libreville [unknown] 73 139 52.5% -lh5- 8f0c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Lome [unknown] 99 178 55.6% -lh5- 717b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Luanda [unknown] 76 140 54.3% -lh5- f4ec Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Lubumbashi [unknown] 72 157 45.9% -lh5- 4f18 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Lusaka [unknown] 88 195 45.1% -lh5- 666b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Malabo [unknown] 72 157 45.9% -lh5- af5d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Maputo [unknown] 95 204 46.6% -lh5- 3011 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Maseru [unknown] 71 160 44.4% -lh5- 3867 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Mbabane [unknown] 110 194 56.7% -lh5- 70f5 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Mogadishu [unknown] 116 215 54.0% -lh5- 304c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Monrovia [unknown] 121 253 47.8% -lh5- 3c0f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Nairobi [unknown] 97 211 46.0% -lh5- f117 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Ndjamena [unknown] 101 225 44.9% -lh5- ad5a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Niamey [unknown] 92 208 44.2% -lh5- 13af Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Nouakchott [unknown] 65 156 41.7% -lh5- 6148 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Ouagadougou [unknown] 86 195 44.1% -lh5- 3190 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Porto-Novo [unknown] 86 173 49.7% -lh5- f002 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Sao_Tome [unknown] 94 208 45.2% -lh5- 268b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Timbuktu [unknown] 306 599 51.1% -lh5- 2f52 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Tripoli [unknown] 776 1489 52.1% -lh5- 2b11 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Tunis [unknown] 797 1556 51.2% -lh5- 48e3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Africa/Windhoek [unknown] 1195 2353 50.8% -lh5- fea3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Adak [unknown] 1196 2358 50.7% -lh5- 65b6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Anchorage [unknown] 73 156 46.8% -lh5- 196e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Anguilla [unknown] 88 194 45.4% -lh5- 76f8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Antigua [unknown] 429 854 50.2% -lh5- 358b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Araguaina [unknown] 987 1882 52.4% -lh5- 03a2 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/Buenos_Aires [unknown] 581 1087 53.4% -lh5- 90d7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/Catamarca [unknown] 581 1087 53.4% -lh5- 90d7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/ComodRivadavia [unknown] 995 1908 52.1% -lh5- aeb6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/Cordoba [unknown] 576 1087 53.0% -lh5- afbe Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/Jujuy [unknown] 585 1101 53.1% -lh5- da03 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/La_Rioja [unknown] 594 1115 53.3% -lh5- 4d6c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/Mendoza [unknown] 578 1087 53.2% -lh5- 2467 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/Rio_Gallegos [unknown] 566 1059 53.4% -lh5- 1bbd Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/Salta [unknown] 584 1101 53.0% -lh5- cf55 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/San_Juan [unknown] 997 1910 52.2% -lh5- 32b4 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/San_Luis [unknown] 1016 1936 52.5% -lh5- 6f12 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/Tucuman [unknown] 579 1087 53.3% -lh5- 0802 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Argentina/Ushuaia [unknown] 89 194 45.9% -lh5- 9d8c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Aruba [unknown] 1019 2020 50.4% -lh5- b3f9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Asuncion [unknown] 182 319 57.1% -lh5- 0b93 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Atikokan [unknown] 1195 2353 50.8% -lh5- fea3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Atka [unknown] 499 994 50.2% -lh5- 9cca Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Bahia [unknown] 160 330 48.5% -lh5- 3ac9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Barbados [unknown] 290 574 50.5% -lh5- 609a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Belem [unknown] 484 962 50.3% -lh5- 23d0 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Belize [unknown] 161 281 57.3% -lh5- 80bb Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Blanc-Sablon [unknown] 315 630 50.0% -lh5- 199d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Boa_Vista [unknown] 131 231 56.7% -lh5- 1e00 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Bogota [unknown] 1199 2377 50.4% -lh5- a733 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Boise [unknown] 987 1882 52.4% -lh5- 03a2 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Buenos_Aires [unknown] 1004 2052 48.9% -lh5- 6d09 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Cambridge_Bay [unknown] 991 2001 49.5% -lh5- c326 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Campo_Grande [unknown] 710 1450 49.0% -lh5- c856 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Cancun [unknown] 132 224 58.9% -lh5- a337 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Caracas [unknown] 581 1087 53.4% -lh5- 90d7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Catamarca [unknown] 87 186 46.8% -lh5- 98ec Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Cayenne [unknown] 98 177 55.4% -lh5- 5a31 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Cayman [unknown] 1769 3543 49.9% -lh5- 48fe Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Chicago [unknown] 736 1492 49.3% -lh5- e1fa Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Chihuahua [unknown] 182 319 57.1% -lh5- 0b93 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Coral_Harbour [unknown] 995 1908 52.1% -lh5- aeb6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Cordoba [unknown] 175 315 55.6% -lh5- 2909 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Costa_Rica [unknown] 980 1973 49.7% -lh5- 27b9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Cuiaba [unknown] 89 194 45.9% -lh5- a8e3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Curacao [unknown] 333 700 47.6% -lh5- 40c9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Danmarkshavn [unknown] 1060 2067 51.3% -lh5- 57aa Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Dawson [unknown] 545 1033 52.8% -lh5- 80c6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Dawson_Creek [unknown] 1220 2427 50.3% -lh5- 4752 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Denver [unknown] 1073 2202 48.7% -lh5- d579 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Detroit [unknown] 70 156 44.9% -lh5- 12ac Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Dominica [unknown] 1168 2388 48.9% -lh5- cf25 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Edmonton [unknown] 315 640 49.2% -lh5- 3e1c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Eirunepe [unknown] 120 236 50.8% -lh5- bc5e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/El_Salvador [unknown] 1136 2342 48.5% -lh5- c3fc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Ensenada [unknown] 364 714 51.0% -lh5- 7fad Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Fortaleza [unknown] 863 1649 52.3% -lh5- d923 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Fort_Wayne [unknown] 1066 2192 48.6% -lh5- b2cd Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Glace_Bay [unknown] 4182 8296 50.4% -lh5- f43f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Godthab [unknown] 1635 3187 51.3% -lh5- 71d7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Goose_Bay [unknown] 950 1871 50.8% -lh5- d80d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Grand_Turk [unknown] 71 156 45.5% -lh5- 3485 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Grenada [unknown] 72 156 46.2% -lh5- 7260 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Guadeloupe [unknown] 150 292 51.4% -lh5- fc28 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Guatemala [unknown] 101 177 57.1% -lh5- 3715 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Guayaquil [unknown] 124 256 48.4% -lh5- 6927 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Guyana [unknown] 1673 3424 48.9% -lh5- 7f1d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Halifax [unknown] 1218 2411 50.5% -lh5- 4cd6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Havana [unknown] 213 424 50.2% -lh5- 6794 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Hermosillo [unknown] 863 1649 52.3% -lh5- d923 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Indiana/Indianapolis [unknown] 1231 2395 51.4% -lh5- 7459 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Indiana/Knox [unknown] 904 1705 53.0% -lh5- 85f1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Indiana/Marengo [unknown] 998 1887 52.9% -lh5- 2889 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Indiana/Petersburg [unknown] 877 1677 52.3% -lh5- 1de7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Indiana/Tell_City [unknown] 731 1397 52.3% -lh5- 9a3b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Indiana/Vevay [unknown] 883 1677 52.7% -lh5- a699 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Indiana/Vincennes [unknown] 930 1761 52.8% -lh5- b39a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Indiana/Winamac [unknown] 863 1649 52.3% -lh5- d923 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Indianapolis [unknown] 938 1914 49.0% -lh5- f694 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Inuvik [unknown] 982 2000 49.1% -lh5- b680 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Iqaluit [unknown] 260 481 54.1% -lh5- 6f62 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Jamaica [unknown] 576 1087 53.0% -lh5- afbe Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Jujuy [unknown] 1180 2324 50.8% -lh5- 282a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Juneau [unknown] 1386 2755 50.3% -lh5- 0a14 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Kentucky/Louisville [unknown] 1193 2335 51.1% -lh5- 668c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Kentucky/Monticello [unknown] 1231 2395 51.4% -lh5- 7459 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Knox_IN [unknown] 118 217 54.4% -lh5- 1cfd Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/La_Paz [unknown] 214 395 54.2% -lh5- 66a6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Lima [unknown] 1394 2819 49.5% -lh5- fb3f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Los_Angeles [unknown] 1386 2755 50.3% -lh5- 0a14 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Louisville [unknown] 376 742 50.7% -lh5- 878d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Maceio [unknown] 244 421 58.0% -lh5- f753 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Managua [unknown] 302 602 50.2% -lh5- 9af3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Manaus [unknown] 72 156 46.2% -lh5- 7260 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Marigot [unknown] 129 231 55.8% -lh5- 0bc6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Martinique [unknown] 757 1534 49.3% -lh5- 1357 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Mazatlan [unknown] 594 1115 53.3% -lh5- 4d6c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Mendoza [unknown] 1136 2241 50.7% -lh5- fed4 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Menominee [unknown] 700 1426 49.1% -lh5- a71e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Merida [unknown] 794 1604 49.5% -lh5- 295c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Mexico_City [unknown] 816 1670 48.9% -lh5- 910e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Miquelon [unknown] 1559 3137 49.7% -lh5- 5360 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Moncton [unknown] 689 1402 49.1% -lh5- f9e6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Monterrey [unknown] 1121 2118 52.9% -lh5- b28b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Montevideo [unknown] 1736 3477 49.9% -lh5- 3e63 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Montreal [unknown] 73 156 46.8% -lh5- 6123 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Montserrat [unknown] 1109 2270 48.9% -lh5- 9c47 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Nassau [unknown] 1743 3519 49.5% -lh5- ed87 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/New_York [unknown] 1067 2105 50.7% -lh5- 6b01 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Nipigon [unknown] 1203 2350 51.2% -lh5- 16d9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Nome [unknown] 353 714 49.4% -lh5- d9ed Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Noronha [unknown] 1210 2363 51.2% -lh5- 0386 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/North_Dakota/Center [unknown] 1209 2363 51.2% -lh5- 2d8f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/North_Dakota/New_Salem [unknown] 104 177 58.8% -lh5- 6cd2 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Panama [unknown] 1012 2062 49.1% -lh5- 9b46 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Pangnirtung [unknown] 137 294 46.6% -lh5- 12dd Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Paramaribo [unknown] 194 327 59.3% -lh5- 8128 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Phoenix [unknown] 392 711 55.1% -lh5- 4a68 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Port-au-Prince [unknown] 302 612 49.3% -lh5- dafb Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Porto_Acre [unknown] 291 574 50.7% -lh5- 9c7b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Porto_Velho [unknown] 71 156 45.5% -lh5- 428e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Port_of_Spain [unknown] 128 229 55.9% -lh5- c551 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Puerto_Rico [unknown] 1070 2105 50.8% -lh5- 2bb0 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Rainy_River [unknown] 939 1900 49.4% -lh5- f84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Rankin_Inlet [unknown] 362 714 50.7% -lh5- 5324 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Recife [unknown] 483 980 49.3% -lh5- 4c3e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Regina [unknown] 4153 8554 48.6% -lh5- afc3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Resolute [unknown] 302 612 49.3% -lh5- dafb Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Rio_Branco [unknown] 995 1908 52.1% -lh5- aeb6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Rosario [unknown] 307 612 50.2% -lh5- 705e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Santarem [unknown] 4771 9173 52.0% -lh5- 1900 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Santiago [unknown] 265 463 57.2% -lh5- f3eb Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Santo_Domingo [unknown] 992 2001 49.6% -lh5- a1cc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Sao_Paulo [unknown] 913 1911 47.8% -lh5- 7536 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Scoresbysund [unknown] 1220 2427 50.3% -lh5- 4752 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Shiprock [unknown] 72 156 46.2% -lh5- 7260 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/St_Barthelemy [unknown] 1862 3632 51.3% -lh5- 95ac Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/St_Johns [unknown] 71 156 45.5% -lh5- e4ff Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/St_Kitts [unknown] 99 177 55.9% -lh5- b5ba Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/St_Lucia [unknown] 73 156 46.8% -lh5- d0cb Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/St_Thomas [unknown] 98 177 55.4% -lh5- 3d00 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/St_Vincent [unknown] 272 560 48.6% -lh5- 0b3d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Swift_Current [unknown] 135 264 51.1% -lh5- e805 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Tegucigalpa [unknown] 745 1514 49.2% -lh5- 0c57 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Thule [unknown] 1095 2185 50.1% -lh5- 6da6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Thunder_Bay [unknown] 1136 2342 48.5% -lh5- c3fc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Tijuana [unknown] 1724 3477 49.6% -lh5- bd31 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Toronto [unknown] 73 156 46.8% -lh5- 6d80 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Tortola [unknown] 1413 2875 49.1% -lh5- 8a15 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Vancouver [unknown] 73 156 46.8% -lh5- d0cb Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Virgin [unknown] 1060 2067 51.3% -lh5- b549 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Whitehorse [unknown] 1424 2865 49.7% -lh5- 1e7b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Winnipeg [unknown] 1144 2288 50.0% -lh5- 24ff Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Yakutat [unknown] 963 1966 49.0% -lh5- 0b3a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/America/Yellowknife [unknown] 66 157 42.0% -lh5- bb29 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Antarctica/Casey [unknown] 85 188 45.2% -lh5- 7eff Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Antarctica/Davis [unknown] 96 213 45.1% -lh5- d02f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Antarctica/DumontDUrville [unknown] 69 160 43.1% -lh5- 91f2 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Antarctica/Mawson [unknown] 958 2001 47.9% -lh5- e201 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Antarctica/McMurdo [unknown] 4353 8546 50.9% -lh5- 46c8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Antarctica/Palmer [unknown] 65 159 40.9% -lh5- 1711 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Antarctica/Rothera [unknown] 958 2001 47.9% -lh5- e201 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Antarctica/South_Pole [unknown] 67 160 41.9% -lh5- 03bd Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Antarctica/Syowa [unknown] 69 160 43.1% -lh5- 2d84 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Antarctica/Vostok [unknown] 1099 2225 49.4% -lh5- 911c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Arctic/Longyearbyen [unknown] 70 157 44.6% -lh5- ebb5 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Aden [unknown] 465 922 50.4% -lh5- e63e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Almaty [unknown] 4291 8504 50.5% -lh5- e762 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Amman [unknown] 937 1931 48.5% -lh5- bb81 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Anadyr [unknown] 517 1112 46.5% -lh5- 392c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Aqtau [unknown] 491 1038 47.3% -lh5- 55cd Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Aqtobe [unknown] 308 657 46.9% -lh5- 1940 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Ashgabat [unknown] 308 657 46.9% -lh5- 1940 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Ashkhabad [unknown] 512 962 53.2% -lh5- 50df Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Baghdad [unknown] 90 195 46.2% -lh5- 9b14 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Bahrain [unknown] 927 1942 47.7% -lh5- 4a59 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Baku [unknown] 98 178 55.1% -lh5- f0d1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Bangkok [unknown] 1075 2149 50.0% -lh5- c27e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Beirut [unknown] 507 1047 48.4% -lh5- 10b1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Bishkek [unknown] 87 187 46.5% -lh5- 0a30 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Brunei [unknown] 154 265 58.1% -lh5- d3fa Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Calcutta [unknown] 437 890 49.1% -lh5- f05c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Choibalsan [unknown] 187 389 48.1% -lh5- 4eb9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Chongqing [unknown] 187 389 48.1% -lh5- 4eb9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Chungking [unknown] 202 347 58.2% -lh5- 0a43 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Colombo [unknown] 210 364 57.7% -lh5- 5721 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Dacca [unknown] 1135 2303 49.3% -lh5- 9898 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Damascus [unknown] 210 364 57.7% -lh5- 5721 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Dhaka [unknown] 132 277 47.7% -lh5- 3e06 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Dili [unknown] 73 157 46.5% -lh5- b0d6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Dubai [unknown] 292 597 48.9% -lh5- 5e09 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Dushanbe [unknown] 1166 2282 51.1% -lh5- 587c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Gaza [unknown] 227 447 50.8% -lh5- c4d2 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Harbin [unknown] 556 1135 49.0% -lh5- 472d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Hong_Kong [unknown] 407 834 48.8% -lh5- 67aa Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Hovd [unknown] 113 239 47.3% -lh5- 1c80 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Ho_Chi_Minh [unknown] 986 1935 51.0% -lh5- 3ea9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Irkutsk [unknown] 1381 2721 50.8% -lh5- 4531 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Istanbul [unknown] 200 344 58.1% -lh5- 614c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Jakarta [unknown] 100 209 47.8% -lh5- d825 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Jayapura [unknown] 1113 2197 50.7% -lh5- 331c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Jerusalem [unknown] 99 173 57.2% -lh5- 26f1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Kabul [unknown] 927 1915 48.4% -lh5- 2316 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Kamchatka [unknown] 188 389 48.3% -lh5- bb4a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Karachi [unknown] 200 419 47.7% -lh5- efaf Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Kashgar [unknown] 93 198 47.0% -lh5- c816 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Kathmandu [unknown] 93 198 47.0% -lh5- c816 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Katmandu [unknown] 154 265 58.1% -lh5- d3fa Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Kolkata [unknown] 925 1914 48.3% -lh5- 1e40 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Krasnoyarsk [unknown] 200 372 53.8% -lh5- 66ac Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Kuala_Lumpur [unknown] 254 505 50.3% -lh5- 8188 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Kuching [unknown] 71 157 45.2% -lh5- 90b3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Kuwait [unknown] 387 781 49.6% -lh5- 81ce Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Macao [unknown] 387 781 49.6% -lh5- 81ce Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Macau [unknown] 924 1915 48.3% -lh5- fc24 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Magadan [unknown] 118 247 47.8% -lh5- ac2e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Makassar [unknown] 187 319 58.6% -lh5- 84b6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Manila [unknown] 72 157 45.9% -lh5- 70dc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Muscat [unknown] 979 2002 48.9% -lh5- 523c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Nicosia [unknown] 941 1944 48.4% -lh5- 9115 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Novosibirsk [unknown] 924 1914 48.3% -lh5- f161 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Omsk [unknown] 504 1086 46.4% -lh5- c0ef Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Oral [unknown] 115 239 48.1% -lh5- ad62 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Phnom_Penh [unknown] 168 359 46.8% -lh5- d68f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Pontianak [unknown] 143 242 59.1% -lh5- 64f4 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Pyongyang [unknown] 89 195 45.6% -lh5- f117 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Qatar [unknown] 510 1068 47.8% -lh5- f110 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Qyzylorda [unknown] 150 259 57.9% -lh5- 846f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Rangoon [unknown] 72 157 45.9% -lh5- 14e9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Riyadh [unknown] 3259 8669 37.6% -lh5- 9c15 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Riyadh87 [unknown] 3258 8523 38.2% -lh5- f95b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Riyadh88 [unknown] 3280 8523 38.5% -lh5- 5e66 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Riyadh89 [unknown] 113 239 47.3% -lh5- 1c80 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Saigon [unknown] 955 1961 48.7% -lh5- eb10 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Sakhalin [unknown] 312 677 46.1% -lh5- f84b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Samarkand [unknown] 222 380 58.4% -lh5- b2a1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Seoul [unknown] 198 405 48.9% -lh5- 43ee Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Shanghai [unknown] 211 402 52.5% -lh5- 97f3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Singapore [unknown] 383 724 52.9% -lh5- d480 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Taipei [unknown] 311 667 46.6% -lh5- 0ae6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Tashkent [unknown] 594 1100 54.0% -lh5- 91a2 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Tbilisi [unknown] 778 1622 48.0% -lh5- bf37 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Tehran [unknown] 1113 2197 50.7% -lh5- 331c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Tel_Aviv [unknown] 86 195 44.1% -lh5- 5bf8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Thimbu [unknown] 86 195 44.1% -lh5- 5bf8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Thimphu [unknown] 186 331 56.2% -lh5- 6ba1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Tokyo [unknown] 118 247 47.8% -lh5- ac2e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Ujung_Pandang [unknown] 406 834 48.7% -lh5- cb14 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Ulaanbaatar [unknown] 406 834 48.7% -lh5- cb14 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Ulan_Bator [unknown] 187 389 48.1% -lh5- 794b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Urumqi [unknown] 112 239 46.9% -lh5- 0862 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Vientiane [unknown] 929 1929 48.2% -lh5- 1bf7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Vladivostok [unknown] 927 1914 48.4% -lh5- e9b0 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Yakutsk [unknown] 946 2000 47.3% -lh5- 64a4 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Yekaterinburg [unknown] 956 2012 47.5% -lh5- 8edf Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Asia/Yerevan [unknown] 1732 3462 50.0% -lh5- a6a7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/Azores [unknown] 980 1990 49.2% -lh5- 4ed9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/Bermuda [unknown] 907 1899 47.8% -lh5- a86c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/Canary [unknown] 115 240 47.9% -lh5- 8e20 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/Cape_Verde [unknown] 870 1815 47.9% -lh5- 8d68 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/Faeroe [unknown] 870 1815 47.9% -lh5- 8d68 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/Faroe [unknown] 1099 2225 49.4% -lh5- 911c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/Jan_Mayen [unknown] 1714 3452 49.7% -lh5- 15f5 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/Madeira [unknown] 582 1141 51.0% -lh5- 5eff Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/Reykjavik [unknown] 77 139 55.4% -lh5- 2e6e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/South_Georgia [unknown] 1021 1961 52.1% -lh5- d93f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/Stanley [unknown] 93 177 52.5% -lh5- 70d3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Atlantic/St_Helena [unknown] 1084 2183 49.7% -lh5- c929 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/ACT [unknown] 1097 2202 49.8% -lh5- 6728 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Adelaide [unknown] 231 413 55.9% -lh5- f2ef Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Brisbane [unknown] 1131 2237 50.6% -lh5- ec87 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Broken_Hill [unknown] 1084 2183 49.7% -lh5- c929 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Canberra [unknown] 1073 2183 49.2% -lh5- 6739 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Currie [unknown] 173 288 60.1% -lh5- 9854 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Darwin [unknown] 252 446 56.5% -lh5- 4dd5 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Eucla [unknown] 1121 2295 48.8% -lh5- 5a15 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Hobart [unknown] 930 1821 51.1% -lh5- 37e7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/LHI [unknown] 272 483 56.3% -lh5- a47c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Lindeman [unknown] 930 1821 51.1% -lh5- 37e7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Lord_Howe [unknown] 1083 2183 49.6% -lh5- 0dcb Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Melbourne [unknown] 173 288 60.1% -lh5- 9854 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/North [unknown] 1084 2183 49.7% -lh5- c929 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/NSW [unknown] 250 440 56.8% -lh5- 87ed Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Perth [unknown] 231 413 55.9% -lh5- f2ef Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Queensland [unknown] 1097 2202 49.8% -lh5- 6728 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/South [unknown] 1084 2183 49.7% -lh5- c929 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Sydney [unknown] 1121 2295 48.8% -lh5- 5a15 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Tasmania [unknown] 1083 2183 49.6% -lh5- 0dcb Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Victoria [unknown] 250 440 56.8% -lh5- 87ed Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/West [unknown] 1131 2237 50.6% -lh5- ec87 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Australia/Yancowinna [unknown] 302 612 49.3% -lh5- dafb Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Brazil/Acre [unknown] 353 714 49.4% -lh5- d9ed Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Brazil/DeNoronha [unknown] 992 2001 49.6% -lh5- a1cc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Brazil/East [unknown] 302 602 50.2% -lh5- 9af3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Brazil/West [unknown] 1673 3424 48.9% -lh5- 7f1d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Canada/Atlantic [unknown] 1424 2865 49.7% -lh5- 1e7b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Canada/Central [unknown] 483 980 49.3% -lh5- 4c3e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Canada/East-Saskatchewan [unknown] 1724 3477 49.6% -lh5- bd31 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Canada/Eastern [unknown] 1168 2388 48.9% -lh5- cf25 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Canada/Mountain [unknown] 1862 3632 51.3% -lh5- 95ac Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Canada/Newfoundland [unknown] 1413 2875 49.1% -lh5- 8a15 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Canada/Pacific [unknown] 483 980 49.3% -lh5- 4c3e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Canada/Saskatchewan [unknown] 1060 2067 51.3% -lh5- b549 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Canada/Yukon [unknown] 1006 2102 47.9% -lh5- 6d3a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/CET [unknown] 4771 9173 52.0% -lh5- 1900 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Chile/Continental [unknown] 4616 8935 51.7% -lh5- 8f3a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Chile/EasterIsland [unknown] 1123 2294 49.0% -lh5- d68f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/CST6CDT [unknown] 1218 2411 50.5% -lh5- 4cd6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Cuba [unknown] 902 1876 48.1% -lh5- 36a8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/EET [unknown] 4839 9343 51.8% -lh5- 5984 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Egypt [unknown] 1783 3533 50.5% -lh5- 3f3d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Eire [unknown] 48 118 40.7% -lh5- a9ed Feb 13 2010 AAMP-native/Common/etc/zoneinfo/EST [unknown] 1118 2294 48.7% -lh5- 5048 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/EST5EDT [unknown] 44 118 37.3% -lh5- e84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT [unknown] 44 118 37.3% -lh5- e84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+0 [unknown] 51 126 40.5% -lh5- af44 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+1 [unknown] 53 130 40.8% -lh5- f8fe Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+10 [unknown] 52 130 40.0% -lh5- f770 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+11 [unknown] 52 130 40.0% -lh5- dc40 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+12 [unknown] 53 126 42.1% -lh5- 2964 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+2 [unknown] 53 126 42.1% -lh5- 1bf3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+3 [unknown] 54 126 42.9% -lh5- 6527 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+4 [unknown] 54 126 42.9% -lh5- 8629 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+5 [unknown] 54 126 42.9% -lh5- 0009 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+6 [unknown] 54 126 42.9% -lh5- 329e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+7 [unknown] 54 126 42.9% -lh5- fda1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+8 [unknown] 53 126 42.1% -lh5- 5f2b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT+9 [unknown] 44 118 37.3% -lh5- e84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-0 [unknown] 52 127 40.9% -lh5- ce61 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-1 [unknown] 54 131 41.2% -lh5- 6bfd Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-10 [unknown] 54 131 41.2% -lh5- de4e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-11 [unknown] 54 131 41.2% -lh5- f922 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-12 [unknown] 55 131 42.0% -lh5- b7f0 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-13 [unknown] 55 131 42.0% -lh5- 8bf6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-14 [unknown] 50 127 39.4% -lh5- 302b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-2 [unknown] 52 127 40.9% -lh5- 1835 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-3 [unknown] 52 127 40.9% -lh5- 8cbc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-4 [unknown] 52 127 40.9% -lh5- 22ca Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-5 [unknown] 52 127 40.9% -lh5- dc80 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-6 [unknown] 53 127 41.7% -lh5- f49e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-7 [unknown] 53 127 41.7% -lh5- b591 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-8 [unknown] 54 127 42.5% -lh5- e057 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT-9 [unknown] 44 118 37.3% -lh5- e84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/GMT0 [unknown] 44 118 37.3% -lh5- e84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/Greenwich [unknown] 43 118 36.4% -lh5- d698 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/UCT [unknown] 43 118 36.4% -lh5- 4049 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/Universal [unknown] 43 118 36.4% -lh5- 4049 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/UTC [unknown] 43 118 36.4% -lh5- 4049 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Etc/Zulu [unknown] 1426 2917 48.9% -lh5- 160d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Amsterdam [unknown] 852 1725 49.4% -lh5- 2cc4 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Andorra [unknown] 1128 2245 50.2% -lh5- e578 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Athens [unknown] 1836 3661 50.2% -lh5- 63fc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Belfast [unknown] 966 1931 50.0% -lh5- d10c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Belgrade [unknown] 1151 2309 49.8% -lh5- 254d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Berlin [unknown] 1099 2246 48.9% -lh5- 1e18 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Bratislava [unknown] 1454 2944 49.4% -lh5- f850 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Brussels [unknown] 1122 2195 51.1% -lh5- 0267 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Bucharest [unknown] 1207 2407 50.1% -lh5- ef97 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Budapest [unknown] 1239 2407 51.5% -lh5- 3643 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Chisinau [unknown] 1060 2134 49.7% -lh5- d3cd Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Copenhagen [unknown] 1783 3533 50.5% -lh5- 3f3d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Dublin [unknown] 1501 3035 49.5% -lh5- e1c4 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Gibraltar [unknown] 1836 3661 50.2% -lh5- 63fc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Guernsey [unknown] 939 1883 49.9% -lh5- 141b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Helsinki [unknown] 1836 3661 50.2% -lh5- 63fc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Isle_of_Man [unknown] 1381 2721 50.8% -lh5- 4531 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Istanbul [unknown] 1836 3661 50.2% -lh5- 63fc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Jersey [unknown] 1135 2233 50.8% -lh5- 33d2 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Kaliningrad [unknown] 1058 2057 51.4% -lh5- 39b6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Kiev [unknown] 1656 3439 48.2% -lh5- ff1c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Lisbon [unknown] 966 1931 50.0% -lh5- d10c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Ljubljana [unknown] 1836 3661 50.2% -lh5- 63fc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/London [unknown] 1395 2960 47.1% -lh5- a15a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Luxembourg [unknown] 1296 2593 50.0% -lh5- 432a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Madrid [unknown] 1292 2603 49.6% -lh5- 4096 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Malta [unknown] 939 1883 49.9% -lh5- 141b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Mariehamn [unknown] 1061 2067 51.3% -lh5- 18a6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Minsk [unknown] 1429 2927 48.8% -lh5- 1f4f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Monaco [unknown] 1144 2194 52.1% -lh5- f351 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Moscow [unknown] 979 2002 48.9% -lh5- 523c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Nicosia [unknown] 1099 2225 49.4% -lh5- 911c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Oslo [unknown] 1438 2945 48.8% -lh5- bd04 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Paris [unknown] 966 1931 50.0% -lh5- d10c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Podgorica [unknown] 1099 2246 48.9% -lh5- 1e18 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Prague [unknown] 1142 2209 51.7% -lh5- ab8b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Riga [unknown] 1323 2652 49.9% -lh5- 90a8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Rome [unknown] 965 2046 47.2% -lh5- f774 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Samara [unknown] 1323 2652 49.9% -lh5- 90a8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/San_Marino [unknown] 966 1931 50.0% -lh5- d10c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Sarajevo [unknown] 1104 2113 52.2% -lh5- 47bc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Simferopol [unknown] 966 1931 50.0% -lh5- d10c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Skopje [unknown] 1082 2104 51.4% -lh5- bac3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Sofia [unknown] 947 1892 50.1% -lh5- 9e59 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Stockholm [unknown] 1131 2175 52.0% -lh5- d349 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Tallinn [unknown] 1011 2084 48.5% -lh5- e312 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Tirane [unknown] 1239 2407 51.5% -lh5- 3643 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Tiraspol [unknown] 1071 2077 51.6% -lh5- 31dc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Uzhgorod [unknown] 900 1799 50.0% -lh5- 66bd Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Vaduz [unknown] 1323 2652 49.9% -lh5- 90a8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Vatican [unknown] 1096 2211 49.6% -lh5- 9cb2 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Vienna [unknown] 1131 2173 52.0% -lh5- 7b33 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Vilnius [unknown] 948 1982 47.8% -lh5- d6c1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Volgograd [unknown] 1336 2679 49.9% -lh5- 5111 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Warsaw [unknown] 966 1931 50.0% -lh5- d10c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Zagreb [unknown] 1077 2085 51.7% -lh5- 7785 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Zaporozhye [unknown] 947 1892 50.1% -lh5- 6b93 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Europe/Zurich [unknown] 85 255 33.3% -lh5- 3b78 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Factory [unknown] 1836 3661 50.2% -lh5- 63fc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/GB [unknown] 1836 3661 50.2% -lh5- 63fc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/GB-Eire [unknown] 44 118 37.3% -lh5- e84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/GMT [unknown] 44 118 37.3% -lh5- e84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/GMT+0 [unknown] 44 118 37.3% -lh5- e84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/GMT-0 [unknown] 44 118 37.3% -lh5- e84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/GMT0 [unknown] 44 118 37.3% -lh5- e84c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Greenwich [unknown] 556 1135 49.0% -lh5- 472d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Hongkong [unknown] 48 119 40.3% -lh5- 1338 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/HST [unknown] 582 1141 51.0% -lh5- 5eff Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Iceland [unknown] 101 227 44.5% -lh5- 924a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Antananarivo [unknown] 88 187 47.1% -lh5- e113 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Chagos [unknown] 80 140 57.1% -lh5- 0b3e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Christmas [unknown] 82 143 57.3% -lh5- 8d03 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Cocos [unknown] 72 157 45.9% -lh5- 67a2 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Comoro [unknown] 65 157 41.4% -lh5- 14ad Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Kerguelen [unknown] 72 157 45.9% -lh5- 2630 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Mahe [unknown] 97 178 54.5% -lh5- 8398 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Maldives [unknown] 117 239 49.0% -lh5- 380d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Mauritius [unknown] 71 157 45.2% -lh5- 6a0a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Mayotte [unknown] 70 157 44.6% -lh5- c3e1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Indian/Reunion [unknown] 778 1622 48.0% -lh5- bf37 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Iran [unknown] 2485 4180 59.4% -lh5- cb88 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/iso3166.tab [unknown] 1113 2197 50.7% -lh5- 331c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Israel [unknown] 260 481 54.1% -lh5- 6f62 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Jamaica [unknown] 186 331 56.2% -lh5- 6ba1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Japan [unknown] 125 211 59.2% -lh5- eab0 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Kwajalein [unknown] 306 599 51.1% -lh5- 2f52 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Libya [unknown] 1006 2102 47.9% -lh5- cde1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/MET [unknown] 1136 2342 48.5% -lh5- c3fc Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Mexico/BajaNorte [unknown] 757 1534 49.3% -lh5- 1357 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Mexico/BajaSur [unknown] 794 1604 49.5% -lh5- 295c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Mexico/General [unknown] 3259 8669 37.6% -lh5- 9c15 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Mideast/Riyadh87 [unknown] 3258 8523 38.2% -lh5- f95b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Mideast/Riyadh88 [unknown] 3280 8523 38.5% -lh5- 5e66 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Mideast/Riyadh89 [unknown] 49 118 41.5% -lh5- 1ed7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/MST [unknown] 1122 2294 48.9% -lh5- 87c4 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/MST7MDT [unknown] 1220 2427 50.3% -lh5- 4752 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Navajo [unknown] 1207 2434 49.6% -lh5- 8535 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/NZ [unknown] 970 2018 48.1% -lh5- 9d23 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/NZ-CHAT [unknown] 139 268 51.9% -lh5- 1c44 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Apia [unknown] 1207 2434 49.6% -lh5- 8535 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Auckland [unknown] 970 2018 48.1% -lh5- 9d23 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Chatham [unknown] 4616 8935 51.7% -lh5- 8f3a Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Easter [unknown] 237 464 51.1% -lh5- a2b8 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Efate [unknown] 119 204 58.3% -lh5- 179f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Enderbury [unknown] 76 140 54.3% -lh5- 2ab1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Fakaofo [unknown] 121 240 50.4% -lh5- 8cac Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Fiji [unknown] 79 141 56.0% -lh5- f711 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Funafuti [unknown] 91 197 46.2% -lh5- 5981 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Galapagos [unknown] 68 159 42.8% -lh5- d7a7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Gambier [unknown] 72 158 45.6% -lh5- 23e4 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Guadalcanal [unknown] 114 199 57.3% -lh5- 4747 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Guam [unknown] 176 312 56.4% -lh5- 3b14 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Honolulu [unknown] 48 119 40.3% -lh5- 1338 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Johnston [unknown] 115 204 56.4% -lh5- 49cf Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Kiritimati [unknown] 101 188 53.7% -lh5- f929 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Kosrae [unknown] 125 211 59.2% -lh5- eab0 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Kwajalein [unknown] 95 171 55.6% -lh5- a03d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Majuro [unknown] 74 162 45.7% -lh5- eb3f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Marquesas [unknown] 148 268 55.2% -lh5- cb4d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Midway [unknown] 119 240 49.6% -lh5- a8c7 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Nauru [unknown] 113 200 56.5% -lh5- a57c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Niue [unknown] 107 182 58.8% -lh5- 8953 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Norfolk [unknown] 145 300 48.3% -lh5- 8160 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Noumea [unknown] 145 290 50.0% -lh5- d64e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Pago_Pago [unknown] 77 140 55.0% -lh5- b2f3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Palau [unknown] 98 177 55.4% -lh5- 855c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Pitcairn [unknown] 82 144 56.9% -lh5- 9de9 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Ponape [unknown] 97 163 59.5% -lh5- 0b4f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Port_Moresby [unknown] 304 548 55.5% -lh5- 4ebd Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Rarotonga [unknown] 132 229 57.6% -lh5- a121 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Saipan [unknown] 145 290 50.0% -lh5- d64e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Samoa [unknown] 73 160 45.6% -lh5- 1f74 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Tahiti [unknown] 83 144 57.6% -lh5- f94e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Tarawa [unknown] 174 313 55.6% -lh5- b479 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Tongatapu [unknown] 81 144 56.2% -lh5- 9e82 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Truk [unknown] 84 144 58.3% -lh5- 4004 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Wake [unknown] 79 141 56.0% -lh5- 4a03 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Wallis [unknown] 81 144 56.2% -lh5- 9e82 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Pacific/Yap [unknown] 1336 2679 49.9% -lh5- 5111 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Poland [unknown] 1656 3439 48.2% -lh5- ff1c Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Portugal [unknown] 198 405 48.9% -lh5- 43ee Feb 13 2010 AAMP-native/Common/etc/zoneinfo/PRC [unknown] 1119 2294 48.8% -lh5- e984 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/PST8PDT [unknown] 383 724 52.9% -lh5- d480 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/ROC [unknown] 222 380 58.4% -lh5- b2a1 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/ROK [unknown] 211 402 52.5% -lh5- 97f3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Singapore [unknown] 1381 2721 50.8% -lh5- 4531 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Turkey [unknown] 43 118 36.4% -lh5- d698 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/UCT [unknown] 43 118 36.4% -lh5- 4049 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Universal [unknown] 1196 2358 50.7% -lh5- 65b6 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Alaska [unknown] 1195 2353 50.8% -lh5- fea3 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Aleutian [unknown] 194 327 59.3% -lh5- 8128 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Arizona [unknown] 1769 3543 49.9% -lh5- 48fe Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Central [unknown] 863 1649 52.3% -lh5- d923 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/East-Indiana [unknown] 1743 3519 49.5% -lh5- ed87 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Eastern [unknown] 176 312 56.4% -lh5- 3b14 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Hawaii [unknown] 1231 2395 51.4% -lh5- 7459 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Indiana-Starke [unknown] 1073 2202 48.7% -lh5- d579 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Michigan [unknown] 1220 2427 50.3% -lh5- 4752 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Mountain [unknown] 1394 2819 49.5% -lh5- fb3f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Pacific [unknown] 1394 2819 49.5% -lh5- fb3f Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Pacific-New [unknown] 145 290 50.0% -lh5- d64e Feb 13 2010 AAMP-native/Common/etc/zoneinfo/US/Samoa [unknown] 43 118 36.4% -lh5- 4049 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/UTC [unknown] 1144 2194 52.1% -lh5- f351 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/W-SU [unknown] 899 1873 48.0% -lh5- c74b Feb 13 2010 AAMP-native/Common/etc/zoneinfo/WET [unknown] 8941 18838 47.5% -lh5- 9a8d Feb 13 2010 AAMP-native/Common/etc/zoneinfo/zone.tab [unknown] 43 118 36.4% -lh5- 4049 Feb 13 2010 AAMP-native/Common/etc/zoneinfo/Zulu [unknown] 17634 21598 81.6% -lh5- 7c8c Jun 29 2023 AAMP-native/Common/Home.info [unknown] 9571 11420 83.8% -lh5- 9619 Feb 23 2011 AAMP-native/Common/Home/root.info [unknown] 75 80 93.8% -lh5- 9b52 Jul 25 2011 AAMP-native/Common/Home/root/.cadaverrc [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/Home/root/.fonts/ttf/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/Home/root/.subversion/auth/svn.simple/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/Home/root/.subversion/auth/svn.ssl.client-passphras e/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/Home/root/.subversion/auth/svn.ssl.server/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/Home/root/.subversion/auth/svn.username/.dummy [unknown] 9572 11420 83.8% -lh5- 43dc Aug 2 11:19 AAMP-native/Common/include.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/include/.dummy [unknown] 9573 11420 83.8% -lh5- 61e2 Jun 24 2023 AAMP-native/Common/info.info [unknown] 8968 31644 28.3% -lh5- 1d88 Jan 31 2023 AAMP-native/Common/info/history.info [unknown] 42617 147850 28.8% -lh5- 3c1f Jan 31 2023 AAMP-native/Common/info/readline.info [unknown] 15022 48200 31.2% -lh5- 7694 Jan 31 2023 AAMP-native/Common/info/rluserman.info [unknown] 9574 11420 83.8% -lh5- 8c44 Jun 24 2023 AAMP-native/Common/lib.info [unknown] 5 5 100.0% -lh0- 6b17 Mar 14 2007 AAMP-native/Common/lib/apr-util-1/apr_dbd_sqlite2.so [unknown] 5 5 100.0% -lh0- 6b17 Mar 14 2007 AAMP-native/Common/lib/apr-util-1/apr_dbd_sqlite3.so [unknown] 154 227 67.8% -lh5- 641f Jun 23 2023 AAMP-native/Common/lib/charset.alias [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/lib/engines/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/lib/libmcrypt/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/lib/libxslt-plugins/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/lib/mysql/plugin/.dummy [unknown] 25114 72506 34.6% -lh5- 6fd4 Jul 3 20:53 AAMP-native/Common/lib/php.ini [unknown] 15456 49348 31.3% -lh5- d227 Feb 14 2023 AAMP-native/Common/lib/php/build/config.guess [unknown] 11328 35276 32.1% -lh5- 7b25 Feb 14 2023 AAMP-native/Common/lib/php/build/config.sub [unknown] 59778 230337 26.0% -lh5- 3fd7 Feb 14 2023 AAMP-native/Common/lib/php/build/libtool.m4 [unknown] 56952 200021 28.5% -lh5- 3d38 Feb 14 2023 AAMP-native/Common/lib/php/build/ltmain.sh [unknown] 2397 7241 33.1% -lh5- b6d9 Feb 14 2023 AAMP-native/Common/lib/php/build/Makefile.global [unknown] 1952 5082 38.4% -lh5- 9d3b Feb 14 2023 AAMP-native/Common/lib/php/build/phpize.m4 [unknown] 33005 133217 24.8% -lh5- da08 Jul 3 21:06 AAMP-native/Common/lib/php/build/run-tests.php [unknown] 15006 65761 22.8% -lh5- 7e7a Feb 14 2023 AAMP-native/Common/lib/php/build/shtool [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/lib/php/extensions/no-debug-non-zts-20200930/.dummy [unknown] 25114 72506 34.6% -lh5- 63ee Jul 17 22:20 AAMP-native/Common/lib/php/php-apache2handler.ini [unknown] 25114 72506 34.6% -lh5- 63ee Jul 17 22:20 AAMP-native/Common/lib/php/php-cli-server.ini [unknown] 25114 72506 34.6% -lh5- 63ee Jul 17 22:20 AAMP-native/Common/lib/php/php-cli.ini [unknown] 22004 75391 29.2% -lh5- 8fe5 Feb 14 2023 AAMP-native/Common/lib/php5/build/acinclude.m4 [unknown] 14047 43499 32.3% -lh5- 15b8 Feb 14 2023 AAMP-native/Common/lib/php5/build/config.guess [unknown] 9817 31743 30.9% -lh5- abf9 Feb 14 2023 AAMP-native/Common/lib/php5/build/config.sub [unknown] 56572 221742 25.5% -lh5- d028 Feb 14 2023 AAMP-native/Common/lib/php5/build/libtool.m4 [unknown] 52801 186760 28.3% -lh5- 51a1 Feb 14 2023 AAMP-native/Common/lib/php5/build/ltmain.sh [unknown] 1784 5694 31.3% -lh5- ea48 Feb 14 2023 AAMP-native/Common/lib/php5/build/Makefile.global [unknown] 914 2278 40.1% -lh5- 9235 Feb 14 2023 AAMP-native/Common/lib/php5/build/mkdep.awk [unknown] 1817 4915 37.0% -lh5- 0f63 Feb 14 2023 AAMP-native/Common/lib/php5/build/phpize.m4 [unknown] 19563 69517 28.1% -lh5- 48e0 Jul 30 15:17 AAMP-native/Common/lib/php5/build/run-tests.php [unknown] 203 410 49.5% -lh5- cfde Feb 14 2023 AAMP-native/Common/lib/php5/build/scan_makefile_in.awk [unknown] 14302 61225 23.4% -lh5- 0992 Feb 14 2023 AAMP-native/Common/lib/php5/build/shtool [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/lib/php5/extensions/no-debug-non-zts-20200930/.dumm y [unknown] 16353 45173 36.2% -lh5- 1548 Jul 17 22:21 AAMP-native/Common/lib/php5/php-apache2handler.ini [unknown] 16353 45173 36.2% -lh5- 1548 Jul 17 22:21 AAMP-native/Common/lib/php5/php-cli.ini [unknown] 143 195 73.3% -lh5- 818d Sep 30 13:37 AAMP-native/Common/lib/pkgconfig/aamp.pc [unknown] 190 283 67.1% -lh5- 18d0 Sep 28 13:40 AAMP-native/Common/lib/pkgconfig/apr-1.pc [unknown] 246 377 65.3% -lh5- a109 Sep 28 13:40 AAMP-native/Common/lib/pkgconfig/apr-util-1.pc [unknown] 190 314 60.5% -lh5- abfb Jan 29 2023 AAMP-native/Common/lib/pkgconfig/freetype2.pc [unknown] 214 339 63.1% -lh5- 2177 Feb 3 2023 AAMP-native/Common/lib/pkgconfig/gmp.pc [unknown] 484 798 60.7% -lh5- 6968 Feb 4 2023 AAMP-native/Common/lib/pkgconfig/gnutls.pc [unknown] 354 575 61.6% -lh5- 1fb5 Feb 14 2023 AAMP-native/Common/lib/pkgconfig/hogweed.pc [unknown] 145 219 66.2% -lh5- 7b37 Oct 8 20:32 AAMP-native/Common/lib/pkgconfig/httpd-2.pc [unknown] 212 358 59.2% -lh5- 6358 Feb 2 2023 AAMP-native/Common/lib/pkgconfig/libcrypto.pc [unknown] 897 1773 50.6% -lh5- 3532 Feb 14 2023 AAMP-native/Common/lib/pkgconfig/libcurl.pc [unknown] 239 383 62.4% -lh5- c79d Feb 2 2023 AAMP-native/Common/lib/pkgconfig/libexslt.pc [unknown] 137 196 69.9% -lh5- 0efb May 1 2023 AAMP-native/Common/lib/pkgconfig/libjpeg.pc [unknown] 231 364 63.5% -lh5- 201c Feb 12 2023 AAMP-native/Common/lib/pkgconfig/libpcre.pc [unknown] 223 355 62.8% -lh5- 746f Feb 12 2023 AAMP-native/Common/lib/pkgconfig/libpcrecpp.pc [unknown] 199 316 63.0% -lh5- 4750 Jan 26 2023 AAMP-native/Common/lib/pkgconfig/libpng.pc [unknown] 199 316 63.0% -lh5- 4750 Jan 26 2023 AAMP-native/Common/lib/pkgconfig/libpng12.pc [unknown] 229 369 62.1% -lh5- 2437 Jan 31 2023 AAMP-native/Common/lib/pkgconfig/libps.pc [unknown] 223 350 63.7% -lh5- 57ef Jul 26 19:45 AAMP-native/Common/lib/pkgconfig/librtmp.pc [unknown] 223 351 63.5% -lh5- 1dae Feb 13 2023 AAMP-native/Common/lib/pkgconfig/libssl.pc [unknown] 667 1189 56.1% -lh5- fbd0 Jan 29 2023 AAMP-native/Common/lib/pkgconfig/libtasn1.pc [unknown] 165 232 71.1% -lh5- 5660 May 1 2023 AAMP-native/Common/lib/pkgconfig/libwebp.pc [unknown] 214 341 62.8% -lh5- 725d May 1 2023 AAMP-native/Common/lib/pkgconfig/libxml-2.0.pc [unknown] 211 325 64.9% -lh5- 3a1c Feb 14 2023 AAMP-native/Common/lib/pkgconfig/libxslt.pc [unknown] 213 351 60.7% -lh5- efe9 May 12 2023 AAMP-native/Common/lib/pkgconfig/libzip.pc [unknown] 248 429 57.8% -lh5- e82c Jul 31 16:58 AAMP-native/Common/lib/pkgconfig/mysql.pc [unknown] 227 348 65.2% -lh5- d2db Feb 14 2023 AAMP-native/Common/lib/pkgconfig/neon.pc [unknown] 241 381 63.3% -lh5- b432 Feb 4 2023 AAMP-native/Common/lib/pkgconfig/nettle.pc [unknown] 177 280 63.2% -lh5- 7249 Jul 7 17:48 AAMP-native/Common/lib/pkgconfig/oniguruma.pc [unknown] 159 226 70.4% -lh5- 20ab Feb 2 2023 AAMP-native/Common/lib/pkgconfig/openssl.pc [unknown] 139 197 70.6% -lh5- db50 Jul 31 16:50 AAMP-native/Common/lib/pkgconfig/php.pc [unknown] 166 243 68.3% -lh5- 68c2 Jul 14 21:26 AAMP-native/Common/lib/pkgconfig/sqlite.pc [unknown] 215 340 63.2% -lh5- 384e Apr 3 2023 AAMP-native/Common/lib/pkgconfig/sqlite3.pc [unknown] 128 179 71.5% -lh5- b65a Jul 31 17:03 AAMP-native/Common/lib/pkgconfig/subversion.pc [unknown] 150 219 68.5% -lh5- b6e8 May 1 2023 AAMP-native/Common/lib/pkgconfig/zlib.pc [unknown] 343 682 50.3% -lh5- 33db Nov 11 2006 AAMP-native/Common/lib/terminfo/a/amiga [unknown] 410 719 57.0% -lh5- 6d8a Nov 11 2006 AAMP-native/Common/lib/terminfo/a/amiga-8bit [unknown] 370 655 56.5% -lh5- 5f71 Nov 11 2006 AAMP-native/Common/lib/terminfo/a/amiga-h [unknown] 554 1456 38.0% -lh5- 4435 Nov 11 2006 AAMP-native/Common/lib/terminfo/a/amiga-vnc [unknown] 1172 2458 47.7% -lh5- b101 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm [unknown] 453 1187 38.2% -lh5- 5c5e Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm+pcfkeys [unknown] 1191 2468 48.3% -lh5- c0a0 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm+sl [unknown] 1217 2496 48.8% -lh5- f0b6 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm+sl-twm [unknown] 1165 2469 47.2% -lh5- 92af Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-1002 [unknown] 1165 2469 47.2% -lh5- 122a Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-1003 [unknown] 1218 2585 47.1% -lh5- da2e Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-16color [unknown] 629 1525 41.2% -lh5- 7503 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-24 [unknown] 1164 2431 47.9% -lh5- 59db Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-256color [unknown] 1164 2429 47.9% -lh5- 36e1 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-88color [unknown] 887 1903 46.6% -lh5- 73b5 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-8bit [unknown] 675 1753 38.5% -lh5- 86ef Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-basic [unknown] 1191 2484 47.9% -lh5- 4984 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-bold [unknown] 635 1569 40.5% -lh5- cd8a Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-color [unknown] 746 1799 41.5% -lh5- 7cb6 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-hp [unknown] 1165 2452 47.5% -lh5- 23f1 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-new [unknown] 1188 2468 48.1% -lh5- 2fe1 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-nic [unknown] 1158 2432 47.6% -lh5- e048 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-noapp [unknown] 1236 2524 49.0% -lh5- b081 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-pcolor [unknown] 511 1301 39.3% -lh5- 37b6 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-r5 [unknown] 617 1519 40.6% -lh5- b79d Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-r6 [unknown] 863 1917 45.0% -lh5- 29a4 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-sco [unknown] 1203 2512 47.9% -lh5- 0579 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-sun [unknown] 846 1925 43.9% -lh5- fdb8 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-vt220 [unknown] 249 492 50.6% -lh5- d969 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-vt52 [unknown] 880 1953 45.1% -lh5- 4040 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-xf86-v32 [unknown] 878 1943 45.2% -lh5- b9c0 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-xf86-v33 [unknown] 880 1953 45.1% -lh5- 44e8 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-xf86-v333 [unknown] 1024 2159 47.4% -lh5- 86b5 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-xf86-v40 [unknown] 1023 2173 47.1% -lh5- 989e Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-xf86-v43 [unknown] 1035 2207 46.9% -lh5- ce5c Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-xf86-v44 [unknown] 1171 2458 47.6% -lh5- ea02 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-xfree86 [unknown] 878 1933 45.4% -lh5- ae48 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm-xi [unknown] 1179 2460 47.9% -lh5- 79af Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterm1 [unknown] 687 1607 42.8% -lh5- 3617 Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xtermc [unknown] 625 1440 43.4% -lh5- 0aeb Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xtermm [unknown] 1220 2528 48.3% -lh5- dbca Nov 11 2006 AAMP-native/Common/lib/terminfo/x/xterms-sun [unknown] 9570 11420 83.8% -lh5- 7f4d Jun 24 2023 AAMP-native/Common/libexec.info [unknown] 4152519 11211240 37.0% -lh5- 6d8f Jun 30 2023 AAMP-native/Common/libexec/mysqld [unknown] 9574 11420 83.8% -lh5- 82a9 Jul 31 17:10 AAMP-native/Common/local.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/local/etc/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/local/include/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/local/lib/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/local/share/.dummy [unknown] 9574 11420 83.8% -lh5- 08c9 Jul 31 17:11 AAMP-native/Common/man.info [unknown] 681 1116 61.0% -lh5- 6547 Jun 23 2023 AAMP-native/Common/man/man1/basename.1 [unknown] 901 1709 52.7% -lh5- a216 Jun 23 2023 AAMP-native/Common/man/man1/cat.1 [unknown] 1185 2376 49.9% -lh5- fa25 Jun 23 2023 AAMP-native/Common/man/man1/chgrp.1 [unknown] 2176 4898 44.4% -lh5- bf6f Jun 23 2023 AAMP-native/Common/man/man1/chmod.1 [unknown] 1686 3762 44.8% -lh5- 68f3 Jun 23 2023 AAMP-native/Common/man/man1/chown.1 [unknown] 639 1038 61.6% -lh5- cf2a Jun 23 2023 AAMP-native/Common/man/man1/cksum.1 [unknown] 774 1384 55.9% -lh5- b83d Jun 23 2023 AAMP-native/Common/man/man1/comm.1 [unknown] 1950 4428 44.0% -lh5- d02f Jun 23 2023 AAMP-native/Common/man/man1/cp.1 [unknown] 1143 2179 52.5% -lh5- f845 Jun 23 2023 AAMP-native/Common/man/man1/csplit.1 [unknown] 1101 2235 49.3% -lh5- c286 Jun 23 2023 AAMP-native/Common/man/man1/cut.1 [unknown] 1388 2651 52.4% -lh5- 070c Jun 23 2023 AAMP-native/Common/man/man1/dd.1 [unknown] 847 1550 54.6% -lh5- 4705 Jun 23 2023 AAMP-native/Common/man/man1/dircolors.1 [unknown] 698 1127 61.9% -lh5- fb90 Jun 23 2023 AAMP-native/Common/man/man1/dirname.1 [unknown] 1731 3608 48.0% -lh5- d419 Jun 23 2023 AAMP-native/Common/man/man1/du.1 [unknown] 938 1662 56.4% -lh5- e6c6 Jun 23 2023 AAMP-native/Common/man/man1/echo.1 [unknown] 828 1435 57.7% -lh5- 4035 Jun 23 2023 AAMP-native/Common/man/man1/expand.1 [unknown] 1203 2482 48.5% -lh5- 865e Jun 23 2023 AAMP-native/Common/man/man1/expr.1 [unknown] 685 1151 59.5% -lh5- 65fb Jun 23 2023 AAMP-native/Common/man/man1/factor.1 [unknown] 671 1077 62.3% -lh5- 4232 Jun 23 2023 AAMP-native/Common/man/man1/false.1 [unknown] 977 1731 56.4% -lh5- e552 Jun 23 2023 AAMP-native/Common/man/man1/fmt.1 [unknown] 786 1333 59.0% -lh5- 4056 Jun 23 2023 AAMP-native/Common/man/man1/fold.1 [unknown] 1948 4136 47.1% -lh5- efcd Jun 23 2023 AAMP-native/Common/man/man1/gdate.1 [unknown] 2648 6463 41.0% -lh5- e1c4 Jun 23 2023 AAMP-native/Common/man/man1/gdir.1 [unknown] 473 774 61.1% -lh5- 21e7 Jun 23 2023 AAMP-native/Common/man/man1/groups.1 [unknown] 941 1775 53.0% -lh5- fa2a Jun 23 2023 AAMP-native/Common/man/man1/head.1 [unknown] 632 1047 60.4% -lh5- 9a46 Jun 23 2023 AAMP-native/Common/man/man1/hostid.1 [unknown] 636 1055 60.3% -lh5- 42c9 Jun 23 2023 AAMP-native/Common/man/man1/hostname.1 [unknown] 823 1521 54.1% -lh5- 2fd8 Jun 23 2023 AAMP-native/Common/man/man1/id.1 [unknown] 1187 2288 51.9% -lh5- 22b9 Jun 23 2023 AAMP-native/Common/man/man1/join.1 [unknown] 636 1055 60.3% -lh5- 987a Jun 23 2023 AAMP-native/Common/man/man1/link.1 [unknown] 1477 2995 49.3% -lh5- 6b83 Jun 23 2023 AAMP-native/Common/man/man1/ln.1 [unknown] 617 986 62.6% -lh5- 709c Jun 23 2023 AAMP-native/Common/man/man1/logname.1 [unknown] 2647 6456 41.0% -lh5- 0f4e Jun 23 2023 AAMP-native/Common/man/man1/ls.1 [unknown] 1013 1839 55.1% -lh5- 8b66 Jun 23 2023 AAMP-native/Common/man/man1/md5sum.1 [unknown] 799 1357 58.9% -lh5- bb98 Jun 23 2023 AAMP-native/Common/man/man1/mkdir.1 [unknown] 1314 2626 50.0% -lh5- 3f19 Jun 23 2023 AAMP-native/Common/man/man1/mv.1 [unknown] 1248 2697 46.3% -lh5- 1577 Jun 23 2023 AAMP-native/Common/man/man1/nl.1 [unknown] 1756 4020 43.7% -lh5- 486d Jun 23 2023 AAMP-native/Common/man/man1/od.1 [unknown] 818 1402 58.3% -lh5- 614d Jun 23 2023 AAMP-native/Common/man/man1/paste.1 [unknown] 700 1131 61.9% -lh5- ee2e Jun 23 2023 AAMP-native/Common/man/man1/pathchk.1 [unknown] 2797 10787 25.9% -lh5- 16e8 May 4 2023 AAMP-native/Common/man/man1/phar.1 [unknown] 16 16 100.0% -lh0- bb7a May 4 2023 AAMP-native/Common/man/man1/phar.phar.1 [unknown] 3574 9395 38.0% -lh5- 9efe May 4 2023 AAMP-native/Common/man/man1/php.1 [unknown] 555 1004 55.3% -lh5- fa3b May 4 2023 AAMP-native/Common/man/man1/phpize.1 [unknown] 5493 14855 37.0% -lh5- 4c3b Jun 3 2005 AAMP-native/Common/man/man1/pkg-config.1 [unknown] 2045 4671 43.8% -lh5- 510d Jun 23 2023 AAMP-native/Common/man/man1/pr.1 [unknown] 660 1075 61.4% -lh5- f1c4 Jun 23 2023 AAMP-native/Common/man/man1/printenv.1 [unknown] 1091 1990 54.8% -lh5- 451e Jun 23 2023 AAMP-native/Common/man/man1/printf.1 [unknown] 1296 2767 46.8% -lh5- 8302 Jun 23 2023 AAMP-native/Common/man/man1/ptx.1 [unknown] 697 1137 61.3% -lh5- e69a Jun 23 2023 AAMP-native/Common/man/man1/pwd.1 [unknown] 787 1392 56.5% -lh5- 8c5d Jun 23 2023 AAMP-native/Common/man/man1/readlink.1 [unknown] 1245 2343 53.1% -lh5- 0316 Jun 23 2023 AAMP-native/Common/man/man1/rm.1 [unknown] 820 1395 58.8% -lh5- 5ad7 Jun 23 2023 AAMP-native/Common/man/man1/rmdir.1 [unknown] 971 1839 52.8% -lh5- 221f Jun 23 2023 AAMP-native/Common/man/man1/seq.1 [unknown] 1020 1847 55.2% -lh5- fccb Jun 23 2023 AAMP-native/Common/man/man1/sha1sum.1 [unknown] 761 1242 61.3% -lh5- 33b4 Jun 23 2023 AAMP-native/Common/man/man1/sleep.1 [unknown] 1645 3359 49.0% -lh5- c82d Jun 23 2023 AAMP-native/Common/man/man1/sort.1 [unknown] 987 1811 54.5% -lh5- 9228 Jun 23 2023 AAMP-native/Common/man/man1/split.1 [unknown] 1208 2633 45.9% -lh5- 093e Jun 23 2023 AAMP-native/Common/man/man1/stat.1 [unknown] 749 1244 60.2% -lh5- c90f Jun 23 2023 AAMP-native/Common/man/man1/sum.1 [unknown] 819 1419 57.7% -lh5- 7e9e Jun 23 2023 AAMP-native/Common/man/man1/tac.1 [unknown] 1570 3187 49.3% -lh5- f61b Jun 23 2023 AAMP-native/Common/man/man1/tail.1 [unknown] 734 1239 59.2% -lh5- 45ce Jun 23 2023 AAMP-native/Common/man/man1/tee.1 [unknown] 1337 3417 39.1% -lh5- ba33 Jun 23 2023 AAMP-native/Common/man/man1/test.1 [unknown] 959 1811 53.0% -lh5- 911f Jun 23 2023 AAMP-native/Common/man/man1/touch.1 [unknown] 1449 3019 48.0% -lh5- b642 Jun 23 2023 AAMP-native/Common/man/man1/tr.1 [unknown] 664 1067 62.2% -lh5- d32a Jun 23 2023 AAMP-native/Common/man/man1/true.1 [unknown] 675 1087 62.1% -lh5- e10b Jun 23 2023 AAMP-native/Common/man/man1/tsort.1 [unknown] 814 1623 50.2% -lh5- 03dc Jun 23 2023 AAMP-native/Common/man/man1/uname.1 [unknown] 876 1581 55.4% -lh5- b52a Jun 23 2023 AAMP-native/Common/man/man1/unexpand.1 [unknown] 1057 2010 52.6% -lh5- 5cd0 Jun 23 2023 AAMP-native/Common/man/man1/uniq.1 [unknown] 625 1049 59.6% -lh5- 0732 Jun 23 2023 AAMP-native/Common/man/man1/unlink.1 [unknown] 2652 6470 41.0% -lh5- 50b6 Jun 23 2023 AAMP-native/Common/man/man1/vdir.1 [unknown] 807 1453 55.5% -lh5- eba5 Jun 23 2023 AAMP-native/Common/man/man1/wc.1 [unknown] 645 1036 62.3% -lh5- e3f4 Jun 23 2023 AAMP-native/Common/man/man1/whoami.1 [unknown] 647 1028 62.9% -lh5- d438 Jun 23 2023 AAMP-native/Common/man/man1/yes.1 [unknown] 9575 11420 83.8% -lh5- 02a5 Jun 24 2023 AAMP-native/Common/mysql.info [unknown] 2058 4703 43.8% -lh5- 8666 Jun 21 2023 AAMP-native/Common/mysql/support-files/my-huge.cnf [unknown] 7977 19759 40.4% -lh5- c1f9 Jun 18 2023 AAMP-native/Common/mysql/support-files/my-innodb-heavy-4G.cnf [unknown] 2043 4677 43.7% -lh5- 8107 Jun 21 2023 AAMP-native/Common/mysql/support-files/my-large.cnf [unknown] 2063 4688 44.0% -lh5- 88d5 Jun 21 2023 AAMP-native/Common/mysql/support-files/my-medium.cnf [unknown] 1369 2852 48.0% -lh5- d521 Jun 21 2023 AAMP-native/Common/mysql/support-files/my-small.cnf [unknown] 9573 11420 83.8% -lh5- 6e82 Aug 2 11:18 AAMP-native/Common/sbin.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/sbin/.dummy [unknown] 9575 11420 83.8% -lh5- 4bb6 Jun 24 2023 AAMP-native/Common/share.info [unknown] 158858 270093 58.8% -lh5- 78a4 Nov 22 17:51 AAMP-native/Common/share/curl/curl-ca-bundle.crt [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/share/fonts/truetype/.dummy [unknown] 13094 79584 16.5% -lh5- 151a Jan 31 2011 AAMP-native/Common/share/gettext/ABOUT-NLS [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/share/info/.dummy [unknown] 463 733 63.2% -lh5- 9805 May 19 2023 AAMP-native/Common/share/locale/af/LC_MESSAGES/libiconv.mo [unknown] 2874 7604 37.8% -lh5- 756b Jan 25 2023 AAMP-native/Common/share/locale/be/LC_MESSAGES/gettext-runtime.mo [unknown] 11542 36132 31.9% -lh5- 55a8 Jan 25 2023 AAMP-native/Common/share/locale/be/LC_MESSAGES/gettext-tools.mo [unknown] 2993 9074 33.0% -lh5- 679d May 19 2023 AAMP-native/Common/share/locale/bg/LC_MESSAGES/libiconv.mo [unknown] 3394 9422 36.0% -lh5- 92e0 Jan 25 2023 AAMP-native/Common/share/locale/ca/LC_MESSAGES/gettext-runtime.mo [unknown] 32086 105172 30.5% -lh5- faa2 Jan 25 2023 AAMP-native/Common/share/locale/ca/LC_MESSAGES/gettext-tools.mo [unknown] 494 756 65.3% -lh5- 9a52 May 19 2023 AAMP-native/Common/share/locale/ca/LC_MESSAGES/libiconv.mo [unknown] 1333 2582 51.6% -lh5- b767 Jan 25 2023 AAMP-native/Common/share/locale/cs/LC_MESSAGES/gettext-runtime.mo [unknown] 4138 9580 43.2% -lh5- 6c5c Jan 25 2023 AAMP-native/Common/share/locale/cs/LC_MESSAGES/gettext-tools.mo [unknown] 13269 34151 38.9% -lh5- 2125 Feb 4 2023 AAMP-native/Common/share/locale/cs/LC_MESSAGES/gnutls.mo [unknown] 8069 20918 38.6% -lh5- 6ab7 Jan 26 2023 AAMP-native/Common/share/locale/cs/LC_MESSAGES/libgpg-error.mo [unknown] 2789 7245 38.5% -lh5- c4e8 May 19 2023 AAMP-native/Common/share/locale/cs/LC_MESSAGES/libiconv.mo [unknown] 845 1577 53.6% -lh5- 94d0 Feb 4 2023 AAMP-native/Common/share/locale/cs/LC_MESSAGES/neon.mo [unknown] 2556 6867 37.2% -lh5- 56f8 Jan 25 2023 AAMP-native/Common/share/locale/da/LC_MESSAGES/gettext-runtime.mo [unknown] 12841 35574 36.1% -lh5- 7d41 Jan 25 2023 AAMP-native/Common/share/locale/da/LC_MESSAGES/gettext-tools.mo [unknown] 7602 19913 38.2% -lh5- 3d1e Jan 26 2023 AAMP-native/Common/share/locale/da/LC_MESSAGES/libgpg-error.mo [unknown] 2275 6218 36.6% -lh5- 483a May 19 2023 AAMP-native/Common/share/locale/da/LC_MESSAGES/libiconv.mo [unknown] 3447 9611 35.9% -lh5- e6bd Jan 25 2023 AAMP-native/Common/share/locale/de/LC_MESSAGES/gettext-runtime.mo [unknown] 29582 92953 31.8% -lh5- b04e Jan 25 2023 AAMP-native/Common/share/locale/de/LC_MESSAGES/gettext-tools.mo [unknown] 9524 24988 38.1% -lh5- a5ee Feb 4 2023 AAMP-native/Common/share/locale/de/LC_MESSAGES/gnutls.mo [unknown] 11323 29958 37.8% -lh5- c612 Jan 26 2023 AAMP-native/Common/share/locale/de/LC_MESSAGES/libgpg-error.mo [unknown] 2767 7467 37.1% -lh5- b747 May 19 2023 AAMP-native/Common/share/locale/de/LC_MESSAGES/libiconv.mo [unknown] 882 1723 51.2% -lh5- 2535 Feb 4 2023 AAMP-native/Common/share/locale/de/LC_MESSAGES/neon.mo [unknown] 9682 30404 31.8% -lh5- 43fb Jan 31 2023 AAMP-native/Common/share/locale/de/LC_MESSAGES/pslib.mo [unknown] 104588 312635 33.5% -lh5- ad37 Apr 11 2023 AAMP-native/Common/share/locale/de/LC_MESSAGES/subversion.mo [unknown] 1361 2492 54.6% -lh5- dee3 Jan 25 2023 AAMP-native/Common/share/locale/el/LC_MESSAGES/gettext-runtime.mo [unknown] 3137 6521 48.1% -lh5- 80fa Jan 25 2023 AAMP-native/Common/share/locale/el/LC_MESSAGES/gettext-tools.mo [unknown] 510 775 65.8% -lh5- abfe May 19 2023 AAMP-native/Common/share/locale/el/LC_MESSAGES/libiconv.mo [unknown] 2214 9089 24.4% -lh5- 47ed Jan 25 2023 AAMP-native/Common/share/locale/en@boldquot/LC_MESSAGES/gettext-runtim e.mo [unknown] 30241 99271 30.5% -lh5- 526f Jan 25 2023 AAMP-native/Common/share/locale/en@boldquot/LC_MESSAGES/gettext-tools. mo [unknown] 12620 32658 38.6% -lh5- 69aa Feb 4 2023 AAMP-native/Common/share/locale/en@quot/LC_MESSAGES/cadaver.mo [unknown] 2203 9001 24.5% -lh5- 7720 Jan 25 2023 AAMP-native/Common/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo [unknown] 30130 97727 30.8% -lh5- 500e Jan 25 2023 AAMP-native/Common/share/locale/en@quot/LC_MESSAGES/gettext-tools.mo [unknown] 3183 8899 35.8% -lh5- 0512 Jan 25 2023 AAMP-native/Common/share/locale/eo/LC_MESSAGES/gettext-runtime.mo [unknown] 12509 33110 37.8% -lh5- 1320 Feb 4 2023 AAMP-native/Common/share/locale/eo/LC_MESSAGES/gnutls.mo [unknown] 6334 16383 38.7% -lh5- 63b7 Jan 26 2023 AAMP-native/Common/share/locale/eo/LC_MESSAGES/libgpg-error.mo [unknown] 2255 6171 36.5% -lh5- 1dce May 19 2023 AAMP-native/Common/share/locale/eo/LC_MESSAGES/libiconv.mo [unknown] 5547 13554 40.9% -lh5- b0e7 Feb 4 2023 AAMP-native/Common/share/locale/es/LC_MESSAGES/cadaver.mo [unknown] 3316 9476 35.0% -lh5- 59ff Jan 25 2023 AAMP-native/Common/share/locale/es/LC_MESSAGES/gettext-runtime.mo [unknown] 27671 88150 31.4% -lh5- 6d5c Jan 25 2023 AAMP-native/Common/share/locale/es/LC_MESSAGES/gettext-tools.mo [unknown] 9557 24527 39.0% -lh5- 00f6 Feb 4 2023 AAMP-native/Common/share/locale/es/LC_MESSAGES/gnutls.mo [unknown] 2232 6372 35.0% -lh5- 763e May 19 2023 AAMP-native/Common/share/locale/es/LC_MESSAGES/libiconv.mo [unknown] 79001 237419 33.3% -lh5- 34aa Apr 11 2023 AAMP-native/Common/share/locale/es/LC_MESSAGES/subversion.mo [unknown] 1302 2494 52.2% -lh5- 6efa Jan 25 2023 AAMP-native/Common/share/locale/et/LC_MESSAGES/gettext-runtime.mo [unknown] 4051 9471 42.8% -lh5- cbea Jan 25 2023 AAMP-native/Common/share/locale/et/LC_MESSAGES/gettext-tools.mo [unknown] 2283 6079 37.6% -lh5- a4f4 May 19 2023 AAMP-native/Common/share/locale/et/LC_MESSAGES/libiconv.mo [unknown] 3428 9173 37.4% -lh5- 0266 Jan 25 2023 AAMP-native/Common/share/locale/fi/LC_MESSAGES/gettext-runtime.mo [unknown] 2500 6242 40.1% -lh5- 3db6 Jan 25 2023 AAMP-native/Common/share/locale/fi/LC_MESSAGES/gettext-tools.mo [unknown] 9432 24153 39.1% -lh5- a0e4 Feb 4 2023 AAMP-native/Common/share/locale/fi/LC_MESSAGES/gnutls.mo [unknown] 2317 6214 37.3% -lh5- f93d May 19 2023 AAMP-native/Common/share/locale/fi/LC_MESSAGES/libiconv.mo [unknown] 3387 9320 36.3% -lh5- 0b9a Jan 25 2023 AAMP-native/Common/share/locale/fr/LC_MESSAGES/gettext-runtime.mo [unknown] 32685 107550 30.4% -lh5- e0b8 Jan 25 2023 AAMP-native/Common/share/locale/fr/LC_MESSAGES/gettext-tools.mo [unknown] 12827 35159 36.5% -lh5- be51 Feb 4 2023 AAMP-native/Common/share/locale/fr/LC_MESSAGES/gnutls.mo [unknown] 7939 21574 36.8% -lh5- cbae Jan 26 2023 AAMP-native/Common/share/locale/fr/LC_MESSAGES/libgpg-error.mo [unknown] 2246 6460 34.8% -lh5- 843a May 19 2023 AAMP-native/Common/share/locale/fr/LC_MESSAGES/libiconv.mo [unknown] 284 398 71.4% -lh5- 8190 Feb 4 2023 AAMP-native/Common/share/locale/fr/LC_MESSAGES/neon.mo [unknown] 103093 310600 33.2% -lh5- 6106 Apr 11 2023 AAMP-native/Common/share/locale/fr/LC_MESSAGES/subversion.mo [unknown] 3352 9133 36.7% -lh5- bb15 Jan 25 2023 AAMP-native/Common/share/locale/ga/LC_MESSAGES/gettext-runtime.mo [unknown] 2383 6793 35.1% -lh5- 4b1f May 19 2023 AAMP-native/Common/share/locale/ga/LC_MESSAGES/libiconv.mo [unknown] 1222 2450 49.9% -lh5- 6cfc Jan 25 2023 AAMP-native/Common/share/locale/gl/LC_MESSAGES/gettext-runtime.mo [unknown] 3948 9671 40.8% -lh5- 7cb8 Jan 25 2023 AAMP-native/Common/share/locale/gl/LC_MESSAGES/gettext-tools.mo [unknown] 2275 6462 35.2% -lh5- 2900 May 19 2023 AAMP-native/Common/share/locale/gl/LC_MESSAGES/libiconv.mo [unknown] 2283 6232 36.6% -lh5- fff0 May 19 2023 AAMP-native/Common/share/locale/hr/LC_MESSAGES/libiconv.mo [unknown] 6733 17550 38.4% -lh5- 045c Jan 26 2023 AAMP-native/Common/share/locale/hu/LC_MESSAGES/libgpg-error.mo [unknown] 2445 6731 36.3% -lh5- fc5e May 19 2023 AAMP-native/Common/share/locale/hu/LC_MESSAGES/libiconv.mo [unknown] 3158 9059 34.9% -lh5- 2ff4 Jan 25 2023 AAMP-native/Common/share/locale/id/LC_MESSAGES/gettext-runtime.mo [unknown] 2613 6040 43.3% -lh5- d03d Jan 25 2023 AAMP-native/Common/share/locale/id/LC_MESSAGES/gettext-tools.mo [unknown] 2545 6841 37.2% -lh5- 9c32 May 19 2023 AAMP-native/Common/share/locale/id/LC_MESSAGES/libiconv.mo [unknown] 5506 13689 40.2% -lh5- 8db7 Feb 4 2023 AAMP-native/Common/share/locale/it/LC_MESSAGES/cadaver.mo [unknown] 3218 9204 35.0% -lh5- b321 Jan 25 2023 AAMP-native/Common/share/locale/it/LC_MESSAGES/gettext-runtime.mo [unknown] 30997 100195 30.9% -lh5- 80aa Jan 25 2023 AAMP-native/Common/share/locale/it/LC_MESSAGES/gettext-tools.mo [unknown] 12778 34940 36.6% -lh5- 0fbf Feb 4 2023 AAMP-native/Common/share/locale/it/LC_MESSAGES/gnutls.mo [unknown] 7846 21173 37.1% -lh5- 153b Jan 26 2023 AAMP-native/Common/share/locale/it/LC_MESSAGES/libgpg-error.mo [unknown] 2230 6427 34.7% -lh5- 4556 May 19 2023 AAMP-native/Common/share/locale/it/LC_MESSAGES/libiconv.mo [unknown] 64163 191643 33.5% -lh5- 517b Apr 11 2023 AAMP-native/Common/share/locale/it/LC_MESSAGES/subversion.mo [unknown] 3412 8855 38.5% -lh5- 71fb Jan 25 2023 AAMP-native/Common/share/locale/ja/LC_MESSAGES/gettext-runtime.mo [unknown] 30986 93710 33.1% -lh5- cb7f Jan 25 2023 AAMP-native/Common/share/locale/ja/LC_MESSAGES/gettext-tools.mo [unknown] 11107 31148 35.7% -lh5- fdbf Jan 26 2023 AAMP-native/Common/share/locale/ja/LC_MESSAGES/libgpg-error.mo [unknown] 2524 6746 37.4% -lh5- cb82 May 19 2023 AAMP-native/Common/share/locale/ja/LC_MESSAGES/libiconv.mo [unknown] 544 888 61.3% -lh5- 2d81 Feb 4 2023 AAMP-native/Common/share/locale/ja/LC_MESSAGES/neon.mo [unknown] 89775 294398 30.5% -lh5- 866f Apr 11 2023 AAMP-native/Common/share/locale/ja/LC_MESSAGES/subversion.mo [unknown] 3487 8605 40.5% -lh5- 1dfc Jan 25 2023 AAMP-native/Common/share/locale/ko/LC_MESSAGES/gettext-runtime.mo [unknown] 27124 79993 33.9% -lh5- 41d7 Jan 25 2023 AAMP-native/Common/share/locale/ko/LC_MESSAGES/gettext-tools.mo [unknown] 2774 7108 39.0% -lh5- 93df May 19 2023 AAMP-native/Common/share/locale/ko/LC_MESSAGES/libiconv.mo [unknown] 94516 284779 33.2% -lh5- 5da8 Apr 11 2023 AAMP-native/Common/share/locale/ko/LC_MESSAGES/subversion.mo [unknown] 1239 2676 46.3% -lh5- 0117 Jan 25 2023 AAMP-native/Common/share/locale/locale.alias [unknown] 1764 4223 41.8% -lh5- 6895 May 19 2023 AAMP-native/Common/share/locale/lt/LC_MESSAGES/libiconv.mo [unknown] 8719 22906 38.1% -lh5- 3ca2 Feb 4 2023 AAMP-native/Common/share/locale/ms/LC_MESSAGES/gnutls.mo [unknown] 91267 267717 34.1% -lh5- 35b0 Apr 11 2023 AAMP-native/Common/share/locale/nb/LC_MESSAGES/subversion.mo [unknown] 3241 9135 35.5% -lh5- fb68 Jan 25 2023 AAMP-native/Common/share/locale/nl/LC_MESSAGES/gettext-runtime.mo [unknown] 2589 5854 44.2% -lh5- 6c47 Jan 25 2023 AAMP-native/Common/share/locale/nl/LC_MESSAGES/gettext-tools.mo [unknown] 9258 24388 38.0% -lh5- 338b Feb 4 2023 AAMP-native/Common/share/locale/nl/LC_MESSAGES/gnutls.mo [unknown] 7768 20617 37.7% -lh5- e843 Jan 26 2023 AAMP-native/Common/share/locale/nl/LC_MESSAGES/libgpg-error.mo [unknown] 2601 6918 37.6% -lh5- 12f6 May 19 2023 AAMP-native/Common/share/locale/nl/LC_MESSAGES/libiconv.mo [unknown] 594 1064 55.8% -lh5- 965e Jan 25 2023 AAMP-native/Common/share/locale/nn/LC_MESSAGES/gettext-runtime.mo [unknown] 1338 2660 50.3% -lh5- 59ce Jan 25 2023 AAMP-native/Common/share/locale/nn/LC_MESSAGES/gettext-tools.mo [unknown] 830 1639 50.6% -lh5- 45b4 Feb 4 2023 AAMP-native/Common/share/locale/nn/LC_MESSAGES/neon.mo [unknown] 1223 2399 51.0% -lh5- 40da Jan 25 2023 AAMP-native/Common/share/locale/no/LC_MESSAGES/gettext-runtime.mo [unknown] 3800 9092 41.8% -lh5- d9a8 Jan 25 2023 AAMP-native/Common/share/locale/no/LC_MESSAGES/gettext-tools.mo [unknown] 3424 9175 37.3% -lh5- 5cde Jan 25 2023 AAMP-native/Common/share/locale/pl/LC_MESSAGES/gettext-runtime.mo [unknown] 27442 83810 32.7% -lh5- 6d6a Jan 25 2023 AAMP-native/Common/share/locale/pl/LC_MESSAGES/gettext-tools.mo [unknown] 12901 34025 37.9% -lh5- baf5 Feb 4 2023 AAMP-native/Common/share/locale/pl/LC_MESSAGES/gnutls.mo [unknown] 10695 28126 38.0% -lh5- 00d4 Jan 26 2023 AAMP-native/Common/share/locale/pl/LC_MESSAGES/libgpg-error.mo [unknown] 2769 7174 38.6% -lh5- 9e15 May 19 2023 AAMP-native/Common/share/locale/pl/LC_MESSAGES/libiconv.mo [unknown] 4944 13187 37.5% -lh5- a798 Feb 4 2023 AAMP-native/Common/share/locale/pl/LC_MESSAGES/neon.mo [unknown] 106731 313549 34.0% -lh5- 221c Apr 11 2023 AAMP-native/Common/share/locale/pl/LC_MESSAGES/subversion.mo [unknown] 3302 9392 35.2% -lh5- 3b3a Jan 25 2023 AAMP-native/Common/share/locale/pt/LC_MESSAGES/gettext-runtime.mo [unknown] 1936 4284 45.2% -lh5- ff5f Jan 25 2023 AAMP-native/Common/share/locale/pt/LC_MESSAGES/gettext-tools.mo [unknown] 7897 21414 36.9% -lh5- f4b6 Jan 26 2023 AAMP-native/Common/share/locale/pt/LC_MESSAGES/libgpg-error.mo [unknown] 1251 2444 51.2% -lh5- d4b3 Jan 25 2023 AAMP-native/Common/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo [unknown] 3492 8236 42.4% -lh5- 451b Jan 25 2023 AAMP-native/Common/share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo [unknown] 12814 34575 37.1% -lh5- 5958 Feb 4 2023 AAMP-native/Common/share/locale/pt_BR/LC_MESSAGES/gnutls.mo [unknown] 2285 6549 34.9% -lh5- 1514 May 19 2023 AAMP-native/Common/share/locale/pt_BR/LC_MESSAGES/libiconv.mo [unknown] 59663 177982 33.5% -lh5- 979d Apr 11 2023 AAMP-native/Common/share/locale/pt_BR/LC_MESSAGES/subversion.mo [unknown] 481 750 64.1% -lh5- 1b8e May 19 2023 AAMP-native/Common/share/locale/rm/LC_MESSAGES/libiconv.mo [unknown] 3275 9101 36.0% -lh5- 156f Jan 25 2023 AAMP-native/Common/share/locale/ro/LC_MESSAGES/gettext-runtime.mo [unknown] 26094 78499 33.2% -lh5- 8ebb Jan 25 2023 AAMP-native/Common/share/locale/ro/LC_MESSAGES/gettext-tools.mo [unknown] 5648 14526 38.9% -lh5- ba1c Jan 26 2023 AAMP-native/Common/share/locale/ro/LC_MESSAGES/libgpg-error.mo [unknown] 2785 7529 37.0% -lh5- 335e May 19 2023 AAMP-native/Common/share/locale/ro/LC_MESSAGES/libiconv.mo [unknown] 3662 9243 39.6% -lh5- 0e15 Jan 25 2023 AAMP-native/Common/share/locale/ru/LC_MESSAGES/gettext-runtime.mo [unknown] 27941 83630 33.4% -lh5- 0779 Jan 25 2023 AAMP-native/Common/share/locale/ru/LC_MESSAGES/gettext-tools.mo [unknown] 11644 35566 32.7% -lh5- 8c6c Jan 26 2023 AAMP-native/Common/share/locale/ru/LC_MESSAGES/libgpg-error.mo [unknown] 3110 9082 34.2% -lh5- 8829 May 19 2023 AAMP-native/Common/share/locale/ru/LC_MESSAGES/libiconv.mo [unknown] 279 394 70.8% -lh5- 015f Feb 4 2023 AAMP-native/Common/share/locale/ru/LC_MESSAGES/neon.mo [unknown] 3583 9513 37.7% -lh5- b76a Jan 25 2023 AAMP-native/Common/share/locale/sk/LC_MESSAGES/gettext-runtime.mo [unknown] 27920 85860 32.5% -lh5- 369e Jan 25 2023 AAMP-native/Common/share/locale/sk/LC_MESSAGES/gettext-tools.mo [unknown] 2810 7262 38.7% -lh5- 8664 May 19 2023 AAMP-native/Common/share/locale/sk/LC_MESSAGES/libiconv.mo [unknown] 3420 8961 38.2% -lh5- 3a58 Jan 25 2023 AAMP-native/Common/share/locale/sl/LC_MESSAGES/gettext-runtime.mo [unknown] 31404 98313 31.9% -lh5- b2dd Jan 25 2023 AAMP-native/Common/share/locale/sl/LC_MESSAGES/gettext-tools.mo [unknown] 2324 6267 37.1% -lh5- 7726 May 19 2023 AAMP-native/Common/share/locale/sl/LC_MESSAGES/libiconv.mo [unknown] 472 757 62.4% -lh5- 3e32 May 19 2023 AAMP-native/Common/share/locale/sq/LC_MESSAGES/libiconv.mo [unknown] 3710 11239 33.0% -lh5- 5c98 Jan 25 2023 AAMP-native/Common/share/locale/sr/LC_MESSAGES/gettext-runtime.mo [unknown] 28467 97804 29.1% -lh5- 2103 Jan 25 2023 AAMP-native/Common/share/locale/sr/LC_MESSAGES/gettext-tools.mo [unknown] 13886 41709 33.3% -lh5- 7439 Feb 4 2023 AAMP-native/Common/share/locale/sr/LC_MESSAGES/gnutls.mo [unknown] 7289 21295 34.2% -lh5- 40da Jan 26 2023 AAMP-native/Common/share/locale/sr/LC_MESSAGES/libgpg-error.mo [unknown] 2992 8417 35.5% -lh5- 14e5 May 19 2023 AAMP-native/Common/share/locale/sr/LC_MESSAGES/libiconv.mo [unknown] 3231 8966 36.0% -lh5- 097c Jan 25 2023 AAMP-native/Common/share/locale/sv/LC_MESSAGES/gettext-runtime.mo [unknown] 30217 96206 31.4% -lh5- aa8c Jan 25 2023 AAMP-native/Common/share/locale/sv/LC_MESSAGES/gettext-tools.mo [unknown] 9230 23808 38.8% -lh5- f8f2 Feb 4 2023 AAMP-native/Common/share/locale/sv/LC_MESSAGES/gnutls.mo [unknown] 6396 16241 39.4% -lh5- a947 Jan 26 2023 AAMP-native/Common/share/locale/sv/LC_MESSAGES/libgpg-error.mo [unknown] 2597 6918 37.5% -lh5- 9791 May 19 2023 AAMP-native/Common/share/locale/sv/LC_MESSAGES/libiconv.mo [unknown] 55377 161957 34.2% -lh5- ae93 Apr 11 2023 AAMP-native/Common/share/locale/sv/LC_MESSAGES/subversion.mo [unknown] 3489 9171 38.0% -lh5- 6875 Jan 25 2023 AAMP-native/Common/share/locale/tr/LC_MESSAGES/gettext-runtime.mo [unknown] 31128 99308 31.3% -lh5- c9da Jan 25 2023 AAMP-native/Common/share/locale/tr/LC_MESSAGES/gettext-tools.mo [unknown] 492 750 65.6% -lh5- 76d3 May 19 2023 AAMP-native/Common/share/locale/tr/LC_MESSAGES/libiconv.mo [unknown] 792 1534 51.6% -lh5- 3cb2 Feb 4 2023 AAMP-native/Common/share/locale/tr/LC_MESSAGES/neon.mo [unknown] 3749 11837 31.7% -lh5- fabc Jan 25 2023 AAMP-native/Common/share/locale/uk/LC_MESSAGES/gettext-runtime.mo [unknown] 30408 107097 28.4% -lh5- 0ca6 Jan 25 2023 AAMP-native/Common/share/locale/uk/LC_MESSAGES/gettext-tools.mo [unknown] 14211 43946 32.3% -lh5- 2b9d Feb 4 2023 AAMP-native/Common/share/locale/uk/LC_MESSAGES/gnutls.mo [unknown] 11811 36601 32.3% -lh5- 018d Jan 26 2023 AAMP-native/Common/share/locale/uk/LC_MESSAGES/libgpg-error.mo [unknown] 3206 9664 33.2% -lh5- 33f8 May 19 2023 AAMP-native/Common/share/locale/uk/LC_MESSAGES/libiconv.mo [unknown] 3659 10200 35.9% -lh5- 9fd9 Jan 25 2023 AAMP-native/Common/share/locale/vi/LC_MESSAGES/gettext-runtime.mo [unknown] 33017 111522 29.6% -lh5- e618 Jan 25 2023 AAMP-native/Common/share/locale/vi/LC_MESSAGES/gettext-tools.mo [unknown] 9721 26073 37.3% -lh5- b679 Feb 4 2023 AAMP-native/Common/share/locale/vi/LC_MESSAGES/gnutls.mo [unknown] 6887 18375 37.5% -lh5- 4fde Jan 26 2023 AAMP-native/Common/share/locale/vi/LC_MESSAGES/libgpg-error.mo [unknown] 2804 7473 37.5% -lh5- 1cc5 May 19 2023 AAMP-native/Common/share/locale/vi/LC_MESSAGES/libiconv.mo [unknown] 2448 6848 35.7% -lh5- f973 May 19 2023 AAMP-native/Common/share/locale/wa/LC_MESSAGES/libiconv.mo [unknown] 3521 8822 39.9% -lh5- 40f0 Jan 25 2023 AAMP-native/Common/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo [unknown] 31040 92919 33.4% -lh5- 287b Jan 25 2023 AAMP-native/Common/share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo [unknown] 9231 22411 41.2% -lh5- 4abe Feb 4 2023 AAMP-native/Common/share/locale/zh_CN/LC_MESSAGES/gnutls.mo [unknown] 4886 11753 41.6% -lh5- ffbb Jan 26 2023 AAMP-native/Common/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo [unknown] 2686 6504 41.3% -lh5- fa60 May 19 2023 AAMP-native/Common/share/locale/zh_CN/LC_MESSAGES/libiconv.mo [unknown] 3659 8341 43.9% -lh5- 7397 Feb 4 2023 AAMP-native/Common/share/locale/zh_CN/LC_MESSAGES/neon.mo [unknown] 100160 280336 35.7% -lh5- 6c39 Apr 11 2023 AAMP-native/Common/share/locale/zh_CN/LC_MESSAGES/subversion.mo [unknown] 3485 8813 39.5% -lh5- ee62 Jan 25 2023 AAMP-native/Common/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo [unknown] 3486 8812 39.6% -lh5- bd59 Jan 25 2023 AAMP-native/Common/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo [unknown] 25440 74107 34.3% -lh5- 9f30 Jan 25 2023 AAMP-native/Common/share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo [unknown] 7851 19674 39.9% -lh5- 8614 Jan 26 2023 AAMP-native/Common/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo [unknown] 2741 6439 42.6% -lh5- 4efa May 19 2023 AAMP-native/Common/share/locale/zh_TW/LC_MESSAGES/libiconv.mo [unknown] 51808 139461 37.1% -lh5- 2d2a Apr 11 2023 AAMP-native/Common/share/locale/zh_TW/LC_MESSAGES/subversion.mo [unknown] 1903 4586 41.5% -lh5- 8824 Oct 22 2008 AAMP-native/Common/share/man/man1/cadaver.1 [unknown] 10737 36552 29.4% -lh5- 675b Jan 18 2022 AAMP-native/Common/share/man/man1/certtool.1 [unknown] 45522 130150 35.0% -lh5- 28f5 Feb 5 2023 AAMP-native/Common/share/man/man1/curl.1 [unknown] 2339 6640 35.2% -lh5- f7c1 Jan 18 2022 AAMP-native/Common/share/man/man1/gnutls-cli-debug.1 [unknown] 6167 20095 30.7% -lh5- db5e Jan 18 2022 AAMP-native/Common/share/man/man1/gnutls-cli.1 [unknown] 4427 16483 26.9% -lh5- 76d3 Jan 18 2022 AAMP-native/Common/share/man/man1/gnutls-serv.1 [unknown] 1546 4231 36.5% -lh5- b40a Jan 2 2014 AAMP-native/Common/share/man/man1/iconv.1 [unknown] 1380 2998 46.0% -lh5- 9fe9 Mar 9 2011 AAMP-native/Common/share/man/man1/msql2mysql.1 [unknown] 14219 50666 28.1% -lh5- cd95 Mar 9 2011 AAMP-native/Common/share/man/man1/myisamchk.1 [unknown] 1682 4838 34.8% -lh5- 8d11 Mar 9 2011 AAMP-native/Common/share/man/man1/myisamlog.1 [unknown] 5436 20034 27.1% -lh5- 6010 Mar 9 2011 AAMP-native/Common/share/man/man1/myisampack.1 [unknown] 2163 5870 36.8% -lh5- 98cc Mar 9 2011 AAMP-native/Common/share/man/man1/myisam_ftdump.1 [unknown] 17347 59923 28.9% -lh5- cb7d Mar 9 2011 AAMP-native/Common/share/man/man1/mysql.1 [unknown] 1997 5262 38.0% -lh5- 373e Mar 9 2011 AAMP-native/Common/share/man/man1/mysql.server.1 [unknown] 2455 8230 29.8% -lh5- 8be6 Mar 9 2011 AAMP-native/Common/share/man/man1/mysql_client_test.1 [unknown] 1917 5837 32.8% -lh5- 2add Mar 9 2011 AAMP-native/Common/share/man/man1/mysql_convert_table_format.1 [unknown] 1682 4411 38.1% -lh5- ce68 Mar 9 2011 AAMP-native/Common/share/man/man1/mysql_find_rows.1 [unknown] 1297 2813 46.1% -lh5- 099e Mar 9 2011 AAMP-native/Common/share/man/man1/mysql_fix_extensions.1 [unknown] 1872 5536 33.8% -lh5- 1e5e Mar 9 2011 AAMP-native/Common/share/man/man1/my_print_defaults.1 [unknown] 2574 9142 28.2% -lh5- 754a Mar 9 2011 AAMP-native/Common/share/man/man1/mysqlaccess.1 [unknown] 5804 22077 26.3% -lh5- dc3c Mar 9 2011 AAMP-native/Common/share/man/man1/mysqladmin.1 [unknown] 12752 46485 27.4% -lh5- d721 Mar 9 2011 AAMP-native/Common/share/man/man1/mysqlbinlog.1 [unknown] 5647 19986 28.3% -lh5- fec1 Mar 9 2011 AAMP-native/Common/share/man/man1/mysqlcheck.1 [unknown] 14333 51516 27.8% -lh5- a5da Mar 9 2011 AAMP-native/Common/share/man/man1/mysqldump.1 [unknown] 2171 6282 34.6% -lh5- 182d Mar 9 2011 AAMP-native/Common/share/man/man1/mysqldumpslow.1 [unknown] 5274 17254 30.6% -lh5- e685 Mar 9 2011 AAMP-native/Common/share/man/man1/mysqld_multi.1 [unknown] 5185 18298 28.3% -lh5- 1d20 Mar 9 2011 AAMP-native/Common/share/man/man1/mysqld_safe.1 [unknown] 3165 10908 29.0% -lh5- 239d Mar 9 2011 AAMP-native/Common/share/man/man1/mysqlhotcopy.1 [unknown] 4381 15589 28.1% -lh5- f093 Mar 9 2011 AAMP-native/Common/share/man/man1/mysqlimport.1 [unknown] 3551 12038 29.5% -lh5- 8799 Mar 9 2011 AAMP-native/Common/share/man/man1/mysqlshow.1 [unknown] 5228 20614 25.4% -lh5- 1347 Mar 9 2011 AAMP-native/Common/share/man/man1/mysqlslap.1 [unknown] 4483 17594 25.5% -lh5- 3d5a Mar 9 2011 AAMP-native/Common/share/man/man1/mysqltest.1 [unknown] 2484 7123 34.9% -lh5- 6f17 Mar 9 2011 AAMP-native/Common/share/man/man1/mysql_install_db.1 [unknown] 1429 3337 42.8% -lh5- b315 Mar 9 2011 AAMP-native/Common/share/man/man1/mysql_secure_installation.1 [unknown] 1877 4930 38.1% -lh5- 3580 Mar 9 2011 AAMP-native/Common/share/man/man1/mysql_setpermission.1 [unknown] 1710 4217 40.6% -lh5- d677 Mar 9 2011 AAMP-native/Common/share/man/man1/mysql_tzinfo_to_sql.1 [unknown] 3631 11264 32.2% -lh5- 2ae5 Mar 9 2011 AAMP-native/Common/share/man/man1/mysql_upgrade.1 [unknown] 1522 3531 43.1% -lh5- d78a Mar 9 2011 AAMP-native/Common/share/man/man1/mysql_zap.1 [unknown] 1714 4531 37.8% -lh5- 231c Mar 9 2011 AAMP-native/Common/share/man/man1/perror.1 [unknown] 1740 4397 39.6% -lh5- 4e16 Mar 9 2011 AAMP-native/Common/share/man/man1/replace.1 [unknown] 1320 3196 41.3% -lh5- 4139 Mar 9 2011 AAMP-native/Common/share/man/man1/resolveip.1 [unknown] 598 1047 57.1% -lh5- 1b14 Mar 20 2012 AAMP-native/Common/share/man/man1/svn.1 [unknown] 613 1094 56.0% -lh5- 0909 Mar 20 2012 AAMP-native/Common/share/man/man1/svnadmin.1 [unknown] 611 1094 55.9% -lh5- 5adf Mar 20 2012 AAMP-native/Common/share/man/man1/svndumpfilter.1 [unknown] 611 1087 56.2% -lh5- 510e Mar 20 2012 AAMP-native/Common/share/man/man1/svnlook.1 [unknown] 612 1085 56.4% -lh5- 6210 Mar 20 2012 AAMP-native/Common/share/man/man1/svnsync.1 [unknown] 619 1085 57.1% -lh5- 9d28 Mar 20 2012 AAMP-native/Common/share/man/man1/svnversion.1 [unknown] 1122 2794 40.2% -lh5- eacc Mar 12 2007 AAMP-native/Common/share/man/man5/svnserve.conf.5 [unknown] 1562 3440 45.4% -lh5- 94c4 Mar 9 2011 AAMP-native/Common/share/man/man8/mysqld.8 [unknown] 1759 4449 39.5% -lh5- 9b28 Mar 27 2007 AAMP-native/Common/share/man/man8/svnserve.8 [unknown] 38411 162938 23.6% -lh5- facf Mar 9 2011 AAMP-native/Common/share/mysql/ChangeLog [unknown] 1902 5480 34.7% -lh5- e73e Mar 9 2011 AAMP-native/Common/share/mysql/charsets/armscii8.xml [unknown] 1459 5466 26.7% -lh5- bdd1 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/ascii.xml [unknown] 2482 8195 30.3% -lh5- 5bf4 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/cp1250.xml [unknown] 2556 8316 30.7% -lh5- 6854 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/cp1251.xml [unknown] 2046 5529 37.0% -lh5- 1b24 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/cp1256.xml [unknown] 2417 8862 27.3% -lh5- 2b28 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/cp1257.xml [unknown] 2090 5466 38.2% -lh5- bddd Mar 9 2011 AAMP-native/Common/share/mysql/charsets/cp850.xml [unknown] 2066 5482 37.7% -lh5- 0d34 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/cp852.xml [unknown] 1983 5573 35.6% -lh5- 21e8 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/cp866.xml [unknown] 1838 6489 28.3% -lh5- 112f Mar 9 2011 AAMP-native/Common/share/mysql/charsets/dec8.xml [unknown] 1734 5476 31.7% -lh5- a2e7 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/geostd8.xml [unknown] 1948 5688 34.2% -lh5- faef Mar 9 2011 AAMP-native/Common/share/mysql/charsets/greek.xml [unknown] 1691 5471 30.9% -lh5- 80a1 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/hebrew.xml [unknown] 1908 5462 34.9% -lh5- ade3 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/hp8.xml [unknown] 3185 18261 17.4% -lh5- 6473 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/Index.xml [unknown] 2008 5489 36.6% -lh5- 3d4d Mar 9 2011 AAMP-native/Common/share/mysql/charsets/keybcs2.xml [unknown] 1850 5470 33.8% -lh5- 9159 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/koi8r.xml [unknown] 1919 6492 29.6% -lh5- 6223 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/koi8u.xml [unknown] 2209 9770 22.6% -lh5- 0f97 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/latin1.xml [unknown] 2273 7192 31.6% -lh5- f0bc Mar 9 2011 AAMP-native/Common/share/mysql/charsets/latin2.xml [unknown] 1849 5469 33.8% -lh5- 38a9 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/latin5.xml [unknown] 2664 7398 36.0% -lh5- 7c31 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/latin7.xml [unknown] 2687 8007 33.6% -lh5- 91ce Mar 9 2011 AAMP-native/Common/share/mysql/charsets/macce.xml [unknown] 2414 8018 30.1% -lh5- 52cc Mar 9 2011 AAMP-native/Common/share/mysql/charsets/macroman.xml [unknown] 779 1749 44.5% -lh5- fd58 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/README [unknown] 1532 6490 23.6% -lh5- 90b2 Mar 9 2011 AAMP-native/Common/share/mysql/charsets/swe7.xml [unknown] 7007 17987 39.0% -lh5- 6294 Mar 9 2011 AAMP-native/Common/share/mysql/COPYING [unknown] 16583 43359 38.2% -lh5- e49a Jun 22 2023 AAMP-native/Common/share/mysql/czech/errmsg.sys [unknown] 16256 42812 38.0% -lh5- 396b Jun 22 2023 AAMP-native/Common/share/mysql/danish/errmsg.sys [unknown] 16603 43812 37.9% -lh5- f91f Jun 22 2023 AAMP-native/Common/share/mysql/dutch/errmsg.sys [unknown] 15615 41949 37.2% -lh5- 1d6d Jun 22 2023 AAMP-native/Common/share/mysql/english/errmsg.sys [unknown] 153607 461528 33.3% -lh5- 0418 Mar 9 2011 AAMP-native/Common/share/mysql/errmsg-utf8.txt [unknown] 16196 42294 38.3% -lh5- 39c7 Jun 22 2023 AAMP-native/Common/share/mysql/estonian/errmsg.sys [unknown] 145855 595884 24.5% -lh5- 9230 Mar 9 2011 AAMP-native/Common/share/mysql/fill_help_tables.sql [unknown] 16423 43446 37.8% -lh5- d6ae Jun 22 2023 AAMP-native/Common/share/mysql/french/errmsg.sys [unknown] 18297 48984 37.4% -lh5- 59e8 Jun 22 2023 AAMP-native/Common/share/mysql/german/errmsg.sys [unknown] 17274 48758 35.4% -lh5- 4d3a Jun 22 2023 AAMP-native/Common/share/mysql/greek/errmsg.sys [unknown] 16342 42670 38.3% -lh5- 1a8d Jun 22 2023 AAMP-native/Common/share/mysql/hungarian/errmsg.sys [unknown] 154 205 75.1% -lh5- b3eb Mar 9 2011 AAMP-native/Common/share/mysql/INFO_SRC [unknown] 16421 43832 37.5% -lh5- 2523 Jun 22 2023 AAMP-native/Common/share/mysql/italian/errmsg.sys [unknown] 16750 43983 38.1% -lh5- 311c Jun 22 2023 AAMP-native/Common/share/mysql/japanese/errmsg.sys [unknown] 17061 45110 37.8% -lh5- 0b5a Jun 22 2023 AAMP-native/Common/share/mysql/korean/errmsg.sys [unknown] 2053 4683 43.8% -lh5- a477 Jun 18 2023 AAMP-native/Common/share/mysql/my-huge.cnf [unknown] 7977 19759 40.4% -lh5- c1f9 Jun 18 2023 AAMP-native/Common/share/mysql/my-innodb-heavy-4G.cnf [unknown] 2038 4657 43.8% -lh5- a0b0 Jun 18 2023 AAMP-native/Common/share/mysql/my-large.cnf [unknown] 2057 4668 44.1% -lh5- a7bb Jun 18 2023 AAMP-native/Common/share/mysql/my-medium.cnf [unknown] 1365 2832 48.2% -lh5- dfa9 Jun 18 2023 AAMP-native/Common/share/mysql/my-small.cnf [unknown] 10644 59018 18.0% -lh5- bd5a Jun 22 2023 AAMP-native/Common/share/mysql/mysql_fix_privilege_tables.sql [unknown] 5425 29012 18.7% -lh5- 1a8e Mar 9 2011 AAMP-native/Common/share/mysql/mysql_system_tables.sql [unknown] 1054 3215 32.8% -lh5- 81d9 Mar 9 2011 AAMP-native/Common/share/mysql/mysql_system_tables_data.sql [unknown] 3144 10371 30.3% -lh5- cb3c Mar 9 2011 AAMP-native/Common/share/mysql/mysql_test_data_timezone.sql [unknown] 16028 42086 38.1% -lh5- 73c7 Jun 22 2023 AAMP-native/Common/share/mysql/norwegian-ny/errmsg.sys [unknown] 15994 42032 38.1% -lh5- f710 Jun 22 2023 AAMP-native/Common/share/mysql/norwegian/errmsg.sys [unknown] 16212 42654 38.0% -lh5- 2363 Jun 22 2023 AAMP-native/Common/share/mysql/polish/errmsg.sys [unknown] 16881 45036 37.5% -lh5- 61a8 Jun 22 2023 AAMP-native/Common/share/mysql/portuguese/errmsg.sys [unknown] 33149 114014 29.1% -lh5- de22 Mar 9 2011 AAMP-native/Common/share/mysql/README [unknown] 16594 43768 37.9% -lh5- 4ead Jun 22 2023 AAMP-native/Common/share/mysql/romanian/errmsg.sys [unknown] 19244 57528 33.5% -lh5- af27 Jun 22 2023 AAMP-native/Common/share/mysql/russian/errmsg.sys [unknown] 16891 44475 38.0% -lh5- c2b9 Jun 22 2023 AAMP-native/Common/share/mysql/serbian/errmsg.sys [unknown] 16246 42520 38.2% -lh5- b264 Jun 22 2023 AAMP-native/Common/share/mysql/slovak/errmsg.sys [unknown] 16483 43676 37.7% -lh5- c2ef Jun 22 2023 AAMP-native/Common/share/mysql/spanish/errmsg.sys [unknown] 16479 42868 38.4% -lh5- 6a53 Jun 22 2023 AAMP-native/Common/share/mysql/swedish/errmsg.sys [unknown] 17999 52052 34.6% -lh5- 2dd3 Jun 22 2023 AAMP-native/Common/share/mysql/ukrainian/errmsg.sys [unknown] 32 32 100.0% -lh0- e888 Mar 19 2018 AAMP-native/Common/share/onig/AUTHORS [unknown] 738 1415 52.2% -lh5- abac Mar 19 2018 AAMP-native/Common/share/onig/COPYING [unknown] 5788 23008 25.2% -lh5- a59e Mar 19 2018 AAMP-native/Common/share/onig/doc/API [unknown] 7046 27165 25.9% -lh5- 3783 Mar 19 2018 AAMP-native/Common/share/onig/doc/API.ja [unknown] 685 1785 38.4% -lh5- 1984 Mar 19 2018 AAMP-native/Common/share/onig/doc/CALLOUTS.BUILTIN [unknown] 845 1897 44.5% -lh5- 2fe2 Mar 19 2018 AAMP-native/Common/share/onig/doc/CALLOUTS.BUILTIN.ja [unknown] 158 202 78.2% -lh5- f29c Mar 19 2018 AAMP-native/Common/share/onig/doc/FAQ [unknown] 336 427 78.7% -lh5- 51aa Mar 19 2018 AAMP-native/Common/share/onig/doc/FAQ.ja [unknown] 5794 16832 34.4% -lh5- 778a Mar 19 2018 AAMP-native/Common/share/onig/doc/RE [unknown] 6994 19947 35.1% -lh5- d096 Mar 19 2018 AAMP-native/Common/share/onig/doc/RE.ja [unknown] 4791 12243 39.1% -lh5- 243e Mar 19 2018 AAMP-native/Common/share/onig/doc/UNICODE_PROPERTIES [unknown] 35211 113462 31.0% -lh5- eed2 Mar 19 2018 AAMP-native/Common/share/onig/HISTORY [unknown] 3350 10812 31.0% -lh5- 36a7 Mar 19 2018 AAMP-native/Common/share/onig/README.md [unknown] 307 599 51.3% -lh5- 213e Jan 31 2023 AAMP-native/Common/share/pslib/draft.ps [unknown] 536 1221 43.9% -lh5- a7ca Jan 31 2023 AAMP-native/Common/share/pslib/exectime.ps [unknown] 363 834 43.5% -lh5- 8ce0 Jan 31 2023 AAMP-native/Common/share/pslib/grid.ps [unknown] 162 223 72.6% -lh5- 0430 Feb 1 2011 AAMP-native/Common/share/t1lib/t1lib.config [unknown] 23 135 17.0% -lh5- a163 Feb 3 2011 AAMP-native/Common/share/tabset/std [unknown] 22 95 23.2% -lh5- b9e9 Feb 3 2011 AAMP-native/Common/share/tabset/stdcrt [unknown] 28 160 17.5% -lh5- 6d28 Feb 3 2011 AAMP-native/Common/share/tabset/vt100 [unknown] 54 64 84.4% -lh5- f039 Feb 3 2011 AAMP-native/Common/share/tabset/vt300 [unknown] 343 682 50.3% -lh5- 33db Nov 11 2006 AAMP-native/Common/share/terminfo/a/amiga [unknown] 410 719 57.0% -lh5- 6d8a Nov 11 2006 AAMP-native/Common/share/terminfo/a/amiga-8bit [unknown] 370 655 56.5% -lh5- 5f71 Nov 11 2006 AAMP-native/Common/share/terminfo/a/amiga-h [unknown] 554 1456 38.0% -lh5- 4435 Nov 11 2006 AAMP-native/Common/share/terminfo/a/amiga-vnc [unknown] 1172 2458 47.7% -lh5- b101 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm [unknown] 453 1187 38.2% -lh5- 5c5e Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm+pcfkeys [unknown] 1191 2468 48.3% -lh5- c0a0 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm+sl [unknown] 1217 2496 48.8% -lh5- f0b6 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm+sl-twm [unknown] 1165 2469 47.2% -lh5- 92af Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-1002 [unknown] 1165 2469 47.2% -lh5- 122a Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-1003 [unknown] 1218 2585 47.1% -lh5- da2e Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-16color [unknown] 629 1525 41.2% -lh5- 7503 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-24 [unknown] 1164 2431 47.9% -lh5- 59db Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-256color [unknown] 1164 2429 47.9% -lh5- 36e1 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-88color [unknown] 887 1903 46.6% -lh5- 73b5 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-8bit [unknown] 675 1753 38.5% -lh5- 86ef Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-basic [unknown] 1191 2484 47.9% -lh5- 4984 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-bold [unknown] 635 1569 40.5% -lh5- cd8a Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-color [unknown] 746 1799 41.5% -lh5- 7cb6 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-hp [unknown] 1165 2452 47.5% -lh5- 23f1 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-new [unknown] 1188 2468 48.1% -lh5- 2fe1 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-nic [unknown] 1158 2432 47.6% -lh5- e048 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-noapp [unknown] 1236 2524 49.0% -lh5- b081 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-pcolor [unknown] 511 1301 39.3% -lh5- 37b6 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-r5 [unknown] 617 1519 40.6% -lh5- b79d Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-r6 [unknown] 863 1917 45.0% -lh5- 29a4 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-sco [unknown] 1203 2512 47.9% -lh5- 0579 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-sun [unknown] 846 1925 43.9% -lh5- fdb8 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-vt220 [unknown] 249 492 50.6% -lh5- d969 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-vt52 [unknown] 880 1953 45.1% -lh5- 4040 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-xf86-v32 [unknown] 878 1943 45.2% -lh5- b9c0 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-xf86-v33 [unknown] 880 1953 45.1% -lh5- 44e8 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-xf86-v333 [unknown] 1024 2159 47.4% -lh5- 86b5 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-xf86-v40 [unknown] 1023 2173 47.1% -lh5- 989e Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-xf86-v43 [unknown] 1035 2207 46.9% -lh5- ce5c Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-xf86-v44 [unknown] 1171 2458 47.6% -lh5- ea02 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-xfree86 [unknown] 878 1933 45.4% -lh5- ae48 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm-xi [unknown] 1179 2460 47.9% -lh5- 79af Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterm1 [unknown] 687 1607 42.8% -lh5- 3617 Nov 11 2006 AAMP-native/Common/share/terminfo/x/xtermc [unknown] 625 1440 43.4% -lh5- 0aeb Nov 11 2006 AAMP-native/Common/share/terminfo/x/xtermm [unknown] 1220 2528 48.3% -lh5- dbca Nov 11 2006 AAMP-native/Common/share/terminfo/x/xterms-sun [unknown] 9574 11420 83.8% -lh5- 3a03 Aug 2 11:18 AAMP-native/Common/src.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/src/.dummy [unknown] 9574 11420 83.8% -lh5- d9ad Jun 24 2023 AAMP-native/Common/ssl.info [unknown] 158858 270093 58.8% -lh5- 78a4 Nov 22 17:51 AAMP-native/Common/ssl/ca-bundle.crt [unknown] 158858 270093 58.8% -lh5- 78a4 Nov 22 17:51 AAMP-native/Common/ssl/cert.pem [unknown] 1420 1911 74.3% -lh5- f4c5 Nov 22 17:51 AAMP-native/Common/ssl/certs/002c0b4f.0 [unknown] 1471 1947 75.6% -lh5- 84b7 Nov 22 17:51 AAMP-native/Common/ssl/certs/0179095f.0 [unknown] 958 1530 62.6% -lh5- 77f2 Nov 22 17:51 AAMP-native/Common/ssl/certs/02265526.0 [unknown] 886 1226 72.3% -lh5- 57aa Nov 22 17:51 AAMP-native/Common/ssl/certs/062cdee6.0 [unknown] 1430 1919 74.5% -lh5- 7719 Nov 22 17:51 AAMP-native/Common/ssl/certs/064e0aa9.0 [unknown] 1486 2109 70.5% -lh5- 3b0c Nov 22 17:51 AAMP-native/Common/ssl/certs/06dc52d5.0 [unknown] 1480 1963 75.4% -lh5- 9ec4 Nov 22 17:51 AAMP-native/Common/ssl/certs/08063a00.0 [unknown] 1055 1420 74.3% -lh5- ae3f Nov 22 17:51 AAMP-native/Common/ssl/certs/09789157.0 [unknown] 503 764 65.8% -lh5- 5993 Nov 22 17:51 AAMP-native/Common/ssl/certs/0a775a30.0 [unknown] 1435 1979 72.5% -lh5- 3690 Nov 22 17:51 AAMP-native/Common/ssl/certs/0b1b94ef.0 [unknown] 1070 1465 73.0% -lh5- f8da Nov 22 17:51 AAMP-native/Common/ssl/certs/0b7c536a.0 [unknown] 591 788 75.0% -lh5- ae4c Nov 22 17:51 AAMP-native/Common/ssl/certs/0b9bc432.0 [unknown] 686 942 72.8% -lh5- 6f3a Nov 22 17:51 AAMP-native/Common/ssl/certs/0bf05006.0 [unknown] 1734 2579 67.2% -lh5- 8b70 Nov 22 17:51 AAMP-native/Common/ssl/certs/0c4c9b6c.0 [unknown] 1446 1943 74.4% -lh5- 2cac Nov 22 17:51 AAMP-native/Common/ssl/certs/0d972af8.0 [unknown] 1396 1911 73.1% -lh5- 6548 Nov 22 17:51 AAMP-native/Common/ssl/certs/0f5dc4f3.0 [unknown] 1421 1975 71.9% -lh5- ad88 Nov 22 17:51 AAMP-native/Common/ssl/certs/0f6fa695.0 [unknown] 1386 1907 72.7% -lh5- 71a9 Nov 22 17:51 AAMP-native/Common/ssl/certs/1001acf7.0 [unknown] 761 1088 69.9% -lh5- 92c2 Nov 22 17:51 AAMP-native/Common/ssl/certs/106f3e4d.0 [unknown] 943 1432 65.9% -lh5- 8621 Nov 22 17:51 AAMP-native/Common/ssl/certs/1320b215.0 [unknown] 664 897 74.0% -lh5- b4a9 Nov 22 17:51 AAMP-native/Common/ssl/certs/1422d63c.0 [unknown] 540 857 63.0% -lh5- 81d4 Nov 22 17:51 AAMP-native/Common/ssl/certs/14bc7599.0 [unknown] 577 796 72.5% -lh5- 0872 Nov 22 17:51 AAMP-native/Common/ssl/certs/1766e401.0 [unknown] 928 1246 74.5% -lh5- 8538 Nov 22 17:51 AAMP-native/Common/ssl/certs/18856ac4.0 [unknown] 1461 2036 71.8% -lh5- b05c Nov 22 17:51 AAMP-native/Common/ssl/certs/19dbc0dd.0 [unknown] 505 792 63.8% -lh5- d054 Nov 22 17:51 AAMP-native/Common/ssl/certs/1d3472b9.0 [unknown] 1395 1927 72.4% -lh5- dc75 Nov 22 17:51 AAMP-native/Common/ssl/certs/1e08bfd1.0 [unknown] 905 1363 66.4% -lh5- a57e Nov 22 17:51 AAMP-native/Common/ssl/certs/1e09d511.0 [unknown] 986 1363 72.3% -lh5- d021 Nov 22 17:51 AAMP-native/Common/ssl/certs/244b5494.0 [unknown] 944 1432 65.9% -lh5- 2fa0 Nov 22 17:51 AAMP-native/Common/ssl/certs/26312675.0 [unknown] 962 1299 74.1% -lh5- 9979 Nov 22 17:51 AAMP-native/Common/ssl/certs/2923b3f9.0 [unknown] 1435 1931 74.3% -lh5- 1417 Nov 22 17:51 AAMP-native/Common/ssl/certs/2ae6433e.0 [unknown] 852 1201 70.9% -lh5- 25d3 Nov 22 17:51 AAMP-native/Common/ssl/certs/2b349938.0 [unknown] 647 873 74.1% -lh5- 4393 Nov 22 17:51 AAMP-native/Common/ssl/certs/2dab9e33.0 [unknown] 598 820 72.9% -lh5- 7f49 Nov 22 17:51 AAMP-native/Common/ssl/certs/3136ea36.0 [unknown] 1481 2150 68.9% -lh5- 5e86 Nov 22 17:51 AAMP-native/Common/ssl/certs/32888f65.0 [unknown] 968 1335 72.5% -lh5- adbf Nov 22 17:51 AAMP-native/Common/ssl/certs/3513523f.0 [unknown] 1609 2162 74.4% -lh5- 41c8 Nov 22 17:51 AAMP-native/Common/ssl/certs/3bde41ac.0 [unknown] 1603 2162 74.1% -lh5- d0e5 Nov 22 17:51 AAMP-native/Common/ssl/certs/3bde41ac.1 [unknown] 598 804 74.4% -lh5- cd1e Nov 22 17:51 AAMP-native/Common/ssl/certs/3e359ba6.0 [unknown] 1605 2198 73.0% -lh5- cb25 Nov 22 17:51 AAMP-native/Common/ssl/certs/3e44d2f7.0 [unknown] 1510 2008 75.2% -lh5- ce33 Nov 22 17:51 AAMP-native/Common/ssl/certs/3fb36b73.0 [unknown] 1566 2073 75.5% -lh5- fc37 Nov 22 17:51 AAMP-native/Common/ssl/certs/40193066.0 [unknown] 1455 1935 75.2% -lh5- 2724 Nov 22 17:51 AAMP-native/Common/ssl/certs/4042bcee.0 [unknown] 1070 1485 72.1% -lh5- 8898 Nov 22 17:51 AAMP-native/Common/ssl/certs/40547a79.0 [unknown] 869 1254 69.3% -lh5- 6018 Nov 22 17:51 AAMP-native/Common/ssl/certs/406c9bb1.0 [unknown] 797 1116 71.4% -lh5- 5125 Nov 22 17:51 AAMP-native/Common/ssl/certs/442adcac.0 [unknown] 1517 2020 75.1% -lh5- d610 Nov 22 17:51 AAMP-native/Common/ssl/certs/4632c230.0 [unknown] 1405 1975 71.1% -lh5- ac84 Nov 22 17:51 AAMP-native/Common/ssl/certs/46f053f0.0 [unknown] 1007 1351 74.5% -lh5- 82c9 Nov 22 17:51 AAMP-native/Common/ssl/certs/48bec511.0 [unknown] 600 812 73.9% -lh5- 1a6c Nov 22 17:51 AAMP-native/Common/ssl/certs/4b718d9b.0 [unknown] 1032 1396 73.9% -lh5- 611d Nov 22 17:51 AAMP-native/Common/ssl/certs/4bfab552.0 [unknown] 613 820 74.8% -lh5- b1aa Nov 22 17:51 AAMP-native/Common/ssl/certs/4c3cbf99.0 [unknown] 1514 2040 74.2% -lh5- b995 Nov 22 17:51 AAMP-native/Common/ssl/certs/4f316efb.0 [unknown] 905 1363 66.4% -lh5- 5ec4 Nov 22 17:51 AAMP-native/Common/ssl/certs/5443e9e3.0 [unknown] 1430 1911 74.8% -lh5- 7bd0 Nov 22 17:51 AAMP-native/Common/ssl/certs/54657681.0 [unknown] 1454 2044 71.1% -lh5- a3b8 Nov 22 17:51 AAMP-native/Common/ssl/certs/57bcb2da.0 [unknown] 629 829 75.9% -lh5- 9849 Nov 22 17:51 AAMP-native/Common/ssl/certs/5860aaa6.0 [unknown] 749 1047 71.5% -lh5- 9683 Nov 22 17:51 AAMP-native/Common/ssl/certs/5931b5bc.0 [unknown] 1456 1947 74.8% -lh5- 182e Nov 22 17:51 AAMP-native/Common/ssl/certs/5a4d6896.0 [unknown] 932 1258 74.1% -lh5- 569d Nov 22 17:51 AAMP-native/Common/ssl/certs/5ad8a5d6.0 [unknown] 1479 1963 75.3% -lh5- 7365 Nov 22 17:51 AAMP-native/Common/ssl/certs/5c79eb85.0 [unknown] 1404 1866 75.2% -lh5- 17cb Nov 22 17:51 AAMP-native/Common/ssl/certs/5cd81ad7.0 [unknown] 1085 1509 71.9% -lh5- be8a Nov 22 17:51 AAMP-native/Common/ssl/certs/5d3033c5.0 [unknown] 1514 2239 67.6% -lh5- 454d Nov 22 17:51 AAMP-native/Common/ssl/certs/5e98733a.0 [unknown] 1417 1878 75.5% -lh5- 6339 Nov 22 17:51 AAMP-native/Common/ssl/certs/5f15c80c.0 [unknown] 1379 1886 73.1% -lh5- 2e98 Nov 22 17:51 AAMP-native/Common/ssl/certs/5f618aec.0 [unknown] 958 1291 74.2% -lh5- c4ae Nov 22 17:51 AAMP-native/Common/ssl/certs/607986c7.0 [unknown] 1387 1907 72.7% -lh5- 62e5 Nov 22 17:51 AAMP-native/Common/ssl/certs/626dceaf.0 [unknown] 941 1258 74.8% -lh5- 8e60 Nov 22 17:51 AAMP-native/Common/ssl/certs/653b494a.0 [unknown] 1507 2069 72.8% -lh5- 784c Nov 22 17:51 AAMP-native/Common/ssl/certs/68dd7389.0 [unknown] 1179 1639 71.9% -lh5- f9d7 Nov 22 17:51 AAMP-native/Common/ssl/certs/6b99d060.0 [unknown] 1411 1878 75.1% -lh5- 35a8 Nov 22 17:51 AAMP-native/Common/ssl/certs/6d41d539.0 [unknown] 1560 2089 74.7% -lh5- 11a6 Nov 22 17:51 AAMP-native/Common/ssl/certs/6fa5da56.0 [unknown] 1022 1509 67.7% -lh5- 4161 Nov 22 17:51 AAMP-native/Common/ssl/certs/706f604c.0 [unknown] 1430 1919 74.5% -lh5- f848 Nov 22 17:51 AAMP-native/Common/ssl/certs/749e9e03.0 [unknown] 1420 1984 71.6% -lh5- 5976 Nov 22 17:51 AAMP-native/Common/ssl/certs/75d1b2ed.0 [unknown] 1722 2348 73.3% -lh5- 81f8 Nov 22 17:51 AAMP-native/Common/ssl/certs/76faf6c0.0 [unknown] 714 1015 70.3% -lh5- bd5f Nov 22 17:51 AAMP-native/Common/ssl/certs/7719f463.0 [unknown] 639 893 71.6% -lh5- 64fe Nov 22 17:51 AAMP-native/Common/ssl/certs/773e07ad.0 [unknown] 1461 1935 75.5% -lh5- 2927 Nov 22 17:51 AAMP-native/Common/ssl/certs/779a714a.0 [unknown] 1437 1907 75.4% -lh5- 5d11 Nov 22 17:51 AAMP-native/Common/ssl/certs/7a3adc42.0 [unknown] 1416 1886 75.1% -lh5- be9f Nov 22 17:51 AAMP-native/Common/ssl/certs/7a780d93.0 [unknown] 1062 1489 71.3% -lh5- 285b Nov 22 17:51 AAMP-native/Common/ssl/certs/7aaf71c0.0 [unknown] 543 849 64.0% -lh5- 5da2 Nov 22 17:51 AAMP-native/Common/ssl/certs/7f3d5d1d.0 [unknown] 1490 1984 75.1% -lh5- 1c4d Nov 22 17:51 AAMP-native/Common/ssl/certs/7ffa47b4.0 [unknown] 946 1457 64.9% -lh5- 2aa9 Nov 22 17:51 AAMP-native/Common/ssl/certs/8160b96c.0 [unknown] 547 739 74.0% -lh5- ee0e Nov 22 17:51 AAMP-native/Common/ssl/certs/8508e720.0 [unknown] 619 833 74.3% -lh5- 8baa Nov 22 17:51 AAMP-native/Common/ssl/certs/865fbdf9.0 [unknown] 1469 1963 74.8% -lh5- a399 Nov 22 17:51 AAMP-native/Common/ssl/certs/896c8bb4.0 [unknown] 477 654 72.9% -lh5- c898 Nov 22 17:51 AAMP-native/Common/ssl/certs/8cb5ee0f.0 [unknown] 825 1173 70.3% -lh5- 83c9 Nov 22 17:51 AAMP-native/Common/ssl/certs/8d86cdd1.0 [unknown] 564 873 64.6% -lh5- 0cd9 Nov 22 17:51 AAMP-native/Common/ssl/certs/8d89cda1.0 [unknown] 1420 1947 72.9% -lh5- 00a1 Nov 22 17:51 AAMP-native/Common/ssl/certs/8f103249.0 [unknown] 1422 1975 72.0% -lh5- 936e Nov 22 17:51 AAMP-native/Common/ssl/certs/9046744a.0 [unknown] 1464 1935 75.7% -lh5- 0be1 Nov 22 17:51 AAMP-native/Common/ssl/certs/90c5a3c8.0 [unknown] 1460 2044 71.4% -lh5- 8291 Nov 22 17:51 AAMP-native/Common/ssl/certs/930ac5d2.0 [unknown] 851 1201 70.9% -lh5- 5275 Nov 22 17:51 AAMP-native/Common/ssl/certs/93bc0acc.0 [unknown] 563 889 63.3% -lh5- 420d Nov 22 17:51 AAMP-native/Common/ssl/certs/9482e63a.0 [unknown] 589 788 74.7% -lh5- 9472 Nov 22 17:51 AAMP-native/Common/ssl/certs/9846683b.0 [unknown] 1085 1473 73.7% -lh5- 4310 Nov 22 17:51 AAMP-native/Common/ssl/certs/988a38cb.0 [unknown] 1448 1927 75.1% -lh5- 103b Nov 22 17:51 AAMP-native/Common/ssl/certs/9b46e03d.0 [unknown] 527 881 59.8% -lh5- 8bb8 Nov 22 17:51 AAMP-native/Common/ssl/certs/9b5697b0.0 [unknown] 558 752 74.2% -lh5- 96f6 Nov 22 17:51 AAMP-native/Common/ssl/certs/9c8dfbd4.0 [unknown] 890 1303 68.3% -lh5- 8572 Nov 22 17:51 AAMP-native/Common/ssl/certs/9d04f354.0 [unknown] 749 1047 71.5% -lh5- da3e Nov 22 17:51 AAMP-native/Common/ssl/certs/9ef4a08a.0 [unknown] 1513 2012 75.2% -lh5- f6f8 Nov 22 17:51 AAMP-native/Common/ssl/certs/9f727ac7.0 [unknown] 500 764 65.4% -lh5- 2029 Nov 22 17:51 AAMP-native/Common/ssl/certs/a3418fda.0 [unknown] 1486 1975 75.2% -lh5- 6452 Nov 22 17:51 AAMP-native/Common/ssl/certs/a89d74c2.0 [unknown] 1982 2766 71.7% -lh5- d349 Nov 22 17:51 AAMP-native/Common/ssl/certs/a94d09e5.0 [unknown] 614 952 64.5% -lh5- 01a8 Nov 22 17:51 AAMP-native/Common/ssl/certs/ac0953ab.0 [unknown] 1086 1501 72.4% -lh5- f65a Nov 22 17:51 AAMP-native/Common/ssl/certs/aee5f10d.0 [unknown] 434 703 61.7% -lh5- 7a93 Nov 22 17:51 AAMP-native/Common/ssl/certs/b0e59380.0 [unknown] 900 1347 66.8% -lh5- aa5e Nov 22 17:51 AAMP-native/Common/ssl/certs/b1159c4c.0 [unknown] 1041 1424 73.1% -lh5- 8f8d Nov 22 17:51 AAMP-native/Common/ssl/certs/b1b8a7f3.0 [unknown] 1582 2113 74.9% -lh5- 027e Nov 22 17:51 AAMP-native/Common/ssl/certs/b433981b.0 [unknown] 952 1351 70.5% -lh5- 95ac Nov 22 17:51 AAMP-native/Common/ssl/certs/b66938e9.0 [unknown] 1385 1886 73.4% -lh5- 6fbe Nov 22 17:51 AAMP-native/Common/ssl/certs/b727005e.0 [unknown] 877 1266 69.3% -lh5- 5a4e Nov 22 17:51 AAMP-native/Common/ssl/certs/b7a5b843.0 [unknown] 654 901 72.6% -lh5- b3b9 Nov 22 17:51 AAMP-native/Common/ssl/certs/b81b93f0.0 [unknown] 1447 2016 71.8% -lh5- 8713 Nov 22 17:51 AAMP-native/Common/ssl/certs/bf53fb88.0 [unknown] 1424 1886 75.5% -lh5- c3c2 Nov 22 17:51 AAMP-native/Common/ssl/certs/c01eb047.0 [unknown] 1049 1513 69.3% -lh5- 8c4f Nov 22 17:51 AAMP-native/Common/ssl/certs/c28a8a30.0 [unknown] 1750 2587 67.6% -lh5- e47f Nov 22 17:51 AAMP-native/Common/ssl/certs/c47d9980.0 [unknown] 1520 2028 75.0% -lh5- 4804 Nov 22 17:51 AAMP-native/Common/ssl/certs/ca6e4ad9.0 [unknown] 627 841 74.6% -lh5- 2772 Nov 22 17:51 AAMP-native/Common/ssl/certs/cbd811bd.0 [unknown] 1020 1363 74.8% -lh5- 829c Nov 22 17:51 AAMP-native/Common/ssl/certs/cbf06781.0 [unknown] 1544 2117 72.9% -lh5- 66dd Nov 22 17:51 AAMP-native/Common/ssl/certs/cc450945.0 [unknown] 949 1258 75.4% -lh5- b12e Nov 22 17:51 AAMP-native/Common/ssl/certs/cd58d51e.0 [unknown] 1445 1967 73.5% -lh5- 6740 Nov 22 17:51 AAMP-native/Common/ssl/certs/cd8c0d63.0 [unknown] 894 1185 75.4% -lh5- 754b Nov 22 17:51 AAMP-native/Common/ssl/certs/ce5e74ef.0 [unknown] 1039 1534 67.7% -lh5- 4f69 Nov 22 17:51 AAMP-native/Common/ssl/certs/d4dae3dd.0 [unknown] 1407 1927 73.0% -lh5- e73d Nov 22 17:51 AAMP-native/Common/ssl/certs/d52c538d.0 [unknown] 1465 2081 70.4% -lh5- 5238 Nov 22 17:51 AAMP-native/Common/ssl/certs/d6325660.0 [unknown] 1444 2036 70.9% -lh5- 1394 Nov 22 17:51 AAMP-native/Common/ssl/certs/d7e8dc79.0 [unknown] 601 966 62.2% -lh5- 4988 Nov 22 17:51 AAMP-native/Common/ssl/certs/d887a5bb.0 [unknown] 549 833 65.9% -lh5- c837 Nov 22 17:51 AAMP-native/Common/ssl/certs/da0cfd1d.0 [unknown] 935 1477 63.3% -lh5- 178d Nov 22 17:51 AAMP-native/Common/ssl/certs/dc45b0bd.0 [unknown] 1431 1967 72.8% -lh5- b64e Nov 22 17:51 AAMP-native/Common/ssl/certs/dc4d6a89.0 [unknown] 611 837 73.0% -lh5- 6a92 Nov 22 17:51 AAMP-native/Common/ssl/certs/dd8e9d41.0 [unknown] 548 735 74.6% -lh5- 8a2a Nov 22 17:51 AAMP-native/Common/ssl/certs/de6d66f3.0 [unknown] 932 1327 70.2% -lh5- ca81 Nov 22 17:51 AAMP-native/Common/ssl/certs/e113c810.0 [unknown] 1431 1919 74.6% -lh5- a007 Nov 22 17:51 AAMP-native/Common/ssl/certs/e18bfb83.0 [unknown] 1442 2048 70.4% -lh5- b2a7 Nov 22 17:51 AAMP-native/Common/ssl/certs/e35234b1.0 [unknown] 938 1258 74.6% -lh5- bfb7 Nov 22 17:51 AAMP-native/Common/ssl/certs/e36a6752.0 [unknown] 518 792 65.4% -lh5- a4c7 Nov 22 17:51 AAMP-native/Common/ssl/certs/e53e0c3b.0 [unknown] 988 1343 73.6% -lh5- 2c38 Nov 22 17:51 AAMP-native/Common/ssl/certs/e73d606e.0 [unknown] 510 841 60.6% -lh5- f20c Nov 22 17:51 AAMP-native/Common/ssl/certs/e868b802.0 [unknown] 1429 1911 74.8% -lh5- 9c4f Nov 22 17:51 AAMP-native/Common/ssl/certs/e8de2f56.0 [unknown] 642 865 74.2% -lh5- 1363 Nov 22 17:51 AAMP-native/Common/ssl/certs/ecccd8db.0 [unknown] 512 772 66.3% -lh5- 8923 Nov 22 17:51 AAMP-native/Common/ssl/certs/ed858448.0 [unknown] 942 1481 63.6% -lh5- 2c96 Nov 22 17:51 AAMP-native/Common/ssl/certs/ee1365c0.0 [unknown] 1103 1513 72.9% -lh5- 6fa8 Nov 22 17:51 AAMP-native/Common/ssl/certs/ee64a828.0 [unknown] 583 938 62.2% -lh5- 17c7 Nov 22 17:51 AAMP-native/Common/ssl/certs/eed8c118.0 [unknown] 1393 1919 72.6% -lh5- 5b20 Nov 22 17:51 AAMP-native/Common/ssl/certs/ef954a4e.0 [unknown] 973 1445 67.3% -lh5- 18e9 Nov 22 17:51 AAMP-native/Common/ssl/certs/f081611a.0 [unknown] 697 954 73.1% -lh5- 887b Nov 22 17:51 AAMP-native/Common/ssl/certs/f0c70a8d.0 [unknown] 1437 2085 68.9% -lh5- 801d Nov 22 17:51 AAMP-native/Common/ssl/certs/f249de83.0 [unknown] 573 946 60.6% -lh5- 34cd Nov 22 17:51 AAMP-native/Common/ssl/certs/f30dd6ad.0 [unknown] 838 1222 68.6% -lh5- a026 Nov 22 17:51 AAMP-native/Common/ssl/certs/f3377b1b.0 [unknown] 985 1465 67.2% -lh5- c666 Nov 22 17:51 AAMP-native/Common/ssl/certs/f387163d.0 [unknown] 1000 1347 74.2% -lh5- f3d0 Nov 22 17:51 AAMP-native/Common/ssl/certs/f39fc864.0 [unknown] 1648 2259 73.0% -lh5- 2e16 Nov 22 17:51 AAMP-native/Common/ssl/certs/f51bb24c.0 [unknown] 1495 1996 74.9% -lh5- 73be Nov 22 17:51 AAMP-native/Common/ssl/certs/f84fab51.0 [unknown] 1413 1967 71.8% -lh5- 6e55 Nov 22 17:51 AAMP-native/Common/ssl/certs/fa5da96b.0 [unknown] 571 780 73.2% -lh5- 713b Nov 22 17:51 AAMP-native/Common/ssl/certs/fb717492.0 [unknown] 1450 2089 69.4% -lh5- 34ba Nov 22 17:51 AAMP-native/Common/ssl/certs/fc5a8f99.0 [unknown] 1525 2032 75.0% -lh5- be2a Nov 22 17:51 AAMP-native/Common/ssl/certs/fd64f3fc.0 [unknown] 948 1254 75.6% -lh5- fc8f Nov 22 17:51 AAMP-native/Common/ssl/certs/fe8a2cd8.0 [unknown] 553 768 72.0% -lh5- 7fe5 Nov 22 17:51 AAMP-native/Common/ssl/certs/feffd413.0 [unknown] 1145 1578 72.6% -lh5- 9c0a Nov 22 17:51 AAMP-native/Common/ssl/certs/ff34af3f.0 [unknown] 614 952 64.5% -lh5- 01a8 Nov 22 16:48 AAMP-native/Common/ssl/demoCA/cacert.pem [unknown] 92 93 98.9% -lh5- e6a3 Nov 22 16:48 AAMP-native/Common/ssl/demoCA/index.txt [unknown] 21 21 100.0% -lh0- 91c0 Nov 22 16:48 AAMP-native/Common/ssl/demoCA/index.txt.attr [unknown] 0 0 ****** -lh0- 0000 Nov 22 16:48 AAMP-native/Common/ssl/demoCA/index.txt.old [unknown] 1656 3102 53.4% -lh5- 9a1a Nov 22 16:48 AAMP-native/Common/ssl/demoCA/newcerts/01.pem [unknown] 741 951 77.9% -lh5- 7e3f Nov 22 16:48 AAMP-native/Common/ssl/demoCA/private/cakey.pem [unknown] 3 3 100.0% -lh0- 6895 Nov 22 16:48 AAMP-native/Common/ssl/demoCA/serial [unknown] 3 3 100.0% -lh0- 9895 Nov 22 16:48 AAMP-native/Common/ssl/demoCA/serial.old [unknown] 5499 15893 34.6% -lh5- 2fe1 Feb 2 2023 AAMP-native/Common/ssl/man/man1/openssl.1 [unknown] 6257 17183 36.4% -lh5- b2d7 Feb 2 2023 AAMP-native/Common/ssl/man/man5/config.5 [unknown] 8006 22401 35.7% -lh5- d270 Feb 2 2023 AAMP-native/Common/ssl/man/man5/x509v3_config.5 [unknown] 3606 10175 35.4% -lh5- e0f1 Feb 2 2023 AAMP-native/Common/ssl/man/man7/des_modes.7 [unknown] 2061 5692 36.2% -lh5- ce94 May 5 2023 AAMP-native/Common/ssl/misc/CA.pl [unknown] 1977 5190 38.1% -lh5- 8b81 May 5 2023 AAMP-native/Common/ssl/misc/CA.sh [unknown] 117 134 87.3% -lh5- a23c May 5 2023 AAMP-native/Common/ssl/misc/c_hash [unknown] 126 167 75.4% -lh5- 3a0e May 5 2023 AAMP-native/Common/ssl/misc/c_info [unknown] 111 127 87.4% -lh5- ff06 May 5 2023 AAMP-native/Common/ssl/misc/c_issuer [unknown] 112 125 89.6% -lh5- ef85 May 5 2023 AAMP-native/Common/ssl/misc/c_name [unknown] 1968 5108 38.5% -lh5- 965c May 5 2023 AAMP-native/Common/ssl/misc/c_rehash [unknown] 2264 6388 35.4% -lh5- 5308 May 5 2023 AAMP-native/Common/ssl/misc/tsget [unknown] 2624 6502 40.4% -lh5- a456 Apr 29 2020 AAMP-native/Common/ssl/mk-ca-bundle.pl [unknown] 3696 10835 34.1% -lh5- 584e Feb 2 2023 AAMP-native/Common/ssl/openssl.cnf [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/ssl/private/.dummy [unknown] 9573 11420 83.8% -lh5- 232f Aug 2 11:19 AAMP-native/Common/tmp.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/tmp/.dummy [unknown] 9572 11420 83.8% -lh5- 4529 Jul 31 17:11 AAMP-native/Common/var.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/var/abc-shell/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/var/mysql-data/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/var/openldap-data/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Common/var/run/.dummy [unknown] 9577 11420 83.9% -lh5- 69ca Nov 20 23:29 AAMP-native/Contrib.info [unknown] 14894 19514 76.3% -lh5- 4628 Dec 1 15:14 AAMP-native/Contrib/Client-Certificates.info [unknown] 158858 270093 58.8% -lh5- 78a4 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/ca-bundle.crt [unknown] 158858 270093 58.8% -lh5- 78a4 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/cert.pem [unknown] 1420 1911 74.3% -lh5- f4c5 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/002c0b4f.0 [unknown] 1471 1947 75.6% -lh5- 84b7 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/0179095f.0 [unknown] 958 1530 62.6% -lh5- 77f2 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/02265526.0 [unknown] 886 1226 72.3% -lh5- 57aa Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/062cdee6.0 [unknown] 1430 1919 74.5% -lh5- 7719 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/064e0aa9.0 [unknown] 1486 2109 70.5% -lh5- 3b0c Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/06dc52d5.0 [unknown] 1480 1963 75.4% -lh5- 9ec4 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/08063a00.0 [unknown] 1055 1420 74.3% -lh5- ae3f Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/09789157.0 [unknown] 503 764 65.8% -lh5- 5993 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/0a775a30.0 [unknown] 1435 1979 72.5% -lh5- 3690 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/0b1b94ef.0 [unknown] 1070 1465 73.0% -lh5- f8da Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/0b7c536a.0 [unknown] 591 788 75.0% -lh5- ae4c Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/0b9bc432.0 [unknown] 686 942 72.8% -lh5- 6f3a Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/0bf05006.0 [unknown] 1734 2579 67.2% -lh5- 8b70 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/0c4c9b6c.0 [unknown] 1446 1943 74.4% -lh5- 2cac Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/0d972af8.0 [unknown] 1396 1911 73.1% -lh5- 6548 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/0f5dc4f3.0 [unknown] 1421 1975 71.9% -lh5- ad88 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/0f6fa695.0 [unknown] 1386 1907 72.7% -lh5- 71a9 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/1001acf7.0 [unknown] 761 1088 69.9% -lh5- 92c2 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/106f3e4d.0 [unknown] 943 1432 65.9% -lh5- 8621 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/1320b215.0 [unknown] 664 897 74.0% -lh5- b4a9 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/1422d63c.0 [unknown] 540 857 63.0% -lh5- 81d4 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/14bc7599.0 [unknown] 577 796 72.5% -lh5- 0872 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/1766e401.0 [unknown] 928 1246 74.5% -lh5- 8538 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/18856ac4.0 [unknown] 1461 2036 71.8% -lh5- b05c Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/19dbc0dd.0 [unknown] 505 792 63.8% -lh5- d054 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/1d3472b9.0 [unknown] 1395 1927 72.4% -lh5- dc75 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/1e08bfd1.0 [unknown] 905 1363 66.4% -lh5- a57e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/1e09d511.0 [unknown] 986 1363 72.3% -lh5- d021 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/244b5494.0 [unknown] 944 1432 65.9% -lh5- 2fa0 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/26312675.0 [unknown] 962 1299 74.1% -lh5- 9979 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/2923b3f9.0 [unknown] 1435 1931 74.3% -lh5- 1417 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/2ae6433e.0 [unknown] 852 1201 70.9% -lh5- 25d3 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/2b349938.0 [unknown] 647 873 74.1% -lh5- 4393 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/2dab9e33.0 [unknown] 598 820 72.9% -lh5- 7f49 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/3136ea36.0 [unknown] 1481 2150 68.9% -lh5- 5e86 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/32888f65.0 [unknown] 968 1335 72.5% -lh5- adbf Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/3513523f.0 [unknown] 1609 2162 74.4% -lh5- 41c8 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/3bde41ac.0 [unknown] 1603 2162 74.1% -lh5- d0e5 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/3bde41ac.1 [unknown] 598 804 74.4% -lh5- cd1e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/3e359ba6.0 [unknown] 1605 2198 73.0% -lh5- cb25 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/3e44d2f7.0 [unknown] 1510 2008 75.2% -lh5- ce33 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/3fb36b73.0 [unknown] 1566 2073 75.5% -lh5- fc37 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/40193066.0 [unknown] 1455 1935 75.2% -lh5- 2724 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/4042bcee.0 [unknown] 1070 1485 72.1% -lh5- 8898 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/40547a79.0 [unknown] 869 1254 69.3% -lh5- 6018 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/406c9bb1.0 [unknown] 797 1116 71.4% -lh5- 5125 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/442adcac.0 [unknown] 1517 2020 75.1% -lh5- d610 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/4632c230.0 [unknown] 1405 1975 71.1% -lh5- ac84 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/46f053f0.0 [unknown] 1007 1351 74.5% -lh5- 82c9 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/48bec511.0 [unknown] 600 812 73.9% -lh5- 1a6c Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/4b718d9b.0 [unknown] 1032 1396 73.9% -lh5- 611d Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/4bfab552.0 [unknown] 613 820 74.8% -lh5- b1aa Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/4c3cbf99.0 [unknown] 1514 2040 74.2% -lh5- b995 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/4f316efb.0 [unknown] 905 1363 66.4% -lh5- 5ec4 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5443e9e3.0 [unknown] 1430 1911 74.8% -lh5- 7bd0 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/54657681.0 [unknown] 1454 2044 71.1% -lh5- a3b8 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/57bcb2da.0 [unknown] 629 829 75.9% -lh5- 9849 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5860aaa6.0 [unknown] 749 1047 71.5% -lh5- 9683 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5931b5bc.0 [unknown] 1456 1947 74.8% -lh5- 182e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5a4d6896.0 [unknown] 932 1258 74.1% -lh5- 569d Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5ad8a5d6.0 [unknown] 1479 1963 75.3% -lh5- 7365 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5c79eb85.0 [unknown] 1404 1866 75.2% -lh5- 17cb Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5cd81ad7.0 [unknown] 1085 1509 71.9% -lh5- be8a Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5d3033c5.0 [unknown] 1514 2239 67.6% -lh5- 454d Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5e98733a.0 [unknown] 1417 1878 75.5% -lh5- 6339 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5f15c80c.0 [unknown] 1379 1886 73.1% -lh5- 2e98 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/5f618aec.0 [unknown] 958 1291 74.2% -lh5- c4ae Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/607986c7.0 [unknown] 1387 1907 72.7% -lh5- 62e5 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/626dceaf.0 [unknown] 941 1258 74.8% -lh5- 8e60 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/653b494a.0 [unknown] 1507 2069 72.8% -lh5- 784c Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/68dd7389.0 [unknown] 1179 1639 71.9% -lh5- f9d7 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/6b99d060.0 [unknown] 1411 1878 75.1% -lh5- 35a8 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/6d41d539.0 [unknown] 1560 2089 74.7% -lh5- 11a6 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/6fa5da56.0 [unknown] 1022 1509 67.7% -lh5- 4161 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/706f604c.0 [unknown] 1430 1919 74.5% -lh5- f848 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/749e9e03.0 [unknown] 1420 1984 71.6% -lh5- 5976 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/75d1b2ed.0 [unknown] 1722 2348 73.3% -lh5- 81f8 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/76faf6c0.0 [unknown] 714 1015 70.3% -lh5- bd5f Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/7719f463.0 [unknown] 639 893 71.6% -lh5- 64fe Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/773e07ad.0 [unknown] 1461 1935 75.5% -lh5- 2927 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/779a714a.0 [unknown] 1437 1907 75.4% -lh5- 5d11 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/7a3adc42.0 [unknown] 1416 1886 75.1% -lh5- be9f Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/7a780d93.0 [unknown] 1062 1489 71.3% -lh5- 285b Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/7aaf71c0.0 [unknown] 543 849 64.0% -lh5- 5da2 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/7f3d5d1d.0 [unknown] 1490 1984 75.1% -lh5- 1c4d Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/7ffa47b4.0 [unknown] 946 1457 64.9% -lh5- 2aa9 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/8160b96c.0 [unknown] 547 739 74.0% -lh5- ee0e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/8508e720.0 [unknown] 619 833 74.3% -lh5- 8baa Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/865fbdf9.0 [unknown] 1469 1963 74.8% -lh5- a399 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/896c8bb4.0 [unknown] 477 654 72.9% -lh5- c898 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/8cb5ee0f.0 [unknown] 825 1173 70.3% -lh5- 83c9 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/8d86cdd1.0 [unknown] 564 873 64.6% -lh5- 0cd9 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/8d89cda1.0 [unknown] 1420 1947 72.9% -lh5- 00a1 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/8f103249.0 [unknown] 1422 1975 72.0% -lh5- 936e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/9046744a.0 [unknown] 1464 1935 75.7% -lh5- 0be1 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/90c5a3c8.0 [unknown] 1460 2044 71.4% -lh5- 8291 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/930ac5d2.0 [unknown] 851 1201 70.9% -lh5- 5275 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/93bc0acc.0 [unknown] 563 889 63.3% -lh5- 420d Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/9482e63a.0 [unknown] 589 788 74.7% -lh5- 9472 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/9846683b.0 [unknown] 1085 1473 73.7% -lh5- 4310 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/988a38cb.0 [unknown] 1448 1927 75.1% -lh5- 103b Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/9b46e03d.0 [unknown] 527 881 59.8% -lh5- 8bb8 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/9b5697b0.0 [unknown] 558 752 74.2% -lh5- 96f6 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/9c8dfbd4.0 [unknown] 890 1303 68.3% -lh5- 8572 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/9d04f354.0 [unknown] 749 1047 71.5% -lh5- da3e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/9ef4a08a.0 [unknown] 1513 2012 75.2% -lh5- f6f8 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/9f727ac7.0 [unknown] 500 764 65.4% -lh5- 2029 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/a3418fda.0 [unknown] 1486 1975 75.2% -lh5- 6452 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/a89d74c2.0 [unknown] 1982 2766 71.7% -lh5- d349 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/a94d09e5.0 [unknown] 614 952 64.5% -lh5- 01a8 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/ac0953ab.0 [unknown] 1086 1501 72.4% -lh5- f65a Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/aee5f10d.0 [unknown] 434 703 61.7% -lh5- 7a93 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/b0e59380.0 [unknown] 900 1347 66.8% -lh5- aa5e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/b1159c4c.0 [unknown] 1041 1424 73.1% -lh5- 8f8d Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/b1b8a7f3.0 [unknown] 1582 2113 74.9% -lh5- 027e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/b433981b.0 [unknown] 952 1351 70.5% -lh5- 95ac Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/b66938e9.0 [unknown] 1385 1886 73.4% -lh5- 6fbe Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/b727005e.0 [unknown] 877 1266 69.3% -lh5- 5a4e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/b7a5b843.0 [unknown] 654 901 72.6% -lh5- b3b9 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/b81b93f0.0 [unknown] 1447 2016 71.8% -lh5- 8713 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/bf53fb88.0 [unknown] 1424 1886 75.5% -lh5- c3c2 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/c01eb047.0 [unknown] 1049 1513 69.3% -lh5- 8c4f Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/c28a8a30.0 [unknown] 1750 2587 67.6% -lh5- e47f Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/c47d9980.0 [unknown] 1520 2028 75.0% -lh5- 4804 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/ca6e4ad9.0 [unknown] 627 841 74.6% -lh5- 2772 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/cbd811bd.0 [unknown] 1020 1363 74.8% -lh5- 829c Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/cbf06781.0 [unknown] 1544 2117 72.9% -lh5- 66dd Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/cc450945.0 [unknown] 949 1258 75.4% -lh5- b12e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/cd58d51e.0 [unknown] 1445 1967 73.5% -lh5- 6740 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/cd8c0d63.0 [unknown] 894 1185 75.4% -lh5- 754b Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/ce5e74ef.0 [unknown] 1039 1534 67.7% -lh5- 4f69 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/d4dae3dd.0 [unknown] 1407 1927 73.0% -lh5- e73d Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/d52c538d.0 [unknown] 1465 2081 70.4% -lh5- 5238 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/d6325660.0 [unknown] 1444 2036 70.9% -lh5- 1394 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/d7e8dc79.0 [unknown] 601 966 62.2% -lh5- 4988 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/d887a5bb.0 [unknown] 549 833 65.9% -lh5- c837 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/da0cfd1d.0 [unknown] 935 1477 63.3% -lh5- 178d Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/dc45b0bd.0 [unknown] 1431 1967 72.8% -lh5- b64e Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/dc4d6a89.0 [unknown] 611 837 73.0% -lh5- 6a92 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/dd8e9d41.0 [unknown] 548 735 74.6% -lh5- 8a2a Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/de6d66f3.0 [unknown] 932 1327 70.2% -lh5- ca81 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/e113c810.0 [unknown] 1431 1919 74.6% -lh5- a007 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/e18bfb83.0 [unknown] 1442 2048 70.4% -lh5- b2a7 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/e35234b1.0 [unknown] 938 1258 74.6% -lh5- bfb7 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/e36a6752.0 [unknown] 518 792 65.4% -lh5- a4c7 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/e53e0c3b.0 [unknown] 988 1343 73.6% -lh5- 2c38 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/e73d606e.0 [unknown] 510 841 60.6% -lh5- f20c Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/e868b802.0 [unknown] 1429 1911 74.8% -lh5- 9c4f Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/e8de2f56.0 [unknown] 642 865 74.2% -lh5- 1363 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/ecccd8db.0 [unknown] 512 772 66.3% -lh5- 8923 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/ed858448.0 [unknown] 942 1481 63.6% -lh5- 2c96 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/ee1365c0.0 [unknown] 1103 1513 72.9% -lh5- 6fa8 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/ee64a828.0 [unknown] 583 938 62.2% -lh5- 17c7 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/eed8c118.0 [unknown] 1393 1919 72.6% -lh5- 5b20 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/ef954a4e.0 [unknown] 973 1445 67.3% -lh5- 18e9 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/f081611a.0 [unknown] 697 954 73.1% -lh5- 887b Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/f0c70a8d.0 [unknown] 1437 2085 68.9% -lh5- 801d Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/f249de83.0 [unknown] 573 946 60.6% -lh5- 34cd Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/f30dd6ad.0 [unknown] 838 1222 68.6% -lh5- a026 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/f3377b1b.0 [unknown] 985 1465 67.2% -lh5- c666 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/f387163d.0 [unknown] 1000 1347 74.2% -lh5- f3d0 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/f39fc864.0 [unknown] 1648 2259 73.0% -lh5- 2e16 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/f51bb24c.0 [unknown] 1495 1996 74.9% -lh5- 73be Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/f84fab51.0 [unknown] 1413 1967 71.8% -lh5- 6e55 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/fa5da96b.0 [unknown] 571 780 73.2% -lh5- 713b Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/fb717492.0 [unknown] 1450 2089 69.4% -lh5- 34ba Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/fc5a8f99.0 [unknown] 1525 2032 75.0% -lh5- be2a Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/fd64f3fc.0 [unknown] 948 1254 75.6% -lh5- fc8f Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/fe8a2cd8.0 [unknown] 553 768 72.0% -lh5- 7fe5 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/feffd413.0 [unknown] 1145 1578 72.6% -lh5- 9c0a Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/certs/ff34af3f.0 [unknown] 158858 270093 58.8% -lh5- 78a4 Nov 22 17:51 AAMP-native/Contrib/Client-Certificates/curl-ca-bundle.crt [unknown] 11614 17592 66.0% -lh5- af48 Nov 20 23:29 AAMP-native/Contrib/http-handler.info [unknown] 212 299 70.9% -lh5- 4412 Feb 24 2011 AAMP-native/Contrib/http-handler/HTTP [unknown] 11204 25972 43.1% -lh5- e279 Feb 24 2011 AAMP-native/Contrib/http-handler/http-handler [unknown] 6653 15333 43.4% -lh5- 53ae Feb 24 2011 AAMP-native/Contrib/http-handler/http-handler.guide [unknown] 6060 6732 90.0% -lh5- b0c2 Jun 29 2023 AAMP-native/Contrib/http-handler/http-handler.guide.info [unknown] 12896 14119 91.3% -lh5- 4f63 Jun 29 2023 AAMP-native/Contrib/http-handler/HTTP.info [unknown] 212 299 70.9% -lh5- 4412 Feb 24 2011 AAMP-native/Contrib/http-handler/HTTPS [unknown] 12927 14147 91.4% -lh5- 8520 Jun 29 2023 AAMP-native/Contrib/http-handler/HTTPS.info [unknown] 656 1740 37.7% -lh5- 389e Feb 24 2011 AAMP-native/Contrib/http-handler/Install [unknown] 4646 5568 83.4% -lh5- cc08 Jun 29 2023 AAMP-native/Contrib/http-handler/Install.info [unknown] 6291 8395 74.9% -lh5- 6f66 Feb 24 2011 AAMP-native/Contrib/http-handler/kens-icons/http-handler.guide.info [unknown] 7106 8647 82.2% -lh5- d7c2 Feb 24 2011 AAMP-native/Contrib/http-handler/kens-icons/HTTP.info [unknown] 7129 8675 82.2% -lh5- dca2 Feb 24 2011 AAMP-native/Contrib/http-handler/kens-icons/HTTPS.info [unknown] 6024 8421 71.5% -lh5- 3b95 Feb 24 2011 AAMP-native/Contrib/http-handler/kens-icons/Install.info [unknown] 90 96 93.8% -lh5- caf9 Feb 24 2011 AAMP-native/Contrib/http-handler/multiviewhttp [unknown] 18545 22600 82.1% -lh5- 2a25 Nov 20 23:29 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages.info [unknown] 702 2011 34.9% -lh5- a55f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/ajax.php [unknown] 720 1815 39.7% -lh5- 1ee2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/browse_foreigners.p hp [unknown] 12400 33015 37.6% -lh5- db96 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/ChangeLog [unknown] 1343 3114 43.1% -lh5- 79ab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/changelog.php [unknown] 521 1191 43.7% -lh5- 8e2d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/chk_rel.php [unknown] 1169 3554 32.9% -lh5- 0542 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/composer.json [unknown] 20506 174091 11.8% -lh5- 7cbf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/composer.lock [unknown] 288 665 43.3% -lh5- 7542 May 18 2023 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/config.inc.php [unknown] 1693 4541 37.3% -lh5- 432e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/config.sample.inc.p hp [unknown] 1253 2587 48.4% -lh5- eb60 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/CONTRIBUTING.md [unknown] 1191 4613 25.8% -lh5- 87fc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_central_columns. php [unknown] 393 730 53.8% -lh5- 3401 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_datadict.php [unknown] 2033 7786 26.1% -lh5- f15c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_designer.php [unknown] 789 2002 39.4% -lh5- dced Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_events.php [unknown] 1585 5116 31.0% -lh5- cad8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_export.php [unknown] 562 1108 50.7% -lh5- 244c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_import.php [unknown] 595 1456 40.9% -lh5- 5bf7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_multi_table_quer y.php [unknown] 3056 9873 31.0% -lh5- cc9f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_operations.php [unknown] 1804 5319 33.9% -lh5- 0a26 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_qbe.php [unknown] 864 2255 38.3% -lh5- 09da Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_routines.php [unknown] 994 2225 44.7% -lh5- 8e6f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_search.php [unknown] 530 1209 43.8% -lh5- d0a3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_sql.php [unknown] 510 1038 49.1% -lh5- 98ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_sql_autocomplete .php [unknown] 393 613 64.1% -lh5- 0cbe Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_sql_format.php [unknown] 730 2052 35.6% -lh5- 9c39 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_structure.php [unknown] 1382 3668 37.7% -lh5- cd1a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_tracking.php [unknown] 790 2010 39.3% -lh5- eb64 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/db_triggers.php [unknown] 32480 35466 91.6% -lh5- 8a1c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/ch art.png [unknown] 8050 8494 94.8% -lh5- 3da7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/co lumn_chart.png [unknown] 12125 12716 95.4% -lh5- b8f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/li ne_chart.png [unknown] 8846 8991 98.4% -lh5- e122 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/pi e_chart.png [unknown] 5539 5543 99.9% -lh5- 23c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/pm a-relations-links.png [unknown] 14149 14259 99.2% -lh5- f9b5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/pm a-relations-relation-link.png [unknown] 13057 13119 99.5% -lh5- 3b55 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/pm a-relations-relation-name.png [unknown] 17546 17786 98.7% -lh5- cc3e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/pm a-relations-relation-view-link.png [unknown] 6739 6750 99.8% -lh5- 5596 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/qu ery_result_operations.png [unknown] 7603 8451 90.0% -lh5- 83ea Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/sc atter_chart.png [unknown] 13585 14081 96.5% -lh5- d9a7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/sp line_chart.png [unknown] 11804 12229 96.5% -lh5- e218 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/ti meline_chart.png [unknown] 13817 14989 92.2% -lh5- 36e2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_images/us ergroups.png [unknown] 1098 2463 44.6% -lh5- 533c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/b ookmarks.rst.txt [unknown] 1527 4743 32.2% -lh5- 7526 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/c harts.rst.txt [unknown] 32388 116434 27.8% -lh5- 9f28 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/c onfig.rst.txt [unknown] 859 1621 53.0% -lh5- 5609 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/c opyright.rst.txt [unknown] 11153 28021 39.8% -lh5- fab4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/c redits.rst.txt [unknown] 235 380 61.8% -lh5- 81dd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/d evelopers.rst.txt [unknown] 32954 94676 34.8% -lh5- 93af Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/f aq.rst.txt [unknown] 4518 13761 32.8% -lh5- a523 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/g lossary.rst.txt [unknown] 4151 10327 40.2% -lh5- b23f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/i mport_export.rst.txt [unknown] 328 573 57.2% -lh5- e07c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/i ndex.rst.txt [unknown] 1473 3155 46.7% -lh5- 0d88 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/i ntro.rst.txt [unknown] 497 916 54.3% -lh5- 81ab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/o ther.rst.txt [unknown] 1364 3266 41.8% -lh5- ed61 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/p rivileges.rst.txt [unknown] 1414 3342 42.3% -lh5- 2135 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/r elations.rst.txt [unknown] 816 1683 48.5% -lh5- 657c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/r equire.rst.txt [unknown] 2031 4607 44.1% -lh5- ea8b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/s ecurity.rst.txt [unknown] 476 1015 46.9% -lh5- 3e99 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/s ettings.rst.txt [unknown] 14930 43178 34.6% -lh5- a899 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/s etup.rst.txt [unknown] 1202 2932 41.0% -lh5- 6c8e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/t hemes.rst.txt [unknown] 2638 6727 39.2% -lh5- 94a9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/t ransformations.rst.txt [unknown] 1333 2873 46.4% -lh5- 9e48 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/t wo_factor.rst.txt [unknown] 121 195 62.1% -lh5- c9ef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/u ser.rst.txt [unknown] 619 1142 54.2% -lh5- ffad Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_sources/v endors.rst.txt [unknown] 673 673 100.0% -lh0- 76bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/aj ax-loader.gif [unknown] 2594 10912 23.8% -lh5- bf8d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/ba sic.css [unknown] 1109 4146 26.7% -lh5- b48e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/cl assic.css [unknown] 756 756 100.0% -lh0- f912 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/co mment-bright.png [unknown] 829 829 100.0% -lh0- d3f2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/co mment-close.png [unknown] 641 641 100.0% -lh0- 39e7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/co mment.png [unknown] 28 28 100.0% -lh0- 3521 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/de fault.css [unknown] 3335 9313 35.8% -lh5- 84cf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/do ctools.js [unknown] 220 309 71.2% -lh5- c758 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/do cumentation_options.js [unknown] 222 222 100.0% -lh0- 58f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/do wn-pressed.png [unknown] 202 202 100.0% -lh0- 381b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/do wn.png [unknown] 286 286 100.0% -lh0- 8916 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/fi le.png [unknown] 87238 271809 32.1% -lh5- befb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/jq uery.js [unknown] 3844 10847 35.4% -lh5- c13c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/la nguage_data.js [unknown] 90 90 100.0% -lh0- 454e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/mi nus.png [unknown] 90 90 100.0% -lh0- a215 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/pl us.png [unknown] 914 4395 20.8% -lh5- d55a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/py gments.css [unknown] 4817 15059 32.0% -lh5- 6fb4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/se archtools.js [unknown] 1497 4803 31.2% -lh5- 733f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/si debar.js [unknown] 17329 58319 29.7% -lh5- 86b0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/un derscore.js [unknown] 214 214 100.0% -lh0- 9d42 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/up -pressed.png [unknown] 203 203 100.0% -lh0- 71f8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/up .png [unknown] 2897 10061 28.8% -lh5- b380 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/bookmarks. html [unknown] 3612 14923 24.2% -lh5- 7c14 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/charts.htm l [unknown] 50895 366933 13.9% -lh5- 8fc8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/config.htm l [unknown] 2247 6532 34.4% -lh5- c807 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/copyright. html [unknown] 13998 46699 30.0% -lh5- 3b63 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/credits.ht ml [unknown] 1533 4825 31.8% -lh5- 5f85 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/developers .html [unknown] 54647 205518 26.6% -lh5- 27f4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/faq.html [unknown] 16850 145313 11.6% -lh5- 5e9c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/genindex.h tml [unknown] 7116 33542 21.2% -lh5- 8267 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/glossary.h tml [unknown] 7243 27508 26.3% -lh5- 284e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/import_exp ort.html [unknown] 3212 14929 21.5% -lh5- 26a1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/index.html [unknown] 3374 11027 30.6% -lh5- e30c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/intro.html [unknown] 1997 6903 28.9% -lh5- 9eda Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/other.html [unknown] 3009 9885 30.4% -lh5- 8e99 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/privileges .html [unknown] 3132 10015 31.3% -lh5- 4930 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/relations. html [unknown] 2439 8440 28.9% -lh5- 4b3a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/require.ht ml [unknown] 1208 3590 33.6% -lh5- c317 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/search.htm l [unknown] 27412 77290 35.5% -lh5- caab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/searchinde x.js [unknown] 3916 11974 32.7% -lh5- fd50 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/security.h tml [unknown] 6918 25355 27.3% -lh5- d64c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/_static/we bsupport.js [unknown] 1890 6172 30.6% -lh5- 54bd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/settings.h tml [unknown] 26574 128904 20.6% -lh5- 27f0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/setup.html [unknown] 3124 11439 27.3% -lh5- 2895 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/themes.htm l [unknown] 4566 14093 32.4% -lh5- ef14 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/transforma tions.html [unknown] 2960 9575 30.9% -lh5- dacf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/two_factor .html [unknown] 2055 8619 23.8% -lh5- 7618 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/user.html [unknown] 2020 6240 32.4% -lh5- 2dde Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/doc/html/vendors.ht ml [unknown] 1552 4750 32.7% -lh5- 228c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/error_report.php [unknown] 624 2124 29.4% -lh5- ddc8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/examples/config.man yhosts.inc.php [unknown] 1961 4780 41.0% -lh5- 9fb2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/examples/openid.php [unknown] 437 840 52.0% -lh5- 87df Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/examples/signon-scr ipt.php [unknown] 1173 2687 43.7% -lh5- 656e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/examples/signon.php [unknown] 4884 17336 28.2% -lh5- 137e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/export.php [unknown] 9222 22486 41.0% -lh5- e546 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/favicon.ico [unknown] 1432 3922 36.5% -lh5- 5843 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/gis_data_editor.php [unknown] 7209 24608 29.3% -lh5- 0826 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/import.php [unknown] 1564 3737 41.9% -lh5- eced Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/import_status.php [unknown] 1184 3084 38.4% -lh5- ac81 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/index.php [unknown] 9134 36837 24.8% -lh5- 53e9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/ajax.js [unknown] 2962 18483 16.0% -lh5- 9735 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/chart.js [unknown] 440 1156 38.1% -lh5- 46e6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/codemirror/addon /lint/sql-lint.js [unknown] 1430 4662 30.7% -lh5- 9584 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/common.js [unknown] 7124 27402 26.0% -lh5- b290 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/config.js [unknown] 11053 57024 19.4% -lh5- d649 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/console.js [unknown] 277 465 59.6% -lh5- 7ef9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/cross_framing_pr otection.js [unknown] 2405 11197 21.5% -lh5- 536a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/database/central _columns.js [unknown] 2045 8261 24.8% -lh5- 7421 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/database/multi_t able_query.js [unknown] 1567 6408 24.5% -lh5- 97dd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/database/operati ons.js [unknown] 868 2537 34.2% -lh5- 7f56 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/database/qbe.js [unknown] 1262 4775 26.4% -lh5- f3cd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/database/query_g enerator.js [unknown] 2079 8819 23.6% -lh5- f827 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/database/search. js [unknown] 4069 15943 25.5% -lh5- 760e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/database/structu re.js [unknown] 896 3666 24.4% -lh5- d98d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/database/trackin g.js [unknown] 878 4477 19.6% -lh5- 925f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/designer/databas e.js [unknown] 5591 29432 19.0% -lh5- a15c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/designer/history .js [unknown] 715 2206 32.4% -lh5- 71fe Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/designer/init.js [unknown] 15422 81463 18.9% -lh5- 3d74 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/designer/move.js [unknown] 212 511 41.5% -lh5- 3642 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/designer/objects .js [unknown] 1432 5974 24.0% -lh5- 3d19 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/designer/page.js [unknown] 3799 18970 20.0% -lh5- 3520 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/doclinks.js [unknown] 3632 14528 25.0% -lh5- 2019 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/drag_drop_import .js [unknown] 2679 10882 24.6% -lh5- 1240 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/error_report.js [unknown] 6911 36105 19.1% -lh5- ae30 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/export.js [unknown] 203 298 68.1% -lh5- 62be Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/export_output.js [unknown] 46080 178192 25.9% -lh5- 3cde Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/functions.js [unknown] 3754 15021 25.0% -lh5- 3f55 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/gis_data_editor. js [unknown] 1791 6693 26.8% -lh5- f0b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/import.js [unknown] 7025 29855 23.5% -lh5- 4e24 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/indexes.js [unknown] 505 1275 39.6% -lh5- 9d67 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/jqplot/plugins/j qplot.byteFormatter.js [unknown] 1053 3337 31.6% -lh5- 465e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/keyhandler.js [unknown] 20450 98763 20.7% -lh5- 48ab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/makegrid.js [unknown] 2275 8276 27.5% -lh5- 30c6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/menu_resizer.js [unknown] 11934 41985 28.4% -lh5- 4d3b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/messages.php [unknown] 3491 11676 29.9% -lh5- 3ec0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/microhistory.js [unknown] 1257 3331 37.7% -lh5- d94b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/multi_column_sor t.js [unknown] 13671 62816 21.8% -lh5- bdb8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/navigation.js [unknown] 4545 28257 16.1% -lh5- 22dd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/normalization.js [unknown] 620 1746 35.5% -lh5- 9778 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/page_settings.js [unknown] 949 3416 27.8% -lh5- fdbd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/replication.js [unknown] 9654 48093 20.1% -lh5- 79a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/rte.js [unknown] 1850 5722 32.3% -lh5- 05b6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/databases .js [unknown] 302 495 61.0% -lh5- c4af Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/plugins.j s [unknown] 4475 19243 23.3% -lh5- cf5e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/privilege s.js [unknown] 1175 3656 32.1% -lh5- a60a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/status/ad visor.js [unknown] 20254 86853 23.3% -lh5- 2e01 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/status/mo nitor.js [unknown] 1938 6606 29.3% -lh5- 283a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/status/pr ocesses.js [unknown] 561 1417 39.6% -lh5- cea0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/status/qu eries.js [unknown] 774 2045 37.8% -lh5- 1bbd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/status/so rter.js [unknown] 979 3282 29.8% -lh5- 7819 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/status/va riables.js [unknown] 663 1638 40.5% -lh5- 3625 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/user_grou ps.js [unknown] 1250 4524 27.6% -lh5- 0583 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/server/variables .js [unknown] 178 268 66.4% -lh5- a139 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/setup/ajax.js [unknown] 1781 6284 28.3% -lh5- 3f9a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/setup/scripts.js [unknown] 879 3835 22.9% -lh5- 48ca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/shortcuts_handle r.js [unknown] 10132 38681 26.2% -lh5- e9dd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/sql.js [unknown] 8138 30939 26.3% -lh5- e301 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/table/change.js [unknown] 3281 14306 22.9% -lh5- b4d6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/table/chart.js [unknown] 555 1598 34.7% -lh5- df78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/table/find_repla ce.js [unknown] 2789 11138 25.0% -lh5- 5e78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/table/gis_visual ization.js [unknown] 2402 14219 16.9% -lh5- badb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/table/operations .js [unknown] 2350 9265 25.4% -lh5- cd4e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/table/relation.j s [unknown] 4141 15897 26.0% -lh5- 84be Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/table/select.js [unknown] 5042 20230 24.9% -lh5- c008 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/table/structure. js [unknown] 921 3959 23.3% -lh5- 274e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/table/tracking.j s [unknown] 5255 22245 23.6% -lh5- 35d7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/table/zoom_plot_ jqplot.js [unknown] 406 829 49.0% -lh5- 3edb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/transformations/ image_upload.js [unknown] 372 670 55.5% -lh5- ed3e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/transformations/ json.js [unknown] 276 477 57.9% -lh5- dd3f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/transformations/ json_editor.js [unknown] 218 318 68.6% -lh5- a576 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/transformations/ sql_editor.js [unknown] 368 665 55.3% -lh5- 8395 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/transformations/ xml.js [unknown] 249 412 60.4% -lh5- e866 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/transformations/ xml_editor.js [unknown] 667 2503 26.6% -lh5- 161d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/u2f.js [unknown] 24636 78635 31.3% -lh5- f6b2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/bootstrap /bootstrap.bundle.min.js [unknown] 89925 311949 28.8% -lh5- ea77 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/bootstrap /bootstrap.bundle.min.js.map [unknown] 303 623 48.6% -lh5- 3a1a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/addon/hint/show-hint.css [unknown] 5030 17378 28.9% -lh5- 84c7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/addon/hint/show-hint.js [unknown] 2730 9599 28.4% -lh5- c67a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/addon/hint/sql-hint.js [unknown] 1256 2999 41.9% -lh5- aaea Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/addon/lint/lint.css [unknown] 2569 8610 29.8% -lh5- dbfb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/addon/lint/lint.js [unknown] 1024 2500 41.0% -lh5- f68e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/addon/runmode/runmode.js [unknown] 2529 8705 29.1% -lh5- 3e88 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/lib/codemirror.css [unknown] 114054 395660 28.8% -lh5- c031 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/lib/codemirror.js [unknown] 655 1107 59.2% -lh5- ad58 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/LICENSE [unknown] 8755 37461 23.4% -lh5- 24a3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/mode/javascript/javascript.js [unknown] 14268 47451 30.1% -lh5- 25c7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/mode/sql/sql.js [unknown] 3195 12886 24.8% -lh5- 4a4c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/codemirro r/mode/xml/xml.js [unknown] 97243 469781 20.7% -lh5- 6b74 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/jq uery.jqplot.js [unknown] 6931 34872 19.9% -lh5- 5290 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/pl ugins/jqplot.barRenderer.js [unknown] 2657 8146 32.6% -lh5- 62f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/pl ugins/jqplot.canvasAxisLabelRenderer.js [unknown] 5677 24367 23.3% -lh5- cc22 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/pl ugins/jqplot.canvasTextRenderer.js [unknown] 5496 28566 19.2% -lh5- ffaa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/pl ugins/jqplot.categoryAxisRenderer.js [unknown] 9546 46097 20.7% -lh5- feeb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/pl ugins/jqplot.cursor.js [unknown] 7032 30345 23.2% -lh5- a648 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/pl ugins/jqplot.dateAxisRenderer.js [unknown] 2972 11118 26.7% -lh5- b0b5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/pl ugins/jqplot.enhancedPieLegendRenderer.js [unknown] 5209 21364 24.4% -lh5- 06fb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/pl ugins/jqplot.highlighter.js [unknown] 8980 38036 23.6% -lh5- 4c96 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/pl ugins/jqplot.pieRenderer.js [unknown] 3847 14593 26.4% -lh5- f907 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jqplot/pl ugins/jqplot.pointLabels.js [unknown] 14874 52032 28.6% -lh5- 309c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/ad ditional-methods.js [unknown] 6236 19092 32.7% -lh5- f346 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery-migrate.js [unknown] 20115 78475 25.6% -lh5- cf27 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery-ui-timepicker-addon.js [unknown] 72994 253681 28.8% -lh5- 9a27 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery-ui.min.js [unknown] 5400 16522 32.7% -lh5- 63c0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.ba-hashchange-1.3.js [unknown] 508 1169 43.5% -lh5- fcb9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.debounce-1.0.5.js [unknown] 4264 12832 33.2% -lh5- 3268 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.event.drag-2.2.js [unknown] 1420 5657 25.1% -lh5- 29b1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.fullscreen.js [unknown] 2718 9574 28.4% -lh5- e58e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.md5.js [unknown] 32785 88145 37.2% -lh5- 7ac3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.min.js [unknown] 55092 136397 40.4% -lh5- eed4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.min.map [unknown] 2541 8267 30.7% -lh5- c52e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.mousewheel.js [unknown] 2579 8198 31.5% -lh5- 1a5d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.sortableTable.js [unknown] 12208 56651 21.5% -lh5- e275 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.svg.js [unknown] 8635 40102 21.5% -lh5- 76ce Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.tablesorter.js [unknown] 1377 3479 39.6% -lh5- 4ca5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.uitablefilter.js [unknown] 14489 50690 28.6% -lh5- e6c3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/jq uery.validate.js [unknown] 645 1099 58.7% -lh5- b94a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/jquery/MI T-LICENSE.txt [unknown] 1508 3883 38.8% -lh5- 8713 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/js.cookie .js [unknown] 42 42 100.0% -lh0- 8e39 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/blank.gif [unknown] 1388 2829 49.1% -lh5- 7440 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/cloud-popup-relative.png [unknown] 944 944 100.0% -lh0- 5b7b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/drag-rectangle-off.png [unknown] 975 975 100.0% -lh0- b4ba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/drag-rectangle-on.png [unknown] 287 287 100.0% -lh0- 5226 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/east-mini.png [unknown] 293 293 100.0% -lh0- 38d9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/layer-switcher-maximize.png [unknown] 136 136 100.0% -lh0- 21b3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/layer-switcher-minimize.png [unknown] 685 685 100.0% -lh0- 03c4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/marker-blue.png [unknown] 625 625 100.0% -lh0- 55e1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/marker-gold.png [unknown] 681 681 100.0% -lh0- 9dc7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/marker-green.png [unknown] 524 524 100.0% -lh0- 8a84 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/marker.png [unknown] 253 253 100.0% -lh0- 27fd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/measuring-stick-off.png [unknown] 305 305 100.0% -lh0- bdcd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/measuring-stick-on.png [unknown] 322 322 100.0% -lh0- ef78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/north-mini.png [unknown] 769 769 100.0% -lh0- 656b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/panning-hand-off.png [unknown] 801 801 100.0% -lh0- 4423 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/panning-hand-on.png [unknown] 203 203 100.0% -lh0- 3c4f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/slider.png [unknown] 319 319 100.0% -lh0- 1fa3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/south-mini.png [unknown] 300 300 100.0% -lh0- 9316 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/west-mini.png [unknown] 234 234 100.0% -lh0- 2e1e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/zoom-minus-mini.png [unknown] 320 320 100.0% -lh0- 175e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/zoom-plus-mini.png [unknown] 745 745 100.0% -lh0- 2d1a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/zoom-world-mini.png [unknown] 211 211 100.0% -lh0- 87e3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/img/zoombar.png [unknown] 210386 770256 27.3% -lh5- 33ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/OpenLayers.js [unknown] 95 142 66.9% -lh5- 233c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/google.css [unknown] 75 101 74.3% -lh5- 982e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/google.tidy.css [unknown] 126 212 59.4% -lh5- fc17 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/ie6-style.css [unknown] 117 184 63.6% -lh5- ca7d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/ie6-style.tidy.css [unknown] 577 577 100.0% -lh0- 7d32 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/add_point_off.png [unknown] 368 368 100.0% -lh0- e991 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/add_point_on.png [unknown] 42 42 100.0% -lh0- 8e39 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/blank.gif [unknown] 1078 1078 100.0% -lh0- ed2f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/close.gif [unknown] 944 944 100.0% -lh0- 5b7b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/drag-rectangle-off.png [unknown] 975 975 100.0% -lh0- b4ba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/drag-rectangle-on.png [unknown] 460 460 100.0% -lh0- 5fe0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/draw_line_off.png [unknown] 243 243 100.0% -lh0- cca5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/draw_line_on.png [unknown] 568 568 100.0% -lh0- 6ae8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/draw_point_off.png [unknown] 361 361 100.0% -lh0- d3f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/draw_point_on.png [unknown] 436 436 100.0% -lh0- 5dec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/draw_polygon_off.png [unknown] 248 248 100.0% -lh0- d024 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/draw_polygon_on.png [unknown] 1851 1851 100.0% -lh0- 5b52 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/editing_tool_bar.png [unknown] 416 416 100.0% -lh0- f6f2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/move_feature_off.png [unknown] 221 221 100.0% -lh0- 38b8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/move_feature_on.png [unknown] 4237 4237 100.0% -lh0- 95c0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/navigation_history.png [unknown] 79 79 100.0% -lh0- 5fd5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/overview_replacement.gif [unknown] 452 452 100.0% -lh0- bd55 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/pan-panel-NOALPHA.png [unknown] 569 569 100.0% -lh0- 8544 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/pan-panel.png [unknown] 769 769 100.0% -lh0- 656b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/panning-hand-off.png [unknown] 801 801 100.0% -lh0- 4423 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/panning-hand-on.png [unknown] 719 719 100.0% -lh0- 6c3d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/pan_off.png [unknown] 574 574 100.0% -lh0- 0aff Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/pan_on.png [unknown] 572 572 100.0% -lh0- 9912 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/remove_point_off.png [unknown] 363 363 100.0% -lh0- 155d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/remove_point_on.png [unknown] 509 509 100.0% -lh0- c167 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/ruler.png [unknown] 271 271 100.0% -lh0- b452 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/save_features_off.png [unknown] 274 274 100.0% -lh0- 569e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/save_features_on.png [unknown] 859 859 100.0% -lh0- 1004 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/view_next_off.png [unknown] 1522 1522 100.0% -lh0- bf39 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/view_next_on.png [unknown] 829 829 100.0% -lh0- 438e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/view_previous_off.png [unknown] 1487 1487 100.0% -lh0- 97bb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/view_previous_on.png [unknown] 994 994 100.0% -lh0- 5956 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/zoom-panel-NOALPHA.png [unknown] 1108 1108 100.0% -lh0- d666 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/img/zoom-panel.png [unknown] 2583 10791 23.9% -lh5- 027c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/style.css [unknown] 627 1799 34.9% -lh5- d913 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/style.mobile.css [unknown] 507 1292 39.2% -lh5- 7c5f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/style.mobile.tidy.css [unknown] 2022 8037 25.2% -lh5- e350 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/openlayer s/theme/default/style.tidy.css [unknown] 2551 7387 34.5% -lh5- 980a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/sprintf.j s [unknown] 2310 6500 35.5% -lh5- fc33 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/stickyfil l.min.js [unknown] 12042 45389 26.5% -lh5- cff4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/tracekit. js [unknown] 5431 22834 23.8% -lh5- 93d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/u2f-api-p olyfill.js [unknown] 415638 821676 50.6% -lh5- 458a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/vendor/zxcvbn.js [unknown] 776 1413 54.9% -lh5- ccfd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/js/whitelist.php [unknown] 6932 22707 30.5% -lh5- c27e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/advisory_ rules_generic.txt [unknown] 1511 3979 38.0% -lh5- d935 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/advisory_ rules_mysql_before80003.txt [unknown] 912 1200 76.0% -lh5- b623 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/certs/12d 55845.0 [unknown] 912 1200 76.0% -lh5- b623 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/certs/2e5 ac55d.0 [unknown] 1483 1967 75.4% -lh5- 26bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/certs/404 2bcee.0 [unknown] 1483 1967 75.4% -lh5- 26bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/certs/618 7b673.0 [unknown] 2314 3167 73.1% -lh5- fbbc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/certs/cac ert.pem [unknown] 314 528 59.5% -lh5- f9d1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/certs/REA DME.rst [unknown] 4735 20033 23.6% -lh5- 6e95 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/A dvisor.php [unknown] 2437 10995 22.2% -lh5- d258 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/B ookmark.php [unknown] 2627 11416 23.0% -lh5- f448 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/B rowseForeigners.php [unknown] 9127 45248 20.2% -lh5- 9625 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C entralColumns.php [unknown] 1528 6289 24.3% -lh5- 6a18 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C harsets.php [unknown] 585 2123 27.6% -lh5- 9f7f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C harsets/Charset.php [unknown] 2609 18487 14.1% -lh5- 96c4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C harsets/Collation.php [unknown] 2969 12897 23.0% -lh5- 3409 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C heckUserPrivileges.php [unknown] 13277 58752 22.6% -lh5- f17b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig.php [unknown] 3268 14481 22.6% -lh5- bb7a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/ConfigFile.php [unknown] 13517 60402 22.4% -lh5- da87 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Descriptions.php [unknown] 1989 6762 29.4% -lh5- eeca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Form.php [unknown] 7055 30398 23.2% -lh5- 15eb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/FormDisplay.php [unknown] 4784 18634 25.7% -lh5- ffc9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/FormDisplayTemplate.php [unknown] 881 2188 40.3% -lh5- 5f91 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/BaseForm.php [unknown] 880 3102 28.4% -lh5- ba36 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/BaseFormList.php [unknown] 274 534 51.3% -lh5- 1c90 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Page/BrowseForm.php [unknown] 278 554 50.2% -lh5- 36ea Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Page/DbStructureForm.php [unknown] 300 643 46.7% -lh5- 7439 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Page/EditForm.php [unknown] 184 313 58.8% -lh5- 0351 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Page/ExportForm.php [unknown] 186 313 59.4% -lh5- 452c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Page/ImportForm.php [unknown] 184 307 59.9% -lh5- a304 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Page/NaviForm.php [unknown] 303 654 46.3% -lh5- 741d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Page/PageFormList.php [unknown] 184 304 60.5% -lh5- 504a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Page/SqlForm.php [unknown] 280 566 49.5% -lh5- 2267 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Page/TableStructureForm.php [unknown] 277 542 51.1% -lh5- 9bb7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Setup/ConfigForm.php [unknown] 188 315 59.7% -lh5- 546f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Setup/ExportForm.php [unknown] 797 2088 38.2% -lh5- 73f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Setup/FeaturesForm.php [unknown] 188 315 59.7% -lh5- 91f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Setup/ImportForm.php [unknown] 319 604 52.8% -lh5- bf6a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Setup/MainForm.php [unknown] 186 309 60.2% -lh5- a908 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Setup/NaviForm.php [unknown] 885 4027 22.0% -lh5- d832 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Setup/ServersForm.php [unknown] 303 650 46.6% -lh5- 113a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Setup/SetupFormList.php [unknown] 314 558 56.3% -lh5- a010 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/Setup/SqlForm.php [unknown] 1114 5478 20.3% -lh5- 3734 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/User/ExportForm.php [unknown] 837 2591 32.3% -lh5- 1885 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/User/FeaturesForm.php [unknown] 590 1898 31.1% -lh5- 67fe Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/User/ImportForm.php [unknown] 786 2766 28.4% -lh5- 8767 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/User/MainForm.php [unknown] 579 2052 28.2% -lh5- f3d9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/User/NaviForm.php [unknown] 468 1161 40.3% -lh5- 13ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/User/SqlForm.php [unknown] 292 607 48.1% -lh5- a9f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Forms/User/UserFormList.php [unknown] 1412 5659 25.0% -lh5- 7f71 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/PageSettings.php [unknown] 3803 20459 18.6% -lh5- 7a96 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/ServerConfigChecks.php [unknown] 1333 19247 6.9% -lh5- 5a47 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/SpecialSchemaLinks.php [unknown] 4247 18720 22.7% -lh5- be42 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onfig/Validator.php [unknown] 1076 3775 28.5% -lh5- 13a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C onsole.php [unknown] 403 1085 37.1% -lh5- 0ef1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/AbstractController.php [unknown] 626 2208 28.4% -lh5- 48ae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/AjaxController.php [unknown] 652 2241 29.1% -lh5- 08e7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/BrowseForeignersController.php [unknown] 393 1035 38.0% -lh5- 0b92 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Database/AbstractController.php [unknown] 1092 5220 20.9% -lh5- 21a7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Database/CentralColumnsController.php [unknown] 1331 5170 25.7% -lh5- 66b3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Database/DataDictionaryController.php [unknown] 403 858 47.0% -lh5- 62ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Database/EventsController.php [unknown] 516 1419 36.4% -lh5- cc4d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Database/MultiTableQueryController.php [unknown] 438 947 46.3% -lh5- 2bd0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Database/RoutinesController.php [unknown] 538 1214 44.3% -lh5- af61 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Database/SqlController.php [unknown] 8566 39529 21.7% -lh5- af96 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Database/StructureController.php [unknown] 405 872 46.4% -lh5- 606e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Database/TriggersController.php [unknown] 4880 19187 25.4% -lh5- a228 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/HomeController.php [unknown] 1327 4237 31.3% -lh5- fad9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/BinlogController.php [unknown] 803 2695 29.8% -lh5- e78b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/CollationsController.php [unknown] 3180 13676 23.3% -lh5- e1d9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/DatabasesController.php [unknown] 656 1929 34.0% -lh5- bcef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/EnginesController.php [unknown] 737 2026 36.4% -lh5- 551d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/PluginsController.php [unknown] 736 2492 29.5% -lh5- 80fa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/ReplicationController.php [unknown] 375 798 47.0% -lh5- 6627 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/SqlController.php [unknown] 394 1090 36.1% -lh5- d997 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/Status/AbstractController.php [unknown] 563 1522 37.0% -lh5- 87b2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/Status/AdvisorController.php [unknown] 971 3799 25.6% -lh5- 2a99 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/Status/MonitorController.php [unknown] 1877 7659 24.5% -lh5- 511d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/Status/ProcessesController.php [unknown] 938 2551 36.8% -lh5- 6ec3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/Status/QueriesController.php [unknown] 1380 7841 17.6% -lh5- a2ed Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/Status/StatusController.php [unknown] 6123 27308 22.4% -lh5- 599c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/Status/VariablesController.php [unknown] 2141 7675 27.9% -lh5- 6e48 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Server/VariablesController.php [unknown] 532 1523 34.9% -lh5- 8d49 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Setup/AbstractController.php [unknown] 588 1624 36.2% -lh5- 8d8b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Setup/ConfigController.php [unknown] 558 1322 42.2% -lh5- 19bb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Setup/FormController.php [unknown] 2196 8267 26.6% -lh5- 1c2b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Setup/HomeController.php [unknown] 634 1819 34.9% -lh5- c9fd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Setup/ServersController.php [unknown] 426 1198 35.6% -lh5- 700e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Table/AbstractController.php [unknown] 1978 7876 25.1% -lh5- 991b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Table/ChartController.php [unknown] 1972 7315 27.0% -lh5- b1f9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Table/GisVisualizationController.php [unknown] 1552 5380 28.8% -lh5- 6864 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Table/IndexesController.php [unknown] 2852 12642 22.6% -lh5- 0c7b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Table/RelationController.php [unknown] 9713 44276 21.9% -lh5- 3a23 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Table/SearchController.php [unknown] 591 1365 43.3% -lh5- d88b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Table/SqlController.php [unknown] 13703 61903 22.1% -lh5- ab86 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/Table/StructureController.php [unknown] 693 2246 30.9% -lh5- 8cb0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ontrollers/TransformationOverviewController.php [unknown] 10721 39226 27.3% -lh5- 2c56 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C ore.php [unknown] 3920 18344 21.4% -lh5- e101 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/C reateAddField.php [unknown] 436 1096 39.8% -lh5- 2aa6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D atabase/DatabaseList.php [unknown] 3083 15132 20.4% -lh5- e711 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D atabase/Designer.php [unknown] 5625 29358 19.2% -lh5- 9349 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D atabase/Designer/Common.php [unknown] 577 2148 26.9% -lh5- ffa1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D atabase/Designer/DesignerTable.php [unknown] 1059 3512 30.2% -lh5- 9df3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D atabase/MultiTableQuery.php [unknown] 11793 69060 17.1% -lh5- c261 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D atabase/Qbe.php [unknown] 2720 10531 25.8% -lh5- 98cf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D atabase/Search.php [unknown] 23100 106974 21.6% -lh5- 0724 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D atabaseInterface.php [unknown] 1297 6015 21.6% -lh5- b20b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D bi/DbiExtension.php [unknown] 4355 19133 22.8% -lh5- 253f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D bi/DbiMysqli.php [unknown] 640 1817 35.2% -lh5- e65b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D i/Migration.php [unknown] 2008 7006 28.7% -lh5- 9b9c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D isplay/ChangePassword.php [unknown] 884 1829 48.3% -lh5- e229 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D isplay/CreateTable.php [unknown] 464 1267 36.6% -lh5- a885 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D isplay/Error.php [unknown] 5751 27092 21.2% -lh5- 39a2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D isplay/Export.php [unknown] 1225 4362 28.1% -lh5- ea2c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D isplay/GitRevision.php [unknown] 1342 4114 32.6% -lh5- 6505 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D isplay/Import.php [unknown] 1126 3530 31.9% -lh5- c366 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D isplay/ImportAjax.php [unknown] 42051 201722 20.8% -lh5- 5138 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/D isplay/Results.php [unknown] 2110 8890 23.7% -lh5- 4b0c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ncoding.php [unknown] 607 1892 32.1% -lh5- 788b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/Bdb.php [unknown] 175 278 62.9% -lh5- e798 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/Berkeleydb.php [unknown] 289 567 51.0% -lh5- b68e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/Binlog.php [unknown] 160 285 56.1% -lh5- 60c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/Innobase.php [unknown] 2473 13757 18.0% -lh5- 022b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/Innodb.php [unknown] 329 653 50.4% -lh5- c647 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/Memory.php [unknown] 171 314 54.5% -lh5- 3674 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/Merge.php [unknown] 280 531 52.7% -lh5- 9edb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/MrgMyisam.php [unknown] 988 3370 29.3% -lh5- 4644 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/Myisam.php [unknown] 429 1093 39.2% -lh5- dc86 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/Ndbcluster.php [unknown] 1781 7210 24.7% -lh5- 75ab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/Pbxt.php [unknown] 294 602 48.8% -lh5- 5b20 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E ngines/PerformanceSchema.php [unknown] 3174 13663 23.2% -lh5- 35b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E rror.php [unknown] 4266 17582 24.3% -lh5- 386e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E rrorHandler.php [unknown] 2612 9138 28.6% -lh5- 3c60 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E rrorReport.php [unknown] 9660 43787 22.1% -lh5- 8465 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/E xport.php [unknown] 4591 21803 21.1% -lh5- 8f6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/F ile.php [unknown] 917 2894 31.7% -lh5- f9b6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/F ileListing.php [unknown] 1309 5670 23.1% -lh5- 598e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/F ont.php [unknown] 2842 10858 26.2% -lh5- b3a1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/F ooter.php [unknown] 485 1472 32.9% -lh5- 530b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/G is/GisFactory.php [unknown] 2593 12987 20.0% -lh5- 6d52 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/G is/GisGeometry.php [unknown] 2128 12815 16.6% -lh5- 9f8f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/G is/GisGeometryCollection.php [unknown] 2267 11102 20.4% -lh5- d4e2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/G is/GisLineString.php [unknown] 2639 14121 18.7% -lh5- 5d8e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/G is/GisMultiLineString.php [unknown] 2668 12869 20.7% -lh5- 5d98 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/G is/GisMultiPoint.php [unknown] 3708 20371 18.2% -lh5- aa66 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/G is/GisMultiPolygon.php [unknown] 2243 10827 20.7% -lh5- 4aeb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/G is/GisPoint.php [unknown] 4139 19347 21.4% -lh5- 614a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/G is/GisPolygon.php [unknown] 4929 21412 23.0% -lh5- e57a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/G is/GisVisualization.php [unknown] 5239 22395 23.4% -lh5- 9b27 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/H eader.php [unknown] 12674 57921 21.9% -lh5- 1c00 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/I mport.php [unknown] 5365 25090 21.4% -lh5- 154f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/I ndex.php [unknown] 1246 4550 27.4% -lh5- 7437 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/I ndexColumn.php [unknown] 26510 132412 20.0% -lh5- 5fe9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/I nsertEdit.php [unknown] 1172 17841 6.6% -lh5- 1245 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/I nternalRelations.php [unknown] 2715 9801 27.7% -lh5- 3f72 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/I pAllowDeny.php [unknown] 1254 4415 28.4% -lh5- 07cf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/L anguage.php [unknown] 5956 24276 24.5% -lh5- 6621 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/L anguageManager.php [unknown] 1663 5332 31.2% -lh5- 0755 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/L inter.php [unknown] 918 2569 35.7% -lh5- eb7c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/L istAbstract.php [unknown] 1379 4448 31.0% -lh5- 2028 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/L istDatabase.php [unknown] 836 2660 31.4% -lh5- deca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/L ogging.php [unknown] 4466 22893 19.5% -lh5- 1211 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/M enu.php [unknown] 3851 19787 19.5% -lh5- 3a33 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/M essage.php [unknown] 440 916 48.0% -lh5- dd4f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/M ime.php [unknown] 4551 24211 18.8% -lh5- 4f78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/M ultSubmits.php [unknown] 2427 9767 24.8% -lh5- 2eb2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Navigation.php [unknown] 10503 53745 19.5% -lh5- 4697 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/NavigationTree.php [unknown] 884 2474 35.7% -lh5- 9bd2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/NodeFactory.php [unknown] 5178 27059 19.1% -lh5- 722a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/Node.php [unknown] 1097 3280 33.4% -lh5- d749 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeColumn.php [unknown] 607 1681 36.1% -lh5- 4e04 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeColumnContainer.php [unknown] 3776 24994 15.1% -lh5- b7f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeDatabase.php [unknown] 677 1614 41.9% -lh5- 8809 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeDatabaseChild.php [unknown] 526 1176 44.7% -lh5- 9073 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeDatabaseChildContainer.php [unknown] 625 1500 41.7% -lh5- ae97 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeDatabaseContainer.php [unknown] 616 1407 43.8% -lh5- e61e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeEvent.php [unknown] 568 1520 37.4% -lh5- f4f9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeEventContainer.php [unknown] 644 1532 42.0% -lh5- 3fb1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeFunction.php [unknown] 591 1652 35.8% -lh5- ccd6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeFunctionContainer.php [unknown] 547 1201 45.5% -lh5- 47a3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeIndex.php [unknown] 599 1684 35.6% -lh5- 8daf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeIndexContainer.php [unknown] 652 1539 42.4% -lh5- 605c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeProcedure.php [unknown] 596 1614 36.9% -lh5- efec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeProcedureContainer.php [unknown] 2191 11971 18.3% -lh5- 798a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeTable.php [unknown] 599 1616 37.1% -lh5- a3ab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeTableContainer.php [unknown] 549 1209 45.4% -lh5- 69e3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeTrigger.php [unknown] 568 1555 36.5% -lh5- 6cf9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeTriggerContainer.php [unknown] 622 1380 45.1% -lh5- ec1e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeView.php [unknown] 593 1606 36.9% -lh5- c29e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N avigation/Nodes/NodeViewContainer.php [unknown] 9035 41383 21.8% -lh5- 74b6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/N ormalization.php [unknown] 1895 8724 21.7% -lh5- 1132 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/O penDocument.php [unknown] 15967 83196 19.2% -lh5- a60d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/O perations.php [unknown] 1207 3796 31.8% -lh5- af7f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/O utputBuffering.php [unknown] 1016 2611 38.9% -lh5- f4e7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P arseAnalyze.php [unknown] 1617 7443 21.7% -lh5- 6ff6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P artition.php [unknown] 1486 4470 33.2% -lh5- 0e70 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P df.php [unknown] 4626 23503 19.7% -lh5- ed59 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins.php [unknown] 1854 5481 33.8% -lh5- 0fa1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Auth/AuthenticationConfig.php [unknown] 7735 31555 24.5% -lh5- da8d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Auth/AuthenticationCookie.php [unknown] 1983 6947 28.5% -lh5- 6a90 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Auth/AuthenticationHttp.php [unknown] 2040 9012 22.6% -lh5- 1320 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Auth/AuthenticationSignon.php [unknown] 2799 10066 27.8% -lh5- 91bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/AuthenticationPlugin.php [unknown] 2887 13730 21.0% -lh5- 8883 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportCodegen.php [unknown] 2469 11494 21.5% -lh5- c8bb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportCsv.php [unknown] 900 3053 29.5% -lh5- 808b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportExcel.php [unknown] 4496 22321 20.1% -lh5- 8301 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportHtmlword.php [unknown] 2116 8104 26.1% -lh5- 92a4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportJson.php [unknown] 4689 23639 19.8% -lh5- 3859 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportLatex.php [unknown] 2719 12654 21.5% -lh5- 8469 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportMediawiki.php [unknown] 2547 12715 20.0% -lh5- d1d4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportOds.php [unknown] 5149 30145 17.1% -lh5- f229 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportOdt.php [unknown] 2569 11099 23.1% -lh5- 7000 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportPdf.php [unknown] 2047 7435 27.5% -lh5- e93d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportPhparray.php [unknown] 20047 105902 18.9% -lh5- 704b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportSql.php [unknown] 4049 19976 20.3% -lh5- f6f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportTexytext.php [unknown] 3937 18412 21.4% -lh5- 39d1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportXml.php [unknown] 1709 6568 26.0% -lh5- 0bb5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/ExportYaml.php [unknown] 6267 29185 21.5% -lh5- 0ddd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/Helpers/Pdf.php [unknown] 1193 6206 19.2% -lh5- 4b73 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/Helpers/TableProperty.php [unknown] 1808 6760 26.7% -lh5- f01f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Export/README [unknown] 2585 11145 23.2% -lh5- b7ad Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/ExportPlugin.php [unknown] 816 2929 27.9% -lh5- 967e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/AbstractImportCsv.php [unknown] 6298 31031 20.3% -lh5- e6bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/ImportCsv.php [unknown] 1649 5282 31.2% -lh5- bcdb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/ImportLdi.php [unknown] 5378 21667 24.8% -lh5- 9315 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/ImportMediawiki.php [unknown] 3633 13876 26.2% -lh5- 1b3e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/ImportOds.php [unknown] 3098 10740 28.8% -lh5- f5a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/ImportShp.php [unknown] 1881 6231 30.2% -lh5- 1cad Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/ImportSql.php [unknown] 2874 10892 26.4% -lh5- ee8a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/ImportXml.php [unknown] 1567 4614 34.0% -lh5- b731 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/README [unknown] 403 831 48.5% -lh5- 2c93 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/ShapeFileImport.php [unknown] 703 1955 36.0% -lh5- da33 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/Upload/UploadApc.php [unknown] 549 1329 41.3% -lh5- 7ba0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/Upload/UploadNoplugin.php [unknown] 751 2412 31.1% -lh5- c889 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/Upload/UploadProgress.php [unknown] 760 2358 32.2% -lh5- 75a1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Import/Upload/UploadSession.php [unknown] 704 2044 34.4% -lh5- 9513 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/ImportPlugin.php [unknown] 823 2396 34.3% -lh5- 0650 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/IOTransformationsPlugin.php [unknown] 1495 5987 25.0% -lh5- 2e4c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Dia/Dia.php [unknown] 1873 7275 25.7% -lh5- 87bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Dia/DiaRelationSchema.php [unknown] 1937 7910 24.5% -lh5- 379b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Dia/RelationStatsDia.php [unknown] 1919 8046 23.9% -lh5- cb77 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Dia/TableStatsDia.php [unknown] 1869 7986 23.4% -lh5- ca44 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Eps/Eps.php [unknown] 1968 7970 24.7% -lh5- cbc4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Eps/EpsRelationSchema.php [unknown] 794 3555 22.3% -lh5- 53b8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Eps/RelationStatsEps.php [unknown] 1390 4972 28.0% -lh5- fbdc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Eps/TableStatsEps.php [unknown] 1818 7023 25.9% -lh5- a6a1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/ExportRelationSchema.php [unknown] 2949 10707 27.5% -lh5- 65fc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Pdf/Pdf.php [unknown] 5225 25714 20.3% -lh5- f2c4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Pdf/PdfRelationSchema.php [unknown] 1065 4735 22.5% -lh5- d115 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Pdf/RelationStatsPdf.php [unknown] 1814 6753 26.9% -lh5- 4d8a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Pdf/TableStatsPdf.php [unknown] 939 3251 28.9% -lh5- 1553 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/RelationStats.php [unknown] 869 2773 31.3% -lh5- c0f5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/SchemaDia.php [unknown] 898 2861 31.4% -lh5- 1d1f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/SchemaEps.php [unknown] 1041 3748 27.8% -lh5- 5477 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/SchemaPdf.php [unknown] 813 2502 32.5% -lh5- dda1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/SchemaSvg.php [unknown] 944 4319 21.9% -lh5- 4842 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Svg/RelationStatsSvg.php [unknown] 2096 8039 26.1% -lh5- e764 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Svg/Svg.php [unknown] 2168 9018 24.0% -lh5- e46d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Svg/SvgRelationSchema.php [unknown] 1528 5608 27.2% -lh5- 542d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/Svg/TableStatsSvg.php [unknown] 1668 5880 28.4% -lh5- d938 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Schema/TableStats.php [unknown] 806 2318 34.8% -lh5- ee9e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/SchemaPlugin.php [unknown] 695 1837 37.8% -lh5- 3f79 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/Bool2TextTransformationsPlugin.php [unknown] 870 2443 35.6% -lh5- 9b92 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/CodeMirrorEditorTransformationPlugin.php [unknown] 1876 5684 33.0% -lh5- c98f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/DateFormatTransformationsPlugin.php [unknown] 944 2689 35.1% -lh5- 67bd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/DownloadTransformationsPlugin.php [unknown] 1831 5378 34.0% -lh5- d2b0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/ExternalTransformationsPlugin.php [unknown] 639 1669 38.3% -lh5- c28d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/FormattedTransformationsPlugin.php [unknown] 744 1917 38.8% -lh5- 01dc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/HexTransformationsPlugin.php [unknown] 701 1741 40.3% -lh5- 66b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/ImageLinkTransformationsPlugin.php [unknown] 1200 3752 32.0% -lh5- 53b4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/ImageUploadTransformationsPlugin.php [unknown] 865 2332 37.1% -lh5- 2912 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/InlineTransformationsPlugin.php [unknown] 664 1715 38.7% -lh5- 3992 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php [unknown] 706 1928 36.6% -lh5- 2c4a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/PreApPendTransformationsPlugin.php [unknown] 741 2015 36.8% -lh5- fe46 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/RegexValidationTransformationsPlugin.php [unknown] 550 1461 37.6% -lh5- 97ac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/SQLTransformationsPlugin.php [unknown] 941 2675 35.2% -lh5- b804 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/SubstringTransformationsPlugin.php [unknown] 955 3078 31.0% -lh5- ceb8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php [unknown] 888 2274 39.1% -lh5- d490 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php [unknown] 853 2284 37.3% -lh5- 810c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Abs/TextLinkTransformationsPlugin.php [unknown] 398 959 41.5% -lh5- ff2e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Input/Image_JPEG_Upload.php [unknown] 377 939 40.1% -lh5- 22f0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Input/Text_Plain_FileUpload.php [unknown] 1246 4031 30.9% -lh5- a57d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Input/Text_Plain_Iptobinary.php [unknown] 636 1928 33.0% -lh5- 5c55 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Input/Text_Plain_JsonEditor.php [unknown] 397 995 39.9% -lh5- 9ca5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Input/Text_Plain_RegexValidation.php [unknown] 631 1906 33.1% -lh5- 881d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Input/Text_Plain_SqlEditor.php [unknown] 638 1939 32.9% -lh5- b389 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Input/Text_Plain_XmlEditor.php [unknown] 374 942 39.7% -lh5- 4af2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Application_Octetstream_Download.php [unknown] 368 907 40.6% -lh5- 012b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Application_Octetstream_Hex.php [unknown] 358 876 40.9% -lh5- 12f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Image_JPEG_Inline.php [unknown] 358 872 41.1% -lh5- 7794 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Image_JPEG_Link.php [unknown] 355 872 40.7% -lh5- c696 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Image_PNG_Inline.php [unknown] 359 860 41.7% -lh5- 4e50 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Text_Octetstream_Sql.php [unknown] 777 2312 33.6% -lh5- 1eba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Text_Plain_Binarytoip.php [unknown] 404 969 41.7% -lh5- b477 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Text_Plain_Bool2Text.php [unknown] 365 906 40.3% -lh5- 2191 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Text_Plain_Dateformat.php [unknown] 359 890 40.3% -lh5- 1319 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Text_Plain_External.php [unknown] 358 897 39.9% -lh5- 354f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Text_Plain_Formatted.php [unknown] 366 907 40.4% -lh5- 568d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Text_Plain_Imagelink.php [unknown] 841 2468 34.1% -lh5- 5373 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Text_Plain_Json.php [unknown] 542 1428 38.0% -lh5- af82 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Text_Plain_Sql.php [unknown] 834 2446 34.1% -lh5- 5e23 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Output/Text_Plain_Xml.php [unknown] 126 165 76.4% -lh5- 22b3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/README [unknown] 401 1000 40.1% -lh5- a49f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/TEMPLATE [unknown] 809 2059 39.3% -lh5- 2b71 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/TEMPLATE_ABSTRACT [unknown] 351 863 40.7% -lh5- 2165 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Text_Plain_Link.php [unknown] 367 901 40.7% -lh5- 19a2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Text_Plain_Longtoipv4.php [unknown] 409 987 41.4% -lh5- c1f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Text_Plain_PreApPend.php [unknown] 350 890 39.3% -lh5- dc67 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/Transformations/Text_Plain_Substring.php [unknown] 330 884 37.3% -lh5- 5449 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/TransformationsInterface.php [unknown] 631 1776 35.5% -lh5- aefc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/TransformationsPlugin.php [unknown] 1225 4320 28.4% -lh5- 5515 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/TwoFactor/Application.php [unknown] 488 1273 38.3% -lh5- 027e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/TwoFactor/Invalid.php [unknown] 1493 5934 25.2% -lh5- 7f7c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/TwoFactor/Key.php [unknown] 517 1313 39.4% -lh5- cf58 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/TwoFactor/Simple.php [unknown] 1106 3740 29.6% -lh5- a790 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/TwoFactorPlugin.php [unknown] 324 650 49.8% -lh5- 5da4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P lugins/UploadInterface.php [unknown] 389 933 41.7% -lh5- dd1c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Groups/OptionsPropertyMainGroup.php [unknown] 388 933 41.6% -lh5- f830 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Groups/OptionsPropertyRootGroup.php [unknown] 519 1587 32.7% -lh5- 02ae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Groups/OptionsPropertySubgroup.php [unknown] 388 920 42.2% -lh5- cb4d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Items/BoolPropertyItem.php [unknown] 389 916 42.5% -lh5- fccd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Items/DocPropertyItem.php [unknown] 392 928 42.2% -lh5- 283e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Items/HiddenPropertyItem.php [unknown] 395 948 41.7% -lh5- f90e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Items/MessageOnlyPropertyItem.php [unknown] 393 926 42.4% -lh5- 8656 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Items/NumberPropertyItem.php [unknown] 388 924 42.0% -lh5- 496f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Items/RadioPropertyItem.php [unknown] 392 928 42.2% -lh5- 9444 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Items/SelectPropertyItem.php [unknown] 387 920 42.1% -lh5- 3f57 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/Items/TextPropertyItem.php [unknown] 699 2381 29.4% -lh5- 6742 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/OptionsPropertyGroup.php [unknown] 648 2330 27.8% -lh5- e562 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/OptionsPropertyItem.php [unknown] 662 2564 25.8% -lh5- b820 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Options/OptionsPropertyOneItem.php [unknown] 577 1506 38.3% -lh5- be12 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Plugins/ExportPluginProperties.php [unknown] 403 849 47.5% -lh5- 00a9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Plugins/ImportPluginProperties.php [unknown] 714 3170 22.5% -lh5- 19b6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Plugins/PluginPropertyItem.php [unknown] 465 1086 42.8% -lh5- 1818 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/Plugins/SchemaPluginProperties.php [unknown] 551 1374 40.1% -lh5- 50c4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/P roperties/PropertyItem.php [unknown] 2919 12327 23.7% -lh5- 866a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R ecentFavoriteTable.php [unknown] 15923 81552 19.5% -lh5- 4d00 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R elation.php [unknown] 1133 15364 7.4% -lh5- 9f40 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R elationCleanup.php [unknown] 1774 5888 30.1% -lh5- e9af Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R eplication.php [unknown] 4211 21739 19.4% -lh5- 457f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R eplicationGui.php [unknown] 4284 16526 25.9% -lh5- 6ef2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R esponse.php [unknown] 5218 25557 20.4% -lh5- 9ae8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R te/Events.php [unknown] 1267 4701 27.0% -lh5- 0c40 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R te/Export.php [unknown] 1490 5043 29.5% -lh5- 12c0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R te/Footer.php [unknown] 1172 3400 34.5% -lh5- 346f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R te/General.php [unknown] 13807 67668 20.4% -lh5- 6b90 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R te/Routines.php [unknown] 3694 21164 17.5% -lh5- 4a9f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R te/RteList.php [unknown] 3970 18726 21.2% -lh5- 0d29 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R te/Triggers.php [unknown] 806 3299 24.4% -lh5- cd38 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/R te/Words.php [unknown] 4002 14856 26.9% -lh5- c877 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S anitize.php [unknown] 2225 12222 18.2% -lh5- c6c8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S avedSearches.php [unknown] 1185 3734 31.7% -lh5- 9509 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S cripts.php [unknown] 1069 5990 17.8% -lh5- a3e5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S erver/Plugin.php [unknown] 693 2042 33.9% -lh5- 727e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S erver/Plugins.php [unknown] 41337 203875 20.3% -lh5- ff2d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S erver/Privileges.php [unknown] 1165 4116 28.3% -lh5- 62af Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S erver/Select.php [unknown] 3177 13635 23.3% -lh5- 2b60 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S erver/Status/Data.php [unknown] 3882 17103 22.7% -lh5- cf68 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S erver/Status/Monitor.php [unknown] 2939 14907 19.7% -lh5- ae30 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S erver/UserGroups.php [unknown] 642 1648 39.0% -lh5- 4986 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S erver/Users.php [unknown] 2594 7803 33.2% -lh5- b834 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S ession.php [unknown] 1554 5418 28.7% -lh5- 6728 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S etup/ConfigGenerator.php [unknown] 810 2210 36.7% -lh5- 5273 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S etup/FormProcessing.php [unknown] 1528 5850 26.1% -lh5- ae8b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S etup/Index.php [unknown] 18150 84057 21.6% -lh5- cb20 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S ql.php [unknown] 4010 18050 22.2% -lh5- 1417 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S qlQueryForm.php [unknown] 3427 14081 24.3% -lh5- 9b73 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S torageEngine.php [unknown] 868 3639 23.9% -lh5- 7f6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S ubPartition.php [unknown] 720 1651 43.6% -lh5- f979 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S ysInfo.php [unknown] 365 822 44.4% -lh5- a434 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S ysInfoBase.php [unknown] 786 2207 35.6% -lh5- fcac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S ysInfoLinux.php [unknown] 702 1936 36.3% -lh5- 385a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S ysInfoSunOS.php [unknown] 1138 3347 34.0% -lh5- 15ae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S ysInfoWINNT.php [unknown] 1182 4068 29.1% -lh5- d652 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/S ystemDatabase.php [unknown] 21219 97147 21.8% -lh5- bf54 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T able.php [unknown] 1537 6802 22.6% -lh5- a3f4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T ablePartitionDefinition.php [unknown] 1176 4114 28.6% -lh5- 482a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T emplate.php [unknown] 2142 8829 24.3% -lh5- a4e0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T heme.php [unknown] 2578 10671 24.2% -lh5- d644 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T hemeManager.php [unknown] 6172 30850 20.0% -lh5- 26a0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T racker.php [unknown] 8383 41223 20.3% -lh5- 909e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T racking.php [unknown] 3714 16663 22.3% -lh5- 689c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T ransformations.php [unknown] 357 833 42.9% -lh5- 333f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/CoreExtension.php [unknown] 1291 4990 25.9% -lh5- adf6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/I18n/NodeTrans.php [unknown] 725 2484 29.2% -lh5- 41a4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/I18n/TokenParserTrans.php [unknown] 371 931 39.8% -lh5- b662 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/I18nExtension.php [unknown] 401 1300 30.8% -lh5- 7029 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/MessageExtension.php [unknown] 387 1235 31.3% -lh5- b9f0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/PluginsExtension.php [unknown] 465 1664 27.9% -lh5- e84b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/RelationExtension.php [unknown] 426 1441 29.6% -lh5- bfff Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/SanitizeExtension.php [unknown] 443 1185 37.4% -lh5- cf2e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/ServerPrivilegesExtension.php [unknown] 341 757 45.0% -lh5- 5053 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/StorageEngineExtension.php [unknown] 305 668 45.7% -lh5- e28b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/TableExtension.php [unknown] 315 693 45.5% -lh5- e39a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/TrackerExtension.php [unknown] 361 1036 34.8% -lh5- b965 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/TransformationsExtension.php [unknown] 381 1221 31.2% -lh5- c754 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/UrlExtension.php [unknown] 1045 6550 16.0% -lh5- dc86 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T wig/UtilExtension.php [unknown] 1766 7310 24.2% -lh5- 9e8b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T woFactor.php [unknown] 5016 25533 19.6% -lh5- ae86 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/T ypes.php [unknown] 2178 8522 25.6% -lh5- ff99 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/U rl.php [unknown] 2270 9218 24.6% -lh5- c169 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/U serPassword.php [unknown] 2430 8824 27.5% -lh5- 3b9c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/U serPreferences.php [unknown] 1326 4224 31.4% -lh5- c734 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/U serPreferencesHeader.php [unknown] 42100 172052 24.5% -lh5- 6e67 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/U til.php [unknown] 2071 8741 23.7% -lh5- 8a02 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/U tils/HttpRequest.php [unknown] 1956 7083 27.6% -lh5- a102 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/V ersionInformation.php [unknown] 2722 10498 25.9% -lh5- 280b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/classes/Z ipExtension.php [unknown] 4946 15412 32.1% -lh5- 459b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/common.in c.php [unknown] 16297 71135 22.9% -lh5- cd77 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/config.de fault.php [unknown] 2949 13333 22.1% -lh5- 8b3d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/config.va lues.php [unknown] 1687 4782 35.3% -lh5- ecf1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/db_common .inc.php [unknown] 1135 3466 32.7% -lh5- d607 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/db_table_ exists.inc.php [unknown] 544 1656 32.9% -lh5- 8c3e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/language_ stats.inc.php [unknown] 2898 11270 25.7% -lh5- 1ed0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/mult_subm its.inc.php [unknown] 1262 4755 26.5% -lh5- 0b1b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/replicati on.inc.php [unknown] 558 1016 54.9% -lh5- ac97 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/server_co mmon.inc.php [unknown] 4509 19320 23.3% -lh5- 6ebb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/tbl_colum ns_definition_form.inc.php [unknown] 671 1299 51.7% -lh5- 4b74 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/tbl_commo n.inc.php [unknown] 861 2020 42.6% -lh5- 4f49 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/libraries/vendor_co nfig.php [unknown] 6996 18092 38.7% -lh5- a33a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/LICENSE [unknown] 580 1021 56.8% -lh5- cf53 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/license.php [unknown] 800 1557 51.4% -lh5- 3912 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/lint.php [unknown] 57544 159509 36.1% -lh5- ccdd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/ar/LC_MESSAG ES/phpmyadmin.mo [unknown] 52815 134511 39.3% -lh5- 6f2c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/az/LC_MESSAG ES/phpmyadmin.mo [unknown] 73538 228364 32.2% -lh5- 2ce6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/be/LC_MESSAG ES/phpmyadmin.mo [unknown] 80768 241593 33.4% -lh5- 13ae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/bg/LC_MESSAG ES/phpmyadmin.mo [unknown] 100729 346149 29.1% -lh5- a765 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/bn/LC_MESSAG ES/phpmyadmin.mo [unknown] 142135 381264 37.3% -lh5- e964 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/ca/LC_MESSAG ES/phpmyadmin.mo [unknown] 144450 375096 38.5% -lh5- 976f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/cs/LC_MESSAG ES/phpmyadmin.mo [unknown] 132705 347384 38.2% -lh5- 983c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/da/LC_MESSAG ES/phpmyadmin.mo [unknown] 146627 385112 38.1% -lh5- e16c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/de/LC_MESSAG ES/phpmyadmin.mo [unknown] 157702 496607 31.8% -lh5- c3f1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/el/LC_MESSAG ES/phpmyadmin.mo [unknown] 135163 355932 38.0% -lh5- 5a3f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/en_GB/LC_MES SAGES/phpmyadmin.mo [unknown] 140765 377202 37.3% -lh5- 8a2d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/es/LC_MESSAG ES/phpmyadmin.mo [unknown] 139413 361964 38.5% -lh5- 237a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/et/LC_MESSAG ES/phpmyadmin.mo [unknown] 86102 222685 38.7% -lh5- 0110 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/fi/LC_MESSAG ES/phpmyadmin.mo [unknown] 144599 392000 36.9% -lh5- a22c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/fr/LC_MESSAG ES/phpmyadmin.mo [unknown] 108145 285194 37.9% -lh5- a18a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/gl/LC_MESSAG ES/phpmyadmin.mo [unknown] 52971 146269 36.2% -lh5- 5ddf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/he/LC_MESSAG ES/phpmyadmin.mo [unknown] 136304 360463 37.8% -lh5- d8f8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/hu/LC_MESSAG ES/phpmyadmin.mo [unknown] 66713 209083 31.9% -lh5- dc9e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/hy/LC_MESSAG ES/phpmyadmin.mo [unknown] 94276 250861 37.6% -lh5- 0ae4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/ia/LC_MESSAG ES/phpmyadmin.mo [unknown] 98237 253484 38.8% -lh5- 0558 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/id/LC_MESSAG ES/phpmyadmin.mo [unknown] 143516 381297 37.6% -lh5- 3869 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/it/LC_MESSAG ES/phpmyadmin.mo [unknown] 150096 419058 35.8% -lh5- f388 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/ja/LC_MESSAG ES/phpmyadmin.mo [unknown] 141724 376448 37.6% -lh5- 36b4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/kk/LC_MESSAG ES/phpmyadmin.mo [unknown] 105222 272340 38.6% -lh5- 8ec3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/ko/LC_MESSAG ES/phpmyadmin.mo [unknown] 45306 111085 40.8% -lh5- 1757 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/lt/LC_MESSAG ES/phpmyadmin.mo [unknown] 74593 189734 39.3% -lh5- 3e09 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/nb/LC_MESSAG ES/phpmyadmin.mo [unknown] 143185 377410 37.9% -lh5- d18e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/nl/LC_MESSAG ES/phpmyadmin.mo [unknown] 144919 374067 38.7% -lh5- f85b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/pl/LC_MESSAG ES/phpmyadmin.mo [unknown] 144747 382818 37.8% -lh5- 1789 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/pt/LC_MESSAG ES/phpmyadmin.mo [unknown] 143813 381418 37.7% -lh5- 6323 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/pt_BR/LC_MES SAGES/phpmyadmin.mo [unknown] 123759 332416 37.2% -lh5- 5374 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/ro/LC_MESSAG ES/phpmyadmin.mo [unknown] 160325 495040 32.4% -lh5- 733e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/ru/LC_MESSAG ES/phpmyadmin.mo [unknown] 71581 245910 29.1% -lh5- 7d99 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/si/LC_MESSAG ES/phpmyadmin.mo [unknown] 95652 247524 38.6% -lh5- 14cc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/sk/LC_MESSAG ES/phpmyadmin.mo [unknown] 141526 370301 38.2% -lh5- 66e0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/sl/LC_MESSAG ES/phpmyadmin.mo [unknown] 136332 362913 37.6% -lh5- 6576 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/sq/LC_MESSAG ES/phpmyadmin.mo [unknown] 58125 145061 40.1% -lh5- 1f7c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/sr@latin/LC_ MESSAGES/phpmyadmin.mo [unknown] 124577 323284 38.5% -lh5- 8039 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/sv/LC_MESSAG ES/phpmyadmin.mo [unknown] 142670 383594 37.2% -lh5- 48d5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/tr/LC_MESSAG ES/phpmyadmin.mo [unknown] 157806 481394 32.8% -lh5- 9d9f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/uk/LC_MESSAG ES/phpmyadmin.mo [unknown] 96951 267126 36.3% -lh5- 8868 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/vi/LC_MESSAG ES/phpmyadmin.mo [unknown] 135636 338052 40.1% -lh5- f9ef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/zh_CN/LC_MES SAGES/phpmyadmin.mo [unknown] 136042 342070 39.8% -lh5- 0f72 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/locale/zh_TW/LC_MES SAGES/phpmyadmin.mo [unknown] 317 437 72.5% -lh5- a3a2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/logout.php [unknown] 827 2644 31.3% -lh5- 62a4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/navigation.php [unknown] 1294 4591 28.2% -lh5- 414f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/normalization.php [unknown] 656 1453 45.1% -lh5- b673 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/package.json [unknown] 415 633 65.6% -lh5- 05b2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/phpinfo.php [unknown] 1240 3090 40.1% -lh5- c362 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/prefs_forms.php [unknown] 2304 7462 30.9% -lh5- 4117 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/prefs_manage.php [unknown] 761 1972 38.6% -lh5- b36f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/prefs_twofactor.php [unknown] 329 1213 27.1% -lh5- b98f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/print.css [unknown] 782 1520 51.4% -lh5- 4e89 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/README [unknown] 29 29 100.0% -lh0- 6f91 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/RELEASE-DATE-5.0.4 [unknown] 26 26 100.0% -lh0- 99f6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/robots.txt [unknown] 452 861 52.5% -lh5- 7060 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/schema_export.php [unknown] 390 733 53.2% -lh5- 96ca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_binlog.php [unknown] 344 626 55.0% -lh5- 8dc8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_collations.p hp [unknown] 678 1777 38.2% -lh5- 44b1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_databases.ph p [unknown] 406 797 50.9% -lh5- 8cf3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_engines.php [unknown] 586 1254 46.7% -lh5- 0004 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_export.php [unknown] 443 833 53.2% -lh5- b9b1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_import.php [unknown] 334 595 56.1% -lh5- 0cc7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_plugins.php [unknown] 4223 15156 27.9% -lh5- d602 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_privileges.p hp [unknown] 622 1612 38.6% -lh5- 399a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_replication. php [unknown] 483 1081 44.7% -lh5- 634c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_sql.php [unknown] 441 1033 42.7% -lh5- fba2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_status.php [unknown] 430 885 48.6% -lh5- af40 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_status_advis or.php [unknown] 948 3298 28.7% -lh5- 8623 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_status_monit or.php [unknown] 612 1827 33.5% -lh5- 7e2b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_status_proce sses.php [unknown] 534 1376 38.8% -lh5- 9f5e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_status_queri es.php [unknown] 546 1343 40.7% -lh5- 71ab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_status_varia bles.php [unknown] 810 2211 36.6% -lh5- 72ff Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_user_groups. php [unknown] 480 1110 43.2% -lh5- fbc3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/server_variables.ph p [unknown] 762 3162 24.1% -lh5- 6d65 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/services.yml [unknown] 889 8602 10.3% -lh5- 8023 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/services_controller s.yml [unknown] 664 1446 45.9% -lh5- f377 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/setup/config.php [unknown] 829 2248 36.9% -lh5- 7ca8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/setup/index.php [unknown] 598 1243 48.1% -lh5- 848d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/setup/lib/common.in c.php [unknown] 2651 10563 25.1% -lh5- 33cb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/setup/styles.css [unknown] 528 981 53.8% -lh5- e03f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/setup/validate.php [unknown] 746 1262 59.1% -lh5- cdcc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/show_config_errors. php [unknown] 2410 6893 35.0% -lh5- f781 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/sql.php [unknown] 1943 10948 17.7% -lh5- fd0f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/sql/create_tables.s ql [unknown] 568 1665 34.1% -lh5- 323a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/sql/upgrade_column_ info_4_3_0+.sql [unknown] 316 671 47.1% -lh5- d57a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/sql/upgrade_tables_ 4_7_0+.sql [unknown] 807 5691 14.2% -lh5- c161 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/sql/upgrade_tables_ mysql_4_1_2+.sql [unknown] 1498 4433 33.8% -lh5- 39ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_addfield.php [unknown] 2516 7024 35.8% -lh5- 1e84 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_change.php [unknown] 551 1152 47.8% -lh5- 07cd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_chart.php [unknown] 1396 4009 34.8% -lh5- 337c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_create.php [unknown] 1182 2974 39.7% -lh5- 4c76 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_export.php [unknown] 613 1319 46.5% -lh5- b188 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_find_replace.ph p [unknown] 937 2095 44.7% -lh5- b740 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_get_field.php [unknown] 744 1682 44.2% -lh5- f08d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_gis_visualizati on.php [unknown] 483 895 54.0% -lh5- 7dcb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_import.php [unknown] 548 1258 43.6% -lh5- 8fed Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_indexes.php [unknown] 4131 15802 26.1% -lh5- 095b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_operations.php [unknown] 333 590 56.4% -lh5- 6209 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_recent_favorite .php [unknown] 1141 2881 39.6% -lh5- 40a7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_relation.php [unknown] 4988 17932 27.8% -lh5- 9981 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_replace.php [unknown] 1540 5609 27.5% -lh5- 2548 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_row_action.php [unknown] 627 1323 47.4% -lh5- 3bb2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_select.php [unknown] 548 1258 43.6% -lh5- 6700 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_sql.php [unknown] 926 2368 39.1% -lh5- 0ff2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_structure.php [unknown] 1658 5454 30.4% -lh5- 99c4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_tracking.php [unknown] 204 265 77.0% -lh5- 6b9a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_triggers.php [unknown] 590 1248 47.3% -lh5- 1b49 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/tbl_zoom_select.php [unknown] 259 475 54.5% -lh5- 350b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/changelog .twig [unknown] 164 367 44.7% -lh5- a9ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/checkbox. twig [unknown] 257 628 40.9% -lh5- 8090 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_adjust_privileges.twig [unknown] 340 909 37.4% -lh5- d060 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_attribute.twig [unknown] 1369 8096 16.9% -lh5- 30a1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_attributes.twig [unknown] 183 291 62.9% -lh5- e4fa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_auto_increment.twig [unknown] 127 188 67.6% -lh5- 8c04 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_comment.twig [unknown] 538 1263 42.6% -lh5- 6d2d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_default.twig [unknown] 1592 6504 24.5% -lh5- 007e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_definitions_form.twig [unknown] 163 285 57.2% -lh5- c493 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_extra.twig [unknown] 308 1243 24.8% -lh5- e065 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_indexes.twig [unknown] 212 402 52.7% -lh5- 789b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_length.twig [unknown] 498 1477 33.7% -lh5- 0348 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_name.twig [unknown] 181 322 56.2% -lh5- a34b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_null.twig [unknown] 192 337 57.0% -lh5- 1c69 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_type.twig [unknown] 392 972 40.3% -lh5- cbdf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/column_virtuality.twig [unknown] 291 763 38.1% -lh5- bf03 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/mime_type.twig [unknown] 292 626 46.6% -lh5- 0b25 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/move_column.twig [unknown] 1246 7705 16.2% -lh5- 478b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/partitions.twig [unknown] 1306 4825 27.1% -lh5- 90a2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/table_fields_definitions.twig [unknown] 418 1198 34.9% -lh5- 3045 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/transformation.twig [unknown] 216 421 51.3% -lh5- 2a94 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/columns_d efinitions/transformation_option.twig [unknown] 88 112 78.6% -lh5- b026 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/component s/error_message.twig [unknown] 82 119 68.9% -lh5- c4af Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/config/fo rm_display/errors.twig [unknown] 217 448 48.4% -lh5- a800 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/config/fo rm_display/fieldset_bottom.twig [unknown] 275 498 55.2% -lh5- 6fa5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/config/fo rm_display/fieldset_top.twig [unknown] 8 8 100.0% -lh0- 8e1a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/config/fo rm_display/form_bottom.twig [unknown] 84 126 66.7% -lh5- fcd1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/config/fo rm_display/group_header.twig [unknown] 7 7 100.0% -lh0- 75e6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/config/fo rm_display/tabs_bottom.twig [unknown] 393 1020 38.5% -lh5- 9147 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/console/b ookmark_content.twig [unknown] 1819 9619 18.9% -lh5- d2f4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/console/d isplay.twig [unknown] 160 378 42.3% -lh5- fd55 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/console/q uery_action.twig [unknown] 160 331 48.3% -lh5- bae9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/console/t oolbar.twig [unknown] 758 3781 20.0% -lh5- bcf2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/create_tr acking_version.twig [unknown] 143 264 54.2% -lh5- 5261 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ central_columns/edit_table_header.twig [unknown] 3208 21912 14.6% -lh5- 551e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ central_columns/main.twig [unknown] 386 874 44.2% -lh5- 1896 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ create_table.twig [unknown] 610 2045 29.8% -lh5- ee56 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ data_dictionary/index.twig [unknown] 1572 7085 22.2% -lh5- 6a1d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ designer/database_tables.twig [unknown] 291 565 51.5% -lh5- d46e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ designer/edit_delete_pages.twig [unknown] 4534 48774 9.3% -lh5- 15aa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ designer/main.twig [unknown] 425 1404 30.3% -lh5- f295 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ designer/page_save_as.twig [unknown] 156 303 51.5% -lh5- 1ab1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ designer/page_selector.twig [unknown] 241 421 57.2% -lh5- b615 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ designer/schema_export.twig [unknown] 1608 8409 19.1% -lh5- 9cd9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ multi_table_query/form.twig [unknown] 210 413 50.8% -lh5- 9284 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ qbe/column_select_cell.twig [unknown] 215 568 37.9% -lh5- 3cc0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ qbe/footer_options.twig [unknown] 190 339 56.0% -lh5- eb68 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ qbe/sort_order_select_cell.twig [unknown] 200 424 47.2% -lh5- 5290 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ qbe/sort_select_cell.twig [unknown] 1081 3473 31.1% -lh5- 518f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ search/main.twig [unknown] 609 2214 27.5% -lh5- b66a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ search/results.twig [unknown] 1025 3333 30.8% -lh5- acbc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ structure/body_for_table_summary.twig [unknown] 773 2681 28.8% -lh5- 6c21 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ structure/check_all_tables.twig [unknown] 207 368 56.2% -lh5- 7037 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ structure/favorite_anchor.twig [unknown] 321 635 50.6% -lh5- 34d6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ structure/index.twig [unknown] 320 957 33.4% -lh5- 98b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ structure/show_create.twig [unknown] 240 557 43.1% -lh5- 4689 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ structure/show_create_row.twig [unknown] 1780 7840 22.7% -lh5- e206 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ structure/structure_table_row.twig [unknown] 846 3388 25.0% -lh5- 4dc6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ structure/table_header.twig [unknown] 149 265 56.2% -lh5- 57db Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ structure/tracking_icon.twig [unknown] 1119 7228 15.5% -lh5- 550b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/database/ tracking/tables.twig [unknown] 95 105 90.5% -lh5- 7473 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/format_dropdown.twig [unknown] 310 792 39.1% -lh5- 244e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/hidden_inputs.twig [unknown] 294 888 33.1% -lh5- 7d37 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/method.twig [unknown] 451 949 47.5% -lh5- 819c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/options_format.twig [unknown] 611 1954 31.3% -lh5- ab5a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/options_output.twig [unknown] 236 529 44.6% -lh5- 7075 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/options_output_charset.twig [unknown] 255 842 30.3% -lh5- ef03 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/options_output_compression.twig [unknown] 215 494 43.5% -lh5- 8f90 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/options_output_format.twig [unknown] 163 257 63.4% -lh5- d7b2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/options_output_radio.twig [unknown] 244 592 41.2% -lh5- c414 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/options_output_save_dir.twig [unknown] 194 454 42.7% -lh5- ecda Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/options_output_separate_files.twig [unknown] 320 876 36.5% -lh5- 0738 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/options_quick_export.twig [unknown] 474 1670 28.4% -lh5- 7b74 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/options_rows.twig [unknown] 208 459 45.3% -lh5- 1206 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/option_header.twig [unknown] 170 324 52.5% -lh5- 11ca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/selection.twig [unknown] 256 636 40.3% -lh5- 0f49 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/select_options.twig [unknown] 419 1304 32.1% -lh5- 7c10 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/template_loading.twig [unknown] 132 243 54.3% -lh5- dfb4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/e xport/template_options.twig [unknown] 2274 8859 25.7% -lh5- 5d78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/i mport/import.twig [unknown] 1916 7941 24.1% -lh5- 99b9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/i mport/javascript.twig [unknown] 180 531 33.9% -lh5- c04f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/comment_for_row.twig [unknown] 142 351 40.5% -lh5- db13 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/data_for_resetting_column_order.twig [unknown] 44 44 100.0% -lh0- f2e5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/empty_display.twig [unknown] 145 230 63.0% -lh5- 8560 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/null_display.twig [unknown] 1029 4545 22.6% -lh5- 83c4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/options_block.twig [unknown] 105 129 81.4% -lh5- 26e8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/page_selector.twig [unknown] 209 354 59.0% -lh5- 753a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/sort_by_key.twig [unknown] 108 197 54.8% -lh5- 2806 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/table.twig [unknown] 370 747 49.5% -lh5- 8327 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/table_headers.twig [unknown] 996 2889 34.5% -lh5- 55da Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/table_navigation.twig [unknown] 259 605 42.8% -lh5- a6b1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/table_navigation_button.twig [unknown] 77 92 83.7% -lh5- 6679 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/display/r esults/value_display.twig [unknown] 365 694 52.6% -lh5- 5129 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/div_for_s lider_effect.twig [unknown] 223 502 44.4% -lh5- 6563 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/dropdown. twig [unknown] 274 783 35.0% -lh5- dd58 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/encoding/ kanji_encoding_form.twig [unknown] 394 1004 39.2% -lh5- ec24 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/error/gen eric.twig [unknown] 505 1226 41.2% -lh5- 678e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/error/rep ort_form.twig [unknown] 301 1547 19.5% -lh5- 8241 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/export/al ias_add.twig [unknown] 145 249 58.2% -lh5- 3e18 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/export/al ias_item.twig [unknown] 171 303 56.4% -lh5- 6db1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/filter.tw ig [unknown] 132 218 60.6% -lh5- 42b5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/fk_checkb ox.twig [unknown] 186 388 47.9% -lh5- f7f1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/footer.tw ig [unknown] 2111 12494 16.9% -lh5- ea33 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/gis_data_ editor_form.twig [unknown] 979 2605 37.6% -lh5- f44e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/header.tw ig [unknown] 336 652 51.5% -lh5- 9e2d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/header_lo cation.twig [unknown] 1626 7079 23.0% -lh5- 6f51 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/home/inde x.twig [unknown] 182 314 58.0% -lh5- 972d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/javascrip t/display.twig [unknown] 287 980 29.3% -lh5- 9c59 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/list/item .twig [unknown] 195 467 41.8% -lh5- b907 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/list/unor dered.twig [unknown] 60 61 98.4% -lh5- bf6e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/login/foo ter.twig [unknown] 487 795 61.3% -lh5- 6d68 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/login/hea der.twig [unknown] 154 222 69.4% -lh5- 451c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/login/two factor.twig [unknown] 165 258 64.0% -lh5- 9d66 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/login/two factor/application.twig [unknown] 271 489 55.4% -lh5- 327c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/login/two factor/application_configure.twig [unknown] 112 137 81.8% -lh5- a50e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/login/two factor/invalid.twig [unknown] 151 192 78.6% -lh5- cad3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/login/two factor/key-https-warning.twig [unknown] 210 307 68.4% -lh5- 3641 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/login/two factor/key.twig [unknown] 221 345 64.1% -lh5- 1fb4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/login/two factor/key_configure.twig [unknown] 51 51 100.0% -lh0- 02c0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/login/two factor/simple.twig [unknown] 414 982 42.2% -lh5- ea63 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/navigatio n/item_unhide_dialog.twig [unknown] 1091 3581 30.5% -lh5- c049 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/navigatio n/main.twig [unknown] 266 503 52.9% -lh5- 08c7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/navigatio n/tree/database_select.twig [unknown] 207 353 58.6% -lh5- bd16 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/navigatio n/tree/path.twig [unknown] 139 217 64.1% -lh5- bd44 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/navigatio n/tree/state.twig [unknown] 332 694 47.8% -lh5- 173c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/preferenc es/autoload.twig [unknown] 145 216 67.1% -lh5- afc8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/preferenc es/forms/main.twig [unknown] 371 856 43.3% -lh5- a034 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/preferenc es/manage/error.twig [unknown] 1391 5968 23.3% -lh5- 806f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/preferenc es/manage/main.twig [unknown] 225 386 58.3% -lh5- 055b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/preferenc es/two_factor/configure.twig [unknown] 282 491 57.4% -lh5- 8ead Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/preferenc es/two_factor/confirm.twig [unknown] 718 2275 31.6% -lh5- d9c8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/preferenc es/two_factor/main.twig [unknown] 150 301 49.8% -lh5- 21bc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/preview_s ql.twig [unknown] 196 397 49.4% -lh5- 76ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/radio_fie lds.twig [unknown] 590 1914 30.8% -lh5- 7259 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/rte/routi nes/parameter_row.twig [unknown] 334 673 49.6% -lh5- 249b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/scripts.t wig [unknown] 116 147 78.9% -lh5- d03a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/secondary _tabs.twig [unknown] 212 384 55.2% -lh5- 90c7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/select_al l.twig [unknown] 371 872 42.5% -lh5- 7092 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/select_la ng.twig [unknown] 1008 3573 28.2% -lh5- ed98 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/bi nlog/index.twig [unknown] 340 835 40.7% -lh5- 8027 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/co llations/index.twig [unknown] 2514 12039 20.9% -lh5- 1a74 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/da tabases/index.twig [unknown] 331 703 47.1% -lh5- 7450 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/en gines/index.twig [unknown] 440 1278 34.4% -lh5- c144 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/en gines/show.twig [unknown] 540 1829 29.5% -lh5- 5ddd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pl ugins/index.twig [unknown] 220 387 56.8% -lh5- f4a8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pr ivileges/add_user_fieldset.twig [unknown] 239 436 54.8% -lh5- f1df Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pr ivileges/choose_user_group.twig [unknown] 370 984 37.6% -lh5- 7c3c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pr ivileges/column_privileges.twig [unknown] 362 873 41.5% -lh5- b7e7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pr ivileges/delete_user_fieldset.twig [unknown] 456 1239 36.8% -lh5- 22b0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pr ivileges/edit_routine_privileges.twig [unknown] 366 1036 35.3% -lh5- 253f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pr ivileges/global_priv_table.twig [unknown] 329 934 35.2% -lh5- 8d7c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pr ivileges/initials_row.twig [unknown] 1037 4520 22.9% -lh5- 6808 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pr ivileges/privileges_summary.twig [unknown] 414 1595 26.0% -lh5- b73b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pr ivileges/require_options.twig [unknown] 292 740 39.5% -lh5- 348e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/pr ivileges/resource_limits.twig [unknown] 595 1621 36.7% -lh5- 6af3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/re plication/change_master.twig [unknown] 183 333 55.0% -lh5- 21c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/re plication/database_multibox.twig [unknown] 447 1108 40.3% -lh5- ac39 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/re plication/index.twig [unknown] 1047 4232 24.7% -lh5- afcf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/re plication/master_add_slave_user.twig [unknown] 646 1422 45.4% -lh5- 9c87 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/re plication/master_configuration.twig [unknown] 579 1614 35.9% -lh5- ec9b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/re plication/master_replication.twig [unknown] 1126 4506 25.0% -lh5- b651 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/re plication/slave_configuration.twig [unknown] 364 932 39.1% -lh5- 2c42 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/re plication/status_table.twig [unknown] 633 1430 44.3% -lh5- fdd6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/st atus/advisor/index.twig [unknown] 281 1167 24.1% -lh5- 52e1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/st atus/base.twig [unknown] 2750 8761 31.4% -lh5- 6fb7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/st atus/monitor/index.twig [unknown] 706 1691 41.8% -lh5- fc33 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/st atus/processes/index.twig [unknown] 697 2359 29.5% -lh5- d5d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/st atus/processes/list.twig [unknown] 675 1754 38.5% -lh5- 8f9c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/st atus/queries/index.twig [unknown] 735 2323 31.6% -lh5- b8c1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/st atus/status/index.twig [unknown] 1304 4701 27.7% -lh5- 0c06 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/st atus/variables/index.twig [unknown] 225 410 54.9% -lh5- c948 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/su b_page_header.twig [unknown] 924 2868 32.2% -lh5- 3d02 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/server/va riables/index.twig [unknown] 520 1402 37.1% -lh5- e2ac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/setup/bas e.twig [unknown] 298 570 52.3% -lh5- 8725 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/setup/con fig/index.twig [unknown] 254 494 51.4% -lh5- ccb7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/setup/err or.twig [unknown] 89 105 84.8% -lh5- dc15 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/setup/for m/index.twig [unknown] 1133 3400 33.3% -lh5- 7df1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/setup/hom e/index.twig [unknown] 190 329 57.8% -lh5- e90f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/setup/ser vers/index.twig [unknown] 480 1366 35.1% -lh5- 15fa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/sql/bookm ark.twig [unknown] 127 188 67.6% -lh5- 78cf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/sql/detai led_table.twig [unknown] 106 194 54.6% -lh5- 18d6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/sql/enum_ column_dropdown.twig [unknown] 665 2538 26.2% -lh5- 971d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/sql/profi ling_chart.twig [unknown] 141 197 71.6% -lh5- 1339 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/sql/relat ional_column_dropdown.twig [unknown] 110 186 59.1% -lh5- b58b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/sql/set_c olumn.twig [unknown] 158 301 52.5% -lh5- 4d42 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/sql/sql_q uery_results.twig [unknown] 293 808 36.3% -lh5- 7733 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/start_and _number_of_rows_panel.twig [unknown] 211 424 49.8% -lh5- 38af Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/bro wse_foreigners/column_element.twig [unknown] 168 249 67.5% -lh5- 8f1d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/bro wse_foreigners/show_all.twig [unknown] 1495 8244 18.1% -lh5- afac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/cha rt/tbl_chart.twig [unknown] 1048 3854 27.2% -lh5- 0b0c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/gis _visualization/gis_visualization.twig [unknown] 1634 8823 18.5% -lh5- e416 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/ind ex_form.twig [unknown] 339 805 42.1% -lh5- 2fd2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/ins ert/continue_insertion_form.twig [unknown] 413 1061 38.9% -lh5- 102d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/ope rations/view.twig [unknown] 277 638 43.4% -lh5- 6620 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/pag e_with_secondary_tabs.twig [unknown] 2110 10479 20.1% -lh5- 688c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/rel ation/common_form.twig [unknown] 166 309 53.7% -lh5- 60c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/rel ation/dropdown_generate.twig [unknown] 1299 5789 22.4% -lh5- 1028 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/rel ation/foreign_key_row.twig [unknown] 213 602 35.4% -lh5- c409 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/rel ation/relational_dropdown.twig [unknown] 111 161 68.9% -lh5- 3c2e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/sea rch/column_comparison_operators.twig [unknown] 338 1120 30.2% -lh5- 1c76 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/sea rch/fields_table.twig [unknown] 158 268 59.0% -lh5- 2632 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/sea rch/form_tag.twig [unknown] 310 707 43.8% -lh5- d73b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/sea rch/geom_func.twig [unknown] 1165 4168 28.0% -lh5- b3a1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/sea rch/input_box.twig [unknown] 488 1462 33.4% -lh5- 1597 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/sea rch/replace_preview.twig [unknown] 489 1526 32.0% -lh5- beb6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/sea rch/rows_normal.twig [unknown] 723 2761 26.2% -lh5- 7ce2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/sea rch/rows_zoom.twig [unknown] 1923 8858 21.7% -lh5- 9c6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/sea rch/selection_form.twig [unknown] 1022 3803 26.9% -lh5- 7203 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/sea rch/zoom_result_form.twig [unknown] 457 1021 44.8% -lh5- dceb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/str ucture/action_row_in_structure_table.twig [unknown] 1274 7263 17.5% -lh5- 6836 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/str ucture/display_partitions.twig [unknown] 4844 23217 20.9% -lh5- 5930 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/str ucture/display_structure.twig [unknown] 1283 7375 17.4% -lh5- 1777 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/str ucture/display_table_stats.twig [unknown] 281 537 52.3% -lh5- 573b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/str ucture/partition_definition_form.twig [unknown] 1281 5951 21.5% -lh5- 306d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/tra cking/main.twig [unknown] 366 1007 36.3% -lh5- ec67 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/tra cking/report_table.twig [unknown] 602 2334 25.8% -lh5- b5af Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/tra cking/structure_snapshot_columns.twig [unknown] 337 1222 27.6% -lh5- 9af3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/table/tra cking/structure_snapshot_indexes.twig [unknown] 32 32 100.0% -lh0- 6892 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/test/add_ data.twig [unknown] 16 16 100.0% -lh0- 39ff Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/test/echo .twig [unknown] 19 19 100.0% -lh0- 892b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/test/gett ext/gettext.twig [unknown] 47 50 94.0% -lh5- 856b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/test/gett ext/notes.twig [unknown] 47 59 79.7% -lh5- 884f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/test/gett ext/pgettext.twig [unknown] 63 81 77.8% -lh5- 8bef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/test/gett ext/plural.twig [unknown] 75 110 68.2% -lh5- d8a4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/test/gett ext/plural_notes.twig [unknown] 14 14 100.0% -lh0- f6f8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/test/stat ic.twig [unknown] 177 233 76.0% -lh5- ad5d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/themes.tw ig [unknown] 253 504 50.2% -lh5- cbae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/theme_pre view.twig [unknown] 312 1014 30.8% -lh5- 1b17 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/toggle_bu tton.twig [unknown] 326 1278 25.5% -lh5- c8dc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/transform ation_overview.twig [unknown] 1066 4801 22.2% -lh5- 81f6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/templates/view_crea te.twig [unknown] 496 894 55.5% -lh5- 342f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes.php [unknown] 43 43 100.0% -lh0- b67c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/dot.gif [unknown] 21467 98010 21.9% -lh5- 8daf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/bl ueeyes-theme-rtl.css [unknown] 9113 28181 32.3% -lh5- bd85 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/bl ueeyes-theme-rtl.css.map [unknown] 21451 97898 21.9% -lh5- e328 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/bl ueeyes-theme.css [unknown] 9109 28177 32.3% -lh5- 10f4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/bl ueeyes-theme.css.map [unknown] 21394 97839 21.9% -lh5- 4753 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/mo no-theme-rtl.css [unknown] 9098 28170 32.3% -lh5- bed4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/mo no-theme-rtl.css.map [unknown] 21379 97727 21.9% -lh5- 5ae0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/mo no-theme.css [unknown] 9095 28166 32.3% -lh5- 675a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/mo no-theme.css.map [unknown] 669 1619 41.3% -lh5- c57f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/pr intview.css [unknown] 272 508 53.5% -lh5- ea16 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/pr intview.css.map [unknown] 21458 97991 21.9% -lh5- 0129 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/re dmond-theme-rtl.css [unknown] 9122 28186 32.4% -lh5- 87be Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/re dmond-theme-rtl.css.map [unknown] 21443 97879 21.9% -lh5- 36b0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/re dmond-theme.css [unknown] 9119 28182 32.4% -lh5- d033 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/re dmond-theme.css.map [unknown] 21447 97987 21.9% -lh5- 4bde Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/te al-theme-rtl.css [unknown] 9124 28189 32.4% -lh5- 6584 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/te al-theme-rtl.css.map [unknown] 21431 97875 21.9% -lh5- 6f8a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/te al-theme.css [unknown] 9121 28185 32.4% -lh5- 3d42 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/te al-theme.css.map [unknown] 21473 98002 21.9% -lh5- 8445 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/th eme-rtl.css [unknown] 9106 28137 32.4% -lh5- 1631 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/th eme-rtl.css.map [unknown] 21456 97890 21.9% -lh5- c16e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/th eme.css [unknown] 9099 28133 32.3% -lh5- 7d46 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/css/th eme.css.map [unknown] 46400 86732 53.5% -lh5- ce02 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ IcoMoon.eot [unknown] 128101 433362 29.6% -lh5- eab7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ IcoMoon.svg [unknown] 46321 86568 53.5% -lh5- 0654 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ IcoMoon.ttf [unknown] 114512 114512 100.0% -lh0- 529f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ IcoMoon.woff [unknown] 71255 71255 100.0% -lh0- 019e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-bold-webfont.eot [unknown] 103146 199596 51.7% -lh5- 4b84 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-bold-webfont.ttf [unknown] 91624 91624 100.0% -lh0- 1af3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-bold-webfont.woff [unknown] 70852 70852 100.0% -lh0- 4427 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-extrabold-webfont.eot [unknown] 102138 196592 52.0% -lh5- e8d9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-extrabold-webfont.ttf [unknown] 91084 91084 100.0% -lh0- 4e6b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-extrabold-webfont.woff [unknown] 66751 66751 100.0% -lh0- 5ad5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-light-webfont.eot [unknown] 97042 191224 50.7% -lh5- 2b80 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-light-webfont.ttf [unknown] 86112 86112 100.0% -lh0- cbb4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-light-webfont.woff [unknown] 70121 70121 100.0% -lh0- 9f77 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-regular-webfont.eot [unknown] 100327 192968 52.0% -lh5- 1b0d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-regular-webfont.ttf [unknown] 89388 89388 100.0% -lh0- 2f5e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/fonts/ opensans-regular-webfont.woff [unknown] 1810 1810 100.0% -lh0- f3bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/aj ax_clock_small.gif [unknown] 147 147 100.0% -lh0- 5225 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ar row_ltr.png [unknown] 145 145 100.0% -lh0- 9fab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ar row_rtl.png [unknown] 180 180 100.0% -lh0- 36aa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/as c_order.png [unknown] 159 159 100.0% -lh0- b4b9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ bookmark.png [unknown] 1070 1070 100.0% -lh0- a10c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ browse.png [unknown] 1068 1068 100.0% -lh0- 305e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ calendar.png [unknown] 174 174 100.0% -lh0- 521b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ chart.png [unknown] 156 156 100.0% -lh0- 0c74 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ close.png [unknown] 1171 1171 100.0% -lh0- 3deb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ column_add.png [unknown] 236 236 100.0% -lh0- a53c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ comment.png [unknown] 168 168 100.0% -lh0- cee7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ dbstatistics.png [unknown] 1069 1069 100.0% -lh0- 259c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ deltbl.png [unknown] 209 209 100.0% -lh0- 1158 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ docs.png [unknown] 160 160 100.0% -lh0- edf4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ docsql.png [unknown] 1162 1162 100.0% -lh0- 2c0b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ drop.png [unknown] 1073 1073 100.0% -lh0- 6dc0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ edit.png [unknown] 169 169 100.0% -lh0- 195e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ empty.png [unknown] 269 269 100.0% -lh0- 9cb3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ engine.png [unknown] 263 263 100.0% -lh0- daa9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ events.png [unknown] 272 272 100.0% -lh0- 75af Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ event_add.png [unknown] 162 162 100.0% -lh0- 6c17 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ export.png [unknown] 351 351 100.0% -lh0- 056c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ favorite.png [unknown] 641 641 100.0% -lh0- 323a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ find_replace.png [unknown] 161 161 100.0% -lh0- c6d1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ firstpage.png [unknown] 1066 1066 100.0% -lh0- 9405 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ ftext.png [unknown] 1050 1050 100.0% -lh0- 891a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ globe.gif [unknown] 644 644 100.0% -lh0- b71c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ group.png [unknown] 276 276 100.0% -lh0- 39c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ help.png [unknown] 172 172 100.0% -lh0- 822f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ home.png [unknown] 168 168 100.0% -lh0- 48d2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ import.png [unknown] 1103 1103 100.0% -lh0- ca62 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ index.png [unknown] 1262 1262 100.0% -lh0- 940a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ index_add.png [unknown] 154 154 100.0% -lh0- b36e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ info.png [unknown] 145 145 100.0% -lh0- 28e1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ inline_edit.png [unknown] 175 175 100.0% -lh0- f0ac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ insrow.png [unknown] 1063 1063 100.0% -lh0- 7289 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ key.png [unknown] 164 164 100.0% -lh0- 6cec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ lastpage.png [unknown] 122 122 100.0% -lh0- 4774 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ minus.png [unknown] 146 146 100.0% -lh0- 13f8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ more.png [unknown] 1202 1202 100.0% -lh0- c40f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ move.png [unknown] 1142 1142 100.0% -lh0- e5d6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ newdb.png [unknown] 163 163 100.0% -lh0- a8c5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ newtbl.png [unknown] 155 155 100.0% -lh0- dde7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ nextpage.png [unknown] 361 361 100.0% -lh0- 531c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ no_favorite.png [unknown] 234 234 100.0% -lh0- 8b53 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ pdfdoc.png [unknown] 494 494 100.0% -lh0- fbff Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ plugin.png [unknown] 130 130 100.0% -lh0- aa0e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ plus.png [unknown] 161 161 100.0% -lh0- 2143 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ prevpage.png [unknown] 1063 1063 100.0% -lh0- 7289 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ primary.png [unknown] 151 151 100.0% -lh0- 5234 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ print.png [unknown] 184 184 100.0% -lh0- f672 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ props.png [unknown] 167 167 100.0% -lh0- dc17 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ relations.png [unknown] 532 532 100.0% -lh0- c595 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ report.png [unknown] 326 326 100.0% -lh0- 3b8b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ routines.png [unknown] 285 285 100.0% -lh0- b945 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ routine_add.png [unknown] 212 212 100.0% -lh0- 8881 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ save.png [unknown] 597 597 100.0% -lh0- b527 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ saveimage.png [unknown] 162 162 100.0% -lh0- 0bb5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ sbrowse.png [unknown] 123 123 100.0% -lh0- 023c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ sdb.png [unknown] 196 196 100.0% -lh0- dc0b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ search.png [unknown] 202 202 100.0% -lh0- 95b0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ select.png [unknown] 182 182 100.0% -lh0- b272 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ snewtbl.png [unknown] 1065 1065 100.0% -lh0- cedb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ spatial.png [unknown] 252 252 100.0% -lh0- 2091 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ sql.png [unknown] 166 166 100.0% -lh0- 45dc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ sqldoc.png [unknown] 162 162 100.0% -lh0- d3a0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ sqlhelp.png [unknown] 1214 1214 100.0% -lh0- 5386 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ table_add.png [unknown] 171 171 100.0% -lh0- b40f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ tblanalyse.png [unknown] 1088 1088 100.0% -lh0- 993d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ tblexport.png [unknown] 157 157 100.0% -lh0- dba0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _browse.png [unknown] 172 172 100.0% -lh0- 23d9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _deltbl.png [unknown] 156 156 100.0% -lh0- 8fb3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _drop.png [unknown] 138 138 100.0% -lh0- 94f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _edit.png [unknown] 174 174 100.0% -lh0- df4c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ tblimport.png [unknown] 1068 1068 100.0% -lh0- bb7a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ tblops.png [unknown] 175 175 100.0% -lh0- 8098 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ tbloptimize.png [unknown] 145 145 100.0% -lh0- 1464 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ tipp.png [unknown] 183 183 100.0% -lh0- 2061 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ triggers.png [unknown] 190 190 100.0% -lh0- eb66 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ trigger_add.png [unknown] 1067 1067 100.0% -lh0- 11cb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ unique.png [unknown] 221 221 100.0% -lh0- cac5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ usradd.png [unknown] 221 221 100.0% -lh0- 698d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ usrcheck.png [unknown] 216 216 100.0% -lh0- 522d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ usrdrop.png [unknown] 216 216 100.0% -lh0- 558f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ usredit.png [unknown] 245 245 100.0% -lh0- d448 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ usrlist.png [unknown] 446 446 100.0% -lh0- 6d37 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ versions.png [unknown] 149 149 100.0% -lh0- 8380 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ view.png [unknown] 256 256 100.0% -lh0- 1737 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ views.png [unknown] 1241 1241 100.0% -lh0- 9026 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/b_ view_add.png [unknown] 177 177 100.0% -lh0- 5c90 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _empty.png [unknown] 168 168 100.0% -lh0- 6612 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _export.png [unknown] 163 163 100.0% -lh0- cf37 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _firstpage.png [unknown] 163 163 100.0% -lh0- eb2f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _ftext.png [unknown] 191 191 100.0% -lh0- aadc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _index.png [unknown] 188 188 100.0% -lh0- a724 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _insrow.png [unknown] 161 161 100.0% -lh0- 8f56 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _lastpage.png [unknown] 174 174 100.0% -lh0- 4429 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _nextpage.png [unknown] 169 169 100.0% -lh0- e66e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _prevpage.png [unknown] 147 147 100.0% -lh0- e48a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _primary.png [unknown] 372 372 100.0% -lh0- f384 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _routine_add.png [unknown] 158 158 100.0% -lh0- bec1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _sbrowse.png [unknown] 206 206 100.0% -lh0- 46ef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _select.png [unknown] 167 167 100.0% -lh0- 3bb1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _spatial.png [unknown] 182 182 100.0% -lh0- 0b5c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/bd _unique.png [unknown] 635 635 100.0% -lh0- bb20 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ce ntralColumns.png [unknown] 635 635 100.0% -lh0- 17fd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ce ntralColumns_add.png [unknown] 649 649 100.0% -lh0- f86c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ce ntralColumns_delete.png [unknown] 988 988 100.0% -lh0- 82f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/co l_drop.png [unknown] 981 981 100.0% -lh0- e7fa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/co l_pointer.png [unknown] 994 994 100.0% -lh0- ef56 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/co l_pointer_ver.png [unknown] 890 1208 73.7% -lh5- 8397 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/co nsole.png [unknown] 1069 1069 100.0% -lh0- 6529 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/da tabase.png [unknown] 2842 2842 100.0% -lh0- fa33 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/2leftarrow.png [unknown] 636 992 64.1% -lh5- 4d38 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/2leftarrow_m.png [unknown] 638 991 64.4% -lh5- 603a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/2rightarrow.png [unknown] 638 991 64.4% -lh5- ddac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/2rightarrow_m.png [unknown] 503 503 100.0% -lh0- 50df Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/anchor.png [unknown] 812 1132 71.7% -lh5- 70bb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/and_icon.png [unknown] 3615 3617 99.9% -lh5- f948 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/ang_direct.png [unknown] 87 87 100.0% -lh0- 2ca3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/bord.png [unknown] 714 1054 67.7% -lh5- 9d6f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/bottom.png [unknown] 1033 1033 100.0% -lh0- 65c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/def.png [unknown] 983 983 100.0% -lh0- 672c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/display_field.png [unknown] 743 1081 68.7% -lh5- 486d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/downarrow1.png [unknown] 763 1093 69.8% -lh5- ca79 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/downarrow2.png [unknown] 725 1064 68.1% -lh5- 6790 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/downarrow2_m.png [unknown] 1365 1365 100.0% -lh0- ee27 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/exec.png [unknown] 1036 1036 100.0% -lh0- a900 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/exec_small.png [unknown] 390 390 100.0% -lh0- 8f3a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/exitFullscreen.png [unknown] 735 735 100.0% -lh0- d8ad Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/export.png [unknown] 272 1150 23.7% -lh5- ab5c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/favicon.ico [unknown] 1013 1013 100.0% -lh0- b35a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/FieldKey_small.png [unknown] 1053 1053 100.0% -lh0- 9890 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/Field_small.png [unknown] 1007 1007 100.0% -lh0- 8661 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/Field_small_char.png [unknown] 998 998 100.0% -lh0- 2604 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/Field_small_date.png [unknown] 1005 1005 100.0% -lh0- 4ecd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/Field_small_int.png [unknown] 3590 3598 99.8% -lh5- 0b80 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/grid.png [unknown] 108 108 100.0% -lh0- 5a1f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/Header_Linked.png [unknown] 767 1092 70.2% -lh5- 74c3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/help.png [unknown] 920 920 100.0% -lh0- 8745 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/help_relation.png [unknown] 129 129 100.0% -lh0- 5012 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/left_panel_butt.png [unknown] 133 133 100.0% -lh0- f69b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/left_panel_tab.png [unknown] 1413 1413 100.0% -lh0- 8464 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/minus.png [unknown] 851 1172 72.6% -lh5- 9c3a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/or_icon.png [unknown] 612 612 100.0% -lh0- 4a62 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/page_add.png [unknown] 630 630 100.0% -lh0- 2d3a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/page_delete.png [unknown] 677 677 100.0% -lh0- 7d96 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/page_edit.png [unknown] 787 1119 70.3% -lh5- 64eb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/pdf.png [unknown] 1399 1399 100.0% -lh0- 1ec6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/plus.png [unknown] 793 1119 70.9% -lh5- 0ee1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/query_builder.png [unknown] 1051 1051 100.0% -lh0- fd42 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/relation.png [unknown] 803 1127 71.3% -lh5- 8d79 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/reload.png [unknown] 151 151 100.0% -lh0- 1a60 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/resize.png [unknown] 150 150 100.0% -lh0- 2a7a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/resizeright.png [unknown] 2839 2839 100.0% -lh0- 491d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/rightarrow1.png [unknown] 2839 2839 100.0% -lh0- 491d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/rightarrow2.png [unknown] 1183 1183 100.0% -lh0- 8866 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/save.png [unknown] 421 421 100.0% -lh0- 723c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/save_as.png [unknown] 1011 1011 100.0% -lh0- c955 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/table.png [unknown] 3592 3595 99.9% -lh5- 96a4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/toggle_lines.png [unknown] 721 1059 68.1% -lh5- 4e22 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/uparrow2_m.png [unknown] 1180 1180 100.0% -lh0- 01a5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/de signer/viewInFullscreen.png [unknown] 75 75 100.0% -lh0- b482 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/do cs_menu_bg.png [unknown] 322 322 100.0% -lh0- 0f80 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ea st-mini.png [unknown] 2906 5430 53.5% -lh5- 6a0a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/er ror.ico [unknown] 411 411 100.0% -lh0- 888d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ey e.png [unknown] 366 366 100.0% -lh0- a6d7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ey e_grey.png [unknown] 524 524 100.0% -lh0- cad1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/hi de.png [unknown] 114 114 100.0% -lh0- 01dc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/it em.png [unknown] 112 112 100.0% -lh0- 5848 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/it em_ltr.png [unknown] 112 112 100.0% -lh0- be02 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/it em_rtl.png [unknown] 609 609 100.0% -lh0- fe54 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/li ghtbulb.png [unknown] 587 587 100.0% -lh0- 0414 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/li ghtbulb_off.png [unknown] 986 986 100.0% -lh0- d602 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/mo re.png [unknown] 279 279 100.0% -lh0- b932 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ne w_data.png [unknown] 271 271 100.0% -lh0- c53f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ne w_data_hovered.png [unknown] 290 290 100.0% -lh0- 464b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ne w_data_selected.png [unknown] 244 244 100.0% -lh0- ae43 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ne w_data_selected_hovered.png [unknown] 296 296 100.0% -lh0- 8afe Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ne w_struct.png [unknown] 303 303 100.0% -lh0- 3d42 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ne w_struct_hovered.png [unknown] 306 306 100.0% -lh0- ef97 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ne w_struct_selected.png [unknown] 255 255 100.0% -lh0- 513e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ne w_struct_selected_hovered.png [unknown] 472 472 100.0% -lh0- 4046 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/no rmalize.png [unknown] 327 327 100.0% -lh0- 65b3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/no rth-mini.png [unknown] 171 171 100.0% -lh0- c67d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/pa use.png [unknown] 1038 1038 100.0% -lh0- 1b99 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ph p_sym.png [unknown] 166 166 100.0% -lh0- 8b0d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/pl ay.png [unknown] 1424 1424 100.0% -lh0- a5ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/pm a_logo.png [unknown] 1424 1424 100.0% -lh0- a5ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/pm a_logo2.png [unknown] 165 165 100.0% -lh0- f05a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ asc.png [unknown] 1037 1037 100.0% -lh0- 9568 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ asci.png [unknown] 233 233 100.0% -lh0- e0a4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ attention.png [unknown] 168 168 100.0% -lh0- f950 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ cancel.png [unknown] 152 152 100.0% -lh0- d50e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ cancel2.png [unknown] 248 248 100.0% -lh0- 76e4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ cog.png [unknown] 197 197 100.0% -lh0- eb72 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ collapseall.png [unknown] 238 238 100.0% -lh0- 2493 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ db.png [unknown] 160 160 100.0% -lh0- 0491 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ desc.png [unknown] 1096 1096 100.0% -lh0- dcb6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ error.png [unknown] 132 132 100.0% -lh0- 6583 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ error2.png [unknown] 1058 1058 100.0% -lh0- 65b3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ fulltext.png [unknown] 162 162 100.0% -lh0- 984c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ host.png [unknown] 1102 1102 100.0% -lh0- 92ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ info.png [unknown] 1130 1130 100.0% -lh0- 7df3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ lang.png [unknown] 386 386 100.0% -lh0- 333b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ link.png [unknown] 675 675 100.0% -lh0- 1e97 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ lock.png [unknown] 151 151 100.0% -lh0- 1349 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ loggoff.png [unknown] 1060 1060 100.0% -lh0- 0fc9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ notice.png [unknown] 138 138 100.0% -lh0- ccec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ okay.png [unknown] 500 500 100.0% -lh0- 96c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/sh ow.png [unknown] 335 335 100.0% -lh0- 1b91 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/so uth-mini.png [unknown] 84 84 100.0% -lh0- 06bc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/sp acer.png [unknown] 1098 1098 100.0% -lh0- 751f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ partialtext.png [unknown] 1034 1034 100.0% -lh0- fb4a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ passwd.png [unknown] 483 483 100.0% -lh0- f7b6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ process.png [unknown] 126 126 100.0% -lh0- 254e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ really.png [unknown] 229 229 100.0% -lh0- d4a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ reload.png [unknown] 161 161 100.0% -lh0- dcfb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ replication.png [unknown] 222 222 100.0% -lh0- 30e6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ rights.png [unknown] 176 176 100.0% -lh0- ee44 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ sortable.png [unknown] 186 186 100.0% -lh0- 6954 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ status.png [unknown] 1031 1031 100.0% -lh0- 19be Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ success.png [unknown] 160 160 100.0% -lh0- 61bb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ sync.png [unknown] 153 153 100.0% -lh0- b78d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ tbl.png [unknown] 1161 1161 100.0% -lh0- 5b21 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ theme.png [unknown] 2949 2949 100.0% -lh0- b66d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ top.png [unknown] 548 548 100.0% -lh0- f950 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ unlink.png [unknown] 189 189 100.0% -lh0- a037 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ vars.png [unknown] 396 396 100.0% -lh0- dae6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/s_ views.png [unknown] 22298 22313 99.9% -lh5- 9d21 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/sp rites.png [unknown] 414 414 100.0% -lh0- 7a70 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/to ggle-ltr.png [unknown] 414 414 100.0% -lh0- 77ed Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/to ggle-rtl.png [unknown] 945 945 100.0% -lh0- 7ec5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/ve rtical_line.png [unknown] 328 328 100.0% -lh0- 5fdc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/we st-mini.png [unknown] 193 193 100.0% -lh0- 8560 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/wi ndow-new.png [unknown] 247 247 100.0% -lh0- 3044 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/zo om-minus-mini.png [unknown] 329 329 100.0% -lh0- 591f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/zo om-plus-mini.png [unknown] 808 808 100.0% -lh0- e466 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/img/zo om-world-mini.png [unknown] 185 185 100.0% -lh0- d2a5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-bg_glass_55_fbf9ee_1x400.png [unknown] 74 74 100.0% -lh0- 63d2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-bg_glass_65_ffffff_1x400.png [unknown] 127 127 100.0% -lh0- 0a10 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-bg_glass_75_dadada_1x400.png [unknown] 121 121 100.0% -lh0- 7001 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-bg_glass_75_e6e6e6_1x400.png [unknown] 187 187 100.0% -lh0- 08d1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-bg_glass_95_fef1ec_1x400.png [unknown] 123 123 100.0% -lh0- ff9f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-bg_highlight-soft_75_cccccc_1x100.png [unknown] 3987 4262 93.5% -lh5- 2abe Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-icons_222222_256x240.png [unknown] 3990 4261 93.6% -lh5- 5648 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-icons_2e83ff_256x240.png [unknown] 3985 4262 93.5% -lh5- e0d9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-icons_454545_256x240.png [unknown] 3987 4262 93.5% -lh5- e43e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-icons_888888_256x240.png [unknown] 3991 4261 93.7% -lh5- f266 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /images/ui-icons_cd0a0a_256x240.png [unknown] 8791 36566 24.0% -lh5- 13d2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/jquery /jquery-ui.css [unknown] 58425 61332 95.3% -lh5- fa33 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/screen .png [unknown] 59 60 98.3% -lh5- 57e6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/b lueeyes-theme-rtl.scss [unknown] 43 43 100.0% -lh0- f7e9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/b lueeyes-theme.scss [unknown] 54 56 96.4% -lh5- e295 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/m ono-theme-rtl.scss [unknown] 39 39 100.0% -lh0- 4019 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/m ono-theme.scss [unknown] 1037 2555 40.6% -lh5- 9417 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/p rintview.scss [unknown] 58 59 98.3% -lh5- ae34 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/r edmond-theme-rtl.scss [unknown] 42 42 100.0% -lh0- 496d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/r edmond-theme.scss [unknown] 519 1353 38.4% -lh5- f38a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ codemirror.scss [unknown] 14992 64607 23.2% -lh5- c68c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ common.scss [unknown] 1746 7243 24.1% -lh5- 4e76 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ designer.scss [unknown] 398 946 42.1% -lh5- af6d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ enum-editor.scss [unknown] 247 437 56.5% -lh5- 0be2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ gis.scss [unknown] 1498 11422 13.1% -lh5- 6752 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ icons.scss [unknown] 1209 4874 24.8% -lh5- 0d7d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ jqplot.scss [unknown] 2259 8559 26.4% -lh5- 47c8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ navigation.scss [unknown] 276 565 48.8% -lh5- 6b83 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ resizable-menu.scss [unknown] 338 676 50.0% -lh5- 0f91 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ rte.scss [unknown] 911 4539 20.1% -lh5- cbc0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/_ variables.scss [unknown] 56 56 100.0% -lh0- e134 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/t eal-theme-rtl.scss [unknown] 39 39 100.0% -lh0- 061c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/t eal-theme.scss [unknown] 35 35 100.0% -lh0- 0c58 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/t heme-rtl.scss [unknown] 129 299 43.1% -lh5- f6f2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/scss/t heme.scss [unknown] 138 211 65.4% -lh5- e9a9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/metro/theme. json [unknown] 631 1455 43.4% -lh5- ad1b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/css /printview.css [unknown] 266 490 54.3% -lh5- 4411 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/css /printview.css.map [unknown] 19902 89977 22.1% -lh5- 0709 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/css /theme-rtl.css [unknown] 7738 25358 30.5% -lh5- 44e6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/css /theme-rtl.css.map [unknown] 19895 89876 22.1% -lh5- 93c5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/css /theme.css [unknown] 7736 25348 30.5% -lh5- cfc8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/css /theme.css.map [unknown] 1810 1810 100.0% -lh0- f3bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /ajax_clock_small.gif [unknown] 101 101 100.0% -lh0- a13d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /arrow_ltr.png [unknown] 102 102 100.0% -lh0- 1238 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /arrow_rtl.png [unknown] 205 205 100.0% -lh0- 766a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_bookmark.png [unknown] 116 116 100.0% -lh0- 5230 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_browse.png [unknown] 165 165 100.0% -lh0- 9814 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_calendar.png [unknown] 375 375 100.0% -lh0- 5553 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_chart.png [unknown] 153 153 100.0% -lh0- 8922 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_close.png [unknown] 429 429 100.0% -lh0- 0d02 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_column_add.png [unknown] 298 298 100.0% -lh0- 86d5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_comment.png [unknown] 123 123 100.0% -lh0- 97be Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_dbstatistics.png [unknown] 211 211 100.0% -lh0- e848 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_deltbl.png [unknown] 140 140 100.0% -lh0- 832b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_docs.png [unknown] 165 165 100.0% -lh0- 8320 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_drop.png [unknown] 277 277 100.0% -lh0- ca32 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_edit.png [unknown] 147 147 100.0% -lh0- cb53 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_empty.png [unknown] 194 194 100.0% -lh0- ff70 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_engine.png [unknown] 703 703 100.0% -lh0- a52e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_events.png [unknown] 765 765 100.0% -lh0- 9f89 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_event_add.png [unknown] 154 154 100.0% -lh0- 0021 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_export.png [unknown] 353 353 100.0% -lh0- 244a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_favorite.png [unknown] 371 371 100.0% -lh0- 9453 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_find_replace.png [unknown] 133 133 100.0% -lh0- 7518 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_ftext.png [unknown] 1045 1045 100.0% -lh0- b992 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_globe.gif [unknown] 682 682 100.0% -lh0- a01b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_group.png [unknown] 110 110 100.0% -lh0- d20e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_help.png [unknown] 210 210 100.0% -lh0- 41d6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_home.png [unknown] 150 150 100.0% -lh0- 34bd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_import.png [unknown] 167 167 100.0% -lh0- 98b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_index.png [unknown] 313 313 100.0% -lh0- b889 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_index_add.png [unknown] 276 276 100.0% -lh0- 097a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_inline_edit.png [unknown] 157 157 100.0% -lh0- 5601 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_insrow.png [unknown] 152 152 100.0% -lh0- 114a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_key.png [unknown] 114 114 100.0% -lh0- feaa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_left.png [unknown] 86 86 100.0% -lh0- faaf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_minus.png [unknown] 111 111 100.0% -lh0- d46c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_more.png [unknown] 151 151 100.0% -lh0- 42ea Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_move.png [unknown] 229 229 100.0% -lh0- a959 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_newdb.png [unknown] 232 232 100.0% -lh0- 442f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_newtbl.png [unknown] 329 329 100.0% -lh0- dee9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_nextpage.png [unknown] 335 335 100.0% -lh0- 4d09 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_no_favorite.png [unknown] 512 512 100.0% -lh0- 7f0a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_plugin.png [unknown] 90 90 100.0% -lh0- c00a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_plus.png [unknown] 239 239 100.0% -lh0- a3fd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_primary.png [unknown] 363 363 100.0% -lh0- c72f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_print.png [unknown] 142 142 100.0% -lh0- 5a47 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_props.png [unknown] 140 140 100.0% -lh0- 89df Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_relations.png [unknown] 555 555 100.0% -lh0- 52d8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_report.png [unknown] 113 113 100.0% -lh0- 9c5f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_right.png [unknown] 306 306 100.0% -lh0- 3a0f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_routines.png [unknown] 395 395 100.0% -lh0- 72cb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_routine_add.png [unknown] 583 583 100.0% -lh0- ec92 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_save.png [unknown] 675 675 100.0% -lh0- 5a65 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_saveimage.png [unknown] 88 88 100.0% -lh0- f2f2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_sbrowse.png [unknown] 396 396 100.0% -lh0- dd75 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_search.png [unknown] 339 339 100.0% -lh0- 9203 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_select.png [unknown] 168 168 100.0% -lh0- c92e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_snewtbl.png [unknown] 376 376 100.0% -lh0- 469e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_spatial.png [unknown] 162 162 100.0% -lh0- 9691 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_sql.png [unknown] 141 141 100.0% -lh0- 297a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_sqlhelp.png [unknown] 265 265 100.0% -lh0- 0fec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_table_add.png [unknown] 152 152 100.0% -lh0- 1532 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_tblanalyse.png [unknown] 132 132 100.0% -lh0- bd03 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_tblexport.png [unknown] 127 127 100.0% -lh0- beb7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_tblimport.png [unknown] 204 204 100.0% -lh0- fab8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_tblops.png [unknown] 153 153 100.0% -lh0- 078c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_tbloptimize.png [unknown] 163 163 100.0% -lh0- ecd2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_tipp.png [unknown] 446 446 100.0% -lh0- 3901 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_triggers.png [unknown] 555 555 100.0% -lh0- 081f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_trigger_add.png [unknown] 131 131 100.0% -lh0- c3d6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_browse.png [unknown] 197 197 100.0% -lh0- 5401 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_deltbl.png [unknown] 151 151 100.0% -lh0- 629c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_drop.png [unknown] 176 176 100.0% -lh0- 0e5b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_edit.png [unknown] 158 158 100.0% -lh0- 018f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_empty.png [unknown] 139 139 100.0% -lh0- 1705 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_export.png [unknown] 149 149 100.0% -lh0- 5cb6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_ftext.png [unknown] 182 182 100.0% -lh0- ede6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_index.png [unknown] 163 163 100.0% -lh0- 123a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_insrow.png [unknown] 506 506 100.0% -lh0- a78b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_undo.png [unknown] 134 134 100.0% -lh0- 6844 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_unique.png [unknown] 324 324 100.0% -lh0- b711 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_usradd.png [unknown] 239 239 100.0% -lh0- 33e0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_usrcheck.png [unknown] 270 270 100.0% -lh0- 406d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_usrdrop.png [unknown] 309 309 100.0% -lh0- 54c8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_usredit.png [unknown] 246 246 100.0% -lh0- e491 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_usrlist.png [unknown] 455 455 100.0% -lh0- fcef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_versions.png [unknown] 538 538 100.0% -lh0- eeef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_view.png [unknown] 278 278 100.0% -lh0- 8fc0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_views.png [unknown] 611 611 100.0% -lh0- aee9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /b_view_add.png [unknown] 94 94 100.0% -lh0- 8f33 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_nextpage.png [unknown] 224 224 100.0% -lh0- 4bdc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_primary.png [unknown] 269 269 100.0% -lh0- 8257 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_routine_add.png [unknown] 93 93 100.0% -lh0- 1d8f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_sbrowse.png [unknown] 310 310 100.0% -lh0- 51d5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_select.png [unknown] 335 335 100.0% -lh0- 846e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_spatial.png [unknown] 149 149 100.0% -lh0- d112 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /bd_unique.png [unknown] 586 586 100.0% -lh0- 07f1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /centralColumns.png [unknown] 676 676 100.0% -lh0- b64c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /centralColumns_add.png [unknown] 683 683 100.0% -lh0- dac1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /centralColumns_delete.png [unknown] 43 43 100.0% -lh0- 663d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /cleardot.gif [unknown] 111 111 100.0% -lh0- d46c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /col_drop.png [unknown] 85 85 100.0% -lh0- 04ae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /col_pointer.png [unknown] 94 94 100.0% -lh0- cfaa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /col_pointer_ver.png [unknown] 295 295 100.0% -lh0- 38ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /console.png [unknown] 287 287 100.0% -lh0- 5226 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /east-mini.png [unknown] 130 1150 11.3% -lh5- afee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /error.ico [unknown] 663 663 100.0% -lh0- f45a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /eye.png [unknown] 287 287 100.0% -lh0- 37c8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /eye_grey.png [unknown] 284 284 100.0% -lh0- becb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /hide.png [unknown] 696 696 100.0% -lh0- 9831 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /lightbulb.png [unknown] 612 612 100.0% -lh0- a2ac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /lightbulb_off.png [unknown] 2713 2713 100.0% -lh0- 638b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /logo_left.png [unknown] 4055 4306 94.2% -lh5- 8afa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /logo_right.png [unknown] 85 85 100.0% -lh0- 0dca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /more.png [unknown] 260 260 100.0% -lh0- 2a91 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /new_data.png [unknown] 260 260 100.0% -lh0- 5bba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /new_data_hovered.png [unknown] 179 179 100.0% -lh0- 83f9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /new_data_selected.png [unknown] 180 180 100.0% -lh0- a431 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /new_data_selected_hovered.png [unknown] 293 293 100.0% -lh0- 4037 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /new_struct.png [unknown] 293 293 100.0% -lh0- c2fb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /new_struct_hovered.png [unknown] 188 188 100.0% -lh0- cc60 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /new_struct_selected.png [unknown] 196 196 100.0% -lh0- 0cc8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /new_struct_selected_hovered.png [unknown] 511 511 100.0% -lh0- 4707 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /normalize.png [unknown] 322 322 100.0% -lh0- ef78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /north-mini.png [unknown] 255 255 100.0% -lh0- c76f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /pause.png [unknown] 329 329 100.0% -lh0- dee9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /play.png [unknown] 113 113 100.0% -lh0- 8044 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_asc.png [unknown] 116 116 100.0% -lh0- f106 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_asci.png [unknown] 567 567 100.0% -lh0- f5f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_attention.png [unknown] 272 272 100.0% -lh0- 031f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_cancel.png [unknown] 194 194 100.0% -lh0- 56eb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_cog.png [unknown] 143 143 100.0% -lh0- ed1f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_collapseall.png [unknown] 139 139 100.0% -lh0- a4f1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_db.png [unknown] 114 114 100.0% -lh0- 60e9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_desc.png [unknown] 137 137 100.0% -lh0- 95ac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_error.png [unknown] 176 176 100.0% -lh0- 7253 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_fulltext.png [unknown] 164 164 100.0% -lh0- cde7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_host.png [unknown] 116 116 100.0% -lh0- fe7e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_info.png [unknown] 253 253 100.0% -lh0- 652d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_lang.png [unknown] 280 280 100.0% -lh0- d650 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_link.png [unknown] 667 667 100.0% -lh0- 7b4f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_lock.png [unknown] 142 142 100.0% -lh0- 3f27 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_loggoff.png [unknown] 109 109 100.0% -lh0- d888 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_notice.png [unknown] 710 710 100.0% -lh0- d3c6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_okay.png [unknown] 178 178 100.0% -lh0- bbba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_partialtext.png [unknown] 331 331 100.0% -lh0- b14e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_passwd.png [unknown] 128 128 100.0% -lh0- 56d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_really.png [unknown] 233 233 100.0% -lh0- 6ae3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_reload.png [unknown] 399 399 100.0% -lh0- b55d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_replication.png [unknown] 263 263 100.0% -lh0- 71ba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /show.png [unknown] 319 319 100.0% -lh0- 1fa3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /south-mini.png [unknown] 68 68 100.0% -lh0- eb23 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /spacer.png [unknown] 329 329 100.0% -lh0- d8c2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_rights.png [unknown] 129 129 100.0% -lh0- 5d28 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_sortable.png [unknown] 151 151 100.0% -lh0- c2dd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_status.png [unknown] 529 529 100.0% -lh0- 527d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_success.png [unknown] 454 454 100.0% -lh0- 5f9a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_sync.png [unknown] 99 99 100.0% -lh0- 0dbf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_tbl.png [unknown] 488 488 100.0% -lh0- 87a5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_theme.png [unknown] 220 220 100.0% -lh0- 6693 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_top.png [unknown] 589 589 100.0% -lh0- f533 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_unlink.png [unknown] 150 150 100.0% -lh0- e37a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_vars.png [unknown] 191 191 100.0% -lh0- 2a85 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /s_views.png [unknown] 175 175 100.0% -lh0- 9289 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /toggle-ltr.png [unknown] 174 174 100.0% -lh0- 9da6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /toggle-rtl.png [unknown] 67 67 100.0% -lh0- 2cf3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /vertical_line.png [unknown] 300 300 100.0% -lh0- 9316 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /west-mini.png [unknown] 468 468 100.0% -lh0- 3e1f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /window-new.png [unknown] 234 234 100.0% -lh0- 2e1e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /zoom-minus-mini.png [unknown] 320 320 100.0% -lh0- 175e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /zoom-plus-mini.png [unknown] 745 745 100.0% -lh0- 2d1a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/img /zoom-world-mini.png [unknown] 183 183 100.0% -lh0- a470 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-bg_glass_55_fbf9ee_1x400.png [unknown] 73 73 100.0% -lh0- 3980 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-bg_glass_65_ffffff_1x400.png [unknown] 126 126 100.0% -lh0- 8311 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-bg_glass_75_dadada_1x400.png [unknown] 121 121 100.0% -lh0- 7001 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-bg_glass_75_e6e6e6_1x400.png [unknown] 185 185 100.0% -lh0- 8874 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-bg_glass_95_fef1ec_1x400.png [unknown] 122 122 100.0% -lh0- c34f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-bg_highlight-soft_75_cccccc_1x100.png [unknown] 3490 3765 92.7% -lh5- a92e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-icons_222222_256x240.png [unknown] 3493 3765 92.8% -lh5- eb2a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-icons_2e83ff_256x240.png [unknown] 3491 3765 92.7% -lh5- 3712 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-icons_454545_256x240.png [unknown] 3491 3765 92.7% -lh5- b9ea Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-icons_888888_256x240.png [unknown] 3493 3765 92.8% -lh5- b750 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/images/ui-icons_cd0a0a_256x240.png [unknown] 8791 36566 24.0% -lh5- 13d2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/jqu ery/jquery-ui.css [unknown] 22511 22511 100.0% -lh0- 5964 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/scr een.png [unknown] 41 41 100.0% -lh0- 011d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/scs s/printview.scss [unknown] 13217 54597 24.2% -lh5- c1f5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/scs s/_common.scss [unknown] 1538 11728 13.1% -lh5- 5e3d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/scs s/_icons.scss [unknown] 1860 7258 25.6% -lh5- 538a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/scs s/_navigation.scss [unknown] 493 1500 32.9% -lh5- d22f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/scs s/_variables.scss [unknown] 35 35 100.0% -lh0- 0c58 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/scs s/theme-rtl.scss [unknown] 140 439 31.9% -lh5- c785 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/scs s/theme.scss [unknown] 132 203 65.0% -lh5- 99c8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/original/the me.json [unknown] 631 1455 43.4% -lh5- ad1b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/css /printview.css [unknown] 258 478 54.0% -lh5- 4841 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/css /printview.css.map [unknown] 21799 100540 21.7% -lh5- a496 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/css /theme-rtl.css [unknown] 8133 27167 29.9% -lh5- 494c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/css /theme-rtl.css.map [unknown] 21800 100467 21.7% -lh5- cf49 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/css /theme.css [unknown] 8142 27169 30.0% -lh5- f1d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/css /theme.css.map [unknown] 1810 1810 100.0% -lh0- f3bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /ajax_clock_small.gif [unknown] 101 101 100.0% -lh0- a13d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /arrow_ltr.png [unknown] 102 102 100.0% -lh0- 1238 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /arrow_rtl.png [unknown] 146 146 100.0% -lh0- 7dc5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /asc_order.png [unknown] 637 637 100.0% -lh0- 2587 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_bookmark.png [unknown] 486 486 100.0% -lh0- d782 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_browse.png [unknown] 595 595 100.0% -lh0- 4ef9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_calendar.png [unknown] 449 449 100.0% -lh0- 3eb1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_chart.png [unknown] 153 153 100.0% -lh0- 8922 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_close.png [unknown] 431 431 100.0% -lh0- 7ff7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_column_add.png [unknown] 342 342 100.0% -lh0- 194c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_comment.png [unknown] 449 449 100.0% -lh0- 3eb1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_dbstatistics.png [unknown] 577 577 100.0% -lh0- 349a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_deltbl.png [unknown] 705 705 100.0% -lh0- c4db Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_docs.png [unknown] 133 133 100.0% -lh0- 9d98 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_docsql.png [unknown] 637 637 100.0% -lh0- 6528 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_drop.png [unknown] 377 377 100.0% -lh0- 95f5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_edit.png [unknown] 521 521 100.0% -lh0- cb3a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_empty.png [unknown] 398 398 100.0% -lh0- 10c6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_engine.png [unknown] 703 703 100.0% -lh0- a52e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_events.png [unknown] 765 765 100.0% -lh0- 9f89 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_event_add.png [unknown] 514 514 100.0% -lh0- 6f39 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_export.png [unknown] 385 385 100.0% -lh0- afca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_favorite.png [unknown] 669 669 100.0% -lh0- 93d8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_find_replace.png [unknown] 664 664 100.0% -lh0- b707 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_firstpage.png [unknown] 550 550 100.0% -lh0- 7353 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_ftext.png [unknown] 1045 1045 100.0% -lh0- b992 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_globe.gif [unknown] 682 682 100.0% -lh0- a01b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_group.png [unknown] 705 705 100.0% -lh0- c4db Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_help.png [unknown] 734 734 100.0% -lh0- 2c4f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_home.png [unknown] 556 556 100.0% -lh0- 4c6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_import.png [unknown] 643 643 100.0% -lh0- 5a27 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_index.png [unknown] 725 725 100.0% -lh0- 272c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_index_add.png [unknown] 529 529 100.0% -lh0- 33a1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_inline_edit.png [unknown] 157 157 100.0% -lh0- 5601 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_insrow.png [unknown] 294 294 100.0% -lh0- 76f0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_key.png [unknown] 661 661 100.0% -lh0- c66a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_lastpage.png [unknown] 114 114 100.0% -lh0- feaa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_left.png [unknown] 123 123 100.0% -lh0- a9da Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_minus.png [unknown] 111 111 100.0% -lh0- d46c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_more.png [unknown] 381 381 100.0% -lh0- 3fda Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_move.png [unknown] 585 585 100.0% -lh0- 9771 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_newdb.png [unknown] 232 232 100.0% -lh0- 442f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_newtbl.png [unknown] 329 329 100.0% -lh0- dee9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_nextpage.png [unknown] 377 377 100.0% -lh0- 34d8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_no_favorite.png [unknown] 506 506 100.0% -lh0- 8b4a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_pdfdoc.png [unknown] 512 512 100.0% -lh0- 7f0a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_plugin.png [unknown] 143 143 100.0% -lh0- 3f11 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_plus.png [unknown] 331 331 100.0% -lh0- f819 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_prevpage.png [unknown] 536 536 100.0% -lh0- 413f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_primary.png [unknown] 639 639 100.0% -lh0- c221 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_print.png [unknown] 573 573 100.0% -lh0- d16e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_props.png [unknown] 140 140 100.0% -lh0- 89df Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_relations.png [unknown] 555 555 100.0% -lh0- 52d8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_report.png [unknown] 113 113 100.0% -lh0- 9c5f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_right.png [unknown] 306 306 100.0% -lh0- 3a0f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_routines.png [unknown] 395 395 100.0% -lh0- 72cb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_routine_add.png [unknown] 547 547 100.0% -lh0- 8373 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_save.png [unknown] 675 675 100.0% -lh0- 5a65 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_saveimage.png [unknown] 486 486 100.0% -lh0- d782 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_sbrowse.png [unknown] 114 114 100.0% -lh0- dc91 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_sdb.png [unknown] 538 538 100.0% -lh0- 6015 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_search.png [unknown] 593 593 100.0% -lh0- 2085 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_select.png [unknown] 653 653 100.0% -lh0- 6df8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_snewtbl.png [unknown] 376 376 100.0% -lh0- 469e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_spatial.png [unknown] 680 680 100.0% -lh0- 1e5d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_sql.png [unknown] 144 144 100.0% -lh0- 71b0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_sqldoc.png [unknown] 512 512 100.0% -lh0- c0cc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_sqlhelp.png [unknown] 571 571 100.0% -lh0- f4cf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_table_add.png [unknown] 152 152 100.0% -lh0- 1532 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_tblanalyse.png [unknown] 514 514 100.0% -lh0- 6f39 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_tblexport.png [unknown] 271 271 100.0% -lh0- 128b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_browse.png [unknown] 312 312 100.0% -lh0- 81f2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_deltbl.png [unknown] 340 340 100.0% -lh0- 2b2e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_drop.png [unknown] 556 556 100.0% -lh0- 4c6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_tblimport.png [unknown] 537 537 100.0% -lh0- 5cad Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_tblops.png [unknown] 153 153 100.0% -lh0- 078c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_tbloptimize.png [unknown] 696 696 100.0% -lh0- 9831 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_tipp.png [unknown] 446 446 100.0% -lh0- 3901 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_triggers.png [unknown] 555 555 100.0% -lh0- 081f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_trigger_add.png [unknown] 506 506 100.0% -lh0- a78b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_undo.png [unknown] 583 583 100.0% -lh0- 1848 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_unique.png [unknown] 670 670 100.0% -lh0- cac1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_usradd.png [unknown] 718 718 100.0% -lh0- c20e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_usrcheck.png [unknown] 697 697 100.0% -lh0- 191a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_usrdrop.png [unknown] 757 757 100.0% -lh0- 7f71 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_usredit.png [unknown] 677 677 100.0% -lh0- 0024 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_usrlist.png [unknown] 455 455 100.0% -lh0- fcef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_versions.png [unknown] 538 538 100.0% -lh0- eeef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_view.png [unknown] 603 603 100.0% -lh0- 3fab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_views.png [unknown] 678 678 100.0% -lh0- edf4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /b_view_add.png [unknown] 216 216 100.0% -lh0- 699c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_edit.png [unknown] 327 327 100.0% -lh0- 6282 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_empty.png [unknown] 436 436 100.0% -lh0- 25f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_export.png [unknown] 405 405 100.0% -lh0- 4332 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_firstpage.png [unknown] 286 286 100.0% -lh0- 0007 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_ftext.png [unknown] 335 335 100.0% -lh0- d346 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_index.png [unknown] 163 163 100.0% -lh0- 123a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_insrow.png [unknown] 402 402 100.0% -lh0- bb6d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_lastpage.png [unknown] 195 195 100.0% -lh0- 1593 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_nextpage.png [unknown] 197 197 100.0% -lh0- ae36 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_prevpage.png [unknown] 294 294 100.0% -lh0- 76f0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_primary.png [unknown] 269 269 100.0% -lh0- 8257 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_routine_add.png [unknown] 271 271 100.0% -lh0- 128b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_sbrowse.png [unknown] 325 325 100.0% -lh0- 8952 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_select.png [unknown] 243 243 100.0% -lh0- 4b72 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_spatial.png [unknown] 308 308 100.0% -lh0- 923f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /bd_unique.png [unknown] 586 586 100.0% -lh0- 07f1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /centralColumns.png [unknown] 676 676 100.0% -lh0- b64c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /centralColumns_add.png [unknown] 683 683 100.0% -lh0- dac1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /centralColumns_delete.png [unknown] 111 111 100.0% -lh0- d46c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /col_drop.png [unknown] 102 102 100.0% -lh0- e959 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /col_pointer.png [unknown] 107 107 100.0% -lh0- 9a22 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /col_pointer_ver.png [unknown] 292 292 100.0% -lh0- 5251 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /console.png [unknown] 328 328 100.0% -lh0- 7083 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /database.png [unknown] 90 90 100.0% -lh0- 368f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/1.png [unknown] 140 140 100.0% -lh0- d4aa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/2.png [unknown] 634 634 100.0% -lh0- 7a54 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/2leftarrow.png [unknown] 607 607 100.0% -lh0- cd14 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/2leftarrow_m.png [unknown] 653 653 100.0% -lh0- c320 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/2rightarrow.png [unknown] 626 626 100.0% -lh0- 5b46 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/2rightarrow_m.png [unknown] 140 140 100.0% -lh0- a474 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/3.png [unknown] 141 141 100.0% -lh0- 6c0f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/4.png [unknown] 83 83 100.0% -lh0- 19a8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/5.png [unknown] 90 90 100.0% -lh0- f72b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/6.png [unknown] 94 94 100.0% -lh0- 065b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/7.png [unknown] 81 81 100.0% -lh0- 5df9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/8.png [unknown] 459 459 100.0% -lh0- 10ef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/anchor.png [unknown] 715 715 100.0% -lh0- 447f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/and_icon.png [unknown] 599 599 100.0% -lh0- 40ac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/ang_direct.png [unknown] 75 75 100.0% -lh0- c52e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/bord.png [unknown] 646 646 100.0% -lh0- 37c6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/bottom.png [unknown] 591 591 100.0% -lh0- d7c1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/def.png [unknown] 601 601 100.0% -lh0- 526c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/display_field.png [unknown] 671 671 100.0% -lh0- e0b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/downarrow1.png [unknown] 682 682 100.0% -lh0- 30f9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/downarrow2.png [unknown] 638 638 100.0% -lh0- 0ed2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/downarrow2_m.png [unknown] 717 717 100.0% -lh0- 19ed Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/exec.png [unknown] 149 149 100.0% -lh0- f488 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/exec_small.png [unknown] 411 411 100.0% -lh0- abd2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/exitFullscreen.png [unknown] 761 761 100.0% -lh0- d52b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/export.png [unknown] 272 1150 23.7% -lh5- ab5c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/favicon.ico [unknown] 188 188 100.0% -lh0- e5de Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/FieldKey_small.png [unknown] 240 240 100.0% -lh0- 45ba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/Field_small.png [unknown] 128 128 100.0% -lh0- 490e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/Field_small_char.png [unknown] 129 129 100.0% -lh0- e62c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/Field_small_date.png [unknown] 138 138 100.0% -lh0- 1a93 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/Field_small_int.png [unknown] 602 602 100.0% -lh0- d54c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/grid.png [unknown] 119 119 100.0% -lh0- a749 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/Header.png [unknown] 95 95 100.0% -lh0- 301c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/Header_Linked.png [unknown] 654 654 100.0% -lh0- 7c26 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/help.png [unknown] 851 851 100.0% -lh0- d47c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/help_relation.png [unknown] 101 101 100.0% -lh0- 0286 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/left_panel_butt.png [unknown] 129 129 100.0% -lh0- e87f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/left_panel_tab.png [unknown] 974 974 100.0% -lh0- b0d4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/minus.png [unknown] 549 549 100.0% -lh0- a000 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/or_icon.png [unknown] 558 558 100.0% -lh0- fee3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/other_table.png [unknown] 694 694 100.0% -lh0- be71 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/page_add.png [unknown] 698 698 100.0% -lh0- b2b3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/page_delete.png [unknown] 759 759 100.0% -lh0- e35e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/page_edit.png [unknown] 798 798 100.0% -lh0- 539a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/pdf.png [unknown] 930 930 100.0% -lh0- df59 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/plus.png [unknown] 603 603 100.0% -lh0- 7b1f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/query_builder.png [unknown] 242 242 100.0% -lh0- 9da2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/relation.png [unknown] 762 762 100.0% -lh0- b7b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/reload.png [unknown] 105 105 100.0% -lh0- e1bb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/resize.png [unknown] 108 108 100.0% -lh0- 1b7f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/resizeright.png [unknown] 650 650 100.0% -lh0- b655 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/rightarrow1.png [unknown] 666 666 100.0% -lh0- 0052 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/rightarrow2.png [unknown] 402 402 100.0% -lh0- 3309 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/save.png [unknown] 424 424 100.0% -lh0- a69b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/save_as.png [unknown] 158 158 100.0% -lh0- 12fa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/small_tab.png [unknown] 130 130 100.0% -lh0- 207f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/table.png [unknown] 415 415 100.0% -lh0- 6477 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/toggle_lines.png [unknown] 125 125 100.0% -lh0- ba05 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/top_panel.png [unknown] 643 643 100.0% -lh0- 4089 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/uparrow2_m.png [unknown] 449 449 100.0% -lh0- 3284 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /designer/viewInFullscreen.png [unknown] 287 287 100.0% -lh0- 5226 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /east-mini.png [unknown] 2906 5430 53.5% -lh5- 6a0a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /error.ico [unknown] 663 663 100.0% -lh0- f45a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /eye.png [unknown] 287 287 100.0% -lh0- 37c8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /eye_grey.png [unknown] 284 284 100.0% -lh0- becb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /hide.png [unknown] 114 114 100.0% -lh0- dc68 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /item.png [unknown] 146 146 100.0% -lh0- 5da4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /left_nav_bg.png [unknown] 696 696 100.0% -lh0- 9831 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /lightbulb.png [unknown] 612 612 100.0% -lh0- a2ac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /lightbulb_off.png [unknown] 2713 2713 100.0% -lh0- 638b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /logo_left.png [unknown] 4055 4306 94.2% -lh5- 8afa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /logo_right.png [unknown] 85 85 100.0% -lh0- 0dca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /more.png [unknown] 260 260 100.0% -lh0- 2a91 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /new_data.png [unknown] 260 260 100.0% -lh0- 5bba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /new_data_hovered.png [unknown] 179 179 100.0% -lh0- 83f9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /new_data_selected.png [unknown] 180 180 100.0% -lh0- a431 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /new_data_selected_hovered.png [unknown] 293 293 100.0% -lh0- 4037 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /new_struct.png [unknown] 293 293 100.0% -lh0- c2fb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /new_struct_hovered.png [unknown] 188 188 100.0% -lh0- cc60 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /new_struct_selected.png [unknown] 196 196 100.0% -lh0- 0cc8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /new_struct_selected_hovered.png [unknown] 505 505 100.0% -lh0- 2540 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /normalize.png [unknown] 322 322 100.0% -lh0- ef78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /north-mini.png [unknown] 255 255 100.0% -lh0- c76f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /pause.png [unknown] 127 127 100.0% -lh0- 3767 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /php_sym.png [unknown] 329 329 100.0% -lh0- dee9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /play.png [unknown] 1366 1366 100.0% -lh0- c6b1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /pma_logo2.png [unknown] 146 146 100.0% -lh0- cfd7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_asc.png [unknown] 148 148 100.0% -lh0- f6e2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_asci.png [unknown] 567 567 100.0% -lh0- f5f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_attention.png [unknown] 509 509 100.0% -lh0- 3e9d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_cancel.png [unknown] 252 252 100.0% -lh0- 0b3d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_cancel2.png [unknown] 442 442 100.0% -lh0- 7e5f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_cog.png [unknown] 143 143 100.0% -lh0- ed1f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_collapseall.png [unknown] 328 328 100.0% -lh0- 7083 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_db.png [unknown] 146 146 100.0% -lh0- 7dc5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_desc.png [unknown] 614 614 100.0% -lh0- 3235 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_error.png [unknown] 176 176 100.0% -lh0- 7253 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_fulltext.png [unknown] 591 591 100.0% -lh0- 61eb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_host.png [unknown] 709 709 100.0% -lh0- 5098 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_info.png [unknown] 659 659 100.0% -lh0- 8886 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_lang.png [unknown] 280 280 100.0% -lh0- d650 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_link.png [unknown] 667 667 100.0% -lh0- 7b4f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_lock.png [unknown] 626 626 100.0% -lh0- 0bfb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_loggoff.png [unknown] 567 567 100.0% -lh0- f5f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_notice.png [unknown] 710 710 100.0% -lh0- d3c6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_okay.png [unknown] 178 178 100.0% -lh0- bbba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_partialtext.png [unknown] 331 331 100.0% -lh0- b14e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_passwd.png [unknown] 442 442 100.0% -lh0- 7e5f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_process.png [unknown] 128 128 100.0% -lh0- 56d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_really.png [unknown] 527 527 100.0% -lh0- 7de8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_reload.png [unknown] 399 399 100.0% -lh0- b55d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_replication.png [unknown] 461 461 100.0% -lh0- 0fb0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_rights.png [unknown] 204 204 100.0% -lh0- 81f4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_sortable.png [unknown] 600 600 100.0% -lh0- 4470 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_status.png [unknown] 142 142 100.0% -lh0- a521 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /select_bg.png [unknown] 263 263 100.0% -lh0- 71ba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /show.png [unknown] 319 319 100.0% -lh0- 1fa3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /south-mini.png [unknown] 68 68 100.0% -lh0- eb23 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /spacer.png [unknown] 465 465 100.0% -lh0- 5e82 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_success.png [unknown] 454 454 100.0% -lh0- 5f9a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_sync.png [unknown] 645 645 100.0% -lh0- 86c5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_tbl.png [unknown] 772 772 100.0% -lh0- 339c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_theme.png [unknown] 220 220 100.0% -lh0- 6693 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_top.png [unknown] 589 589 100.0% -lh0- f533 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_unlink.png [unknown] 523 523 100.0% -lh0- 5373 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_vars.png [unknown] 603 603 100.0% -lh0- 3fab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /s_views.png [unknown] 376 376 100.0% -lh0- e2c7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /toggle-ltr.png [unknown] 377 377 100.0% -lh0- 9c9e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /toggle-rtl.png [unknown] 67 67 100.0% -lh0- 2cf3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /vertical_line.png [unknown] 300 300 100.0% -lh0- 9316 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /west-mini.png [unknown] 468 468 100.0% -lh0- 3e1f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /window-new.png [unknown] 234 234 100.0% -lh0- 2e1e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /zoom-minus-mini.png [unknown] 320 320 100.0% -lh0- 175e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /zoom-plus-mini.png [unknown] 745 745 100.0% -lh0- 2d1a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/img /zoom-world-mini.png [unknown] 183 183 100.0% -lh0- a470 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-bg_glass_55_fbf9ee_1x400.png [unknown] 73 73 100.0% -lh0- 3980 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-bg_glass_65_ffffff_1x400.png [unknown] 126 126 100.0% -lh0- 8311 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-bg_glass_75_dadada_1x400.png [unknown] 121 121 100.0% -lh0- 7001 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-bg_glass_75_e6e6e6_1x400.png [unknown] 185 185 100.0% -lh0- 8874 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-bg_glass_95_fef1ec_1x400.png [unknown] 122 122 100.0% -lh0- c34f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-bg_highlight-soft_75_cccccc_1x100.png [unknown] 3490 3765 92.7% -lh5- a92e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-icons_222222_256x240.png [unknown] 3493 3765 92.8% -lh5- eb2a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-icons_2e83ff_256x240.png [unknown] 3491 3765 92.7% -lh5- 3712 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-icons_454545_256x240.png [unknown] 3491 3765 92.7% -lh5- b9ea Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-icons_888888_256x240.png [unknown] 3493 3765 92.8% -lh5- b750 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/images/ui-icons_cd0a0a_256x240.png [unknown] 8791 36566 24.0% -lh5- 13d2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/jqu ery/jquery-ui.css [unknown] 24078 24233 99.4% -lh5- b2dd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scr een.png [unknown] 255 2016 12.6% -lh5- ca11 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_bootstrap.scss [unknown] 490 1251 39.2% -lh5- 7512 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_codemirror.scss [unknown] 15516 64704 24.0% -lh5- 06a0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_common.scss [unknown] 1978 8485 23.3% -lh5- 421c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_designer.scss [unknown] 96 182 52.7% -lh5- 18a4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_direction.scss [unknown] 393 919 42.8% -lh5- 6bef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_enum-editor.scss [unknown] 241 425 56.7% -lh5- 4d44 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_gis.scss [unknown] 974 2321 42.0% -lh5- 001d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/printview.scss [unknown] 35 35 100.0% -lh0- 0c58 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/theme-rtl.scss [unknown] 113 259 43.6% -lh5- d30c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/theme.scss [unknown] 1503 11536 13.0% -lh5- 09eb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_icons.scss [unknown] 1237 4876 25.4% -lh5- a575 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_jqplot.scss [unknown] 2008 7735 26.0% -lh5- 16f6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_navigation.scss [unknown] 277 623 44.5% -lh5- dcb1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_resizable-menu.scss [unknown] 301 583 51.6% -lh5- d39a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_rte.scss [unknown] 589 1677 35.1% -lh5- 1b88 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/scs s/_variables.scss [unknown] 132 202 65.3% -lh5- d50a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/themes/pmahomme/the me.json [unknown] 414 846 48.9% -lh5- 8b05 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/transformation_over view.php [unknown] 1860 5384 34.5% -lh5- 0720 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/transformation_wrap per.php [unknown] 868 1601 54.2% -lh5- dbac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/url.php [unknown] 942 2235 42.1% -lh5- ff0b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/user_password.php [unknown] 141 178 79.2% -lh5- 0e5a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/autoload.php [unknown] 588 1175 50.0% -lh5- cefe Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/CHANGELOG.md [unknown] 387 829 46.7% -lh5- 21ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/composer.json [unknown] 699 1308 53.4% -lh5- 53c7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/LICENSE [unknown] 287 561 51.2% -lh5- ecf0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/phpunit.xml.dist [unknown] 683 1684 40.6% -lh5- e899 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/README.md [unknown] 1931 8915 21.7% -lh5- ecc9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/BitArray.php [unknown] 1884 7736 24.4% -lh5- 10ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/BitMatrix.php [unknown] 489 906 54.0% -lh5- c96b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/BitUtils.php [unknown] 1332 5304 25.1% -lh5- 8438 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/CharacterSetEci.php [unknown] 401 1000 40.1% -lh5- b70e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/EcBlock.php [unknown] 569 1674 34.0% -lh5- 8e38 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/EcBlocks.php [unknown] 519 1341 38.7% -lh5- be77 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/ErrorCorrectionLevel.php [unknown] 1693 5794 29.2% -lh5- 0315 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/FormatInformation.php [unknown] 692 2044 33.9% -lh5- ccf1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/Mode.php [unknown] 3263 14905 21.9% -lh5- 2435 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/ReedSolomonCodec.php [unknown] 3332 21872 15.2% -lh5- 22c0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Common/Version.php [unknown] 346 1110 31.2% -lh5- 8fd8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Encoder/BlockPair.php [unknown] 782 3031 25.8% -lh5- ad70 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Encoder/ByteMatrix.php [unknown] 4990 21327 23.4% -lh5- ca59 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Encoder/Encoder.php [unknown] 1815 8372 21.7% -lh5- d039 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Encoder/MaskUtil.php [unknown] 3325 16874 19.7% -lh5- 61ad Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Encoder/MatrixUtil.php [unknown] 730 2772 26.3% -lh5- c09b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Encoder/QrCode.php [unknown] 108 135 80.0% -lh5- 4786 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Exception/ExceptionInterface.php [unknown] 122 173 70.5% -lh5- 6d40 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Exception/InvalidArgumentException.php [unknown] 122 165 73.9% -lh5- 19b9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Exception/OutOfBoundsException.php [unknown] 116 157 73.9% -lh5- 2295 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Exception/RuntimeException.php [unknown] 124 173 71.7% -lh5- ea7c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Exception/UnexpectedValueException.php [unknown] 122 156 78.2% -lh5- c5fd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Exception/WriterException.php [unknown] 395 1086 36.4% -lh5- 589a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Color/Alpha.php [unknown] 600 2314 25.9% -lh5- e04f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Color/Cmyk.php [unknown] 180 365 49.3% -lh5- 5f50 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Color/ColorInterface.php [unknown] 391 927 42.2% -lh5- f66b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Color/Gray.php [unknown] 577 1957 29.5% -lh5- 2a58 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Color/Rgb.php [unknown] 295 758 38.9% -lh5- a471 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Eye/CompositeEye.php [unknown] 252 596 42.3% -lh5- d1c5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Eye/EyeInterface.php [unknown] 434 1195 36.3% -lh5- 28f0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Eye/ModuleEye.php [unknown] 393 1223 32.1% -lh5- 4cb1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Eye/SimpleCircleEye.php [unknown] 365 1073 34.0% -lh5- 6222 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Eye/SquareEye.php [unknown] 2210 11963 18.5% -lh5- e564 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Image/EpsImageBackEnd.php [unknown] 705 2516 28.0% -lh5- ef56 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Image/ImageBackEndInterface.php [unknown] 2023 10497 19.3% -lh5- c967 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Image/ImagickImageBackEnd.php [unknown] 2042 12610 16.2% -lh5- e10e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Image/SvgImageBackEnd.php [unknown] 535 2041 26.2% -lh5- f303 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Image/TransformationMatrix.php [unknown] 1051 4620 22.7% -lh5- 89bb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/ImageRenderer.php [unknown] 635 1820 34.9% -lh5- db2c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Module/DotsModule.php [unknown] 606 2041 29.7% -lh5- e3cc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Module/EdgeIterator/Edge.php [unknown] 1060 3678 28.8% -lh5- aba6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php [unknown] 300 491 61.1% -lh5- 5809 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Module/ModuleInterface.php [unknown] 988 4476 22.1% -lh5- a837 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Module/RoundnessModule.php [unknown] 465 1062 43.8% -lh5- d088 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Module/SquareModule.php [unknown] 261 504 51.8% -lh5- 2224 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Path/Close.php [unknown] 377 1469 25.7% -lh5- 489e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Path/Curve.php [unknown] 1813 6989 25.9% -lh5- 5896 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Path/EllipticArc.php [unknown] 277 656 42.2% -lh5- 66f1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Path/Line.php [unknown] 278 656 42.4% -lh5- 6521 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Path/Move.php [unknown] 165 226 73.0% -lh5- a891 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Path/OperationInterface.php [unknown] 662 2468 26.8% -lh5- ae66 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/Path/Path.php [unknown] 765 2190 34.9% -lh5- 6a13 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/PlainTextRenderer.php [unknown] 133 185 71.9% -lh5- cf7b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/RendererInterface.php [unknown] 455 1729 26.3% -lh5- 1b9c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/RendererStyle/EyeFill.php [unknown] 744 4145 17.9% -lh5- 55ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/RendererStyle/Fill.php [unknown] 287 858 33.4% -lh5- 54a2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/RendererStyle/Gradient.php [unknown] 239 542 44.1% -lh5- 83d0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/RendererStyle/GradientType.php [unknown] 476 1711 27.8% -lh5- 32c0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Renderer/RendererStyle/RendererStyle.php [unknown] 634 1712 37.0% -lh5- f4d5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/src/Writer.php [unknown] 996 6053 16.5% -lh5- 47b1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Common/BitArrayTest.php [unknown] 745 3232 23.1% -lh5- 7269 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Common/BitMatrixTest.php [unknown] 285 784 36.4% -lh5- 1fde Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Common/BitUtilsTest.php [unknown] 303 783 38.7% -lh5- 0b21 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Common/ErrorCorrectionLevelTest.php [unknown] 524 2985 17.6% -lh5- 835f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Common/FormatInformationTest.php [unknown] 259 534 48.5% -lh5- dbaf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Common/ModeTest.php [unknown] 1014 3113 32.6% -lh5- 12f2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Common/ReedSolomonCodecTest.php [unknown] 657 2317 28.4% -lh5- 8ef2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Common/VersionTest.php [unknown] 2978 19297 15.4% -lh5- 9dd7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Encoder/EncoderTest.php [unknown] 957 7750 12.3% -lh5- 42de Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Encoder/MaskUtilTest.php [unknown] 1744 15425 11.3% -lh5- 103b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/bacon/bacon- qr-code/test/Encoder/MatrixUtilTest.php [unknown] 15841 166259 9.5% -lh5- 219a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/composer/aut oload_classmap.php [unknown] 278 538 51.7% -lh5- 7d86 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/composer/aut oload_files.php [unknown] 140 202 69.3% -lh5- ac06 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/composer/aut oload_namespaces.php [unknown] 747 2835 26.3% -lh5- ff60 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/composer/aut oload_psr4.php [unknown] 726 2476 29.3% -lh5- 728f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/composer/aut oload_real.php [unknown] 17412 188354 9.2% -lh5- 9424 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/composer/aut oload_static.php [unknown] 2968 13459 22.1% -lh5- 4e30 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/composer/Cla ssLoader.php [unknown] 8548 66606 12.8% -lh5- 70c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/composer/ins talled.json [unknown] 625 1070 58.4% -lh5- 5e06 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/composer/LIC ENSE [unknown] 309 686 45.0% -lh5- 6217 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /composer.json [unknown] 699 1308 53.4% -lh5- 53c7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /LICENSE [unknown] 292 563 51.9% -lh5- 90ef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /phpunit.xml.dist [unknown] 1897 5265 36.0% -lh5- 31c3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /README.md [unknown] 1910 6922 27.6% -lh5- 2934 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /src/AbstractEnum.php [unknown] 2683 11220 23.9% -lh5- d98d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /src/EnumMap.php [unknown] 129 176 73.3% -lh5- 9bf6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /src/Exception/CloneNotSupportedException.php [unknown] 111 136 81.6% -lh5- f47d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /src/Exception/ExceptionInterface.php [unknown] 124 170 72.9% -lh5- 1861 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /src/Exception/ExpectationException.php [unknown] 127 174 73.0% -lh5- 5336 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /src/Exception/IllegalArgumentException.php [unknown] 123 167 73.7% -lh5- 48f8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /src/Exception/MismatchException.php [unknown] 132 180 73.3% -lh5- 108d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /src/Exception/SerializeNotSupportedException.php [unknown] 137 182 75.3% -lh5- 8f53 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /src/Exception/UnserializeNotSupportedException.php [unknown] 341 1113 30.6% -lh5- ffcb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /src/NullValue.php [unknown] 936 3795 24.7% -lh5- 1283 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /test/AbstractEnumTest.php [unknown] 1154 7637 15.1% -lh5- b8f9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /test/EnumMapTest.php [unknown] 308 916 33.6% -lh5- 0b24 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /test/NullValueTest.php [unknown] 597 1634 36.5% -lh5- 25ff Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /test/Planet.php [unknown] 224 633 35.4% -lh5- fcf4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/dasprid/enum /test/WeekDay.php [unknown] 432 848 50.9% -lh5- 8724 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/.github/ISSUE_TEMPLATE/bug_report.md [unknown] 317 633 50.1% -lh5- 27f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/.travis.yml [unknown] 73 87 83.9% -lh5- bdd9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/app.yaml [unknown] 1038 2533 41.0% -lh5- 5839 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/ARCHITECTURE.md [unknown] 553 1239 44.6% -lh5- eb66 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/composer.json [unknown] 1133 2215 51.2% -lh5- 0132 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/CONTRIBUTING.md [unknown] 800 1519 52.7% -lh5- d301 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/LICENSE [unknown] 336 667 50.4% -lh5- a0ba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/phpunit.xml.dist [unknown] 2048 5101 40.1% -lh5- 83cb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/README.md [unknown] 1407 2835 49.6% -lh5- a585 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/src/autoload.php [unknown] 2680 8646 31.0% -lh5- bb14 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/src/ReCaptcha/ReCaptcha.php [unknown] 1054 2069 50.9% -lh5- d1a5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/src/ReCaptcha/RequestMethod.php [unknown] 1179 2613 45.1% -lh5- 975c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/src/ReCaptcha/RequestMethod/Curl.php [unknown] 1666 3740 44.5% -lh5- 8109 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/src/ReCaptcha/RequestMethod/CurlPost.php [unknown] 1548 3299 46.9% -lh5- 88fe Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/src/ReCaptcha/RequestMethod/Post.php [unknown] 1407 3380 41.6% -lh5- bf9e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/src/ReCaptcha/RequestMethod/Socket.php [unknown] 1833 4126 44.4% -lh5- 4351 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/src/ReCaptcha/RequestMethod/SocketPost.php [unknown] 1466 3498 41.9% -lh5- cabd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/src/ReCaptcha/RequestParameters.php [unknown] 1924 6120 31.4% -lh5- 2a77 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/google/recap tcha/src/ReCaptcha/Response.php [unknown] 163 360 45.3% -lh5- d1bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/.travis.yml [unknown] 509 1223 41.6% -lh5- aaa0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/composer.json [unknown] 733 2405 30.5% -lh5- f0da Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/LICENSE.txt [unknown] 318 751 42.3% -lh5- 7931 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/phpunit.xml.dist [unknown] 113 164 68.9% -lh5- d404 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/psalm.xml [unknown] 1340 3146 42.6% -lh5- d823 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/README.md [unknown] 2724 16050 17.0% -lh5- 063a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/Base32.php [unknown] 1212 3417 35.5% -lh5- 9d25 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/Base32Hex.php [unknown] 2375 8841 26.9% -lh5- c623 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/Base64.php [unknown] 1295 3039 42.6% -lh5- 18a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/Base64DotSlash.php [unknown] 1247 2784 44.8% -lh5- 9881 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/Base64DotSlashOrdered.php [unknown] 1356 3228 42.0% -lh5- c8a5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/Base64UrlSafe.php [unknown] 1150 2606 44.1% -lh5- d0bd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/Binary.php [unknown] 961 1984 48.4% -lh5- 3b79 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/EncoderInterface.php [unknown] 1322 6526 20.3% -lh5- ebbe Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/Encoding.php [unknown] 1681 5239 32.1% -lh5- afc0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/Hex.php [unknown] 1153 4238 27.2% -lh5- 424c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/src/RFC4648.php [unknown] 353 1480 23.9% -lh5- 69ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/tests/Base32HexTest.php [unknown] 346 1439 24.0% -lh5- 83e6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/tests/Base32Test.php [unknown] 304 972 31.3% -lh5- 7016 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/tests/Base64DotSlashOrderedTest.php [unknown] 297 916 32.4% -lh5- 93b1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/tests/Base64DotSlashTest.php [unknown] 1790 3763 47.6% -lh5- a32c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/tests/Base64Test.php [unknown] 450 1549 29.1% -lh5- d506 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/tests/Base64UrlSafeTest.php [unknown] 1107 9352 11.8% -lh5- 0b5f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/tests/EncodingTest.php [unknown] 307 983 31.2% -lh5- 6662 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/tests/HexTest.php [unknown] 596 3736 16.0% -lh5- cdc9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/co nstant_time_encoding/tests/RFC4648Test.php [unknown] 122 134 91.0% -lh5- e6ac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/ra ndom_compat/build-phar.sh [unknown] 415 870 47.7% -lh5- 8d9c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/ra ndom_compat/composer.json [unknown] 182 215 84.7% -lh5- 419e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/ra ndom_compat/dist/random_compat.phar.pubkey [unknown] 393 488 80.5% -lh5- 6fdf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/ra ndom_compat/dist/random_compat.phar.pubkey.asc [unknown] 764 1327 57.6% -lh5- 22be Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/ra ndom_compat/lib/random.php [unknown] 645 1098 58.7% -lh5- 1c16 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/ra ndom_compat/LICENSE [unknown] 688 1633 42.1% -lh5- 0778 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/ra ndom_compat/other/build_phar.php [unknown] 129 231 55.8% -lh5- f3fb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/ra ndom_compat/psalm-autoload.php [unknown] 262 596 44.0% -lh5- d0c7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/paragonie/ra ndom_compat/psalm.xml [unknown] 435 967 45.0% -lh5- 4351 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/.github/stale.yml [unknown] 614 1567 39.2% -lh5- f045 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/CHANGES.md [unknown] 54 54 100.0% -lh0- dc79 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/codecov.yml [unknown] 441 1101 40.1% -lh5- f887 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/composer.json [unknown] 483 883 54.7% -lh5- c14d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/CONTRIBUTING.md [unknown] 6993 18046 38.8% -lh5- c1f5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/LICENSE [unknown] 489 930 52.6% -lh5- 6ee3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/PERFORMANCE.md [unknown] 426 1059 40.2% -lh5- 8709 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/phpunit.xml [unknown] 1810 4544 39.8% -lh5- 25cc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/README.md [unknown] 1280 5301 24.1% -lh5- 326d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/src/functions.php [unknown] 1997 6726 29.7% -lh5- f0f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/src/Loader.php [unknown] 603 1045 57.7% -lh5- c09b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/src/ReaderException.php [unknown] 1203 2801 42.9% -lh5- a1b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/src/StringReader.php [unknown] 2906 10336 28.1% -lh5- 64ef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/m otranslator/src/Translator.php [unknown] 584 1330 43.9% -lh5- d9bd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s hapefile/CHANGELOG.md [unknown] 54 54 100.0% -lh0- dc79 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s hapefile/codecov.yml [unknown] 401 938 42.8% -lh5- bb83 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s hapefile/composer.json [unknown] 481 877 54.8% -lh5- b500 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s hapefile/CONTRIBUTING.md [unknown] 6993 18046 38.8% -lh5- c1f5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s hapefile/LICENSE [unknown] 343 808 42.5% -lh5- 371b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s hapefile/phpunit.xml [unknown] 927 1971 47.0% -lh5- 77e8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s hapefile/README.md [unknown] 4244 17891 23.7% -lh5- 8ba2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s hapefile/src/ShapeFile.php [unknown] 4044 24886 16.3% -lh5- 6640 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s hapefile/src/ShapeRecord.php [unknown] 1122 2849 39.4% -lh5- 72e1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s hapefile/src/Util.php [unknown] 371 686 54.1% -lh5- fac6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/bin/highlight-query [unknown] 369 681 54.2% -lh5- 827e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/bin/lint-query [unknown] 373 685 54.5% -lh5- c012 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/bin/tokenize-query [unknown] 4533 13583 33.4% -lh5- 87c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/CHANGELOG.md [unknown] 1515 3351 45.2% -lh5- 2c9d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/CODE_OF_CONDUCT.md [unknown] 628 1653 38.0% -lh5- c256 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/composer.json [unknown] 610 1155 52.8% -lh5- 3c99 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/CONTRIBUTING.md [unknown] 6996 18092 38.7% -lh5- a33a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/LICENSE.txt [unknown] 351 489 71.8% -lh5- d7d2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/af/LC_MESSAGES/sqlparser.mo [unknown] 2498 6089 41.0% -lh5- 2624 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ar/LC_MESSAGES/sqlparser.mo [unknown] 1552 3280 47.3% -lh5- 8a74 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ast/LC_MESSAGES/sqlparser.mo [unknown] 1635 3420 47.8% -lh5- 157d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/az/LC_MESSAGES/sqlparser.mo [unknown] 2225 5418 41.1% -lh5- 7686 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/be/LC_MESSAGES/sqlparser.mo [unknown] 2055 4503 45.6% -lh5- b421 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/be@latin/LC_MESSAGES/sqlparser.mo [unknown] 1414 2799 50.5% -lh5- 92a8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/bg/LC_MESSAGES/sqlparser.mo [unknown] 350 487 71.9% -lh5- 84d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/bn/LC_MESSAGES/sqlparser.mo [unknown] 348 485 71.8% -lh5- 4c69 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/br/LC_MESSAGES/sqlparser.mo [unknown] 353 488 72.3% -lh5- cf0c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/brx/LC_MESSAGES/sqlparser.mo [unknown] 393 561 70.1% -lh5- 21cd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/bs/LC_MESSAGES/sqlparser.mo [unknown] 1993 4537 43.9% -lh5- 5c28 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ca/LC_MESSAGES/sqlparser.mo [unknown] 346 492 70.3% -lh5- 0ebb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ckb/LC_MESSAGES/sqlparser.mo [unknown] 2255 5297 42.6% -lh5- 0bc9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/cs/LC_MESSAGES/sqlparser.mo [unknown] 377 544 69.3% -lh5- 9ad2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/cy/LC_MESSAGES/sqlparser.mo [unknown] 1934 4348 44.5% -lh5- e5b0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/da/LC_MESSAGES/sqlparser.mo [unknown] 2246 5334 42.1% -lh5- 89ed Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/de/LC_MESSAGES/sqlparser.mo [unknown] 2279 5693 40.0% -lh5- b7c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/el/LC_MESSAGES/sqlparser.mo [unknown] 1627 5103 31.9% -lh5- f8cb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/en_GB/LC_MESSAGES/sqlparser.mo [unknown] 348 490 71.0% -lh5- e93e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/eo/LC_MESSAGES/sqlparser.mo [unknown] 1964 4518 43.5% -lh5- 357e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/es/LC_MESSAGES/sqlparser.mo [unknown] 2176 4890 44.5% -lh5- fab8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/et/LC_MESSAGES/sqlparser.mo [unknown] 349 486 71.8% -lh5- 96e3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/eu/LC_MESSAGES/sqlparser.mo [unknown] 950 1549 61.3% -lh5- f0a3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/fa/LC_MESSAGES/sqlparser.mo [unknown] 1145 2313 49.5% -lh5- 2cc2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/fi/LC_MESSAGES/sqlparser.mo [unknown] 2282 5393 42.3% -lh5- 9a5d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/fr/LC_MESSAGES/sqlparser.mo [unknown] 350 500 70.0% -lh5- 2238 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/fy/LC_MESSAGES/sqlparser.mo [unknown] 349 488 71.5% -lh5- 3bab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/gl/LC_MESSAGES/sqlparser.mo [unknown] 1183 2528 46.8% -lh5- 87fe Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/gu/LC_MESSAGES/sqlparser.mo [unknown] 2387 6153 38.8% -lh5- 1bd2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/he/LC_MESSAGES/sqlparser.mo [unknown] 1388 3406 40.8% -lh5- 725f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/hi/LC_MESSAGES/sqlparser.mo [unknown] 393 562 69.9% -lh5- 7ea9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/hr/LC_MESSAGES/sqlparser.mo [unknown] 1707 3514 48.6% -lh5- e05b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/hu/LC_MESSAGES/sqlparser.mo [unknown] 832 1659 50.2% -lh5- c872 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/hy/LC_MESSAGES/sqlparser.mo [unknown] 2112 5165 40.9% -lh5- 92ae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ia/LC_MESSAGES/sqlparser.mo [unknown] 2172 5137 42.3% -lh5- f071 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/id/LC_MESSAGES/sqlparser.mo [unknown] 1986 4563 43.5% -lh5- c52e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/it/LC_MESSAGES/sqlparser.mo [unknown] 2462 5856 42.0% -lh5- 3dc3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ja/LC_MESSAGES/sqlparser.mo [unknown] 345 483 71.4% -lh5- 7650 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ka/LC_MESSAGES/sqlparser.mo [unknown] 1984 4258 46.6% -lh5- 57df Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/kk/LC_MESSAGES/sqlparser.mo [unknown] 386 524 73.7% -lh5- d986 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/km/LC_MESSAGES/sqlparser.mo [unknown] 353 499 70.7% -lh5- 052d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/kn/LC_MESSAGES/sqlparser.mo [unknown] 2146 4803 44.7% -lh5- 542e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ko/LC_MESSAGES/sqlparser.mo [unknown] 350 498 70.3% -lh5- 3c78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ksh/LC_MESSAGES/sqlparser.mo [unknown] 350 486 72.0% -lh5- 5be8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ky/LC_MESSAGES/sqlparser.mo [unknown] 357 505 70.7% -lh5- 6ff1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/li/LC_MESSAGES/sqlparser.mo [unknown] 388 553 70.2% -lh5- e820 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/lt/LC_MESSAGES/sqlparser.mo [unknown] 373 527 70.8% -lh5- 1ee1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/lv/LC_MESSAGES/sqlparser.mo [unknown] 363 507 71.6% -lh5- 98c7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/mk/LC_MESSAGES/sqlparser.mo [unknown] 2204 6510 33.9% -lh5- acd3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ml/LC_MESSAGES/sqlparser.mo [unknown] 525 729 72.0% -lh5- ede0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/mn/LC_MESSAGES/sqlparser.mo [unknown] 343 480 71.5% -lh5- 0379 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ms/LC_MESSAGES/sqlparser.mo [unknown] 2220 5046 44.0% -lh5- 42c0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/nb/LC_MESSAGES/sqlparser.mo [unknown] 348 486 71.6% -lh5- e1b6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ne/LC_MESSAGES/sqlparser.mo [unknown] 2193 5255 41.7% -lh5- e6c7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/nl/LC_MESSAGES/sqlparser.mo [unknown] 349 486 71.8% -lh5- ba2d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/pa/LC_MESSAGES/sqlparser.mo [unknown] 2094 4561 45.9% -lh5- f766 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/pl/LC_MESSAGES/sqlparser.mo [unknown] 2269 5345 42.5% -lh5- 59d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/pt/LC_MESSAGES/sqlparser.mo [unknown] 2277 5419 42.0% -lh5- 36e3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/pt_BR/LC_MESSAGES/sqlparser.mo [unknown] 375 524 71.6% -lh5- a2fd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/rcf/LC_MESSAGES/sqlparser.mo [unknown] 2076 4638 44.8% -lh5- 84e1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ro/LC_MESSAGES/sqlparser.mo [unknown] 2568 6620 38.8% -lh5- 3a50 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ru/LC_MESSAGES/sqlparser.mo [unknown] 875 1717 51.0% -lh5- e1b3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/si/LC_MESSAGES/sqlparser.mo [unknown] 2067 4506 45.9% -lh5- 5a20 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/sk/LC_MESSAGES/sqlparser.mo [unknown] 2243 5236 42.8% -lh5- 6b7b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/sl/LC_MESSAGES/sqlparser.mo [unknown] 1965 4385 44.8% -lh5- 5f85 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/sq/LC_MESSAGES/sqlparser.mo [unknown] 1675 6860 24.4% -lh5- fe66 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/sqlparser.pot [unknown] 391 561 69.7% -lh5- 5cc3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/sr/LC_MESSAGES/sqlparser.mo [unknown] 405 583 69.5% -lh5- e9c1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/sr@latin/LC_MESSAGES/sqlparser.mo [unknown] 1484 3213 46.2% -lh5- 6a5c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/sv/LC_MESSAGES/sqlparser.mo [unknown] 498 725 68.7% -lh5- ee0b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ta/LC_MESSAGES/sqlparser.mo [unknown] 667 1051 63.5% -lh5- 228a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/te/LC_MESSAGES/sqlparser.mo [unknown] 2370 6957 34.1% -lh5- 80e8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/th/LC_MESSAGES/sqlparser.mo [unknown] 349 486 71.8% -lh5- 52bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/tk/LC_MESSAGES/sqlparser.mo [unknown] 2274 5223 43.5% -lh5- 438c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/tr/LC_MESSAGES/sqlparser.mo [unknown] 343 480 71.5% -lh5- 1f72 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/tt/LC_MESSAGES/sqlparser.mo [unknown] 752 1128 66.7% -lh5- 64e8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ug/LC_MESSAGES/sqlparser.mo [unknown] 2255 5591 40.3% -lh5- 6ac8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/uk/LC_MESSAGES/sqlparser.mo [unknown] 350 486 72.0% -lh5- f08b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/ur/LC_MESSAGES/sqlparser.mo [unknown] 352 486 72.4% -lh5- 082e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/uz/LC_MESSAGES/sqlparser.mo [unknown] 354 500 70.8% -lh5- f79b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/uz@latin/LC_MESSAGES/sqlparser.mo [unknown] 2038 4397 46.3% -lh5- 06cd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/vi/LC_MESSAGES/sqlparser.mo [unknown] 356 507 70.2% -lh5- dcd1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/vls/LC_MESSAGES/sqlparser.mo [unknown] 2075 4170 49.8% -lh5- b120 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/zh_CN/LC_MESSAGES/sqlparser.mo [unknown] 2041 4292 47.6% -lh5- 2292 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/locale/zh_TW/LC_MESSAGES/sqlparser.mo [unknown] 485 1645 29.5% -lh5- 677d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/phpunit.xml.dist [unknown] 1435 3867 37.1% -lh5- 0ff9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/README.md [unknown] 742 2101 35.3% -lh5- ba3b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Component.php [unknown] 2352 9606 24.5% -lh5- b343 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/AlterOperation.php [unknown] 1046 3645 28.7% -lh5- a891 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/Array2d.php [unknown] 1328 5065 26.2% -lh5- c9d5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/ArrayObj.php [unknown] 1863 10070 18.5% -lh5- 7743 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/CaseExpression.php [unknown] 1642 6053 27.1% -lh5- 1e42 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/Condition.php [unknown] 2606 10853 24.0% -lh5- d7e8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/CreateDefinition.php [unknown] 1399 4674 29.9% -lh5- ca99 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/DataType.php [unknown] 3315 15359 21.6% -lh5- ca81 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/Expression.php [unknown] 1157 4094 28.3% -lh5- 737b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/ExpressionArray.php [unknown] 895 2999 29.8% -lh5- 3716 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/FunctionCall.php [unknown] 1026 3447 29.8% -lh5- 654c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/GroupKeyword.php [unknown] 1477 6475 22.8% -lh5- 6f75 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/IndexHint.php [unknown] 1958 8131 24.1% -lh5- 50de Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/IntoKeyword.php [unknown] 1585 6449 24.6% -lh5- 522f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/JoinKeyword.php [unknown] 1390 5555 25.0% -lh5- 362b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/Key.php [unknown] 937 3186 29.4% -lh5- 06c5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/Limit.php [unknown] 1285 5836 22.0% -lh5- 691a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/LockExpression.php [unknown] 2906 12439 23.4% -lh5- 61ef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/OptionsArray.php [unknown] 1052 3595 29.3% -lh5- f371 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/OrderKeyword.php [unknown] 1241 4712 26.3% -lh5- ddd5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/ParameterDefinition.php [unknown] 1747 7102 24.6% -lh5- 6f64 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/PartitionDefinition.php [unknown] 1121 3922 28.6% -lh5- f5df Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/Reference.php [unknown] 1221 4909 24.9% -lh5- b74d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/RenameOperation.php [unknown] 1220 4260 28.6% -lh5- 8c8a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/SetOperation.php [unknown] 325 696 46.7% -lh5- a79f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Components/UnionKeyword.php [unknown] 4729 19288 24.5% -lh5- ef83 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Context.php [unknown] 4915 17971 27.3% -lh5- 77e9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Contexts/ContextMariaDb100000.php [unknown] 5898 22416 26.3% -lh5- e6d4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Contexts/ContextMariaDb100100.php [unknown] 5909 22434 26.3% -lh5- fa14 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Contexts/ContextMariaDb100200.php [unknown] 5920 22502 26.3% -lh5- ed28 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Contexts/ContextMariaDb100300.php [unknown] 4457 16007 27.8% -lh5- ac3d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Contexts/ContextMySql50000.php [unknown] 4841 17663 27.4% -lh5- 1400 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Contexts/ContextMySql50100.php [unknown] 4908 17957 27.3% -lh5- 3d72 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Contexts/ContextMySql50500.php [unknown] 5499 20566 26.7% -lh5- ff0d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Contexts/ContextMySql50600.php [unknown] 5893 22402 26.3% -lh5- 3c97 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Contexts/ContextMySql50700.php [unknown] 5923 22524 26.3% -lh5- 2a94 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Contexts/ContextMySql80000.php [unknown] 472 1004 47.0% -lh5- 6b9c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Core.php [unknown] 352 873 40.3% -lh5- 0e9b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Exceptions/LexerException.php [unknown] 316 653 48.4% -lh5- 132a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Exceptions/LoaderException.php [unknown] 324 712 45.5% -lh5- 4dd8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Exceptions/ParserException.php [unknown] 7009 33765 20.8% -lh5- ca34 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Lexer.php [unknown] 3793 21278 17.8% -lh5- 1f3f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Parser.php [unknown] 4292 18193 23.6% -lh5- f52d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statement.php [unknown] 1114 3768 29.6% -lh5- 8ec0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/AlterStatement.php [unknown] 321 636 50.5% -lh5- 4fef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/AnalyzeStatement.php [unknown] 303 527 57.5% -lh5- 5ea7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/BackupStatement.php [unknown] 343 739 46.4% -lh5- 3f96 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/CallStatement.php [unknown] 301 527 57.1% -lh5- 47b4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/CheckStatement.php [unknown] 271 451 60.1% -lh5- cf3b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/ChecksumStatement.php [unknown] 4015 22928 17.5% -lh5- e2b2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/CreateStatement.php [unknown] 2079 11678 17.8% -lh5- f61c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/DeleteStatement.php [unknown] 500 1433 34.9% -lh5- cf14 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/DropStatement.php [unknown] 141 200 70.5% -lh5- c45d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/ExplainStatement.php [unknown] 1705 7459 22.9% -lh5- f0c1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/InsertStatement.php [unknown] 2344 11074 21.2% -lh5- bf55 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/LoadStatement.php [unknown] 1048 3494 30.0% -lh5- b517 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/LockStatement.php [unknown] 610 1503 40.6% -lh5- 9142 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/MaintenanceStatement.php [unknown] 562 1374 40.9% -lh5- f557 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/NotImplementedStatement.php [unknown] 317 641 49.5% -lh5- 5e8d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/OptimizeStatement.php [unknown] 1126 3853 29.2% -lh5- 31b0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/PurgeStatement.php [unknown] 583 1377 42.3% -lh5- e971 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/RenameStatement.php [unknown] 320 570 56.1% -lh5- ff9a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/RepairStatement.php [unknown] 1425 5335 26.7% -lh5- ea36 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/ReplaceStatement.php [unknown] 274 477 57.4% -lh5- e927 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/RestoreStatement.php [unknown] 1777 7436 23.9% -lh5- e840 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/SelectStatement.php [unknown] 624 2028 30.8% -lh5- e0c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/SetStatement.php [unknown] 421 1280 32.9% -lh5- 7631 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/ShowStatement.php [unknown] 768 2348 32.7% -lh5- 9e47 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/TransactionStatement.php [unknown] 353 747 47.3% -lh5- d468 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/TruncateStatement.php [unknown] 695 2334 29.8% -lh5- 7ae4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Statements/UpdateStatement.php [unknown] 2845 9541 29.8% -lh5- 84a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Token.php [unknown] 1112 4507 24.7% -lh5- 532c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/TokensList.php [unknown] 2778 10400 26.7% -lh5- e8bb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Tools/ContextGenerator.php [unknown] 1839 6458 28.5% -lh5- b42d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Tools/TestGenerator.php [unknown] 562 1610 34.9% -lh5- 5f1e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Translator.php [unknown] 1394 4911 28.4% -lh5- 45b6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/UtfString.php [unknown] 3052 13773 22.2% -lh5- 645b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Utils/BufferedQuery.php [unknown] 1285 6164 20.8% -lh5- 3cfa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Utils/CLI.php [unknown] 796 2883 27.6% -lh5- 9066 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Utils/Error.php [unknown] 5011 22535 22.2% -lh5- 83c3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Utils/Formatter.php [unknown] 808 2969 27.2% -lh5- feb1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Utils/Misc.php [unknown] 5110 26519 19.3% -lh5- d669 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Utils/Query.php [unknown] 815 3587 22.7% -lh5- e838 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Utils/Routine.php [unknown] 874 3648 24.0% -lh5- 89c0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Utils/Table.php [unknown] 1147 4064 28.2% -lh5- c2a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/s ql-parser/src/Utils/Tokens.php [unknown] 260 392 66.3% -lh5- 6761 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/t wig-i18n-extension/CHANGELOG.md [unknown] 490 1237 39.6% -lh5- caf8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/t wig-i18n-extension/composer.json [unknown] 648 1108 58.5% -lh5- 0a6e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/t wig-i18n-extension/LICENSE [unknown] 290 660 43.9% -lh5- f4ce Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/t wig-i18n-extension/phpunit.xml.dist [unknown] 2400 6458 37.2% -lh5- f879 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/t wig-i18n-extension/README.rst [unknown] 381 847 45.0% -lh5- 3c99 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/t wig-i18n-extension/src/I18nExtension.php [unknown] 1425 5212 27.3% -lh5- 0e66 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/t wig-i18n-extension/src/Node/TransNode.php [unknown] 945 3007 31.4% -lh5- 2157 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/t wig-i18n-extension/src/TokenParser/TransTokenParser.php [unknown] 1024 5042 20.3% -lh5- 398f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpmyadmin/t wig-i18n-extension/test/Node/TransTest.php [unknown] 403 791 50.9% -lh5- 01bb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/appveyor.yml [unknown] 147 279 52.7% -lh5- 4651 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/AUTHORS [unknown] 211 339 62.2% -lh5- 2094 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/BACKERS.md [unknown] 810 2179 37.2% -lh5- bf96 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/composer.json [unknown] 630 1081 58.3% -lh5- e5f5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/LICENSE [unknown] 271 432 62.7% -lh5- 843e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/phpseclib/bootstrap.php [unknown] 1379 3701 37.3% -lh5- 852f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/phpseclib/Crypt/AES.php [unknown] 17919 102836 17.4% -lh5- 0666 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/phpseclib/Crypt/Base.php [unknown] 4182 12324 33.9% -lh5- 143f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/phpseclib/Crypt/Random.php [unknown] 12188 41781 29.2% -lh5- 8fc2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/phpseclib/Crypt/Rijndael.php [unknown] 104 104 100.0% -lh0- 6eb8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/phpseclib/openssl.cnf [unknown] 1294 2730 47.4% -lh5- fd9a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/phpseclib/ph pseclib/README.md [unknown] 377 946 39.9% -lh5- fc31 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/.scrutinizer.yml [unknown] 442 724 61.0% -lh5- 9dfa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/.travis.yml [unknown] 159 256 62.1% -lh5- 6d05 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/CHANGELOG.md [unknown] 459 1009 45.5% -lh5- e952 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/composer.json [unknown] 8159 66929 12.2% -lh5- f6db Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/composer.lock [unknown] 633 1094 57.9% -lh5- 98c6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/LICENSE.md [unknown] 435 1157 37.6% -lh5- 7fdc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/phpunit.xml [unknown] 1444 3807 37.9% -lh5- 2823 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/README.md [unknown] 820 3898 21.0% -lh5- 7b80 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/src/Google2FA.php [unknown] 0 0 ****** -lh0- 0000 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/tests/.gitkeep [unknown] 469 1087 43.1% -lh5- 328a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/tests/bootstrap.php [unknown] 11924 17962 66.4% -lh5- 4198 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/tests/Constants.php [unknown] 558 1609 34.7% -lh5- 8c74 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa-qrcode/tests/Google2FATest.php [unknown] 377 946 39.9% -lh5- fc31 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/.scrutinizer.yml [unknown] 424 698 60.7% -lh5- b040 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/.travis.yml [unknown] 939 2365 39.7% -lh5- 8d7b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/CHANGELOG.md [unknown] 484 1067 45.4% -lh5- 5a43 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/composer.json [unknown] 7392 61708 12.0% -lh5- c1ae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/composer.lock [unknown] 102734 102734 100.0% -lh0- e572 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/docs/playground.jpg [unknown] 633 1094 57.9% -lh5- 98c6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/LICENSE.md [unknown] 435 1157 37.6% -lh5- 7fdc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/phpunit.xml [unknown] 4490 12445 36.1% -lh5- c5a1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/README.md [unknown] 645 1164 55.4% -lh5- 260d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/RELICENSED.md [unknown] 80 83 96.4% -lh5- 67a7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Exceptions/Contracts/Google2FA.php [unknown] 97 109 89.0% -lh5- 6c2d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Exceptions/Contracts/IncompatibleWithGoogleAuthenticator.php [unknown] 90 91 98.9% -lh5- 82a8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Exceptions/Contracts/InvalidCharacters.php [unknown] 90 91 98.9% -lh5- e34a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Exceptions/Contracts/SecretKeyTooShort.php [unknown] 117 235 49.8% -lh5- ba32 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Exceptions/Google2FAException.php [unknown] 205 550 37.3% -lh5- 80a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php [unknown] 186 458 40.6% -lh5- 6180 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Exceptions/InvalidCharactersException.php [unknown] 206 480 42.9% -lh5- bbf6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Exceptions/SecretKeyTooShortException.php [unknown] 2081 10719 19.4% -lh5- e7a3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Google2FA.php [unknown] 1184 4626 25.6% -lh5- 85eb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Support/Base32.php [unknown] 255 413 61.7% -lh5- 93fc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Support/Constants.php [unknown] 238 536 44.4% -lh5- 668d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Support/QRCode.php [unknown] 195 380 51.3% -lh5- 52fc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/src/Support/Url.php [unknown] 0 0 ****** -lh0- 0000 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/tests/.gitkeep [unknown] 472 1091 43.3% -lh5- a239 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/tests/bootstrap.php [unknown] 268 449 59.7% -lh5- 7b57 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/tests/Constants.php [unknown] 1924 14921 12.9% -lh5- eaa7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/tests/Google2FATest.php [unknown] 13 13 100.0% -lh0- d776 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/pragmarx/goo gle2fa/upgrading.md [unknown] 422 746 56.6% -lh5- 4a56 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/cache/CH ANGELOG.md [unknown] 264 513 51.5% -lh5- f2d4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/cache/co mposer.json [unknown] 638 1080 59.1% -lh5- 2e5e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/cache/LI CENSE.txt [unknown] 186 277 67.1% -lh5- 7a68 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/cache/RE ADME.md [unknown] 113 143 79.0% -lh5- b4a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/cache/sr c/CacheException.php [unknown] 1312 3772 34.8% -lh5- 2396 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/cache/sr c/CacheItemInterface.php [unknown] 1166 4389 26.6% -lh5- c499 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/cache/sr c/CacheItemPoolInterface.php [unknown] 171 299 57.2% -lh5- cc55 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/cache/sr c/InvalidArgumentException.php [unknown] 311 654 47.6% -lh5- c86e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/containe r/composer.json [unknown] 672 1145 58.7% -lh5- 59cb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/containe r/LICENSE [unknown] 189 278 68.0% -lh5- 9cb1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/containe r/README.md [unknown] 167 248 67.3% -lh5- 3296 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/containe r/src/ContainerExceptionInterface.php [unknown] 462 1098 42.1% -lh5- 7fc6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/containe r/src/ContainerInterface.php [unknown] 172 256 67.2% -lh5- e2a8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/containe r/src/NotFoundExceptionInterface.php [unknown] 283 561 50.4% -lh5- 236e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/comp oser.json [unknown] 639 1085 58.9% -lh5- e834 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/LICE NSE [unknown] 809 3088 26.2% -lh5- 64fc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/AbstractLogger.php [unknown] 75 96 78.1% -lh5- 61a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/InvalidArgumentException.php [unknown] 172 297 57.9% -lh5- 9752 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/LoggerAwareInterface.php [unknown] 204 397 51.4% -lh5- 0a35 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/LoggerAwareTrait.php [unknown] 914 3114 29.4% -lh5- 2191 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/LoggerInterface.php [unknown] 901 3415 26.4% -lh5- a966 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/LoggerTrait.php [unknown] 198 336 58.9% -lh5- 5501 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/LogLevel.php [unknown] 391 707 55.3% -lh5- e52f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/NullLogger.php [unknown] 177 251 70.5% -lh5- dc1d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/Test/DummyTest.php [unknown] 1312 4649 28.2% -lh5- 58bd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/Test/LoggerInterfaceTest.php [unknown] 1069 4527 23.6% -lh5- 9190 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/Psr/ Log/Test/TestLogger.php [unknown] 603 1346 44.8% -lh5- c855 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/psr/log/READ ME.md [unknown] 250 432 57.9% -lh5- 82a1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/samyoul/u2f- php-server/composer.json [unknown] 695 1312 53.0% -lh5- 4795 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/samyoul/u2f- php-server/LICENCE.md [unknown] 5197 17221 30.2% -lh5- 8946 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/samyoul/u2f- php-server/README.md [unknown] 423 1509 28.0% -lh5- b14d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/samyoul/u2f- php-server/src/Registration.php [unknown] 402 1059 38.0% -lh5- e49e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/samyoul/u2f- php-server/src/RegistrationRequest.php [unknown] 468 1431 32.7% -lh5- 10f1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/samyoul/u2f- php-server/src/SignRequest.php [unknown] 720 1727 41.7% -lh5- 5b29 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/samyoul/u2f- php-server/src/U2FException.php [unknown] 4263 15804 27.0% -lh5- 0920 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/samyoul/u2f- php-server/src/U2FServer.php [unknown] 1027 2437 42.1% -lh5- daf8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e-contracts/CacheInterface.php [unknown] 1095 2545 43.0% -lh5- d296 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e-contracts/CacheTrait.php [unknown] 434 811 53.5% -lh5- 5ae5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e-contracts/CallbackInterface.php [unknown] 431 1017 42.4% -lh5- e6f5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e-contracts/composer.json [unknown] 798 1744 45.8% -lh5- a0cf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e-contracts/ItemInterface.php [unknown] 628 1065 59.0% -lh5- e243 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e-contracts/LICENSE [unknown] 197 330 59.7% -lh5- 7b8f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e-contracts/README.md [unknown] 538 1005 53.5% -lh5- 75bd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e-contracts/TagAwareCacheInterface.php [unknown] 2451 8213 29.8% -lh5- 71d7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/AbstractAdapter.php [unknown] 3319 12461 26.6% -lh5- e0de Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/AbstractTagAwareAdapter.php [unknown] 500 1026 48.7% -lh5- 4ef2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/AdapterInterface.php [unknown] 378 643 58.8% -lh5- eb10 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/ApcuAdapter.php [unknown] 1290 4352 29.6% -lh5- c8b4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/ArrayAdapter.php [unknown] 2126 8811 24.1% -lh5- 7849 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/ChainAdapter.php [unknown] 380 700 54.3% -lh5- 24fa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/DoctrineAdapter.php [unknown] 436 933 46.7% -lh5- 9707 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/FilesystemAdapter.php [unknown] 2085 7597 27.4% -lh5- 57be Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/FilesystemTagAwareAdapter.php [unknown] 672 1301 51.7% -lh5- 19f2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/MemcachedAdapter.php [unknown] 759 2778 27.3% -lh5- b51c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/NullAdapter.php [unknown] 942 2366 39.8% -lh5- b3e1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/PdoAdapter.php [unknown] 2087 9633 21.7% -lh5- b39e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/PhpArrayAdapter.php [unknown] 674 1356 49.7% -lh5- 4381 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/PhpFilesAdapter.php [unknown] 2229 8410 26.5% -lh5- 2199 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/ProxyAdapter.php [unknown] 717 1887 38.0% -lh5- fb4d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/Psr16Adapter.php [unknown] 454 1024 44.3% -lh5- a7d0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/RedisAdapter.php [unknown] 3650 11328 32.2% -lh5- 8d61 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/RedisTagAwareAdapter.php [unknown] 336 553 60.8% -lh5- 1ec4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/SimpleCacheAdapter.php [unknown] 2444 11626 21.0% -lh5- eec9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/TagAwareAdapter.php [unknown] 427 785 54.4% -lh5- 62a8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/TagAwareAdapterInterface.php [unknown] 1463 7063 20.7% -lh5- 2625 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/TraceableAdapter.php [unknown] 480 926 51.8% -lh5- 8610 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Adapter/TraceableTagAwareAdapter.php [unknown] 1716 5883 29.2% -lh5- 9d95 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/CacheItem.php [unknown] 1367 3543 38.6% -lh5- 2316 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/CHANGELOG.md [unknown] 615 1690 36.4% -lh5- d882 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/composer.json [unknown] 1334 5929 22.5% -lh5- 8f46 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/DataCollector/CacheDataCollector.php [unknown] 991 3002 33.0% -lh5- 0931 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/DependencyInjection/CacheCollectorPass.php [unknown] 606 1409 43.0% -lh5- ec39 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/DependencyInjection/CachePoolClearerPass.php [unknown] 2209 9234 23.9% -lh5- 955d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/DependencyInjection/CachePoolPass.php [unknown] 783 2036 38.5% -lh5- dbe2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/DependencyInjection/CachePoolPrunerPass.php [unknown] 706 2219 31.8% -lh5- edee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/DoctrineProvider.php [unknown] 306 655 46.7% -lh5- 1809 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Exception/CacheException.php [unknown] 318 725 43.9% -lh5- 682c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Exception/InvalidArgumentException.php [unknown] 311 665 46.8% -lh5- cc95 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Exception/LogicException.php [unknown] 628 1065 59.0% -lh5- 40d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/LICENSE [unknown] 1772 6606 26.8% -lh5- 6620 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/LockRegistry.php [unknown] 1184 3524 33.6% -lh5- 1583 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Marshaller/DefaultMarshaller.php [unknown] 562 1237 45.4% -lh5- af7c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Marshaller/DeflateMarshaller.php [unknown] 561 1081 51.9% -lh5- 6dc0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Marshaller/MarshallerInterface.php [unknown] 1160 3107 37.3% -lh5- 47be Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Marshaller/TagAwareMarshaller.php [unknown] 309 485 63.7% -lh5- 4748 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/PruneableInterface.php [unknown] 1676 8353 20.1% -lh5- 1f19 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Psr16Cache.php [unknown] 429 922 46.5% -lh5- 17c6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/README.md [unknown] 266 418 63.6% -lh5- eb44 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/ResettableInterface.php [unknown] 1811 6561 27.6% -lh5- 8708 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/AbstractCache.php [unknown] 496 961 51.6% -lh5- aeac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/ApcuCache.php [unknown] 1501 5390 27.8% -lh5- 8bcf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/ArrayCache.php [unknown] 1689 7084 23.8% -lh5- 07ad Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/ChainCache.php [unknown] 532 1103 48.2% -lh5- 28c5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/DoctrineCache.php [unknown] 584 1344 43.5% -lh5- 2bc9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/FilesystemCache.php [unknown] 548 1139 48.1% -lh5- 22fd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/MemcachedCache.php [unknown] 601 1951 30.8% -lh5- d816 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/NullCache.php [unknown] 1065 2655 40.1% -lh5- 2c97 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/PdoCache.php [unknown] 1500 7874 19.1% -lh5- f324 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/PhpArrayCache.php [unknown] 821 1759 46.7% -lh5- cd63 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/PhpFilesCache.php [unknown] 340 579 58.7% -lh5- 1317 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/Psr6Cache.php [unknown] 560 1175 47.7% -lh5- 7108 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/RedisCache.php [unknown] 1321 6429 20.5% -lh5- ff8f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Simple/TraceableCache.php [unknown] 1141 3809 30.0% -lh5- 54ed Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/AbstractAdapterTrait.php [unknown] 2605 9337 27.9% -lh5- d055 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/AbstractTrait.php [unknown] 1196 3195 37.4% -lh5- cff1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/ApcuTrait.php [unknown] 1451 4922 29.5% -lh5- 55cf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/ArrayTrait.php [unknown] 1160 3492 33.2% -lh5- 6eec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/ContractsTrait.php [unknown] 795 2264 35.1% -lh5- bed8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/DoctrineTrait.php [unknown] 1708 5081 33.6% -lh5- e559 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/FilesystemCommonTrait.php [unknown] 1018 3002 33.9% -lh5- 854d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/FilesystemTrait.php [unknown] 3620 13034 27.8% -lh5- e538 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/MemcachedTrait.php [unknown] 4499 20248 22.2% -lh5- 9f43 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/PdoTrait.php [unknown] 1616 5166 31.3% -lh5- bc1f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/PhpArrayTrait.php [unknown] 2373 9296 25.5% -lh5- 147e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/PhpFilesTrait.php [unknown] 407 817 49.8% -lh5- c9e9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/ProxyTrait.php [unknown] 484 1699 28.5% -lh5- 432d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/RedisClusterProxy.php [unknown] 500 1815 27.5% -lh5- ce6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/RedisProxy.php [unknown] 5030 21223 23.7% -lh5- b269 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/cach e/Traits/RedisTrait.php [unknown] 1364 3302 41.3% -lh5- 2756 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/CHANGELOG.md [unknown] 496 1243 39.9% -lh5- bde8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/composer.json [unknown] 701 1584 44.3% -lh5- 15cd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/ConfigCache.php [unknown] 639 1291 49.5% -lh5- 7ade Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/ConfigCacheFactory.php [unknown] 493 961 51.3% -lh5- 5008 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/ConfigCacheFactoryInterface.php [unknown] 593 1328 44.7% -lh5- 2fe9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/ConfigCacheInterface.php [unknown] 3033 12047 25.2% -lh5- 958a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/ArrayNode.php [unknown] 3293 14901 22.1% -lh5- a430 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/BaseNode.php [unknown] 594 1265 47.0% -lh5- 5e60 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/BooleanNode.php [unknown] 3522 15976 22.0% -lh5- 5b87 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/ArrayNodeDefinition.php [unknown] 582 1299 44.8% -lh5- dacd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/BooleanNodeDefinition.php [unknown] 354 579 61.1% -lh5- fd92 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/BuilderAwareInterface.php [unknown] 580 1252 46.3% -lh5- aa12 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/EnumNodeDefinition.php [unknown] 1310 5389 24.3% -lh5- e246 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/ExprBuilder.php [unknown] 419 783 53.5% -lh5- 5aa2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/FloatNodeDefinition.php [unknown] 422 794 53.1% -lh5- 01b4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/IntegerNodeDefinition.php [unknown] 545 1332 40.9% -lh5- d532 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/MergeBuilder.php [unknown] 1320 5734 23.0% -lh5- 8b3d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/NodeBuilder.php [unknown] 2001 8437 23.7% -lh5- b444 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/NodeDefinition.php [unknown] 288 447 64.4% -lh5- fcd9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/NodeParentInterface.php [unknown] 617 1410 43.8% -lh5- f4f9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/NormalizationBuilder.php [unknown] 711 1921 37.0% -lh5- 0939 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/NumericNodeDefinition.php [unknown] 540 1176 45.9% -lh5- 72c5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/ParentNodeDefinitionInterface.php [unknown] 415 756 54.9% -lh5- f273 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/ScalarNodeDefinition.php [unknown] 1102 3312 33.3% -lh5- 57f2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/TreeBuilder.php [unknown] 497 965 51.5% -lh5- 86d8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/ValidationBuilder.php [unknown] 667 1743 38.3% -lh5- 2709 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Builder/VariableNodeDefinition.php [unknown] 338 613 55.1% -lh5- 4efd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/ConfigurationInterface.php [unknown] 2379 10135 23.5% -lh5- a89e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Dumper/XmlReferenceDumper.php [unknown] 1972 7670 25.7% -lh5- c3c1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Dumper/YamlReferenceDumper.php [unknown] 780 1667 46.8% -lh5- 7b02 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/EnumNode.php [unknown] 358 581 61.6% -lh5- 2b41 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Exception/DuplicateKeyException.php [unknown] 289 459 63.0% -lh5- cb34 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Exception/Exception.php [unknown] 361 593 60.9% -lh5- 6b30 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Exception/ForbiddenOverwriteException.php [unknown] 537 1106 48.6% -lh5- 6ba7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Exception/InvalidConfigurationException.php [unknown] 296 474 62.4% -lh5- 00eb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Exception/InvalidDefinitionException.php [unknown] 306 493 62.1% -lh5- 242a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Exception/InvalidTypeException.php [unknown] 285 440 64.8% -lh5- f95e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Exception/TreeWithoutRootNodeException.php [unknown] 339 540 62.8% -lh5- 77df Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Exception/UnsetKeyException.php [unknown] 603 1240 48.6% -lh5- 5b6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/FloatNode.php [unknown] 552 1103 50.0% -lh5- 65ce Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/IntegerNode.php [unknown] 748 2557 29.3% -lh5- ee6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/NodeInterface.php [unknown] 746 1823 40.9% -lh5- f456 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/NumericNode.php [unknown] 921 2680 34.4% -lh5- 2853 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/Processor.php [unknown] 3139 12217 25.7% -lh5- 7ad4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/PrototypedArrayNode.php [unknown] 371 631 58.8% -lh5- 8f54 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/PrototypeNodeInterface.php [unknown] 785 1678 46.8% -lh5- e76a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/ScalarNode.php [unknown] 1315 3793 34.7% -lh5- e5d4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Definition/VariableNode.php [unknown] 458 846 54.1% -lh5- f579 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Exception/FileLoaderImportCircularReferenceException.php [unknown] 1364 4000 34.1% -lh5- 95a3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Exception/FileLoaderLoadException.php [unknown] 448 788 56.9% -lh5- 2c13 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Exception/FileLocatorFileNotFoundException.php [unknown] 295 474 62.2% -lh5- fa5c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Exception/LoaderLoadException.php [unknown] 969 2519 38.5% -lh5- 41f0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/FileLocator.php [unknown] 489 1038 47.1% -lh5- c115 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/FileLocatorInterface.php [unknown] 628 1065 59.0% -lh5- 7148 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/LICENSE [unknown] 538 1269 42.4% -lh5- 6a80 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Loader/DelegatingLoader.php [unknown] 2043 6742 30.3% -lh5- 2de3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Loader/FileLoader.php [unknown] 359 714 50.3% -lh5- df92 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Loader/GlobFileLoader.php [unknown] 632 1854 34.1% -lh5- 9d6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Loader/Loader.php [unknown] 510 1358 37.6% -lh5- b87b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Loader/LoaderInterface.php [unknown] 632 1583 39.9% -lh5- 3662 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Loader/LoaderResolver.php [unknown] 399 795 50.2% -lh5- 9d68 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Loader/LoaderResolverInterface.php [unknown] 322 632 50.9% -lh5- 2004 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/README.md [unknown] 1993 7208 27.6% -lh5- 2394 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Resource/ClassExistenceResource.php [unknown] 694 1615 43.0% -lh5- ce45 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Resource/ComposerResource.php [unknown] 1043 2902 35.9% -lh5- cd11 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Resource/DirectoryResource.php [unknown] 565 1342 42.1% -lh5- 5e44 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Resource/FileExistenceResource.php [unknown] 637 1521 41.9% -lh5- a6ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Resource/FileResource.php [unknown] 2196 7506 29.3% -lh5- a62e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Resource/GlobResource.php [unknown] 1943 8000 24.3% -lh5- 4c22 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Resource/ReflectionClassResource.php [unknown] 516 1043 49.5% -lh5- 9109 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Resource/ResourceInterface.php [unknown] 469 994 47.2% -lh5- 8700 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Resource/SelfCheckingResourceChecker.php [unknown] 458 834 54.9% -lh5- dea3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Resource/SelfCheckingResourceInterface.php [unknown] 1773 5654 31.4% -lh5- ab70 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/ResourceCheckerConfigCache.php [unknown] 576 1253 46.0% -lh5- 251d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/ResourceCheckerConfigCacheFactory.php [unknown] 617 1378 44.8% -lh5- d466 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/ResourceCheckerInterface.php [unknown] 350 549 63.8% -lh5- c32b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Util/Exception/InvalidXmlException.php [unknown] 313 466 67.2% -lh5- 8190 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Util/Exception/XmlParsingException.php [unknown] 2700 9855 27.4% -lh5- 7b6f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/conf ig/Util/XmlUtils.php [unknown] 1140 3506 32.5% -lh5- 76bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Alias.php [unknown] 344 570 60.4% -lh5- f7d2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Argument/ArgumentInterface.php [unknown] 624 1499 41.6% -lh5- b25d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Argument/BoundArgument.php [unknown] 327 514 63.6% -lh5- ed6a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Argument/IteratorArgument.php [unknown] 613 1359 45.1% -lh5- cc27 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Argument/ReferenceSetArgumentTrait.php [unknown] 445 916 48.6% -lh5- c50f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Argument/RewindableGenerator.php [unknown] 554 1195 46.4% -lh5- 2df4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Argument/ServiceClosureArgument.php [unknown] 521 1252 41.6% -lh5- 6d82 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Argument/ServiceLocator.php [unknown] 490 1064 46.1% -lh5- 7f36 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Argument/ServiceLocatorArgument.php [unknown] 936 2734 34.2% -lh5- b0e9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Argument/TaggedIteratorArgument.php [unknown] 3522 10867 32.4% -lh5- f359 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/CHANGELOG.md [unknown] 1097 3305 33.2% -lh5- 49c2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ChildDefinition.php [unknown] 2006 8373 24.0% -lh5- 705e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/AbstractRecursivePass.php [unknown] 1774 6298 28.2% -lh5- 9acf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/AnalyzeServiceReferencesPass.php [unknown] 605 1374 44.0% -lh5- 627d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/AutoAliasServicePass.php [unknown] 4461 18764 23.8% -lh5- 7257 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/AutowirePass.php [unknown] 1036 2877 36.0% -lh5- bf63 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/AutowireRequiredMethodsPass.php [unknown] 890 3037 29.3% -lh5- e66c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/CheckArgumentsValidityPass.php [unknown] 919 2448 37.5% -lh5- a0e0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/CheckCircularReferencesPass.php [unknown] 1506 4685 32.1% -lh5- 528d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/CheckDefinitionValidityPass.php [unknown] 1065 3101 34.3% -lh5- 6900 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php [unknown] 647 1472 44.0% -lh5- 728f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/CheckReferenceValidityPass.php [unknown] 2913 11529 25.3% -lh5- ad64 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/CheckTypeDeclarationsPass.php [unknown] 1072 3076 34.9% -lh5- 6db7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/Compiler.php [unknown] 383 668 57.3% -lh5- f627 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/CompilerPassInterface.php [unknown] 1230 4189 29.4% -lh5- 4ab4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/DecoratorServicePass.php [unknown] 778 1865 41.7% -lh5- fed2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/DefinitionErrorExceptionPass.php [unknown] 442 892 49.6% -lh5- 01d9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ExtensionCompilerPass.php [unknown] 1936 8168 23.7% -lh5- 783b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/InlineServiceDefinitionsPass.php [unknown] 2075 8584 24.2% -lh5- 59a4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/MergeExtensionConfigurationPass.php [unknown] 1614 7240 22.3% -lh5- 690e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/PassConfig.php [unknown] 1728 7096 24.4% -lh5- fe5a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/PriorityTaggedServiceTrait.php [unknown] 1016 3005 33.8% -lh5- 8b58 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/RegisterEnvVarProcessorsPass.php [unknown] 811 2257 35.9% -lh5- e5cf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/RegisterReverseContainerPass.php [unknown] 1767 5972 29.6% -lh5- cdad Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/RegisterServiceSubscribersPass.php [unknown] 444 908 48.9% -lh5- 1515 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/RemoveAbstractDefinitionsPass.php [unknown] 559 1114 50.2% -lh5- 0403 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/RemovePrivateAliasesPass.php [unknown] 1083 3123 34.7% -lh5- 882f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/RemoveUnusedDefinitionsPass.php [unknown] 363 624 58.2% -lh5- ae23 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/RepeatablePassInterface.php [unknown] 790 2089 37.8% -lh5- 6a97 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/RepeatedPass.php [unknown] 1197 3531 33.9% -lh5- 6a99 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php [unknown] 2239 8930 25.1% -lh5- cee9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveBindingsPass.php [unknown] 1957 7214 27.1% -lh5- 053b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveChildDefinitionsPass.php [unknown] 729 1560 46.7% -lh5- 6b6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveClassPass.php [unknown] 557 1352 41.2% -lh5- 6685 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveEnvPlaceholdersPass.php [unknown] 601 1212 49.6% -lh5- 8bff Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveFactoryClassPass.php [unknown] 845 2257 37.4% -lh5- 85dd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveHotPathPass.php [unknown] 1784 6771 26.3% -lh5- f839 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveInstanceofConditionalsPass.php [unknown] 1508 5332 28.3% -lh5- 08ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveInvalidReferencesPass.php [unknown] 1330 4623 28.8% -lh5- 0e28 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveNamedArgumentsPass.php [unknown] 996 2964 33.6% -lh5- 5405 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveParameterPlaceHoldersPass.php [unknown] 448 1020 43.9% -lh5- 62ab Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolvePrivatesPass.php [unknown] 959 2468 38.9% -lh5- 841d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveReferencesToAliasesPass.php [unknown] 642 1632 39.3% -lh5- 61f6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveServiceSubscribersPass.php [unknown] 488 947 51.5% -lh5- a205 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ResolveTaggedIteratorArgumentPass.php [unknown] 1558 5219 29.9% -lh5- 929f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ServiceLocatorTagPass.php [unknown] 944 2581 36.6% -lh5- c78d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ServiceReferenceGraph.php [unknown] 714 2184 32.7% -lh5- 53b5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ServiceReferenceGraphEdge.php [unknown] 728 2391 30.4% -lh5- 2fbd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ServiceReferenceGraphNode.php [unknown] 1295 4112 31.5% -lh5- d1ac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Compiler/ValidateEnvPlaceholdersPass.php [unknown] 640 1709 37.4% -lh5- a043 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/composer.json [unknown] 489 1065 45.9% -lh5- 6272 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Config/ContainerParametersResource.php [unknown] 547 1337 40.9% -lh5- 1b5e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Config/ContainerParametersResourceChecker.php [unknown] 3764 15199 24.8% -lh5- 3783 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Container.php [unknown] 326 590 55.3% -lh5- cd56 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ContainerAwareInterface.php [unknown] 323 599 53.9% -lh5- 7aa2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ContainerAwareTrait.php [unknown] 11871 55806 21.3% -lh5- 308a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ContainerBuilder.php [unknown] 910 2962 30.7% -lh5- 30c4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ContainerInterface.php [unknown] 4789 23070 20.8% -lh5- 5ba1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Definition.php [unknown] 353 666 53.0% -lh5- 2e17 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Dumper/Dumper.php [unknown] 353 648 54.5% -lh5- b18e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Dumper/DumperInterface.php [unknown] 2457 9443 26.0% -lh5- 69f8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Dumper/GraphvizDumper.php [unknown] 18160 84811 21.4% -lh5- 0aae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Dumper/PhpDumper.php [unknown] 1048 3091 33.9% -lh5- 8fd1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Dumper/Preloader.php [unknown] 3176 15113 21.0% -lh5- 72e6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Dumper/XmlDumper.php [unknown] 2840 12535 22.7% -lh5- eb7c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Dumper/YamlDumper.php [unknown] 389 637 61.1% -lh5- d1d1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/EnvVarLoaderInterface.php [unknown] 2511 10249 24.5% -lh5- 02c2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/EnvVarProcessor.php [unknown] 554 1148 48.3% -lh5- f539 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/EnvVarProcessorInterface.php [unknown] 667 1957 34.1% -lh5- 8a2e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/AutowiringFailedException.php [unknown] 276 468 59.0% -lh5- 38c5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/BadMethodCallException.php [unknown] 311 486 64.0% -lh5- 19b1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/EnvNotFoundException.php [unknown] 472 776 60.8% -lh5- 5298 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/EnvParameterException.php [unknown] 325 610 53.3% -lh5- 624a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/ExceptionInterface.php [unknown] 314 537 58.5% -lh5- 7f9a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/InvalidArgumentException.php [unknown] 584 1163 50.2% -lh5- 104c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/InvalidParameterTypeException.php [unknown] 270 444 60.8% -lh5- 3f2c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/LogicException.php [unknown] 275 462 59.5% -lh5- c9be Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/OutOfBoundsException.php [unknown] 469 934 50.2% -lh5- 0aea Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/ParameterCircularReferenceException.php [unknown] 986 3339 29.5% -lh5- f919 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/ParameterNotFoundException.php [unknown] 305 507 60.2% -lh5- bb9c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/RuntimeException.php [unknown] 511 1018 50.2% -lh5- 7c6b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/ServiceCircularReferenceException.php [unknown] 715 1799 39.7% -lh5- e784 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Exception/ServiceNotFoundException.php [unknown] 518 1079 48.0% -lh5- 27fd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ExpressionLanguage.php [unknown] 554 1502 36.9% -lh5- 0650 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ExpressionLanguageProvider.php [unknown] 413 834 49.5% -lh5- 4b84 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Extension/ConfigurationExtensionInterface.php [unknown] 1486 4328 34.3% -lh5- 1ae3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Extension/Extension.php [unknown] 568 1302 43.6% -lh5- a9a9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Extension/ExtensionInterface.php [unknown] 311 540 57.6% -lh5- 2694 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Extension/PrependExtensionInterface.php [unknown] 511 1085 47.1% -lh5- c933 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/LazyProxy/Instantiator/InstantiatorInterface.php [unknown] 433 857 50.5% -lh5- 54a3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php [unknown] 562 1269 44.3% -lh5- 21f2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/LazyProxy/PhpDumper/DumperInterface.php [unknown] 461 1004 45.9% -lh5- d3f1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/LazyProxy/PhpDumper/NullDumper.php [unknown] 777 1951 39.8% -lh5- a737 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/LazyProxy/ProxyHelper.php [unknown] 628 1065 59.0% -lh5- 7148 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/LICENSE [unknown] 475 1055 45.0% -lh5- b343 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/ClosureLoader.php [unknown] 1026 2889 35.5% -lh5- 0087 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/AbstractConfigurator.php [unknown] 758 2439 31.1% -lh5- 612d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/AbstractServiceConfigurator.php [unknown] 404 719 56.2% -lh5- e68c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/AliasConfigurator.php [unknown] 1393 4802 29.0% -lh5- d647 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/ContainerConfigurator.php [unknown] 829 1961 42.3% -lh5- 2369 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/DefaultsConfigurator.php [unknown] 464 929 49.9% -lh5- d15a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/InlineServiceConfigurator.php [unknown] 570 1235 46.2% -lh5- 10bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/InstanceofConfigurator.php [unknown] 493 1092 45.1% -lh5- 9e40 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/ParametersConfigurator.php [unknown] 908 2528 35.9% -lh5- 217f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/PrototypeConfigurator.php [unknown] 535 1444 37.0% -lh5- 60ea Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/ReferenceConfigurator.php [unknown] 714 2125 33.6% -lh5- 061f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/ServiceConfigurator.php [unknown] 1595 5350 29.8% -lh5- 323d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/ServicesConfigurator.php [unknown] 380 649 58.6% -lh5- 6531 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/AbstractTrait.php [unknown] 445 988 45.0% -lh5- 8cad Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/ArgumentTrait.php [unknown] 550 1145 48.0% -lh5- 3d18 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/AutoconfigureTrait.php [unknown] 348 572 60.8% -lh5- ac5d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/AutowireTrait.php [unknown] 874 2051 42.6% -lh5- f825 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/BindTrait.php [unknown] 535 1070 50.0% -lh5- 321f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/CallTrait.php [unknown] 336 545 61.7% -lh5- fabc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/ClassTrait.php [unknown] 409 717 57.0% -lh5- e02f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/ConfiguratorTrait.php [unknown] 601 1347 44.6% -lh5- 8ffb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/DecorateTrait.php [unknown] 459 892 51.5% -lh5- 880a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/DeprecateTrait.php [unknown] 590 1102 53.5% -lh5- 9c4d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/FactoryTrait.php [unknown] 350 567 61.7% -lh5- 4d71 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/FileTrait.php [unknown] 460 807 57.0% -lh5- 9c8b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/LazyTrait.php [unknown] 702 1898 37.0% -lh5- a982 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/ParentTrait.php [unknown] 365 597 61.1% -lh5- 9a63 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/PropertyTrait.php [unknown] 329 654 50.3% -lh5- 3026 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/PublicTrait.php [unknown] 353 571 61.8% -lh5- dac9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/ShareTrait.php [unknown] 386 663 58.2% -lh5- 866c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/SyntheticTrait.php [unknown] 549 1145 47.9% -lh5- 512d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/Configurator/Traits/TagTrait.php [unknown] 616 1300 47.4% -lh5- 2568 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/DirectoryLoader.php [unknown] 2720 9303 29.2% -lh5- e2d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/FileLoader.php [unknown] 441 861 51.2% -lh5- 0006 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/GlobFileLoader.php [unknown] 1111 2919 38.1% -lh5- bc11 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/IniFileLoader.php [unknown] 888 2210 40.2% -lh5- 4b78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/PhpFileLoader.php [unknown] 1642 13001 12.6% -lh5- 48bd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/schema/dic/services/services-1.0.xsd [unknown] 7032 30989 22.7% -lh5- b7ae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/XmlFileLoader.php [unknown] 7536 37625 20.0% -lh5- dd9a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Loader/YamlFileLoader.php [unknown] 347 642 54.0% -lh5- e8ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Parameter.php [unknown] 425 1023 41.5% -lh5- de36 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ParameterBag/ContainerBag.php [unknown] 540 1382 39.1% -lh5- 96c3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ParameterBag/ContainerBagInterface.php [unknown] 1657 6367 26.0% -lh5- ea6e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ParameterBag/EnvPlaceholderParameterBag.php [unknown] 562 1592 35.3% -lh5- 4e2d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ParameterBag/FrozenParameterBag.php [unknown] 1905 8248 23.1% -lh5- 110c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ParameterBag/ParameterBag.php [unknown] 732 2853 25.7% -lh5- 50e7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ParameterBag/ParameterBagInterface.php [unknown] 270 584 46.2% -lh5- 3169 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/README.md [unknown] 478 1008 47.4% -lh5- a392 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Reference.php [unknown] 567 1123 50.5% -lh5- 5571 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ResettableContainerInterface.php [unknown] 918 2652 34.6% -lh5- b272 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ReverseContainer.php [unknown] 1693 5207 32.5% -lh5- 37c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ServiceLocator.php [unknown] 304 589 51.6% -lh5- 657f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/ServiceSubscriberInterface.php [unknown] 392 719 54.5% -lh5- ea9e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/TaggedContainerInterface.php [unknown] 939 2417 38.8% -lh5- 6f0e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/TypedReference.php [unknown] 404 715 56.5% -lh5- dfd0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/depe ndency-injection/Variable.php [unknown] 208 371 56.1% -lh5- 8175 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/CHANGELOG.md [unknown] 922 3110 29.6% -lh5- d33a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Compiler.php [unknown] 399 883 45.2% -lh5- 36f0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/composer.json [unknown] 349 698 50.0% -lh5- 2a25 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Expression.php [unknown] 1045 3298 31.7% -lh5- 8509 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/ExpressionFunction.php [unknown] 298 513 58.1% -lh5- eb35 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/ExpressionFunctionProviderInterface.php [unknown] 1358 4848 28.0% -lh5- 16fa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/ExpressionLanguage.php [unknown] 1214 4255 28.5% -lh5- 7d93 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Lexer.php [unknown] 628 1065 59.0% -lh5- 7148 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/LICENSE [unknown] 413 819 50.4% -lh5- dbe5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Node/ArgumentsNode.php [unknown] 841 2741 30.7% -lh5- 560c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Node/ArrayNode.php [unknown] 1024 4633 22.1% -lh5- 0be6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Node/BinaryNode.php [unknown] 508 1412 36.0% -lh5- 7486 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Node/ConditionalNode.php [unknown] 634 1995 31.8% -lh5- d160 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Node/ConstantNode.php [unknown] 569 1619 35.1% -lh5- ace9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Node/FunctionNode.php [unknown] 915 3854 23.7% -lh5- 4466 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Node/GetAttrNode.php [unknown] 414 910 45.5% -lh5- 4107 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Node/NameNode.php [unknown] 922 2638 35.0% -lh5- 07f5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Node/Node.php [unknown] 578 1485 38.9% -lh5- 9bd8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Node/UnaryNode.php [unknown] 374 735 50.9% -lh5- d8db Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/ParsedExpression.php [unknown] 3125 15715 19.9% -lh5- 065f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Parser.php [unknown] 304 651 46.7% -lh5- c783 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/README.md [unknown] 406 847 47.9% -lh5- 1d86 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/SerializedParsedExpression.php [unknown] 562 1252 44.9% -lh5- 0fde Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/SyntaxError.php [unknown] 694 1702 40.8% -lh5- 3d12 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/Token.php [unknown] 814 2233 36.5% -lh5- f255 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/expr ession-language/TokenStream.php [unknown] 510 1322 38.6% -lh5- cedd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/file system/CHANGELOG.md [unknown] 358 809 44.3% -lh5- bd7e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/file system/composer.json [unknown] 287 464 61.9% -lh5- d689 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/file system/Exception/ExceptionInterface.php [unknown] 480 969 49.5% -lh5- faca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/file system/Exception/FileNotFoundException.php [unknown] 290 463 62.6% -lh5- bbf3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/file system/Exception/InvalidArgumentException.php [unknown] 503 956 52.6% -lh5- edf1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/file system/Exception/IOException.php [unknown] 391 678 57.7% -lh5- aeae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/file system/Exception/IOExceptionInterface.php [unknown] 7180 29789 24.1% -lh5- 8781 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/file system/Filesystem.php [unknown] 628 1065 59.0% -lh5- 7148 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/file system/LICENSE [unknown] 226 498 45.4% -lh5- b6c1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/file system/README.md [unknown] 383 1518 25.2% -lh5- cfb6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-ctype/bootstrap.php [unknown] 429 988 43.4% -lh5- a7d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-ctype/composer.json [unknown] 1278 6269 20.4% -lh5- a396 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-ctype/Ctype.php [unknown] 628 1065 59.0% -lh5- 0008 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-ctype/LICENSE [unknown] 233 352 66.2% -lh5- 6081 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-ctype/README.md [unknown] 1193 6575 18.1% -lh5- 8a71 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-mbstring/bootstrap.php [unknown] 434 1008 43.1% -lh5- 701a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-mbstring/composer.json [unknown] 628 1065 59.0% -lh5- 696a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-mbstring/LICENSE [unknown] 5903 28145 21.0% -lh5- 4e46 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-mbstring/Mbstring.php [unknown] 231 372 62.1% -lh5- 202c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-mbstring/README.md [unknown] 6986 24537 28.5% -lh5- 37fc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-mbstring/Resources/unidata/lowerCase.php [unknown] 1980 6201 31.9% -lh5- b086 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-mbstring/Resources/unidata/titleCaseRegexp.php [unknown] 7161 24818 28.9% -lh5- 235e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-mbstring/Resources/unidata/upperCase.php [unknown] 677 1576 43.0% -lh5- a6c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-php56/bootstrap.php [unknown] 436 990 44.0% -lh5- f77d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-php56/composer.json [unknown] 628 1065 59.0% -lh5- 696a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-php56/LICENSE [unknown] 1241 3895 31.9% -lh5- d9e5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-php56/Php56.php [unknown] 287 519 55.3% -lh5- 0b6d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-php56/README.md [unknown] 266 436 61.0% -lh5- b46b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/Binary.php [unknown] 434 1449 30.0% -lh5- 342e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/BinaryNoFuncOverload.php [unknown] 497 1639 30.3% -lh5- caef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/BinaryOnFuncOverload.php [unknown] 384 880 43.6% -lh5- a81a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/composer.json [unknown] 628 1065 59.0% -lh5- 696a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/LICENSE [unknown] 240 374 64.2% -lh5- 78f5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/README.md [unknown] 479 1043 45.9% -lh5- af7b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/TestListener.php [unknown] 648 2205 29.4% -lh5- 73b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/TestListenerForV5.php [unknown] 669 2127 31.5% -lh5- 5a59 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/TestListenerForV6.php [unknown] 706 2302 30.7% -lh5- 43e7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/TestListenerForV7.php [unknown] 1607 5088 31.6% -lh5- f3ac Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/poly fill-util/TestListenerTrait.php [unknown] 439 1036 42.4% -lh5- d811 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/serv ice-contracts/composer.json [unknown] 628 1065 59.0% -lh5- e243 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/serv ice-contracts/LICENSE [unknown] 198 334 59.3% -lh5- a42b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/serv ice-contracts/README.md [unknown] 546 999 54.7% -lh5- f9fd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/serv ice-contracts/ResetInterface.php [unknown] 1244 3730 33.4% -lh5- 325c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/serv ice-contracts/ServiceLocatorTrait.php [unknown] 576 1210 47.6% -lh5- a437 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/serv ice-contracts/ServiceProviderInterface.php [unknown] 816 2246 36.3% -lh5- 0637 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/serv ice-contracts/ServiceSubscriberInterface.php [unknown] 788 1820 43.3% -lh5- bbf6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/serv ice-contracts/ServiceSubscriberTrait.php [unknown] 800 2895 27.6% -lh5- 48a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/serv ice-contracts/Test/ServiceLocatorTest.php [unknown] 57 57 100.0% -lh0- 2c59 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/CHANGELOG.md [unknown] 464 973 47.7% -lh5- b6bf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/composer.json [unknown] 346 545 63.5% -lh5- f123 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/Exception/ClassNotFoundException.php [unknown] 236 342 69.0% -lh5- 000b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/Exception/ExceptionInterface.php [unknown] 352 558 63.1% -lh5- 73f4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/Exception/NotInstantiableTypeException.php [unknown] 1339 3970 33.7% -lh5- dc42 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/Instantiator.php [unknown] 3870 15664 24.7% -lh5- 95ef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/Internal/Exporter.php [unknown] 1242 5386 23.1% -lh5- affb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/Internal/Hydrator.php [unknown] 335 558 60.0% -lh5- f080 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/Internal/Reference.php [unknown] 1450 5719 25.4% -lh5- 0038 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/Internal/Registry.php [unknown] 307 485 63.3% -lh5- 8048 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/Internal/Values.php [unknown] 628 1065 59.0% -lh5- e243 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/LICENSE [unknown] 849 1785 47.6% -lh5- 8a20 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/README.md [unknown] 1192 3527 33.8% -lh5- 7927 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/var- exporter/VarExporter.php [unknown] 2083 5857 35.6% -lh5- 489a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /CHANGELOG.md [unknown] 2609 8768 29.8% -lh5- 39aa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Command/LintCommand.php [unknown] 443 1024 43.3% -lh5- baa4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /composer.json [unknown] 1485 5202 28.5% -lh5- bdc5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Dumper.php [unknown] 1300 4081 31.9% -lh5- bfdc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Escaper.php [unknown] 274 455 60.2% -lh5- a7a5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Exception/DumpException.php [unknown] 269 462 58.2% -lh5- f59e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Exception/ExceptionInterface.php [unknown] 954 3446 27.7% -lh5- fd29 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Exception/ParseException.php [unknown] 304 485 62.7% -lh5- 9791 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Exception/RuntimeException.php [unknown] 6773 31538 21.5% -lh5- dc7c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Inline.php [unknown] 628 1065 59.0% -lh5- 7148 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /LICENSE [unknown] 9839 49509 19.9% -lh5- 4671 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Parser.php [unknown] 221 457 48.4% -lh5- 6a2f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /README.md [unknown] 378 709 53.3% -lh5- c754 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Tag/TaggedValue.php [unknown] 1138 3874 29.4% -lh5- b22d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Unescaper.php [unknown] 1097 2992 36.7% -lh5- c082 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/symfony/yaml /Yaml.php [unknown] 129 154 83.8% -lh5- 9762 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/.github/FUNDING.yml [unknown] 38617 116703 33.1% -lh5- 11bd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/CHANGELOG.TXT [unknown] 422 1048 40.3% -lh5- 4643 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/composer.json [unknown] 2025 5371 37.7% -lh5- 5e35 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/config/tcpdf_config.php [unknown] 570 848 67.2% -lh5- f5d0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS [unknown] 92 95 96.8% -lh5- bcf2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavu-fonts-ttf-2.34/BUGS [unknown] 4006 25945 15.4% -lh5- 7e26 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt [unknown] 1567 4816 32.5% -lh5- 5b3f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE [unknown] 23439 72646 32.3% -lh5- 8c3e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavu-fonts-ttf-2.34/NEWS [unknown] 971 2314 42.0% -lh5- 657a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavu-fonts-ttf-2.34/README [unknown] 49389 1444165 3.4% -lh5- ee75 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavu-fonts-ttf-2.34/status.txt [unknown] 4383 23444 18.7% -lh5- 6d00 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt [unknown] 10152 10454 97.1% -lh5- 0ed8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavusans.ctg.z [unknown] 50258 202079 24.9% -lh5- 0751 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavusans.php [unknown] 375806 375806 100.0% -lh0- 098d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavusans.z [unknown] 9926 10200 97.3% -lh5- df5b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavusansb.ctg.z [unknown] 49452 197327 25.1% -lh5- 0912 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavusansb.php [unknown] 347269 347269 100.0% -lh0- effc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/dejavusansb.z [unknown] 1012 2575 39.3% -lh5- b4da Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/fonts/helvetica.php [unknown] 9576 42800 22.4% -lh5- 12d2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/barcodes/datamatrix.php [unknown] 17637 53882 32.7% -lh5- 130c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/barcodes/pdf417.php [unknown] 18212 80083 22.7% -lh5- 8437 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/barcodes/qrcode.php [unknown] 4481 14700 30.5% -lh5- 1458 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/tcpdf_colors.php [unknown] 3607 14682 24.6% -lh5- 391f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/tcpdf_filters.php [unknown] 22872 96717 23.6% -lh5- 2807 Jul 7 19:34 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/tcpdf_fonts.php [unknown] 22811 96177 23.7% -lh5- dbf5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/tcpdf_fonts.php.orig [unknown] 57539 313432 18.4% -lh5- 9f9f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/tcpdf_font_data.php [unknown] 3671 11401 32.2% -lh5- 7a2a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/tcpdf_images.php [unknown] 28611 109740 26.1% -lh5- 08ec Jul 7 19:58 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/tcpdf_static.php [unknown] 28575 109534 26.1% -lh5- 87e5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/include/tcpdf_static.php.orig [unknown] 14913 43682 34.1% -lh5- 5673 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/LICENSE.TXT [unknown] 2202 4767 46.2% -lh5- afa9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/README.md [unknown] 205065 901091 22.8% -lh5- 75ed Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/tcpdf.php [unknown] 2169 7155 30.3% -lh5- 62eb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/tcpdf_autoconfig.php [unknown] 17608 73404 24.0% -lh5- 4cbe Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/tcpdf_barcodes_1d.php [unknown] 4002 14683 27.3% -lh5- e314 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/tcpdf_barcodes_2d.php [unknown] 1326 3327 39.9% -lh5- 2334 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/tcpdf_import.php [unknown] 7239 27636 26.2% -lh5- a14c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/tcpdf_parser.php [unknown] 6 6 100.0% -lh0- 8a15 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/tecnickcom/t cpdf/VERSION [unknown] 119 224 53.1% -lh5- b1e2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/.e ditorconfig [unknown] 399 799 49.9% -lh5- a255 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/.p hp_cs.dist [unknown] 553 1567 35.3% -lh5- b288 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/.t ravis.yml [unknown] 21075 63658 33.1% -lh5- ae6d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/CH ANGELOG [unknown] 526 1317 39.9% -lh5- 183a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/co mposer.json [unknown] 785 1633 48.1% -lh5- 7697 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/dr upal_test.sh [unknown] 217 459 47.3% -lh5- bb14 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/BaseNodeVisitor.php [unknown] 214 417 51.3% -lh5- 0806 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Cache/Filesystem.php [unknown] 208 375 55.5% -lh5- e00a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Cache/Null.php [unknown] 209 408 51.2% -lh5- 20a0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/CacheInterface.php [unknown] 201 342 58.8% -lh5- db7b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Compiler.php [unknown] 218 496 44.0% -lh5- 0862 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/ContainerRuntimeLoader.php [unknown] 203 363 55.9% -lh5- 15c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Environment.php [unknown] 199 345 57.7% -lh5- cfd8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Error.php [unknown] 208 389 53.5% -lh5- 36c1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Error/Loader.php [unknown] 209 396 52.8% -lh5- bf26 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Error/Runtime.php [unknown] 208 389 53.5% -lh5- 6689 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Error/Syntax.php [unknown] 214 461 46.4% -lh5- 146c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/ExistsLoaderInterface.php [unknown] 204 398 51.3% -lh5- 7957 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/ExpressionParser.php [unknown] 211 429 49.2% -lh5- 4ce6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension.php [unknown] 209 419 49.9% -lh5- 9138 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension/Core.php [unknown] 211 426 49.5% -lh5- 14fa Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension/Debug.php [unknown] 211 440 48.0% -lh5- 6d36 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension/Escaper.php [unknown] 218 458 47.6% -lh5- 482a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension/GlobalsInterface.php [unknown] 219 486 45.1% -lh5- f4c2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension/InitRuntimeInterface.php [unknown] 214 454 47.1% -lh5- 97bd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension/Optimizer.php [unknown] 212 447 47.4% -lh5- 713b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension/Profiler.php [unknown] 213 440 48.4% -lh5- 568a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension/Sandbox.php [unknown] 211 440 48.0% -lh5- 408d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension/Staging.php [unknown] 218 475 45.9% -lh5- de0f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Extension/StringLoader.php [unknown] 211 452 46.7% -lh5- 566f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/ExtensionInterface.php [unknown] 202 370 54.6% -lh5- bfd2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/ExtensionSet.php [unknown] 218 482 45.2% -lh5- 62fc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/FactoryRuntimeLoader.php [unknown] 215 489 44.0% -lh5- 8d97 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/FileExtensionEscapingStrategy.php [unknown] 202 348 58.0% -lh5- 51e3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Filter.php [unknown] 205 362 56.6% -lh5- eb37 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Function.php [unknown] 199 321 62.0% -lh5- 7865 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Lexer.php [unknown] 210 393 53.4% -lh5- 6f69 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Loader/Array.php [unknown] 210 393 53.4% -lh5- ef6b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Loader/Chain.php [unknown] 216 428 50.5% -lh5- 14bc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Loader/Filesystem.php [unknown] 212 419 50.6% -lh5- 4360 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/LoaderInterface.php [unknown] 200 328 61.0% -lh5- 66ba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Markup.php [unknown] 200 334 59.9% -lh5- dbb7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node.php [unknown] 213 406 52.5% -lh5- 04d1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/AutoEscape.php [unknown] 209 371 56.3% -lh5- 7292 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Block.php [unknown] 217 434 50.0% -lh5- 283b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/BlockReference.php [unknown] 208 364 57.1% -lh5- 9587 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Body.php [unknown] 217 427 50.8% -lh5- d107 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/CheckSecurity.php [unknown] 209 406 51.5% -lh5- 27f2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Deprecated.php [unknown] 205 350 58.6% -lh5- f458 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Do.php [unknown] 208 371 56.1% -lh5- 2235 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Embed.php [unknown] 220 470 46.8% -lh5- f8f9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression.php [unknown] 221 467 47.3% -lh5- 8e6c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Array.php [unknown] 224 502 44.6% -lh5- 7a29 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/AssignName.php [unknown] 228 492 46.3% -lh5- f579 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary.php [unknown] 225 475 47.4% -lh5- c5f9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Add.php [unknown] 225 475 47.4% -lh5- d59d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/And.php [unknown] 231 524 44.1% -lh5- 2752 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/BitwiseAnd.php [unknown] 230 517 44.5% -lh5- 9512 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/BitwiseOr.php [unknown] 232 524 44.3% -lh5- b973 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/BitwiseXor.php [unknown] 228 496 46.0% -lh5- 7028 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Concat.php [unknown] 225 475 47.4% -lh5- 1906 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Div.php [unknown] 231 510 45.3% -lh5- 9d1f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/EndsWith.php [unknown] 228 489 46.6% -lh5- 9e69 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Equal.php [unknown] 231 510 45.3% -lh5- c25e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/FloorDiv.php [unknown] 229 503 45.5% -lh5- fc7a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Greater.php [unknown] 234 538 43.5% -lh5- d1ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/GreaterEqual.php [unknown] 226 468 48.3% -lh5- eeaf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/In.php [unknown] 226 482 46.9% -lh5- 5700 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Less.php [unknown] 232 517 44.9% -lh5- 272e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/LessEqual.php [unknown] 230 503 45.7% -lh5- 330d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Matches.php [unknown] 226 475 47.6% -lh5- e527 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Mod.php [unknown] 226 475 47.6% -lh5- 70d1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Mul.php [unknown] 231 510 45.3% -lh5- 112a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/NotEqual.php [unknown] 229 489 46.8% -lh5- 0b8c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/NotIn.php [unknown] 225 468 48.1% -lh5- bfb2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Or.php [unknown] 227 489 46.4% -lh5- 89b6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Power.php [unknown] 227 489 46.4% -lh5- c7ef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Range.php [unknown] 232 524 44.3% -lh5- aaed Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/StartsWith.php [unknown] 226 475 47.6% -lh5- 3e38 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Binary/Sub.php [unknown] 228 530 43.0% -lh5- 39ce Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/BlockReference.php [unknown] 220 460 47.8% -lh5- 1079 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Call.php [unknown] 224 509 44.0% -lh5- 2342 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Conditional.php [unknown] 223 488 45.7% -lh5- f591 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Constant.php [unknown] 221 474 46.6% -lh5- da42 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Filter.php [unknown] 229 503 45.5% -lh5- aea4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Filter/Default.php [unknown] 224 488 45.9% -lh5- f0f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Function.php [unknown] 223 481 46.4% -lh5- 9dc8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/GetAttr.php [unknown] 224 502 44.6% -lh5- a0ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/MethodCall.php [unknown] 220 460 47.8% -lh5- 4e74 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Name.php [unknown] 225 516 43.6% -lh5- 0d49 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/NullCoalesce.php [unknown] 221 474 46.6% -lh5- b379 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Parent.php [unknown] 224 488 45.9% -lh5- 813e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/TempName.php [unknown] 219 460 47.6% -lh5- e9c2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Test.php [unknown] 227 488 46.5% -lh5- fb0e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Test/Constant.php [unknown] 225 481 46.8% -lh5- c634 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Test/Defined.php [unknown] 231 509 45.4% -lh5- 88cc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Test/Divisibleby.php [unknown] 224 460 48.7% -lh5- c9a5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Test/Even.php [unknown] 224 460 48.7% -lh5- eed7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Test/Null.php [unknown] 223 453 49.2% -lh5- 3c18 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Test/Odd.php [unknown] 225 474 47.5% -lh5- 0888 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Test/Sameas.php [unknown] 227 481 47.2% -lh5- 7d98 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Unary.php [unknown] 225 464 48.5% -lh5- 4b54 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Unary/Neg.php [unknown] 224 464 48.3% -lh5- 0918 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Unary/Not.php [unknown] 225 464 48.5% -lh5- 3c38 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Expression/Unary/Pos.php [unknown] 209 371 56.3% -lh5- d8e2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Flush.php [unknown] 207 357 58.0% -lh5- de38 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/For.php [unknown] 211 385 54.8% -lh5- 8a84 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/ForLoop.php [unknown] 207 350 59.1% -lh5- 1131 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/If.php [unknown] 211 378 55.8% -lh5- 23c3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Import.php [unknown] 212 385 55.1% -lh5- 3749 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Include.php [unknown] 209 371 56.3% -lh5- 9d30 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Macro.php [unknown] 209 378 55.3% -lh5- f54e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Module.php [unknown] 207 371 55.8% -lh5- 4a0c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Print.php [unknown] 211 385 54.8% -lh5- 2654 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Sandbox.php [unknown] 216 434 49.8% -lh5- 20d5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/SandboxedPrint.php [unknown] 206 357 57.7% -lh5- 6213 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Set.php [unknown] 211 399 52.9% -lh5- 403b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Spaceless.php [unknown] 207 364 56.9% -lh5- e2d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/Text.php [unknown] 208 364 57.1% -lh5- 2466 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Node/With.php [unknown] 214 446 48.0% -lh5- 68dd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/NodeCaptureInterface.php [unknown] 214 439 48.7% -lh5- 0859 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/NodeOutputInterface.php [unknown] 204 377 54.1% -lh5- 07d9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/NodeTraverser.php [unknown] 218 462 47.2% -lh5- 5bb4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/NodeVisitor/Escaper.php [unknown] 220 476 46.2% -lh5- 23de Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/NodeVisitor/Optimizer.php [unknown] 222 497 44.7% -lh5- 1ce7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/NodeVisitor/SafeAnalysis.php [unknown] 219 462 47.4% -lh5- 9272 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/NodeVisitor/Sandbox.php [unknown] 217 474 45.8% -lh5- 33b1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/NodeVisitorInterface.php [unknown] 198 328 60.4% -lh5- 5706 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Parser.php [unknown] 218 440 49.5% -lh5- 5438 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Profiler/Dumper/Base.php [unknown] 224 475 47.2% -lh5- 3ed0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Profiler/Dumper/Blackfire.php [unknown] 219 440 49.8% -lh5- d309 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Profiler/Dumper/Html.php [unknown] 217 440 49.3% -lh5- 774a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Profiler/Dumper/Text.php [unknown] 223 474 47.0% -lh5- c974 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Profiler/Node/EnterProfile.php [unknown] 224 474 47.3% -lh5- 51c9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Profiler/Node/LeaveProfile.php [unknown] 223 523 42.6% -lh5- 14b0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Profiler/NodeVisitor/Profiler.php [unknown] 203 389 52.2% -lh5- 59d0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Profiler/Profile.php [unknown] 218 496 44.0% -lh5- 3f54 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/RuntimeLoaderInterface.php [unknown] 213 425 50.1% -lh5- 7b27 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Sandbox/SecurityError.php [unknown] 227 537 42.3% -lh5- 905a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Sandbox/SecurityNotAllowedFilterError.php [unknown] 228 551 41.4% -lh5- a244 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Sandbox/SecurityNotAllowedFunctionError.php [unknown] 227 537 42.3% -lh5- a520 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Sandbox/SecurityNotAllowedMethodError.php [unknown] 229 551 41.6% -lh5- 5376 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Sandbox/SecurityNotAllowedPropertyError.php [unknown] 225 516 43.6% -lh5- 3077 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Sandbox/SecurityNotAllowedTagError.php [unknown] 216 432 50.0% -lh5- e103 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Sandbox/SecurityPolicy.php [unknown] 222 495 44.8% -lh5- a787 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Sandbox/SecurityPolicyInterface.php [unknown] 351 598 58.7% -lh5- d840 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/SimpleFilter.php [unknown] 353 612 57.7% -lh5- d3dc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/SimpleFunction.php [unknown] 349 584 59.8% -lh5- 91dc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/SimpleTest.php [unknown] 198 328 60.4% -lh5- 502b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Source.php [unknown] 222 510 43.5% -lh5- 54c4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/SourceContextLoaderInterface.php [unknown] 202 342 59.1% -lh5- 7bf1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Template.php [unknown] 207 391 52.9% -lh5- e699 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TemplateWrapper.php [unknown] 200 334 59.9% -lh5- d3c5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Test.php [unknown] 214 449 47.7% -lh5- 7363 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Test/IntegrationTestCase.php [unknown] 208 400 52.0% -lh5- bc93 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Test/NodeTestCase.php [unknown] 198 321 61.7% -lh5- cb73 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Token.php [unknown] 214 451 47.5% -lh5- d143 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser.php [unknown] 220 483 45.5% -lh5- d0cf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/AutoEscape.php [unknown] 214 448 47.8% -lh5- a4af Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Block.php [unknown] 215 483 44.5% -lh5- 503b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Deprecated.php [unknown] 212 427 49.6% -lh5- 279a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Do.php [unknown] 215 448 48.0% -lh5- 03de Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Embed.php [unknown] 215 462 46.5% -lh5- 74c0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Extends.php [unknown] 215 455 47.3% -lh5- feee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Filter.php [unknown] 214 448 47.8% -lh5- ee77 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Flush.php [unknown] 213 434 49.1% -lh5- 8d20 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/For.php [unknown] 215 441 48.8% -lh5- 9d3d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/From.php [unknown] 213 427 49.9% -lh5- 4918 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/If.php [unknown] 217 455 47.7% -lh5- a209 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Import.php [unknown] 219 462 47.4% -lh5- 0b0e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Include.php [unknown] 215 448 48.0% -lh5- 0803 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Macro.php [unknown] 218 462 47.2% -lh5- 4bd7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Sandbox.php [unknown] 212 434 48.8% -lh5- cf4b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Set.php [unknown] 220 476 46.2% -lh5- e896 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Spaceless.php [unknown] 212 434 48.8% -lh5- f980 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/Use.php [unknown] 214 441 48.5% -lh5- 735b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParser/With.php [unknown] 217 474 45.8% -lh5- 8a66 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenParserInterface.php [unknown] 205 363 56.5% -lh5- 5050 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/TokenStream.php [unknown] 212 456 46.5% -lh5- 325c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Util/DeprecationCollector.php [unknown] 216 449 48.1% -lh5- 1183 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/li b/Twig/Util/TemplateDirIterator.php [unknown] 789 1513 52.1% -lh5- 3468 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/LI CENSE [unknown] 425 802 53.0% -lh5- 88be Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/RE ADME.rst [unknown] 604 1470 41.1% -lh5- 5595 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Cache/CacheInterface.php [unknown] 1006 2608 38.6% -lh5- d0b6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Cache/FilesystemCache.php [unknown] 365 680 53.7% -lh5- 7402 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Cache/NullCache.php [unknown] 1555 5618 27.7% -lh5- dd57 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Compiler.php [unknown] 6142 28543 21.5% -lh5- 3bfc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Environment.php [unknown] 2194 7887 27.8% -lh5- b7d4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Error/Error.php [unknown] 285 448 63.6% -lh5- 6b7b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Error/LoaderError.php [unknown] 288 460 62.6% -lh5- a415 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Error/RuntimeError.php [unknown] 631 1230 51.3% -lh5- ad9e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Error/SyntaxError.php [unknown] 5933 32615 18.2% -lh5- b3ea Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/ExpressionParser.php [unknown] 310 765 40.5% -lh5- 33c6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/AbstractExtension.php [unknown] 11512 52144 22.1% -lh5- cef8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/CoreExtension.php [unknown] 772 1821 42.4% -lh5- f966 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/DebugExtension.php [unknown] 3832 14531 26.4% -lh5- 5e0e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/EscaperExtension.php [unknown] 586 1754 33.4% -lh5- bbdf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/ExtensionInterface.php [unknown] 414 804 51.5% -lh5- eab6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/GlobalsInterface.php [unknown] 469 933 50.3% -lh5- b28e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/InitRuntimeInterface.php [unknown] 340 655 51.9% -lh5- 378a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/OptimizerExtension.php [unknown] 442 1045 42.3% -lh5- 8bbc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/ProfilerExtension.php [unknown] 230 326 70.6% -lh5- 39a8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/RuntimeExtensionInterface.php [unknown] 757 3180 23.8% -lh5- f746 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/SandboxExtension.php [unknown] 706 2479 28.5% -lh5- 548d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/StagingExtension.php [unknown] 538 1123 47.9% -lh5- 6232 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Extension/StringLoaderExtension.php [unknown] 2432 12986 18.7% -lh5- 77ca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/ExtensionSet.php [unknown] 651 1521 42.8% -lh5- 0900 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/FileExtensionEscapingStrategy.php [unknown] 3892 19363 20.1% -lh5- 4fef Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Lexer.php [unknown] 822 2295 35.8% -lh5- c156 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Loader/ArrayLoader.php [unknown] 752 3103 24.2% -lh5- 11e9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Loader/ChainLoader.php [unknown] 287 477 60.2% -lh5- 760a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Loader/ExistsLoaderInterface.php [unknown] 2212 8785 25.2% -lh5- 99d6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Loader/FilesystemLoader.php [unknown] 625 1755 35.6% -lh5- a51d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Loader/LoaderInterface.php [unknown] 256 443 57.8% -lh5- 9523 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Loader/SourceContextLoaderInterface.php [unknown] 396 853 46.4% -lh5- 6ec1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Markup.php [unknown] 487 915 53.2% -lh5- 9942 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/AutoEscapeNode.php [unknown] 537 1084 49.5% -lh5- e8ec Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/BlockNode.php [unknown] 494 899 54.9% -lh5- d6f8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/BlockReferenceNode.php [unknown] 259 397 65.2% -lh5- f560 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/BodyNode.php [unknown] 886 3075 28.8% -lh5- c7a9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/CheckSecurityNode.php [unknown] 603 1246 48.4% -lh5- af78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/CheckToStringNode.php [unknown] 639 1445 44.2% -lh5- 42d1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/DeprecatedNode.php [unknown] 449 845 53.1% -lh5- f586 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/DoNode.php [unknown] 638 1460 43.7% -lh5- 7f6f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/EmbedNode.php [unknown] 300 533 56.3% -lh5- 2d06 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/AbstractExpression.php [unknown] 811 2319 35.0% -lh5- 7197 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/ArrayExpression.php [unknown] 565 1573 35.9% -lh5- 29f4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/ArrowFunctionExpression.php [unknown] 334 617 54.1% -lh5- 4b7a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/AssignNameExpression.php [unknown] 454 1067 42.5% -lh5- d55b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/AbstractBinary.php [unknown] 309 514 60.1% -lh5- 2273 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/AddBinary.php [unknown] 309 515 60.0% -lh5- 6043 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/AndBinary.php [unknown] 314 535 58.7% -lh5- 79c5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/BitwiseAndBinary.php [unknown] 316 532 59.4% -lh5- 896d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/BitwiseOrBinary.php [unknown] 317 535 59.3% -lh5- e122 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/BitwiseXorBinary.php [unknown] 309 523 59.1% -lh5- 44b2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/ConcatBinary.php [unknown] 308 514 59.9% -lh5- 07b1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/DivBinary.php [unknown] 451 1003 45.0% -lh5- 30ed Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/EndsWithBinary.php [unknown] 300 499 60.1% -lh5- 1551 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/EqualBinary.php [unknown] 345 673 51.3% -lh5- e14d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/FloorDivBinary.php [unknown] 300 504 59.5% -lh5- e500 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/GreaterBinary.php [unknown] 307 520 59.0% -lh5- 8342 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/GreaterEqualBinary.php [unknown] 367 762 48.2% -lh5- 1520 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/InBinary.php [unknown] 295 495 59.6% -lh5- adc8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/LessBinary.php [unknown] 302 511 59.1% -lh5- 1f01 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/LessEqualBinary.php [unknown] 367 771 47.6% -lh5- e134 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/MatchesBinary.php [unknown] 309 514 60.1% -lh5- 5f38 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/ModBinary.php [unknown] 307 514 59.7% -lh5- 8dd3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/MulBinary.php [unknown] 302 508 59.4% -lh5- 4978 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/NotEqualBinary.php [unknown] 375 776 48.3% -lh5- e979 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/NotInBinary.php [unknown] 309 512 60.4% -lh5- 98f8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/OrBinary.php [unknown] 299 499 59.9% -lh5- f93b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/PowerBinary.php [unknown] 364 762 47.8% -lh5- 6426 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/RangeBinary.php [unknown] 270 410 65.9% -lh5- c675 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/SpaceshipBinary.php [unknown] 447 996 44.9% -lh5- dca9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/StartsWithBinary.php [unknown] 308 514 59.9% -lh5- 6a68 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Binary/SubBinary.php [unknown] 815 2399 34.0% -lh5- 5f74 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/BlockReferenceExpression.php [unknown] 2713 12336 22.0% -lh5- b47c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/CallExpression.php [unknown] 429 1012 42.4% -lh5- f747 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/ConditionalExpression.php [unknown] 366 667 54.9% -lh5- c04a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/ConstantExpression.php [unknown] 721 1883 38.3% -lh5- 75b6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Filter/DefaultFilter.php [unknown] 558 1366 40.8% -lh5- 5fc0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/FilterExpression.php [unknown] 570 1462 39.0% -lh5- 60b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/FunctionExpression.php [unknown] 898 2870 31.3% -lh5- f183 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/GetAttrExpression.php [unknown] 365 667 54.7% -lh5- bc8e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/InlinePrint.php [unknown] 682 1868 36.5% -lh5- 4493 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/MethodCallExpression.php [unknown] 859 3045 28.2% -lh5- 603b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/NameExpression.php [unknown] 880 2194 40.1% -lh5- d89a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/NullCoalesceExpression.php [unknown] 540 1236 43.7% -lh5- 9ccd Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/ParentExpression.php [unknown] 370 716 51.7% -lh5- 2208 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/TempNameExpression.php [unknown] 541 1267 42.7% -lh5- 4aff Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Test/ConstantTest.php [unknown] 837 2646 31.6% -lh5- 987a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Test/DefinedTest.php [unknown] 434 885 49.0% -lh5- 10f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Test/DivisiblebyTest.php [unknown] 396 759 52.2% -lh5- 5f0d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Test/EvenTest.php [unknown] 391 741 52.8% -lh5- 78c1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Test/NullTest.php [unknown] 396 754 52.5% -lh5- 3303 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Test/OddTest.php [unknown] 416 836 49.8% -lh5- a287 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Test/SameasTest.php [unknown] 511 1193 42.8% -lh5- 0f9a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/TestExpression.php [unknown] 414 867 47.8% -lh5- 0b6b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Unary/AbstractUnary.php [unknown] 303 501 60.5% -lh5- 06b0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Unary/NegUnary.php [unknown] 303 501 60.5% -lh5- cf3f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Unary/NotUnary.php [unknown] 301 501 60.1% -lh5- 633e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/Unary/PosUnary.php [unknown] 272 436 62.4% -lh5- 5ce5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Expression/VariadicExpression.php [unknown] 390 700 55.7% -lh5- d942 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/FlushNode.php [unknown] 591 1596 37.0% -lh5- 1edb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/ForLoopNode.php [unknown] 1248 4308 29.0% -lh5- b30c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/ForNode.php [unknown] 634 1698 37.3% -lh5- 0681 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/IfNode.php [unknown] 650 1784 36.4% -lh5- 856d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/ImportNode.php [unknown] 970 3195 30.4% -lh5- e083 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/IncludeNode.php [unknown] 1087 3283 33.1% -lh5- 8732 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/MacroNode.php [unknown] 3016 15137 19.9% -lh5- d2b9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/ModuleNode.php [unknown] 1636 5420 30.2% -lh5- 19f5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/Node.php [unknown] 276 461 59.9% -lh5- 8ea9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/NodeCaptureInterface.php [unknown] 266 438 60.7% -lh5- 610e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/NodeOutputInterface.php [unknown] 489 936 52.2% -lh5- 8c78 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/PrintNode.php [unknown] 668 1488 44.9% -lh5- 2e35 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/SandboxedPrintNode.php [unknown] 522 1350 38.7% -lh5- 0580 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/SandboxNode.php [unknown] 1034 3417 30.3% -lh5- 11f4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/SetNode.php [unknown] 615 1213 50.7% -lh5- 5f29 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/SpacelessNode.php [unknown] 449 829 54.2% -lh5- 2d40 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/TextNode.php [unknown] 837 2204 38.0% -lh5- e436 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Node/WithNode.php [unknown] 813 2170 37.5% -lh5- ddc9 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/NodeTraverser.php [unknown] 524 1239 42.3% -lh5- 04ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/NodeVisitor/AbstractNodeVisitor.php [unknown] 1589 7193 22.1% -lh5- 2a60 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/NodeVisitor/EscaperNodeVisitor.php [unknown] 728 2195 33.2% -lh5- 177b Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/NodeVisitor/MacroAutoImportNodeVisitor.php [unknown] 550 1237 44.5% -lh5- 900a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/NodeVisitor/NodeVisitorInterface.php [unknown] 1732 6729 25.7% -lh5- b866 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/NodeVisitor/OptimizerNodeVisitor.php [unknown] 1200 5014 23.9% -lh5- 8567 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/NodeVisitor/SafeAnalysisNodeVisitor.php [unknown] 1091 4304 25.3% -lh5- 8a53 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/NodeVisitor/SandboxNodeVisitor.php [unknown] 3398 13091 26.0% -lh5- 43ba Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Parser.php [unknown] 657 1774 37.0% -lh5- 90ae Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Profiler/Dumper/BaseDumper.php [unknown] 768 2069 37.1% -lh5- 15ce Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Profiler/Dumper/BlackfireDumper.php [unknown] 620 1488 41.7% -lh5- eb13 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Profiler/Dumper/HtmlDumper.php [unknown] 427 950 44.9% -lh5- 98b7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Profiler/Dumper/TextDumper.php [unknown] 541 1327 40.8% -lh5- 85ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Profiler/Node/EnterProfileNode.php [unknown] 440 861 51.1% -lh5- f70f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Profiler/Node/LeaveProfileNode.php [unknown] 730 2427 30.1% -lh5- 62f3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Profiler/NodeVisitor/ProfilerNodeVisitor.php [unknown] 1205 4324 27.9% -lh5- d43d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Profiler/Profile.php [unknown] 471 978 48.2% -lh5- 2579 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/RuntimeLoader/ContainerRuntimeLoader.php [unknown] 454 905 50.2% -lh5- be3e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/RuntimeLoader/FactoryRuntimeLoader.php [unknown] 408 817 49.9% -lh5- 799d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/RuntimeLoader/RuntimeLoaderInterface.php [unknown] 292 483 60.5% -lh5- c554 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Sandbox/SecurityError.php [unknown] 620 1521 40.8% -lh5- 5793 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Sandbox/SecurityNotAllowedFilterError.php [unknown] 617 1537 40.1% -lh5- 16ee Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Sandbox/SecurityNotAllowedFunctionError.php [unknown] 639 1682 38.0% -lh5- ece4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Sandbox/SecurityNotAllowedMethodError.php [unknown] 641 1702 37.7% -lh5- 6046 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Sandbox/SecurityNotAllowedPropertyError.php [unknown] 615 1487 41.4% -lh5- 70af Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Sandbox/SecurityNotAllowedTagError.php [unknown] 1097 4038 27.2% -lh5- d3bb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Sandbox/SecurityPolicy.php [unknown] 382 829 46.1% -lh5- 17cc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Sandbox/SecurityPolicyInterface.php [unknown] 455 1059 43.0% -lh5- e5c2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Source.php [unknown] 2643 13118 20.1% -lh5- d25a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Template.php [unknown] 989 3761 26.3% -lh5- e15f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TemplateWrapper.php [unknown] 2467 9000 27.4% -lh5- 61de Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Test/IntegrationTestCase.php [unknown] 680 1761 38.6% -lh5- 50c3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Test/NodeTestCase.php [unknown] 1439 5980 24.1% -lh5- 53e7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Token.php [unknown] 349 641 54.4% -lh5- 8795 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/AbstractTokenParser.php [unknown] 604 1456 41.5% -lh5- ddb1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/ApplyTokenParser.php [unknown] 680 1613 42.2% -lh5- 936f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/AutoEscapeTokenParser.php [unknown] 952 2520 37.8% -lh5- fc83 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/BlockTokenParser.php [unknown] 512 1013 50.5% -lh5- 902c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/DeprecatedTokenParser.php [unknown] 434 801 54.2% -lh5- 6d95 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/DoTokenParser.php [unknown] 810 2293 35.3% -lh5- b1d2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/EmbedTokenParser.php [unknown] 600 1405 42.7% -lh5- 6cca Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/ExtendsTokenParser.php [unknown] 781 1900 41.1% -lh5- 8e6d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/FilterTokenParser.php [unknown] 411 735 55.9% -lh5- 3bfc Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/FlushTokenParser.php [unknown] 1523 5071 30.0% -lh5- 076f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/ForTokenParser.php [unknown] 706 1706 41.4% -lh5- b8e2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/FromTokenParser.php [unknown] 889 2532 35.1% -lh5- 786d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/IfTokenParser.php [unknown] 544 1205 45.1% -lh5- 36d3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/ImportTokenParser.php [unknown] 638 1659 38.5% -lh5- 5e14 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/IncludeTokenParser.php [unknown] 804 1934 41.6% -lh5- a7a0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/MacroTokenParser.php [unknown] 781 1837 42.5% -lh5- acfb Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/SandboxTokenParser.php [unknown] 806 2104 38.3% -lh5- a099 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/SetTokenParser.php [unknown] 701 1561 44.9% -lh5- f514 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/SpacelessTokenParser.php [unknown] 498 1142 43.6% -lh5- 30f7 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/TokenParserInterface.php [unknown] 847 2019 42.0% -lh5- cf3c Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/UseTokenParser.php [unknown] 588 1320 44.5% -lh5- 4a47 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenParser/WithTokenParser.php [unknown] 1100 3585 30.7% -lh5- 8bea Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TokenStream.php [unknown] 1150 3619 31.8% -lh5- 6ef2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TwigFilter.php [unknown] 1104 3380 32.7% -lh5- 1d9d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TwigFunction.php [unknown] 924 2504 36.9% -lh5- 2222 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/TwigTest.php [unknown] 852 2107 40.4% -lh5- de8a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Util/DeprecationCollector.php [unknown] 326 590 55.3% -lh5- d07e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/twig/twig/sr c/Util/TemplateDirIterator.php [unknown] 15905 54625 29.1% -lh5- 1ea0 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/CHANGELOG.md [unknown] 856 2602 32.9% -lh5- 7d51 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/composer.json [unknown] 77428 1372442 5.6% -lh5- ae1a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/dist/merged-raw.json [unknown] 84078 1062466 7.9% -lh5- d73d Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/dist/merged-raw.md [unknown] 71704 891200 8.0% -lh5- cf19 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/dist/merged-slim.json [unknown] 31979 251646 12.7% -lh5- a5a3 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/dist/merged-ultraslim.json [unknown] 32377 268895 12.0% -lh5- bf02 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/dist/merged-ultraslim.php [unknown] 5405 16726 32.3% -lh5- 35d1 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/LICENSE [unknown] 314 681 46.1% -lh5- b41f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/phpunit.xml [unknown] 886 2694 32.9% -lh5- 6ef2 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/README.md [unknown] 146 216 67.6% -lh5- fca6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/schemas/doc-url.json [unknown] 169 301 56.1% -lh5- b5c8 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/schemas/doc-version.json [unknown] 149 218 68.3% -lh5- edaf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/schemas/linked-key-var-url.json [unknown] 155 269 57.6% -lh5- df4e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/schemas/linked-key-var.json [unknown] 571 4107 13.9% -lh5- 713e Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/schemas/merged-raw.json [unknown] 536 3582 15.0% -lh5- 6f63 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/schemas/merged-slim.json [unknown] 377 2029 18.6% -lh5- ae8a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/schemas/merged-ultraslim.json [unknown] 496 1364 36.4% -lh5- de21 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/src/KBDocumentation.php [unknown] 812 3057 26.6% -lh5- 45a6 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/src/KBEntry.php [unknown] 124 158 78.5% -lh5- cc57 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/src/KBException.php [unknown] 1140 4561 25.0% -lh5- 9053 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/src/Search.php [unknown] 1261 4646 27.1% -lh5- 50b5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/src/SlimData.php [unknown] 306 1027 29.8% -lh5- 0bcf Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/test/data/ultraSlimDataTestWithVariables.json [unknown] 747 2579 29.0% -lh5- 550a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/test/DataTest.php [unknown] 421 1302 32.3% -lh5- a073 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/test/JsonEncodeTest.php [unknown] 1009 5124 19.7% -lh5- 517a Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/test/SearchTest.php [unknown] 636 1923 33.1% -lh5- 2285 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/vendor/williamdes/m ariadb-mysql-kbs/test/SlimDataTest.php [unknown] 564 1197 47.1% -lh5- 3f82 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/version_check.php [unknown] 2271 7186 31.6% -lh5- 1ae5 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/view_create.php [unknown] 1281 3529 36.3% -lh5- 13a4 Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/view_operations.php [unknown] 48181 111929 43.0% -lh5- ea0f Oct 15 2020 AAMP-native/Contrib/phpMyAdmin-5.0.4-all-languages/yarn.lock [unknown] 11833 17592 67.3% -lh5- bdb8 Nov 20 23:29 AAMP-native/Contrib/SystemV_IPC.info [unknown] 5263 6206 84.8% -lh5- 71cf Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/C.info [unknown] 3186 6548 48.7% -lh5- 2108 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/C/ipcrm [unknown] 5205 11832 44.0% -lh5- ca6a Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/C/ipcs [unknown] 781 2984 26.2% -lh5- 5ec5 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Install [unknown] 4634 5548 83.5% -lh5- 501c Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Install.info [unknown] 658 1628 40.4% -lh5- f710 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/InstallExtra/sysvipc_auto.o [unknown] 503 913 55.1% -lh5- 5f6d Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/ReadMe [unknown] 5469 6238 87.7% -lh5- 2ecd Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/ReadMe.info [unknown] 5264 6206 84.8% -lh5- 2fe5 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/SDK.info [unknown] 5265 6206 84.8% -lh5- 124a Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/SDK/Documentation.info [unknown] 5263 6206 84.8% -lh5- 0758 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/SDK/Documentation/AutoDocs.info [unknown] 7664 24453 31.3% -lh5- c4da Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/SDK/Documentation/AutoDocs/sysvipc.doc [unknown] 5262 6206 84.8% -lh5- b112 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/SDK/Local.info [unknown] 613 1818 33.7% -lh5- 5367 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/SDK/Local/Common/include/inline4/sysvi pc.h [unknown] 667 2377 28.1% -lh5- a48e Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/SDK/Local/Common/include/interfaces/sy svipc.h [unknown] 1297 3234 40.1% -lh5- 578d Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/SDK/Local/Common/include/libraries/sys vipc.h [unknown] 467 1498 31.2% -lh5- 0a75 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/SDK/Local/Common/include/proto/sysvipc .h [unknown] 5266 6206 84.9% -lh5- 312a Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source.info [unknown] 5263 6206 84.8% -lh5- 6f90 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples.info [unknown] 387 728 53.2% -lh5- 6bca Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples/test_ftok.c [unknown] 401 873 45.9% -lh5- f8b3 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples/test_msg_read.c [unknown] 411 860 47.8% -lh5- bbb0 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples/test_msg_send.c [unknown] 381 731 52.1% -lh5- 46dd Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples/test_sem_post.c [unknown] 445 843 52.8% -lh5- 4141 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples/test_sem_post_undo.c [unknown] 437 846 51.7% -lh5- d34a Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples/test_sem_prtval.c [unknown] 376 722 52.1% -lh5- eca0 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples/test_sem_wait.c [unknown] 377 728 51.8% -lh5- 6809 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples/test_sem_zwait.c [unknown] 426 847 50.3% -lh5- 0196 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples/test_shm_read.c [unknown] 413 808 51.1% -lh5- 5256 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Examples/test_shm_write.c [unknown] 5262 6206 84.8% -lh5- 6478 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library.info [unknown] 908 2337 38.9% -lh5- 90aa Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/include/ipcprivate.h [unknown] 199 394 50.5% -lh5- cfeb Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/include/sysvipcbase.h [unknown] 2506 7334 34.2% -lh5- 577e Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/init.c [unknown] 412 892 46.2% -lh5- 1cc3 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/main/Clone.c [unknown] 541 1058 51.1% -lh5- 69ec Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/main/Expunge.c [unknown] 613 1126 54.4% -lh5- 7af9 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/main/ftok.c [unknown] 122 150 81.3% -lh5- 6eb6 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/main/GetIPCErr.c [unknown] 1770 4542 39.0% -lh5- 61c3 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/main/idkey.c [unknown] 2583 9152 28.2% -lh5- 9fb1 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/main/msg.c [unknown] 153 272 56.2% -lh5- 7c92 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/main/Obtain.c [unknown] 246 461 53.4% -lh5- fb31 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/main/Release.c [unknown] 2621 10564 24.8% -lh5- 34f7 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/main/sem.c [unknown] 1477 5134 28.8% -lh5- 6e23 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/main/shm.c [unknown] 753 1430 52.7% -lh5- 92b2 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/Makefile [unknown] 123 218 56.4% -lh5- f05c Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/sysvipc.library_rev.h [unknown] 136 264 51.5% -lh5- c82a Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/sysvipc.library_rev.i [unknown] 2 2 100.0% -lh0- c796 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/sysvipc.library_rev.rev [unknown] 138 277 49.8% -lh5- dab0 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/sysvipc.library_rev.s [unknown] 707 2910 24.3% -lh5- fd18 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/sysvipc_vectors.c [unknown] 4043 4878 82.9% -lh5- a1e4 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Library/sysvipc_vectors.c.info [unknown] 5261 6206 84.8% -lh5- 4d70 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Tools.info [unknown] 1112 2467 45.1% -lh5- 85ea Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Tools/ipcrm.c [unknown] 1582 4104 38.5% -lh5- 7fbe Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Tools/ipcs.c [unknown] 181 288 62.8% -lh5- b693 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/Source/Tools/Makefile [unknown] 10299 22377 46.0% -lh5- 4fe3 Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/sysvipc.library [unknown] 3563 4646 76.7% -lh5- 455d Feb 24 2011 AAMP-native/Contrib/SystemV_IPC/sysvipc.library.info [unknown] 16739 20920 80.0% -lh5- 8374 Nov 18 18:25 AAMP-native/Docs.info [unknown] 10290 30195 34.1% -lh5- b9af Dec 10 19:05 AAMP-native/Docs/LEGGIMI [unknown] 3180 10020 31.7% -lh5- d7f5 Dec 1 15:07 AAMP-native/Docs/LEGGIMI.info [unknown] 4890 10263 47.6% -lh5- 9f02 Jul 8 10:37 AAMP-native/Docs/LEGGIMI.Lingua [unknown] 3175 10020 31.7% -lh5- 8f0a Dec 1 15:07 AAMP-native/Docs/LEGGIMI.Lingua.info [unknown] 10366 29534 35.1% -lh5- 2d87 Dec 11 22:11 AAMP-native/Docs/LIESMICH [unknown] 2837 9752 29.1% -lh5- ad84 Dec 1 15:07 AAMP-native/Docs/LIESMICH.info [unknown] 4937 10165 48.6% -lh5- 5956 Jun 29 2023 AAMP-native/Docs/LIESMICH.Sprache [unknown] 2834 9752 29.1% -lh5- 3f66 Dec 1 15:07 AAMP-native/Docs/LIESMICH.Sprache.info [unknown] 755 1671 45.2% -lh5- eeb6 Jul 28 11:42 AAMP-native/Docs/myApacheStarter-de.doc [unknown] 2851 9738 29.3% -lh5- d429 Jul 28 11:45 AAMP-native/Docs/myApacheStarter-de.doc.info [unknown] 652 1473 44.3% -lh5- 86a9 Jul 28 11:44 AAMP-native/Docs/myApacheStarter-en.doc [unknown] 3219 9910 32.5% -lh5- d7f2 Jul 28 11:45 AAMP-native/Docs/myApacheStarter-en.doc.info [unknown] 604 1174 51.4% -lh5- c495 Aug 1 19:05 AAMP-native/Docs/mySQLcontrol-de.doc [unknown] 2851 9738 29.3% -lh5- 96b3 Jul 28 11:45 AAMP-native/Docs/mySQLcontrol-de.doc.info [unknown] 540 1102 49.0% -lh5- 2648 Aug 1 19:05 AAMP-native/Docs/mySQLcontrol-en.doc [unknown] 3198 9896 32.3% -lh5- 3784 Jul 28 11:45 AAMP-native/Docs/mySQLcontrol-en.doc.info [unknown] 9431 27041 34.9% -lh5- c00b Dec 9 15:16 AAMP-native/Docs/README [unknown] 3220 9910 32.5% -lh5- 8c52 Dec 1 15:07 AAMP-native/Docs/README.info [unknown] 4746 9924 47.8% -lh5- 1079 Jun 29 2023 AAMP-native/Docs/README.Language [unknown] 3286 9910 33.2% -lh5- 1f5f Dec 1 15:07 AAMP-native/Docs/README.Language.info [unknown] 1337 9284 14.4% -lh5- c4d5 Nov 28 16:34 AAMP-native/Gui/AAMP-Control-ui-de.xml [unknown] 1314 9259 14.2% -lh5- 5e97 Nov 28 16:37 AAMP-native/Gui/AAMP-Control-ui-en.xml [unknown] 1329 9296 14.3% -lh5- 13ec Dec 3 18:37 AAMP-native/Gui/AAMP-Control-ui-it.xml [unknown] 15449 69605 22.2% -lh5- b1c8 Dec 10 22:05 AAMP-native/Install [unknown] 17380 21782 79.8% -lh5- 6b7d Nov 18 18:25 AAMP-native/Install-Archive.info [unknown] 508 961 52.9% -lh5- 93d1 Nov 18 19:11 AAMP-native/Install-Archive/AfterInstall.txt [unknown] 366 689 53.1% -lh5- 4b25 Nov 18 19:08 AAMP-native/Install-Archive/AfterInstall_ITA.txt [unknown] 139 157 88.5% -lh5- 32cb Feb 24 2011 AAMP-native/Install-Archive/arexx/close_zoneinfo_dir.rexx [unknown] 1331 4766 27.9% -lh5- ddfd Aug 10 23:06 AAMP-native/Install-Archive/arexx/groupadd.rexx [unknown] 137 155 88.4% -lh5- 64e4 Feb 24 2011 AAMP-native/Install-Archive/arexx/open_zoneinfo_dir.rexx [unknown] 1747 7466 23.4% -lh5- 4fb1 Aug 10 23:07 AAMP-native/Install-Archive/arexx/useradd.rexx [unknown] 793 1472 53.9% -lh5- 111c Nov 18 19:09 AAMP-native/Install-Archive/BeforeInstall.txt [unknown] 884 1764 50.1% -lh5- 16a8 Nov 18 19:08 AAMP-native/Install-Archive/BeforeInstall_ITA.txt [unknown] 13390 84468 15.9% -lh5- 278a Jul 25 22:07 AAMP-native/Install-Archive/C/GetSysInfo [unknown] 2017 6187 32.6% -lh5- 672f Jun 30 2023 AAMP-native/Install-Archive/Install_sysvipc [unknown] 13190 18599 70.9% -lh5- 81a3 Jan 29 2012 AAMP-native/Install-Archive/Install_sysvipc.info [unknown] 10299 22377 46.0% -lh5- 4fe3 Feb 25 2007 AAMP-native/Install-Archive/Libs/sysvipc.library [unknown] 578 1014 57.0% -lh5- e595 Nov 18 19:06 AAMP-native/Install-Archive/NachInstallation.txt [unknown] 888 1714 51.8% -lh5- ba0c Nov 18 19:08 AAMP-native/Install-Archive/VorInstallation.txt [unknown] 13208 18595 71.0% -lh5- ea9e Nov 18 18:25 AAMP-native/Install.info [unknown] 56690 169436 33.5% -lh5- 9da9 Apr 13 2023 AAMP-native/myApacheStarter [unknown] 7782 12691 61.3% -lh5- a03c Nov 18 18:25 AAMP-native/myApacheStarter.info [unknown] 8582 13082 65.6% -lh5- 4ada Nov 19 23:27 AAMP-native/MySQL.info [unknown] 38411 162938 23.6% -lh5- facf Mar 9 2011 AAMP-native/MySQL/ChangeLog [unknown] 3251 9910 32.8% -lh5- e6de Jul 10 13:44 AAMP-native/MySQL/ChangeLog.info [unknown] 7007 17987 39.0% -lh5- 6294 Mar 9 2011 AAMP-native/MySQL/COPYING [unknown] 3253 9910 32.8% -lh5- e103 Jul 10 13:44 AAMP-native/MySQL/COPYING.info [unknown] 9574 11420 83.8% -lh5- 94b3 Jul 10 13:44 AAMP-native/MySQL/Databases.info [unknown] 401 8820 4.5% -lh5- b0d7 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/columns_priv.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/columns_priv.MYD [unknown] 159 4096 3.9% -lh5- 3c9e Jun 29 2023 AAMP-native/MySQL/Databases/mysql/columns_priv.MYI [unknown] 645 9582 6.7% -lh5- 0194 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/db.frm [unknown] 44 880 5.0% -lh5- 4c5e Jun 29 2023 AAMP-native/MySQL/Databases/mysql/db.MYD [unknown] 220 5120 4.3% -lh5- bdf7 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/db.MYI [unknown] 1171 10223 11.5% -lh5- 4e22 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/event.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/event.MYD [unknown] 187 2048 9.1% -lh5- 2039 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/event.MYI [unknown] 292 8665 3.4% -lh5- 39f6 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/func.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/func.MYD [unknown] 117 1024 11.4% -lh5- 5f6c Jun 29 2023 AAMP-native/MySQL/Databases/mysql/func.MYI [unknown] 11 35 31.4% -lh5- 3636 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/general_log.CSM [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/general_log.CSV [unknown] 295 8776 3.4% -lh5- 5b86 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/general_log.frm [unknown] 295 8700 3.4% -lh5- a461 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_category.frm [unknown] 681 22078 3.1% -lh5- 4f9a Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_category.MYD [unknown] 780 3072 25.4% -lh5- 326d Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_category.MYI [unknown] 253 8612 2.9% -lh5- 95ad Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_keyword.frm [unknown] 4351 89241 4.9% -lh5- 1934 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_keyword.MYD [unknown] 5769 16384 35.2% -lh5- 2d8f Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_keyword.MYI [unknown] 241 8630 2.8% -lh5- 9606 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_relation.frm [unknown] 3014 8928 33.8% -lh5- fae4 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_relation.MYD [unknown] 5147 18432 27.9% -lh5- add6 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_relation.MYI [unknown] 347 8770 4.0% -lh5- ab9c Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_topic.frm [unknown] 138329 420960 32.9% -lh5- a235 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_topic.MYD [unknown] 8040 20480 39.3% -lh5- e609 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/help_topic.MYI [unknown] 606 9510 6.4% -lh5- 7d9b Jun 29 2023 AAMP-native/MySQL/Databases/mysql/host.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/host.MYD [unknown] 130 2048 6.3% -lh5- 0e63 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/host.MYI [unknown] 300 8778 3.4% -lh5- 3851 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/ndb_binlog_index.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/ndb_binlog_index.MYD [unknown] 127 1024 12.4% -lh5- ac9f Jun 29 2023 AAMP-native/MySQL/Databases/mysql/ndb_binlog_index.MYI [unknown] 214 8586 2.5% -lh5- 6392 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/plugin.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/plugin.MYD [unknown] 124 1024 12.1% -lh5- b3c8 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/plugin.MYI [unknown] 1086 9996 10.9% -lh5- 9965 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/proc.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/proc.MYD [unknown] 175 2048 8.5% -lh5- f647 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/proc.MYI [unknown] 471 8875 5.3% -lh5- f5b9 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/procs_priv.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/procs_priv.MYD [unknown] 187 4096 4.6% -lh5- 9596 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/procs_priv.MYI [unknown] 385 8800 4.4% -lh5- e867 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/proxies_priv.frm [unknown] 66 1386 4.8% -lh5- 64f3 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/proxies_priv.MYD [unknown] 239 5120 4.7% -lh5- 21a8 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/proxies_priv.MYI [unknown] 377 8838 4.3% -lh5- 2c3d Jun 29 2023 AAMP-native/MySQL/Databases/mysql/servers.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/servers.MYD [unknown] 117 1024 11.4% -lh5- 7212 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/servers.MYI [unknown] 11 35 31.4% -lh5- 3636 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/slow_log.CSM [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/slow_log.CSV [unknown] 386 8976 4.3% -lh5- f90f Jun 29 2023 AAMP-native/MySQL/Databases/mysql/slow_log.frm [unknown] 486 8955 5.4% -lh5- a880 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/tables_priv.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/tables_priv.MYD [unknown] 175 4096 4.3% -lh5- da69 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/tables_priv.MYI [unknown] 248 8636 2.9% -lh5- 259e Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone.frm [unknown] 972 3920 24.8% -lh5- 0ab9 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone.MYD [unknown] 1907 8192 23.3% -lh5- 5b35 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone.MYI [unknown] 257 8624 3.0% -lh5- fb4a Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_leap_second.frm [unknown] 0 0 ****** -lh0- 0000 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_leap_second.MYD [unknown] 113 1024 11.0% -lh5- a56c Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_leap_second.MYI [unknown] 237 8606 2.8% -lh5- 3cb3 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_name.frm [unknown] 5380 110320 4.9% -lh5- 90c2 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_name.MYD [unknown] 5100 11264 45.3% -lh5- f403 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_name.MYI [unknown] 265 8686 3.1% -lh5- e9ce Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_transition.frm [unknown] 171290 655367 26.1% -lh5- d926 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_transition.MYD [unknown] 250995 730112 34.4% -lh5- 4d26 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_transition.MYI [unknown] 319 8748 3.6% -lh5- eebd Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_transition_type.frm [unknown] 12852 98040 13.1% -lh5- c4ac Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_transition_type.MYD [unknown] 10726 38912 27.6% -lh5- d4c5 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/time_zone_transition_type.MYI [unknown] 1059 10630 10.0% -lh5- 3fb6 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/user.frm [unknown] 88 300 29.3% -lh5- 4353 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/user.MYD [unknown] 232 2048 11.3% -lh5- 7b55 Jun 29 2023 AAMP-native/MySQL/Databases/mysql/user.MYI [unknown] 206 8624 2.4% -lh5- 1b87 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/cond_instances.frm [unknown] 53 61 86.9% -lh5- 76c5 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/db.opt [unknown] 497 9220 5.4% -lh5- ca93 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/events_waits_current.fr m [unknown] 497 9220 5.4% -lh5- ca93 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/events_waits_history.fr m [unknown] 497 9220 5.4% -lh5- ca93 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/events_waits_history_lo ng.frm [unknown] 300 8878 3.4% -lh5- 3373 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/events_waits_summary_by _instance.frm [unknown] 295 8854 3.3% -lh5- a173 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/events_waits_summary_by _thread_by_event_name.frm [unknown] 273 8814 3.1% -lh5- 6cf3 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/events_waits_summary_gl obal_by_event_name.frm [unknown] 219 8654 2.5% -lh5- ed8f Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/file_instances.frm [unknown] 269 8800 3.1% -lh5- 5bec Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/file_summary_by_event_n ame.frm [unknown] 289 8840 3.3% -lh5- f163 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/file_summary_by_instanc e.frm [unknown] 245 8684 2.8% -lh5- a415 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/mutex_instances.frm [unknown] 278 8776 3.2% -lh5- 7335 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/performance_timers.frm [unknown] 277 8758 3.2% -lh5- 5cb0 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/rwlock_instances.frm [unknown] 203 8605 2.4% -lh5- 3862 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/setup_consumers.frm [unknown] 225 8637 2.6% -lh5- 0656 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/setup_instruments.frm [unknown] 226 8650 2.6% -lh5- 56a9 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/setup_timers.frm [unknown] 225 8650 2.6% -lh5- 3ea7 Jun 29 2023 AAMP-native/MySQL/Databases/performance_schema/threads.frm [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/MySQL/Databases/test/.dummy [unknown] 108676 342420 31.7% -lh5- ad5d Mar 9 2011 AAMP-native/MySQL/INSTALL-SOURCE [unknown] 3253 9910 32.8% -lh5- d9b0 Jul 10 13:44 AAMP-native/MySQL/INSTALL-SOURCE.info [unknown] 16208 20920 77.5% -lh5- 29fc Oct 9 17:33 AAMP-native/MySQL/logs.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/MySQL/logs/.dummy [unknown] 16481 20920 78.8% -lh5- ab98 Jul 10 13:44 AAMP-native/MySQL/man.info [unknown] 9572 11420 83.8% -lh5- 2259 Dec 1 15:11 AAMP-native/MySQL/man/man1.info [unknown] 1251 2860 43.7% -lh5- 7e2e Jul 11 16:20 AAMP-native/MySQL/man/man1/msql2mysql.1 [unknown] 3107 5073 61.2% -lh5- 5201 Jul 10 13:16 AAMP-native/MySQL/man/man1/msql2mysql.1.info [unknown] 14870 50834 29.3% -lh5- 4cdd Jul 11 16:20 AAMP-native/MySQL/man/man1/myisamchk.1 [unknown] 3108 5073 61.3% -lh5- 91d2 Jul 10 13:16 AAMP-native/MySQL/man/man1/myisamchk.1.info [unknown] 1468 3730 39.4% -lh5- 28d2 Jul 11 16:20 AAMP-native/MySQL/man/man1/myisamlog.1 [unknown] 3108 5073 61.3% -lh5- 2b07 Jul 10 13:16 AAMP-native/MySQL/man/man1/myisamlog.1.info [unknown] 5473 20810 26.3% -lh5- fee1 Jul 11 16:21 AAMP-native/MySQL/man/man1/myisampack.1 [unknown] 3108 5073 61.3% -lh5- 88fd Jul 10 13:16 AAMP-native/MySQL/man/man1/myisampack.1.info [unknown] 2024 5359 37.8% -lh5- 4972 Jul 11 16:20 AAMP-native/MySQL/man/man1/myisam_ftdump.1 [unknown] 3108 5073 61.3% -lh5- 4b2e Jul 10 13:16 AAMP-native/MySQL/man/man1/myisam_ftdump.1.info [unknown] 17638 57095 30.9% -lh5- fbcf Jul 11 16:21 AAMP-native/MySQL/man/man1/mysql.1 [unknown] 3107 5073 61.2% -lh5- c1f4 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql.1.info [unknown] 1817 4544 40.0% -lh5- 0ed5 Jul 11 16:21 AAMP-native/MySQL/man/man1/mysql.server.1 [unknown] 3108 5073 61.3% -lh5- 7cbb Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql.server.1.info [unknown] 2273 6453 35.2% -lh5- 1e84 Jul 11 16:21 AAMP-native/MySQL/man/man1/mysql_client_test.1 [unknown] 3108 5073 61.3% -lh5- 7b21 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql_client_test.1.info [unknown] 1712 4357 39.3% -lh5- 6d7c Jul 11 16:21 AAMP-native/MySQL/man/man1/mysql_convert_table_format.1 [unknown] 3108 5073 61.3% -lh5- d8db Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql_convert_table_format.1.info [unknown] 1464 3531 41.5% -lh5- 7a98 Jul 11 16:22 AAMP-native/MySQL/man/man1/mysql_find_rows.1 [unknown] 1669 4304 38.8% -lh5- bb0a Jul 11 16:20 AAMP-native/MySQL/man/man1/my_print_defaults.1 [unknown] 3108 5073 61.3% -lh5- e8d4 Jul 10 13:16 AAMP-native/MySQL/man/man1/my_print_defaults.1.info [unknown] 2341 7168 32.7% -lh5- 5cde Jul 11 16:23 AAMP-native/MySQL/man/man1/mysqlaccess.1 [unknown] 3110 5073 61.3% -lh5- 8bb0 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqlaccess.1.info [unknown] 5664 18724 30.2% -lh5- 294f Jul 11 16:23 AAMP-native/MySQL/man/man1/mysqladmin.1 [unknown] 3110 5073 61.3% -lh5- 3165 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqladmin.1.info [unknown] 12883 51787 24.9% -lh5- fdba Jul 11 16:23 AAMP-native/MySQL/man/man1/mysqlbinlog.1 [unknown] 3109 5073 61.3% -lh5- 929f Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqlbinlog.1.info [unknown] 5495 18032 30.5% -lh5- aa07 Jul 11 16:23 AAMP-native/MySQL/man/man1/mysqlcheck.1 [unknown] 3107 5073 61.2% -lh5- 0d13 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql_find_rows.1.info [unknown] 1127 2400 47.0% -lh5- abaf Jul 11 16:22 AAMP-native/MySQL/man/man1/mysql_fix_extensions.1 [unknown] 3108 5073 61.3% -lh5- b7c6 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql_fix_extensions.1.info [unknown] 2247 6533 34.4% -lh5- a8c2 Jul 11 16:22 AAMP-native/MySQL/man/man1/mysql_install_db.1 [unknown] 3108 5073 61.3% -lh5- 143c Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql_install_db.1.info [unknown] 1235 2945 41.9% -lh5- d8d0 Jul 11 16:22 AAMP-native/MySQL/man/man1/mysql_secure_installation.1 [unknown] 3108 5073 61.3% -lh5- c66e Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql_secure_installation.1.info [unknown] 1677 4107 40.8% -lh5- 4584 Jul 11 16:22 AAMP-native/MySQL/man/man1/mysql_setpermission.1 [unknown] 3108 5073 61.3% -lh5- df41 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql_setpermission.1.info [unknown] 1592 4454 35.7% -lh5- 5b2c Jul 11 16:22 AAMP-native/MySQL/man/man1/mysql_tzinfo_to_sql.1 [unknown] 3107 5073 61.2% -lh5- f96c Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql_tzinfo_to_sql.1.info [unknown] 3501 10313 33.9% -lh5- 49ed Jul 11 16:22 AAMP-native/MySQL/man/man1/mysql_upgrade.1 [unknown] 3108 5073 61.3% -lh5- 43b9 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysql_upgrade.1.info [unknown] 3108 5073 61.3% -lh5- 2ff6 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqlcheck.1.info [unknown] 14794 52886 28.0% -lh5- d85a Jul 11 16:23 AAMP-native/MySQL/man/man1/mysqldump.1 [unknown] 3108 5073 61.3% -lh5- 2b9f Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqldump.1.info [unknown] 1994 5151 38.7% -lh5- d927 Jul 11 16:23 AAMP-native/MySQL/man/man1/mysqldumpslow.1 [unknown] 3109 5073 61.3% -lh5- 914a Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqldumpslow.1.info [unknown] 5352 17467 30.6% -lh5- 771b Jul 11 16:23 AAMP-native/MySQL/man/man1/mysqld_multi.1 [unknown] 3109 5073 61.3% -lh5- 9523 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqld_multi.1.info [unknown] 5271 18748 28.1% -lh5- 0220 Jul 11 16:23 AAMP-native/MySQL/man/man1/mysqld_safe.1 [unknown] 3109 5073 61.3% -lh5- 36d9 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqld_safe.1.info [unknown] 2952 8528 34.6% -lh5- 5252 Jul 11 16:23 AAMP-native/MySQL/man/man1/mysqlhotcopy.1 [unknown] 3109 5073 61.3% -lh5- 32b0 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqlhotcopy.1.info [unknown] 4264 13205 32.3% -lh5- 89a1 Jul 11 16:23 AAMP-native/MySQL/man/man1/mysqlimport.1 [unknown] 3109 5073 61.3% -lh5- 5e84 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqlimport.1.info [unknown] 3360 9805 34.3% -lh5- 4393 Jul 11 16:24 AAMP-native/MySQL/man/man1/mysqlshow.1 [unknown] 3109 5073 61.3% -lh5- e451 Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqlshow.1.info [unknown] 5042 16779 30.0% -lh5- ec10 Jul 11 16:24 AAMP-native/MySQL/man/man1/mysqlslap.1 [unknown] 3109 5073 61.3% -lh5- 47ab Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqlslap.1.info [unknown] 4314 14299 30.2% -lh5- 7d09 Jul 11 16:24 AAMP-native/MySQL/man/man1/mysqltest.1 [unknown] 3109 5073 61.3% -lh5- b77f Jul 10 13:16 AAMP-native/MySQL/man/man1/mysqltest.1.info [unknown] 1481 3570 41.5% -lh5- c300 Jul 11 16:25 AAMP-native/MySQL/man/man1/perror.1 [unknown] 3109 5073 61.3% -lh5- 0daa Jul 10 13:16 AAMP-native/MySQL/man/man1/perror.1.info [unknown] 1553 3784 41.0% -lh5- 075e Jul 11 16:25 AAMP-native/MySQL/man/man1/replace.1 [unknown] 3109 5073 61.3% -lh5- ae50 Jul 10 13:16 AAMP-native/MySQL/man/man1/replace.1.info [unknown] 1098 2474 44.4% -lh5- b254 Jul 11 16:25 AAMP-native/MySQL/man/man1/resolveip.1 [unknown] 3109 5073 61.3% -lh5- 748d Jul 10 13:16 AAMP-native/MySQL/man/man1/resolveip.1.info [unknown] 9576 11420 83.9% -lh5- c627 Jul 10 13:16 AAMP-native/MySQL/man/man8.info [unknown] 1399 3191 43.8% -lh5- 73d9 Jul 11 16:37 AAMP-native/MySQL/man/man8/mysqld.8 [unknown] 3114 5073 61.4% -lh5- 45dc Jul 10 13:13 AAMP-native/MySQL/man/man8/mysqld.8.info [unknown] 3124473 11429433 27.3% -lh5- 148e Mar 9 2011 AAMP-native/MySQL/mysql.info [unknown] 3727 11217 33.2% -lh5- 6fb3 Jul 10 13:44 AAMP-native/MySQL/mysql.info.info [unknown] 33149 114014 29.1% -lh5- de22 Mar 9 2011 AAMP-native/MySQL/README [unknown] 3250 9910 32.8% -lh5- 349a Jul 10 13:44 AAMP-native/MySQL/README.info [unknown] 1148 4722 24.3% -lh5- 1b4f Dec 19 17:11 AAMP-native/MySQL/Start_mysqld.bat [unknown] 4834 10676 45.3% -lh5- a112 Jul 10 13:44 AAMP-native/MySQL/Start_mysqld.bat.info [unknown] 686 1878 36.5% -lh5- 33c1 Nov 19 22:19 AAMP-native/MySQL/Stop_mysqld.bat [unknown] 5278 10890 48.5% -lh5- 71e7 Jul 10 13:44 AAMP-native/MySQL/Stop_mysqld.bat.info [unknown] 1070457 3717092 28.8% -lh5- 146a Aug 1 19:04 AAMP-native/mySQLcontrol [unknown] 3000 5134 58.4% -lh5- f461 Aug 15 2009 AAMP-native/mysql_aktiv.iff [unknown] 3395 5620 60.4% -lh5- 5c91 Aug 15 2009 AAMP-native/mysql_inaktiv.iff [unknown] 4076 7022 58.0% -lh5- dcec Aug 9 2009 AAMP-native/mysql_logo.iff [unknown] 7724 12452 62.0% -lh5- aa34 Nov 18 18:25 AAMP-native/mySQLcontrol.info [unknown] 15024 19514 77.0% -lh5- 9705 Nov 18 18:25 AAMP-native/Other.info [unknown] 6541 18109 36.1% -lh5- f980 Feb 26 2006 AAMP-native/Other/COPYING-DOC-1.1 [unknown] 3129 5092 61.4% -lh5- b4f3 Nov 16 18:50 AAMP-native/Other/COPYING-DOC-1.1.info [unknown] 7014 17992 39.0% -lh5- 4902 Mar 22 1999 AAMP-native/Other/COPYING-GPL-2 [unknown] 3129 5092 61.4% -lh5- f673 Nov 16 18:50 AAMP-native/Other/COPYING-GPL-2.info [unknown] 12641 35150 36.0% -lh5- af08 Jan 17 2020 AAMP-native/Other/COPYING-GPL-3 [unknown] 3129 5092 61.4% -lh5- 7238 Nov 16 18:50 AAMP-native/Other/COPYING-GPL-3.info [unknown] 9645 26528 36.4% -lh5- a5f3 Apr 13 2006 AAMP-native/Other/COPYING-LGPL-2.1 [unknown] 3130 5092 61.5% -lh5- d6d0 Nov 16 18:50 AAMP-native/Other/COPYING-LGPL-2.1.info [unknown] 2634 7639 34.5% -lh5- 34fd Jan 17 2020 AAMP-native/Other/COPYING-LGPL-3 [unknown] 3130 5092 61.5% -lh5- a66e Nov 16 18:50 AAMP-native/Other/COPYING-LGPL-3.info [unknown] 9301 25292 36.8% -lh5- ce58 May 3 2001 AAMP-native/Other/COPYING-LIB-GPL-2 [unknown] 3128 5092 61.4% -lh5- f54f Nov 16 18:50 AAMP-native/Other/COPYING-LIB-GPL-2.info [unknown] 990 1916 51.7% -lh5- fe94 Jan 3 2007 AAMP-native/Other/COPYING.bzip2-1.0.4 [unknown] 3128 5092 61.4% -lh5- 921a Nov 16 18:50 AAMP-native/Other/COPYING.bzip2-1.0.4.info [unknown] 144 200 72.0% -lh5- 1c32 Jan 15 2007 AAMP-native/Other/COPYING.cadaver-0.23.3 [unknown] 3128 5092 61.4% -lh5- 24a7 Nov 16 18:50 AAMP-native/Other/COPYING.cadaver-0.23.3.info [unknown] 144 200 72.0% -lh5- 1c32 Jan 15 2007 AAMP-native/Other/COPYING.coreutils-5.2.1 [unknown] 3128 5092 61.4% -lh5- 5419 Nov 16 18:50 AAMP-native/Other/COPYING.coreutils-5.2.1.info [unknown] 664 1088 61.0% -lh5- e364 Jun 14 2018 AAMP-native/Other/COPYING.curl-7.61.1 [unknown] 3128 5092 61.4% -lh5- 4218 Nov 16 18:50 AAMP-native/Other/COPYING.curl-7.61.1.info [unknown] 689 1208 57.0% -lh5- a735 Dec 29 2005 AAMP-native/Other/COPYING.expat-2.0.0 [unknown] 3128 5092 61.4% -lh5- ba69 Nov 16 18:50 AAMP-native/Other/COPYING.expat-2.0.0.info [unknown] 144 200 72.0% -lh5- 1c32 Jan 15 2007 AAMP-native/Other/COPYING.freetype-2.3.12 [unknown] 3128 5092 61.4% -lh5- 1c0a Nov 16 18:50 AAMP-native/Other/COPYING.freetype-2.3.12.info [unknown] 144 200 72.0% -lh5- 1c32 Jan 15 2007 AAMP-native/Other/COPYING.gettext-0.16 [unknown] 3128 5092 61.4% -lh5- 94c5 Nov 16 18:50 AAMP-native/Other/COPYING.gettext-0.16.info [unknown] 632 1088 58.1% -lh5- 468b Oct 10 2005 AAMP-native/Other/COPYING.giflib-4.1.4 [unknown] 3128 5092 61.4% -lh5- e47b Nov 16 18:50 AAMP-native/Other/COPYING.giflib-4.1.4.info [unknown] 155 231 67.1% -lh5- fb36 Feb 14 2023 AAMP-native/Other/COPYING.gmp-6.2.0 [unknown] 3128 5092 61.4% -lh5- d1f7 Nov 16 18:50 AAMP-native/Other/COPYING.gmp-6.2.0.info [unknown] 497 936 53.1% -lh5- 5f6c Jul 17 2021 AAMP-native/Other/COPYING.gnutls-3.7.3 [unknown] 3128 5092 61.4% -lh5- 5938 Nov 16 18:50 AAMP-native/Other/COPYING.gnutls-3.7.3.info [unknown] 4090 11009 37.2% -lh5- 962e Feb 14 2023 AAMP-native/Other/COPYING.libgcrypt-1.8.2 [unknown] 3129 5092 61.4% -lh5- 21c1 Nov 16 18:50 AAMP-native/Other/COPYING.libgcrypt-1.8.2.info [unknown] 152 218 69.7% -lh5- c1b7 Apr 30 2007 AAMP-native/Other/COPYING.libgpg-error-1.27 [unknown] 3129 5092 61.4% -lh5- f585 Nov 16 18:50 AAMP-native/Other/COPYING.libgpg-error-1.27.info [unknown] 160 230 69.6% -lh5- 4fc0 Jun 24 2023 AAMP-native/Other/COPYING.libiconv-1.17 [unknown] 3133 5092 61.5% -lh5- 3eea Nov 16 18:50 AAMP-native/Other/COPYING.libiconv-1.17.info [unknown] 146 203 71.9% -lh5- 9b26 Aug 20 2009 AAMP-native/Other/COPYING.libmcrypt-2.5.8 [unknown] 3132 5092 61.5% -lh5- b625 Nov 16 18:50 AAMP-native/Other/COPYING.libmcrypt-2.5.8.info [unknown] 1743 4197 41.5% -lh5- 27b8 Mar 29 2012 AAMP-native/Other/COPYING.libpng-1.2.49 [unknown] 3132 5092 61.5% -lh5- c69b Nov 16 18:50 AAMP-native/Other/COPYING.libpng-1.2.49.info [unknown] 1350 2894 46.6% -lh5- 18a6 Dec 15 2005 AAMP-native/Other/COPYING.libregex-4.4bsd-lite [unknown] 3129 5092 61.4% -lh5- d032 Nov 16 18:50 AAMP-native/Other/COPYING.libregex-4.4bsd-lite.info [unknown] 153 218 70.2% -lh5- 1412 Feb 14 2023 AAMP-native/Other/COPYING.libtasn1-4.9 [unknown] 3133 5092 61.5% -lh5- e2db Nov 16 18:50 AAMP-native/Other/COPYING.libtasn1-4.9.info [unknown] 774 1496 51.7% -lh5- c35d Dec 16 2016 AAMP-native/Other/COPYING.libwebp-0.5.2 [unknown] 3133 5092 61.5% -lh5- 9265 Nov 16 18:50 AAMP-native/Other/COPYING.libwebp-0.5.2.info [unknown] 748 1289 58.0% -lh5- e802 Jun 26 2020 AAMP-native/Other/COPYING.libxml2-2.9.14 [unknown] 3129 5092 61.4% -lh5- 136e Nov 16 18:50 AAMP-native/Other/COPYING.libxml2-2.9.14.info [unknown] 849 2968 28.6% -lh5- a501 May 12 2009 AAMP-native/Other/COPYING.libxslt-1.1.34 [unknown] 3130 5092 61.5% -lh5- 9ba1 Nov 16 18:50 AAMP-native/Other/COPYING.libxslt-1.1.34.info [unknown] 1280 2825 45.3% -lh5- e596 Mar 24 2017 AAMP-native/Other/COPYING.libzip-1.3.2 [unknown] 3130 5092 61.5% -lh5- eb1f Nov 16 18:50 AAMP-native/Other/COPYING.libzip-1.3.2.info [unknown] 149 204 73.0% -lh5- a0e1 Jan 15 2007 AAMP-native/Other/COPYING.mhash-0.9.9.9 [unknown] 3130 5092 61.5% -lh5- c529 Nov 16 18:50 AAMP-native/Other/COPYING.mhash-0.9.9.9.info [unknown] 155 231 67.1% -lh5- fb36 Feb 14 2023 AAMP-native/Other/COPYING.nettle-3.7 [unknown] 3129 5092 61.4% -lh5- 6581 Nov 16 18:50 AAMP-native/Other/COPYING.nettle-3.7.info [unknown] 738 1415 52.2% -lh5- abac Mar 19 2018 AAMP-native/Other/COPYING.oniguruma-6.8.1 [unknown] 3129 5092 61.4% -lh5- 153f Nov 16 18:50 AAMP-native/Other/COPYING.oniguruma-6.8.1.info [unknown] 856 2345 36.5% -lh5- 6757 Jan 30 2020 AAMP-native/Other/COPYING.openldap-2.4.49 [unknown] 3129 5092 61.4% -lh5- b57f Nov 16 18:50 AAMP-native/Other/COPYING.openldap-2.4.49.info [unknown] 2104 6281 33.5% -lh5- a453 Mar 27 2018 AAMP-native/Other/COPYING.openssl-1.0.2o [unknown] 3129 5092 61.4% -lh5- 3db0 Nov 16 18:50 AAMP-native/Other/COPYING.openssl-1.0.2o.info [unknown] 1216 2491 48.8% -lh5- 8460 Mar 12 2007 AAMP-native/Other/COPYING.pcre-7.1 [unknown] 3130 5092 61.5% -lh5- 5151 Nov 16 18:50 AAMP-native/Other/COPYING.pcre-7.1.info [unknown] 144 200 72.0% -lh5- 1c32 Jan 15 2007 AAMP-native/Other/COPYING.pkg-config-0.19 [unknown] 3129 5092 61.4% -lh5- 60b9 Nov 16 18:50 AAMP-native/Other/COPYING.pkg-config-0.19.info [unknown] 144 200 72.0% -lh5- 1c32 Jan 15 2007 AAMP-native/Other/COPYING.pslib-0.4.1 [unknown] 3129 5092 61.4% -lh5- e876 Nov 16 18:50 AAMP-native/Other/COPYING.pslib-0.4.1.info [unknown] 144 200 72.0% -lh5- 1c32 Jan 15 2007 AAMP-native/Other/COPYING.readline-4.3 [unknown] 3129 5092 61.4% -lh5- 98c8 Nov 16 18:50 AAMP-native/Other/COPYING.readline-4.3.info [unknown] 144 200 72.0% -lh5- 1c32 Jan 15 2007 AAMP-native/Other/COPYING.rtmpdump-20230726 [unknown] 3129 5092 61.4% -lh5- ddf4 Jul 30 15:33 AAMP-native/Other/COPYING.rtmpdump-20230726.info [unknown] 1336 2787 47.9% -lh5- 8d61 Jan 1 2009 AAMP-native/Other/COPYING.subversion-1.6.23 [unknown] 3129 5092 61.4% -lh5- 760a Nov 16 18:50 AAMP-native/Other/COPYING.subversion-1.6.23.info [unknown] 152 219 69.4% -lh5- 0c7a Jan 15 2007 AAMP-native/Other/COPYING.t1lib-5.1.0 [unknown] 3130 5092 61.5% -lh5- 0f54 Nov 16 18:50 AAMP-native/Other/COPYING.t1lib-5.1.0.info [unknown] 1053 2152 48.9% -lh5- eaf1 Feb 10 2011 AAMP-native/Other/COPYING.tidy-26.10.2005 [unknown] 3130 5092 61.5% -lh5- 7fb5 Nov 16 18:50 AAMP-native/Other/COPYING.tidy-26.10.2005.info [unknown] 644 1146 56.2% -lh5- 0133 Jul 27 1999 AAMP-native/Other/COPYING.tiff-3.8.2 [unknown] 3130 5092 61.5% -lh5- 95da Nov 16 18:50 AAMP-native/Other/COPYING.tiff-3.8.2.info [unknown] 502 920 54.6% -lh5- 4667 Oct 29 2006 AAMP-native/Other/README.abc-shell-53.3 [unknown] 3130 5092 61.5% -lh5- 4e6d Nov 16 18:50 AAMP-native/Other/README.abc-shell-53.3.info [unknown] 3394 7404 45.8% -lh5- 51be Jan 3 2007 AAMP-native/Other/README.bzip2-1.0.4 [unknown] 3131 5092 61.5% -lh5- 4141 Nov 16 18:50 AAMP-native/Other/README.bzip2-1.0.4.info [unknown] 308 523 58.9% -lh5- d6fc Oct 10 2004 AAMP-native/Other/README.cadaver-0.23.3 [unknown] 3131 5092 61.5% -lh5- 6059 Nov 16 18:50 AAMP-native/Other/README.cadaver-0.23.3.info [unknown] 3462 7076 48.9% -lh5- 9393 Jan 18 2004 AAMP-native/Other/README.coreutils-5.2.1 [unknown] 3130 5092 61.5% -lh5- e896 Nov 16 18:50 AAMP-native/Other/README.coreutils-5.2.1.info [unknown] 799 1610 49.6% -lh5- dd1d Dec 3 2017 AAMP-native/Other/README.curl-7.61.1 [unknown] 3130 5092 61.5% -lh5- 9828 Nov 16 18:50 AAMP-native/Other/README.curl-7.61.1.info [unknown] 2057 4728 43.5% -lh5- af35 Jan 1 2006 AAMP-native/Other/README.expat-2.0.0 [unknown] 3131 5092 61.5% -lh5- 2abf Nov 16 18:50 AAMP-native/Other/README.expat-2.0.0.info [unknown] 947 1853 51.1% -lh5- c6f5 Feb 13 2010 AAMP-native/Other/README.freetype-2.3.12 [unknown] 3130 5092 61.5% -lh5- a270 Nov 16 18:50 AAMP-native/Other/README.freetype-2.3.12.info [unknown] 2322 5253 44.2% -lh5- ac0e Apr 7 2005 AAMP-native/Other/README.gettext-0.16 [unknown] 3130 5092 61.5% -lh5- d2ce Nov 16 18:50 AAMP-native/Other/README.gettext-0.16.info [unknown] 1441 2787 51.7% -lh5- 2237 Oct 10 2005 AAMP-native/Other/README.giflib-4.1.4 [unknown] 3130 5092 61.5% -lh5- 3cbb Nov 16 18:50 AAMP-native/Other/README.giflib-4.1.4.info [unknown] 1871 4051 46.2% -lh5- c46d Jan 17 2020 AAMP-native/Other/README.gmp-6.2.0 [unknown] 3130 5092 61.5% -lh5- b474 Nov 16 18:50 AAMP-native/Other/README.gmp-6.2.0.info [unknown] 2950 7908 37.3% -lh5- 7015 Jan 16 2022 AAMP-native/Other/README.gnutls-3.7.3 [unknown] 3130 5092 61.5% -lh5- c4ca Nov 16 18:50 AAMP-native/Other/README.gnutls-3.7.3.info [unknown] 8475 19945 42.5% -lh5- cec8 Mar 28 1998 AAMP-native/Other/README.jpeg-6b [unknown] 3131 5092 61.5% -lh5- f6c0 Nov 16 18:50 AAMP-native/Other/README.jpeg-6b.info [unknown] 4159 10759 38.7% -lh5- 0251 Nov 23 2017 AAMP-native/Other/README.libgcrypt-1.8.2 [unknown] 3130 5092 61.5% -lh5- 7e0f Nov 16 18:50 AAMP-native/Other/README.libgcrypt-1.8.2.info [unknown] 2679 5994 44.7% -lh5- a6ab Nov 14 2016 AAMP-native/Other/README.libgpg-error-1.27 [unknown] 3131 5092 61.5% -lh5- 4ba0 Nov 16 18:50 AAMP-native/Other/README.libgpg-error-1.27.info [unknown] 2534 5664 44.7% -lh5- 2739 Feb 12 2022 AAMP-native/Other/README.libiconv-1.17 [unknown] 3131 5092 61.5% -lh5- 8d98 Nov 16 18:50 AAMP-native/Other/README.libiconv-1.17.info [unknown] 572 1142 50.1% -lh5- 8805 Dec 17 2002 AAMP-native/Other/README.libmcrypt-2.5.8 [unknown] 3130 5092 61.5% -lh5- 384d Nov 16 18:50 AAMP-native/Other/README.libmcrypt-2.5.8.info [unknown] 5356 14606 36.7% -lh5- 2b0b Mar 29 2012 AAMP-native/Other/README.libpng-1.2.49 [unknown] 3130 5092 61.5% -lh5- 48f3 Nov 16 18:50 AAMP-native/Other/README.libpng-1.2.49.info [unknown] 95 115 82.6% -lh5- d1c1 Dec 15 2005 AAMP-native/Other/README.libregex-4.4bsd-lite [unknown] 3131 5092 61.5% -lh5- b58a Nov 16 18:50 AAMP-native/Other/README.libregex-4.4bsd-lite.info [unknown] 486 936 51.9% -lh5- f6b6 Nov 14 2014 AAMP-native/Other/README.libtasn1-4.9 [unknown] 3131 5092 61.5% -lh5- a59d Nov 16 18:50 AAMP-native/Other/README.libtasn1-4.9.info [unknown] 9749 27117 36.0% -lh5- b181 Dec 16 2016 AAMP-native/Other/README.libwebp-0.5.2 [unknown] 3131 5092 61.5% -lh5- d523 Nov 16 18:50 AAMP-native/Other/README.libwebp-0.5.2.info [unknown] 1753 3744 46.8% -lh5- 1946 May 2 2022 AAMP-native/Other/README.libxml2-2.9.14 [unknown] 3129 5092 61.4% -lh5- 0a1f Nov 16 18:50 AAMP-native/Other/README.libxml2-2.9.14.info [unknown] 384 655 58.6% -lh5- e60b May 12 2009 AAMP-native/Other/README.libxslt-1.1.34 [unknown] 3129 5092 61.4% -lh5- 82d0 Nov 16 18:50 AAMP-native/Other/README.libxslt-1.1.34.info [unknown] 1064 2040 52.2% -lh5- f5ce Oct 20 2017 AAMP-native/Other/README.libzip-1.3.2 [unknown] 3129 5092 61.4% -lh5- f26e Nov 16 18:50 AAMP-native/Other/README.libzip-1.3.2.info [unknown] 483 957 50.5% -lh5- e7e8 Feb 4 2001 AAMP-native/Other/README.mhash-0.9.9.9 [unknown] 3129 5092 61.4% -lh5- ce0f Nov 16 18:50 AAMP-native/Other/README.mhash-0.9.9.9.info [unknown] 3362 7710 43.6% -lh5- 6de2 Aug 8 2004 AAMP-native/Other/README.ncurses-5.5 [unknown] 3130 5092 61.5% -lh5- 46c0 Nov 16 18:50 AAMP-native/Other/README.ncurses-5.5.info [unknown] 1215 2367 51.3% -lh5- 4198 Apr 17 2020 AAMP-native/Other/README.neon-0.31.1 [unknown] 3130 5092 61.5% -lh5- 367e Nov 16 18:50 AAMP-native/Other/README.neon-0.31.1.info [unknown] 1227 2406 51.0% -lh5- f8fe Jan 4 2021 AAMP-native/Other/README.nettle-3.7 [unknown] 3131 5092 61.5% -lh5- 2219 Nov 16 18:50 AAMP-native/Other/README.nettle-3.7.info [unknown] 2245 6136 36.6% -lh5- 246b Mar 19 2018 AAMP-native/Other/README.oniguruma-6.8.1 [unknown] 3130 5092 61.5% -lh5- aad6 Nov 16 18:50 AAMP-native/Other/README.oniguruma-6.8.1.info [unknown] 1530 3495 43.8% -lh5- 8595 Jan 30 2020 AAMP-native/Other/README.openldap-2.4.49 [unknown] 3130 5092 61.5% -lh5- da68 Nov 16 18:50 AAMP-native/Other/README.openldap-2.4.49.info [unknown] 1562 3282 47.6% -lh5- d8ae Mar 27 2018 AAMP-native/Other/README.openssl-1.0.2o [unknown] 3129 5092 61.4% -lh5- 2f77 Nov 16 18:50 AAMP-native/Other/README.openssl-1.0.2o.info [unknown] 11126 32378 34.4% -lh5- 868b Apr 24 2007 AAMP-native/Other/README.pcre-7.1 [unknown] 3131 5092 61.5% -lh5- e7fe Nov 16 18:50 AAMP-native/Other/README.pcre-7.1.info [unknown] 3403 8725 39.0% -lh5- 78bf Jun 6 2012 AAMP-native/Other/README.PDFlib-Lite-7.0.5p3 [unknown] 3130 5092 61.5% -lh5- b131 Nov 16 18:50 AAMP-native/Other/README.PDFlib-Lite-7.0.5p3.info [unknown] 664 1213 54.7% -lh5- f472 Jun 3 2005 AAMP-native/Other/README.pkg-config-0.19 [unknown] 3129 5092 61.4% -lh5- 7746 Nov 16 18:50 AAMP-native/Other/README.pkg-config-0.19.info [unknown] 760 1481 51.3% -lh5- f06d Jun 28 2004 AAMP-native/Other/README.pslib-0.4.1 [unknown] 3129 5092 61.4% -lh5- ff89 Nov 16 18:50 AAMP-native/Other/README.pslib-0.4.1.info [unknown] 2816 6938 40.6% -lh5- 400e Apr 2 2002 AAMP-native/Other/README.readline-4.3 [unknown] 3129 5092 61.4% -lh5- 8f37 Nov 16 18:50 AAMP-native/Other/README.readline-4.3.info [unknown] 3951 8516 46.4% -lh5- be71 Jul 26 20:01 AAMP-native/Other/README.rtmpdump-20230726 [unknown] 3129 5092 61.4% -lh5- 3898 Jul 30 15:33 AAMP-native/Other/README.rtmpdump-20230726.info [unknown] 727 1612 45.1% -lh5- fb9c Feb 14 2005 AAMP-native/Other/README.sqlite-2.8.16 [unknown] 3129 5092 61.4% -lh5- 9f15 Nov 16 18:50 AAMP-native/Other/README.sqlite-2.8.16.info [unknown] 4342 11237 38.6% -lh5- 7aa4 Mar 31 2016 AAMP-native/Other/README.sqlite-3.9.3 [unknown] 3129 5092 61.4% -lh5- 17da Nov 16 18:50 AAMP-native/Other/README.sqlite-3.9.3.info [unknown] 1009 2244 45.0% -lh5- f2be Nov 30 2007 AAMP-native/Other/README.subversion-1.6.23 [unknown] 3129 5092 61.4% -lh5- 6764 Nov 16 18:50 AAMP-native/Other/README.subversion-1.6.23.info [unknown] 2966 7090 41.8% -lh5- 0b21 May 19 2005 AAMP-native/Other/README.t1lib-5.1.0 [unknown] 3128 5092 61.4% -lh5- deef Nov 16 18:50 AAMP-native/Other/README.t1lib-5.1.0.info [unknown] 1262 2363 53.4% -lh5- beed Oct 30 2004 AAMP-native/Other/README.tiff-3.8.2 [unknown] 3129 5092 61.4% -lh5- 5620 Nov 16 18:50 AAMP-native/Other/README.tiff-3.8.2.info [unknown] 2648 5696 46.5% -lh5- 5d6a Jul 18 2005 AAMP-native/Other/README.zlib-1.2.3 [unknown] 3129 5092 61.4% -lh5- 269e Nov 16 18:50 AAMP-native/Other/README.zlib-1.2.3.info [unknown] 8099 12702 63.8% -lh5- 547c Nov 18 18:25 AAMP-native/PHP.info [unknown] 16658 20918 79.6% -lh5- 5bf5 Nov 16 18:25 AAMP-native/PHP/bin.info [unknown] 55 61 90.2% -lh5- 5611 Nov 20 2009 AAMP-native/PHP/bin/README [unknown] 4945 11745 42.1% -lh5- 9f23 Feb 14 2023 AAMP-native/PHP/CODING_STANDARDS.md [unknown] 3256 9910 32.9% -lh5- 06b9 Nov 16 18:25 AAMP-native/PHP/CODING_STANDARDS.md.info [unknown] 3055 23894 12.8% -lh5- a31b Feb 14 2023 AAMP-native/PHP/EXTENSIONS [unknown] 3256 9910 32.9% -lh5- dd61 Nov 16 18:25 AAMP-native/PHP/EXTENSIONS.info [unknown] 1443 3204 45.0% -lh5- b7d1 Feb 14 2023 AAMP-native/PHP/LICENSE [unknown] 3256 9910 32.9% -lh5- 7deb Nov 16 18:25 AAMP-native/PHP/LICENSE.info [unknown] 16210 20920 77.5% -lh5- be65 Nov 16 18:25 AAMP-native/PHP/logs.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/PHP/logs/.dummy [unknown] 16477 20920 78.8% -lh5- 4115 Nov 16 18:25 AAMP-native/PHP/man.info [unknown] 9571 11420 83.8% -lh5- 2ec3 Jul 10 15:26 AAMP-native/PHP/man/man1.info [unknown] 3574 9395 38.0% -lh5- 9efe May 4 2023 AAMP-native/PHP/man/man1/php.1 [unknown] 3110 5073 61.3% -lh5- 62cb Jul 10 15:25 AAMP-native/PHP/man/man1/php.1.info [unknown] 20209 53908 37.5% -lh5- 6536 Feb 14 2023 AAMP-native/PHP/NEWS [unknown] 3252 9910 32.8% -lh5- 3fe0 Nov 16 18:25 AAMP-native/PHP/NEWS.info [unknown] 8105 12702 63.8% -lh5- 27b3 Nov 16 18:25 AAMP-native/PHP/PHP-5.2.10.info [unknown] 82 91 90.1% -lh5- 4be3 Apr 22 2002 AAMP-native/PHP/PHP-5.2.10/CREDITS [unknown] 3211 9910 32.4% -lh5- 8c9f Jul 10 15:25 AAMP-native/PHP/PHP-5.2.10/CREDITS.info [unknown] 2565 22695 11.3% -lh5- 862d Apr 20 2007 AAMP-native/PHP/PHP-5.2.10/EXTENSIONS [unknown] 3212 9910 32.4% -lh5- f62a Jul 10 15:25 AAMP-native/PHP/PHP-5.2.10/EXTENSIONS.info [unknown] 1449 3218 45.0% -lh5- b616 Jan 1 2006 AAMP-native/PHP/PHP-5.2.10/LICENSE [unknown] 3214 9910 32.4% -lh5- 592c Jul 10 15:25 AAMP-native/PHP/PHP-5.2.10/LICENSE.info [unknown] 16477 20920 78.8% -lh5- c8bd Jul 10 15:26 AAMP-native/PHP/PHP-5.2.10/man.info [unknown] 9575 11420 83.8% -lh5- 1f93 Jul 10 15:26 AAMP-native/PHP/PHP-5.2.10/man/man1.info [unknown] 3247 8307 39.1% -lh5- 010e Feb 13 2023 AAMP-native/PHP/PHP-5.2.10/man/man1/php.1 [unknown] 3110 5073 61.3% -lh5- 62cb Jul 10 15:25 AAMP-native/PHP/PHP-5.2.10/man/man1/php.1.info [unknown] 63959 172057 37.2% -lh5- 75cf Nov 8 2007 AAMP-native/PHP/PHP-5.2.10/NEWS [unknown] 3209 9910 32.4% -lh5- b31e Jul 10 15:25 AAMP-native/PHP/PHP-5.2.10/NEWS.info [unknown] 2453 5109 48.0% -lh5- 3fe4 May 2 2007 AAMP-native/PHP/PHP-5.2.10/TODO [unknown] 124 163 76.1% -lh5- f52f Nov 13 2005 AAMP-native/PHP/PHP-5.2.10/TODO-5.1 [unknown] 3211 9910 32.4% -lh5- 2778 Jul 10 15:25 AAMP-native/PHP/PHP-5.2.10/TODO-5.1.info [unknown] 1477 3746 39.4% -lh5- 4296 Apr 25 2007 AAMP-native/PHP/PHP-5.2.10/TODO-PHP5 [unknown] 3212 9910 32.4% -lh5- ef46 Jul 10 15:25 AAMP-native/PHP/PHP-5.2.10/TODO-PHP5.info [unknown] 3212 9910 32.4% -lh5- 5de3 Jul 10 15:25 AAMP-native/PHP/PHP-5.2.10/TODO.info [unknown] 6621 17484 37.9% -lh5- c362 Aug 28 2006 AAMP-native/PHP/PHP-5.2.10/UPGRADING [unknown] 3211 9910 32.4% -lh5- 320f Jul 10 15:25 AAMP-native/PHP/PHP-5.2.10/UPGRADING.info [unknown] 913 2895 31.5% -lh5- 1f9e Oct 31 16:08 AAMP-native/PHP/PHP-Switch.bat [unknown] 11219 14916 75.2% -lh5- 6f39 Nov 16 18:25 AAMP-native/PHP/PHP-Switch.bat.info [unknown] 2271 4945 45.9% -lh5- d12f Feb 14 2023 AAMP-native/PHP/README.md [unknown] 3253 9910 32.8% -lh5- 441c Nov 16 18:25 AAMP-native/PHP/README.md.info [unknown] 8153 28525 28.6% -lh5- 7fa4 Feb 14 2023 AAMP-native/PHP/README.REDIST.BINS [unknown] 3254 9910 32.8% -lh5- 2ab1 Nov 16 18:25 AAMP-native/PHP/README.REDIST.BINS.info [unknown] 1244 5129 24.3% -lh5- a3c4 Dec 19 17:12 AAMP-native/PHP/Start_php-server.bat [unknown] 6934 12624 54.9% -lh5- 9576 Nov 16 18:33 AAMP-native/PHP/Start_php-server.bat.info [unknown] 704 1946 36.2% -lh5- b601 Dec 17 19:06 AAMP-native/PHP/Stop_php-server.bat [unknown] 7414 12924 57.4% -lh5- b4a3 Nov 16 18:33 AAMP-native/PHP/Stop_php-server.bat.info [unknown] 18044 53691 33.6% -lh5- e22f Feb 14 2023 AAMP-native/PHP/UPGRADING [unknown] 3255 9910 32.8% -lh5- 9a90 Nov 16 18:25 AAMP-native/PHP/UPGRADING.info [unknown] 5730 18376 31.2% -lh5- aedb Feb 14 2023 AAMP-native/PHP/UPGRADING.INTERNALS [unknown] 3250 9910 32.8% -lh5- fa8a Nov 16 18:25 AAMP-native/PHP/UPGRADING.INTERNALS.info [unknown] 304 1072 28.4% -lh5- ee0d Dec 20 15:44 AAMP-native/S/Autostart.bat [unknown] 1444 6291 23.0% -lh5- 01c9 Jul 2 08:04 AAMP-native/S/Startup.bat [unknown] 391 795 49.2% -lh5- 3590 Jul 10 15:08 AAMP-native/S/UnixShell-Startup [unknown] 6924 12176 56.9% -lh5- 2d36 Nov 18 18:25 AAMP-native/Subversion.info [unknown] 86 107 80.4% -lh5- aaa2 Sep 20 2005 AAMP-native/Subversion/BUGS [unknown] 3333 9938 33.5% -lh5- 5d6a Nov 16 18:23 AAMP-native/Subversion/BUGS.info [unknown] 64215 178753 35.9% -lh5- 6778 May 23 2013 AAMP-native/Subversion/CHANGES [unknown] 3319 9938 33.4% -lh5- fbb1 Nov 16 18:23 AAMP-native/Subversion/CHANGES.info [unknown] 4660 10964 42.5% -lh5- 019f Jan 28 2010 AAMP-native/Subversion/COMMITTERS [unknown] 3334 9938 33.5% -lh5- cf37 Nov 16 18:23 AAMP-native/Subversion/COMMITTERS.info [unknown] 1336 2787 47.9% -lh5- 8d61 Jan 1 2009 AAMP-native/Subversion/COPYING [unknown] 3322 9938 33.4% -lh5- 0990 Nov 16 18:23 AAMP-native/Subversion/COPYING.info [unknown] 9574 11420 83.8% -lh5- 1e41 Nov 16 18:23 AAMP-native/Subversion/Example-Project.info [unknown] 322 674 47.8% -lh5- 90a0 Aug 5 2011 AAMP-native/Subversion/Example-Project/.svn/entries [unknown] 74 74 100.0% -lh0- 092a Jul 24 2011 AAMP-native/Subversion/Example-Project/.svn/prop-base/hello-world.c.ba k.svn-base [unknown] 65 65 100.0% -lh0- bff0 Jul 24 2011 AAMP-native/Subversion/Example-Project/.svn/prop-base/hello-world.c.sv n-base [unknown] 29 29 100.0% -lh0- c3dc Jul 24 2011 AAMP-native/Subversion/Example-Project/.svn/prop-base/makefile.svn-bas e [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Subversion/Example-Project/.svn/props/.dummy [unknown] 95 102 93.1% -lh5- 9dc0 Jul 24 2011 AAMP-native/Subversion/Example-Project/.svn/text-base/hello-world.c.ba k.svn-base [unknown] 98 106 92.5% -lh5- 4da2 Aug 5 2011 AAMP-native/Subversion/Example-Project/.svn/text-base/hello-world.c.sv n-base [unknown] 157 293 53.6% -lh5- 7e43 Jul 24 2011 AAMP-native/Subversion/Example-Project/.svn/text-base/makefile.svn-bas e [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Subversion/Example-Project/.svn/tmp/prop-base/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Subversion/Example-Project/.svn/tmp/props/.dummy [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Subversion/Example-Project/.svn/tmp/text-base/.dummy [unknown] 98 106 92.5% -lh5- 4da2 Aug 5 2011 AAMP-native/Subversion/Example-Project/hello-world.c [unknown] 157 293 53.6% -lh5- 7e43 Jul 24 2011 AAMP-native/Subversion/Example-Project/makefile [unknown] 9574 11420 83.8% -lh5- 2d8c Nov 16 18:23 AAMP-native/Subversion/Example-Repository.info [unknown] 534 1080 49.4% -lh5- f6c5 Jul 24 2011 AAMP-native/Subversion/Example-Repository/conf/authz [unknown] 186 309 60.2% -lh5- 338e Jul 24 2011 AAMP-native/Subversion/Example-Repository/conf/passwd [unknown] 952 2279 41.8% -lh5- 00ba Jul 24 2011 AAMP-native/Subversion/Example-Repository/conf/svnserve.conf [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Subversion/Example-Repository/dav/activities.d/.dummy [unknown] 2 2 100.0% -lh0- 5792 Dec 8 2013 AAMP-native/Subversion/Example-Repository/db/current [unknown] 22 22 100.0% -lh0- 089b Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/format [unknown] 5 5 100.0% -lh0- a457 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/fs-type [unknown] 944 1920 49.2% -lh5- fba5 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/fsfs.conf [unknown] 2 2 100.0% -lh0- 0794 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/min-unpacked-rev [unknown] 480 4096 11.7% -lh5- 02d0 Aug 5 2011 AAMP-native/Subversion/Example-Repository/db/rep-cache.db [unknown] 50 50 100.0% -lh0- 0900 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/revprops/0/0 [unknown] 100 107 93.5% -lh5- 9def Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/revprops/0/1 [unknown] 84 92 91.3% -lh5- cf9e Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/revprops/0/2 [unknown] 87 92 94.6% -lh5- 5f15 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/revprops/0/3 [unknown] 91 97 93.8% -lh5- 709d Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/revprops/0/4 [unknown] 96 105 91.4% -lh5- e1bf Aug 5 2011 AAMP-native/Subversion/Example-Repository/db/revprops/0/5 [unknown] 96 105 91.4% -lh5- 4a93 Aug 5 2011 AAMP-native/Subversion/Example-Repository/db/revprops/0/6 [unknown] 94 103 91.3% -lh5- 25e5 Aug 5 2011 AAMP-native/Subversion/Example-Repository/db/revprops/0/7 [unknown] 105 115 91.3% -lh5- 226a Aug 5 2011 AAMP-native/Subversion/Example-Repository/db/revprops/0/8 [unknown] 67 67 100.0% -lh0- c98f Dec 8 2013 AAMP-native/Subversion/Example-Repository/db/revprops/0/9 [unknown] 103 115 89.6% -lh5- 53ac Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/revs/0/0 [unknown] 787 1634 48.2% -lh5- db41 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/revs/0/1 [unknown] 446 821 54.3% -lh5- 3dcc Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/revs/0/2 [unknown] 447 874 51.1% -lh5- 5787 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/revs/0/3 [unknown] 454 860 52.8% -lh5- 9633 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/revs/0/4 [unknown] 466 866 53.8% -lh5- 923a Aug 5 2011 AAMP-native/Subversion/Example-Repository/db/revs/0/5 [unknown] 410 801 51.2% -lh5- 86c6 Aug 5 2011 AAMP-native/Subversion/Example-Repository/db/revs/0/6 [unknown] 409 800 51.1% -lh5- 42b3 Aug 5 2011 AAMP-native/Subversion/Example-Repository/db/revs/0/7 [unknown] 410 800 51.2% -lh5- e309 Aug 5 2011 AAMP-native/Subversion/Example-Repository/db/revs/0/8 [unknown] 475 921 51.6% -lh5- aef8 Dec 8 2013 AAMP-native/Subversion/Example-Repository/db/revs/0/9 [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Subversion/Example-Repository/db/transactions/.dummy [unknown] 2 2 100.0% -lh0- 97a9 Dec 8 2013 AAMP-native/Subversion/Example-Repository/db/txn-current [unknown] 0 0 ****** -lh0- 0000 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/txn-current-lock [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Subversion/Example-Repository/db/txn-protorevs/.dummy [unknown] 34 37 91.9% -lh5- c815 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/uuid [unknown] 0 0 ****** -lh0- 0000 Jul 24 2011 AAMP-native/Subversion/Example-Repository/db/write-lock [unknown] 2 2 100.0% -lh0- 5797 Jul 24 2011 AAMP-native/Subversion/Example-Repository/format [unknown] 971 1977 49.1% -lh5- f740 Jul 24 2011 AAMP-native/Subversion/Example-Repository/hooks/post-commit.tmpl [unknown] 840 1638 51.3% -lh5- c448 Jul 24 2011 AAMP-native/Subversion/Example-Repository/hooks/post-lock.tmpl [unknown] 1097 2289 47.9% -lh5- 5d14 Jul 24 2011 AAMP-native/Subversion/Example-Repository/hooks/post-revprop-change.tm pl [unknown] 808 1567 51.6% -lh5- 3fcd Jul 24 2011 AAMP-native/Subversion/Example-Repository/hooks/post-unlock.tmpl [unknown] 1672 3434 48.7% -lh5- ac49 Jul 24 2011 AAMP-native/Subversion/Example-Repository/hooks/pre-commit.tmpl [unknown] 1220 2418 50.5% -lh5- dd0f Jul 24 2011 AAMP-native/Subversion/Example-Repository/hooks/pre-lock.tmpl [unknown] 1325 2786 47.6% -lh5- 4c92 Jul 24 2011 AAMP-native/Subversion/Example-Repository/hooks/pre-revprop-change.tmp l [unknown] 1074 2108 50.9% -lh5- f30e Jul 24 2011 AAMP-native/Subversion/Example-Repository/hooks/pre-unlock.tmpl [unknown] 1302 2780 46.8% -lh5- 9038 Jul 24 2011 AAMP-native/Subversion/Example-Repository/hooks/start-commit.tmpl [unknown] 105 139 75.5% -lh5- 1986 Jul 24 2011 AAMP-native/Subversion/Example-Repository/locks/db-logs.lock [unknown] 105 139 75.5% -lh5- 1986 Jul 24 2011 AAMP-native/Subversion/Example-Repository/locks/db.lock [unknown] 159 229 69.4% -lh5- 19e6 Jul 24 2011 AAMP-native/Subversion/Example-Repository/README.txt [unknown] 2518 6462 39.0% -lh5- 4102 Jul 13 14:56 AAMP-native/Subversion/LIESMICH.amiga [unknown] 2836 9752 29.1% -lh5- 05df Nov 16 18:23 AAMP-native/Subversion/LIESMICH.amiga.info [unknown] 16210 20920 77.5% -lh5- 1111 Nov 16 18:23 AAMP-native/Subversion/logs.info [unknown] 1 1 100.0% -lh0- 1c80 Feb 15 2005 AAMP-native/Subversion/logs/.dummy [unknown] 9575 11420 83.8% -lh5- 7ea6 Nov 16 18:23 AAMP-native/Subversion/man.info [unknown] 9575 11420 83.8% -lh5- 8a89 Jul 14 10:15 AAMP-native/Subversion/man/man1.info [unknown] 598 1047 57.1% -lh5- 1b14 Mar 20 2012 AAMP-native/Subversion/man/man1/svn.1 [unknown] 3109 5073 61.3% -lh5- 7397 Jul 14 10:11 AAMP-native/Subversion/man/man1/svn.1.info [unknown] 613 1094 56.0% -lh5- 0909 Mar 20 2012 AAMP-native/Subversion/man/man1/svnadmin.1 [unknown] 3108 5073 61.3% -lh5- 09d5 Jul 14 10:11 AAMP-native/Subversion/man/man1/svnadmin.1.info [unknown] 611 1094 55.9% -lh5- 5adf Mar 20 2012 AAMP-native/Subversion/man/man1/svndumpfilter.1 [unknown] 3107 5073 61.2% -lh5- e02e Jul 14 10:11 AAMP-native/Subversion/man/man1/svndumpfilter.1.info [unknown] 611 1087 56.2% -lh5- 510e Mar 20 2012 AAMP-native/Subversion/man/man1/svnlook.1 [unknown] 3108 5073 61.3% -lh5- f2f4 Jul 14 10:11 AAMP-native/Subversion/man/man1/svnlook.1.info [unknown] 612 1085 56.4% -lh5- 6210 Mar 20 2012 AAMP-native/Subversion/man/man1/svnsync.1 [unknown] 3108 5073 61.3% -lh5- 1b0f Jul 14 10:11 AAMP-native/Subversion/man/man1/svnsync.1.info [unknown] 619 1085 57.1% -lh5- 9d28 Mar 20 2012 AAMP-native/Subversion/man/man1/svnversion.1 [unknown] 3108 5073 61.3% -lh5- 9a6c Jul 14 10:11 AAMP-native/Subversion/man/man1/svnversion.1.info [unknown] 9574 11420 83.8% -lh5- c1e2 Jul 14 10:15 AAMP-native/Subversion/man/man5.info [unknown] 1122 2794 40.2% -lh5- eacc Mar 12 2007 AAMP-native/Subversion/man/man5/svnserve.conf.5 [unknown] 3113 5073 61.4% -lh5- c9b0 Jul 14 10:15 AAMP-native/Subversion/man/man5/svnserve.conf.5.info [unknown] 9576 11420 83.9% -lh5- eb03 Jul 14 10:16 AAMP-native/Subversion/man/man8.info [unknown] 1759 4449 39.5% -lh5- 9b28 Mar 27 2007 AAMP-native/Subversion/man/man8/svnserve.8 [unknown] 3114 5073 61.4% -lh5- 7ce1 Jul 14 10:16 AAMP-native/Subversion/man/man8/svnserve.8.info [unknown] 16345 20920 78.1% -lh5- 655b Nov 16 18:23 AAMP-native/Subversion/Notes.info [unknown] 1859 4147 44.8% -lh5- 9e58 Feb 19 2006 AAMP-native/Subversion/Notes/alternate-bdb-version [unknown] 2719 6911 39.3% -lh5- 7c85 Sep 26 2003 AAMP-native/Subversion/Notes/anchors_and_targets.txt [unknown] 724 1473 49.2% -lh5- 8b30 Oct 19 2005 AAMP-native/Subversion/Notes/asp-dot-net-hack.txt [unknown] 1950 3975 49.1% -lh5- 6ed0 Nov 1 2003 AAMP-native/Subversion/Notes/assurance.txt [unknown] 2766 7307 37.9% -lh5- b332 May 15 2006 AAMP-native/Subversion/Notes/authz_policy.txt [unknown] 1837 4835 38.0% -lh5- 9046 Jan 23 2003 AAMP-native/Subversion/Notes/autoversion-compatibility.txt [unknown] 5892 13946 42.2% -lh5- 3555 Nov 5 2004 AAMP-native/Subversion/Notes/autoversioning-strategy.txt [unknown] 7515 20247 37.1% -lh5- 1e92 Jan 21 2008 AAMP-native/Subversion/Notes/changelist-design.txt [unknown] 1395 3156 44.2% -lh5- 2c58 Aug 28 2005 AAMP-native/Subversion/Notes/changeset-signing.txt [unknown] 659 1505 43.8% -lh5- 8cd5 Jun 8 2008 AAMP-native/Subversion/Notes/cli-repo-root-relative-support.txt [unknown] 9572 11420 83.8% -lh5- 63ea Jul 23 2011 AAMP-native/Subversion/Notes/commit-access-templates.info [unknown] 1244 2503 49.7% -lh5- 2d24 Jun 8 2008 AAMP-native/Subversion/Notes/commit-access-templates/contrib-committer .tmpl [unknown] 845 1695 49.9% -lh5- 55ed Jun 8 2008 AAMP-native/Subversion/Notes/commit-access-templates/full-committer.tm pl [unknown] 877 1720 51.0% -lh5- 2988 Jun 8 2008 AAMP-native/Subversion/Notes/commit-access-templates/partial-committer .tmpl [unknown] 1146 2506 45.7% -lh5- dd74 Sep 9 2008 AAMP-native/Subversion/Notes/compatibility.txt [unknown] 1012 2173 46.6% -lh5- a937 Sep 5 2007 AAMP-native/Subversion/Notes/copies-during-updates.txt [unknown] 2410 5646 42.7% -lh5- 2e38 Nov 29 2005 AAMP-native/Subversion/Notes/diff-encodings.txt [unknown] 3391 8396 40.4% -lh5- 70a9 Nov 24 2008 AAMP-native/Subversion/Notes/dump-load-format.txt [unknown] 2779 7539 36.9% -lh5- ffc1 Nov 2 2004 AAMP-native/Subversion/Notes/entries-caching [unknown] 5805 12611 46.0% -lh5- 94e2 Jun 8 2008 AAMP-native/Subversion/Notes/EuroOSCON-2005-vc-bof.txt [unknown] 9267 22987 40.3% -lh5- a3d1 Sep 11 2008 AAMP-native/Subversion/Notes/fs-improvements.txt [unknown] 4382 10993 39.9% -lh5- 46f5 Jun 6 2008 AAMP-native/Subversion/Notes/fsfs [unknown] 132 172 76.7% -lh5- f8fe Mar 16 2010 AAMP-native/Subversion/Notes/fs_dumprestore.txt [unknown] 3655 9978 36.6% -lh5- b073 Feb 3 2009 AAMP-native/Subversion/Notes/http-protocol-v2.txt [unknown] 1297 3028 42.8% -lh5- 8ea7 Mar 16 2010 AAMP-native/Subversion/Notes/interactive-conflict-resolution.txt [unknown] 4031 9760 41.3% -lh5- 9482 Oct 22 2008 AAMP-native/Subversion/Notes/l10n-problems [unknown] 4463 12000 37.2% -lh5- ca12 Aug 29 2004 AAMP-native/Subversion/Notes/line-endings-and-keywords.txt [unknown] 9569 11420 83.8% -lh5- fbdc Jul 23 2011 AAMP-native/Subversion/Notes/locking.info [unknown] 2853 8453 33.8% -lh5- 166f Jan 18 2005 AAMP-native/Subversion/Notes/locking/locking-functional-spec.txt [unknown] 3273 9072 36.1% -lh5- 9325 Aug 21 2005 AAMP-native/Subversion/Notes/locking/locking-implementation.txt [unknown] 5449 16838 32.4% -lh5- 989e Oct 5 2006 AAMP-native/Subversion/Notes/locking/locking-ui.txt [unknown] 1098 2739 40.1% -lh5- 0a77 Aug 21 2005 AAMP-native/Subversion/Notes/locking/ra_dav_strategy.txt [unknown] 800 1913 41.8% -lh5- ab1a Feb 8 2005 AAMP-native/Subversion/Notes/locking/svn-needs-lock-impl.txt [unknown] 422 828 51.0% -lh5- 0c73 Aug 21 2005 AAMP-native/Subversion/Notes/locking/TODO.txt [unknown] 9571 11420 83.8% -lh5- 10a9 Jul 23 2011 AAMP-native/Subversion/Notes/logo.info [unknown] 237 237 100.0% -lh0- b583 Sep 3 2002 AAMP-native/Subversion/Notes/logo/16-colour/subversion_logo_notxt-16m. png [unknown] 292 292 100.0% -lh0- 5877 Sep 3 2002 AAMP-native/Subversion/Notes/logo/16-colour/subversion_logo_notxt-32m. png [unknown] 348 348 100.0% -lh0- 87f2 Sep 3 2002 AAMP-native/Subversion/Notes/logo/16-colour/subversion_logo_notxt-48m. png [unknown] 5049 5150 98.0% -lh5- 9a07 Sep 11 2002 AAMP-native/Subversion/Notes/logo/256-colour/subversion_logo-200x173.p ng [unknown] 9915 10063 98.5% -lh5- aead Sep 4 2002 AAMP-native/Subversion/Notes/logo/256-colour/subversion_logo-384x332.p ng [unknown] 617 2538 24.3% -lh5- b1c8 Sep 3 2002 AAMP-native/Subversion/Notes/logo/256-colour/subversion_logo.pal [unknown] 2313 2426 95.3% -lh5- a3ef Sep 11 2002 AAMP-native/Subversion/Notes/logo/256-colour/subversion_logo_hor-237x3 2.png [unknown] 4094 4094 100.0% -lh0- 97d1 Sep 4 2002 AAMP-native/Subversion/Notes/logo/256-colour/subversion_logo_hor-468x6 4.png [unknown] 748 1038 72.1% -lh5- 3e36 Sep 3 2002 AAMP-native/Subversion/Notes/logo/256-colour/subversion_logo_notxt-16. png [unknown] 924 1214 76.1% -lh5- 8860 Sep 3 2002 AAMP-native/Subversion/Notes/logo/256-colour/subversion_logo_notxt-32. png [unknown] 1104 1390 79.4% -lh5- 8880 Sep 3 2002 AAMP-native/Subversion/Notes/logo/256-colour/subversion_logo_notxt-48. png [unknown] 807 3048 26.5% -lh5- 6748 Sep 4 2002 AAMP-native/Subversion/Notes/logo/256-colour/subversion_logo_txt.pal [unknown] 274 274 100.0% -lh0- 50b0 Sep 3 2002 AAMP-native/Subversion/Notes/logo/grayscale/subversion_logo_notxt-16g. png [unknown] 457 457 100.0% -lh0- eb91 Sep 3 2002 AAMP-native/Subversion/Notes/logo/grayscale/subversion_logo_notxt-32g. png [unknown] 632 632 100.0% -lh0- 4e00 Sep 3 2002 AAMP-native/Subversion/Notes/logo/grayscale/subversion_logo_notxt-48g. png [unknown] 105590 105590 100.0% -lh0- b661 Sep 3 2002 AAMP-native/Subversion/Notes/logo/subversion_logo.eps.gz [unknown] 8468 29722 28.5% -lh5- 3277 Sep 11 2002 AAMP-native/Subversion/Notes/logo/subversion_logo.icns [unknown] 1925 10134 19.0% -lh5- 4b50 Oct 20 2004 AAMP-native/Subversion/Notes/logo/subversion_logo.ico [unknown] 32281 36976 87.3% -lh5- b161 Sep 3 2002 AAMP-native/Subversion/Notes/logo/subversion_logo.png [unknown] 20503 24955 82.2% -lh5- 66db Sep 3 2002 AAMP-native/Subversion/Notes/logo/subversion_logo_notxt.png [unknown] 2812 6358 44.2% -lh5- 12aa Mar 16 2010 AAMP-native/Subversion/Notes/object-model.txt [unknown] 9569 11420 83.8% -lh5- 92bd Jul 23 2011 AAMP-native/Subversion/Notes/obliterate.info [unknown] 6984 26893 26.0% -lh5- 4889 Jun 3 2008 AAMP-native/Subversion/Notes/obliterate/obliterate-functional-spec.txt [unknown] 1757 5132 34.2% -lh5- e6ef Jun 28 2005 AAMP-native/Subversion/Notes/propmerging_sanity.txt [unknown] 1944 4585 42.4% -lh5- 8641 Dec 11 2006 AAMP-native/Subversion/Notes/repos_upgrade_HOWTO [unknown] 3637 9581 38.0% -lh5- 6798 Aug 17 2009 AAMP-native/Subversion/Notes/sasl.txt [unknown] 2125 4661 45.6% -lh5- f21a Aug 21 2005 AAMP-native/Subversion/Notes/schema-tradeoffs.txt [unknown] 2620 6852 38.2% -lh5- dad8 Jun 8 2008 AAMP-native/Subversion/Notes/skip-deltas [unknown] 5656 19548 28.9% -lh5- 14b9 Apr 4 2008 AAMP-native/Subversion/Notes/sparse-directories.txt [unknown] 760 1551 49.0% -lh5- 8325 Jun 8 2008 AAMP-native/Subversion/Notes/sql-backend [unknown] 1542 4061 38.0% -lh5- ead9 Jun 8 2008 AAMP-native/Subversion/Notes/ssh-tricks [unknown] 1664 4377 38.0% -lh5- b930 Apr 7 2007 AAMP-native/Subversion/Notes/svndiff [unknown] 3077 7849 39.2% -lh5- a3a3 Sep 3 2008 AAMP-native/Subversion/Notes/svnsync.txt [unknown] 2494 6291 39.6% -lh5- 85ab Jun 8 2008 AAMP-native/Subversion/Notes/test-writing [unknown] 9572 11420 83.8% -lh5- f131 Jul 23 2011 AAMP-native/Subversion/Notes/tree-conflicts.info [unknown] 3262 8592 38.0% -lh5- 372e Nov 20 2008 AAMP-native/Subversion/Notes/tree-conflicts/design-overview.txt [unknown] 4995 14234 35.1% -lh5- 3958 Oct 6 2008 AAMP-native/Subversion/Notes/tree-conflicts/detection.txt [unknown] 3037 7807 38.9% -lh5- 9694 Nov 20 2008 AAMP-native/Subversion/Notes/tree-conflicts/requirements.txt [unknown] 6539 19905 32.9% -lh5- a7a9 Feb 10 2009 AAMP-native/Subversion/Notes/tree-conflicts/resolution.txt [unknown] 2817 7420 38.0% -lh5- 5150 Apr 2 2008 AAMP-native/Subversion/Notes/tree-conflicts/scratch-pad.txt [unknown] 2100 11053 19.0% -lh5- f799 Nov 20 2008 AAMP-native/Subversion/Notes/tree-conflicts/use-cases-resolution.txt [unknown] 2637 15169 17.4% -lh5- d657 Jan 14 2008 AAMP-native/Subversion/Notes/tree-conflicts/use-cases.txt [unknown] 767 1936 39.6% -lh5- 7e1e Jan 13 2003 AAMP-native/Subversion/Notes/txdelta_sanity [unknown] 4097 10178 40.3% -lh5- 0bb5 Mar 30 2008 AAMP-native/Subversion/Notes/unicode-composition-for-filenames [unknown] 4059 9830 41.3% -lh5- fa3b Jun 8 2008 AAMP-native/Subversion/Notes/wc-improvements [unknown] 15480 40095 38.6% -lh5- b4fa Jan 9 2009 AAMP-native/Subversion/Notes/wc-ng-design [unknown] 4878 12522 39.0% -lh5- f260 Jun 28 2006 AAMP-native/Subversion/Notes/webdav-acl-notes [unknown] 6422 17159 37.4% -lh5- 1eb9 Jan 23 2007 AAMP-native/Subversion/Notes/webdav-general-summary [unknown] 3917 12030 32.6% -lh5- 6244 Sep 15 2008 AAMP-native/Subversion/Notes/webdav-protocol [unknown] 1627 3438 47.3% -lh5- 225c Dec 28 2008 AAMP-native/Subversion/Notes/webdav-proxy [unknown] 3536 8836 40.0% -lh5- c965 Mar 12 2006 AAMP-native/Subversion/Notes/windows-service.txt [unknown] 1009 2244 45.0% -lh5- f2be Nov 30 2007 AAMP-native/Subversion/README [unknown] 2394 6447 37.1% -lh5- 56af Jul 13 14:56 AAMP-native/Subversion/README.amiga [unknown] 3220 9910 32.5% -lh5- 27d0 Nov 16 18:23 AAMP-native/Subversion/README.amiga.info [unknown] 3318 9938 33.4% -lh5- afd2 Nov 16 18:23 AAMP-native/Subversion/README.info [unknown] 1177 4438 26.5% -lh5- ca6a Dec 19 17:13 AAMP-native/Subversion/Start_svnserve.bat [unknown] 5851 11990 48.8% -lh5- 85e2 Nov 16 18:23 AAMP-native/Subversion/Start_svnserve.bat.info [unknown] 683 1883 36.3% -lh5- 4ea0 Nov 19 22:23 AAMP-native/Subversion/Stop_svnserve.bat [unknown] 6344 12284 51.6% -lh5- 204d Nov 16 18:23 AAMP-native/Subversion/Stop_svnserve.bat.info [unknown] 1141402 1700339 67.1% -lh5- 666f Jul 17 2011 AAMP-native/Subversion/svn-book-de.pdf [unknown] 5817 7414 78.5% -lh5- 74bc Nov 16 18:23 AAMP-native/Subversion/svn-book-de.pdf.info [unknown] 1161047 1741551 66.7% -lh5- 28a4 Jul 17 2011 AAMP-native/Subversion/svn-book.pdf [unknown] 5818 7414 78.5% -lh5- 9756 Nov 16 18:23 AAMP-native/Subversion/svn-book.pdf.info [unknown] 3919 9781 40.1% -lh5- c3d7 May 26 2008 AAMP-native/Subversion/TRANSLATING [unknown] 3335 9938 33.6% -lh5- 052b Nov 16 18:23 AAMP-native/Subversion/TRANSLATING.info ---------- ----------- ------- ------- ------ ---------- ------------ ---------- Total 6961 files 155632544 413689423 37.6% Dec 21 03:46
Aminet © 1992-2023 Urban Müller and the Aminet team. Aminet contact address: <aminet aminet net>