From ea0eb1c6e0b32b46bed78e24592ee852c62c7550 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sat, 23 Nov 2024 20:45:29 +0100 Subject: [PATCH] Update website --- admin/phpMyAdmin/.rtlcssrc.json | 3 + admin/phpMyAdmin/CONTRIBUTING.md | 52 + admin/phpMyAdmin/ChangeLog | 953 + admin/phpMyAdmin/LICENSE | 339 + admin/phpMyAdmin/README | 52 + admin/phpMyAdmin/RELEASE-DATE-5.2.1 | 1 + admin/phpMyAdmin/babel.config.json | 4 + admin/phpMyAdmin/composer.json | 151 + admin/phpMyAdmin/composer.lock | 7981 +++++ admin/phpMyAdmin/config.sample.inc.php | 160 + admin/phpMyAdmin/doc/html/_images/chart.png | Bin 0 -> 35466 bytes .../doc/html/_images/column_chart.png | Bin 0 -> 8494 bytes .../doc/html/_images/line_chart.png | Bin 0 -> 12716 bytes .../phpMyAdmin/doc/html/_images/pie_chart.png | Bin 0 -> 8991 bytes .../doc/html/_images/pma-relations-links.png | Bin 0 -> 5543 bytes .../_images/pma-relations-relation-link.png | Bin 0 -> 14259 bytes .../_images/pma-relations-relation-name.png | Bin 0 -> 13119 bytes .../pma-relations-relation-view-link.png | Bin 0 -> 17786 bytes .../html/_images/query_result_operations.png | Bin 0 -> 6750 bytes .../doc/html/_images/scatter_chart.png | Bin 0 -> 8451 bytes .../doc/html/_images/spline_chart.png | Bin 0 -> 14081 bytes .../doc/html/_images/timeline_chart.png | Bin 0 -> 12229 bytes .../doc/html/_images/usergroups.png | Bin 0 -> 14989 bytes .../doc/html/_sources/bookmarks.rst.txt | 77 + .../doc/html/_sources/charts.rst.txt | 143 + .../doc/html/_sources/config.rst.txt | 3964 +++ .../doc/html/_sources/copyright.rst.txt | 42 + .../doc/html/_sources/credits.rst.txt | 1080 + .../doc/html/_sources/developers.rst.txt | 12 + .../phpMyAdmin/doc/html/_sources/faq.rst.txt | 2286 ++ .../doc/html/_sources/glossary.rst.txt | 445 + .../doc/html/_sources/import_export.rst.txt | 346 + .../doc/html/_sources/index.rst.txt | 32 + .../doc/html/_sources/intro.rst.txt | 79 + .../doc/html/_sources/other.rst.txt | 32 + .../doc/html/_sources/privileges.rst.txt | 74 + .../doc/html/_sources/relations.rst.txt | 84 + .../doc/html/_sources/require.rst.txt | 65 + .../doc/html/_sources/security.rst.txt | 113 + .../doc/html/_sources/settings.rst.txt | 21 + .../doc/html/_sources/setup.rst.txt | 1236 + .../doc/html/_sources/themes.rst.txt | 100 + .../doc/html/_sources/transformations.rst.txt | 158 + .../doc/html/_sources/two_factor.rst.txt | 69 + .../phpMyAdmin/doc/html/_sources/user.rst.txt | 16 + .../doc/html/_sources/vendors.rst.txt | 51 + admin/phpMyAdmin/doc/html/_static/basic.css | 856 + admin/phpMyAdmin/doc/html/_static/classic.css | 266 + admin/phpMyAdmin/doc/html/_static/default.css | 1 + admin/phpMyAdmin/doc/html/_static/doctools.js | 316 + .../doc/html/_static/documentation_options.js | 12 + admin/phpMyAdmin/doc/html/_static/file.png | Bin 0 -> 286 bytes admin/phpMyAdmin/doc/html/_static/jquery.js | 10870 +++++++ .../doc/html/_static/language_data.js | 297 + admin/phpMyAdmin/doc/html/_static/minus.png | Bin 0 -> 90 bytes admin/phpMyAdmin/doc/html/_static/plus.png | Bin 0 -> 90 bytes .../phpMyAdmin/doc/html/_static/pygments.css | 74 + .../doc/html/_static/searchtools.js | 514 + admin/phpMyAdmin/doc/html/_static/sidebar.js | 159 + .../phpMyAdmin/doc/html/_static/underscore.js | 1707 ++ admin/phpMyAdmin/doc/html/bookmarks.html | 175 + admin/phpMyAdmin/doc/html/charts.html | 291 + admin/phpMyAdmin/doc/html/config.html | 6192 ++++ admin/phpMyAdmin/doc/html/copyright.html | 143 + admin/phpMyAdmin/doc/html/credits.html | 1465 + admin/phpMyAdmin/doc/html/developers.html | 109 + admin/phpMyAdmin/doc/html/faq.html | 2026 ++ admin/phpMyAdmin/doc/html/genindex.html | 2433 ++ admin/phpMyAdmin/doc/html/glossary.html | 614 + admin/phpMyAdmin/doc/html/import_export.html | 460 + admin/phpMyAdmin/doc/html/index.html | 223 + admin/phpMyAdmin/doc/html/intro.html | 186 + admin/phpMyAdmin/doc/html/other.html | 149 + admin/phpMyAdmin/doc/html/privileges.html | 179 + admin/phpMyAdmin/doc/html/relations.html | 185 + admin/phpMyAdmin/doc/html/require.html | 168 + admin/phpMyAdmin/doc/html/search.html | 90 + admin/phpMyAdmin/doc/html/searchindex.js | 1 + admin/phpMyAdmin/doc/html/security.html | 211 + admin/phpMyAdmin/doc/html/settings.html | 121 + admin/phpMyAdmin/doc/html/setup.html | 1584 + admin/phpMyAdmin/doc/html/themes.html | 215 + .../phpMyAdmin/doc/html/transformations.html | 251 + admin/phpMyAdmin/doc/html/two_factor.html | 171 + admin/phpMyAdmin/doc/html/user.html | 161 + admin/phpMyAdmin/doc/html/vendors.html | 158 + .../examples/config.manyhosts.inc.php | 51 + admin/phpMyAdmin/examples/openid.php | 171 + admin/phpMyAdmin/examples/signon-script.php | 38 + admin/phpMyAdmin/examples/signon.php | 72 + admin/phpMyAdmin/favicon.ico | Bin 0 -> 22486 bytes admin/phpMyAdmin/index.php | 43 + .../phpMyAdmin/js/config/ol/webpack.config.js | 19 + admin/phpMyAdmin/js/dist/ajax.js | 870 + admin/phpMyAdmin/js/dist/chart.js | 656 + .../js/dist/codemirror/addon/lint/sql-lint.js | 33 + admin/phpMyAdmin/js/dist/common.js | 157 + admin/phpMyAdmin/js/dist/config.js | 835 + admin/phpMyAdmin/js/dist/console.js | 1418 + .../js/dist/cross_framing_protection.js | 13 + .../js/dist/database/central_columns.js | 231 + admin/phpMyAdmin/js/dist/database/events.js | 570 + .../js/dist/database/multi_table_query.js | 207 + .../phpMyAdmin/js/dist/database/operations.js | 157 + admin/phpMyAdmin/js/dist/database/qbe.js | 82 + .../js/dist/database/query_generator.js | 126 + admin/phpMyAdmin/js/dist/database/routines.js | 914 + admin/phpMyAdmin/js/dist/database/search.js | 240 + .../phpMyAdmin/js/dist/database/structure.js | 387 + admin/phpMyAdmin/js/dist/database/tracking.js | 104 + admin/phpMyAdmin/js/dist/database/triggers.js | 538 + admin/phpMyAdmin/js/dist/designer/database.js | 209 + admin/phpMyAdmin/js/dist/designer/history.js | 817 + admin/phpMyAdmin/js/dist/designer/init.js | 63 + admin/phpMyAdmin/js/dist/designer/move.js | 2006 ++ admin/phpMyAdmin/js/dist/designer/objects.js | 22 + admin/phpMyAdmin/js/dist/designer/page.js | 165 + admin/phpMyAdmin/js/dist/doclinks.js | 365 + admin/phpMyAdmin/js/dist/drag_drop_import.js | 351 + admin/phpMyAdmin/js/dist/error_report.js | 285 + admin/phpMyAdmin/js/dist/export.js | 882 + admin/phpMyAdmin/js/dist/export_output.js | 12 + admin/phpMyAdmin/js/dist/functions.js | 4333 +++ admin/phpMyAdmin/js/dist/gis_data_editor.js | 356 + admin/phpMyAdmin/js/dist/home.js | 134 + admin/phpMyAdmin/js/dist/import.js | 144 + admin/phpMyAdmin/js/dist/indexes.js | 743 + .../jqplot/plugins/jqplot.byteFormatter.js | 43 + .../js/dist/jquery.sortable-table.js | 271 + admin/phpMyAdmin/js/dist/keyhandler.js | 92 + admin/phpMyAdmin/js/dist/makegrid.js | 2213 ++ admin/phpMyAdmin/js/dist/menu_resizer.js | 191 + admin/phpMyAdmin/js/dist/multi_column_sort.js | 31 + .../phpMyAdmin/js/dist/name-conflict-fixes.js | 1 + admin/phpMyAdmin/js/dist/navigation.js | 1490 + admin/phpMyAdmin/js/dist/normalization.js | 715 + admin/phpMyAdmin/js/dist/ol.js | 62 + admin/phpMyAdmin/js/dist/page_settings.js | 64 + admin/phpMyAdmin/js/dist/replication.js | 102 + admin/phpMyAdmin/js/dist/server/databases.js | 125 + admin/phpMyAdmin/js/dist/server/plugins.js | 16 + admin/phpMyAdmin/js/dist/server/privileges.js | 435 + .../js/dist/server/status/monitor.js | 2156 ++ .../js/dist/server/status/processes.js | 182 + .../js/dist/server/status/queries.js | 37 + .../js/dist/server/status/sorter.js | 67 + .../js/dist/server/status/variables.js | 89 + .../phpMyAdmin/js/dist/server/user_groups.js | 35 + admin/phpMyAdmin/js/dist/server/variables.js | 98 + admin/phpMyAdmin/js/dist/setup/ajax.js | 10 + admin/phpMyAdmin/js/dist/setup/scripts.js | 235 + admin/phpMyAdmin/js/dist/shortcuts_handler.js | 111 + admin/phpMyAdmin/js/dist/sql.js | 1007 + admin/phpMyAdmin/js/dist/table/change.js | 767 + admin/phpMyAdmin/js/dist/table/chart.js | 403 + .../phpMyAdmin/js/dist/table/find_replace.js | 40 + .../js/dist/table/gis_visualization.js | 330 + admin/phpMyAdmin/js/dist/table/operations.js | 308 + admin/phpMyAdmin/js/dist/table/relation.js | 208 + admin/phpMyAdmin/js/dist/table/select.js | 299 + admin/phpMyAdmin/js/dist/table/structure.js | 416 + admin/phpMyAdmin/js/dist/table/tracking.js | 123 + .../js/dist/table/zoom_plot_jqplot.js | 590 + .../js/dist/transformations/image_upload.js | 27 + .../js/dist/transformations/json.js | 17 + .../js/dist/transformations/json_editor.js | 16 + .../js/dist/transformations/sql_editor.js | 10 + .../phpMyAdmin/js/dist/transformations/xml.js | 17 + .../js/dist/transformations/xml_editor.js | 15 + admin/phpMyAdmin/js/dist/u2f.js | 77 + admin/phpMyAdmin/js/dist/webauthn.js | 119 + admin/phpMyAdmin/js/messages.php | 67 + admin/phpMyAdmin/js/src/ajax.js | 924 + admin/phpMyAdmin/js/src/chart.js | 681 + .../js/src/codemirror/addon/lint/sql-lint.js | 40 + admin/phpMyAdmin/js/src/common.js | 173 + admin/phpMyAdmin/js/src/config.js | 860 + admin/phpMyAdmin/js/src/console.js | 1543 + .../js/src/cross_framing_protection.js | 13 + .../js/src/database/central_columns.js | 239 + admin/phpMyAdmin/js/src/database/events.js | 579 + .../js/src/database/multi_table_query.js | 224 + .../phpMyAdmin/js/src/database/operations.js | 177 + admin/phpMyAdmin/js/src/database/qbe.js | 86 + .../js/src/database/query_generator.js | 131 + admin/phpMyAdmin/js/src/database/routines.js | 964 + admin/phpMyAdmin/js/src/database/search.js | 261 + admin/phpMyAdmin/js/src/database/structure.js | 439 + admin/phpMyAdmin/js/src/database/tracking.js | 93 + admin/phpMyAdmin/js/src/database/triggers.js | 546 + admin/phpMyAdmin/js/src/designer/database.js | 234 + admin/phpMyAdmin/js/src/designer/history.js | 833 + admin/phpMyAdmin/js/src/designer/init.js | 74 + admin/phpMyAdmin/js/src/designer/move.js | 2212 ++ admin/phpMyAdmin/js/src/designer/objects.js | 22 + admin/phpMyAdmin/js/src/designer/page.js | 178 + admin/phpMyAdmin/js/src/doclinks.js | 367 + admin/phpMyAdmin/js/src/drag_drop_import.js | 390 + admin/phpMyAdmin/js/src/error_report.js | 304 + admin/phpMyAdmin/js/src/export.js | 986 + admin/phpMyAdmin/js/src/export_output.js | 13 + admin/phpMyAdmin/js/src/functions.js | 4677 +++ admin/phpMyAdmin/js/src/gis_data_editor.js | 392 + admin/phpMyAdmin/js/src/home.js | 147 + admin/phpMyAdmin/js/src/import.js | 154 + admin/phpMyAdmin/js/src/indexes.js | 845 + .../jqplot/plugins/jqplot.byteFormatter.js | 52 + .../js/src/jquery.sortable-table.js | 293 + admin/phpMyAdmin/js/src/keyhandler.js | 106 + admin/phpMyAdmin/js/src/makegrid.js | 2338 ++ admin/phpMyAdmin/js/src/menu_resizer.js | 187 + admin/phpMyAdmin/js/src/multi_column_sort.js | 32 + .../phpMyAdmin/js/src/name-conflict-fixes.js | 1 + admin/phpMyAdmin/js/src/navigation.js | 1650 ++ admin/phpMyAdmin/js/src/normalization.js | 792 + admin/phpMyAdmin/js/src/ol.mjs | 39 + admin/phpMyAdmin/js/src/page_settings.js | 71 + admin/phpMyAdmin/js/src/replication.js | 106 + admin/phpMyAdmin/js/src/server/databases.js | 143 + admin/phpMyAdmin/js/src/server/plugins.js | 15 + admin/phpMyAdmin/js/src/server/privileges.js | 488 + .../js/src/server/status/monitor.js | 2325 ++ .../js/src/server/status/processes.js | 199 + .../js/src/server/status/queries.js | 45 + .../phpMyAdmin/js/src/server/status/sorter.js | 71 + .../js/src/server/status/variables.js | 100 + admin/phpMyAdmin/js/src/server/user_groups.js | 43 + admin/phpMyAdmin/js/src/server/variables.js | 115 + admin/phpMyAdmin/js/src/setup/ajax.js | 11 + admin/phpMyAdmin/js/src/setup/scripts.js | 241 + admin/phpMyAdmin/js/src/shortcuts_handler.js | 116 + admin/phpMyAdmin/js/src/sql.js | 1094 + admin/phpMyAdmin/js/src/table/change.js | 875 + admin/phpMyAdmin/js/src/table/chart.js | 424 + admin/phpMyAdmin/js/src/table/find_replace.js | 46 + .../js/src/table/gis_visualization.js | 362 + admin/phpMyAdmin/js/src/table/operations.js | 338 + admin/phpMyAdmin/js/src/table/relation.js | 255 + admin/phpMyAdmin/js/src/table/select.js | 385 + admin/phpMyAdmin/js/src/table/structure.js | 465 + admin/phpMyAdmin/js/src/table/tracking.js | 106 + .../js/src/table/zoom_plot_jqplot.js | 615 + .../js/src/transformations/image_upload.js | 27 + .../phpMyAdmin/js/src/transformations/json.js | 17 + .../js/src/transformations/json_editor.js | 16 + .../js/src/transformations/sql_editor.js | 10 + .../phpMyAdmin/js/src/transformations/xml.js | 17 + .../js/src/transformations/xml_editor.js | 15 + admin/phpMyAdmin/js/src/u2f.js | 77 + admin/phpMyAdmin/js/src/webauthn.js | 133 + .../vendor/bootstrap/bootstrap.bundle.min.js | 7 + .../bootstrap/bootstrap.bundle.min.js.map | 1 + admin/phpMyAdmin/js/vendor/codemirror/LICENSE | 21 + .../codemirror/addon/hint/show-hint.css | 37 + .../vendor/codemirror/addon/hint/show-hint.js | 523 + .../vendor/codemirror/addon/hint/sql-hint.js | 304 + .../js/vendor/codemirror/addon/lint/lint.css | 79 + .../js/vendor/codemirror/addon/lint/lint.js | 291 + .../codemirror/addon/runmode/runmode.js | 76 + .../js/vendor/codemirror/lib/codemirror.css | 344 + .../js/vendor/codemirror/lib/codemirror.js | 9872 ++++++ .../codemirror/mode/javascript/javascript.js | 960 + .../js/vendor/codemirror/mode/sql/sql.js | 528 + .../js/vendor/codemirror/mode/xml/xml.js | 417 + .../js/vendor/jqplot/jquery.jqplot.js | 11519 +++++++ .../jqplot/plugins/jqplot.barRenderer.js | 801 + .../plugins/jqplot.canvasAxisLabelRenderer.js | 203 + .../plugins/jqplot.canvasTextRenderer.js | 449 + .../plugins/jqplot.categoryAxisRenderer.js | 679 + .../js/vendor/jqplot/plugins/jqplot.cursor.js | 1146 + .../jqplot/plugins/jqplot.dateAxisRenderer.js | 741 + .../jqplot.enhancedPieLegendRenderer.js | 261 + .../jqplot/plugins/jqplot.highlighter.js | 484 + .../jqplot/plugins/jqplot.pieRenderer.js | 946 + .../jqplot/plugins/jqplot.pointLabels.js | 379 + .../js/vendor/jquery/MIT-LICENSE.txt | 20 + .../js/vendor/jquery/additional-methods.js | 1512 + .../js/vendor/jquery/jquery-migrate.min.js | 3 + .../js/vendor/jquery/jquery-migrate.min.map | 1 + .../jquery/jquery-ui-timepicker-addon.js | 2291 ++ .../js/vendor/jquery/jquery-ui.min.js | 6 + .../js/vendor/jquery/jquery.debounce-1.0.6.js | 82 + .../phpMyAdmin/js/vendor/jquery/jquery.min.js | 2 + .../js/vendor/jquery/jquery.min.map | 1 + .../js/vendor/jquery/jquery.tablesorter.js | 2916 ++ .../js/vendor/jquery/jquery.uitablefilter.js | 108 + .../js/vendor/jquery/jquery.validate.min.js | 4 + admin/phpMyAdmin/js/vendor/js.cookie.js | 163 + .../js/vendor/openlayers/OpenLayers.js | 9 + .../js/vendor/openlayers/OpenLayers.js.map | 1 + .../js/vendor/openlayers/theme/ol.css | 291 + admin/phpMyAdmin/js/vendor/sprintf.js | 217 + admin/phpMyAdmin/js/vendor/tracekit.js | 1327 + .../phpMyAdmin/js/vendor/u2f-api-polyfill.js | 762 + admin/phpMyAdmin/js/vendor/zxcvbn-ts.js | 2501 ++ admin/phpMyAdmin/js/vendor/zxcvbn-ts.js.map | 1 + .../libraries/advisory_rules_generic.php | 718 + .../advisory_rules_mysql_before80003.php | 122 + .../libraries/cache/routes.cache.php | 326 + .../phpMyAdmin/libraries/classes/Advisor.php | 433 + .../phpMyAdmin/libraries/classes/Bookmark.php | 329 + .../libraries/classes/BrowseForeigners.php | 343 + admin/phpMyAdmin/libraries/classes/Cache.php | 74 + .../phpMyAdmin/libraries/classes/Charsets.php | 227 + .../libraries/classes/Charsets/Charset.php | 96 + .../libraries/classes/Charsets/Collation.php | 611 + .../libraries/classes/CheckUserPrivileges.php | 330 + .../classes/Command/CacheWarmupCommand.php | 193 + .../classes/Command/FixPoTwigCommand.php | 82 + .../classes/Command/SetVersionCommand.php | 100 + .../classes/Command/TwigLintCommand.php | 271 + .../Command/WriteGitRevisionCommand.php | 129 + admin/phpMyAdmin/libraries/classes/Common.php | 623 + admin/phpMyAdmin/libraries/classes/Config.php | 1396 + .../libraries/classes/Config/ConfigFile.php | 522 + .../libraries/classes/Config/Descriptions.php | 1015 + .../libraries/classes/Config/Form.php | 312 + .../libraries/classes/Config/FormDisplay.php | 889 + .../classes/Config/FormDisplayTemplate.php | 177 + .../classes/Config/Forms/BaseForm.php | 86 + .../classes/Config/Forms/BaseFormList.php | 155 + .../classes/Config/Forms/Page/BrowseForm.php | 24 + .../Config/Forms/Page/DbStructureForm.php | 24 + .../classes/Config/Forms/Page/EditForm.php | 26 + .../classes/Config/Forms/Page/ExportForm.php | 12 + .../classes/Config/Forms/Page/ImportForm.php | 12 + .../classes/Config/Forms/Page/NaviForm.php | 12 + .../Config/Forms/Page/PageFormList.php | 27 + .../classes/Config/Forms/Page/SqlForm.php | 12 + .../Config/Forms/Page/TableStructureForm.php | 24 + .../classes/Config/Forms/Setup/ConfigForm.php | 26 + .../classes/Config/Forms/Setup/ExportForm.php | 12 + .../Config/Forms/Setup/FeaturesForm.php | 76 + .../classes/Config/Forms/Setup/ImportForm.php | 12 + .../classes/Config/Forms/Setup/MainForm.php | 24 + .../classes/Config/Forms/Setup/NaviForm.php | 12 + .../Config/Forms/Setup/ServersForm.php | 113 + .../Config/Forms/Setup/SetupFormList.php | 27 + .../classes/Config/Forms/Setup/SqlForm.php | 23 + .../classes/Config/Forms/User/ExportForm.php | 155 + .../Config/Forms/User/FeaturesForm.php | 92 + .../classes/Config/Forms/User/ImportForm.php | 69 + .../classes/Config/Forms/User/MainForm.php | 92 + .../classes/Config/Forms/User/NaviForm.php | 70 + .../classes/Config/Forms/User/SqlForm.php | 50 + .../Config/Forms/User/UserFormList.php | 25 + .../libraries/classes/Config/PageSettings.php | 193 + .../classes/Config/ServerConfigChecks.php | 522 + .../libraries/classes/Config/Settings.php | 4596 +++ .../classes/Config/Settings/Console.php | 205 + .../classes/Config/Settings/Debug.php | 82 + .../classes/Config/Settings/Export.php | 2027 ++ .../classes/Config/Settings/Import.php | 489 + .../classes/Config/Settings/Schema.php | 369 + .../classes/Config/Settings/Server.php | 1398 + .../classes/Config/Settings/SqlQueryBox.php | 84 + .../Config/Settings/Transformations.php | 391 + .../classes/Config/SpecialSchemaLinks.php | 486 + .../libraries/classes/Config/Validator.php | 613 + .../Features/BookmarkFeature.php | 26 + .../Features/BrowserTransformationFeature.php | 26 + .../Features/CentralColumnsFeature.php | 26 + .../Features/ColumnCommentsFeature.php | 26 + .../Features/ConfigurableMenusFeature.php | 30 + .../DatabaseDesignerSettingsFeature.php | 26 + .../ConfigStorage/Features/DisplayFeature.php | 30 + .../Features/ExportTemplatesFeature.php | 26 + .../Features/FavoriteTablesFeature.php | 26 + .../Features/NavigationItemsHidingFeature.php | 26 + .../ConfigStorage/Features/PdfFeature.php | 30 + .../Features/RecentlyUsedTablesFeature.php | 26 + .../Features/RelationFeature.php | 26 + .../SavedQueryByExampleSearchesFeature.php | 26 + .../Features/SqlHistoryFeature.php | 26 + .../Features/TrackingFeature.php | 26 + .../Features/UiPreferencesFeature.php | 26 + .../Features/UserPreferencesFeature.php | 26 + .../classes/ConfigStorage/Relation.php | 1814 ++ .../classes/ConfigStorage/RelationCleanup.php | 384 + .../ConfigStorage/RelationParameters.php | 472 + .../classes/ConfigStorage/UserGroups.php | 350 + .../phpMyAdmin/libraries/classes/Console.php | 139 + .../Controllers/AbstractController.php | 101 + .../BrowseForeignersController.php | 81 + .../Controllers/ChangeLogController.php | 105 + .../Controllers/CheckRelationsController.php | 69 + .../CollationConnectionController.php | 34 + .../classes/Controllers/ColumnController.php | 40 + .../Config/GetConfigController.php | 39 + .../Config/SetConfigController.php | 50 + .../Database/AbstractController.php | 21 + .../PopulateColumnsController.php | 32 + .../Database/CentralColumnsController.php | 280 + .../Database/DataDictionaryController.php | 122 + .../Database/DesignerController.php | 250 + .../Controllers/Database/EventsController.php | 86 + .../Controllers/Database/ExportController.php | 166 + .../Controllers/Database/ImportController.php | 134 + .../MultiTableQuery/QueryController.php | 21 + .../MultiTableQuery/TablesController.php | 48 + .../Database/MultiTableQueryController.php | 37 + .../Operations/CollationController.php | 104 + .../Database/OperationsController.php | 323 + .../Database/PrivilegesController.php | 71 + .../Database/QueryByExampleController.php | 168 + .../Database/RoutinesController.php | 124 + .../Controllers/Database/SearchController.php | 85 + .../Database/SqlAutoCompleteController.php | 45 + .../Controllers/Database/SqlController.php | 66 + .../Database/SqlFormatController.php | 22 + .../Structure/AddPrefixController.php | 34 + .../Structure/AddPrefixTableController.php | 64 + .../CentralColumns/AddController.php | 59 + .../MakeConsistentController.php | 59 + .../CentralColumns/RemoveController.php | 59 + .../Structure/ChangePrefixFormController.php | 43 + .../Database/Structure/CopyFormController.php | 45 + .../Structure/CopyTableController.php | 72 + .../CopyTableWithPrefixController.php | 67 + .../Database/Structure/DropFormController.php | 81 + .../Structure/DropTableController.php | 135 + .../Structure/EmptyFormController.php | 44 + .../Structure/EmptyTableController.php | 118 + .../Structure/FavoriteTableController.php | 184 + .../Structure/RealRowCountController.php | 79 + .../Structure/ReplacePrefixController.php | 76 + .../Structure/ShowCreateController.php | 64 + .../Database/StructureController.php | 918 + .../Database/TrackingController.php | 157 + .../Database/TriggersController.php | 87 + .../Controllers/DatabaseController.php | 15 + .../Controllers/ErrorReportController.php | 164 + .../Export/CheckTimeOutController.php | 24 + .../Controllers/Export/ExportController.php | 682 + .../Controllers/Export/TablesController.php | 36 + .../Export/Template/CreateController.php | 89 + .../Export/Template/DeleteController.php | 60 + .../Export/Template/LoadController.php | 62 + .../Export/Template/UpdateController.php | 67 + .../Controllers/GisDataEditorController.php | 162 + .../classes/Controllers/GitInfoController.php | 51 + .../classes/Controllers/HomeController.php | 463 + .../Controllers/Import/ImportController.php | 826 + .../Import/SimulateDmlController.php | 93 + .../Controllers/Import/StatusController.php | 83 + .../JavaScriptMessagesController.php | 713 + .../classes/Controllers/LicenseController.php | 42 + .../classes/Controllers/LintController.php | 61 + .../classes/Controllers/LogoutController.php | 23 + .../Controllers/NavigationController.php | 107 + .../Controllers/NormalizationController.php | 166 + .../classes/Controllers/PhpInfoController.php | 34 + .../Preferences/ExportController.php | 114 + .../Preferences/FeaturesController.php | 114 + .../Preferences/ImportController.php | 114 + .../Preferences/MainPanelController.php | 114 + .../Preferences/ManageController.php | 283 + .../Preferences/NavigationController.php | 116 + .../Controllers/Preferences/SqlController.php | 114 + .../Preferences/TwoFactorController.php | 77 + .../RecentTablesListController.php | 21 + .../Controllers/SchemaExportController.php | 35 + .../Controllers/Server/BinlogController.php | 133 + .../Server/CollationsController.php | 80 + .../Server/Databases/CreateController.php | 104 + .../Server/Databases/DestroyController.php | 103 + .../Server/DatabasesController.php | 338 + .../Controllers/Server/EnginesController.php | 42 + .../Controllers/Server/ExportController.php | 95 + .../Controllers/Server/ImportController.php | 119 + .../Controllers/Server/PluginsController.php | 75 + .../Privileges/AccountLockController.php | 52 + .../Privileges/AccountUnlockController.php | 52 + .../Server/PrivilegesController.php | 475 + .../Server/ReplicationController.php | 109 + .../Server/ShowEngineController.php | 65 + .../Controllers/Server/SqlController.php | 54 + .../Server/Status/AbstractController.php | 22 + .../Server/Status/AdvisorController.php | 35 + .../Status/Monitor/ChartingDataController.php | 56 + .../Status/Monitor/GeneralLogController.php | 70 + .../Status/Monitor/LogVarsController.php | 60 + .../Monitor/QueryAnalyzerController.php | 60 + .../Status/Monitor/SlowLogController.php | 66 + .../Server/Status/MonitorController.php | 76 + .../Status/Processes/KillController.php | 58 + .../Status/Processes/RefreshController.php | 40 + .../Server/Status/ProcessesController.php | 74 + .../Server/Status/QueriesController.php | 106 + .../Server/Status/StatusController.php | 206 + .../Server/Status/VariablesController.php | 520 + .../Server/UserGroupsController.php | 110 + .../Server/UserGroupsFormController.php | 104 + .../Variables/GetVariableController.php | 62 + .../Variables/SetVariableController.php | 138 + .../Server/VariablesController.php | 137 + .../Controllers/Setup/AbstractController.php | 54 + .../Controllers/Setup/ConfigController.php | 40 + .../Controllers/Setup/FormController.php | 48 + .../Controllers/Setup/HomeController.php | 108 + .../Controllers/Setup/ServersController.php | 70 + .../Sql/ColumnPreferencesController.php | 67 + .../DefaultForeignKeyCheckValueController.php | 32 + .../Controllers/Sql/EnumValuesController.php | 67 + .../Sql/RelationalValuesController.php | 57 + .../Controllers/Sql/SetValuesController.php | 75 + .../classes/Controllers/Sql/SqlController.php | 246 + .../Controllers/Table/AbstractController.php | 25 + .../Controllers/Table/AddFieldController.php | 197 + .../Controllers/Table/ChangeController.php | 280 + .../Table/ChangeRowsController.php | 56 + .../Controllers/Table/ChartController.php | 229 + .../Controllers/Table/CreateController.php | 175 + .../Table/DeleteConfirmController.php | 46 + .../Table/DeleteRowsController.php | 107 + .../DropColumnConfirmationController.php | 42 + .../Table/DropColumnController.php | 91 + .../Controllers/Table/ExportController.php | 132 + .../Table/ExportRowsController.php | 59 + .../Table/FindReplaceController.php | 367 + .../Controllers/Table/GetFieldController.php | 103 + .../Table/GisVisualizationController.php | 203 + .../Controllers/Table/ImportController.php | 132 + .../Table/IndexRenameController.php | 100 + .../Controllers/Table/IndexesController.php | 153 + .../Table/Maintenance/AnalyzeController.php | 93 + .../Table/Maintenance/CheckController.php | 96 + .../Table/Maintenance/ChecksumController.php | 94 + .../Table/Maintenance/OptimizeController.php | 93 + .../Table/Maintenance/RepairController.php | 93 + .../Table/OperationsController.php | 499 + .../Table/Partition/AnalyzeController.php | 66 + .../Table/Partition/CheckController.php | 66 + .../Table/Partition/DropController.php | 73 + .../Table/Partition/OptimizeController.php | 66 + .../Table/Partition/RebuildController.php | 73 + .../Table/Partition/RepairController.php | 66 + .../Table/Partition/TruncateController.php | 73 + .../Table/PrivilegesController.php | 75 + .../Table/RecentFavoriteController.php | 27 + .../Controllers/Table/RelationController.php | 347 + .../Controllers/Table/ReplaceController.php | 669 + .../Controllers/Table/SearchController.php | 405 + .../Controllers/Table/SqlController.php | 71 + .../Table/Structure/AddIndexController.php | 74 + .../Table/Structure/AddKeyController.php | 44 + .../Table/Structure/BrowseController.php | 84 + .../Structure/CentralColumnsAddController.php | 62 + .../CentralColumnsRemoveController.php | 62 + .../Table/Structure/ChangeController.php | 125 + .../Table/Structure/FulltextController.php | 74 + .../Table/Structure/MoveColumnsController.php | 183 + .../Structure/PartitioningController.php | 282 + .../Table/Structure/PrimaryController.php | 135 + .../Structure/ReservedWordCheckController.php | 56 + .../Table/Structure/SaveController.php | 402 + .../Table/Structure/SpatialController.php | 74 + .../Table/Structure/UniqueController.php | 74 + .../Controllers/Table/StructureController.php | 404 + .../Controllers/Table/TrackingController.php | 224 + .../Controllers/Table/TriggersController.php | 92 + .../Table/ZoomSearchController.php | 467 + .../classes/Controllers/TableController.php | 34 + .../Controllers/ThemeSetController.php | 44 + .../classes/Controllers/ThemesController.php | 29 + .../Transformation/OverviewController.php | 62 + .../Transformation/WrapperController.php | 219 + .../Controllers/UserPasswordController.php | 111 + .../Controllers/VersionCheckController.php | 49 + .../Controllers/View/CreateController.php | 276 + .../Controllers/View/OperationsController.php | 115 + admin/phpMyAdmin/libraries/classes/Core.php | 1043 + .../libraries/classes/CreateAddField.php | 497 + .../libraries/classes/Crypto/Crypto.php | 67 + .../classes/Database/CentralColumns.php | 1003 + .../classes/Database/DatabaseList.php | 48 + .../libraries/classes/Database/Designer.php | 412 + .../classes/Database/Designer/Common.php | 816 + .../Database/Designer/DesignerTable.php | 93 + .../libraries/classes/Database/Events.php | 604 + .../classes/Database/MultiTableQuery.php | 143 + .../libraries/classes/Database/Qbe.php | 1796 ++ .../libraries/classes/Database/Routines.php | 1606 + .../libraries/classes/Database/Search.php | 316 + .../libraries/classes/Database/Triggers.php | 535 + .../libraries/classes/DatabaseInterface.php | 2327 ++ .../libraries/classes/DbTableExists.php | 118 + .../libraries/classes/Dbal/DatabaseName.php | 66 + .../libraries/classes/Dbal/DbalInterface.php | 721 + .../libraries/classes/Dbal/DbiExtension.php | 143 + .../libraries/classes/Dbal/DbiMysqli.php | 365 + .../libraries/classes/Dbal/MysqliResult.php | 276 + .../classes/Dbal/ResultInterface.php | 111 + .../libraries/classes/Dbal/TableName.php | 66 + .../libraries/classes/Dbal/Warning.php | 74 + .../libraries/classes/Display/Results.php | 4543 +++ .../phpMyAdmin/libraries/classes/Encoding.php | 354 + .../libraries/classes/Engines/Bdb.php | 68 + .../libraries/classes/Engines/Berkeleydb.php | 15 + .../libraries/classes/Engines/Binlog.php | 27 + .../libraries/classes/Engines/Innobase.php | 15 + .../libraries/classes/Engines/Innodb.php | 329 + .../libraries/classes/Engines/Memory.php | 28 + .../libraries/classes/Engines/Merge.php | 17 + .../libraries/classes/Engines/MrgMyisam.php | 25 + .../libraries/classes/Engines/Myisam.php | 84 + .../libraries/classes/Engines/Ndbcluster.php | 50 + .../libraries/classes/Engines/Pbxt.php | 193 + .../classes/Engines/PerformanceSchema.php | 27 + admin/phpMyAdmin/libraries/classes/Error.php | 549 + .../libraries/classes/ErrorHandler.php | 640 + .../libraries/classes/ErrorReport.php | 298 + .../classes/Exceptions/ExportException.php | 17 + admin/phpMyAdmin/libraries/classes/Export.php | 1344 + .../libraries/classes/Export/Options.php | 236 + .../libraries/classes/Export/Template.php | 70 + .../classes/Export/TemplateModel.php | 140 + .../libraries/classes/FieldMetadata.php | 443 + admin/phpMyAdmin/libraries/classes/File.php | 781 + .../libraries/classes/FileListing.php | 126 + .../libraries/classes/FlashMessages.php | 56 + admin/phpMyAdmin/libraries/classes/Font.php | 244 + admin/phpMyAdmin/libraries/classes/Footer.php | 311 + .../libraries/classes/Gis/GisFactory.php | 54 + .../libraries/classes/Gis/GisGeometry.php | 382 + .../classes/Gis/GisGeometryCollection.php | 367 + .../libraries/classes/Gis/GisLineString.php | 321 + .../classes/Gis/GisMultiLineString.php | 400 + .../libraries/classes/Gis/GisMultiPoint.php | 392 + .../libraries/classes/Gis/GisMultiPolygon.php | 575 + .../libraries/classes/Gis/GisPoint.php | 336 + .../libraries/classes/Gis/GisPolygon.php | 580 + .../classes/Gis/GisVisualization.php | 719 + admin/phpMyAdmin/libraries/classes/Git.php | 641 + admin/phpMyAdmin/libraries/classes/Header.php | 677 + .../libraries/classes/Html/Generator.php | 1273 + .../classes/Html/MySQLDocumentation.php | 102 + .../Http/Factory/ServerRequestFactory.php | 208 + .../libraries/classes/Http/ServerRequest.php | 342 + .../libraries/classes/Image/ImageWrapper.php | 203 + admin/phpMyAdmin/libraries/classes/Import.php | 1536 + .../libraries/classes/Import/Ajax.php | 109 + .../libraries/classes/Import/SimulateDml.php | 160 + admin/phpMyAdmin/libraries/classes/Index.php | 635 + .../libraries/classes/IndexColumn.php | 206 + .../libraries/classes/InsertEdit.php | 2516 ++ .../libraries/classes/InternalRelations.php | 499 + .../libraries/classes/IpAllowDeny.php | 314 + .../phpMyAdmin/libraries/classes/Language.php | 209 + .../libraries/classes/LanguageManager.php | 983 + admin/phpMyAdmin/libraries/classes/Linter.php | 177 + .../libraries/classes/ListAbstract.php | 84 + .../libraries/classes/ListDatabase.php | 165 + .../phpMyAdmin/libraries/classes/Logging.php | 111 + admin/phpMyAdmin/libraries/classes/Menu.php | 585 + .../phpMyAdmin/libraries/classes/Message.php | 794 + admin/phpMyAdmin/libraries/classes/Mime.php | 46 + .../classes/Navigation/Navigation.php | 305 + .../classes/Navigation/NavigationTree.php | 1467 + .../classes/Navigation/NodeFactory.php | 122 + .../classes/Navigation/Nodes/Node.php | 877 + .../classes/Navigation/Nodes/NodeColumn.php | 120 + .../Navigation/Nodes/NodeColumnContainer.php | 48 + .../classes/Navigation/Nodes/NodeDatabase.php | 692 + .../Navigation/Nodes/NodeDatabaseChild.php | 59 + .../Nodes/NodeDatabaseChildContainer.php | 41 + .../Nodes/NodeDatabaseContainer.php | 47 + .../classes/Navigation/Nodes/NodeEvent.php | 52 + .../Navigation/Nodes/NodeEventContainer.php | 42 + .../classes/Navigation/Nodes/NodeFunction.php | 52 + .../Nodes/NodeFunctionContainer.php | 48 + .../classes/Navigation/Nodes/NodeIndex.php | 36 + .../Navigation/Nodes/NodeIndexContainer.php | 48 + .../Navigation/Nodes/NodeProcedure.php | 52 + .../Nodes/NodeProcedureContainer.php | 42 + .../classes/Navigation/Nodes/NodeTable.php | 318 + .../Navigation/Nodes/NodeTableContainer.php | 43 + .../classes/Navigation/Nodes/NodeTrigger.php | 42 + .../Navigation/Nodes/NodeTriggerContainer.php | 42 + .../classes/Navigation/Nodes/NodeView.php | 46 + .../Navigation/Nodes/NodeViewContainer.php | 43 + .../libraries/classes/Normalization.php | 1160 + .../libraries/classes/OpenDocument.php | 178 + .../libraries/classes/Operations.php | 1002 + .../libraries/classes/OutputBuffering.php | 174 + .../libraries/classes/ParseAnalyze.php | 76 + .../classes/Partitioning/Maintenance.php | 149 + .../classes/Partitioning/Partition.php | 271 + .../classes/Partitioning/SubPartition.php | 154 + .../Partitioning/TablePartitionDefinition.php | 198 + admin/phpMyAdmin/libraries/classes/Pdf.php | 157 + .../phpMyAdmin/libraries/classes/Plugins.php | 617 + .../Plugins/Auth/AuthenticationConfig.php | 169 + .../Plugins/Auth/AuthenticationCookie.php | 702 + .../Plugins/Auth/AuthenticationHttp.php | 219 + .../Plugins/Auth/AuthenticationSignon.php | 302 + .../classes/Plugins/AuthenticationPlugin.php | 360 + .../classes/Plugins/Export/ExportCodegen.php | 392 + .../classes/Plugins/Export/ExportCsv.php | 334 + .../classes/Plugins/Export/ExportExcel.php | 86 + .../classes/Plugins/Export/ExportHtmlword.php | 641 + .../classes/Plugins/Export/ExportJson.php | 346 + .../classes/Plugins/Export/ExportLatex.php | 712 + .../Plugins/Export/ExportMediawiki.php | 383 + .../classes/Plugins/Export/ExportOds.php | 329 + .../classes/Plugins/Export/ExportOdt.php | 797 + .../classes/Plugins/Export/ExportPdf.php | 337 + .../classes/Plugins/Export/ExportPhparray.php | 256 + .../classes/Plugins/Export/ExportSql.php | 2848 ++ .../classes/Plugins/Export/ExportTexytext.php | 632 + .../classes/Plugins/Export/ExportXml.php | 553 + .../classes/Plugins/Export/ExportYaml.php | 228 + .../classes/Plugins/Export/Helpers/Pdf.php | 902 + .../Plugins/Export/Helpers/TableProperty.php | 294 + .../classes/Plugins/Export/README.md | 247 + .../classes/Plugins/ExportPlugin.php | 381 + .../Plugins/IOTransformationsPlugin.php | 97 + .../Plugins/Import/AbstractImportCsv.php | 63 + .../classes/Plugins/Import/ImportCsv.php | 886 + .../classes/Plugins/Import/ImportLdi.php | 211 + .../Plugins/Import/ImportMediawiki.php | 591 + .../classes/Plugins/Import/ImportOds.php | 467 + .../classes/Plugins/Import/ImportShp.php | 336 + .../classes/Plugins/Import/ImportSql.php | 193 + .../classes/Plugins/Import/ImportXml.php | 361 + .../classes/Plugins/Import/README.md | 153 + .../Plugins/Import/ShapeFileImport.php | 39 + .../Plugins/Import/Upload/UploadNoplugin.php | 61 + .../Plugins/Import/Upload/UploadProgress.php | 101 + .../Plugins/Import/Upload/UploadSession.php | 96 + .../classes/Plugins/ImportPlugin.php | 97 + .../libraries/classes/Plugins/Plugin.php | 19 + .../classes/Plugins/Schema/Dia/Dia.php | 187 + .../Plugins/Schema/Dia/DiaRelationSchema.php | 236 + .../Plugins/Schema/Dia/RelationStatsDia.php | 237 + .../Plugins/Schema/Dia/TableStatsDia.php | 223 + .../classes/Plugins/Schema/Eps/Eps.php | 257 + .../Plugins/Schema/Eps/EpsRelationSchema.php | 248 + .../Plugins/Schema/Eps/RelationStatsEps.php | 96 + .../Plugins/Schema/Eps/TableStatsEps.php | 148 + .../Plugins/Schema/ExportRelationSchema.php | 296 + .../classes/Plugins/Schema/Pdf/Pdf.php | 435 + .../Plugins/Schema/Pdf/PdfRelationSchema.php | 781 + .../Plugins/Schema/Pdf/RelationStatsPdf.php | 146 + .../Plugins/Schema/Pdf/TableStatsPdf.php | 214 + .../classes/Plugins/Schema/RelationStats.php | 128 + .../classes/Plugins/Schema/SchemaDia.php | 92 + .../classes/Plugins/Schema/SchemaEps.php | 93 + .../classes/Plugins/Schema/SchemaPdf.php | 132 + .../classes/Plugins/Schema/SchemaSvg.php | 80 + .../Plugins/Schema/Svg/RelationStatsSvg.php | 128 + .../classes/Plugins/Schema/Svg/Svg.php | 277 + .../Plugins/Schema/Svg/SvgRelationSchema.php | 286 + .../Plugins/Schema/Svg/TableStatsSvg.php | 190 + .../classes/Plugins/Schema/TableStats.php | 225 + .../classes/Plugins/SchemaPlugin.php | 99 + .../Abs/Bool2TextTransformationsPlugin.php | 65 + .../CodeMirrorEditorTransformationPlugin.php | 74 + .../Abs/DateFormatTransformationsPlugin.php | 163 + .../Abs/DownloadTransformationsPlugin.php | 98 + .../Abs/ExternalTransformationsPlugin.php | 176 + .../Abs/FormattedTransformationsPlugin.php | 62 + .../Abs/HexTransformationsPlugin.php | 71 + .../Abs/ImageLinkTransformationsPlugin.php | 64 + .../Abs/ImageUploadTransformationsPlugin.php | 120 + .../Abs/InlineTransformationsPlugin.php | 76 + .../Abs/LongToIPv4TransformationsPlugin.php | 60 + .../Abs/PreApPendTransformationsPlugin.php | 65 + .../RegexValidationTransformationsPlugin.php | 73 + .../Abs/SQLTransformationsPlugin.php | 56 + .../Abs/SubstringTransformationsPlugin.php | 90 + .../TextFileUploadTransformationsPlugin.php | 98 + .../TextImageLinkTransformationsPlugin.php | 77 + .../Abs/TextLinkTransformationsPlugin.php | 75 + .../Input/Image_JPEG_Upload.php | 37 + .../Input/Text_Plain_FileUpload.php | 36 + .../Input/Text_Plain_Iptobinary.php | 135 + .../Input/Text_Plain_Iptolong.php | 127 + .../Input/Text_Plain_JsonEditor.php | 78 + .../Input/Text_Plain_RegexValidation.php | 37 + .../Input/Text_Plain_SqlEditor.php | 78 + .../Input/Text_Plain_XmlEditor.php | 78 + .../Application_Octetstream_Download.php | 36 + .../Output/Application_Octetstream_Hex.php | 36 + .../Output/Image_JPEG_Inline.php | 36 + .../Output/Image_JPEG_Link.php | 36 + .../Output/Image_PNG_Inline.php | 36 + .../Output/Text_Octetstream_Sql.php | 36 + .../Output/Text_Plain_Binarytoip.php | 83 + .../Output/Text_Plain_Bool2Text.php | 38 + .../Output/Text_Plain_Dateformat.php | 36 + .../Output/Text_Plain_External.php | 36 + .../Output/Text_Plain_Formatted.php | 36 + .../Output/Text_Plain_Imagelink.php | 36 + .../Output/Text_Plain_Json.php | 94 + .../Transformations/Output/Text_Plain_Sql.php | 52 + .../Transformations/Output/Text_Plain_Xml.php | 94 + .../classes/Plugins/Transformations/README | 4 + .../classes/Plugins/Transformations/TEMPLATE | 45 + .../Plugins/Transformations/TEMPLATE_ABSTRACT | 73 + .../Transformations/Text_Plain_Link.php | 36 + .../Transformations/Text_Plain_Longtoipv4.php | 36 + .../Transformations/Text_Plain_PreApPend.php | 37 + .../Transformations/Text_Plain_Substring.php | 36 + .../Plugins/TransformationsInterface.php | 43 + .../classes/Plugins/TransformationsPlugin.php | 64 + .../classes/Plugins/TwoFactor/Application.php | 149 + .../classes/Plugins/TwoFactor/Invalid.php | 60 + .../classes/Plugins/TwoFactor/Key.php | 220 + .../classes/Plugins/TwoFactor/Simple.php | 61 + .../classes/Plugins/TwoFactor/WebAuthn.php | 246 + .../classes/Plugins/TwoFactorPlugin.php | 183 + .../classes/Plugins/UploadInterface.php | 31 + .../libraries/classes/Profiling.php | 80 + .../Groups/OptionsPropertyMainGroup.php | 28 + .../Groups/OptionsPropertyRootGroup.php | 28 + .../Groups/OptionsPropertySubgroup.php | 57 + .../Options/Items/BoolPropertyItem.php | 28 + .../Options/Items/DocPropertyItem.php | 28 + .../Options/Items/HiddenPropertyItem.php | 28 + .../Options/Items/MessageOnlyPropertyItem.php | 28 + .../Options/Items/NumberPropertyItem.php | 28 + .../Options/Items/RadioPropertyItem.php | 28 + .../Options/Items/SelectPropertyItem.php | 28 + .../Options/Items/TextPropertyItem.php | 28 + .../Options/OptionsPropertyGroup.php | 101 + .../Options/OptionsPropertyItem.php | 127 + .../Options/OptionsPropertyOneItem.php | 147 + .../Plugins/ExportPluginProperties.php | 52 + .../Plugins/ImportPluginProperties.php | 32 + .../Properties/Plugins/PluginPropertyItem.php | 170 + .../Plugins/SchemaPluginProperties.php | 32 + .../classes/Properties/PropertyItem.php | 44 + .../MariaDbMySqlKbsProvider.php | 43 + .../ServerVariablesProvider.php | 37 + .../ServerVariablesProviderInterface.php | 16 + .../ServerVariables/VoidProvider.php | 28 + .../libraries/classes/Query/Cache.php | 107 + .../libraries/classes/Query/Compatibility.php | 256 + .../libraries/classes/Query/Generator.php | 407 + .../libraries/classes/Query/Utilities.php | 201 + .../libraries/classes/RecentFavoriteTable.php | 410 + .../libraries/classes/Replication.php | 171 + .../libraries/classes/ReplicationGui.php | 607 + .../libraries/classes/ReplicationInfo.php | 191 + .../libraries/classes/ResponseRenderer.php | 508 + .../phpMyAdmin/libraries/classes/Routing.php | 208 + .../phpMyAdmin/libraries/classes/Sanitize.php | 413 + .../libraries/classes/SavedSearches.php | 433 + .../phpMyAdmin/libraries/classes/Scripts.php | 145 + .../libraries/classes/Server/Plugin.php | 207 + .../libraries/classes/Server/Plugins.php | 115 + .../libraries/classes/Server/Privileges.php | 3792 +++ .../Server/Privileges/AccountLocking.php | 65 + .../libraries/classes/Server/Select.php | 120 + .../libraries/classes/Server/Status/Data.php | 456 + .../classes/Server/Status/Monitor.php | 555 + .../classes/Server/Status/Processes.php | 191 + .../libraries/classes/Server/SysInfo/Base.php | 48 + .../classes/Server/SysInfo/Linux.php | 115 + .../classes/Server/SysInfo/SunOs.php | 83 + .../classes/Server/SysInfo/SysInfo.php | 79 + .../classes/Server/SysInfo/WindowsNt.php | 147 + .../phpMyAdmin/libraries/classes/Session.php | 251 + .../classes/Setup/ConfigGenerator.php | 228 + .../classes/Setup/FormProcessing.php | 80 + .../libraries/classes/Setup/Index.php | 199 + admin/phpMyAdmin/libraries/classes/Sql.php | 1811 ++ .../libraries/classes/SqlQueryForm.php | 194 + .../libraries/classes/StorageEngine.php | 547 + .../libraries/classes/SystemDatabase.php | 128 + admin/phpMyAdmin/libraries/classes/Table.php | 2663 ++ .../classes/Table/ColumnsDefinition.php | 543 + .../libraries/classes/Table/Indexes.php | 117 + .../libraries/classes/Table/Maintenance.php | 184 + .../classes/Table/Maintenance/Message.php | 46 + .../libraries/classes/Table/Search.php | 353 + .../phpMyAdmin/libraries/classes/Template.php | 158 + admin/phpMyAdmin/libraries/classes/Theme.php | 334 + .../libraries/classes/ThemeManager.php | 291 + .../phpMyAdmin/libraries/classes/Tracker.php | 957 + .../phpMyAdmin/libraries/classes/Tracking.php | 1194 + .../libraries/classes/Transformations.php | 490 + .../libraries/classes/Twig/AssetExtension.php | 33 + .../libraries/classes/Twig/CoreExtension.php | 27 + .../classes/Twig/FlashMessagesExtension.php | 18 + .../libraries/classes/Twig/I18nExtension.php | 31 + .../classes/Twig/MessageExtension.php | 44 + .../classes/Twig/RelationExtension.php | 49 + .../classes/Twig/SanitizeExtension.php | 55 + .../libraries/classes/Twig/TableExtension.php | 27 + .../classes/Twig/TrackerExtension.php | 27 + .../classes/Twig/TransformationsExtension.php | 33 + .../libraries/classes/Twig/UrlExtension.php | 48 + .../libraries/classes/Twig/UtilExtension.php | 171 + .../libraries/classes/TwoFactor.php | 320 + admin/phpMyAdmin/libraries/classes/Types.php | 948 + admin/phpMyAdmin/libraries/classes/Url.php | 357 + .../libraries/classes/UrlRedirector.php | 59 + .../libraries/classes/UserPassword.php | 217 + .../libraries/classes/UserPreferences.php | 318 + admin/phpMyAdmin/libraries/classes/Util.php | 2713 ++ .../libraries/classes/Utils/ForeignKey.php | 92 + .../classes/Utils/FormatConverter.php | 96 + .../libraries/classes/Utils/Gis.php | 325 + .../libraries/classes/Utils/HttpRequest.php | 308 + .../libraries/classes/Utils/SessionCache.php | 58 + .../phpMyAdmin/libraries/classes/Version.php | 25 + .../libraries/classes/VersionInformation.php | 263 + .../classes/WebAuthn/CBORDecoder.php | 289 + .../classes/WebAuthn/CustomServer.php | 497 + .../libraries/classes/WebAuthn/DataStream.php | 68 + .../libraries/classes/WebAuthn/Server.php | 78 + .../classes/WebAuthn/WebAuthnException.php | 11 + .../classes/WebAuthn/WebauthnLibServer.php | 277 + .../libraries/classes/ZipExtension.php | 334 + admin/phpMyAdmin/libraries/config.default.php | 3124 ++ admin/phpMyAdmin/libraries/config.values.php | 483 + admin/phpMyAdmin/libraries/constants.php | 53 + .../libraries/language_stats.inc.php | 102 + admin/phpMyAdmin/libraries/routes.php | 286 + admin/phpMyAdmin/libraries/services.php | 242 + .../libraries/services_controllers.php | 1738 ++ .../phpMyAdmin/libraries/services_loader.php | 48 + admin/phpMyAdmin/libraries/vendor_config.php | 77 + .../locale/ar/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 164858 bytes .../locale/az/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 127408 bytes .../locale/be/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 217384 bytes .../locale/bg/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 252160 bytes .../locale/bn/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 341748 bytes .../locale/ca/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 354985 bytes .../locale/cs/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 385374 bytes .../locale/da/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 329391 bytes .../locale/de/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 394016 bytes .../locale/el/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 468675 bytes .../locale/en_GB/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 351267 bytes .../locale/es/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 396522 bytes .../locale/et/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 370751 bytes .../locale/fi/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 213212 bytes .../locale/fr/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 403396 bytes .../locale/gl/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 271504 bytes .../locale/he/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 141137 bytes .../locale/hu/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 341020 bytes .../locale/hy/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 198957 bytes .../locale/ia/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 257792 bytes .../locale/id/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 254143 bytes .../locale/it/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 394070 bytes .../locale/ja/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 430133 bytes .../locale/kk/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 350989 bytes .../locale/ko/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 271236 bytes .../locale/nb/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 207065 bytes .../locale/nl/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 388173 bytes .../locale/pl/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 168512 bytes .../locale/pt/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 380308 bytes .../locale/pt_BR/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 392374 bytes .../locale/ro/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 338726 bytes .../locale/ru/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 492138 bytes .../locale/si/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 235172 bytes .../locale/sk/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 246750 bytes .../locale/sl/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 379855 bytes .../locale/sq/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 344740 bytes .../locale/sv/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 306788 bytes .../locale/tr/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 394323 bytes .../locale/uk/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 497502 bytes .../locale/vi/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 253931 bytes .../locale/zh_CN/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 346153 bytes .../locale/zh_TW/LC_MESSAGES/phpmyadmin.mo | Bin 0 -> 333347 bytes admin/phpMyAdmin/package.json | 62 + admin/phpMyAdmin/robots.txt | 2 + admin/phpMyAdmin/setup/config.php | 54 + admin/phpMyAdmin/setup/index.php | 86 + admin/phpMyAdmin/setup/lib/common.inc.php | 66 + admin/phpMyAdmin/setup/scss/_custom.scss | 548 + admin/phpMyAdmin/setup/scss/styles.scss | 2 + admin/phpMyAdmin/setup/styles.css | 3 + admin/phpMyAdmin/setup/styles.css.map | 1 + admin/phpMyAdmin/setup/themes/dot.gif | Bin 0 -> 43 bytes admin/phpMyAdmin/setup/validate.php | 43 + admin/phpMyAdmin/show_config_errors.php | 44 + admin/phpMyAdmin/sql/create_tables.sql | 355 + .../sql/upgrade_column_info_4_3_0+.sql | 47 + .../phpMyAdmin/sql/upgrade_tables_4_7_0+.sql | 24 + .../sql/upgrade_tables_mysql_4_1_2+.sql | 144 + admin/phpMyAdmin/templates/changelog.twig | 15 + .../columns_definitions/column_attribute.twig | 22 + .../column_attributes.twig | 259 + .../column_definitions_form.twig | 188 + .../columns_definitions/column_name.twig | 42 + .../columns_definitions/partitions.twig | 180 + .../table_fields_definitions.twig | 121 + .../templates/components/error_message.twig | 4 + .../config/form_display/display.twig | 78 + .../templates/config/form_display/errors.twig | 6 + .../config/form_display/group_header.twig | 5 + .../templates/config/form_display/input.twig | 85 + .../templates/console/bookmark_content.twig | 25 + .../phpMyAdmin/templates/console/display.twig | 192 + .../templates/console/query_action.twig | 12 + .../phpMyAdmin/templates/console/toolbar.twig | 10 + .../templates/create_tracking_version.twig | 80 + .../database/central_columns/edit.twig | 25 + .../central_columns/edit_table_row.twig | 85 + .../database/central_columns/main.twig | 385 + .../central_columns/populate_columns.twig | 3 + .../templates/database/create_table.twig | 17 + .../database/data_dictionary/index.twig | 126 + .../database/designer/database_tables.twig | 121 + .../database/designer/edit_delete_pages.twig | 13 + .../templates/database/designer/main.twig | 1126 + .../database/designer/page_save_as.twig | 36 + .../database/designer/page_selector.twig | 10 + .../database/designer/schema_export.twig | 18 + .../database/events/editor_form.twig | 119 + .../templates/database/events/index.twig | 154 + .../templates/database/events/row.twig | 56 + .../templates/database/export/index.twig | 62 + .../templates/database/import/index.twig | 3 + .../database/multi_table_query/form.twig | 179 + .../templates/database/operations/index.twig | 230 + .../templates/database/privileges/index.twig | 141 + .../database/qbe/column_select_cell.twig | 11 + .../templates/database/qbe/index.twig | 23 + .../database/qbe/ins_del_and_or_cell.twig | 28 + .../database/qbe/selection_form.twig | 118 + .../database/qbe/sort_order_select_cell.twig | 10 + .../database/qbe/sort_select_cell.twig | 9 + .../database/routines/editor_form.twig | 184 + .../database/routines/execute_form.twig | 62 + .../templates/database/routines/index.twig | 62 + .../database/routines/parameter_row.twig | 54 + .../templates/database/routines/row.twig | 83 + .../templates/database/search/main.twig | 95 + .../templates/database/search/results.twig | 62 + .../database/structure/add_prefix.twig | 15 + .../structure/body_for_table_summary.twig | 93 + .../database/structure/bulk_action_modal.twig | 16 + .../structure/change_prefix_form.twig | 20 + .../database/structure/check_all_tables.twig | 61 + .../structure/collation_definition.twig | 1 + .../database/structure/copy_form.twig | 54 + .../database/structure/drop_form.twig | 23 + .../database/structure/empty_form.twig | 23 + .../database/structure/favorite_anchor.twig | 7 + .../templates/database/structure/index.twig | 30 + .../database/structure/overhead.twig | 4 + .../database/structure/show_create.twig | 47 + .../structure/structure_table_row.twig | 226 + .../database/structure/table_header.twig | 81 + .../database/structure/tracking_icon.twig | 7 + .../templates/database/tracking/tables.twig | 192 + .../database/triggers/editor_form.twig | 73 + .../templates/database/triggers/export.twig | 9 + .../templates/database/triggers/list.twig | 59 + .../templates/database/triggers/row.twig | 61 + .../display/results/checkbox_and_links.twig | 91 + .../display/results/comment_for_row.twig | 10 + .../display/results/empty_display.twig | 1 + .../display/results/null_display.twig | 6 + .../display/results/page_selector.twig | 6 + .../templates/display/results/row_data.twig | 3 + .../templates/display/results/table.twig | 307 + .../results/table_headers_for_columns.twig | 12 + .../results/table_navigation_button.twig | 11 + .../display/results/value_display.twig | 3 + .../encoding/kanji_encoding_form.twig | 20 + admin/phpMyAdmin/templates/error/generic.twig | 40 + .../templates/error/report_form.twig | 36 + .../templates/error/report_modal.twig | 19 + admin/phpMyAdmin/templates/export.twig | 502 + .../templates/export/template_options.twig | 7 + admin/phpMyAdmin/templates/export_modal.twig | 14 + .../templates/file_select_options.twig | 5 + admin/phpMyAdmin/templates/filter.twig | 9 + admin/phpMyAdmin/templates/footer.twig | 47 + .../templates/gis_data_editor_form.twig | 221 + admin/phpMyAdmin/templates/header.twig | 60 + .../phpMyAdmin/templates/header_location.twig | 22 + admin/phpMyAdmin/templates/home/git_info.twig | 37 + admin/phpMyAdmin/templates/home/index.twig | 314 + admin/phpMyAdmin/templates/home/themes.twig | 18 + admin/phpMyAdmin/templates/import.twig | 203 + .../templates/import/javascript.twig | 159 + admin/phpMyAdmin/templates/import_status.twig | 3 + admin/phpMyAdmin/templates/indexes.twig | 94 + .../templates/javascript/redirect.twig | 5 + .../templates/javascript/variables.twig | 112 + .../phpMyAdmin/templates/list_navigator.twig | 52 + admin/phpMyAdmin/templates/login/footer.twig | 4 + admin/phpMyAdmin/templates/login/form.twig | 140 + admin/phpMyAdmin/templates/login/header.twig | 18 + .../phpMyAdmin/templates/login/twofactor.twig | 14 + .../login/twofactor/application.twig | 5 + .../twofactor/application_configure.twig | 17 + .../templates/login/twofactor/invalid.twig | 3 + .../login/twofactor/key-https-warning.twig | 5 + .../templates/login/twofactor/key.twig | 12 + .../login/twofactor/key_configure.twig | 12 + .../templates/login/twofactor/simple.twig | 1 + .../login/twofactor/webauthn_creation.twig | 3 + .../login/twofactor/webauthn_request.twig | 3 + .../templates/menu/breadcrumbs.twig | 44 + admin/phpMyAdmin/templates/message.twig | 3 + .../templates/modals/build_query.twig | 21 + .../templates/modals/create_view.twig | 15 + .../templates/modals/enum_set_editor.twig | 15 + .../templates/modals/index_dialog_modal.twig | 34 + .../modals/preview_sql_confirmation.twig | 19 + .../templates/modals/preview_sql_modal.twig | 14 + .../templates/modals/unhide_nav_item.twig | 14 + .../navigation/item_unhide_dialog.twig | 29 + .../phpMyAdmin/templates/navigation/main.twig | 99 + .../templates/navigation/tree/controls.twig | 8 + .../navigation/tree/database_select.twig | 29 + .../navigation/tree/fast_filter.twig | 20 + .../templates/navigation/tree/node.twig | 72 + .../templates/navigation/tree/path.twig | 12 + .../templates/navigation/tree/quick_warp.twig | 5 + .../templates/navigation/tree/state.twig | 16 + .../text_image_link_transformations.twig | 4 + .../templates/preferences/autoload.twig | 15 + .../templates/preferences/forms/main.twig | 8 + .../templates/preferences/header.twig | 62 + .../templates/preferences/manage/error.twig | 20 + .../templates/preferences/manage/main.twig | 131 + .../preferences/two_factor/configure.twig | 17 + .../preferences/two_factor/confirm.twig | 18 + .../preferences/two_factor/main.twig | 104 + admin/phpMyAdmin/templates/preview_sql.twig | 11 + .../recent_favorite_table_favorite.twig | 15 + .../recent_favorite_table_no_tables.twig | 7 + .../recent_favorite_table_recent.twig | 7 + .../templates/relation/check_relations.twig | 540 + admin/phpMyAdmin/templates/scripts.twig | 25 + admin/phpMyAdmin/templates/select_all.twig | 6 + .../templates/server/binlog/index.twig | 107 + .../templates/server/collations/index.twig | 32 + .../templates/server/databases/index.twig | 329 + .../templates/server/engines/index.twig | 33 + .../templates/server/engines/show.twig | 46 + .../templates/server/export/index.twig | 27 + .../templates/server/import/index.twig | 3 + .../templates/server/plugins/index.twig | 64 + .../templates/server/privileges/add_user.twig | 38 + .../server/privileges/add_user_fieldset.twig | 12 + .../server/privileges/change_password.twig | 72 + .../server/privileges/choose_user_group.twig | 12 + .../privileges/edit_routine_privileges.twig | 105 + .../server/privileges/get_user_link.twig | 11 + .../server/privileges/initials_row.twig | 20 + .../privileges/login_information_fields.twig | 91 + .../server/privileges/new_user_ajax.twig | 66 + .../server/privileges/privileges_summary.twig | 104 + .../server/privileges/privileges_table.twig | 860 + .../templates/server/privileges/subnav.twig | 16 + .../server/privileges/user_overview.twig | 31 + .../server/privileges/user_properties.twig | 152 + .../server/privileges/users_overview.twig | 182 + .../server/replication/change_primary.twig | 35 + .../server/replication/database_multibox.twig | 9 + .../templates/server/replication/index.twig | 44 + .../replication/primary_add_replica_user.twig | 84 + .../replication/primary_configuration.twig | 32 + .../replication/primary_replication.twig | 54 + .../replication/replica_configuration.twig | 111 + .../server/replication/status_table.twig | 34 + .../templates/server/select/index.twig | 37 + .../server/select/server_options.twig | 8 + .../server/status/advisor/index.twig | 99 + .../templates/server/status/base.twig | 38 + .../server/status/monitor/index.twig | 283 + .../server/status/processes/index.twig | 61 + .../server/status/processes/list.twig | 85 + .../server/status/queries/index.twig | 62 + .../templates/server/status/status/index.twig | 78 + .../server/status/variables/index.twig | 142 + .../templates/server/sub_page_header.twig | 16 + .../server/user_groups/edit_user_groups.twig | 23 + .../server/user_groups/tab_list.twig | 13 + .../server/user_groups/user_groups.twig | 66 + .../server/user_groups/user_listings.twig | 22 + .../server/variables/format_variable.twig | 1 + .../templates/server/variables/index.twig | 83 + admin/phpMyAdmin/templates/setup/base.twig | 50 + .../templates/setup/config/index.twig | 26 + admin/phpMyAdmin/templates/setup/error.twig | 19 + .../templates/setup/form/index.twig | 8 + .../templates/setup/home/index.twig | 180 + .../templates/setup/servers/index.twig | 20 + admin/phpMyAdmin/templates/sql/bookmark.twig | 31 + .../templates/sql/enum_column_dropdown.twig | 6 + .../templates/sql/no_results_returned.twig | 23 + .../templates/sql/profiling_chart.twig | 100 + admin/phpMyAdmin/templates/sql/query.twig | 228 + .../sql/relational_column_dropdown.twig | 4 + .../phpMyAdmin/templates/sql/set_column.twig | 7 + .../templates/sql/sql_query_results.twig | 8 + .../browse_foreigners/column_element.twig | 12 + .../table/browse_foreigners/show_all.twig | 5 + .../templates/table/chart/tbl_chart.twig | 155 + .../templates/table/delete/confirm.twig | 32 + .../templates/table/export/index.twig | 13 + .../templates/table/find_replace/index.twig | 66 + .../table/find_replace/replace_preview.twig | 39 + .../gis_visualization/gis_visualization.twig | 62 + .../templates/table/import/index.twig | 3 + .../templates/table/index_form.twig | 252 + .../templates/table/index_rename_form.twig | 30 + .../templates/table/insert/actions_panel.twig | 56 + .../templates/table/insert/column_row.twig | 126 + .../table/insert/continue_insertion_form.twig | 19 + ...get_head_and_foot_of_insert_row_table.twig | 18 + .../get_html_for_insert_edit_form_header.twig | 1 + .../templates/table/maintenance/analyze.twig | 39 + .../templates/table/maintenance/check.twig | 41 + .../templates/table/maintenance/checksum.twig | 35 + .../templates/table/maintenance/optimize.twig | 39 + .../templates/table/maintenance/repair.twig | 39 + .../templates/table/operations/index.twig | 526 + .../templates/table/operations/view.twig | 49 + .../table/page_with_secondary_tabs.twig | 27 + .../templates/table/partition/analyze.twig | 36 + .../templates/table/partition/check.twig | 36 + .../templates/table/partition/drop.twig | 5 + .../templates/table/partition/optimize.twig | 36 + .../templates/table/partition/rebuild.twig | 5 + .../templates/table/partition/repair.twig | 36 + .../templates/table/partition/truncate.twig | 5 + .../templates/table/privileges/index.twig | 145 + .../templates/table/relation/common_form.twig | 244 + .../table/relation/dropdown_generate.twig | 9 + .../table/relation/foreign_key_row.twig | 138 + .../table/relation/relational_dropdown.twig | 19 + .../search/column_comparison_operators.twig | 3 + .../templates/table/search/index.twig | 203 + .../templates/table/search/input_box.twig | 98 + .../start_and_number_of_rows_fieldset.twig | 19 + .../table/structure/display_partitions.twig | 211 + .../table/structure/display_structure.twig | 631 + .../table/structure/display_table_stats.twig | 175 + .../table/structure/drop_confirm.twig | 22 + .../structure/partition_definition_form.twig | 14 + .../templates/table/structure/primary.twig | 25 + .../templates/table/tracking/index.twig | 27 + .../templates/table/tracking/main.twig | 128 + .../table/tracking/report_table.twig | 27 + .../tracking/structure_snapshot_columns.twig | 56 + .../tracking/structure_snapshot_indexes.twig | 33 + .../templates/table/zoom_search/index.twig | 156 + .../table/zoom_search/result_form.twig | 102 + admin/phpMyAdmin/templates/top_menu.twig | 22 + .../templates/transformation_overview.twig | 49 + admin/phpMyAdmin/templates/user_password.twig | 2 + admin/phpMyAdmin/templates/view_create.twig | 120 + .../phpMyAdmin/themes/bootstrap/css/theme.css | 3 + .../themes/bootstrap/css/theme.css.map | 1 + .../themes/bootstrap/css/theme.rtl.css | 2 + .../themes/bootstrap/img/ajax_clock_small.gif | Bin 0 -> 1810 bytes .../themes/bootstrap/img/arrow_ltr.png | Bin 0 -> 101 bytes .../themes/bootstrap/img/arrow_rtl.png | Bin 0 -> 102 bytes .../themes/bootstrap/img/asc_order.png | Bin 0 -> 146 bytes .../themes/bootstrap/img/b_calendar.png | Bin 0 -> 595 bytes .../themes/bootstrap/img/b_dbstatistics.png | Bin 0 -> 449 bytes .../themes/bootstrap/img/b_docsql.png | Bin 0 -> 133 bytes .../themes/bootstrap/img/b_firstpage.png | Bin 0 -> 664 bytes .../themes/bootstrap/img/b_inline_edit.png | Bin 0 -> 529 bytes .../phpMyAdmin/themes/bootstrap/img/b_key.png | Bin 0 -> 294 bytes .../themes/bootstrap/img/b_lastpage.png | Bin 0 -> 661 bytes .../themes/bootstrap/img/b_left.png | Bin 0 -> 114 bytes .../themes/bootstrap/img/b_newtbl.png | Bin 0 -> 232 bytes .../themes/bootstrap/img/b_nextpage.png | Bin 0 -> 329 bytes .../themes/bootstrap/img/b_pdfdoc.png | Bin 0 -> 506 bytes .../themes/bootstrap/img/b_prevpage.png | Bin 0 -> 331 bytes .../themes/bootstrap/img/b_rename.svg | 1 + .../themes/bootstrap/img/b_right.png | Bin 0 -> 113 bytes .../phpMyAdmin/themes/bootstrap/img/b_sdb.png | Bin 0 -> 114 bytes .../themes/bootstrap/img/b_snewtbl.png | Bin 0 -> 653 bytes .../themes/bootstrap/img/b_sqldoc.png | Bin 0 -> 144 bytes .../themes/bootstrap/img/b_tipp.png | Bin 0 -> 696 bytes .../themes/bootstrap/img/b_undo.png | Bin 0 -> 506 bytes .../themes/bootstrap/img/b_view.png | Bin 0 -> 538 bytes .../themes/bootstrap/img/bd_browse.png | Bin 0 -> 271 bytes .../themes/bootstrap/img/bd_deltbl.png | Bin 0 -> 312 bytes .../themes/bootstrap/img/bd_drop.png | Bin 0 -> 340 bytes .../themes/bootstrap/img/bd_edit.png | Bin 0 -> 216 bytes .../themes/bootstrap/img/bd_empty.png | Bin 0 -> 327 bytes .../themes/bootstrap/img/bd_export.png | Bin 0 -> 436 bytes .../themes/bootstrap/img/bd_firstpage.png | Bin 0 -> 405 bytes .../themes/bootstrap/img/bd_ftext.png | Bin 0 -> 286 bytes .../themes/bootstrap/img/bd_index.png | Bin 0 -> 335 bytes .../themes/bootstrap/img/bd_insrow.png | Bin 0 -> 163 bytes .../themes/bootstrap/img/bd_lastpage.png | Bin 0 -> 402 bytes .../themes/bootstrap/img/bd_nextpage.png | Bin 0 -> 195 bytes .../themes/bootstrap/img/bd_prevpage.png | Bin 0 -> 197 bytes .../themes/bootstrap/img/bd_routine_add.png | Bin 0 -> 269 bytes .../themes/bootstrap/img/bd_sbrowse.png | Bin 0 -> 271 bytes .../themes/bootstrap/img/bd_select.png | Bin 0 -> 325 bytes .../themes/bootstrap/img/bd_spatial.png | Bin 0 -> 243 bytes .../themes/bootstrap/img/bd_unique.png | Bin 0 -> 308 bytes .../themes/bootstrap/img/bookmark-plus.svg | 1 + .../themes/bootstrap/img/caret-up-stop.svg | 1 + .../themes/bootstrap/img/charset.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/chart.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/check.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/close.svg | 1 + .../themes/bootstrap/img/col-minus.svg | 1 + .../themes/bootstrap/img/col-move.svg | 1 + .../themes/bootstrap/img/col-plus.svg | 1 + admin/phpMyAdmin/themes/bootstrap/img/col.svg | 1 + .../themes/bootstrap/img/col_drop.png | Bin 0 -> 111 bytes .../themes/bootstrap/img/col_pointer.png | Bin 0 -> 102 bytes .../themes/bootstrap/img/col_pointer_ver.png | Bin 0 -> 107 bytes .../themes/bootstrap/img/comment.svg | 1 + .../themes/bootstrap/img/console.svg | 1 + .../themes/bootstrap/img/database-engine.svg | 1 + .../themes/bootstrap/img/database-minus.svg | 1 + .../themes/bootstrap/img/database-plus.svg | 1 + .../themes/bootstrap/img/database-vars.svg | 1 + .../themes/bootstrap/img/database.svg | 1 + .../themes/bootstrap/img/databases.svg | 1 + .../themes/bootstrap/img/designer.svg | 1 + .../themes/bootstrap/img/designer/1.png | Bin 0 -> 90 bytes .../themes/bootstrap/img/designer/2.png | Bin 0 -> 140 bytes .../bootstrap/img/designer/2leftarrow.png | Bin 0 -> 634 bytes .../bootstrap/img/designer/2leftarrow_m.png | Bin 0 -> 607 bytes .../bootstrap/img/designer/2rightarrow.png | Bin 0 -> 653 bytes .../bootstrap/img/designer/2rightarrow_m.png | Bin 0 -> 626 bytes .../themes/bootstrap/img/designer/3.png | Bin 0 -> 140 bytes .../themes/bootstrap/img/designer/4.png | Bin 0 -> 141 bytes .../themes/bootstrap/img/designer/5.png | Bin 0 -> 83 bytes .../themes/bootstrap/img/designer/6.png | Bin 0 -> 90 bytes .../themes/bootstrap/img/designer/7.png | Bin 0 -> 94 bytes .../themes/bootstrap/img/designer/8.png | Bin 0 -> 81 bytes .../bootstrap/img/designer/FieldKey_small.png | Bin 0 -> 188 bytes .../bootstrap/img/designer/Field_small.png | Bin 0 -> 240 bytes .../img/designer/Field_small_char.png | Bin 0 -> 128 bytes .../img/designer/Field_small_date.png | Bin 0 -> 129 bytes .../img/designer/Field_small_int.png | Bin 0 -> 138 bytes .../themes/bootstrap/img/designer/anchor.png | Bin 0 -> 459 bytes .../bootstrap/img/designer/and_icon.png | Bin 0 -> 715 bytes .../bootstrap/img/designer/ang_direct.png | Bin 0 -> 599 bytes .../themes/bootstrap/img/designer/bord.png | Bin 0 -> 75 bytes .../themes/bootstrap/img/designer/bottom.png | Bin 0 -> 646 bytes .../themes/bootstrap/img/designer/def.png | Bin 0 -> 591 bytes .../bootstrap/img/designer/display_field.png | Bin 0 -> 601 bytes .../bootstrap/img/designer/downarrow1.png | Bin 0 -> 671 bytes .../bootstrap/img/designer/downarrow2.png | Bin 0 -> 682 bytes .../bootstrap/img/designer/downarrow2_m.png | Bin 0 -> 638 bytes .../themes/bootstrap/img/designer/exec.png | Bin 0 -> 717 bytes .../bootstrap/img/designer/exec_small.png | Bin 0 -> 149 bytes .../bootstrap/img/designer/exitFullscreen.png | Bin 0 -> 411 bytes .../themes/bootstrap/img/designer/export.png | Bin 0 -> 761 bytes .../themes/bootstrap/img/designer/favicon.ico | Bin 0 -> 1150 bytes .../themes/bootstrap/img/designer/grid.png | Bin 0 -> 602 bytes .../themes/bootstrap/img/designer/help.png | Bin 0 -> 654 bytes .../bootstrap/img/designer/help_relation.png | Bin 0 -> 851 bytes .../bootstrap/img/designer/left_panel_tab.png | Bin 0 -> 129 bytes .../themes/bootstrap/img/designer/minus.png | Bin 0 -> 974 bytes .../themes/bootstrap/img/designer/or_icon.png | Bin 0 -> 549 bytes .../bootstrap/img/designer/other_table.png | Bin 0 -> 558 bytes .../bootstrap/img/designer/page_add.png | Bin 0 -> 694 bytes .../bootstrap/img/designer/page_delete.png | Bin 0 -> 698 bytes .../bootstrap/img/designer/page_edit.png | Bin 0 -> 759 bytes .../themes/bootstrap/img/designer/pdf.png | Bin 0 -> 798 bytes .../themes/bootstrap/img/designer/plus.png | Bin 0 -> 930 bytes .../bootstrap/img/designer/query_builder.png | Bin 0 -> 603 bytes .../bootstrap/img/designer/relation.png | Bin 0 -> 242 bytes .../themes/bootstrap/img/designer/reload.png | Bin 0 -> 762 bytes .../themes/bootstrap/img/designer/resize.png | Bin 0 -> 105 bytes .../bootstrap/img/designer/resizeright.png | Bin 0 -> 108 bytes .../bootstrap/img/designer/rightarrow1.png | Bin 0 -> 650 bytes .../bootstrap/img/designer/rightarrow2.png | Bin 0 -> 666 bytes .../themes/bootstrap/img/designer/save.png | Bin 0 -> 402 bytes .../themes/bootstrap/img/designer/save_as.png | Bin 0 -> 424 bytes .../bootstrap/img/designer/small_tab.png | Bin 0 -> 158 bytes .../themes/bootstrap/img/designer/table.png | Bin 0 -> 130 bytes .../bootstrap/img/designer/toggle_lines.png | Bin 0 -> 415 bytes .../bootstrap/img/designer/top_panel.png | Bin 0 -> 125 bytes .../bootstrap/img/designer/uparrow2_m.png | Bin 0 -> 643 bytes .../img/designer/viewInFullscreen.png | Bin 0 -> 449 bytes .../themes/bootstrap/img/east-mini.png | Bin 0 -> 287 bytes .../phpMyAdmin/themes/bootstrap/img/edit.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/error.ico | Bin 0 -> 5430 bytes .../phpMyAdmin/themes/bootstrap/img/error.svg | 1 + .../themes/bootstrap/img/event-plus.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/event.svg | 1 + .../themes/bootstrap/img/export.svg | 1 + .../themes/bootstrap/img/eye_grey.png | Bin 0 -> 287 bytes .../themes/bootstrap/img/favorite-alt.svg | 1 + .../themes/bootstrap/img/favorite.svg | 1 + .../themes/bootstrap/img/field-index-text.svg | 1 + .../bootstrap/img/field-index-uinique.svg | 1 + .../themes/bootstrap/img/field-index.svg | 1 + .../themes/bootstrap/img/field-spatial.svg | 1 + .../themes/bootstrap/img/flag-plus.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/flag.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/gear.svg | 1 + .../themes/bootstrap/img/glasses.svg | 1 + .../themes/bootstrap/img/globe-alt.svg | 1 + .../themes/bootstrap/img/help-alt.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/help.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/home.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/host.svg | 1 + .../themes/bootstrap/img/import.svg | 1 + .../themes/bootstrap/img/index-plus.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/item.png | Bin 0 -> 114 bytes .../themes/bootstrap/img/key-primary.svg | 1 + admin/phpMyAdmin/themes/bootstrap/img/key.svg | 1 + .../themes/bootstrap/img/language.svg | 1 + .../themes/bootstrap/img/left_nav_bg.png | Bin 0 -> 146 bytes .../themes/bootstrap/img/lightbulb.png | Bin 0 -> 696 bytes .../themes/bootstrap/img/lightbulb_off.png | Bin 0 -> 612 bytes .../themes/bootstrap/img/link-broken.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/link.svg | 1 + .../themes/bootstrap/img/lock-open.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/lock.svg | 1 + .../themes/bootstrap/img/logo_left.png | Bin 0 -> 2713 bytes .../themes/bootstrap/img/logo_right.png | Bin 0 -> 4306 bytes .../themes/bootstrap/img/manual.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/minus.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/more.png | Bin 0 -> 85 bytes .../themes/bootstrap/img/new_data.png | Bin 0 -> 260 bytes .../themes/bootstrap/img/new_data_hovered.png | Bin 0 -> 260 bytes .../bootstrap/img/new_data_selected.png | Bin 0 -> 179 bytes .../img/new_data_selected_hovered.png | Bin 0 -> 180 bytes .../themes/bootstrap/img/new_struct.png | Bin 0 -> 293 bytes .../bootstrap/img/new_struct_hovered.png | Bin 0 -> 293 bytes .../bootstrap/img/new_struct_selected.png | Bin 0 -> 188 bytes .../img/new_struct_selected_hovered.png | Bin 0 -> 196 bytes .../themes/bootstrap/img/north-mini.png | Bin 0 -> 322 bytes .../themes/bootstrap/img/notice.svg | 1 + .../themes/bootstrap/img/optimize.svg | 1 + .../themes/bootstrap/img/password.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/pause.svg | 1 + .../themes/bootstrap/img/php_sym.png | Bin 0 -> 127 bytes .../themes/bootstrap/img/plugin.svg | 1 + .../themes/bootstrap/img/pma_logo2.png | Bin 0 -> 1366 bytes .../themes/bootstrap/img/preferences.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/print.svg | 1 + .../themes/bootstrap/img/reload.svg | 1 + .../themes/bootstrap/img/replication.svg | 1 + .../themes/bootstrap/img/report.svg | 1 + .../themes/bootstrap/img/routine-plus.svg | 1 + .../themes/bootstrap/img/routine.svg | 1 + .../themes/bootstrap/img/row-plus.svg | 1 + .../themes/bootstrap/img/s_attention.png | Bin 0 -> 567 bytes .../themes/bootstrap/img/s_cancel.png | Bin 0 -> 509 bytes .../themes/bootstrap/img/s_cancel2.png | Bin 0 -> 252 bytes .../themes/bootstrap/img/s_collapseall.png | Bin 0 -> 143 bytes .../themes/bootstrap/img/s_fulltext.png | Bin 0 -> 176 bytes .../themes/bootstrap/img/s_info.png | Bin 0 -> 709 bytes .../themes/bootstrap/img/s_partialtext.png | Bin 0 -> 178 bytes .../themes/bootstrap/img/s_process.png | Bin 0 -> 442 bytes .../themes/bootstrap/img/s_really.png | Bin 0 -> 128 bytes .../themes/bootstrap/img/s_sortable.png | Bin 0 -> 204 bytes .../themes/bootstrap/img/s_sync.png | Bin 0 -> 454 bytes .../themes/bootstrap/img/s_views.png | Bin 0 -> 603 bytes .../phpMyAdmin/themes/bootstrap/img/save.svg | 1 + .../themes/bootstrap/img/search-across.svg | 1 + .../themes/bootstrap/img/search-replace.svg | 1 + .../themes/bootstrap/img/search.svg | 1 + .../themes/bootstrap/img/server.svg | 1 + .../themes/bootstrap/img/shredder.svg | 1 + .../themes/bootstrap/img/sign-out.svg | 1 + .../themes/bootstrap/img/sort-asc.svg | 1 + .../themes/bootstrap/img/sort-desc.svg | 1 + .../themes/bootstrap/img/south-mini.png | Bin 0 -> 319 bytes .../themes/bootstrap/img/spacer.png | Bin 0 -> 68 bytes admin/phpMyAdmin/themes/bootstrap/img/sql.svg | 1 + .../themes/bootstrap/img/success.svg | 1 + .../themes/bootstrap/img/table-analyse.svg | 1 + .../themes/bootstrap/img/table-browse.svg | 1 + .../themes/bootstrap/img/table-engine.svg | 1 + .../themes/bootstrap/img/table-minus.svg | 1 + .../themes/bootstrap/img/table-plus.svg | 1 + .../themes/bootstrap/img/table-view-plus.svg | 1 + .../themes/bootstrap/img/table-view.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/table.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/theme.svg | 1 + .../themes/bootstrap/img/toggle-ltr.png | Bin 0 -> 376 bytes .../themes/bootstrap/img/toggle-rtl.png | Bin 0 -> 377 bytes .../themes/bootstrap/img/tree-collapse.svg | 1 + .../themes/bootstrap/img/tree-expand.svg | 1 + .../themes/bootstrap/img/triangle-down-1.svg | 1 + .../themes/bootstrap/img/triangle-right-1.svg | 1 + .../themes/bootstrap/img/user-minus.svg | 1 + .../themes/bootstrap/img/user-plus.svg | 1 + .../themes/bootstrap/img/user-props.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/user.svg | 1 + .../phpMyAdmin/themes/bootstrap/img/users.svg | 1 + .../themes/bootstrap/img/version.svg | 1 + .../themes/bootstrap/img/vertical_line.png | Bin 0 -> 67 bytes .../bootstrap/img/visibility-hidden.svg | 1 + .../themes/bootstrap/img/visibility.svg | 1 + .../themes/bootstrap/img/west-mini.png | Bin 0 -> 300 bytes .../themes/bootstrap/img/windows.svg | 1 + .../themes/bootstrap/img/wizard.svg | 1 + .../themes/bootstrap/img/zoom-minus-mini.png | Bin 0 -> 234 bytes .../themes/bootstrap/img/zoom-plus-mini.png | Bin 0 -> 320 bytes .../themes/bootstrap/img/zoom-world-mini.png | Bin 0 -> 745 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 183 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 73 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 126 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 121 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 185 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 122 bytes .../jquery/images/ui-icons_222222_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_454545_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_888888_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 3765 bytes .../themes/bootstrap/jquery/jquery-ui.css | 1312 + admin/phpMyAdmin/themes/bootstrap/screen.png | Bin 0 -> 55797 bytes .../themes/bootstrap/scss/_bootstrap.scss | 47 + .../themes/bootstrap/scss/_breadcrumb.scss | 15 + .../themes/bootstrap/scss/_codemirror.scss | 106 + .../themes/bootstrap/scss/_common.scss | 2722 ++ .../themes/bootstrap/scss/_designer.scss | 496 + .../themes/bootstrap/scss/_enum-editor.scss | 71 + .../themes/bootstrap/scss/_forms.scss | 4 + .../themes/bootstrap/scss/_gis.scss | 36 + .../themes/bootstrap/scss/_icons.scss | 682 + .../themes/bootstrap/scss/_jqplot.scss | 275 + .../themes/bootstrap/scss/_navigation.scss | 471 + .../themes/bootstrap/scss/_print.scss | 104 + .../themes/bootstrap/scss/_reboot.scss | 5 + .../themes/bootstrap/scss/_tables.scss | 5 + .../themes/bootstrap/scss/_variables.scss | 10 + .../themes/bootstrap/scss/theme.scss | 15 + admin/phpMyAdmin/themes/bootstrap/theme.json | 8 + admin/phpMyAdmin/themes/dot.gif | Bin 0 -> 43 bytes .../themes/metro/css/blueeyes-theme.css | 3 + .../themes/metro/css/blueeyes-theme.css.map | 1 + .../themes/metro/css/blueeyes-theme.rtl.css | 2 + .../themes/metro/css/mono-theme.css | 3 + .../themes/metro/css/mono-theme.css.map | 1 + .../themes/metro/css/mono-theme.rtl.css | 2 + .../themes/metro/css/redmond-theme.css | 3 + .../themes/metro/css/redmond-theme.css.map | 1 + .../themes/metro/css/redmond-theme.rtl.css | 2 + .../themes/metro/css/teal-theme.css | 3 + .../themes/metro/css/teal-theme.css.map | 1 + .../themes/metro/css/teal-theme.rtl.css | 2 + admin/phpMyAdmin/themes/metro/css/theme.css | 3 + .../phpMyAdmin/themes/metro/css/theme.css.map | 1 + .../phpMyAdmin/themes/metro/css/theme.rtl.css | 2 + .../themes/metro/img/ajax_clock_small.gif | Bin 0 -> 1810 bytes .../phpMyAdmin/themes/metro/img/arrow_ltr.png | Bin 0 -> 147 bytes .../phpMyAdmin/themes/metro/img/arrow_rtl.png | Bin 0 -> 145 bytes .../phpMyAdmin/themes/metro/img/asc_order.png | Bin 0 -> 180 bytes .../themes/metro/img/b_bookmark.png | Bin 0 -> 159 bytes .../phpMyAdmin/themes/metro/img/b_browse.png | Bin 0 -> 1070 bytes .../themes/metro/img/b_calendar.png | Bin 0 -> 1068 bytes admin/phpMyAdmin/themes/metro/img/b_chart.png | Bin 0 -> 174 bytes admin/phpMyAdmin/themes/metro/img/b_close.png | Bin 0 -> 156 bytes .../themes/metro/img/b_column_add.png | Bin 0 -> 1171 bytes .../phpMyAdmin/themes/metro/img/b_comment.png | Bin 0 -> 236 bytes .../themes/metro/img/b_dbstatistics.png | Bin 0 -> 168 bytes .../phpMyAdmin/themes/metro/img/b_deltbl.png | Bin 0 -> 1069 bytes .../themes/metro/img/b_deltbl_white.png | Bin 0 -> 155 bytes admin/phpMyAdmin/themes/metro/img/b_docs.png | Bin 0 -> 209 bytes .../phpMyAdmin/themes/metro/img/b_docsql.png | Bin 0 -> 160 bytes admin/phpMyAdmin/themes/metro/img/b_drop.png | Bin 0 -> 1162 bytes admin/phpMyAdmin/themes/metro/img/b_edit.png | Bin 0 -> 1073 bytes admin/phpMyAdmin/themes/metro/img/b_empty.png | Bin 0 -> 169 bytes .../phpMyAdmin/themes/metro/img/b_engine.png | Bin 0 -> 269 bytes .../themes/metro/img/b_event_add.png | Bin 0 -> 272 bytes .../phpMyAdmin/themes/metro/img/b_events.png | Bin 0 -> 263 bytes .../phpMyAdmin/themes/metro/img/b_export.png | Bin 0 -> 162 bytes .../themes/metro/img/b_favorite.png | Bin 0 -> 351 bytes .../themes/metro/img/b_find_replace.png | Bin 0 -> 641 bytes .../themes/metro/img/b_firstpage.png | Bin 0 -> 161 bytes admin/phpMyAdmin/themes/metro/img/b_ftext.png | Bin 0 -> 1066 bytes admin/phpMyAdmin/themes/metro/img/b_globe.gif | Bin 0 -> 1050 bytes admin/phpMyAdmin/themes/metro/img/b_group.png | Bin 0 -> 644 bytes admin/phpMyAdmin/themes/metro/img/b_help.png | Bin 0 -> 276 bytes admin/phpMyAdmin/themes/metro/img/b_home.png | Bin 0 -> 172 bytes .../phpMyAdmin/themes/metro/img/b_import.png | Bin 0 -> 168 bytes admin/phpMyAdmin/themes/metro/img/b_index.png | Bin 0 -> 1103 bytes .../themes/metro/img/b_index_add.png | Bin 0 -> 1262 bytes admin/phpMyAdmin/themes/metro/img/b_info.png | Bin 0 -> 154 bytes .../themes/metro/img/b_inline_edit.png | Bin 0 -> 145 bytes .../phpMyAdmin/themes/metro/img/b_insrow.png | Bin 0 -> 175 bytes admin/phpMyAdmin/themes/metro/img/b_key.png | Bin 0 -> 1063 bytes .../themes/metro/img/b_lastpage.png | Bin 0 -> 164 bytes admin/phpMyAdmin/themes/metro/img/b_minus.png | Bin 0 -> 122 bytes admin/phpMyAdmin/themes/metro/img/b_more.png | Bin 0 -> 146 bytes admin/phpMyAdmin/themes/metro/img/b_move.png | Bin 0 -> 1202 bytes admin/phpMyAdmin/themes/metro/img/b_newdb.png | Bin 0 -> 1142 bytes .../phpMyAdmin/themes/metro/img/b_newtbl.png | Bin 0 -> 163 bytes .../themes/metro/img/b_nextpage.png | Bin 0 -> 155 bytes .../themes/metro/img/b_no_favorite.png | Bin 0 -> 361 bytes .../phpMyAdmin/themes/metro/img/b_pdfdoc.png | Bin 0 -> 234 bytes .../phpMyAdmin/themes/metro/img/b_plugin.png | Bin 0 -> 494 bytes admin/phpMyAdmin/themes/metro/img/b_plus.png | Bin 0 -> 130 bytes .../themes/metro/img/b_prevpage.png | Bin 0 -> 161 bytes .../phpMyAdmin/themes/metro/img/b_primary.png | Bin 0 -> 1063 bytes admin/phpMyAdmin/themes/metro/img/b_print.png | Bin 0 -> 151 bytes admin/phpMyAdmin/themes/metro/img/b_props.png | Bin 0 -> 184 bytes .../themes/metro/img/b_relations.png | Bin 0 -> 167 bytes .../phpMyAdmin/themes/metro/img/b_rename.svg | 1 + .../phpMyAdmin/themes/metro/img/b_report.png | Bin 0 -> 532 bytes .../themes/metro/img/b_routine_add.png | Bin 0 -> 285 bytes .../themes/metro/img/b_routines.png | Bin 0 -> 326 bytes admin/phpMyAdmin/themes/metro/img/b_save.png | Bin 0 -> 212 bytes .../themes/metro/img/b_saveimage.png | Bin 0 -> 597 bytes .../phpMyAdmin/themes/metro/img/b_sbrowse.png | Bin 0 -> 162 bytes admin/phpMyAdmin/themes/metro/img/b_sdb.png | Bin 0 -> 123 bytes .../phpMyAdmin/themes/metro/img/b_search.png | Bin 0 -> 196 bytes .../phpMyAdmin/themes/metro/img/b_select.png | Bin 0 -> 202 bytes .../phpMyAdmin/themes/metro/img/b_snewtbl.png | Bin 0 -> 182 bytes .../phpMyAdmin/themes/metro/img/b_spatial.png | Bin 0 -> 1065 bytes admin/phpMyAdmin/themes/metro/img/b_sql.png | Bin 0 -> 252 bytes .../phpMyAdmin/themes/metro/img/b_sqldoc.png | Bin 0 -> 166 bytes .../phpMyAdmin/themes/metro/img/b_sqlhelp.png | Bin 0 -> 162 bytes .../themes/metro/img/b_table_add.png | Bin 0 -> 1214 bytes .../themes/metro/img/b_tblanalyse.png | Bin 0 -> 171 bytes .../themes/metro/img/b_tblexport.png | Bin 0 -> 1088 bytes .../themes/metro/img/b_tblimport.png | Bin 0 -> 174 bytes .../phpMyAdmin/themes/metro/img/b_tblops.png | Bin 0 -> 1068 bytes .../themes/metro/img/b_tbloptimize.png | Bin 0 -> 175 bytes admin/phpMyAdmin/themes/metro/img/b_tipp.png | Bin 0 -> 145 bytes .../themes/metro/img/b_trigger_add.png | Bin 0 -> 190 bytes .../themes/metro/img/b_triggers.png | Bin 0 -> 183 bytes .../phpMyAdmin/themes/metro/img/b_unique.png | Bin 0 -> 1067 bytes .../phpMyAdmin/themes/metro/img/b_usradd.png | Bin 0 -> 221 bytes .../themes/metro/img/b_usrcheck.png | Bin 0 -> 221 bytes .../phpMyAdmin/themes/metro/img/b_usrdrop.png | Bin 0 -> 216 bytes .../phpMyAdmin/themes/metro/img/b_usredit.png | Bin 0 -> 216 bytes .../phpMyAdmin/themes/metro/img/b_usrlist.png | Bin 0 -> 245 bytes .../themes/metro/img/b_versions.png | Bin 0 -> 446 bytes admin/phpMyAdmin/themes/metro/img/b_view.png | Bin 0 -> 149 bytes .../themes/metro/img/b_view_add.png | Bin 0 -> 1241 bytes admin/phpMyAdmin/themes/metro/img/b_views.png | Bin 0 -> 256 bytes .../phpMyAdmin/themes/metro/img/bd_browse.png | Bin 0 -> 157 bytes .../phpMyAdmin/themes/metro/img/bd_deltbl.png | Bin 0 -> 172 bytes admin/phpMyAdmin/themes/metro/img/bd_drop.png | Bin 0 -> 156 bytes admin/phpMyAdmin/themes/metro/img/bd_edit.png | Bin 0 -> 138 bytes .../phpMyAdmin/themes/metro/img/bd_empty.png | Bin 0 -> 177 bytes .../phpMyAdmin/themes/metro/img/bd_export.png | Bin 0 -> 168 bytes .../themes/metro/img/bd_firstpage.png | Bin 0 -> 163 bytes .../phpMyAdmin/themes/metro/img/bd_ftext.png | Bin 0 -> 163 bytes .../phpMyAdmin/themes/metro/img/bd_index.png | Bin 0 -> 191 bytes .../phpMyAdmin/themes/metro/img/bd_insrow.png | Bin 0 -> 188 bytes .../themes/metro/img/bd_lastpage.png | Bin 0 -> 161 bytes .../themes/metro/img/bd_nextpage.png | Bin 0 -> 174 bytes .../themes/metro/img/bd_prevpage.png | Bin 0 -> 169 bytes .../themes/metro/img/bd_primary.png | Bin 0 -> 147 bytes .../themes/metro/img/bd_routine_add.png | Bin 0 -> 372 bytes .../themes/metro/img/bd_sbrowse.png | Bin 0 -> 158 bytes .../phpMyAdmin/themes/metro/img/bd_select.png | Bin 0 -> 206 bytes .../themes/metro/img/bd_spatial.png | Bin 0 -> 167 bytes .../phpMyAdmin/themes/metro/img/bd_unique.png | Bin 0 -> 182 bytes .../themes/metro/img/centralColumns.png | Bin 0 -> 635 bytes .../themes/metro/img/centralColumns_add.png | Bin 0 -> 635 bytes .../metro/img/centralColumns_delete.png | Bin 0 -> 649 bytes .../phpMyAdmin/themes/metro/img/col_drop.png | Bin 0 -> 988 bytes .../themes/metro/img/col_pointer.png | Bin 0 -> 981 bytes .../themes/metro/img/col_pointer_ver.png | Bin 0 -> 994 bytes admin/phpMyAdmin/themes/metro/img/console.png | Bin 0 -> 1208 bytes .../phpMyAdmin/themes/metro/img/database.png | Bin 0 -> 1069 bytes .../themes/metro/img/designer/2leftarrow.png | Bin 0 -> 2842 bytes .../metro/img/designer/2leftarrow_m.png | Bin 0 -> 992 bytes .../themes/metro/img/designer/2rightarrow.png | Bin 0 -> 991 bytes .../metro/img/designer/2rightarrow_m.png | Bin 0 -> 991 bytes .../metro/img/designer/FieldKey_small.png | Bin 0 -> 1013 bytes .../themes/metro/img/designer/Field_small.png | Bin 0 -> 1053 bytes .../metro/img/designer/Field_small_char.png | Bin 0 -> 1007 bytes .../metro/img/designer/Field_small_date.png | Bin 0 -> 998 bytes .../metro/img/designer/Field_small_int.png | Bin 0 -> 1005 bytes .../metro/img/designer/Header_Linked.png | Bin 0 -> 108 bytes .../themes/metro/img/designer/anchor.png | Bin 0 -> 503 bytes .../themes/metro/img/designer/and_icon.png | Bin 0 -> 1132 bytes .../themes/metro/img/designer/ang_direct.png | Bin 0 -> 3617 bytes .../themes/metro/img/designer/bord.png | Bin 0 -> 87 bytes .../themes/metro/img/designer/bottom.png | Bin 0 -> 1054 bytes .../themes/metro/img/designer/def.png | Bin 0 -> 1033 bytes .../metro/img/designer/display_field.png | Bin 0 -> 983 bytes .../themes/metro/img/designer/downarrow1.png | Bin 0 -> 1081 bytes .../themes/metro/img/designer/downarrow2.png | Bin 0 -> 1093 bytes .../metro/img/designer/downarrow2_m.png | Bin 0 -> 1064 bytes .../themes/metro/img/designer/exec.png | Bin 0 -> 1365 bytes .../themes/metro/img/designer/exec_small.png | Bin 0 -> 1036 bytes .../metro/img/designer/exitFullscreen.png | Bin 0 -> 390 bytes .../themes/metro/img/designer/export.png | Bin 0 -> 735 bytes .../themes/metro/img/designer/favicon.ico | Bin 0 -> 1150 bytes .../themes/metro/img/designer/grid.png | Bin 0 -> 3598 bytes .../themes/metro/img/designer/help.png | Bin 0 -> 1092 bytes .../metro/img/designer/help_relation.png | Bin 0 -> 920 bytes .../metro/img/designer/left_panel_butt.png | Bin 0 -> 129 bytes .../metro/img/designer/left_panel_tab.png | Bin 0 -> 133 bytes .../themes/metro/img/designer/minus.png | Bin 0 -> 1413 bytes .../themes/metro/img/designer/or_icon.png | Bin 0 -> 1172 bytes .../themes/metro/img/designer/page_add.png | Bin 0 -> 612 bytes .../themes/metro/img/designer/page_delete.png | Bin 0 -> 630 bytes .../themes/metro/img/designer/page_edit.png | Bin 0 -> 677 bytes .../themes/metro/img/designer/pdf.png | Bin 0 -> 1119 bytes .../themes/metro/img/designer/plus.png | Bin 0 -> 1399 bytes .../metro/img/designer/query_builder.png | Bin 0 -> 1119 bytes .../themes/metro/img/designer/relation.png | Bin 0 -> 1051 bytes .../themes/metro/img/designer/reload.png | Bin 0 -> 1127 bytes .../themes/metro/img/designer/resize.png | Bin 0 -> 151 bytes .../themes/metro/img/designer/resizeright.png | Bin 0 -> 150 bytes .../themes/metro/img/designer/rightarrow1.png | Bin 0 -> 2839 bytes .../themes/metro/img/designer/rightarrow2.png | Bin 0 -> 2839 bytes .../themes/metro/img/designer/save.png | Bin 0 -> 1183 bytes .../themes/metro/img/designer/save_as.png | Bin 0 -> 421 bytes .../themes/metro/img/designer/table.png | Bin 0 -> 1011 bytes .../metro/img/designer/toggle_lines.png | Bin 0 -> 3595 bytes .../themes/metro/img/designer/uparrow2_m.png | Bin 0 -> 1059 bytes .../metro/img/designer/viewInFullscreen.png | Bin 0 -> 1180 bytes .../themes/metro/img/docs_menu_bg.png | Bin 0 -> 75 bytes .../phpMyAdmin/themes/metro/img/east-mini.png | Bin 0 -> 322 bytes admin/phpMyAdmin/themes/metro/img/error.ico | Bin 0 -> 5430 bytes admin/phpMyAdmin/themes/metro/img/eye.png | Bin 0 -> 411 bytes .../phpMyAdmin/themes/metro/img/eye_grey.png | Bin 0 -> 366 bytes admin/phpMyAdmin/themes/metro/img/hide.png | Bin 0 -> 524 bytes admin/phpMyAdmin/themes/metro/img/item.png | Bin 0 -> 114 bytes .../phpMyAdmin/themes/metro/img/item_ltr.png | Bin 0 -> 112 bytes .../phpMyAdmin/themes/metro/img/item_rtl.png | Bin 0 -> 112 bytes .../phpMyAdmin/themes/metro/img/lightbulb.png | Bin 0 -> 609 bytes .../themes/metro/img/lightbulb_off.png | Bin 0 -> 587 bytes .../phpMyAdmin/themes/metro/img/lock_open.png | Bin 0 -> 367 bytes admin/phpMyAdmin/themes/metro/img/more.png | Bin 0 -> 986 bytes .../phpMyAdmin/themes/metro/img/new_data.png | Bin 0 -> 279 bytes .../themes/metro/img/new_data_hovered.png | Bin 0 -> 271 bytes .../themes/metro/img/new_data_selected.png | Bin 0 -> 290 bytes .../metro/img/new_data_selected_hovered.png | Bin 0 -> 244 bytes .../themes/metro/img/new_struct.png | Bin 0 -> 296 bytes .../themes/metro/img/new_struct_hovered.png | Bin 0 -> 303 bytes .../themes/metro/img/new_struct_selected.png | Bin 0 -> 306 bytes .../metro/img/new_struct_selected_hovered.png | Bin 0 -> 255 bytes .../phpMyAdmin/themes/metro/img/normalize.png | Bin 0 -> 472 bytes .../themes/metro/img/north-mini.png | Bin 0 -> 327 bytes admin/phpMyAdmin/themes/metro/img/pause.png | Bin 0 -> 171 bytes admin/phpMyAdmin/themes/metro/img/php_sym.png | Bin 0 -> 1038 bytes admin/phpMyAdmin/themes/metro/img/play.png | Bin 0 -> 166 bytes .../phpMyAdmin/themes/metro/img/pma_logo.png | Bin 0 -> 1424 bytes .../phpMyAdmin/themes/metro/img/pma_logo2.png | Bin 0 -> 1424 bytes admin/phpMyAdmin/themes/metro/img/s_asc.png | Bin 0 -> 165 bytes admin/phpMyAdmin/themes/metro/img/s_asci.png | Bin 0 -> 1037 bytes .../themes/metro/img/s_attention.png | Bin 0 -> 233 bytes .../phpMyAdmin/themes/metro/img/s_cancel.png | Bin 0 -> 168 bytes .../phpMyAdmin/themes/metro/img/s_cancel2.png | Bin 0 -> 152 bytes admin/phpMyAdmin/themes/metro/img/s_cog.png | Bin 0 -> 248 bytes .../themes/metro/img/s_collapseall.png | Bin 0 -> 197 bytes admin/phpMyAdmin/themes/metro/img/s_db.png | Bin 0 -> 238 bytes admin/phpMyAdmin/themes/metro/img/s_desc.png | Bin 0 -> 160 bytes admin/phpMyAdmin/themes/metro/img/s_error.png | Bin 0 -> 1096 bytes .../phpMyAdmin/themes/metro/img/s_error2.png | Bin 0 -> 132 bytes .../themes/metro/img/s_fulltext.png | Bin 0 -> 1058 bytes admin/phpMyAdmin/themes/metro/img/s_host.png | Bin 0 -> 162 bytes admin/phpMyAdmin/themes/metro/img/s_info.png | Bin 0 -> 1102 bytes admin/phpMyAdmin/themes/metro/img/s_lang.png | Bin 0 -> 1130 bytes admin/phpMyAdmin/themes/metro/img/s_link.png | Bin 0 -> 386 bytes admin/phpMyAdmin/themes/metro/img/s_lock.png | Bin 0 -> 675 bytes .../phpMyAdmin/themes/metro/img/s_loggoff.png | Bin 0 -> 151 bytes .../phpMyAdmin/themes/metro/img/s_notice.png | Bin 0 -> 1060 bytes admin/phpMyAdmin/themes/metro/img/s_okay.png | Bin 0 -> 138 bytes .../themes/metro/img/s_partialtext.png | Bin 0 -> 1098 bytes .../phpMyAdmin/themes/metro/img/s_passwd.png | Bin 0 -> 1034 bytes .../phpMyAdmin/themes/metro/img/s_process.png | Bin 0 -> 483 bytes .../phpMyAdmin/themes/metro/img/s_really.png | Bin 0 -> 126 bytes .../phpMyAdmin/themes/metro/img/s_reload.png | Bin 0 -> 229 bytes .../themes/metro/img/s_replication.png | Bin 0 -> 161 bytes .../phpMyAdmin/themes/metro/img/s_rights.png | Bin 0 -> 222 bytes .../themes/metro/img/s_sortable.png | Bin 0 -> 176 bytes .../phpMyAdmin/themes/metro/img/s_status.png | Bin 0 -> 186 bytes .../phpMyAdmin/themes/metro/img/s_success.png | Bin 0 -> 1031 bytes admin/phpMyAdmin/themes/metro/img/s_sync.png | Bin 0 -> 160 bytes admin/phpMyAdmin/themes/metro/img/s_tbl.png | Bin 0 -> 153 bytes admin/phpMyAdmin/themes/metro/img/s_theme.png | Bin 0 -> 1161 bytes admin/phpMyAdmin/themes/metro/img/s_top.png | Bin 0 -> 2949 bytes .../phpMyAdmin/themes/metro/img/s_unlink.png | Bin 0 -> 548 bytes admin/phpMyAdmin/themes/metro/img/s_vars.png | Bin 0 -> 189 bytes admin/phpMyAdmin/themes/metro/img/s_views.png | Bin 0 -> 396 bytes admin/phpMyAdmin/themes/metro/img/show.png | Bin 0 -> 500 bytes .../themes/metro/img/south-mini.png | Bin 0 -> 335 bytes admin/phpMyAdmin/themes/metro/img/spacer.png | Bin 0 -> 84 bytes admin/phpMyAdmin/themes/metro/img/sprites.png | Bin 0 -> 22313 bytes .../themes/metro/img/toggle-ltr.png | Bin 0 -> 414 bytes .../themes/metro/img/toggle-rtl.png | Bin 0 -> 414 bytes admin/phpMyAdmin/themes/metro/img/user.svg | 6 + .../themes/metro/img/vertical_line.png | Bin 0 -> 945 bytes .../phpMyAdmin/themes/metro/img/west-mini.png | Bin 0 -> 328 bytes .../themes/metro/img/window-new.png | Bin 0 -> 193 bytes .../themes/metro/img/zoom-minus-mini.png | Bin 0 -> 247 bytes .../themes/metro/img/zoom-plus-mini.png | Bin 0 -> 329 bytes .../themes/metro/img/zoom-world-mini.png | Bin 0 -> 808 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 185 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 74 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 127 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 121 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 187 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 123 bytes .../jquery/images/ui-icons_222222_256x240.png | Bin 0 -> 4262 bytes .../jquery/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4261 bytes .../jquery/images/ui-icons_454545_256x240.png | Bin 0 -> 4262 bytes .../jquery/images/ui-icons_888888_256x240.png | Bin 0 -> 4262 bytes .../jquery/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4261 bytes .../themes/metro/jquery/jquery-ui.css | 1312 + admin/phpMyAdmin/themes/metro/screen.png | Bin 0 -> 61332 bytes .../phpMyAdmin/themes/metro/scss/_alert.scss | 67 + .../themes/metro/scss/_breadcrumb.scss | 32 + admin/phpMyAdmin/themes/metro/scss/_card.scss | 33 + .../themes/metro/scss/_codemirror.scss | 105 + .../phpMyAdmin/themes/metro/scss/_common.scss | 2885 ++ .../themes/metro/scss/_designer.scss | 459 + .../themes/metro/scss/_enum-editor.scss | 69 + admin/phpMyAdmin/themes/metro/scss/_font.scss | 27 + .../phpMyAdmin/themes/metro/scss/_forms.scss | 9 + admin/phpMyAdmin/themes/metro/scss/_gis.scss | 34 + .../phpMyAdmin/themes/metro/scss/_icons.scss | 691 + .../phpMyAdmin/themes/metro/scss/_jqplot.scss | 276 + .../themes/metro/scss/_list-group.scss | 36 + .../phpMyAdmin/themes/metro/scss/_modal.scss | 4 + admin/phpMyAdmin/themes/metro/scss/_nav.scss | 54 + .../phpMyAdmin/themes/metro/scss/_navbar.scss | 24 + .../themes/metro/scss/_navigation.scss | 531 + .../phpMyAdmin/themes/metro/scss/_print.scss | 130 + .../phpMyAdmin/themes/metro/scss/_reboot.scss | 47 + .../phpMyAdmin/themes/metro/scss/_tables.scss | 32 + .../themes/metro/scss/_variables.scss | 283 + .../themes/metro/scss/blueeyes-theme.scss | 3 + .../themes/metro/scss/mono-theme.scss | 3 + .../themes/metro/scss/redmond-theme.scss | 3 + .../themes/metro/scss/teal-theme.scss | 3 + admin/phpMyAdmin/themes/metro/scss/theme.scss | 22 + admin/phpMyAdmin/themes/metro/theme.json | 8 + .../phpMyAdmin/themes/original/css/theme.css | 3 + .../themes/original/css/theme.css.map | 1 + .../themes/original/css/theme.rtl.css | 2 + .../themes/original/img/ajax_clock_small.gif | Bin 0 -> 1810 bytes .../themes/original/img/arrow_ltr.png | Bin 0 -> 101 bytes .../themes/original/img/arrow_rtl.png | Bin 0 -> 102 bytes .../themes/original/img/b_bookmark.png | Bin 0 -> 205 bytes .../themes/original/img/b_browse.png | Bin 0 -> 116 bytes .../themes/original/img/b_calendar.png | Bin 0 -> 165 bytes .../themes/original/img/b_chart.png | Bin 0 -> 375 bytes .../themes/original/img/b_close.png | Bin 0 -> 153 bytes .../themes/original/img/b_column_add.png | Bin 0 -> 429 bytes .../themes/original/img/b_comment.png | Bin 0 -> 298 bytes .../themes/original/img/b_dbstatistics.png | Bin 0 -> 123 bytes .../themes/original/img/b_deltbl.png | Bin 0 -> 211 bytes .../phpMyAdmin/themes/original/img/b_docs.png | Bin 0 -> 140 bytes .../phpMyAdmin/themes/original/img/b_drop.png | Bin 0 -> 165 bytes .../phpMyAdmin/themes/original/img/b_edit.png | Bin 0 -> 277 bytes .../themes/original/img/b_empty.png | Bin 0 -> 147 bytes .../themes/original/img/b_engine.png | Bin 0 -> 194 bytes .../themes/original/img/b_event_add.png | Bin 0 -> 765 bytes .../themes/original/img/b_events.png | Bin 0 -> 703 bytes .../themes/original/img/b_export.png | Bin 0 -> 154 bytes .../themes/original/img/b_favorite.png | Bin 0 -> 353 bytes .../themes/original/img/b_find_replace.png | Bin 0 -> 371 bytes .../themes/original/img/b_ftext.png | Bin 0 -> 133 bytes .../themes/original/img/b_globe.gif | Bin 0 -> 1045 bytes .../themes/original/img/b_group.png | Bin 0 -> 682 bytes .../phpMyAdmin/themes/original/img/b_help.png | Bin 0 -> 110 bytes .../phpMyAdmin/themes/original/img/b_home.png | Bin 0 -> 210 bytes .../themes/original/img/b_import.png | Bin 0 -> 150 bytes .../themes/original/img/b_index.png | Bin 0 -> 167 bytes .../themes/original/img/b_index_add.png | Bin 0 -> 313 bytes .../themes/original/img/b_inline_edit.png | Bin 0 -> 276 bytes .../themes/original/img/b_insrow.png | Bin 0 -> 157 bytes .../phpMyAdmin/themes/original/img/b_key.png | Bin 0 -> 152 bytes .../phpMyAdmin/themes/original/img/b_left.png | Bin 0 -> 114 bytes .../themes/original/img/b_minus.png | Bin 0 -> 86 bytes .../phpMyAdmin/themes/original/img/b_more.png | Bin 0 -> 111 bytes .../phpMyAdmin/themes/original/img/b_move.png | Bin 0 -> 151 bytes .../themes/original/img/b_newdb.png | Bin 0 -> 229 bytes .../themes/original/img/b_newtbl.png | Bin 0 -> 232 bytes .../themes/original/img/b_nextpage.png | Bin 0 -> 329 bytes .../themes/original/img/b_no_favorite.png | Bin 0 -> 335 bytes .../themes/original/img/b_plugin.png | Bin 0 -> 512 bytes .../phpMyAdmin/themes/original/img/b_plus.png | Bin 0 -> 90 bytes .../themes/original/img/b_primary.png | Bin 0 -> 239 bytes .../themes/original/img/b_print.png | Bin 0 -> 363 bytes .../themes/original/img/b_props.png | Bin 0 -> 142 bytes .../themes/original/img/b_relations.png | Bin 0 -> 140 bytes .../themes/original/img/b_rename.svg | 1 + .../themes/original/img/b_report.png | Bin 0 -> 555 bytes .../themes/original/img/b_right.png | Bin 0 -> 113 bytes .../themes/original/img/b_routine_add.png | Bin 0 -> 395 bytes .../themes/original/img/b_routines.png | Bin 0 -> 306 bytes .../phpMyAdmin/themes/original/img/b_save.png | Bin 0 -> 583 bytes .../themes/original/img/b_saveimage.png | Bin 0 -> 675 bytes .../themes/original/img/b_sbrowse.png | Bin 0 -> 88 bytes .../themes/original/img/b_search.png | Bin 0 -> 396 bytes .../themes/original/img/b_select.png | Bin 0 -> 339 bytes .../themes/original/img/b_snewtbl.png | Bin 0 -> 168 bytes .../themes/original/img/b_spatial.png | Bin 0 -> 376 bytes .../phpMyAdmin/themes/original/img/b_sql.png | Bin 0 -> 162 bytes .../themes/original/img/b_sqlhelp.png | Bin 0 -> 141 bytes .../themes/original/img/b_table_add.png | Bin 0 -> 265 bytes .../themes/original/img/b_tblanalyse.png | Bin 0 -> 152 bytes .../themes/original/img/b_tblexport.png | Bin 0 -> 132 bytes .../themes/original/img/b_tblimport.png | Bin 0 -> 127 bytes .../themes/original/img/b_tblops.png | Bin 0 -> 204 bytes .../themes/original/img/b_tbloptimize.png | Bin 0 -> 153 bytes .../phpMyAdmin/themes/original/img/b_tipp.png | Bin 0 -> 163 bytes .../themes/original/img/b_trigger_add.png | Bin 0 -> 555 bytes .../themes/original/img/b_triggers.png | Bin 0 -> 446 bytes .../phpMyAdmin/themes/original/img/b_undo.png | Bin 0 -> 506 bytes .../themes/original/img/b_unique.png | Bin 0 -> 134 bytes .../themes/original/img/b_usradd.png | Bin 0 -> 324 bytes .../themes/original/img/b_usrcheck.png | Bin 0 -> 239 bytes .../themes/original/img/b_usrdrop.png | Bin 0 -> 270 bytes .../themes/original/img/b_usredit.png | Bin 0 -> 309 bytes .../themes/original/img/b_usrlist.png | Bin 0 -> 246 bytes .../themes/original/img/b_versions.png | Bin 0 -> 455 bytes .../phpMyAdmin/themes/original/img/b_view.png | Bin 0 -> 538 bytes .../themes/original/img/b_view_add.png | Bin 0 -> 611 bytes .../themes/original/img/b_views.png | Bin 0 -> 278 bytes .../themes/original/img/bd_browse.png | Bin 0 -> 131 bytes .../themes/original/img/bd_deltbl.png | Bin 0 -> 197 bytes .../themes/original/img/bd_drop.png | Bin 0 -> 151 bytes .../themes/original/img/bd_edit.png | Bin 0 -> 176 bytes .../themes/original/img/bd_empty.png | Bin 0 -> 158 bytes .../themes/original/img/bd_export.png | Bin 0 -> 139 bytes .../themes/original/img/bd_ftext.png | Bin 0 -> 149 bytes .../themes/original/img/bd_index.png | Bin 0 -> 182 bytes .../themes/original/img/bd_insrow.png | Bin 0 -> 163 bytes .../themes/original/img/bd_nextpage.png | Bin 0 -> 94 bytes .../themes/original/img/bd_primary.png | Bin 0 -> 224 bytes .../themes/original/img/bd_routine_add.png | Bin 0 -> 269 bytes .../themes/original/img/bd_sbrowse.png | Bin 0 -> 93 bytes .../themes/original/img/bd_select.png | Bin 0 -> 310 bytes .../themes/original/img/bd_spatial.png | Bin 0 -> 335 bytes .../themes/original/img/bd_unique.png | Bin 0 -> 149 bytes .../themes/original/img/centralColumns.png | Bin 0 -> 586 bytes .../original/img/centralColumns_add.png | Bin 0 -> 676 bytes .../original/img/centralColumns_delete.png | Bin 0 -> 683 bytes .../themes/original/img/cleardot.gif | Bin 0 -> 43 bytes .../themes/original/img/col_drop.png | Bin 0 -> 111 bytes .../themes/original/img/col_pointer.png | Bin 0 -> 85 bytes .../themes/original/img/col_pointer_ver.png | Bin 0 -> 94 bytes .../themes/original/img/console.png | Bin 0 -> 295 bytes .../themes/original/img/east-mini.png | Bin 0 -> 287 bytes .../phpMyAdmin/themes/original/img/error.ico | Bin 0 -> 1150 bytes admin/phpMyAdmin/themes/original/img/eye.png | Bin 0 -> 663 bytes .../themes/original/img/eye_grey.png | Bin 0 -> 287 bytes admin/phpMyAdmin/themes/original/img/hide.png | Bin 0 -> 284 bytes .../themes/original/img/lightbulb.png | Bin 0 -> 696 bytes .../themes/original/img/lightbulb_off.png | Bin 0 -> 612 bytes .../themes/original/img/logo_left.png | Bin 0 -> 2713 bytes .../themes/original/img/logo_right.png | Bin 0 -> 4306 bytes admin/phpMyAdmin/themes/original/img/more.png | Bin 0 -> 85 bytes .../themes/original/img/new_data.png | Bin 0 -> 260 bytes .../themes/original/img/new_data_hovered.png | Bin 0 -> 260 bytes .../themes/original/img/new_data_selected.png | Bin 0 -> 179 bytes .../img/new_data_selected_hovered.png | Bin 0 -> 180 bytes .../themes/original/img/new_struct.png | Bin 0 -> 293 bytes .../original/img/new_struct_hovered.png | Bin 0 -> 293 bytes .../original/img/new_struct_selected.png | Bin 0 -> 188 bytes .../img/new_struct_selected_hovered.png | Bin 0 -> 196 bytes .../themes/original/img/normalize.png | Bin 0 -> 511 bytes .../themes/original/img/north-mini.png | Bin 0 -> 322 bytes .../phpMyAdmin/themes/original/img/pause.png | Bin 0 -> 255 bytes admin/phpMyAdmin/themes/original/img/play.png | Bin 0 -> 329 bytes .../phpMyAdmin/themes/original/img/s_asc.png | Bin 0 -> 113 bytes .../phpMyAdmin/themes/original/img/s_asci.png | Bin 0 -> 116 bytes .../themes/original/img/s_attention.png | Bin 0 -> 567 bytes .../themes/original/img/s_cancel.png | Bin 0 -> 272 bytes .../phpMyAdmin/themes/original/img/s_cog.png | Bin 0 -> 194 bytes .../themes/original/img/s_collapseall.png | Bin 0 -> 143 bytes admin/phpMyAdmin/themes/original/img/s_db.png | Bin 0 -> 139 bytes .../phpMyAdmin/themes/original/img/s_desc.png | Bin 0 -> 114 bytes .../themes/original/img/s_error.png | Bin 0 -> 137 bytes .../themes/original/img/s_fulltext.png | Bin 0 -> 176 bytes .../phpMyAdmin/themes/original/img/s_host.png | Bin 0 -> 164 bytes .../phpMyAdmin/themes/original/img/s_info.png | Bin 0 -> 116 bytes .../phpMyAdmin/themes/original/img/s_lang.png | Bin 0 -> 253 bytes .../phpMyAdmin/themes/original/img/s_link.png | Bin 0 -> 280 bytes .../phpMyAdmin/themes/original/img/s_lock.png | Bin 0 -> 667 bytes .../themes/original/img/s_loggoff.png | Bin 0 -> 142 bytes .../themes/original/img/s_notice.png | Bin 0 -> 109 bytes .../phpMyAdmin/themes/original/img/s_okay.png | Bin 0 -> 710 bytes .../themes/original/img/s_partialtext.png | Bin 0 -> 178 bytes .../themes/original/img/s_passwd.png | Bin 0 -> 331 bytes .../themes/original/img/s_really.png | Bin 0 -> 128 bytes .../themes/original/img/s_reload.png | Bin 0 -> 233 bytes .../themes/original/img/s_replication.png | Bin 0 -> 399 bytes .../themes/original/img/s_rights.png | Bin 0 -> 329 bytes .../themes/original/img/s_sortable.png | Bin 0 -> 129 bytes .../themes/original/img/s_status.png | Bin 0 -> 151 bytes .../themes/original/img/s_success.png | Bin 0 -> 529 bytes .../phpMyAdmin/themes/original/img/s_sync.png | Bin 0 -> 454 bytes .../phpMyAdmin/themes/original/img/s_tbl.png | Bin 0 -> 99 bytes .../themes/original/img/s_theme.png | Bin 0 -> 488 bytes .../phpMyAdmin/themes/original/img/s_top.png | Bin 0 -> 220 bytes .../themes/original/img/s_unlink.png | Bin 0 -> 589 bytes .../phpMyAdmin/themes/original/img/s_vars.png | Bin 0 -> 150 bytes .../themes/original/img/s_views.png | Bin 0 -> 191 bytes admin/phpMyAdmin/themes/original/img/show.png | Bin 0 -> 263 bytes .../themes/original/img/south-mini.png | Bin 0 -> 319 bytes .../phpMyAdmin/themes/original/img/spacer.png | Bin 0 -> 68 bytes .../themes/original/img/toggle-ltr.png | Bin 0 -> 175 bytes .../themes/original/img/toggle-rtl.png | Bin 0 -> 174 bytes .../themes/original/img/vertical_line.png | Bin 0 -> 67 bytes .../themes/original/img/west-mini.png | Bin 0 -> 300 bytes .../themes/original/img/window-new.png | Bin 0 -> 468 bytes .../themes/original/img/zoom-minus-mini.png | Bin 0 -> 234 bytes .../themes/original/img/zoom-plus-mini.png | Bin 0 -> 320 bytes .../themes/original/img/zoom-world-mini.png | Bin 0 -> 745 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 183 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 73 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 126 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 121 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 185 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 122 bytes .../jquery/images/ui-icons_222222_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_454545_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_888888_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 3765 bytes .../themes/original/jquery/jquery-ui.css | 1312 + admin/phpMyAdmin/themes/original/screen.png | Bin 0 -> 22511 bytes .../themes/original/scss/_alert.scss | 41 + .../themes/original/scss/_breadcrumb.scss | 12 + .../themes/original/scss/_card.scss | 54 + .../themes/original/scss/_common.scss | 2738 ++ .../themes/original/scss/_forms.scss | 4 + .../themes/original/scss/_icons.scss | 700 + .../themes/original/scss/_list-group.scss | 24 + .../themes/original/scss/_modal.scss | 7 + .../phpMyAdmin/themes/original/scss/_nav.scss | 53 + .../themes/original/scss/_navbar.scss | 34 + .../themes/original/scss/_navigation.scss | 458 + .../themes/original/scss/_reboot.scss | 17 + .../themes/original/scss/_tables.scss | 35 + .../themes/original/scss/_variables.scss | 181 + .../themes/original/scss/theme.scss | 21 + admin/phpMyAdmin/themes/original/theme.json | 8 + .../phpMyAdmin/themes/pmahomme/css/theme.css | 3 + .../themes/pmahomme/css/theme.css.map | 1 + .../themes/pmahomme/css/theme.rtl.css | 2 + .../themes/pmahomme/img/ajax_clock_small.gif | Bin 0 -> 1810 bytes .../themes/pmahomme/img/arrow_ltr.png | Bin 0 -> 101 bytes .../themes/pmahomme/img/arrow_rtl.png | Bin 0 -> 102 bytes .../themes/pmahomme/img/asc_order.png | Bin 0 -> 146 bytes .../themes/pmahomme/img/b_bookmark.png | Bin 0 -> 637 bytes .../themes/pmahomme/img/b_browse.png | Bin 0 -> 486 bytes .../themes/pmahomme/img/b_calendar.png | Bin 0 -> 595 bytes .../themes/pmahomme/img/b_chart.png | Bin 0 -> 449 bytes .../themes/pmahomme/img/b_close.png | Bin 0 -> 153 bytes .../themes/pmahomme/img/b_column_add.png | Bin 0 -> 431 bytes .../themes/pmahomme/img/b_comment.png | Bin 0 -> 342 bytes .../themes/pmahomme/img/b_dbstatistics.png | Bin 0 -> 449 bytes .../themes/pmahomme/img/b_deltbl.png | Bin 0 -> 577 bytes .../phpMyAdmin/themes/pmahomme/img/b_docs.png | Bin 0 -> 705 bytes .../themes/pmahomme/img/b_docsql.png | Bin 0 -> 133 bytes .../phpMyAdmin/themes/pmahomme/img/b_drop.png | Bin 0 -> 637 bytes .../phpMyAdmin/themes/pmahomme/img/b_edit.png | Bin 0 -> 377 bytes .../themes/pmahomme/img/b_empty.png | Bin 0 -> 521 bytes .../themes/pmahomme/img/b_engine.png | Bin 0 -> 398 bytes .../themes/pmahomme/img/b_event_add.png | Bin 0 -> 765 bytes .../themes/pmahomme/img/b_events.png | Bin 0 -> 703 bytes .../themes/pmahomme/img/b_export.png | Bin 0 -> 514 bytes .../themes/pmahomme/img/b_favorite.png | Bin 0 -> 385 bytes .../themes/pmahomme/img/b_find_replace.png | Bin 0 -> 669 bytes .../themes/pmahomme/img/b_firstpage.png | Bin 0 -> 664 bytes .../themes/pmahomme/img/b_ftext.png | Bin 0 -> 550 bytes .../themes/pmahomme/img/b_globe.gif | Bin 0 -> 1045 bytes .../themes/pmahomme/img/b_group.png | Bin 0 -> 682 bytes .../phpMyAdmin/themes/pmahomme/img/b_help.png | Bin 0 -> 705 bytes .../phpMyAdmin/themes/pmahomme/img/b_home.png | Bin 0 -> 734 bytes .../themes/pmahomme/img/b_import.png | Bin 0 -> 556 bytes .../themes/pmahomme/img/b_index.png | Bin 0 -> 643 bytes .../themes/pmahomme/img/b_index_add.png | Bin 0 -> 725 bytes .../themes/pmahomme/img/b_inline_edit.png | Bin 0 -> 529 bytes .../themes/pmahomme/img/b_insrow.png | Bin 0 -> 157 bytes .../phpMyAdmin/themes/pmahomme/img/b_key.png | Bin 0 -> 294 bytes .../themes/pmahomme/img/b_lastpage.png | Bin 0 -> 661 bytes .../phpMyAdmin/themes/pmahomme/img/b_left.png | Bin 0 -> 114 bytes .../themes/pmahomme/img/b_minus.png | Bin 0 -> 123 bytes .../phpMyAdmin/themes/pmahomme/img/b_more.png | Bin 0 -> 111 bytes .../phpMyAdmin/themes/pmahomme/img/b_move.png | Bin 0 -> 381 bytes .../themes/pmahomme/img/b_newdb.png | Bin 0 -> 585 bytes .../themes/pmahomme/img/b_newtbl.png | Bin 0 -> 232 bytes .../themes/pmahomme/img/b_nextpage.png | Bin 0 -> 329 bytes .../themes/pmahomme/img/b_no_favorite.png | Bin 0 -> 377 bytes .../themes/pmahomme/img/b_pdfdoc.png | Bin 0 -> 506 bytes .../themes/pmahomme/img/b_plugin.png | Bin 0 -> 512 bytes .../phpMyAdmin/themes/pmahomme/img/b_plus.png | Bin 0 -> 143 bytes .../themes/pmahomme/img/b_prevpage.png | Bin 0 -> 331 bytes .../themes/pmahomme/img/b_primary.png | Bin 0 -> 536 bytes .../themes/pmahomme/img/b_print.png | Bin 0 -> 639 bytes .../themes/pmahomme/img/b_props.png | Bin 0 -> 573 bytes .../themes/pmahomme/img/b_relations.png | Bin 0 -> 140 bytes .../themes/pmahomme/img/b_rename.svg | 1 + .../themes/pmahomme/img/b_report.png | Bin 0 -> 555 bytes .../themes/pmahomme/img/b_right.png | Bin 0 -> 113 bytes .../themes/pmahomme/img/b_routine_add.png | Bin 0 -> 395 bytes .../themes/pmahomme/img/b_routines.png | Bin 0 -> 306 bytes .../phpMyAdmin/themes/pmahomme/img/b_save.png | Bin 0 -> 547 bytes .../themes/pmahomme/img/b_saveimage.png | Bin 0 -> 675 bytes .../themes/pmahomme/img/b_sbrowse.png | Bin 0 -> 486 bytes .../phpMyAdmin/themes/pmahomme/img/b_sdb.png | Bin 0 -> 114 bytes .../themes/pmahomme/img/b_search.png | Bin 0 -> 538 bytes .../themes/pmahomme/img/b_select.png | Bin 0 -> 593 bytes .../themes/pmahomme/img/b_snewtbl.png | Bin 0 -> 653 bytes .../themes/pmahomme/img/b_spatial.png | Bin 0 -> 376 bytes .../phpMyAdmin/themes/pmahomme/img/b_sql.png | Bin 0 -> 680 bytes .../themes/pmahomme/img/b_sqldoc.png | Bin 0 -> 144 bytes .../themes/pmahomme/img/b_sqlhelp.png | Bin 0 -> 512 bytes .../themes/pmahomme/img/b_table_add.png | Bin 0 -> 571 bytes .../themes/pmahomme/img/b_tblanalyse.png | Bin 0 -> 152 bytes .../themes/pmahomme/img/b_tblexport.png | Bin 0 -> 514 bytes .../themes/pmahomme/img/b_tblimport.png | Bin 0 -> 556 bytes .../themes/pmahomme/img/b_tblops.png | Bin 0 -> 537 bytes .../themes/pmahomme/img/b_tbloptimize.png | Bin 0 -> 153 bytes .../phpMyAdmin/themes/pmahomme/img/b_tipp.png | Bin 0 -> 696 bytes .../themes/pmahomme/img/b_trigger_add.png | Bin 0 -> 555 bytes .../themes/pmahomme/img/b_triggers.png | Bin 0 -> 446 bytes .../phpMyAdmin/themes/pmahomme/img/b_undo.png | Bin 0 -> 506 bytes .../themes/pmahomme/img/b_unique.png | Bin 0 -> 583 bytes .../themes/pmahomme/img/b_usradd.png | Bin 0 -> 670 bytes .../themes/pmahomme/img/b_usrcheck.png | Bin 0 -> 718 bytes .../themes/pmahomme/img/b_usrdrop.png | Bin 0 -> 697 bytes .../themes/pmahomme/img/b_usredit.png | Bin 0 -> 757 bytes .../themes/pmahomme/img/b_usrlist.png | Bin 0 -> 677 bytes .../themes/pmahomme/img/b_versions.png | Bin 0 -> 455 bytes .../phpMyAdmin/themes/pmahomme/img/b_view.png | Bin 0 -> 538 bytes .../themes/pmahomme/img/b_view_add.png | Bin 0 -> 678 bytes .../themes/pmahomme/img/b_views.png | Bin 0 -> 603 bytes .../themes/pmahomme/img/bd_browse.png | Bin 0 -> 271 bytes .../themes/pmahomme/img/bd_deltbl.png | Bin 0 -> 312 bytes .../themes/pmahomme/img/bd_drop.png | Bin 0 -> 340 bytes .../themes/pmahomme/img/bd_edit.png | Bin 0 -> 216 bytes .../themes/pmahomme/img/bd_empty.png | Bin 0 -> 327 bytes .../themes/pmahomme/img/bd_export.png | Bin 0 -> 436 bytes .../themes/pmahomme/img/bd_firstpage.png | Bin 0 -> 405 bytes .../themes/pmahomme/img/bd_ftext.png | Bin 0 -> 286 bytes .../themes/pmahomme/img/bd_index.png | Bin 0 -> 335 bytes .../themes/pmahomme/img/bd_insrow.png | Bin 0 -> 163 bytes .../themes/pmahomme/img/bd_lastpage.png | Bin 0 -> 402 bytes .../themes/pmahomme/img/bd_nextpage.png | Bin 0 -> 195 bytes .../themes/pmahomme/img/bd_prevpage.png | Bin 0 -> 197 bytes .../themes/pmahomme/img/bd_primary.png | Bin 0 -> 294 bytes .../themes/pmahomme/img/bd_routine_add.png | Bin 0 -> 269 bytes .../themes/pmahomme/img/bd_sbrowse.png | Bin 0 -> 271 bytes .../themes/pmahomme/img/bd_select.png | Bin 0 -> 325 bytes .../themes/pmahomme/img/bd_spatial.png | Bin 0 -> 243 bytes .../themes/pmahomme/img/bd_unique.png | Bin 0 -> 308 bytes .../themes/pmahomme/img/centralColumns.png | Bin 0 -> 586 bytes .../pmahomme/img/centralColumns_add.png | Bin 0 -> 676 bytes .../pmahomme/img/centralColumns_delete.png | Bin 0 -> 683 bytes .../themes/pmahomme/img/col_drop.png | Bin 0 -> 111 bytes .../themes/pmahomme/img/col_pointer.png | Bin 0 -> 102 bytes .../themes/pmahomme/img/col_pointer_ver.png | Bin 0 -> 107 bytes .../themes/pmahomme/img/console.png | Bin 0 -> 292 bytes .../themes/pmahomme/img/database.png | Bin 0 -> 328 bytes .../themes/pmahomme/img/designer/1.png | Bin 0 -> 90 bytes .../themes/pmahomme/img/designer/2.png | Bin 0 -> 140 bytes .../pmahomme/img/designer/2leftarrow.png | Bin 0 -> 634 bytes .../pmahomme/img/designer/2leftarrow_m.png | Bin 0 -> 607 bytes .../pmahomme/img/designer/2rightarrow.png | Bin 0 -> 653 bytes .../pmahomme/img/designer/2rightarrow_m.png | Bin 0 -> 626 bytes .../themes/pmahomme/img/designer/3.png | Bin 0 -> 140 bytes .../themes/pmahomme/img/designer/4.png | Bin 0 -> 141 bytes .../themes/pmahomme/img/designer/5.png | Bin 0 -> 83 bytes .../themes/pmahomme/img/designer/6.png | Bin 0 -> 90 bytes .../themes/pmahomme/img/designer/7.png | Bin 0 -> 94 bytes .../themes/pmahomme/img/designer/8.png | Bin 0 -> 81 bytes .../pmahomme/img/designer/FieldKey_small.png | Bin 0 -> 188 bytes .../pmahomme/img/designer/Field_small.png | Bin 0 -> 240 bytes .../img/designer/Field_small_char.png | Bin 0 -> 128 bytes .../img/designer/Field_small_date.png | Bin 0 -> 129 bytes .../pmahomme/img/designer/Field_small_int.png | Bin 0 -> 138 bytes .../themes/pmahomme/img/designer/anchor.png | Bin 0 -> 459 bytes .../themes/pmahomme/img/designer/and_icon.png | Bin 0 -> 715 bytes .../pmahomme/img/designer/ang_direct.png | Bin 0 -> 599 bytes .../themes/pmahomme/img/designer/bottom.png | Bin 0 -> 646 bytes .../themes/pmahomme/img/designer/def.png | Bin 0 -> 591 bytes .../pmahomme/img/designer/display_field.png | Bin 0 -> 601 bytes .../pmahomme/img/designer/downarrow1.png | Bin 0 -> 671 bytes .../pmahomme/img/designer/downarrow2.png | Bin 0 -> 682 bytes .../pmahomme/img/designer/downarrow2_m.png | Bin 0 -> 638 bytes .../themes/pmahomme/img/designer/exec.png | Bin 0 -> 717 bytes .../pmahomme/img/designer/exec_small.png | Bin 0 -> 149 bytes .../pmahomme/img/designer/exitFullscreen.png | Bin 0 -> 411 bytes .../themes/pmahomme/img/designer/export.png | Bin 0 -> 761 bytes .../themes/pmahomme/img/designer/favicon.ico | Bin 0 -> 1150 bytes .../themes/pmahomme/img/designer/grid.png | Bin 0 -> 602 bytes .../themes/pmahomme/img/designer/help.png | Bin 0 -> 654 bytes .../pmahomme/img/designer/help_relation.png | Bin 0 -> 851 bytes .../pmahomme/img/designer/left_panel_tab.png | Bin 0 -> 129 bytes .../themes/pmahomme/img/designer/minus.png | Bin 0 -> 974 bytes .../themes/pmahomme/img/designer/or_icon.png | Bin 0 -> 549 bytes .../pmahomme/img/designer/other_table.png | Bin 0 -> 558 bytes .../themes/pmahomme/img/designer/page_add.png | Bin 0 -> 694 bytes .../pmahomme/img/designer/page_delete.png | Bin 0 -> 698 bytes .../pmahomme/img/designer/page_edit.png | Bin 0 -> 759 bytes .../themes/pmahomme/img/designer/pdf.png | Bin 0 -> 798 bytes .../themes/pmahomme/img/designer/plus.png | Bin 0 -> 930 bytes .../pmahomme/img/designer/query_builder.png | Bin 0 -> 603 bytes .../themes/pmahomme/img/designer/relation.png | Bin 0 -> 242 bytes .../themes/pmahomme/img/designer/reload.png | Bin 0 -> 762 bytes .../themes/pmahomme/img/designer/resize.png | Bin 0 -> 105 bytes .../pmahomme/img/designer/resizeright.png | Bin 0 -> 108 bytes .../pmahomme/img/designer/rightarrow1.png | Bin 0 -> 650 bytes .../pmahomme/img/designer/rightarrow2.png | Bin 0 -> 666 bytes .../themes/pmahomme/img/designer/save.png | Bin 0 -> 402 bytes .../themes/pmahomme/img/designer/save_as.png | Bin 0 -> 424 bytes .../pmahomme/img/designer/small_tab.png | Bin 0 -> 158 bytes .../themes/pmahomme/img/designer/table.png | Bin 0 -> 130 bytes .../pmahomme/img/designer/toggle_lines.png | Bin 0 -> 415 bytes .../pmahomme/img/designer/top_panel.png | Bin 0 -> 125 bytes .../pmahomme/img/designer/uparrow2_m.png | Bin 0 -> 643 bytes .../img/designer/viewInFullscreen.png | Bin 0 -> 449 bytes .../themes/pmahomme/img/east-mini.png | Bin 0 -> 287 bytes .../phpMyAdmin/themes/pmahomme/img/error.ico | Bin 0 -> 5430 bytes admin/phpMyAdmin/themes/pmahomme/img/eye.png | Bin 0 -> 663 bytes .../themes/pmahomme/img/eye_grey.png | Bin 0 -> 287 bytes admin/phpMyAdmin/themes/pmahomme/img/hide.png | Bin 0 -> 284 bytes admin/phpMyAdmin/themes/pmahomme/img/item.png | Bin 0 -> 114 bytes .../themes/pmahomme/img/lightbulb.png | Bin 0 -> 696 bytes .../themes/pmahomme/img/lightbulb_off.png | Bin 0 -> 612 bytes .../themes/pmahomme/img/lock_open.png | Bin 0 -> 727 bytes .../themes/pmahomme/img/logo_left.png | Bin 0 -> 2713 bytes .../themes/pmahomme/img/logo_right.png | Bin 0 -> 4306 bytes admin/phpMyAdmin/themes/pmahomme/img/more.png | Bin 0 -> 85 bytes .../themes/pmahomme/img/new_data.png | Bin 0 -> 260 bytes .../themes/pmahomme/img/new_data_hovered.png | Bin 0 -> 260 bytes .../themes/pmahomme/img/new_data_selected.png | Bin 0 -> 179 bytes .../img/new_data_selected_hovered.png | Bin 0 -> 180 bytes .../themes/pmahomme/img/new_struct.png | Bin 0 -> 293 bytes .../pmahomme/img/new_struct_hovered.png | Bin 0 -> 293 bytes .../pmahomme/img/new_struct_selected.png | Bin 0 -> 188 bytes .../img/new_struct_selected_hovered.png | Bin 0 -> 196 bytes .../themes/pmahomme/img/normalize.png | Bin 0 -> 505 bytes .../themes/pmahomme/img/north-mini.png | Bin 0 -> 322 bytes .../phpMyAdmin/themes/pmahomme/img/pause.png | Bin 0 -> 255 bytes .../themes/pmahomme/img/php_sym.png | Bin 0 -> 127 bytes admin/phpMyAdmin/themes/pmahomme/img/play.png | Bin 0 -> 329 bytes .../themes/pmahomme/img/pma_logo2.png | Bin 0 -> 1366 bytes .../phpMyAdmin/themes/pmahomme/img/s_asc.png | Bin 0 -> 146 bytes .../phpMyAdmin/themes/pmahomme/img/s_asci.png | Bin 0 -> 148 bytes .../themes/pmahomme/img/s_attention.png | Bin 0 -> 567 bytes .../themes/pmahomme/img/s_cancel.png | Bin 0 -> 509 bytes .../themes/pmahomme/img/s_cancel2.png | Bin 0 -> 252 bytes .../phpMyAdmin/themes/pmahomme/img/s_cog.png | Bin 0 -> 442 bytes .../themes/pmahomme/img/s_collapseall.png | Bin 0 -> 143 bytes admin/phpMyAdmin/themes/pmahomme/img/s_db.png | Bin 0 -> 328 bytes .../phpMyAdmin/themes/pmahomme/img/s_desc.png | Bin 0 -> 146 bytes .../themes/pmahomme/img/s_error.png | Bin 0 -> 614 bytes .../themes/pmahomme/img/s_fulltext.png | Bin 0 -> 176 bytes .../phpMyAdmin/themes/pmahomme/img/s_host.png | Bin 0 -> 591 bytes .../phpMyAdmin/themes/pmahomme/img/s_info.png | Bin 0 -> 709 bytes .../phpMyAdmin/themes/pmahomme/img/s_lang.png | Bin 0 -> 659 bytes .../phpMyAdmin/themes/pmahomme/img/s_link.png | Bin 0 -> 280 bytes .../phpMyAdmin/themes/pmahomme/img/s_lock.png | Bin 0 -> 667 bytes .../themes/pmahomme/img/s_loggoff.png | Bin 0 -> 626 bytes .../themes/pmahomme/img/s_notice.png | Bin 0 -> 567 bytes .../phpMyAdmin/themes/pmahomme/img/s_okay.png | Bin 0 -> 710 bytes .../themes/pmahomme/img/s_partialtext.png | Bin 0 -> 178 bytes .../themes/pmahomme/img/s_passwd.png | Bin 0 -> 331 bytes .../themes/pmahomme/img/s_process.png | Bin 0 -> 442 bytes .../themes/pmahomme/img/s_really.png | Bin 0 -> 128 bytes .../themes/pmahomme/img/s_reload.png | Bin 0 -> 527 bytes .../themes/pmahomme/img/s_replication.png | Bin 0 -> 399 bytes .../themes/pmahomme/img/s_rights.png | Bin 0 -> 461 bytes .../themes/pmahomme/img/s_sortable.png | Bin 0 -> 204 bytes .../themes/pmahomme/img/s_status.png | Bin 0 -> 600 bytes .../themes/pmahomme/img/s_success.png | Bin 0 -> 465 bytes .../phpMyAdmin/themes/pmahomme/img/s_sync.png | Bin 0 -> 454 bytes .../phpMyAdmin/themes/pmahomme/img/s_tbl.png | Bin 0 -> 645 bytes .../themes/pmahomme/img/s_theme.png | Bin 0 -> 772 bytes .../phpMyAdmin/themes/pmahomme/img/s_top.png | Bin 0 -> 220 bytes .../themes/pmahomme/img/s_unlink.png | Bin 0 -> 589 bytes .../phpMyAdmin/themes/pmahomme/img/s_vars.png | Bin 0 -> 523 bytes .../themes/pmahomme/img/s_views.png | Bin 0 -> 603 bytes admin/phpMyAdmin/themes/pmahomme/img/show.png | Bin 0 -> 263 bytes .../themes/pmahomme/img/south-mini.png | Bin 0 -> 319 bytes .../phpMyAdmin/themes/pmahomme/img/spacer.png | Bin 0 -> 68 bytes .../themes/pmahomme/img/toggle-ltr.png | Bin 0 -> 376 bytes .../themes/pmahomme/img/toggle-rtl.png | Bin 0 -> 377 bytes .../themes/pmahomme/img/vertical_line.png | Bin 0 -> 67 bytes .../themes/pmahomme/img/west-mini.png | Bin 0 -> 300 bytes .../themes/pmahomme/img/window-new.png | Bin 0 -> 468 bytes .../themes/pmahomme/img/zoom-minus-mini.png | Bin 0 -> 234 bytes .../themes/pmahomme/img/zoom-plus-mini.png | Bin 0 -> 320 bytes .../themes/pmahomme/img/zoom-world-mini.png | Bin 0 -> 745 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 183 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 73 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 126 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 121 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 185 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 122 bytes .../jquery/images/ui-icons_222222_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_454545_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_888888_256x240.png | Bin 0 -> 3765 bytes .../jquery/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 3765 bytes .../themes/pmahomme/jquery/jquery-ui.css | 1312 + admin/phpMyAdmin/themes/pmahomme/screen.png | Bin 0 -> 24233 bytes .../themes/pmahomme/scss/_alert.scss | 55 + .../themes/pmahomme/scss/_breadcrumb.scss | 22 + .../themes/pmahomme/scss/_buttons.scss | 21 + .../themes/pmahomme/scss/_card.scss | 71 + .../themes/pmahomme/scss/_codemirror.scss | 103 + .../themes/pmahomme/scss/_common.scss | 2869 ++ .../themes/pmahomme/scss/_designer.scss | 497 + .../themes/pmahomme/scss/_enum-editor.scss | 71 + .../themes/pmahomme/scss/_forms.scss | 5 + .../phpMyAdmin/themes/pmahomme/scss/_gis.scss | 36 + .../themes/pmahomme/scss/_icons.scss | 700 + .../themes/pmahomme/scss/_jqplot.scss | 275 + .../themes/pmahomme/scss/_list-group.scss | 24 + .../themes/pmahomme/scss/_modal.scss | 3 + .../phpMyAdmin/themes/pmahomme/scss/_nav.scss | 57 + .../themes/pmahomme/scss/_navbar.scss | 32 + .../themes/pmahomme/scss/_navigation.scss | 463 + .../themes/pmahomme/scss/_pagination.scss | 17 + .../themes/pmahomme/scss/_print.scss | 105 + .../themes/pmahomme/scss/_reboot.scss | 34 + .../themes/pmahomme/scss/_tables.scss | 49 + .../themes/pmahomme/scss/_variables.scss | 186 + .../themes/pmahomme/scss/theme.scss | 23 + admin/phpMyAdmin/themes/pmahomme/theme.json | 8 + admin/phpMyAdmin/url.php | 42 + admin/phpMyAdmin/vendor/autoload.php | 7 + .../vendor/bacon/bacon-qr-code/LICENSE | 22 + .../vendor/bacon/bacon-qr-code/README.md | 39 + .../vendor/bacon/bacon-qr-code/composer.json | 44 + .../bacon-qr-code/src/Common/BitArray.php | 372 + .../bacon-qr-code/src/Common/BitMatrix.php | 313 + .../bacon-qr-code/src/Common/BitUtils.php | 41 + .../src/Common/CharacterSetEci.php | 183 + .../bacon-qr-code/src/Common/EcBlock.php | 49 + .../bacon-qr-code/src/Common/EcBlocks.php | 74 + .../src/Common/ErrorCorrectionLevel.php | 63 + .../src/Common/FormatInformation.php | 203 + .../bacon/bacon-qr-code/src/Common/Mode.php | 79 + .../src/Common/ReedSolomonCodec.php | 468 + .../bacon-qr-code/src/Common/Version.php | 596 + .../bacon-qr-code/src/Encoder/BlockPair.php | 58 + .../bacon-qr-code/src/Encoder/ByteMatrix.php | 150 + .../bacon-qr-code/src/Encoder/Encoder.php | 668 + .../bacon-qr-code/src/Encoder/MaskUtil.php | 271 + .../bacon-qr-code/src/Encoder/MatrixUtil.php | 513 + .../bacon-qr-code/src/Encoder/QrCode.php | 141 + .../src/Exception/ExceptionInterface.php | 10 + .../Exception/InvalidArgumentException.php | 8 + .../src/Exception/OutOfBoundsException.php | 8 + .../src/Exception/RuntimeException.php | 8 + .../Exception/UnexpectedValueException.php | 8 + .../src/Exception/WriterException.php | 8 + .../src/Renderer/Color/Alpha.php | 57 + .../bacon-qr-code/src/Renderer/Color/Cmyk.php | 103 + .../src/Renderer/Color/ColorInterface.php | 22 + .../bacon-qr-code/src/Renderer/Color/Gray.php | 46 + .../bacon-qr-code/src/Renderer/Color/Rgb.php | 88 + .../src/Renderer/Eye/CompositeEye.php | 38 + .../src/Renderer/Eye/EyeInterface.php | 26 + .../src/Renderer/Eye/ModuleEye.php | 54 + .../src/Renderer/Eye/SimpleCircleEye.php | 54 + .../src/Renderer/Eye/SquareEye.php | 53 + .../src/Renderer/Image/EpsImageBackEnd.php | 376 + .../Renderer/Image/ImageBackEndInterface.php | 87 + .../Renderer/Image/ImagickImageBackEnd.php | 336 + .../src/Renderer/Image/SvgImageBackEnd.php | 369 + .../Renderer/Image/TransformationMatrix.php | 68 + .../src/Renderer/ImageRenderer.php | 152 + .../src/Renderer/Module/DotsModule.php | 63 + .../src/Renderer/Module/EdgeIterator/Edge.php | 100 + .../Module/EdgeIterator/EdgeIterator.php | 169 + .../src/Renderer/Module/ModuleInterface.php | 18 + .../src/Renderer/Module/RoundnessModule.php | 129 + .../src/Renderer/Module/SquareModule.php | 47 + .../bacon-qr-code/src/Renderer/Path/Close.php | 29 + .../bacon-qr-code/src/Renderer/Path/Curve.php | 92 + .../src/Renderer/Path/EllipticArc.php | 278 + .../bacon-qr-code/src/Renderer/Path/Line.php | 41 + .../bacon-qr-code/src/Renderer/Path/Move.php | 41 + .../src/Renderer/Path/OperationInterface.php | 12 + .../bacon-qr-code/src/Renderer/Path/Path.php | 106 + .../src/Renderer/PlainTextRenderer.php | 86 + .../src/Renderer/RendererInterface.php | 11 + .../src/Renderer/RendererStyle/EyeFill.php | 74 + .../src/Renderer/RendererStyle/Fill.php | 168 + .../src/Renderer/RendererStyle/Gradient.php | 46 + .../Renderer/RendererStyle/GradientType.php | 22 + .../Renderer/RendererStyle/RendererStyle.php | 90 + .../vendor/bacon/bacon-qr-code/src/Writer.php | 71 + .../phpMyAdmin/vendor/beberlei/assert/LICENSE | 11 + .../vendor/beberlei/assert/composer.json | 64 + .../beberlei/assert/lib/Assert/Assert.php | 85 + .../beberlei/assert/lib/Assert/Assertion.php | 2797 ++ .../assert/lib/Assert/AssertionChain.php | 247 + .../lib/Assert/AssertionFailedException.php | 32 + .../lib/Assert/InvalidArgumentException.php | 74 + .../assert/lib/Assert/LazyAssertion.php | 228 + .../lib/Assert/LazyAssertionException.php | 53 + .../beberlei/assert/lib/Assert/functions.php | 72 + admin/phpMyAdmin/vendor/brick/math/LICENSE | 20 + .../vendor/brick/math/composer.json | 35 + .../vendor/brick/math/src/BigDecimal.php | 855 + .../vendor/brick/math/src/BigInteger.php | 1166 + .../vendor/brick/math/src/BigNumber.php | 528 + .../vendor/brick/math/src/BigRational.php | 479 + .../src/Exception/DivisionByZeroException.php | 41 + .../Exception/IntegerOverflowException.php | 27 + .../math/src/Exception/MathException.php | 14 + .../src/Exception/NegativeNumberException.php | 12 + .../src/Exception/NumberFormatException.php | 35 + .../Exception/RoundingNecessaryException.php | 21 + .../brick/math/src/Internal/Calculator.php | 756 + .../Internal/Calculator/BcMathCalculator.php | 92 + .../src/Internal/Calculator/GmpCalculator.php | 156 + .../Internal/Calculator/NativeCalculator.php | 616 + .../vendor/brick/math/src/RoundingMode.php | 107 + .../code-lts/u2f-php-server/CHANGELOG.md | 52 + .../vendor/code-lts/u2f-php-server/LICENCE | 26 + .../vendor/code-lts/u2f-php-server/README.md | 452 + .../code-lts/u2f-php-server/composer.json | 50 + .../u2f-php-server/src/Registration.php | 72 + .../src/RegistrationRequest.php | 58 + .../u2f-php-server/src/SignRequest.php | 66 + .../u2f-php-server/src/U2FException.php | 51 + .../code-lts/u2f-php-server/src/U2FServer.php | 440 + .../vendor/composer/ClassLoader.php | 572 + .../vendor/composer/InstalledVersions.php | 350 + admin/phpMyAdmin/vendor/composer/LICENSE | 21 + .../vendor/composer/autoload_classmap.php | 1986 ++ .../vendor/composer/autoload_files.php | 110 + .../vendor/composer/autoload_namespaces.php | 9 + .../vendor/composer/autoload_psr4.php | 62 + .../vendor/composer/autoload_real.php | 80 + .../vendor/composer/autoload_static.php | 2410 ++ .../vendor/composer/ca-bundle/LICENSE | 19 + .../vendor/composer/ca-bundle/README.md | 85 + .../vendor/composer/ca-bundle/composer.json | 54 + .../vendor/composer/ca-bundle/res/cacert.pem | 3372 +++ .../composer/ca-bundle/src/CaBundle.php | 431 + .../phpMyAdmin/vendor/composer/installed.json | 4044 +++ .../phpMyAdmin/vendor/composer/installed.php | 575 + .../vendor/composer/platform_check.php | 26 + admin/phpMyAdmin/vendor/dasprid/enum/LICENSE | 22 + .../phpMyAdmin/vendor/dasprid/enum/README.md | 164 + .../vendor/dasprid/enum/composer.json | 31 + .../vendor/dasprid/enum/src/AbstractEnum.php | 241 + .../vendor/dasprid/enum/src/EnumMap.php | 375 + .../Exception/CloneNotSupportedException.php | 10 + .../enum/src/Exception/ExceptionInterface.php | 10 + .../src/Exception/ExpectationException.php | 10 + .../Exception/IllegalArgumentException.php | 10 + .../enum/src/Exception/MismatchException.php | 10 + .../SerializeNotSupportedException.php | 10 + .../UnserializeNotSupportedException.php | 10 + .../vendor/dasprid/enum/src/NullValue.php | 55 + .../vendor/fgrosse/phpasn1/CHANGELOG.md | 61 + .../phpMyAdmin/vendor/fgrosse/phpasn1/LICENSE | 19 + .../vendor/fgrosse/phpasn1/README.md | 169 + .../vendor/fgrosse/phpasn1/composer.json | 49 + .../fgrosse/phpasn1/lib/ASN1/ASNObject.php | 355 + .../phpasn1/lib/ASN1/AbstractString.php | 136 + .../fgrosse/phpasn1/lib/ASN1/AbstractTime.php | 78 + .../fgrosse/phpasn1/lib/ASN1/Base128.php | 63 + .../ASN1/Composite/AttributeTypeAndValue.php | 35 + .../phpasn1/lib/ASN1/Composite/RDNString.php | 37 + .../Composite/RelativeDistinguishedName.php | 50 + .../fgrosse/phpasn1/lib/ASN1/Construct.php | 202 + .../Exception/NotImplementedException.php | 15 + .../lib/ASN1/Exception/ParserException.php | 29 + .../lib/ASN1/ExplicitlyTaggedObject.php | 131 + .../fgrosse/phpasn1/lib/ASN1/Identifier.php | 339 + .../vendor/fgrosse/phpasn1/lib/ASN1/OID.php | 1023 + .../fgrosse/phpasn1/lib/ASN1/Parsable.php | 32 + .../phpasn1/lib/ASN1/TemplateParser.php | 70 + .../phpasn1/lib/ASN1/Universal/BMPString.php | 41 + .../phpasn1/lib/ASN1/Universal/BitString.php | 88 + .../phpasn1/lib/ASN1/Universal/Boolean.php | 75 + .../lib/ASN1/Universal/CharacterString.php | 28 + .../phpasn1/lib/ASN1/Universal/Enumerated.php | 21 + .../lib/ASN1/Universal/GeneralString.php | 34 + .../lib/ASN1/Universal/GeneralizedTime.php | 134 + .../lib/ASN1/Universal/GraphicString.php | 34 + .../phpasn1/lib/ASN1/Universal/IA5String.php | 35 + .../phpasn1/lib/ASN1/Universal/Integer.php | 130 + .../phpasn1/lib/ASN1/Universal/NullObject.php | 54 + .../lib/ASN1/Universal/NumericString.php | 38 + .../lib/ASN1/Universal/ObjectDescriptor.php | 26 + .../lib/ASN1/Universal/ObjectIdentifier.php | 138 + .../lib/ASN1/Universal/OctetString.php | 91 + .../lib/ASN1/Universal/PrintableString.php | 53 + .../Universal/RelativeObjectIdentifier.php | 57 + .../phpasn1/lib/ASN1/Universal/Sequence.php | 23 + .../phpasn1/lib/ASN1/Universal/Set.php | 21 + .../phpasn1/lib/ASN1/Universal/T61String.php | 36 + .../phpasn1/lib/ASN1/Universal/UTCTime.php | 77 + .../phpasn1/lib/ASN1/Universal/UTF8String.php | 34 + .../lib/ASN1/Universal/UniversalString.php | 36 + .../lib/ASN1/Universal/VisibleString.php | 34 + .../lib/ASN1/UnknownConstructedObject.php | 59 + .../phpasn1/lib/ASN1/UnknownObject.php | 59 + .../phpasn1/lib/Utility/BigInteger.php | 195 + .../phpasn1/lib/Utility/BigIntegerBcmath.php | 133 + .../phpasn1/lib/Utility/BigIntegerGmp.php | 133 + .../phpasn1/lib/X509/AlgorithmIdentifier.php | 22 + .../phpasn1/lib/X509/CSR/Attributes.php | 68 + .../fgrosse/phpasn1/lib/X509/CSR/CSR.php | 159 + .../lib/X509/CertificateExtensions.php | 100 + .../phpasn1/lib/X509/CertificateSubject.php | 108 + .../fgrosse/phpasn1/lib/X509/PrivateKey.php | 35 + .../fgrosse/phpasn1/lib/X509/PublicKey.php | 35 + .../fgrosse/phpasn1/lib/X509/SAN/DNSName.php | 28 + .../phpasn1/lib/X509/SAN/IPAddress.php | 73 + .../lib/X509/SAN/SubjectAlternativeNames.php | 96 + .../vendor/fig/http-message-util/CHANGELOG.md | 147 + .../vendor/fig/http-message-util/LICENSE | 19 + .../vendor/fig/http-message-util/README.md | 17 + .../fig/http-message-util/composer.json | 28 + .../src/RequestMethodInterface.php | 34 + .../src/StatusCodeInterface.php | 107 + .../vendor/google/recaptcha/LICENSE | 29 + .../vendor/google/recaptcha/README.md | 140 + .../vendor/google/recaptcha/composer.json | 39 + .../recaptcha/src/ReCaptcha/ReCaptcha.php | 269 + .../recaptcha/src/ReCaptcha/RequestMethod.php | 50 + .../src/ReCaptcha/RequestMethod/Curl.php | 82 + .../src/ReCaptcha/RequestMethod/CurlPost.php | 104 + .../src/ReCaptcha/RequestMethod/Post.php | 88 + .../src/ReCaptcha/RequestMethod/Socket.php | 112 + .../ReCaptcha/RequestMethod/SocketPost.php | 108 + .../src/ReCaptcha/RequestParameters.php | 111 + .../recaptcha/src/ReCaptcha/Response.php | 218 + .../vendor/league/uri-interfaces/LICENSE | 20 + .../league/uri-interfaces/composer.json | 68 + .../src/Contracts/AuthorityInterface.php | 87 + .../src/Contracts/DataPathInterface.php | 92 + .../src/Contracts/DomainHostInterface.php | 107 + .../src/Contracts/FragmentInterface.php | 22 + .../src/Contracts/HostInterface.php | 51 + .../src/Contracts/IpHostInterface.php | 48 + .../src/Contracts/PathInterface.php | 90 + .../src/Contracts/PortInterface.php | 22 + .../src/Contracts/QueryInterface.php | 227 + .../src/Contracts/SegmentedPathInterface.php | 147 + .../src/Contracts/UriComponentInterface.php | 88 + .../src/Contracts/UriException.php | 20 + .../src/Contracts/UriInterface.php | 292 + .../src/Contracts/UserInfoInterface.php | 40 + .../src/Exceptions/FileinfoSupportMissing.php | 20 + .../src/Exceptions/IdnSupportMissing.php | 20 + .../src/Exceptions/IdnaConversionFailed.php | 46 + .../src/Exceptions/SyntaxError.php | 20 + .../league/uri-interfaces/src/Idna/Idna.php | 212 + .../uri-interfaces/src/Idna/IdnaInfo.php | 113 + admin/phpMyAdmin/vendor/league/uri/LICENSE | 20 + .../vendor/league/uri/composer.json | 110 + .../Exceptions/TemplateCanNotBeExpanded.php | 29 + .../phpMyAdmin/vendor/league/uri/src/Http.php | 335 + .../vendor/league/uri/src/HttpFactory.php | 25 + .../phpMyAdmin/vendor/league/uri/src/Uri.php | 1501 + .../vendor/league/uri/src/UriInfo.php | 205 + .../vendor/league/uri/src/UriResolver.php | 375 + .../vendor/league/uri/src/UriString.php | 567 + .../vendor/league/uri/src/UriTemplate.php | 140 + .../league/uri/src/UriTemplate/Expression.php | 353 + .../league/uri/src/UriTemplate/Template.php | 134 + .../uri/src/UriTemplate/VarSpecifier.php | 107 + .../uri/src/UriTemplate/VariableBag.php | 116 + .../vendor/nikic/fast-route/LICENSE | 31 + .../vendor/nikic/fast-route/README.md | 313 + .../vendor/nikic/fast-route/composer.json | 24 + .../fast-route/src/BadRouteException.php | 7 + .../nikic/fast-route/src/DataGenerator.php | 26 + .../src/DataGenerator/CharCountBased.php | 31 + .../src/DataGenerator/GroupCountBased.php | 30 + .../src/DataGenerator/GroupPosBased.php | 27 + .../src/DataGenerator/MarkBased.php | 27 + .../src/DataGenerator/RegexBasedAbstract.php | 186 + .../nikic/fast-route/src/Dispatcher.php | 26 + .../src/Dispatcher/CharCountBased.php | 31 + .../src/Dispatcher/GroupCountBased.php | 31 + .../src/Dispatcher/GroupPosBased.php | 33 + .../fast-route/src/Dispatcher/MarkBased.php | 31 + .../src/Dispatcher/RegexBasedAbstract.php | 88 + .../vendor/nikic/fast-route/src/Route.php | 47 + .../nikic/fast-route/src/RouteCollector.php | 152 + .../nikic/fast-route/src/RouteParser.php | 37 + .../nikic/fast-route/src/RouteParser/Std.php | 87 + .../vendor/nikic/fast-route/src/bootstrap.php | 12 + .../vendor/nikic/fast-route/src/functions.php | 74 + .../constant_time_encoding/LICENSE.txt | 48 + .../constant_time_encoding/README.md | 84 + .../constant_time_encoding/composer.json | 56 + .../constant_time_encoding/src/Base32.php | 519 + .../constant_time_encoding/src/Base32Hex.php | 111 + .../constant_time_encoding/src/Base64.php | 314 + .../src/Base64DotSlash.php | 88 + .../src/Base64DotSlashOrdered.php | 82 + .../src/Base64UrlSafe.php | 95 + .../constant_time_encoding/src/Binary.php | 90 + .../src/EncoderInterface.php | 52 + .../constant_time_encoding/src/Encoding.php | 262 + .../constant_time_encoding/src/Hex.php | 146 + .../constant_time_encoding/src/RFC4648.php | 186 + .../vendor/paragonie/random_compat/LICENSE | 22 + .../paragonie/random_compat/composer.json | 34 + .../paragonie/random_compat/lib/random.php | 32 + .../vendor/paragonie/sodium_compat/LICENSE | 16 + .../vendor/paragonie/sodium_compat/README.md | 374 + .../paragonie/sodium_compat/autoload-php7.php | 31 + .../paragonie/sodium_compat/autoload.php | 75 + .../paragonie/sodium_compat/composer.json | 66 + .../paragonie/sodium_compat/lib/constants.php | 52 + .../sodium_compat/lib/namespaced.php | 48 + .../sodium_compat/lib/php72compat.php | 1433 + .../sodium_compat/lib/php72compat_const.php | 92 + .../sodium_compat/lib/ristretto255.php | 239 + .../sodium_compat/lib/sodium_compat.php | 831 + .../sodium_compat/lib/stream-xchacha20.php | 59 + .../sodium_compat/namespaced/Compat.php | 7 + .../sodium_compat/namespaced/Core/BLAKE2b.php | 7 + .../namespaced/Core/ChaCha20.php | 7 + .../namespaced/Core/ChaCha20/Ctx.php | 7 + .../namespaced/Core/ChaCha20/IetfCtx.php | 7 + .../namespaced/Core/Curve25519.php | 7 + .../namespaced/Core/Curve25519/Fe.php | 7 + .../namespaced/Core/Curve25519/Ge/Cached.php | 7 + .../namespaced/Core/Curve25519/Ge/P1p1.php | 7 + .../namespaced/Core/Curve25519/Ge/P2.php | 7 + .../namespaced/Core/Curve25519/Ge/P3.php | 7 + .../namespaced/Core/Curve25519/Ge/Precomp.php | 7 + .../namespaced/Core/Curve25519/H.php | 7 + .../sodium_compat/namespaced/Core/Ed25519.php | 7 + .../namespaced/Core/HChaCha20.php | 7 + .../namespaced/Core/HSalsa20.php | 7 + .../namespaced/Core/Poly1305.php | 7 + .../namespaced/Core/Poly1305/State.php | 7 + .../sodium_compat/namespaced/Core/Salsa20.php | 7 + .../sodium_compat/namespaced/Core/SipHash.php | 7 + .../sodium_compat/namespaced/Core/Util.php | 7 + .../sodium_compat/namespaced/Core/X25519.php | 7 + .../namespaced/Core/XChaCha20.php | 7 + .../namespaced/Core/Xsalsa20.php | 7 + .../sodium_compat/namespaced/Crypto.php | 7 + .../sodium_compat/namespaced/File.php | 7 + .../paragonie/sodium_compat/src/Compat.php | 4002 +++ .../sodium_compat/src/Core/BLAKE2b.php | 797 + .../src/Core/Base64/Original.php | 248 + .../sodium_compat/src/Core/Base64/UrlSafe.php | 247 + .../sodium_compat/src/Core/ChaCha20.php | 395 + .../sodium_compat/src/Core/ChaCha20/Ctx.php | 123 + .../src/Core/ChaCha20/IetfCtx.php | 38 + .../sodium_compat/src/Core/Curve25519.php | 3836 +++ .../sodium_compat/src/Core/Curve25519/Fe.php | 127 + .../src/Core/Curve25519/Ge/Cached.php | 65 + .../src/Core/Curve25519/Ge/P1p1.php | 64 + .../src/Core/Curve25519/Ge/P2.php | 54 + .../src/Core/Curve25519/Ge/P3.php | 65 + .../src/Core/Curve25519/Ge/Precomp.php | 54 + .../sodium_compat/src/Core/Curve25519/H.php | 1549 + .../src/Core/Curve25519/README.md | 3 + .../sodium_compat/src/Core/Ed25519.php | 554 + .../sodium_compat/src/Core/HChaCha20.php | 108 + .../sodium_compat/src/Core/HSalsa20.php | 96 + .../sodium_compat/src/Core/Poly1305.php | 63 + .../sodium_compat/src/Core/Poly1305/State.php | 445 + .../sodium_compat/src/Core/Ristretto255.php | 707 + .../sodium_compat/src/Core/Salsa20.php | 273 + .../src/Core/SecretStream/State.php | 163 + .../sodium_compat/src/Core/SipHash.php | 306 + .../paragonie/sodium_compat/src/Core/Util.php | 947 + .../sodium_compat/src/Core/X25519.php | 327 + .../sodium_compat/src/Core/XChaCha20.php | 117 + .../sodium_compat/src/Core/XSalsa20.php | 57 + .../sodium_compat/src/Core32/BLAKE2b.php | 719 + .../sodium_compat/src/Core32/ChaCha20.php | 400 + .../sodium_compat/src/Core32/ChaCha20/Ctx.php | 130 + .../src/Core32/ChaCha20/IetfCtx.php | 39 + .../sodium_compat/src/Core32/Curve25519.php | 3161 ++ .../src/Core32/Curve25519/Fe.php | 192 + .../src/Core32/Curve25519/Ge/Cached.php | 65 + .../src/Core32/Curve25519/Ge/P1p1.php | 67 + .../src/Core32/Curve25519/Ge/P2.php | 54 + .../src/Core32/Curve25519/Ge/P3.php | 65 + .../src/Core32/Curve25519/Ge/Precomp.php | 56 + .../sodium_compat/src/Core32/Curve25519/H.php | 1467 + .../src/Core32/Curve25519/README.md | 3 + .../sodium_compat/src/Core32/Ed25519.php | 485 + .../sodium_compat/src/Core32/HChaCha20.php | 127 + .../sodium_compat/src/Core32/HSalsa20.php | 141 + .../sodium_compat/src/Core32/Int32.php | 872 + .../sodium_compat/src/Core32/Int64.php | 1066 + .../sodium_compat/src/Core32/Poly1305.php | 63 + .../src/Core32/Poly1305/State.php | 451 + .../sodium_compat/src/Core32/Salsa20.php | 306 + .../src/Core32/SecretStream/State.php | 163 + .../sodium_compat/src/Core32/SipHash.php | 238 + .../sodium_compat/src/Core32/Util.php | 13 + .../sodium_compat/src/Core32/X25519.php | 345 + .../sodium_compat/src/Core32/XChaCha20.php | 87 + .../sodium_compat/src/Core32/XSalsa20.php | 57 + .../paragonie/sodium_compat/src/Crypto.php | 1655 ++ .../paragonie/sodium_compat/src/Crypto32.php | 1654 ++ .../paragonie/sodium_compat/src/File.php | 1547 + .../sodium_compat/src/SodiumException.php | 11 + .../phpmyadmin/motranslator/CHANGELOG.md | 100 + .../vendor/phpmyadmin/motranslator/LICENSE | 339 + .../vendor/phpmyadmin/motranslator/README.md | 242 + .../motranslator/benchmark-apcu.php | 29 + .../phpmyadmin/motranslator/composer.json | 56 + .../motranslator/src/Cache/ApcuCache.php | 136 + .../src/Cache/ApcuCacheFactory.php | 29 + .../src/Cache/CacheFactoryInterface.php | 12 + .../motranslator/src/Cache/CacheInterface.php | 33 + .../src/Cache/GetAllInterface.php | 13 + .../motranslator/src/Cache/InMemoryCache.php | 49 + .../motranslator/src/CacheException.php | 11 + .../phpmyadmin/motranslator/src/Loader.php | 318 + .../phpmyadmin/motranslator/src/MoParser.php | 109 + .../motranslator/src/ReaderException.php | 35 + .../motranslator/src/StringReader.php | 116 + .../motranslator/src/Translator.php | 388 + .../phpmyadmin/motranslator/src/functions.php | 200 + .../vendor/phpmyadmin/shapefile/CHANGELOG.md | 131 + .../vendor/phpmyadmin/shapefile/LICENSE | 339 + .../vendor/phpmyadmin/shapefile/README.md | 57 + .../vendor/phpmyadmin/shapefile/composer.json | 49 + .../phpmyadmin/shapefile/src/ShapeFile.php | 696 + .../phpmyadmin/shapefile/src/ShapeRecord.php | 900 + .../vendor/phpmyadmin/shapefile/src/Util.php | 126 + .../vendor/phpmyadmin/sql-parser/CHANGELOG.md | 519 + .../vendor/phpmyadmin/sql-parser/LICENSE.txt | 339 + .../vendor/phpmyadmin/sql-parser/README.md | 137 + .../phpmyadmin/sql-parser/composer.json | 96 + .../locale/af/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5428 bytes .../locale/ar/LC_MESSAGES/sqlparser.mo | Bin 0 -> 6075 bytes .../locale/ast/LC_MESSAGES/sqlparser.mo | Bin 0 -> 3264 bytes .../locale/az/LC_MESSAGES/sqlparser.mo | Bin 0 -> 3420 bytes .../locale/be/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5700 bytes .../locale/be@latin/LC_MESSAGES/sqlparser.mo | Bin 0 -> 4503 bytes .../locale/bg/LC_MESSAGES/sqlparser.mo | Bin 0 -> 2784 bytes .../locale/bn/LC_MESSAGES/sqlparser.mo | Bin 0 -> 1122 bytes .../locale/br/LC_MESSAGES/sqlparser.mo | Bin 0 -> 485 bytes .../locale/brx/LC_MESSAGES/sqlparser.mo | Bin 0 -> 488 bytes .../locale/bs/LC_MESSAGES/sqlparser.mo | Bin 0 -> 561 bytes .../locale/ca/LC_MESSAGES/sqlparser.mo | Bin 0 -> 4537 bytes .../locale/ckb/LC_MESSAGES/sqlparser.mo | Bin 0 -> 492 bytes .../locale/cs/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5590 bytes .../locale/cy/LC_MESSAGES/sqlparser.mo | Bin 0 -> 544 bytes .../locale/da/LC_MESSAGES/sqlparser.mo | Bin 0 -> 4348 bytes .../locale/de/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5639 bytes .../locale/el/LC_MESSAGES/sqlparser.mo | Bin 0 -> 6841 bytes .../locale/en_GB/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5076 bytes .../locale/eo/LC_MESSAGES/sqlparser.mo | Bin 0 -> 490 bytes .../locale/es/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5615 bytes .../locale/et/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5142 bytes .../locale/eu/LC_MESSAGES/sqlparser.mo | Bin 0 -> 486 bytes .../locale/fa/LC_MESSAGES/sqlparser.mo | Bin 0 -> 1527 bytes .../locale/fi/LC_MESSAGES/sqlparser.mo | Bin 0 -> 2313 bytes .../locale/fr/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5683 bytes .../locale/fy/LC_MESSAGES/sqlparser.mo | Bin 0 -> 500 bytes .../locale/gl/LC_MESSAGES/sqlparser.mo | Bin 0 -> 488 bytes .../locale/gu/LC_MESSAGES/sqlparser.mo | Bin 0 -> 2512 bytes .../locale/he/LC_MESSAGES/sqlparser.mo | Bin 0 -> 6586 bytes .../locale/hi/LC_MESSAGES/sqlparser.mo | Bin 0 -> 3399 bytes .../locale/hr/LC_MESSAGES/sqlparser.mo | Bin 0 -> 562 bytes .../locale/hu/LC_MESSAGES/sqlparser.mo | Bin 0 -> 3514 bytes .../locale/hy/LC_MESSAGES/sqlparser.mo | Bin 0 -> 1659 bytes .../locale/ia/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5381 bytes .../locale/id/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5409 bytes .../locale/it/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5647 bytes .../locale/ja/LC_MESSAGES/sqlparser.mo | Bin 0 -> 6078 bytes .../locale/ka/LC_MESSAGES/sqlparser.mo | Bin 0 -> 483 bytes .../locale/kk/LC_MESSAGES/sqlparser.mo | Bin 0 -> 4258 bytes .../locale/km/LC_MESSAGES/sqlparser.mo | Bin 0 -> 524 bytes .../locale/kmr/LC_MESSAGES/sqlparser.mo | Bin 0 -> 345 bytes .../locale/kn/LC_MESSAGES/sqlparser.mo | Bin 0 -> 499 bytes .../locale/ko/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5899 bytes .../locale/ksh/LC_MESSAGES/sqlparser.mo | Bin 0 -> 498 bytes .../locale/ky/LC_MESSAGES/sqlparser.mo | Bin 0 -> 486 bytes .../locale/li/LC_MESSAGES/sqlparser.mo | Bin 0 -> 505 bytes .../locale/lt/LC_MESSAGES/sqlparser.mo | Bin 0 -> 1159 bytes .../locale/lv/LC_MESSAGES/sqlparser.mo | Bin 0 -> 527 bytes .../locale/mk/LC_MESSAGES/sqlparser.mo | Bin 0 -> 1850 bytes .../locale/ml/LC_MESSAGES/sqlparser.mo | Bin 0 -> 6496 bytes .../locale/mn/LC_MESSAGES/sqlparser.mo | Bin 0 -> 729 bytes .../locale/ms/LC_MESSAGES/sqlparser.mo | Bin 0 -> 480 bytes .../locale/nb/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5021 bytes .../locale/ne/LC_MESSAGES/sqlparser.mo | Bin 0 -> 486 bytes .../locale/nl/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5554 bytes .../locale/pa/LC_MESSAGES/sqlparser.mo | Bin 0 -> 486 bytes .../locale/pl/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5193 bytes .../locale/pt/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5318 bytes .../locale/pt_BR/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5406 bytes .../locale/rcf/LC_MESSAGES/sqlparser.mo | Bin 0 -> 345 bytes .../locale/ro/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5577 bytes .../locale/ru/LC_MESSAGES/sqlparser.mo | Bin 0 -> 6950 bytes .../locale/si/LC_MESSAGES/sqlparser.mo | Bin 0 -> 1702 bytes .../locale/sk/LC_MESSAGES/sqlparser.mo | Bin 0 -> 4591 bytes .../locale/sl/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5213 bytes .../locale/sq/LC_MESSAGES/sqlparser.mo | Bin 0 -> 4385 bytes .../locale/sr/LC_MESSAGES/sqlparser.mo | Bin 0 -> 561 bytes .../locale/sr@latin/LC_MESSAGES/sqlparser.mo | Bin 0 -> 583 bytes .../locale/sv/LC_MESSAGES/sqlparser.mo | Bin 0 -> 3336 bytes .../locale/ta/LC_MESSAGES/sqlparser.mo | Bin 0 -> 725 bytes .../locale/te/LC_MESSAGES/sqlparser.mo | Bin 0 -> 1051 bytes .../locale/th/LC_MESSAGES/sqlparser.mo | Bin 0 -> 6957 bytes .../locale/tk/LC_MESSAGES/sqlparser.mo | Bin 0 -> 486 bytes .../locale/tr/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5501 bytes .../locale/tt/LC_MESSAGES/sqlparser.mo | Bin 0 -> 480 bytes .../locale/ug/LC_MESSAGES/sqlparser.mo | Bin 0 -> 1116 bytes .../locale/uk/LC_MESSAGES/sqlparser.mo | Bin 0 -> 6934 bytes .../locale/ur/LC_MESSAGES/sqlparser.mo | Bin 0 -> 486 bytes .../locale/uz/LC_MESSAGES/sqlparser.mo | Bin 0 -> 486 bytes .../locale/uz@latin/LC_MESSAGES/sqlparser.mo | Bin 0 -> 500 bytes .../locale/vi/LC_MESSAGES/sqlparser.mo | Bin 0 -> 4397 bytes .../locale/vls/LC_MESSAGES/sqlparser.mo | Bin 0 -> 507 bytes .../locale/zh_CN/LC_MESSAGES/sqlparser.mo | Bin 0 -> 5205 bytes .../locale/zh_TW/LC_MESSAGES/sqlparser.mo | Bin 0 -> 4292 bytes .../phpmyadmin/sql-parser/src/Component.php | 73 + .../src/Components/AlterOperation.php | 539 + .../sql-parser/src/Components/Array2d.php | 126 + .../sql-parser/src/Components/ArrayObj.php | 181 + .../src/Components/CaseExpression.php | 303 + .../sql-parser/src/Components/Condition.php | 239 + .../src/Components/CreateDefinition.php | 362 + .../sql-parser/src/Components/DataType.php | 175 + .../sql-parser/src/Components/Expression.php | 487 + .../src/Components/ExpressionArray.php | 140 + .../src/Components/FunctionCall.php | 114 + .../src/Components/GroupKeyword.php | 130 + .../sql-parser/src/Components/IndexHint.php | 207 + .../sql-parser/src/Components/IntoKeyword.php | 298 + .../sql-parser/src/Components/JoinKeyword.php | 221 + .../sql-parser/src/Components/Key.php | 307 + .../sql-parser/src/Components/Limit.php | 123 + .../src/Components/LockExpression.php | 206 + .../src/Components/OptionsArray.php | 381 + .../src/Components/OrderKeyword.php | 135 + .../src/Components/ParameterDefinition.php | 168 + .../src/Components/PartitionDefinition.php | 253 + .../sql-parser/src/Components/Reference.php | 158 + .../src/Components/RenameOperation.php | 167 + .../src/Components/SetOperation.php | 158 + .../src/Components/UnionKeyword.php | 33 + .../sql-parser/src/Components/WithKeyword.php | 64 + .../phpmyadmin/sql-parser/src/Context.php | 857 + .../src/Contexts/ContextMariaDb100000.php | 303 + .../src/Contexts/ContextMariaDb100100.php | 351 + .../src/Contexts/ContextMariaDb100200.php | 351 + .../src/Contexts/ContextMariaDb100300.php | 351 + .../src/Contexts/ContextMariaDb100400.php | 351 + .../src/Contexts/ContextMariaDb100500.php | 351 + .../src/Contexts/ContextMariaDb100600.php | 351 + .../src/Contexts/ContextMySql50000.php | 276 + .../src/Contexts/ContextMySql50100.php | 298 + .../src/Contexts/ContextMySql50500.php | 303 + .../src/Contexts/ContextMySql50600.php | 329 + .../src/Contexts/ContextMySql50700.php | 351 + .../src/Contexts/ContextMySql80000.php | 352 + .../vendor/phpmyadmin/sql-parser/src/Core.php | 53 + .../src/Exceptions/LexerException.php | 40 + .../src/Exceptions/LoaderException.php | 31 + .../src/Exceptions/ParserException.php | 32 + .../phpmyadmin/sql-parser/src/Lexer.php | 1117 + .../phpmyadmin/sql-parser/src/Parser.php | 630 + .../phpmyadmin/sql-parser/src/Statement.php | 558 + .../src/Statements/AlterStatement.php | 146 + .../src/Statements/AnalyzeStatement.php | 37 + .../src/Statements/BackupStatement.php | 31 + .../src/Statements/CallStatement.php | 40 + .../src/Statements/CheckStatement.php | 30 + .../src/Statements/ChecksumStatement.php | 26 + .../src/Statements/CreateStatement.php | 797 + .../src/Statements/DeleteStatement.php | 374 + .../src/Statements/DropStatement.php | 82 + .../src/Statements/ExplainStatement.php | 207 + .../src/Statements/InsertStatement.php | 254 + .../src/Statements/LoadStatement.php | 410 + .../src/Statements/LockStatement.php | 131 + .../src/Statements/MaintenanceStatement.php | 57 + .../Statements/NotImplementedStatement.php | 56 + .../src/Statements/OptimizeStatement.php | 37 + .../src/Statements/PurgeStatement.php | 145 + .../src/Statements/RenameStatement.php | 56 + .../src/Statements/RepairStatement.php | 32 + .../src/Statements/ReplaceStatement.php | 188 + .../src/Statements/RestoreStatement.php | 28 + .../src/Statements/SelectStatement.php | 353 + .../src/Statements/SetStatement.php | 116 + .../src/Statements/ShowStatement.php | 61 + .../src/Statements/TransactionStatement.php | 104 + .../src/Statements/TruncateStatement.php | 39 + .../src/Statements/UpdateStatement.php | 117 + .../src/Statements/WithStatement.php | 337 + .../phpmyadmin/sql-parser/src/Token.php | 326 + .../phpmyadmin/sql-parser/src/TokensList.php | 250 + .../phpmyadmin/sql-parser/src/Translator.php | 78 + .../phpmyadmin/sql-parser/src/UtfString.php | 354 + .../sql-parser/src/Utils/BufferedQuery.php | 410 + .../phpmyadmin/sql-parser/src/Utils/CLI.php | 316 + .../phpmyadmin/sql-parser/src/Utils/Error.php | 97 + .../sql-parser/src/Utils/Formatter.php | 786 + .../phpmyadmin/sql-parser/src/Utils/Misc.php | 98 + .../phpmyadmin/sql-parser/src/Utils/Query.php | 943 + .../sql-parser/src/Utils/Routine.php | 141 + .../phpmyadmin/sql-parser/src/Utils/Table.php | 138 + .../sql-parser/src/Utils/Tokens.php | 155 + .../twig-i18n-extension/CHANGELOG.md | 33 + .../phpmyadmin/twig-i18n-extension/LICENSE | 20 + .../twig-i18n-extension/composer.json | 47 + .../twig-i18n-extension/src/I18nExtension.php | 70 + .../src/Node/TransNode.php | 315 + .../src/TokenParser/TransTokenParser.php | 144 + .../pragmarx/google2fa-qrcode/CHANGELOG.md | 26 + .../pragmarx/google2fa-qrcode/LICENSE.md | 7 + .../pragmarx/google2fa-qrcode/README.md | 149 + .../pragmarx/google2fa-qrcode/composer.json | 41 + .../MissingQrCodeServiceException.php | 9 + .../google2fa-qrcode/src/Google2FA.php | 112 + .../google2fa-qrcode/src/QRCode/Bacon.php | 97 + .../src/QRCode/Chillerlan.php | 80 + .../src/QRCode/QRCodeServiceContract.php | 17 + .../vendor/pragmarx/google2fa/CHANGELOG.md | 111 + .../vendor/pragmarx/google2fa/LICENSE.md | 7 + .../vendor/pragmarx/google2fa/README.md | 415 + .../vendor/pragmarx/google2fa/composer.json | 43 + .../src/Exceptions/Contracts/Google2FA.php | 9 + .../IncompatibleWithGoogleAuthenticator.php | 9 + .../Exceptions/Contracts/InvalidAlgorithm.php | 9 + .../Contracts/InvalidCharacters.php | 9 + .../Contracts/SecretKeyTooShort.php | 9 + .../src/Exceptions/Google2FAException.php | 10 + ...atibleWithGoogleAuthenticatorException.php | 11 + .../Exceptions/InvalidAlgorithmException.php | 11 + .../Exceptions/InvalidCharactersException.php | 11 + .../Exceptions/SecretKeyTooShortException.php | 11 + .../pragmarx/google2fa/src/Google2FA.php | 495 + .../pragmarx/google2fa/src/Support/Base32.php | 208 + .../google2fa/src/Support/Constants.php | 31 + .../pragmarx/google2fa/src/Support/QRCode.php | 34 + .../phpMyAdmin/vendor/psr/cache/CHANGELOG.md | 16 + admin/phpMyAdmin/vendor/psr/cache/LICENSE.txt | 19 + admin/phpMyAdmin/vendor/psr/cache/README.md | 9 + .../phpMyAdmin/vendor/psr/cache/composer.json | 25 + .../vendor/psr/cache/src/CacheException.php | 10 + .../psr/cache/src/CacheItemInterface.php | 105 + .../psr/cache/src/CacheItemPoolInterface.php | 138 + .../cache/src/InvalidArgumentException.php | 13 + admin/phpMyAdmin/vendor/psr/container/LICENSE | 21 + .../phpMyAdmin/vendor/psr/container/README.md | 13 + .../vendor/psr/container/composer.json | 22 + .../src/ContainerExceptionInterface.php | 10 + .../psr/container/src/ContainerInterface.php | 36 + .../src/NotFoundExceptionInterface.php | 10 + .../vendor/psr/http-client/CHANGELOG.md | 23 + .../phpMyAdmin/vendor/psr/http-client/LICENSE | 19 + .../vendor/psr/http-client/README.md | 12 + .../vendor/psr/http-client/composer.json | 27 + .../src/ClientExceptionInterface.php | 10 + .../psr/http-client/src/ClientInterface.php | 20 + .../src/NetworkExceptionInterface.php | 24 + .../src/RequestExceptionInterface.php | 24 + .../vendor/psr/http-factory/LICENSE | 21 + .../vendor/psr/http-factory/README.md | 10 + .../vendor/psr/http-factory/composer.json | 35 + .../src/RequestFactoryInterface.php | 18 + .../src/ResponseFactoryInterface.php | 18 + .../src/ServerRequestFactoryInterface.php | 24 + .../src/StreamFactoryInterface.php | 45 + .../src/UploadedFileFactoryInterface.php | 34 + .../http-factory/src/UriFactoryInterface.php | 17 + .../vendor/psr/http-message/CHANGELOG.md | 36 + .../vendor/psr/http-message/LICENSE | 19 + .../vendor/psr/http-message/README.md | 13 + .../vendor/psr/http-message/composer.json | 26 + .../psr/http-message/src/MessageInterface.php | 187 + .../psr/http-message/src/RequestInterface.php | 129 + .../http-message/src/ResponseInterface.php | 68 + .../src/ServerRequestInterface.php | 261 + .../psr/http-message/src/StreamInterface.php | 158 + .../src/UploadedFileInterface.php | 123 + .../psr/http-message/src/UriInterface.php | 323 + admin/phpMyAdmin/vendor/psr/log/LICENSE | 19 + .../vendor/psr/log/Psr/Log/AbstractLogger.php | 128 + .../log/Psr/Log/InvalidArgumentException.php | 7 + .../vendor/psr/log/Psr/Log/LogLevel.php | 18 + .../psr/log/Psr/Log/LoggerAwareInterface.php | 18 + .../psr/log/Psr/Log/LoggerAwareTrait.php | 26 + .../psr/log/Psr/Log/LoggerInterface.php | 125 + .../vendor/psr/log/Psr/Log/LoggerTrait.php | 142 + .../vendor/psr/log/Psr/Log/NullLogger.php | 30 + admin/phpMyAdmin/vendor/psr/log/README.md | 58 + admin/phpMyAdmin/vendor/psr/log/composer.json | 26 + .../vendor/ralouphie/getallheaders/LICENSE | 21 + .../vendor/ralouphie/getallheaders/README.md | 27 + .../ralouphie/getallheaders/composer.json | 26 + .../getallheaders/src/getallheaders.php | 46 + .../vendor/ramsey/collection/LICENSE | 19 + .../vendor/ramsey/collection/README.md | 84 + .../vendor/ramsey/collection/composer.json | 105 + .../ramsey/collection/src/AbstractArray.php | 179 + .../collection/src/AbstractCollection.php | 316 + .../ramsey/collection/src/AbstractSet.php | 50 + .../ramsey/collection/src/ArrayInterface.php | 49 + .../ramsey/collection/src/Collection.php | 106 + .../collection/src/CollectionInterface.php | 205 + .../collection/src/DoubleEndedQueue.php | 187 + .../src/DoubleEndedQueueInterface.php | 316 + .../Exception/CollectionMismatchException.php | 22 + .../Exception/InvalidArgumentException.php | 22 + .../Exception/InvalidSortOrderException.php | 22 + .../src/Exception/NoSuchElementException.php | 22 + .../src/Exception/OutOfBoundsException.php | 22 + .../UnsupportedOperationException.php | 22 + .../Exception/ValueExtractionException.php | 22 + .../ramsey/collection/src/GenericArray.php | 24 + .../ramsey/collection/src/Map/AbstractMap.php | 162 + .../collection/src/Map/AbstractTypedMap.php | 69 + .../src/Map/AssociativeArrayMap.php | 25 + .../collection/src/Map/MapInterface.php | 149 + .../collection/src/Map/NamedParameterMap.php | 120 + .../ramsey/collection/src/Map/TypedMap.php | 137 + .../collection/src/Map/TypedMapInterface.php | 35 + .../vendor/ramsey/collection/src/Queue.php | 169 + .../ramsey/collection/src/QueueInterface.php | 203 + .../vendor/ramsey/collection/src/Set.php | 69 + .../ramsey/collection/src/Tool/TypeTrait.php | 73 + .../src/Tool/ValueExtractorTrait.php | 58 + .../src/Tool/ValueToStringTrait.php | 94 + admin/phpMyAdmin/vendor/ramsey/uuid/LICENSE | 19 + admin/phpMyAdmin/vendor/ramsey/uuid/README.md | 83 + .../vendor/ramsey/uuid/composer.json | 107 + .../vendor/ramsey/uuid/src/BinaryUtils.php | 63 + .../uuid/src/Builder/BuilderCollection.php | 80 + .../uuid/src/Builder/DefaultUuidBuilder.php | 26 + .../uuid/src/Builder/DegradedUuidBuilder.php | 76 + .../uuid/src/Builder/FallbackBuilder.php | 74 + .../uuid/src/Builder/UuidBuilderInterface.php | 39 + .../ramsey/uuid/src/Codec/CodecInterface.php | 71 + .../ramsey/uuid/src/Codec/GuidStringCodec.php | 55 + .../uuid/src/Codec/OrderedTimeCodec.php | 113 + .../ramsey/uuid/src/Codec/StringCodec.php | 138 + .../src/Codec/TimestampFirstCombCodec.php | 113 + .../uuid/src/Codec/TimestampLastCombCodec.php | 51 + .../Converter/Number/BigNumberConverter.php | 57 + .../Number/DegradedNumberConverter.php | 25 + .../Number/GenericNumberConverter.php | 63 + .../Converter/NumberConverterInterface.php | 57 + .../Converter/Time/BigNumberTimeConverter.php | 51 + .../Converter/Time/DegradedTimeConverter.php | 25 + .../Converter/Time/GenericTimeConverter.php | 124 + .../src/Converter/Time/PhpTimeConverter.php | 183 + .../src/Converter/TimeConverterInterface.php | 58 + .../vendor/ramsey/uuid/src/DegradedUuid.php | 25 + .../uuid/src/DeprecatedUuidInterface.php | 147 + .../uuid/src/DeprecatedUuidMethodsTrait.php | 370 + .../Exception/BuilderNotFoundException.php | 24 + .../uuid/src/Exception/DateTimeException.php | 24 + .../src/Exception/DceSecurityException.php | 25 + .../Exception/InvalidArgumentException.php | 24 + .../src/Exception/InvalidBytesException.php | 24 + .../Exception/InvalidUuidStringException.php | 25 + .../uuid/src/Exception/NameException.php | 25 + .../uuid/src/Exception/NodeException.php | 24 + .../src/Exception/RandomSourceException.php | 27 + .../src/Exception/TimeSourceException.php | 24 + .../Exception/UnableToBuildUuidException.php | 24 + .../UnsupportedOperationException.php | 24 + .../src/Exception/UuidExceptionInterface.php | 21 + .../vendor/ramsey/uuid/src/FeatureSet.php | 449 + .../uuid/src/Fields/FieldsInterface.php | 32 + .../src/Fields/SerializableFieldsTrait.php | 86 + .../uuid/src/Generator/CombGenerator.php | 127 + .../src/Generator/DceSecurityGenerator.php | 160 + .../DceSecurityGeneratorInterface.php | 53 + .../src/Generator/DefaultNameGenerator.php | 48 + .../src/Generator/DefaultTimeGenerator.php | 147 + .../src/Generator/NameGeneratorFactory.php | 30 + .../src/Generator/NameGeneratorInterface.php | 38 + .../src/Generator/PeclUuidNameGenerator.php | 54 + .../src/Generator/PeclUuidRandomGenerator.php | 35 + .../src/Generator/PeclUuidTimeGenerator.php | 39 + .../src/Generator/RandomBytesGenerator.php | 45 + .../src/Generator/RandomGeneratorFactory.php | 30 + .../Generator/RandomGeneratorInterface.php | 30 + .../uuid/src/Generator/RandomLibAdapter.php | 55 + .../src/Generator/TimeGeneratorFactory.php | 63 + .../src/Generator/TimeGeneratorInterface.php | 38 + .../vendor/ramsey/uuid/src/Guid/Fields.php | 194 + .../vendor/ramsey/uuid/src/Guid/Guid.php | 61 + .../ramsey/uuid/src/Guid/GuidBuilder.php | 89 + .../uuid/src/Lazy/LazyUuidFromString.php | 575 + .../uuid/src/Math/BrickMathCalculator.php | 144 + .../uuid/src/Math/CalculatorInterface.php | 106 + .../ramsey/uuid/src/Math/RoundingMode.php | 146 + .../ramsey/uuid/src/Nonstandard/Fields.php | 133 + .../ramsey/uuid/src/Nonstandard/Uuid.php | 37 + .../uuid/src/Nonstandard/UuidBuilder.php | 88 + .../ramsey/uuid/src/Nonstandard/UuidV6.php | 133 + .../Dce/SystemDceSecurityProvider.php | 234 + .../Provider/DceSecurityProviderInterface.php | 41 + .../Provider/Node/FallbackNodeProvider.php | 60 + .../Provider/Node/NodeProviderCollection.php | 61 + .../src/Provider/Node/RandomNodeProvider.php | 69 + .../src/Provider/Node/StaticNodeProvider.php | 76 + .../src/Provider/Node/SystemNodeProvider.php | 173 + .../src/Provider/NodeProviderInterface.php | 30 + .../src/Provider/Time/FixedTimeProvider.php | 63 + .../src/Provider/Time/SystemTimeProvider.php | 33 + .../src/Provider/TimeProviderInterface.php | 28 + .../vendor/ramsey/uuid/src/Rfc4122/Fields.php | 194 + .../uuid/src/Rfc4122/FieldsInterface.php | 126 + .../ramsey/uuid/src/Rfc4122/NilTrait.php | 41 + .../ramsey/uuid/src/Rfc4122/NilUuid.php | 27 + .../ramsey/uuid/src/Rfc4122/UuidBuilder.php | 111 + .../ramsey/uuid/src/Rfc4122/UuidInterface.php | 36 + .../vendor/ramsey/uuid/src/Rfc4122/UuidV1.php | 92 + .../vendor/ramsey/uuid/src/Rfc4122/UuidV2.php | 143 + .../vendor/ramsey/uuid/src/Rfc4122/UuidV3.php | 58 + .../vendor/ramsey/uuid/src/Rfc4122/UuidV4.php | 58 + .../vendor/ramsey/uuid/src/Rfc4122/UuidV5.php | 58 + .../ramsey/uuid/src/Rfc4122/Validator.php | 49 + .../ramsey/uuid/src/Rfc4122/VariantTrait.php | 90 + .../ramsey/uuid/src/Rfc4122/VersionTrait.php | 57 + .../vendor/ramsey/uuid/src/Type/Decimal.php | 137 + .../ramsey/uuid/src/Type/Hexadecimal.php | 116 + .../vendor/ramsey/uuid/src/Type/Integer.php | 153 + .../ramsey/uuid/src/Type/NumberInterface.php | 28 + .../vendor/ramsey/uuid/src/Type/Time.php | 139 + .../ramsey/uuid/src/Type/TypeInterface.php | 30 + .../vendor/ramsey/uuid/src/Uuid.php | 664 + .../vendor/ramsey/uuid/src/UuidFactory.php | 493 + .../ramsey/uuid/src/UuidFactoryInterface.php | 182 + .../vendor/ramsey/uuid/src/UuidInterface.php | 99 + .../uuid/src/Validator/GenericValidator.php | 50 + .../uuid/src/Validator/ValidatorInterface.php | 41 + .../vendor/ramsey/uuid/src/functions.php | 123 + admin/phpMyAdmin/vendor/slim/psr7/LICENSE.md | 22 + .../phpMyAdmin/vendor/slim/psr7/composer.json | 75 + .../vendor/slim/psr7/src/Cookies.php | 221 + .../vendor/slim/psr7/src/Environment.php | 55 + .../slim/psr7/src/Factory/RequestFactory.php | 73 + .../slim/psr7/src/Factory/ResponseFactory.php | 35 + .../psr7/src/Factory/ServerRequestFactory.php | 124 + .../slim/psr7/src/Factory/StreamFactory.php | 95 + .../psr7/src/Factory/UploadedFileFactory.php | 47 + .../slim/psr7/src/Factory/UriFactory.php | 116 + .../vendor/slim/psr7/src/Header.php | 105 + .../vendor/slim/psr7/src/Headers.php | 321 + .../psr7/src/Interfaces/HeadersInterface.php | 90 + .../vendor/slim/psr7/src/Message.php | 191 + .../vendor/slim/psr7/src/NonBufferedBody.php | 153 + .../vendor/slim/psr7/src/Request.php | 383 + .../vendor/slim/psr7/src/Response.php | 224 + .../vendor/slim/psr7/src/Stream.php | 420 + .../vendor/slim/psr7/src/UploadedFile.php | 293 + admin/phpMyAdmin/vendor/slim/psr7/src/Uri.php | 495 + .../vendor/spomky-labs/base64url/LICENSE | 22 + .../spomky-labs/base64url/composer.json | 35 + .../spomky-labs/base64url/src/Base64Url.php | 56 + .../vendor/spomky-labs/cbor-php/LICENSE | 21 + .../vendor/spomky-labs/cbor-php/composer.json | 45 + .../cbor-php/src/AbstractCBORObject.php | 49 + .../cbor-php/src/ByteStringObject.php | 64 + .../src/ByteStringWithChunkObject.php | 87 + .../spomky-labs/cbor-php/src/CBORObject.php | 28 + .../spomky-labs/cbor-php/src/Decoder.php | 160 + .../cbor-php/src/InfiniteListObject.php | 74 + .../cbor-php/src/InfiniteMapObject.php | 78 + .../cbor-php/src/LengthCalculator.php | 69 + .../spomky-labs/cbor-php/src/ListObject.php | 99 + .../spomky-labs/cbor-php/src/MapItem.php | 43 + .../spomky-labs/cbor-php/src/MapObject.php | 93 + .../spomky-labs/cbor-php/src/OtherObject.php | 47 + .../cbor-php/src/OtherObject/BreakObject.php | 39 + .../DoublePrecisionFloatObject.php | 87 + .../cbor-php/src/OtherObject/FalseObject.php | 39 + .../src/OtherObject/GenericObject.php | 34 + .../OtherObject/HalfPrecisionFloatObject.php | 87 + .../cbor-php/src/OtherObject/NullObject.php | 38 + .../src/OtherObject/OtherObjectManager.php | 49 + .../cbor-php/src/OtherObject/SimpleObject.php | 56 + .../SinglePrecisionFloatObject.php | 87 + .../cbor-php/src/OtherObject/TrueObject.php | 39 + .../src/OtherObject/UndefinedObject.php | 39 + .../cbor-php/src/SignedIntegerObject.php | 157 + .../spomky-labs/cbor-php/src/Stream.php | 19 + .../spomky-labs/cbor-php/src/StringStream.php | 58 + .../cbor-php/src/Tag/Base16EncodingTag.php | 57 + .../cbor-php/src/Tag/Base64EncodingTag.php | 62 + .../cbor-php/src/Tag/Base64UrlEncodingTag.php | 58 + .../cbor-php/src/Tag/BigFloatTag.php | 102 + .../cbor-php/src/Tag/DecimalFractionTag.php | 97 + .../spomky-labs/cbor-php/src/Tag/EpochTag.php | 45 + .../cbor-php/src/Tag/GenericTag.php | 35 + .../src/Tag/NegativeBigIntegerTag.php | 57 + .../src/Tag/PositiveBigIntegerTag.php | 55 + .../cbor-php/src/Tag/TagObjectManager.php | 55 + .../cbor-php/src/Tag/TimestampTag.php | 63 + .../spomky-labs/cbor-php/src/TagObject.php | 56 + .../cbor-php/src/TextStringObject.php | 64 + .../src/TextStringWithChunkObject.php | 87 + .../cbor-php/src/UnsignedIntegerObject.php | 167 + .../vendor/spomky-labs/cbor-php/src/Utils.php | 52 + .../symfony/cache-contracts/CHANGELOG.md | 5 + .../cache-contracts/CacheInterface.php | 57 + .../symfony/cache-contracts/CacheTrait.php | 80 + .../cache-contracts/CallbackInterface.php | 30 + .../symfony/cache-contracts/ItemInterface.php | 65 + .../vendor/symfony/cache-contracts/LICENSE | 19 + .../vendor/symfony/cache-contracts/README.md | 9 + .../TagAwareCacheInterface.php | 38 + .../symfony/cache-contracts/composer.json | 38 + .../symfony/cache/Adapter/AbstractAdapter.php | 208 + .../cache/Adapter/AbstractTagAwareAdapter.php | 330 + .../cache/Adapter/AdapterInterface.php | 47 + .../symfony/cache/Adapter/ApcuAdapter.php | 138 + .../symfony/cache/Adapter/ArrayAdapter.php | 407 + .../symfony/cache/Adapter/ChainAdapter.php | 342 + .../cache/Adapter/CouchbaseBucketAdapter.php | 252 + .../Adapter/CouchbaseCollectionAdapter.php | 222 + .../symfony/cache/Adapter/DoctrineAdapter.php | 110 + .../cache/Adapter/DoctrineDbalAdapter.php | 397 + .../cache/Adapter/FilesystemAdapter.php | 29 + .../Adapter/FilesystemTagAwareAdapter.php | 239 + .../cache/Adapter/MemcachedAdapter.php | 353 + .../symfony/cache/Adapter/NullAdapter.php | 152 + .../cache/Adapter/ParameterNormalizer.php | 35 + .../symfony/cache/Adapter/PdoAdapter.php | 583 + .../symfony/cache/Adapter/PhpArrayAdapter.php | 435 + .../symfony/cache/Adapter/PhpFilesAdapter.php | 330 + .../symfony/cache/Adapter/ProxyAdapter.php | 268 + .../symfony/cache/Adapter/Psr16Adapter.php | 86 + .../symfony/cache/Adapter/RedisAdapter.php | 32 + .../cache/Adapter/RedisTagAwareAdapter.php | 325 + .../symfony/cache/Adapter/TagAwareAdapter.php | 428 + .../Adapter/TagAwareAdapterInterface.php | 33 + .../cache/Adapter/TraceableAdapter.php | 295 + .../Adapter/TraceableTagAwareAdapter.php | 38 + .../vendor/symfony/cache/CHANGELOG.md | 108 + .../vendor/symfony/cache/CacheItem.php | 192 + .../DataCollector/CacheDataCollector.php | 183 + .../CacheCollectorPass.php | 94 + .../CachePoolClearerPass.php | 52 + .../DependencyInjection/CachePoolPass.php | 274 + .../CachePoolPrunerPass.php | 64 + .../vendor/symfony/cache/DoctrineProvider.php | 124 + .../cache/Exception/CacheException.php | 25 + .../Exception/InvalidArgumentException.php | 25 + .../cache/Exception/LogicException.php | 25 + admin/phpMyAdmin/vendor/symfony/cache/LICENSE | 19 + .../vendor/symfony/cache/LockRegistry.php | 165 + .../cache/Marshaller/DefaultMarshaller.php | 104 + .../cache/Marshaller/DeflateMarshaller.php | 53 + .../cache/Marshaller/MarshallerInterface.php | 40 + .../cache/Marshaller/SodiumMarshaller.php | 80 + .../cache/Marshaller/TagAwareMarshaller.php | 89 + .../Messenger/EarlyExpirationDispatcher.php | 61 + .../Messenger/EarlyExpirationHandler.php | 80 + .../Messenger/EarlyExpirationMessage.php | 97 + .../symfony/cache/PruneableInterface.php | 23 + .../vendor/symfony/cache/Psr16Cache.php | 289 + .../phpMyAdmin/vendor/symfony/cache/README.md | 19 + .../symfony/cache/ResettableInterface.php | 21 + .../cache/Traits/AbstractAdapterTrait.php | 424 + .../symfony/cache/Traits/ContractsTrait.php | 109 + .../cache/Traits/FilesystemCommonTrait.php | 196 + .../symfony/cache/Traits/FilesystemTrait.php | 124 + .../symfony/cache/Traits/ProxyTrait.php | 43 + .../cache/Traits/RedisClusterNodeProxy.php | 53 + .../cache/Traits/RedisClusterProxy.php | 63 + .../symfony/cache/Traits/RedisProxy.php | 65 + .../symfony/cache/Traits/RedisTrait.php | 616 + .../vendor/symfony/cache/composer.json | 60 + .../symfony/config/Builder/ClassBuilder.php | 174 + .../config/Builder/ConfigBuilderGenerator.php | 561 + .../ConfigBuilderGeneratorInterface.php | 27 + .../config/Builder/ConfigBuilderInterface.php | 30 + .../vendor/symfony/config/Builder/Method.php | 34 + .../symfony/config/Builder/Property.php | 86 + .../vendor/symfony/config/CHANGELOG.md | 129 + .../vendor/symfony/config/ConfigCache.php | 62 + .../symfony/config/ConfigCacheFactory.php | 47 + .../config/ConfigCacheFactoryInterface.php | 32 + .../symfony/config/ConfigCacheInterface.php | 49 + .../symfony/config/Definition/ArrayNode.php | 404 + .../symfony/config/Definition/BaseNode.php | 589 + .../symfony/config/Definition/BooleanNode.php | 55 + .../Builder/ArrayNodeDefinition.php | 549 + .../Builder/BooleanNodeDefinition.php | 53 + .../Builder/BuilderAwareInterface.php | 25 + .../Definition/Builder/EnumNodeDefinition.php | 56 + .../config/Definition/Builder/ExprBuilder.php | 246 + .../Builder/FloatNodeDefinition.php | 32 + .../Builder/IntegerNodeDefinition.php | 32 + .../Definition/Builder/MergeBuilder.php | 63 + .../config/Definition/Builder/NodeBuilder.php | 219 + .../Definition/Builder/NodeDefinition.php | 383 + .../Builder/NodeParentInterface.php | 21 + .../Builder/NormalizationBuilder.php | 60 + .../Builder/NumericNodeDefinition.php | 73 + .../Builder/ParentNodeDefinitionInterface.php | 51 + .../Builder/ScalarNodeDefinition.php | 32 + .../config/Definition/Builder/TreeBuilder.php | 63 + .../Definition/Builder/ValidationBuilder.php | 44 + .../Builder/VariableNodeDefinition.php | 68 + .../Definition/ConfigurationInterface.php | 29 + .../Definition/Dumper/XmlReferenceDumper.php | 306 + .../Definition/Dumper/YamlReferenceDumper.php | 251 + .../symfony/config/Definition/EnumNode.php | 65 + .../Exception/DuplicateKeyException.php | 22 + .../config/Definition/Exception/Exception.php | 21 + .../Exception/ForbiddenOverwriteException.php | 22 + .../InvalidConfigurationException.php | 47 + .../Exception/InvalidDefinitionException.php | 21 + .../Exception/InvalidTypeException.php | 21 + .../Exception/UnsetKeyException.php | 22 + .../symfony/config/Definition/FloatNode.php | 51 + .../symfony/config/Definition/IntegerNode.php | 46 + .../config/Definition/NodeInterface.php | 100 + .../symfony/config/Definition/NumericNode.php | 68 + .../symfony/config/Definition/Processor.php | 91 + .../Definition/PrototypeNodeInterface.php | 25 + .../config/Definition/PrototypedArrayNode.php | 350 + .../symfony/config/Definition/ScalarNode.php | 67 + .../config/Definition/VariableNode.php | 142 + ...LoaderImportCircularReferenceException.php | 33 + .../FileLocatorFileNotFoundException.php | 34 + .../config/Exception/LoaderLoadException.php | 115 + .../vendor/symfony/config/FileLocator.php | 94 + .../symfony/config/FileLocatorInterface.php | 34 + .../phpMyAdmin/vendor/symfony/config/LICENSE | 19 + .../config/Loader/DelegatingLoader.php | 50 + .../symfony/config/Loader/FileLoader.php | 180 + .../symfony/config/Loader/GlobFileLoader.php | 36 + .../vendor/symfony/config/Loader/Loader.php | 84 + .../symfony/config/Loader/LoaderInterface.php | 52 + .../symfony/config/Loader/LoaderResolver.php | 68 + .../config/Loader/LoaderResolverInterface.php | 30 + .../config/Loader/ParamConfigurator.php | 32 + .../vendor/symfony/config/README.md | 15 + .../Resource/ClassExistenceResource.php | 232 + .../config/Resource/ComposerResource.php | 67 + .../config/Resource/DirectoryResource.php | 97 + .../config/Resource/FileExistenceResource.php | 56 + .../symfony/config/Resource/FileResource.php | 64 + .../symfony/config/Resource/GlobResource.php | 246 + .../Resource/ReflectionClassResource.php | 267 + .../config/Resource/ResourceInterface.php | 31 + .../Resource/SelfCheckingResourceChecker.php | 46 + .../SelfCheckingResourceInterface.php | 30 + .../config/ResourceCheckerConfigCache.php | 187 + .../ResourceCheckerConfigCacheFactory.php | 44 + .../config/ResourceCheckerInterface.php | 45 + .../Util/Exception/InvalidXmlException.php | 22 + .../Util/Exception/XmlParsingException.php | 21 + .../vendor/symfony/config/Util/XmlUtils.php | 289 + .../vendor/symfony/config/composer.json | 46 + .../symfony/dependency-injection/Alias.php | 161 + .../Argument/AbstractArgument.php | 41 + .../Argument/ArgumentInterface.php | 27 + .../Argument/BoundArgument.php | 62 + .../Argument/IteratorArgument.php | 22 + .../Argument/ReferenceSetArgumentTrait.php | 54 + .../Argument/RewindableGenerator.php | 46 + .../Argument/ServiceClosureArgument.php | 50 + .../Argument/ServiceLocator.php | 52 + .../Argument/ServiceLocatorArgument.php | 44 + .../Argument/TaggedIteratorArgument.php | 73 + .../Attribute/AsTaggedItem.php | 27 + .../Attribute/Autoconfigure.php | 34 + .../Attribute/AutoconfigureTag.php | 30 + .../Attribute/TaggedIterator.php | 24 + .../Attribute/TaggedLocator.php | 24 + .../dependency-injection/Attribute/Target.php | 54 + .../dependency-injection/Attribute/When.php | 26 + .../symfony/dependency-injection/CHANGELOG.md | 302 + .../dependency-injection/ChildDefinition.php | 104 + .../Compiler/AbstractRecursivePass.php | 242 + .../AliasDeprecatedPublicServicesPass.php | 76 + .../Compiler/AnalyzeServiceReferencesPass.php | 191 + .../AttributeAutoconfigurationPass.php | 168 + .../Compiler/AutoAliasServicePass.php | 60 + .../Compiler/AutowirePass.php | 629 + .../Compiler/AutowireRequiredMethodsPass.php | 109 + .../AutowireRequiredPropertiesPass.php | 64 + .../Compiler/CheckArgumentsValidityPass.php | 119 + .../Compiler/CheckCircularReferencesPass.php | 78 + .../Compiler/CheckDefinitionValidityPass.php | 90 + ...xceptionOnInvalidReferenceBehaviorPass.php | 105 + .../Compiler/CheckReferenceValidityPass.php | 43 + .../Compiler/CheckTypeDeclarationsPass.php | 329 + .../Compiler/Compiler.php | 107 + .../Compiler/CompilerPassInterface.php | 27 + .../Compiler/DecoratorServicePass.php | 133 + .../Compiler/DefinitionErrorExceptionPass.php | 56 + .../Compiler/ExtensionCompilerPass.php | 37 + .../Compiler/InlineServiceDefinitionsPass.php | 223 + .../MergeExtensionConfigurationPass.php | 216 + .../Compiler/PassConfig.php | 269 + .../Compiler/PriorityTaggedServiceTrait.php | 171 + .../RegisterAutoconfigureAttributesPass.php | 92 + .../Compiler/RegisterEnvVarProcessorsPass.php | 75 + .../Compiler/RegisterReverseContainerPass.php | 70 + .../RegisterServiceSubscribersPass.php | 131 + .../RemoveAbstractDefinitionsPass.php | 33 + .../Compiler/RemovePrivateAliasesPass.php | 39 + .../Compiler/RemoveUnusedDefinitionsPass.php | 90 + .../ReplaceAliasByActualDefinitionPass.php | 120 + .../Compiler/ResolveBindingsPass.php | 260 + .../Compiler/ResolveChildDefinitionsPass.php | 204 + .../Compiler/ResolveClassPass.php | 40 + .../Compiler/ResolveDecoratorStackPass.php | 131 + .../Compiler/ResolveEnvPlaceholdersPass.php | 44 + .../Compiler/ResolveFactoryClassPass.php | 38 + .../Compiler/ResolveHotPathPass.php | 90 + .../ResolveInstanceofConditionalsPass.php | 177 + .../Compiler/ResolveInvalidReferencesPass.php | 136 + .../Compiler/ResolveNamedArgumentsPass.php | 138 + .../Compiler/ResolveNoPreloadPass.php | 104 + .../ResolveParameterPlaceHoldersPass.php | 103 + .../Compiler/ResolvePrivatesPass.php | 44 + .../ResolveReferencesToAliasesPass.php | 84 + .../ResolveServiceSubscribersPass.php | 52 + .../ResolveTaggedIteratorArgumentPass.php | 38 + .../Compiler/ServiceLocatorTagPass.php | 142 + .../Compiler/ServiceReferenceGraph.php | 99 + .../Compiler/ServiceReferenceGraphEdge.php | 99 + .../Compiler/ServiceReferenceGraphNode.php | 118 + .../Compiler/ValidateEnvPlaceholdersPass.php | 103 + .../Config/ContainerParametersResource.php | 44 + .../ContainerParametersResourceChecker.php | 52 + .../dependency-injection/Container.php | 434 + .../ContainerAwareInterface.php | 25 + .../ContainerAwareTrait.php | 30 + .../dependency-injection/ContainerBuilder.php | 1710 ++ .../ContainerInterface.php | 84 + .../dependency-injection/Definition.php | 922 + .../dependency-injection/Dumper/Dumper.php | 29 + .../Dumper/DumperInterface.php | 27 + .../Dumper/GraphvizDumper.php | 251 + .../dependency-injection/Dumper/PhpDumper.php | 2263 ++ .../dependency-injection/Dumper/Preloader.php | 131 + .../dependency-injection/Dumper/XmlDumper.php | 395 + .../Dumper/YamlDumper.php | 375 + .../EnvVarLoaderInterface.php | 25 + .../dependency-injection/EnvVarProcessor.php | 304 + .../EnvVarProcessorInterface.php | 40 + .../Exception/AutowiringFailedException.php | 74 + .../Exception/BadMethodCallException.php | 19 + .../Exception/EnvNotFoundException.php | 21 + .../Exception/EnvParameterException.php | 25 + .../Exception/ExceptionInterface.php | 24 + .../Exception/InvalidArgumentException.php | 21 + .../InvalidParameterTypeException.php | 35 + .../Exception/LogicException.php | 19 + .../Exception/OutOfBoundsException.php | 19 + .../ParameterCircularReferenceException.php | 34 + .../Exception/ParameterNotFoundException.php | 100 + .../Exception/RuntimeException.php | 21 + .../ServiceCircularReferenceException.php | 41 + .../Exception/ServiceNotFoundException.php | 67 + .../ExpressionLanguage.php | 40 + .../ExpressionLanguageProvider.php | 50 + .../ConfigurationExtensionInterface.php | 30 + .../Extension/Extension.php | 139 + .../Extension/ExtensionInterface.php | 52 + .../Extension/PrependExtensionInterface.php | 22 + .../symfony/dependency-injection/LICENSE | 19 + .../Instantiator/InstantiatorInterface.php | 34 + .../Instantiator/RealServiceInstantiator.php | 33 + .../LazyProxy/PhpDumper/DumperInterface.php | 43 + .../LazyProxy/PhpDumper/NullDumper.php | 48 + .../LazyProxy/ProxyHelper.php | 93 + .../Loader/ClosureLoader.php | 49 + .../Configurator/AbstractConfigurator.php | 119 + .../AbstractServiceConfigurator.php | 115 + .../Loader/Configurator/AliasConfigurator.php | 31 + .../ClosureReferenceConfigurator.php | 16 + .../Configurator/ContainerConfigurator.php | 212 + .../Configurator/DefaultsConfigurator.php | 69 + .../Loader/Configurator/EnvConfigurator.php | 224 + .../InlineServiceConfigurator.php | 43 + .../Configurator/InstanceofConfigurator.php | 49 + .../Configurator/ParametersConfigurator.php | 57 + .../Configurator/PrototypeConfigurator.php | 87 + .../Configurator/ReferenceConfigurator.php | 69 + .../Configurator/ServiceConfigurator.php | 72 + .../Configurator/ServicesConfigurator.php | 192 + .../Configurator/Traits/AbstractTrait.php | 28 + .../Configurator/Traits/ArgumentTrait.php | 42 + .../Traits/AutoconfigureTrait.php | 31 + .../Configurator/Traits/AutowireTrait.php | 27 + .../Loader/Configurator/Traits/BindTrait.php | 42 + .../Loader/Configurator/Traits/CallTrait.php | 35 + .../Loader/Configurator/Traits/ClassTrait.php | 27 + .../Configurator/Traits/ConfiguratorTrait.php | 29 + .../Configurator/Traits/DecorateTrait.php | 34 + .../Configurator/Traits/DeprecateTrait.php | 48 + .../Configurator/Traits/FactoryTrait.php | 38 + .../Loader/Configurator/Traits/FileTrait.php | 27 + .../Loader/Configurator/Traits/LazyTrait.php | 32 + .../Configurator/Traits/ParentTrait.php | 46 + .../Configurator/Traits/PropertyTrait.php | 27 + .../Configurator/Traits/PublicTrait.php | 35 + .../Loader/Configurator/Traits/ShareTrait.php | 27 + .../Configurator/Traits/SyntheticTrait.php | 28 + .../Loader/Configurator/Traits/TagTrait.php | 39 + .../Loader/DirectoryLoader.php | 56 + .../Loader/FileLoader.php | 247 + .../Loader/GlobFileLoader.php | 42 + .../Loader/IniFileLoader.php | 105 + .../Loader/PhpFileLoader.php | 211 + .../Loader/XmlFileLoader.php | 782 + .../Loader/YamlFileLoader.php | 966 + .../dependency-injection/Parameter.php | 35 + .../ParameterBag/ContainerBag.php | 55 + .../ParameterBag/ContainerBagInterface.php | 57 + .../EnvPlaceholderParameterBag.php | 154 + .../ParameterBag/FrozenParameterBag.php | 68 + .../ParameterBag/ParameterBag.php | 276 + .../ParameterBag/ParameterBagInterface.php | 106 + .../symfony/dependency-injection/README.md | 14 + .../dependency-injection/Reference.php | 47 + .../dependency-injection/ReverseContainer.php | 76 + .../dependency-injection/ServiceLocator.php | 150 + .../TaggedContainerInterface.php | 29 + .../dependency-injection/TypedReference.php | 46 + .../symfony/dependency-injection/Variable.php | 43 + .../dependency-injection/composer.json | 56 + .../deprecation-contracts/CHANGELOG.md | 5 + .../symfony/deprecation-contracts/LICENSE | 19 + .../symfony/deprecation-contracts/README.md | 26 + .../deprecation-contracts/composer.json | 35 + .../deprecation-contracts/function.php | 27 + .../symfony/expression-language/CHANGELOG.md | 26 + .../symfony/expression-language/Compiler.php | 147 + .../expression-language/Expression.php | 37 + .../ExpressionFunction.php | 106 + .../ExpressionFunctionProviderInterface.php | 23 + .../ExpressionLanguage.php | 182 + .../symfony/expression-language/LICENSE | 19 + .../symfony/expression-language/Lexer.php | 101 + .../Node/ArgumentsNode.php | 40 + .../expression-language/Node/ArrayNode.php | 118 + .../expression-language/Node/BinaryNode.php | 187 + .../Node/ConditionalNode.php | 56 + .../expression-language/Node/ConstantNode.php | 81 + .../expression-language/Node/FunctionNode.php | 67 + .../expression-language/Node/GetAttrNode.php | 114 + .../expression-language/Node/NameNode.php | 45 + .../symfony/expression-language/Node/Node.php | 113 + .../expression-language/Node/UnaryNode.php | 66 + .../expression-language/ParsedExpression.php | 36 + .../symfony/expression-language/Parser.php | 409 + .../symfony/expression-language/README.md | 15 + .../SerializedParsedExpression.php | 37 + .../expression-language/SyntaxError.php | 41 + .../symfony/expression-language/Token.php | 63 + .../expression-language/TokenStream.php | 87 + .../symfony/expression-language/composer.json | 30 + .../vendor/symfony/filesystem/CHANGELOG.md | 82 + .../Exception/ExceptionInterface.php | 21 + .../Exception/FileNotFoundException.php | 34 + .../filesystem/Exception/IOException.php | 39 + .../Exception/IOExceptionInterface.php | 27 + .../Exception/InvalidArgumentException.php | 19 + .../filesystem/Exception/RuntimeException.php | 19 + .../vendor/symfony/filesystem/Filesystem.php | 769 + .../vendor/symfony/filesystem/LICENSE | 19 + .../vendor/symfony/filesystem/Path.php | 819 + .../vendor/symfony/filesystem/README.md | 13 + .../vendor/symfony/filesystem/composer.json | 31 + .../vendor/symfony/polyfill-ctype/Ctype.php | 232 + .../vendor/symfony/polyfill-ctype/LICENSE | 19 + .../vendor/symfony/polyfill-ctype/README.md | 12 + .../symfony/polyfill-ctype/bootstrap.php | 50 + .../symfony/polyfill-ctype/bootstrap80.php | 46 + .../symfony/polyfill-ctype/composer.json | 41 + .../vendor/symfony/polyfill-mbstring/LICENSE | 19 + .../symfony/polyfill-mbstring/Mbstring.php | 874 + .../symfony/polyfill-mbstring/README.md | 13 + .../Resources/unidata/lowerCase.php | 1397 + .../Resources/unidata/titleCaseRegexp.php | 5 + .../Resources/unidata/upperCase.php | 1489 + .../symfony/polyfill-mbstring/bootstrap.php | 147 + .../symfony/polyfill-mbstring/bootstrap80.php | 143 + .../symfony/polyfill-mbstring/composer.json | 41 + .../vendor/symfony/polyfill-php73/LICENSE | 19 + .../vendor/symfony/polyfill-php73/Php73.php | 43 + .../vendor/symfony/polyfill-php73/README.md | 18 + .../Resources/stubs/JsonException.php | 16 + .../symfony/polyfill-php73/bootstrap.php | 31 + .../symfony/polyfill-php73/composer.json | 36 + .../vendor/symfony/polyfill-php80/LICENSE | 19 + .../vendor/symfony/polyfill-php80/Php80.php | 115 + .../symfony/polyfill-php80/PhpToken.php | 103 + .../vendor/symfony/polyfill-php80/README.md | 25 + .../Resources/stubs/Attribute.php | 31 + .../Resources/stubs/PhpToken.php | 16 + .../Resources/stubs/Stringable.php | 20 + .../Resources/stubs/UnhandledMatchError.php | 16 + .../Resources/stubs/ValueError.php | 16 + .../symfony/polyfill-php80/bootstrap.php | 42 + .../symfony/polyfill-php80/composer.json | 40 + .../vendor/symfony/polyfill-php81/LICENSE | 19 + .../vendor/symfony/polyfill-php81/Php81.php | 37 + .../vendor/symfony/polyfill-php81/README.md | 17 + .../Resources/stubs/ReturnTypeWillChange.php | 20 + .../symfony/polyfill-php81/bootstrap.php | 28 + .../symfony/polyfill-php81/composer.json | 36 + .../vendor/symfony/process/CHANGELOG.md | 116 + .../process/Exception/ExceptionInterface.php | 21 + .../Exception/InvalidArgumentException.php | 21 + .../process/Exception/LogicException.php | 21 + .../Exception/ProcessFailedException.php | 54 + .../Exception/ProcessSignaledException.php | 41 + .../Exception/ProcessTimedOutException.php | 69 + .../process/Exception/RuntimeException.php | 21 + .../symfony/process/ExecutableFinder.php | 86 + .../vendor/symfony/process/InputStream.php | 96 + .../phpMyAdmin/vendor/symfony/process/LICENSE | 19 + .../symfony/process/PhpExecutableFinder.php | 103 + .../vendor/symfony/process/PhpProcess.php | 72 + .../symfony/process/Pipes/AbstractPipes.php | 180 + .../symfony/process/Pipes/PipesInterface.php | 61 + .../symfony/process/Pipes/UnixPipes.php | 163 + .../symfony/process/Pipes/WindowsPipes.php | 204 + .../vendor/symfony/process/Process.php | 1652 ++ .../vendor/symfony/process/ProcessUtils.php | 69 + .../vendor/symfony/process/README.md | 28 + .../vendor/symfony/process/composer.json | 29 + .../service-contracts/Attribute/Required.php | 25 + .../Attribute/SubscribedService.php | 33 + .../symfony/service-contracts/CHANGELOG.md | 5 + .../vendor/symfony/service-contracts/LICENSE | 19 + .../symfony/service-contracts/README.md | 9 + .../service-contracts/ResetInterface.php | 30 + .../service-contracts/ServiceLocatorTrait.php | 128 + .../ServiceProviderInterface.php | 36 + .../ServiceSubscriberInterface.php | 53 + .../ServiceSubscriberTrait.php | 109 + .../symfony/service-contracts/composer.json | 42 + .../vendor/symfony/var-exporter/CHANGELOG.md | 12 + .../Exception/ClassNotFoundException.php | 20 + .../Exception/ExceptionInterface.php | 16 + .../NotInstantiableTypeException.php | 20 + .../symfony/var-exporter/Instantiator.php | 92 + .../var-exporter/Internal/Exporter.php | 410 + .../var-exporter/Internal/Hydrator.php | 152 + .../var-exporter/Internal/Reference.php | 30 + .../var-exporter/Internal/Registry.php | 146 + .../symfony/var-exporter/Internal/Values.php | 27 + .../vendor/symfony/var-exporter/LICENSE | 19 + .../vendor/symfony/var-exporter/README.md | 38 + .../symfony/var-exporter/VarExporter.php | 115 + .../vendor/symfony/var-exporter/composer.json | 32 + .../vendor/tecnickcom/tcpdf/CHANGELOG.TXT | 3106 ++ .../vendor/tecnickcom/tcpdf/LICENSE.TXT | 860 + .../vendor/tecnickcom/tcpdf/README.md | 84 + .../vendor/tecnickcom/tcpdf/VERSION | 1 + .../vendor/tecnickcom/tcpdf/composer.json | 52 + .../tecnickcom/tcpdf/config/tcpdf_config.php | 227 + .../tecnickcom/tcpdf/fonts/dejavusans.ctg.z | Bin 0 -> 10454 bytes .../tecnickcom/tcpdf/fonts/dejavusans.php | 16 + .../tecnickcom/tcpdf/fonts/dejavusans.z | Bin 0 -> 375806 bytes .../tecnickcom/tcpdf/fonts/dejavusansb.ctg.z | Bin 0 -> 10200 bytes .../tecnickcom/tcpdf/fonts/dejavusansb.php | 16 + .../tecnickcom/tcpdf/fonts/dejavusansb.z | Bin 0 -> 347269 bytes .../tecnickcom/tcpdf/fonts/helvetica.php | 13 + .../tcpdf/include/barcodes/datamatrix.php | 1176 + .../tcpdf/include/barcodes/pdf417.php | 996 + .../tcpdf/include/barcodes/qrcode.php | 2842 ++ .../tecnickcom/tcpdf/include/tcpdf_colors.php | 462 + .../tcpdf/include/tcpdf_filters.php | 481 + .../tcpdf/include/tcpdf_font_data.php | 18447 ++++++++++++ .../tecnickcom/tcpdf/include/tcpdf_fonts.php | 2657 ++ .../tecnickcom/tcpdf/include/tcpdf_images.php | 359 + .../tecnickcom/tcpdf/include/tcpdf_static.php | 2639 ++ .../vendor/tecnickcom/tcpdf/tcpdf.php | 24748 ++++++++++++++++ .../tecnickcom/tcpdf/tcpdf_autoconfig.php | 241 + .../tecnickcom/tcpdf/tcpdf_barcodes_1d.php | 2356 ++ .../tecnickcom/tcpdf/tcpdf_barcodes_2d.php | 349 + .../vendor/tecnickcom/tcpdf/tcpdf_import.php | 104 + .../vendor/tecnickcom/tcpdf/tcpdf_parser.php | 815 + .../vendor/thecodingmachine/safe/LICENSE | 21 + .../vendor/thecodingmachine/safe/README.md | 178 + .../thecodingmachine/safe/composer.json | 123 + .../deprecated/Exceptions/ApcException.php | 11 + .../Exceptions/LibeventException.php | 11 + .../deprecated/Exceptions/MssqlException.php | 11 + .../deprecated/Exceptions/StatsException.php | 11 + .../thecodingmachine/safe/deprecated/apc.php | 238 + .../safe/deprecated/functionsList.php | 56 + .../safe/deprecated/libevent.php | 496 + .../safe/deprecated/mssql.php | 426 + .../safe/deprecated/stats.php | 108 + .../generated/Exceptions/ApacheException.php | 11 + .../generated/Exceptions/ApcuException.php | 11 + .../generated/Exceptions/ArrayException.php | 11 + .../generated/Exceptions/Bzip2Exception.php | 11 + .../Exceptions/CalendarException.php | 11 + .../Exceptions/ClassobjException.php | 11 + .../generated/Exceptions/ComException.php | 11 + .../generated/Exceptions/CubridException.php | 11 + .../Exceptions/DatetimeException.php | 11 + .../generated/Exceptions/DirException.php | 11 + .../generated/Exceptions/EioException.php | 11 + .../Exceptions/ErrorfuncException.php | 11 + .../generated/Exceptions/ExecException.php | 11 + .../Exceptions/FileinfoException.php | 11 + .../Exceptions/FilesystemException.php | 11 + .../generated/Exceptions/FilterException.php | 11 + .../generated/Exceptions/FpmException.php | 11 + .../generated/Exceptions/FtpException.php | 11 + .../Exceptions/FunchandException.php | 11 + .../generated/Exceptions/GmpException.php | 11 + .../generated/Exceptions/GnupgException.php | 11 + .../generated/Exceptions/HashException.php | 11 + .../generated/Exceptions/IbaseException.php | 11 + .../generated/Exceptions/IbmDb2Exception.php | 11 + .../generated/Exceptions/IconvException.php | 11 + .../generated/Exceptions/ImageException.php | 11 + .../generated/Exceptions/ImapException.php | 11 + .../generated/Exceptions/InfoException.php | 11 + .../Exceptions/IngresiiException.php | 11 + .../generated/Exceptions/InotifyException.php | 11 + .../generated/Exceptions/LdapException.php | 11 + .../generated/Exceptions/LibxmlException.php | 11 + .../generated/Exceptions/LzfException.php | 11 + .../Exceptions/MailparseException.php | 11 + .../Exceptions/MbstringException.php | 11 + .../generated/Exceptions/MiscException.php | 11 + .../generated/Exceptions/MsqlException.php | 11 + .../generated/Exceptions/MysqlException.php | 11 + .../generated/Exceptions/MysqliException.php | 11 + .../Exceptions/MysqlndMsException.php | 11 + .../Exceptions/MysqlndQcException.php | 11 + .../generated/Exceptions/NetworkException.php | 11 + .../generated/Exceptions/Oci8Exception.php | 11 + .../generated/Exceptions/OpcacheException.php | 11 + .../Exceptions/OutcontrolException.php | 11 + .../Exceptions/PasswordException.php | 11 + .../generated/Exceptions/PcntlException.php | 11 + .../generated/Exceptions/PdfException.php | 11 + .../generated/Exceptions/PgsqlException.php | 11 + .../generated/Exceptions/PosixException.php | 11 + .../safe/generated/Exceptions/PsException.php | 11 + .../generated/Exceptions/PspellException.php | 11 + .../Exceptions/ReadlineException.php | 11 + .../generated/Exceptions/RpminfoException.php | 11 + .../generated/Exceptions/RrdException.php | 11 + .../generated/Exceptions/SemException.php | 11 + .../generated/Exceptions/SessionException.php | 11 + .../generated/Exceptions/ShmopException.php | 11 + .../Exceptions/SimplexmlException.php | 11 + .../generated/Exceptions/SocketsException.php | 11 + .../generated/Exceptions/SodiumException.php | 11 + .../generated/Exceptions/SolrException.php | 11 + .../generated/Exceptions/SplException.php | 11 + .../generated/Exceptions/SqlsrvException.php | 11 + .../generated/Exceptions/SsdeepException.php | 11 + .../generated/Exceptions/Ssh2Exception.php | 11 + .../generated/Exceptions/StreamException.php | 11 + .../generated/Exceptions/StringsException.php | 11 + .../generated/Exceptions/SwooleException.php | 11 + .../generated/Exceptions/UodbcException.php | 11 + .../generated/Exceptions/UopzException.php | 11 + .../generated/Exceptions/UrlException.php | 11 + .../generated/Exceptions/VarException.php | 11 + .../generated/Exceptions/XdiffException.php | 11 + .../generated/Exceptions/XmlException.php | 11 + .../generated/Exceptions/XmlrpcException.php | 11 + .../generated/Exceptions/YamlException.php | 11 + .../generated/Exceptions/YazException.php | 11 + .../generated/Exceptions/ZipException.php | 11 + .../generated/Exceptions/ZlibException.php | 11 + .../safe/generated/apache.php | 177 + .../thecodingmachine/safe/generated/apcu.php | 112 + .../thecodingmachine/safe/generated/array.php | 464 + .../thecodingmachine/safe/generated/bzip2.php | 96 + .../safe/generated/calendar.php | 27 + .../safe/generated/classobj.php | 25 + .../thecodingmachine/safe/generated/com.php | 127 + .../safe/generated/cubrid.php | 395 + .../thecodingmachine/safe/generated/curl.php | 3156 ++ .../safe/generated/datetime.php | 631 + .../thecodingmachine/safe/generated/dir.php | 157 + .../thecodingmachine/safe/generated/eio.php | 2071 ++ .../safe/generated/errorfunc.php | 82 + .../thecodingmachine/safe/generated/exec.php | 159 + .../safe/generated/fileinfo.php | 75 + .../safe/generated/filesystem.php | 1488 + .../safe/generated/filter.php | 93 + .../thecodingmachine/safe/generated/fpm.php | 22 + .../thecodingmachine/safe/generated/ftp.php | 496 + .../safe/generated/funchand.php | 47 + .../safe/generated/functionsList.php | 1070 + .../thecodingmachine/safe/generated/gmp.php | 87 + .../thecodingmachine/safe/generated/gnupg.php | 168 + .../thecodingmachine/safe/generated/hash.php | 61 + .../thecodingmachine/safe/generated/ibase.php | 633 + .../safe/generated/ibmDb2.php | 1221 + .../thecodingmachine/safe/generated/iconv.php | 96 + .../thecodingmachine/safe/generated/image.php | 2704 ++ .../thecodingmachine/safe/generated/imap.php | 1481 + .../thecodingmachine/safe/generated/info.php | 511 + .../safe/generated/ingres-ii.php | 720 + .../safe/generated/inotify.php | 44 + .../thecodingmachine/safe/generated/json.php | 73 + .../thecodingmachine/safe/generated/ldap.php | 1603 + .../safe/generated/libxml.php | 43 + .../thecodingmachine/safe/generated/lzf.php | 44 + .../safe/generated/mailparse.php | 127 + .../safe/generated/mbstring.php | 526 + .../thecodingmachine/safe/generated/misc.php | 464 + .../thecodingmachine/safe/generated/msql.php | 443 + .../thecodingmachine/safe/generated/mysql.php | 938 + .../safe/generated/mysqli.php | 42 + .../safe/generated/mysqlndMs.php | 119 + .../safe/generated/mysqlndQc.php | 103 + .../safe/generated/network.php | 639 + .../thecodingmachine/safe/generated/oci8.php | 1721 ++ .../safe/generated/opcache.php | 42 + .../safe/generated/openssl.php | 1088 + .../safe/generated/outcontrol.php | 100 + .../safe/generated/password.php | 126 + .../thecodingmachine/safe/generated/pcntl.php | 166 + .../thecodingmachine/safe/generated/pcre.php | 659 + .../thecodingmachine/safe/generated/pdf.php | 1553 + .../thecodingmachine/safe/generated/pgsql.php | 1878 ++ .../thecodingmachine/safe/generated/posix.php | 329 + .../thecodingmachine/safe/generated/ps.php | 1812 ++ .../safe/generated/pspell.php | 451 + .../safe/generated/readline.php | 157 + .../safe/generated/rpminfo.php | 21 + .../thecodingmachine/safe/generated/rrd.php | 23 + .../thecodingmachine/safe/generated/sem.php | 367 + .../safe/generated/session.php | 153 + .../thecodingmachine/safe/generated/shmop.php | 68 + .../safe/generated/simplexml.php | 94 + .../safe/generated/sockets.php | 813 + .../safe/generated/sodium.php | 58 + .../thecodingmachine/safe/generated/solr.php | 22 + .../thecodingmachine/safe/generated/spl.php | 139 + .../safe/generated/sqlsrv.php | 429 + .../safe/generated/ssdeep.php | 70 + .../thecodingmachine/safe/generated/ssh2.php | 641 + .../safe/generated/stream.php | 609 + .../safe/generated/strings.php | 846 + .../safe/generated/swoole.php | 108 + .../thecodingmachine/safe/generated/uodbc.php | 1009 + .../thecodingmachine/safe/generated/uopz.php | 40 + .../thecodingmachine/safe/generated/url.php | 144 + .../thecodingmachine/safe/generated/var.php | 60 + .../thecodingmachine/safe/generated/xdiff.php | 236 + .../thecodingmachine/safe/generated/xml.php | 95 + .../safe/generated/xmlrpc.php | 22 + .../thecodingmachine/safe/generated/yaml.php | 97 + .../thecodingmachine/safe/generated/yaz.php | 438 + .../thecodingmachine/safe/generated/zip.php | 71 + .../thecodingmachine/safe/generated/zlib.php | 611 + .../thecodingmachine/safe/lib/DateTime.php | 81 + .../safe/lib/DateTimeImmutable.php | 262 + .../safe/lib/Exceptions/CurlException.php | 15 + .../safe/lib/Exceptions/JsonException.php | 12 + .../safe/lib/Exceptions/OpensslException.php | 12 + .../safe/lib/Exceptions/PcreException.php | 21 + .../lib/Exceptions/SafeExceptionInterface.php | 9 + .../safe/lib/special_cases.php | 241 + admin/phpMyAdmin/vendor/twig/twig/CHANGELOG | 161 + admin/phpMyAdmin/vendor/twig/twig/LICENSE | 27 + .../phpMyAdmin/vendor/twig/twig/composer.json | 50 + .../twig/twig/src/Cache/CacheInterface.php | 46 + .../twig/twig/src/Cache/FilesystemCache.php | 87 + .../vendor/twig/twig/src/Cache/NullCache.php | 38 + .../vendor/twig/twig/src/Compiler.php | 223 + .../vendor/twig/twig/src/Environment.php | 841 + .../vendor/twig/twig/src/Error/Error.php | 227 + .../twig/twig/src/Error/LoaderError.php | 21 + .../twig/twig/src/Error/RuntimeError.php | 22 + .../twig/twig/src/Error/SyntaxError.php | 46 + .../vendor/twig/twig/src/ExpressionParser.php | 827 + .../twig/src/Extension/AbstractExtension.php | 45 + .../twig/twig/src/Extension/CoreExtension.php | 1749 ++ .../twig/src/Extension/DebugExtension.php | 64 + .../twig/src/Extension/EscaperExtension.php | 416 + .../twig/src/Extension/ExtensionInterface.php | 76 + .../twig/src/Extension/GlobalsInterface.php | 28 + .../twig/src/Extension/OptimizerExtension.php | 29 + .../twig/src/Extension/ProfilerExtension.php | 52 + .../Extension/RuntimeExtensionInterface.php | 19 + .../twig/src/Extension/SandboxExtension.php | 123 + .../twig/src/Extension/StagingExtension.php | 100 + .../src/Extension/StringLoaderExtension.php | 42 + .../vendor/twig/twig/src/ExtensionSet.php | 480 + .../src/FileExtensionEscapingStrategy.php | 60 + .../phpMyAdmin/vendor/twig/twig/src/Lexer.php | 501 + .../twig/twig/src/Loader/ArrayLoader.php | 77 + .../twig/twig/src/Loader/ChainLoader.php | 119 + .../twig/twig/src/Loader/FilesystemLoader.php | 283 + .../twig/twig/src/Loader/LoaderInterface.php | 49 + .../vendor/twig/twig/src/Markup.php | 52 + .../twig/twig/src/Node/AutoEscapeNode.php | 38 + .../vendor/twig/twig/src/Node/BlockNode.php | 44 + .../twig/twig/src/Node/BlockReferenceNode.php | 36 + .../vendor/twig/twig/src/Node/BodyNode.php | 21 + .../twig/src/Node/CheckSecurityCallNode.php | 28 + .../twig/twig/src/Node/CheckSecurityNode.php | 88 + .../twig/twig/src/Node/CheckToStringNode.php | 45 + .../twig/twig/src/Node/DeprecatedNode.php | 53 + .../vendor/twig/twig/src/Node/DoNode.php | 38 + .../vendor/twig/twig/src/Node/EmbedNode.php | 48 + .../Node/Expression/AbstractExpression.php | 24 + .../src/Node/Expression/ArrayExpression.php | 85 + .../Expression/ArrowFunctionExpression.php | 64 + .../Node/Expression/AssignNameExpression.php | 27 + .../Node/Expression/Binary/AbstractBinary.php | 42 + .../src/Node/Expression/Binary/AddBinary.php | 23 + .../src/Node/Expression/Binary/AndBinary.php | 23 + .../Expression/Binary/BitwiseAndBinary.php | 23 + .../Expression/Binary/BitwiseOrBinary.php | 23 + .../Expression/Binary/BitwiseXorBinary.php | 23 + .../Node/Expression/Binary/ConcatBinary.php | 23 + .../src/Node/Expression/Binary/DivBinary.php | 23 + .../Node/Expression/Binary/EndsWithBinary.php | 35 + .../Node/Expression/Binary/EqualBinary.php | 39 + .../Node/Expression/Binary/FloorDivBinary.php | 29 + .../Node/Expression/Binary/GreaterBinary.php | 39 + .../Expression/Binary/GreaterEqualBinary.php | 39 + .../Node/Expression/Binary/HasEveryBinary.php | 33 + .../Node/Expression/Binary/HasSomeBinary.php | 33 + .../src/Node/Expression/Binary/InBinary.php | 33 + .../src/Node/Expression/Binary/LessBinary.php | 39 + .../Expression/Binary/LessEqualBinary.php | 39 + .../Node/Expression/Binary/MatchesBinary.php | 33 + .../src/Node/Expression/Binary/ModBinary.php | 23 + .../src/Node/Expression/Binary/MulBinary.php | 23 + .../Node/Expression/Binary/NotEqualBinary.php | 39 + .../Node/Expression/Binary/NotInBinary.php | 33 + .../src/Node/Expression/Binary/OrBinary.php | 23 + .../Node/Expression/Binary/PowerBinary.php | 22 + .../Node/Expression/Binary/RangeBinary.php | 33 + .../Expression/Binary/SpaceshipBinary.php | 22 + .../Expression/Binary/StartsWithBinary.php | 35 + .../src/Node/Expression/Binary/SubBinary.php | 23 + .../Expression/BlockReferenceExpression.php | 86 + .../src/Node/Expression/CallExpression.php | 321 + .../Node/Expression/ConditionalExpression.php | 36 + .../Node/Expression/ConstantExpression.php | 28 + .../Node/Expression/Filter/DefaultFilter.php | 52 + .../src/Node/Expression/FilterExpression.php | 40 + .../Node/Expression/FunctionExpression.php | 43 + .../src/Node/Expression/GetAttrExpression.php | 87 + .../twig/src/Node/Expression/InlinePrint.php | 35 + .../Node/Expression/MethodCallExpression.php | 62 + .../src/Node/Expression/NameExpression.php | 97 + .../Expression/NullCoalesceExpression.php | 60 + .../src/Node/Expression/ParentExpression.php | 46 + .../Node/Expression/TempNameExpression.php | 31 + .../src/Node/Expression/Test/ConstantTest.php | 49 + .../src/Node/Expression/Test/DefinedTest.php | 74 + .../Node/Expression/Test/DivisiblebyTest.php | 36 + .../src/Node/Expression/Test/EvenTest.php | 35 + .../src/Node/Expression/Test/NullTest.php | 34 + .../twig/src/Node/Expression/Test/OddTest.php | 35 + .../src/Node/Expression/Test/SameasTest.php | 34 + .../src/Node/Expression/TestExpression.php | 42 + .../Node/Expression/Unary/AbstractUnary.php | 34 + .../src/Node/Expression/Unary/NegUnary.php | 23 + .../src/Node/Expression/Unary/NotUnary.php | 23 + .../src/Node/Expression/Unary/PosUnary.php | 23 + .../Node/Expression/VariadicExpression.php | 24 + .../vendor/twig/twig/src/Node/FlushNode.php | 35 + .../vendor/twig/twig/src/Node/ForLoopNode.php | 49 + .../vendor/twig/twig/src/Node/ForNode.php | 107 + .../vendor/twig/twig/src/Node/IfNode.php | 73 + .../vendor/twig/twig/src/Node/ImportNode.php | 63 + .../vendor/twig/twig/src/Node/IncludeNode.php | 106 + .../vendor/twig/twig/src/Node/MacroNode.php | 113 + .../vendor/twig/twig/src/Node/ModuleNode.php | 464 + .../vendor/twig/twig/src/Node/Node.php | 179 + .../twig/src/Node/NodeCaptureInterface.php | 21 + .../twig/src/Node/NodeOutputInterface.php | 21 + .../vendor/twig/twig/src/Node/PrintNode.php | 39 + .../vendor/twig/twig/src/Node/SandboxNode.php | 52 + .../vendor/twig/twig/src/Node/SetNode.php | 105 + .../vendor/twig/twig/src/Node/TextNode.php | 38 + .../vendor/twig/twig/src/Node/WithNode.php | 70 + .../vendor/twig/twig/src/NodeTraverser.php | 76 + .../src/NodeVisitor/AbstractNodeVisitor.php | 49 + .../src/NodeVisitor/EscaperNodeVisitor.php | 208 + .../MacroAutoImportNodeVisitor.php | 74 + .../src/NodeVisitor/NodeVisitorInterface.php | 46 + .../src/NodeVisitor/OptimizerNodeVisitor.php | 217 + .../NodeVisitor/SafeAnalysisNodeVisitor.php | 160 + .../src/NodeVisitor/SandboxNodeVisitor.php | 136 + .../vendor/twig/twig/src/Parser.php | 348 + .../twig/src/Profiler/Dumper/BaseDumper.php | 63 + .../src/Profiler/Dumper/BlackfireDumper.php | 72 + .../twig/src/Profiler/Dumper/HtmlDumper.php | 47 + .../twig/src/Profiler/Dumper/TextDumper.php | 35 + .../src/Profiler/Node/EnterProfileNode.php | 42 + .../src/Profiler/Node/LeaveProfileNode.php | 36 + .../NodeVisitor/ProfilerNodeVisitor.php | 70 + .../vendor/twig/twig/src/Profiler/Profile.php | 181 + .../RuntimeLoader/ContainerRuntimeLoader.php | 37 + .../RuntimeLoader/FactoryRuntimeLoader.php | 41 + .../RuntimeLoader/RuntimeLoaderInterface.php | 27 + .../twig/twig/src/Sandbox/SecurityError.php | 23 + .../Sandbox/SecurityNotAllowedFilterError.php | 33 + .../SecurityNotAllowedFunctionError.php | 33 + .../Sandbox/SecurityNotAllowedMethodError.php | 40 + .../SecurityNotAllowedPropertyError.php | 40 + .../Sandbox/SecurityNotAllowedTagError.php | 33 + .../twig/twig/src/Sandbox/SecurityPolicy.php | 126 + .../src/Sandbox/SecurityPolicyInterface.php | 45 + .../vendor/twig/twig/src/Source.php | 51 + .../vendor/twig/twig/src/Template.php | 422 + .../vendor/twig/twig/src/TemplateWrapper.php | 109 + .../phpMyAdmin/vendor/twig/twig/src/Token.php | 178 + .../src/TokenParser/AbstractTokenParser.php | 32 + .../twig/src/TokenParser/ApplyTokenParser.php | 60 + .../src/TokenParser/AutoEscapeTokenParser.php | 58 + .../twig/src/TokenParser/BlockTokenParser.php | 78 + .../src/TokenParser/DeprecatedTokenParser.php | 43 + .../twig/src/TokenParser/DoTokenParser.php | 38 + .../twig/src/TokenParser/EmbedTokenParser.php | 73 + .../src/TokenParser/ExtendsTokenParser.php | 52 + .../twig/src/TokenParser/FlushTokenParser.php | 38 + .../twig/src/TokenParser/ForTokenParser.php | 78 + .../twig/src/TokenParser/FromTokenParser.php | 66 + .../twig/src/TokenParser/IfTokenParser.php | 89 + .../src/TokenParser/ImportTokenParser.php | 44 + .../src/TokenParser/IncludeTokenParser.php | 69 + .../twig/src/TokenParser/MacroTokenParser.php | 66 + .../src/TokenParser/SandboxTokenParser.php | 66 + .../twig/src/TokenParser/SetTokenParser.php | 73 + .../src/TokenParser/TokenParserInterface.php | 46 + .../twig/src/TokenParser/UseTokenParser.php | 73 + .../twig/src/TokenParser/WithTokenParser.php | 56 + .../vendor/twig/twig/src/TokenStream.php | 132 + .../vendor/twig/twig/src/TwigFilter.php | 134 + .../vendor/twig/twig/src/TwigFunction.php | 122 + .../vendor/twig/twig/src/TwigTest.php | 100 + .../twig/src/Util/DeprecationCollector.php | 77 + .../twig/src/Util/TemplateDirIterator.php | 36 + .../vendor/web-auth/cose-lib/LICENSE | 21 + .../vendor/web-auth/cose-lib/composer.json | 31 + .../cose-lib/src/Algorithm/Algorithm.php | 19 + .../cose-lib/src/Algorithm/Mac/HS256.php | 34 + .../src/Algorithm/Mac/HS256Truncated64.php | 34 + .../cose-lib/src/Algorithm/Mac/HS384.php | 34 + .../cose-lib/src/Algorithm/Mac/HS512.php | 34 + .../cose-lib/src/Algorithm/Mac/Hmac.php | 43 + .../cose-lib/src/Algorithm/Mac/Mac.php | 24 + .../cose-lib/src/Algorithm/Manager.php | 56 + .../cose-lib/src/Algorithm/ManagerFactory.php | 50 + .../src/Algorithm/Signature/ECDSA/ECDSA.php | 53 + .../Algorithm/Signature/ECDSA/ECSignature.php | 144 + .../src/Algorithm/Signature/ECDSA/ES256.php | 41 + .../src/Algorithm/Signature/ECDSA/ES256K.php | 41 + .../src/Algorithm/Signature/ECDSA/ES384.php | 41 + .../src/Algorithm/Signature/ECDSA/ES512.php | 41 + .../src/Algorithm/Signature/EdDSA/ED256.php | 40 + .../src/Algorithm/Signature/EdDSA/ED512.php | 40 + .../src/Algorithm/Signature/EdDSA/Ed25519.php | 24 + .../src/Algorithm/Signature/EdDSA/EdDSA.php | 65 + .../src/Algorithm/Signature/RSA/PS256.php | 31 + .../src/Algorithm/Signature/RSA/PS384.php | 31 + .../src/Algorithm/Signature/RSA/PS512.php | 31 + .../src/Algorithm/Signature/RSA/PSSRSA.php | 181 + .../src/Algorithm/Signature/RSA/RS1.php | 29 + .../src/Algorithm/Signature/RSA/RS256.php | 29 + .../src/Algorithm/Signature/RSA/RS384.php | 29 + .../src/Algorithm/Signature/RSA/RS512.php | 29 + .../src/Algorithm/Signature/RSA/RSA.php | 49 + .../src/Algorithm/Signature/Signature.php | 24 + .../web-auth/cose-lib/src/Algorithms.php | 123 + .../web-auth/cose-lib/src/BigInteger.php | 154 + .../vendor/web-auth/cose-lib/src/Hash.php | 103 + .../web-auth/cose-lib/src/Key/Ec2Key.php | 145 + .../vendor/web-auth/cose-lib/src/Key/Key.php | 91 + .../web-auth/cose-lib/src/Key/OkpKey.php | 67 + .../web-auth/cose-lib/src/Key/RsaKey.php | 207 + .../cose-lib/src/Key/SymmetricKey.php | 33 + .../vendor/web-auth/cose-lib/src/Verifier.php | 18 + .../vendor/web-auth/metadata-service/LICENSE | 21 + .../web-auth/metadata-service/composer.json | 39 + .../src/AbstractDescriptor.php | 49 + .../src/AuthenticatorStatus.php | 58 + .../src/BiometricAccuracyDescriptor.php | 108 + .../src/BiometricStatusReport.php | 118 + .../src/CodeAccuracyDescriptor.php | 73 + .../DisplayPNGCharacteristicsDescriptor.php | 172 + .../src/DistantSingleMetadata.php | 82 + .../metadata-service/src/EcdaaTrustAnchor.php | 123 + .../src/ExtensionDescriptor.php | 106 + .../metadata-service/src/MetadataService.php | 283 + .../src/MetadataStatement.php | 602 + .../src/MetadataStatementFetcher.php | 85 + .../src/MetadataStatementRepository.php | 26 + .../src/MetadataTOCPayload.php | 142 + .../src/MetadataTOCPayloadEntry.php | 188 + .../src/PatternAccuracyDescriptor.php | 66 + .../metadata-service/src/RgbPaletteEntry.php | 84 + .../metadata-service/src/RogueListEntry.php | 67 + .../metadata-service/src/SingleMetadata.php | 53 + .../metadata-service/src/StatusReport.php | 166 + .../web-auth/metadata-service/src/Utils.php | 35 + .../src/VerificationMethodANDCombinations.php | 59 + .../src/VerificationMethodDescriptor.php | 168 + .../web-auth/metadata-service/src/Version.php | 80 + .../vendor/web-auth/webauthn-lib/LICENSE | 21 + .../web-auth/webauthn-lib/composer.json | 49 + .../AndroidKeyAttestationStatementSupport.php | 147 + ...idSafetyNetAttestationStatementSupport.php | 292 + .../AppleAttestationStatementSupport.php | 119 + .../AttestationObject.php | 81 + .../AttestationObjectLoader.php | 148 + .../AttestationStatement.php | 175 + .../AttestationStatementSupport.php | 28 + .../AttestationStatementSupportManager.php | 43 + .../FidoU2FAttestationStatementSupport.php | 118 + .../NoneAttestationStatementSupport.php | 42 + .../PackedAttestationStatementSupport.php | 194 + .../TPMAttestationStatementSupport.php | 309 + .../src/AttestedCredentialData.php | 113 + .../AuthenticationExtension.php | 59 + .../AuthenticationExtensionsClientInputs.php | 88 + .../AuthenticationExtensionsClientOutputs.php | 97 + ...nticationExtensionsClientOutputsLoader.php | 34 + .../ExtensionOutputChecker.php | 22 + .../ExtensionOutputCheckerHandler.php | 37 + .../ExtensionOutputError.php | 36 + .../src/AuthenticatorAssertionResponse.php | 64 + ...uthenticatorAssertionResponseValidator.php | 272 + .../src/AuthenticatorAttestationResponse.php | 38 + ...henticatorAttestationResponseValidator.php | 384 + .../webauthn-lib/src/AuthenticatorData.php | 124 + .../src/AuthenticatorResponse.php | 35 + .../src/AuthenticatorSelectionCriteria.php | 167 + .../CertificateChainChecker.php | 23 + .../OpenSSLCertificateChainChecker.php | 239 + .../webauthn-lib/src/CertificateToolbox.php | 223 + .../webauthn-lib/src/CollectedClientData.php | 145 + .../src/Counter/CounterChecker.php | 21 + .../src/Counter/ThrowExceptionIfInvalid.php | 46 + .../web-auth/webauthn-lib/src/Credential.php | 46 + .../webauthn-lib/src/PublicKeyCredential.php | 62 + .../PublicKeyCredentialCreationOptions.php | 261 + .../src/PublicKeyCredentialDescriptor.php | 112 + ...ublicKeyCredentialDescriptorCollection.php | 95 + .../src/PublicKeyCredentialEntity.php | 60 + .../src/PublicKeyCredentialLoader.php | 181 + .../src/PublicKeyCredentialOptions.php | 104 + .../src/PublicKeyCredentialParameters.php | 82 + .../src/PublicKeyCredentialRequestOptions.php | 194 + .../src/PublicKeyCredentialRpEntity.php | 62 + .../src/PublicKeyCredentialSource.php | 240 + .../PublicKeyCredentialSourceRepository.php | 26 + .../src/PublicKeyCredentialUserEntity.php | 87 + .../web-auth/webauthn-lib/src/Server.php | 351 + .../webauthn-lib/src/StringStream.php | 73 + .../IgnoreTokenBindingHandler.php | 24 + .../TokenBinding/SecTokenBindingHandler.php | 33 + .../src/TokenBinding/TokenBinding.php | 82 + .../src/TokenBinding/TokenBindingHandler.php | 21 + .../TokenBindingNotSupportedHandler.php | 25 + .../src/TrustPath/CertificateTrustPath.php | 61 + .../src/TrustPath/EcdaaKeyIdTrustPath.php | 55 + .../src/TrustPath/EmptyTrustPath.php | 35 + .../webauthn-lib/src/TrustPath/TrustPath.php | 24 + .../src/TrustPath/TrustPathLoader.php | 58 + .../webauthn-lib/src/U2FPublicKey.php | 46 + .../src/Util/CoseSignatureFixer.php | 54 + .../vendor/webmozart/assert/CHANGELOG.md | 207 + .../vendor/webmozart/assert/LICENSE | 20 + .../vendor/webmozart/assert/README.md | 287 + .../vendor/webmozart/assert/composer.json | 43 + .../vendor/webmozart/assert/src/Assert.php | 2080 ++ .../assert/src/InvalidArgumentException.php | 16 + .../vendor/webmozart/assert/src/Mixin.php | 5089 ++++ .../williamdes/mariadb-mysql-kbs/CHANGELOG.md | 879 + .../williamdes/mariadb-mysql-kbs/LICENSE | 373 + .../williamdes/mariadb-mysql-kbs/README.md | 51 + .../mariadb-mysql-kbs/composer.json | 82 + .../dist/merged-ultraslim.json | 1 + .../mariadb-mysql-kbs/src/KBDocumentation.php | 76 + .../mariadb-mysql-kbs/src/KBEntry.php | 152 + .../mariadb-mysql-kbs/src/KBException.php | 11 + .../mariadb-mysql-kbs/src/Search.php | 185 + .../mariadb-mysql-kbs/src/SlimData.php | 164 + admin/phpMyAdmin/yarn.lock | 5312 ++++ assets/admin.d58ac2d6b15d95de107e.js | 2 + .../admin.d58ac2d6b15d95de107e.js.LICENSE.txt | 11 + assets/app.js | 640 +- assets/bib/export-bibtex.bib | 2014 ++ assets/code.d58ac2d6b15d95de107e.js | 1 + generic/calendar.rst | 6 + publi_bib.php | 26 + vendor/autoload.php | 2 +- vendor/composer/autoload_psr4.php | 1 + vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 18 +- vendor/composer/installed.json | 65 + vendor/composer/installed.php | 13 +- vendor/renanbr/bibtex-parser/LICENSE | 18 + vendor/renanbr/bibtex-parser/Makefile | 74 + vendor/renanbr/bibtex-parser/README.md | 569 + vendor/renanbr/bibtex-parser/composer.json | 50 + .../src/Exception/ExceptionInterface.php | 19 + .../src/Exception/ParserException.php | 35 + .../src/Exception/ProcessorException.php | 18 + vendor/renanbr/bibtex-parser/src/Listener.php | 109 + .../bibtex-parser/src/ListenerInterface.php | 26 + vendor/renanbr/bibtex-parser/src/Parser.php | 566 + .../src/Processor/DateProcessor.php | 58 + .../src/Processor/FillMissingProcessor.php | 40 + .../src/Processor/KeywordsProcessor.php | 38 + .../src/Processor/LatexToUnicodeProcessor.php | 104 + .../src/Processor/NamesProcessor.php | 243 + .../src/Processor/TagCoverageTrait.php | 63 + .../src/Processor/TagNameCaseProcessor.php | 37 + .../src/Processor/TagSearchTrait.php | 35 + .../src/Processor/TrimProcessor.php | 58 + .../src/Processor/UrlFromDoiProcessor.php | 49 + 4222 files changed, 721797 insertions(+), 14 deletions(-) create mode 100644 admin/phpMyAdmin/.rtlcssrc.json create mode 100644 admin/phpMyAdmin/CONTRIBUTING.md create mode 100644 admin/phpMyAdmin/ChangeLog create mode 100644 admin/phpMyAdmin/LICENSE create mode 100644 admin/phpMyAdmin/README create mode 100644 admin/phpMyAdmin/RELEASE-DATE-5.2.1 create mode 100644 admin/phpMyAdmin/babel.config.json create mode 100644 admin/phpMyAdmin/composer.json create mode 100644 admin/phpMyAdmin/composer.lock create mode 100644 admin/phpMyAdmin/config.sample.inc.php create mode 100644 admin/phpMyAdmin/doc/html/_images/chart.png create mode 100644 admin/phpMyAdmin/doc/html/_images/column_chart.png create mode 100644 admin/phpMyAdmin/doc/html/_images/line_chart.png create mode 100644 admin/phpMyAdmin/doc/html/_images/pie_chart.png create mode 100644 admin/phpMyAdmin/doc/html/_images/pma-relations-links.png create mode 100644 admin/phpMyAdmin/doc/html/_images/pma-relations-relation-link.png create mode 100644 admin/phpMyAdmin/doc/html/_images/pma-relations-relation-name.png create mode 100644 admin/phpMyAdmin/doc/html/_images/pma-relations-relation-view-link.png create mode 100644 admin/phpMyAdmin/doc/html/_images/query_result_operations.png create mode 100644 admin/phpMyAdmin/doc/html/_images/scatter_chart.png create mode 100644 admin/phpMyAdmin/doc/html/_images/spline_chart.png create mode 100644 admin/phpMyAdmin/doc/html/_images/timeline_chart.png create mode 100644 admin/phpMyAdmin/doc/html/_images/usergroups.png create mode 100644 admin/phpMyAdmin/doc/html/_sources/bookmarks.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/charts.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/config.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/copyright.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/credits.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/developers.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/faq.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/glossary.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/import_export.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/index.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/intro.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/other.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/privileges.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/relations.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/require.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/security.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/settings.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/setup.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/themes.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/transformations.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/two_factor.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/user.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_sources/vendors.rst.txt create mode 100644 admin/phpMyAdmin/doc/html/_static/basic.css create mode 100644 admin/phpMyAdmin/doc/html/_static/classic.css create mode 100644 admin/phpMyAdmin/doc/html/_static/default.css create mode 100644 admin/phpMyAdmin/doc/html/_static/doctools.js create mode 100644 admin/phpMyAdmin/doc/html/_static/documentation_options.js create mode 100644 admin/phpMyAdmin/doc/html/_static/file.png create mode 100644 admin/phpMyAdmin/doc/html/_static/jquery.js create mode 100644 admin/phpMyAdmin/doc/html/_static/language_data.js create mode 100644 admin/phpMyAdmin/doc/html/_static/minus.png create mode 100644 admin/phpMyAdmin/doc/html/_static/plus.png create mode 100644 admin/phpMyAdmin/doc/html/_static/pygments.css create mode 100644 admin/phpMyAdmin/doc/html/_static/searchtools.js create mode 100644 admin/phpMyAdmin/doc/html/_static/sidebar.js create mode 100644 admin/phpMyAdmin/doc/html/_static/underscore.js create mode 100644 admin/phpMyAdmin/doc/html/bookmarks.html create mode 100644 admin/phpMyAdmin/doc/html/charts.html create mode 100644 admin/phpMyAdmin/doc/html/config.html create mode 100644 admin/phpMyAdmin/doc/html/copyright.html create mode 100644 admin/phpMyAdmin/doc/html/credits.html create mode 100644 admin/phpMyAdmin/doc/html/developers.html create mode 100644 admin/phpMyAdmin/doc/html/faq.html create mode 100644 admin/phpMyAdmin/doc/html/genindex.html create mode 100644 admin/phpMyAdmin/doc/html/glossary.html create mode 100644 admin/phpMyAdmin/doc/html/import_export.html create mode 100644 admin/phpMyAdmin/doc/html/index.html create mode 100644 admin/phpMyAdmin/doc/html/intro.html create mode 100644 admin/phpMyAdmin/doc/html/other.html create mode 100644 admin/phpMyAdmin/doc/html/privileges.html create mode 100644 admin/phpMyAdmin/doc/html/relations.html create mode 100644 admin/phpMyAdmin/doc/html/require.html create mode 100644 admin/phpMyAdmin/doc/html/search.html create mode 100644 admin/phpMyAdmin/doc/html/searchindex.js create mode 100644 admin/phpMyAdmin/doc/html/security.html create mode 100644 admin/phpMyAdmin/doc/html/settings.html create mode 100644 admin/phpMyAdmin/doc/html/setup.html create mode 100644 admin/phpMyAdmin/doc/html/themes.html create mode 100644 admin/phpMyAdmin/doc/html/transformations.html create mode 100644 admin/phpMyAdmin/doc/html/two_factor.html create mode 100644 admin/phpMyAdmin/doc/html/user.html create mode 100644 admin/phpMyAdmin/doc/html/vendors.html create mode 100644 admin/phpMyAdmin/examples/config.manyhosts.inc.php create mode 100644 admin/phpMyAdmin/examples/openid.php create mode 100644 admin/phpMyAdmin/examples/signon-script.php create mode 100644 admin/phpMyAdmin/examples/signon.php create mode 100644 admin/phpMyAdmin/favicon.ico create mode 100644 admin/phpMyAdmin/index.php create mode 100644 admin/phpMyAdmin/js/config/ol/webpack.config.js create mode 100644 admin/phpMyAdmin/js/dist/ajax.js create mode 100644 admin/phpMyAdmin/js/dist/chart.js create mode 100644 admin/phpMyAdmin/js/dist/codemirror/addon/lint/sql-lint.js create mode 100644 admin/phpMyAdmin/js/dist/common.js create mode 100644 admin/phpMyAdmin/js/dist/config.js create mode 100644 admin/phpMyAdmin/js/dist/console.js create mode 100644 admin/phpMyAdmin/js/dist/cross_framing_protection.js create mode 100644 admin/phpMyAdmin/js/dist/database/central_columns.js create mode 100644 admin/phpMyAdmin/js/dist/database/events.js create mode 100644 admin/phpMyAdmin/js/dist/database/multi_table_query.js create mode 100644 admin/phpMyAdmin/js/dist/database/operations.js create mode 100644 admin/phpMyAdmin/js/dist/database/qbe.js create mode 100644 admin/phpMyAdmin/js/dist/database/query_generator.js create mode 100644 admin/phpMyAdmin/js/dist/database/routines.js create mode 100644 admin/phpMyAdmin/js/dist/database/search.js create mode 100644 admin/phpMyAdmin/js/dist/database/structure.js create mode 100644 admin/phpMyAdmin/js/dist/database/tracking.js create mode 100644 admin/phpMyAdmin/js/dist/database/triggers.js create mode 100644 admin/phpMyAdmin/js/dist/designer/database.js create mode 100644 admin/phpMyAdmin/js/dist/designer/history.js create mode 100644 admin/phpMyAdmin/js/dist/designer/init.js create mode 100644 admin/phpMyAdmin/js/dist/designer/move.js create mode 100644 admin/phpMyAdmin/js/dist/designer/objects.js create mode 100644 admin/phpMyAdmin/js/dist/designer/page.js create mode 100644 admin/phpMyAdmin/js/dist/doclinks.js create mode 100644 admin/phpMyAdmin/js/dist/drag_drop_import.js create mode 100644 admin/phpMyAdmin/js/dist/error_report.js create mode 100644 admin/phpMyAdmin/js/dist/export.js create mode 100644 admin/phpMyAdmin/js/dist/export_output.js create mode 100644 admin/phpMyAdmin/js/dist/functions.js create mode 100644 admin/phpMyAdmin/js/dist/gis_data_editor.js create mode 100644 admin/phpMyAdmin/js/dist/home.js create mode 100644 admin/phpMyAdmin/js/dist/import.js create mode 100644 admin/phpMyAdmin/js/dist/indexes.js create mode 100644 admin/phpMyAdmin/js/dist/jqplot/plugins/jqplot.byteFormatter.js create mode 100644 admin/phpMyAdmin/js/dist/jquery.sortable-table.js create mode 100644 admin/phpMyAdmin/js/dist/keyhandler.js create mode 100644 admin/phpMyAdmin/js/dist/makegrid.js create mode 100644 admin/phpMyAdmin/js/dist/menu_resizer.js create mode 100644 admin/phpMyAdmin/js/dist/multi_column_sort.js create mode 100644 admin/phpMyAdmin/js/dist/name-conflict-fixes.js create mode 100644 admin/phpMyAdmin/js/dist/navigation.js create mode 100644 admin/phpMyAdmin/js/dist/normalization.js create mode 100644 admin/phpMyAdmin/js/dist/ol.js create mode 100644 admin/phpMyAdmin/js/dist/page_settings.js create mode 100644 admin/phpMyAdmin/js/dist/replication.js create mode 100644 admin/phpMyAdmin/js/dist/server/databases.js create mode 100644 admin/phpMyAdmin/js/dist/server/plugins.js create mode 100644 admin/phpMyAdmin/js/dist/server/privileges.js create mode 100644 admin/phpMyAdmin/js/dist/server/status/monitor.js create mode 100644 admin/phpMyAdmin/js/dist/server/status/processes.js create mode 100644 admin/phpMyAdmin/js/dist/server/status/queries.js create mode 100644 admin/phpMyAdmin/js/dist/server/status/sorter.js create mode 100644 admin/phpMyAdmin/js/dist/server/status/variables.js create mode 100644 admin/phpMyAdmin/js/dist/server/user_groups.js create mode 100644 admin/phpMyAdmin/js/dist/server/variables.js create mode 100644 admin/phpMyAdmin/js/dist/setup/ajax.js create mode 100644 admin/phpMyAdmin/js/dist/setup/scripts.js create mode 100644 admin/phpMyAdmin/js/dist/shortcuts_handler.js create mode 100644 admin/phpMyAdmin/js/dist/sql.js create mode 100644 admin/phpMyAdmin/js/dist/table/change.js create mode 100644 admin/phpMyAdmin/js/dist/table/chart.js create mode 100644 admin/phpMyAdmin/js/dist/table/find_replace.js create mode 100644 admin/phpMyAdmin/js/dist/table/gis_visualization.js create mode 100644 admin/phpMyAdmin/js/dist/table/operations.js create mode 100644 admin/phpMyAdmin/js/dist/table/relation.js create mode 100644 admin/phpMyAdmin/js/dist/table/select.js create mode 100644 admin/phpMyAdmin/js/dist/table/structure.js create mode 100644 admin/phpMyAdmin/js/dist/table/tracking.js create mode 100644 admin/phpMyAdmin/js/dist/table/zoom_plot_jqplot.js create mode 100644 admin/phpMyAdmin/js/dist/transformations/image_upload.js create mode 100644 admin/phpMyAdmin/js/dist/transformations/json.js create mode 100644 admin/phpMyAdmin/js/dist/transformations/json_editor.js create mode 100644 admin/phpMyAdmin/js/dist/transformations/sql_editor.js create mode 100644 admin/phpMyAdmin/js/dist/transformations/xml.js create mode 100644 admin/phpMyAdmin/js/dist/transformations/xml_editor.js create mode 100644 admin/phpMyAdmin/js/dist/u2f.js create mode 100644 admin/phpMyAdmin/js/dist/webauthn.js create mode 100644 admin/phpMyAdmin/js/messages.php create mode 100644 admin/phpMyAdmin/js/src/ajax.js create mode 100644 admin/phpMyAdmin/js/src/chart.js create mode 100644 admin/phpMyAdmin/js/src/codemirror/addon/lint/sql-lint.js create mode 100644 admin/phpMyAdmin/js/src/common.js create mode 100644 admin/phpMyAdmin/js/src/config.js create mode 100644 admin/phpMyAdmin/js/src/console.js create mode 100644 admin/phpMyAdmin/js/src/cross_framing_protection.js create mode 100644 admin/phpMyAdmin/js/src/database/central_columns.js create mode 100644 admin/phpMyAdmin/js/src/database/events.js create mode 100644 admin/phpMyAdmin/js/src/database/multi_table_query.js create mode 100644 admin/phpMyAdmin/js/src/database/operations.js create mode 100644 admin/phpMyAdmin/js/src/database/qbe.js create mode 100644 admin/phpMyAdmin/js/src/database/query_generator.js create mode 100644 admin/phpMyAdmin/js/src/database/routines.js create mode 100644 admin/phpMyAdmin/js/src/database/search.js create mode 100644 admin/phpMyAdmin/js/src/database/structure.js create mode 100644 admin/phpMyAdmin/js/src/database/tracking.js create mode 100644 admin/phpMyAdmin/js/src/database/triggers.js create mode 100644 admin/phpMyAdmin/js/src/designer/database.js create mode 100644 admin/phpMyAdmin/js/src/designer/history.js create mode 100644 admin/phpMyAdmin/js/src/designer/init.js create mode 100644 admin/phpMyAdmin/js/src/designer/move.js create mode 100644 admin/phpMyAdmin/js/src/designer/objects.js create mode 100644 admin/phpMyAdmin/js/src/designer/page.js create mode 100644 admin/phpMyAdmin/js/src/doclinks.js create mode 100644 admin/phpMyAdmin/js/src/drag_drop_import.js create mode 100644 admin/phpMyAdmin/js/src/error_report.js create mode 100644 admin/phpMyAdmin/js/src/export.js create mode 100644 admin/phpMyAdmin/js/src/export_output.js create mode 100644 admin/phpMyAdmin/js/src/functions.js create mode 100644 admin/phpMyAdmin/js/src/gis_data_editor.js create mode 100644 admin/phpMyAdmin/js/src/home.js create mode 100644 admin/phpMyAdmin/js/src/import.js create mode 100644 admin/phpMyAdmin/js/src/indexes.js create mode 100644 admin/phpMyAdmin/js/src/jqplot/plugins/jqplot.byteFormatter.js create mode 100644 admin/phpMyAdmin/js/src/jquery.sortable-table.js create mode 100644 admin/phpMyAdmin/js/src/keyhandler.js create mode 100644 admin/phpMyAdmin/js/src/makegrid.js create mode 100644 admin/phpMyAdmin/js/src/menu_resizer.js create mode 100644 admin/phpMyAdmin/js/src/multi_column_sort.js create mode 100644 admin/phpMyAdmin/js/src/name-conflict-fixes.js create mode 100644 admin/phpMyAdmin/js/src/navigation.js create mode 100644 admin/phpMyAdmin/js/src/normalization.js create mode 100644 admin/phpMyAdmin/js/src/ol.mjs create mode 100644 admin/phpMyAdmin/js/src/page_settings.js create mode 100644 admin/phpMyAdmin/js/src/replication.js create mode 100644 admin/phpMyAdmin/js/src/server/databases.js create mode 100644 admin/phpMyAdmin/js/src/server/plugins.js create mode 100644 admin/phpMyAdmin/js/src/server/privileges.js create mode 100644 admin/phpMyAdmin/js/src/server/status/monitor.js create mode 100644 admin/phpMyAdmin/js/src/server/status/processes.js create mode 100644 admin/phpMyAdmin/js/src/server/status/queries.js create mode 100644 admin/phpMyAdmin/js/src/server/status/sorter.js create mode 100644 admin/phpMyAdmin/js/src/server/status/variables.js create mode 100644 admin/phpMyAdmin/js/src/server/user_groups.js create mode 100644 admin/phpMyAdmin/js/src/server/variables.js create mode 100644 admin/phpMyAdmin/js/src/setup/ajax.js create mode 100644 admin/phpMyAdmin/js/src/setup/scripts.js create mode 100644 admin/phpMyAdmin/js/src/shortcuts_handler.js create mode 100644 admin/phpMyAdmin/js/src/sql.js create mode 100644 admin/phpMyAdmin/js/src/table/change.js create mode 100644 admin/phpMyAdmin/js/src/table/chart.js create mode 100644 admin/phpMyAdmin/js/src/table/find_replace.js create mode 100644 admin/phpMyAdmin/js/src/table/gis_visualization.js create mode 100644 admin/phpMyAdmin/js/src/table/operations.js create mode 100644 admin/phpMyAdmin/js/src/table/relation.js create mode 100644 admin/phpMyAdmin/js/src/table/select.js create mode 100644 admin/phpMyAdmin/js/src/table/structure.js create mode 100644 admin/phpMyAdmin/js/src/table/tracking.js create mode 100644 admin/phpMyAdmin/js/src/table/zoom_plot_jqplot.js create mode 100644 admin/phpMyAdmin/js/src/transformations/image_upload.js create mode 100644 admin/phpMyAdmin/js/src/transformations/json.js create mode 100644 admin/phpMyAdmin/js/src/transformations/json_editor.js create mode 100644 admin/phpMyAdmin/js/src/transformations/sql_editor.js create mode 100644 admin/phpMyAdmin/js/src/transformations/xml.js create mode 100644 admin/phpMyAdmin/js/src/transformations/xml_editor.js create mode 100644 admin/phpMyAdmin/js/src/u2f.js create mode 100644 admin/phpMyAdmin/js/src/webauthn.js create mode 100644 admin/phpMyAdmin/js/vendor/bootstrap/bootstrap.bundle.min.js create mode 100644 admin/phpMyAdmin/js/vendor/bootstrap/bootstrap.bundle.min.js.map create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/LICENSE create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/addon/hint/show-hint.css create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/addon/hint/show-hint.js create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/addon/hint/sql-hint.js create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/addon/lint/lint.css create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/addon/lint/lint.js create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/addon/runmode/runmode.js create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/lib/codemirror.css create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/lib/codemirror.js create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/mode/javascript/javascript.js create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/mode/sql/sql.js create mode 100644 admin/phpMyAdmin/js/vendor/codemirror/mode/xml/xml.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/jquery.jqplot.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.barRenderer.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.canvasTextRenderer.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.categoryAxisRenderer.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.cursor.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.dateAxisRenderer.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.enhancedPieLegendRenderer.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.highlighter.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.pieRenderer.js create mode 100644 admin/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.pointLabels.js create mode 100644 admin/phpMyAdmin/js/vendor/jquery/MIT-LICENSE.txt create mode 100644 admin/phpMyAdmin/js/vendor/jquery/additional-methods.js create mode 100644 admin/phpMyAdmin/js/vendor/jquery/jquery-migrate.min.js create mode 100644 admin/phpMyAdmin/js/vendor/jquery/jquery-migrate.min.map create mode 100644 admin/phpMyAdmin/js/vendor/jquery/jquery-ui-timepicker-addon.js create mode 100644 admin/phpMyAdmin/js/vendor/jquery/jquery-ui.min.js create mode 100644 admin/phpMyAdmin/js/vendor/jquery/jquery.debounce-1.0.6.js create mode 100644 admin/phpMyAdmin/js/vendor/jquery/jquery.min.js create mode 100644 admin/phpMyAdmin/js/vendor/jquery/jquery.min.map create mode 100644 admin/phpMyAdmin/js/vendor/jquery/jquery.tablesorter.js create mode 100644 admin/phpMyAdmin/js/vendor/jquery/jquery.uitablefilter.js create mode 100644 admin/phpMyAdmin/js/vendor/jquery/jquery.validate.min.js create mode 100644 admin/phpMyAdmin/js/vendor/js.cookie.js create mode 100644 admin/phpMyAdmin/js/vendor/openlayers/OpenLayers.js create mode 100644 admin/phpMyAdmin/js/vendor/openlayers/OpenLayers.js.map create mode 100644 admin/phpMyAdmin/js/vendor/openlayers/theme/ol.css create mode 100644 admin/phpMyAdmin/js/vendor/sprintf.js create mode 100644 admin/phpMyAdmin/js/vendor/tracekit.js create mode 100644 admin/phpMyAdmin/js/vendor/u2f-api-polyfill.js create mode 100644 admin/phpMyAdmin/js/vendor/zxcvbn-ts.js create mode 100644 admin/phpMyAdmin/js/vendor/zxcvbn-ts.js.map create mode 100644 admin/phpMyAdmin/libraries/advisory_rules_generic.php create mode 100644 admin/phpMyAdmin/libraries/advisory_rules_mysql_before80003.php create mode 100644 admin/phpMyAdmin/libraries/cache/routes.cache.php create mode 100644 admin/phpMyAdmin/libraries/classes/Advisor.php create mode 100644 admin/phpMyAdmin/libraries/classes/Bookmark.php create mode 100644 admin/phpMyAdmin/libraries/classes/BrowseForeigners.php create mode 100644 admin/phpMyAdmin/libraries/classes/Cache.php create mode 100644 admin/phpMyAdmin/libraries/classes/Charsets.php create mode 100644 admin/phpMyAdmin/libraries/classes/Charsets/Charset.php create mode 100644 admin/phpMyAdmin/libraries/classes/Charsets/Collation.php create mode 100644 admin/phpMyAdmin/libraries/classes/CheckUserPrivileges.php create mode 100644 admin/phpMyAdmin/libraries/classes/Command/CacheWarmupCommand.php create mode 100644 admin/phpMyAdmin/libraries/classes/Command/FixPoTwigCommand.php create mode 100644 admin/phpMyAdmin/libraries/classes/Command/SetVersionCommand.php create mode 100644 admin/phpMyAdmin/libraries/classes/Command/TwigLintCommand.php create mode 100644 admin/phpMyAdmin/libraries/classes/Command/WriteGitRevisionCommand.php create mode 100644 admin/phpMyAdmin/libraries/classes/Common.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/ConfigFile.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Descriptions.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Form.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/FormDisplay.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/FormDisplayTemplate.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/BaseForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/BaseFormList.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Page/BrowseForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Page/DbStructureForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Page/EditForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Page/ExportForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Page/ImportForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Page/NaviForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Page/PageFormList.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Page/SqlForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Page/TableStructureForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Setup/ConfigForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Setup/ExportForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Setup/FeaturesForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Setup/ImportForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Setup/MainForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Setup/NaviForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Setup/ServersForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Setup/SetupFormList.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/Setup/SqlForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/User/ExportForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/User/FeaturesForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/User/ImportForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/User/MainForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/User/NaviForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/User/SqlForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Forms/User/UserFormList.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/PageSettings.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/ServerConfigChecks.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Settings.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Settings/Console.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Settings/Debug.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Settings/Export.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Settings/Import.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Settings/Schema.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Settings/Server.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Settings/SqlQueryBox.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Settings/Transformations.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/SpecialSchemaLinks.php create mode 100644 admin/phpMyAdmin/libraries/classes/Config/Validator.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/BookmarkFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/BrowserTransformationFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/CentralColumnsFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/ColumnCommentsFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/ConfigurableMenusFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/DatabaseDesignerSettingsFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/DisplayFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/ExportTemplatesFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/FavoriteTablesFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/NavigationItemsHidingFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/PdfFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/RecentlyUsedTablesFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/RelationFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/SavedQueryByExampleSearchesFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/SqlHistoryFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/TrackingFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/UiPreferencesFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Features/UserPreferencesFeature.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/Relation.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/RelationCleanup.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/RelationParameters.php create mode 100644 admin/phpMyAdmin/libraries/classes/ConfigStorage/UserGroups.php create mode 100644 admin/phpMyAdmin/libraries/classes/Console.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/AbstractController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/BrowseForeignersController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/ChangeLogController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/CheckRelationsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/CollationConnectionController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/ColumnController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Config/GetConfigController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Config/SetConfigController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/AbstractController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/CentralColumns/PopulateColumnsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/CentralColumnsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/DataDictionaryController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/DesignerController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/EventsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/ExportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/ImportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/MultiTableQuery/QueryController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/MultiTableQuery/TablesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/MultiTableQueryController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Operations/CollationController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/OperationsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/PrivilegesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/QueryByExampleController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/RoutinesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/SearchController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/SqlAutoCompleteController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/SqlController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/SqlFormatController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/AddPrefixController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/AddPrefixTableController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/CopyFormController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/CopyTableController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/CopyTableWithPrefixController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/DropFormController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/DropTableController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/EmptyFormController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/EmptyTableController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/FavoriteTableController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/RealRowCountController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/ReplacePrefixController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/Structure/ShowCreateController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/StructureController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/TrackingController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Database/TriggersController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/DatabaseController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/ErrorReportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Export/CheckTimeOutController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Export/ExportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Export/TablesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Export/Template/CreateController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Export/Template/DeleteController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Export/Template/LoadController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Export/Template/UpdateController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/GisDataEditorController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/GitInfoController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/HomeController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Import/ImportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Import/SimulateDmlController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Import/StatusController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/JavaScriptMessagesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/LicenseController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/LintController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/LogoutController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/NavigationController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/NormalizationController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/PhpInfoController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Preferences/ExportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Preferences/FeaturesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Preferences/ImportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Preferences/MainPanelController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Preferences/ManageController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Preferences/NavigationController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Preferences/SqlController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Preferences/TwoFactorController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/RecentTablesListController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/SchemaExportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/BinlogController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/CollationsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Databases/CreateController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Databases/DestroyController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/DatabasesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/EnginesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/ExportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/ImportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/PluginsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Privileges/AccountLockController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/PrivilegesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/ReplicationController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/ShowEngineController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/SqlController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/AbstractController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/AdvisorController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/Monitor/ChartingDataController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/Monitor/GeneralLogController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/Monitor/LogVarsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/Monitor/QueryAnalyzerController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/Monitor/SlowLogController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/MonitorController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/Processes/KillController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/Processes/RefreshController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/ProcessesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/QueriesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/StatusController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Status/VariablesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/UserGroupsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/UserGroupsFormController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Variables/GetVariableController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/Variables/SetVariableController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Server/VariablesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Setup/AbstractController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Setup/ConfigController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Setup/FormController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Setup/HomeController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Setup/ServersController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Sql/ColumnPreferencesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Sql/DefaultForeignKeyCheckValueController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Sql/EnumValuesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Sql/RelationalValuesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Sql/SetValuesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Sql/SqlController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/AbstractController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/AddFieldController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/ChangeController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/ChangeRowsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/ChartController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/CreateController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/DeleteConfirmController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/DeleteRowsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/DropColumnConfirmationController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/DropColumnController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/ExportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/ExportRowsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/FindReplaceController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/GetFieldController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/GisVisualizationController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/ImportController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/IndexRenameController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/IndexesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Maintenance/CheckController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Maintenance/ChecksumController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Maintenance/OptimizeController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Maintenance/RepairController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/OperationsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Partition/AnalyzeController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Partition/CheckController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Partition/DropController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Partition/OptimizeController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Partition/RebuildController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Partition/RepairController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Partition/TruncateController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/PrivilegesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/RecentFavoriteController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/RelationController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/ReplaceController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/SearchController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/SqlController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/AddIndexController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/AddKeyController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/BrowseController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/ChangeController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/FulltextController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/MoveColumnsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/PartitioningController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/PrimaryController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/SaveController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/SpatialController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/Structure/UniqueController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/StructureController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/TrackingController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/TriggersController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Table/ZoomSearchController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/TableController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/ThemeSetController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/ThemesController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Transformation/OverviewController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/Transformation/WrapperController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/UserPasswordController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/VersionCheckController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/View/CreateController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Controllers/View/OperationsController.php create mode 100644 admin/phpMyAdmin/libraries/classes/Core.php create mode 100644 admin/phpMyAdmin/libraries/classes/CreateAddField.php create mode 100644 admin/phpMyAdmin/libraries/classes/Crypto/Crypto.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/CentralColumns.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/DatabaseList.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/Designer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/Designer/Common.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/Designer/DesignerTable.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/Events.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/MultiTableQuery.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/Qbe.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/Routines.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/Search.php create mode 100644 admin/phpMyAdmin/libraries/classes/Database/Triggers.php create mode 100644 admin/phpMyAdmin/libraries/classes/DatabaseInterface.php create mode 100644 admin/phpMyAdmin/libraries/classes/DbTableExists.php create mode 100644 admin/phpMyAdmin/libraries/classes/Dbal/DatabaseName.php create mode 100644 admin/phpMyAdmin/libraries/classes/Dbal/DbalInterface.php create mode 100644 admin/phpMyAdmin/libraries/classes/Dbal/DbiExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Dbal/DbiMysqli.php create mode 100644 admin/phpMyAdmin/libraries/classes/Dbal/MysqliResult.php create mode 100644 admin/phpMyAdmin/libraries/classes/Dbal/ResultInterface.php create mode 100644 admin/phpMyAdmin/libraries/classes/Dbal/TableName.php create mode 100644 admin/phpMyAdmin/libraries/classes/Dbal/Warning.php create mode 100644 admin/phpMyAdmin/libraries/classes/Display/Results.php create mode 100644 admin/phpMyAdmin/libraries/classes/Encoding.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/Bdb.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/Berkeleydb.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/Binlog.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/Innobase.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/Innodb.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/Memory.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/Merge.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/MrgMyisam.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/Myisam.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/Ndbcluster.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/Pbxt.php create mode 100644 admin/phpMyAdmin/libraries/classes/Engines/PerformanceSchema.php create mode 100644 admin/phpMyAdmin/libraries/classes/Error.php create mode 100644 admin/phpMyAdmin/libraries/classes/ErrorHandler.php create mode 100644 admin/phpMyAdmin/libraries/classes/ErrorReport.php create mode 100644 admin/phpMyAdmin/libraries/classes/Exceptions/ExportException.php create mode 100644 admin/phpMyAdmin/libraries/classes/Export.php create mode 100644 admin/phpMyAdmin/libraries/classes/Export/Options.php create mode 100644 admin/phpMyAdmin/libraries/classes/Export/Template.php create mode 100644 admin/phpMyAdmin/libraries/classes/Export/TemplateModel.php create mode 100644 admin/phpMyAdmin/libraries/classes/FieldMetadata.php create mode 100644 admin/phpMyAdmin/libraries/classes/File.php create mode 100644 admin/phpMyAdmin/libraries/classes/FileListing.php create mode 100644 admin/phpMyAdmin/libraries/classes/FlashMessages.php create mode 100644 admin/phpMyAdmin/libraries/classes/Font.php create mode 100644 admin/phpMyAdmin/libraries/classes/Footer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Gis/GisFactory.php create mode 100644 admin/phpMyAdmin/libraries/classes/Gis/GisGeometry.php create mode 100644 admin/phpMyAdmin/libraries/classes/Gis/GisGeometryCollection.php create mode 100644 admin/phpMyAdmin/libraries/classes/Gis/GisLineString.php create mode 100644 admin/phpMyAdmin/libraries/classes/Gis/GisMultiLineString.php create mode 100644 admin/phpMyAdmin/libraries/classes/Gis/GisMultiPoint.php create mode 100644 admin/phpMyAdmin/libraries/classes/Gis/GisMultiPolygon.php create mode 100644 admin/phpMyAdmin/libraries/classes/Gis/GisPoint.php create mode 100644 admin/phpMyAdmin/libraries/classes/Gis/GisPolygon.php create mode 100644 admin/phpMyAdmin/libraries/classes/Gis/GisVisualization.php create mode 100644 admin/phpMyAdmin/libraries/classes/Git.php create mode 100644 admin/phpMyAdmin/libraries/classes/Header.php create mode 100644 admin/phpMyAdmin/libraries/classes/Html/Generator.php create mode 100644 admin/phpMyAdmin/libraries/classes/Html/MySQLDocumentation.php create mode 100644 admin/phpMyAdmin/libraries/classes/Http/Factory/ServerRequestFactory.php create mode 100644 admin/phpMyAdmin/libraries/classes/Http/ServerRequest.php create mode 100644 admin/phpMyAdmin/libraries/classes/Image/ImageWrapper.php create mode 100644 admin/phpMyAdmin/libraries/classes/Import.php create mode 100644 admin/phpMyAdmin/libraries/classes/Import/Ajax.php create mode 100644 admin/phpMyAdmin/libraries/classes/Import/SimulateDml.php create mode 100644 admin/phpMyAdmin/libraries/classes/Index.php create mode 100644 admin/phpMyAdmin/libraries/classes/IndexColumn.php create mode 100644 admin/phpMyAdmin/libraries/classes/InsertEdit.php create mode 100644 admin/phpMyAdmin/libraries/classes/InternalRelations.php create mode 100644 admin/phpMyAdmin/libraries/classes/IpAllowDeny.php create mode 100644 admin/phpMyAdmin/libraries/classes/Language.php create mode 100644 admin/phpMyAdmin/libraries/classes/LanguageManager.php create mode 100644 admin/phpMyAdmin/libraries/classes/Linter.php create mode 100644 admin/phpMyAdmin/libraries/classes/ListAbstract.php create mode 100644 admin/phpMyAdmin/libraries/classes/ListDatabase.php create mode 100644 admin/phpMyAdmin/libraries/classes/Logging.php create mode 100644 admin/phpMyAdmin/libraries/classes/Menu.php create mode 100644 admin/phpMyAdmin/libraries/classes/Message.php create mode 100644 admin/phpMyAdmin/libraries/classes/Mime.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Navigation.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/NavigationTree.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/NodeFactory.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/Node.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeColumn.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeColumnContainer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeDatabase.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeDatabaseChild.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeEvent.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeEventContainer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeFunction.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeFunctionContainer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeIndex.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeIndexContainer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeProcedure.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeProcedureContainer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeTable.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeTableContainer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeTrigger.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeTriggerContainer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeView.php create mode 100644 admin/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeViewContainer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Normalization.php create mode 100644 admin/phpMyAdmin/libraries/classes/OpenDocument.php create mode 100644 admin/phpMyAdmin/libraries/classes/Operations.php create mode 100644 admin/phpMyAdmin/libraries/classes/OutputBuffering.php create mode 100644 admin/phpMyAdmin/libraries/classes/ParseAnalyze.php create mode 100644 admin/phpMyAdmin/libraries/classes/Partitioning/Maintenance.php create mode 100644 admin/phpMyAdmin/libraries/classes/Partitioning/Partition.php create mode 100644 admin/phpMyAdmin/libraries/classes/Partitioning/SubPartition.php create mode 100644 admin/phpMyAdmin/libraries/classes/Partitioning/TablePartitionDefinition.php create mode 100644 admin/phpMyAdmin/libraries/classes/Pdf.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Auth/AuthenticationConfig.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Auth/AuthenticationCookie.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Auth/AuthenticationHttp.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Auth/AuthenticationSignon.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/AuthenticationPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportCodegen.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportCsv.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportExcel.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportHtmlword.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportJson.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportLatex.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportMediawiki.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportOds.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportOdt.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportPdf.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportPhparray.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportSql.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportTexytext.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportXml.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/ExportYaml.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/Helpers/Pdf.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/Helpers/TableProperty.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Export/README.md create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/ExportPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/IOTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/AbstractImportCsv.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/ImportCsv.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/ImportLdi.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/ImportMediawiki.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/ImportOds.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/ImportShp.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/ImportSql.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/ImportXml.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/README.md create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/ShapeFileImport.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/Upload/UploadNoplugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/Upload/UploadProgress.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Import/Upload/UploadSession.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/ImportPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Plugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Dia/Dia.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Dia/TableStatsDia.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Eps/Eps.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Eps/TableStatsEps.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/ExportRelationSchema.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Pdf/Pdf.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/RelationStats.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/SchemaDia.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/SchemaEps.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/SchemaPdf.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/SchemaSvg.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Svg/Svg.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Schema/TableStats.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/SchemaPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/CodeMirrorEditorTransformationPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Image_JPEG_Upload.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_FileUpload.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_RegexValidation.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Download.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Hex.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Inline.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Link.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Image_PNG_Inline.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Octetstream_Sql.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Bool2Text.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Dateformat.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_External.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Formatted.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Imagelink.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/README create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/TEMPLATE create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/TEMPLATE_ABSTRACT create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Text_Plain_Link.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Text_Plain_Longtoipv4.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Text_Plain_PreApPend.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/Transformations/Text_Plain_Substring.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/TransformationsInterface.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/TransformationsPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/TwoFactor/Application.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/TwoFactor/Invalid.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/TwoFactor/Key.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/TwoFactor/Simple.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/TwoFactor/WebAuthn.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/TwoFactorPlugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Plugins/UploadInterface.php create mode 100644 admin/phpMyAdmin/libraries/classes/Profiling.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Groups/OptionsPropertyMainGroup.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Groups/OptionsPropertyRootGroup.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Groups/OptionsPropertySubgroup.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Items/BoolPropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Items/DocPropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Items/HiddenPropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Items/MessageOnlyPropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Items/NumberPropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Items/RadioPropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Items/SelectPropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/Items/TextPropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/OptionsPropertyGroup.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/OptionsPropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Options/OptionsPropertyOneItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Plugins/ExportPluginProperties.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Plugins/ImportPluginProperties.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Plugins/PluginPropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/Plugins/SchemaPluginProperties.php create mode 100644 admin/phpMyAdmin/libraries/classes/Properties/PropertyItem.php create mode 100644 admin/phpMyAdmin/libraries/classes/Providers/ServerVariables/MariaDbMySqlKbsProvider.php create mode 100644 admin/phpMyAdmin/libraries/classes/Providers/ServerVariables/ServerVariablesProvider.php create mode 100644 admin/phpMyAdmin/libraries/classes/Providers/ServerVariables/ServerVariablesProviderInterface.php create mode 100644 admin/phpMyAdmin/libraries/classes/Providers/ServerVariables/VoidProvider.php create mode 100644 admin/phpMyAdmin/libraries/classes/Query/Cache.php create mode 100644 admin/phpMyAdmin/libraries/classes/Query/Compatibility.php create mode 100644 admin/phpMyAdmin/libraries/classes/Query/Generator.php create mode 100644 admin/phpMyAdmin/libraries/classes/Query/Utilities.php create mode 100644 admin/phpMyAdmin/libraries/classes/RecentFavoriteTable.php create mode 100644 admin/phpMyAdmin/libraries/classes/Replication.php create mode 100644 admin/phpMyAdmin/libraries/classes/ReplicationGui.php create mode 100644 admin/phpMyAdmin/libraries/classes/ReplicationInfo.php create mode 100644 admin/phpMyAdmin/libraries/classes/ResponseRenderer.php create mode 100644 admin/phpMyAdmin/libraries/classes/Routing.php create mode 100644 admin/phpMyAdmin/libraries/classes/Sanitize.php create mode 100644 admin/phpMyAdmin/libraries/classes/SavedSearches.php create mode 100644 admin/phpMyAdmin/libraries/classes/Scripts.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/Plugin.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/Plugins.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/Privileges.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/Privileges/AccountLocking.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/Select.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/Status/Data.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/Status/Monitor.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/Status/Processes.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/SysInfo/Base.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/SysInfo/Linux.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/SysInfo/SunOs.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/SysInfo/SysInfo.php create mode 100644 admin/phpMyAdmin/libraries/classes/Server/SysInfo/WindowsNt.php create mode 100644 admin/phpMyAdmin/libraries/classes/Session.php create mode 100644 admin/phpMyAdmin/libraries/classes/Setup/ConfigGenerator.php create mode 100644 admin/phpMyAdmin/libraries/classes/Setup/FormProcessing.php create mode 100644 admin/phpMyAdmin/libraries/classes/Setup/Index.php create mode 100644 admin/phpMyAdmin/libraries/classes/Sql.php create mode 100644 admin/phpMyAdmin/libraries/classes/SqlQueryForm.php create mode 100644 admin/phpMyAdmin/libraries/classes/StorageEngine.php create mode 100644 admin/phpMyAdmin/libraries/classes/SystemDatabase.php create mode 100644 admin/phpMyAdmin/libraries/classes/Table.php create mode 100644 admin/phpMyAdmin/libraries/classes/Table/ColumnsDefinition.php create mode 100644 admin/phpMyAdmin/libraries/classes/Table/Indexes.php create mode 100644 admin/phpMyAdmin/libraries/classes/Table/Maintenance.php create mode 100644 admin/phpMyAdmin/libraries/classes/Table/Maintenance/Message.php create mode 100644 admin/phpMyAdmin/libraries/classes/Table/Search.php create mode 100644 admin/phpMyAdmin/libraries/classes/Template.php create mode 100644 admin/phpMyAdmin/libraries/classes/Theme.php create mode 100644 admin/phpMyAdmin/libraries/classes/ThemeManager.php create mode 100644 admin/phpMyAdmin/libraries/classes/Tracker.php create mode 100644 admin/phpMyAdmin/libraries/classes/Tracking.php create mode 100644 admin/phpMyAdmin/libraries/classes/Transformations.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/AssetExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/CoreExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/FlashMessagesExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/I18nExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/MessageExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/RelationExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/SanitizeExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/TableExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/TrackerExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/TransformationsExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/UrlExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/Twig/UtilExtension.php create mode 100644 admin/phpMyAdmin/libraries/classes/TwoFactor.php create mode 100644 admin/phpMyAdmin/libraries/classes/Types.php create mode 100644 admin/phpMyAdmin/libraries/classes/Url.php create mode 100644 admin/phpMyAdmin/libraries/classes/UrlRedirector.php create mode 100644 admin/phpMyAdmin/libraries/classes/UserPassword.php create mode 100644 admin/phpMyAdmin/libraries/classes/UserPreferences.php create mode 100644 admin/phpMyAdmin/libraries/classes/Util.php create mode 100644 admin/phpMyAdmin/libraries/classes/Utils/ForeignKey.php create mode 100644 admin/phpMyAdmin/libraries/classes/Utils/FormatConverter.php create mode 100644 admin/phpMyAdmin/libraries/classes/Utils/Gis.php create mode 100644 admin/phpMyAdmin/libraries/classes/Utils/HttpRequest.php create mode 100644 admin/phpMyAdmin/libraries/classes/Utils/SessionCache.php create mode 100644 admin/phpMyAdmin/libraries/classes/Version.php create mode 100644 admin/phpMyAdmin/libraries/classes/VersionInformation.php create mode 100644 admin/phpMyAdmin/libraries/classes/WebAuthn/CBORDecoder.php create mode 100644 admin/phpMyAdmin/libraries/classes/WebAuthn/CustomServer.php create mode 100644 admin/phpMyAdmin/libraries/classes/WebAuthn/DataStream.php create mode 100644 admin/phpMyAdmin/libraries/classes/WebAuthn/Server.php create mode 100644 admin/phpMyAdmin/libraries/classes/WebAuthn/WebAuthnException.php create mode 100644 admin/phpMyAdmin/libraries/classes/WebAuthn/WebauthnLibServer.php create mode 100644 admin/phpMyAdmin/libraries/classes/ZipExtension.php create mode 100644 admin/phpMyAdmin/libraries/config.default.php create mode 100644 admin/phpMyAdmin/libraries/config.values.php create mode 100644 admin/phpMyAdmin/libraries/constants.php create mode 100644 admin/phpMyAdmin/libraries/language_stats.inc.php create mode 100644 admin/phpMyAdmin/libraries/routes.php create mode 100644 admin/phpMyAdmin/libraries/services.php create mode 100644 admin/phpMyAdmin/libraries/services_controllers.php create mode 100644 admin/phpMyAdmin/libraries/services_loader.php create mode 100644 admin/phpMyAdmin/libraries/vendor_config.php create mode 100644 admin/phpMyAdmin/locale/ar/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/az/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/be/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/bg/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/bn/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/ca/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/cs/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/da/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/de/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/el/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/en_GB/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/es/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/et/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/fi/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/fr/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/gl/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/he/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/hu/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/hy/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/ia/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/id/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/it/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/ja/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/kk/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/ko/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/nb/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/nl/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/pl/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/pt/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/ro/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/ru/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/si/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/sk/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/sl/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/sq/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/sv/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/tr/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/uk/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/vi/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo create mode 100644 admin/phpMyAdmin/package.json create mode 100644 admin/phpMyAdmin/robots.txt create mode 100644 admin/phpMyAdmin/setup/config.php create mode 100644 admin/phpMyAdmin/setup/index.php create mode 100644 admin/phpMyAdmin/setup/lib/common.inc.php create mode 100644 admin/phpMyAdmin/setup/scss/_custom.scss create mode 100644 admin/phpMyAdmin/setup/scss/styles.scss create mode 100644 admin/phpMyAdmin/setup/styles.css create mode 100644 admin/phpMyAdmin/setup/styles.css.map create mode 100644 admin/phpMyAdmin/setup/themes/dot.gif create mode 100644 admin/phpMyAdmin/setup/validate.php create mode 100644 admin/phpMyAdmin/show_config_errors.php create mode 100644 admin/phpMyAdmin/sql/create_tables.sql create mode 100644 admin/phpMyAdmin/sql/upgrade_column_info_4_3_0+.sql create mode 100644 admin/phpMyAdmin/sql/upgrade_tables_4_7_0+.sql create mode 100644 admin/phpMyAdmin/sql/upgrade_tables_mysql_4_1_2+.sql create mode 100644 admin/phpMyAdmin/templates/changelog.twig create mode 100644 admin/phpMyAdmin/templates/columns_definitions/column_attribute.twig create mode 100644 admin/phpMyAdmin/templates/columns_definitions/column_attributes.twig create mode 100644 admin/phpMyAdmin/templates/columns_definitions/column_definitions_form.twig create mode 100644 admin/phpMyAdmin/templates/columns_definitions/column_name.twig create mode 100644 admin/phpMyAdmin/templates/columns_definitions/partitions.twig create mode 100644 admin/phpMyAdmin/templates/columns_definitions/table_fields_definitions.twig create mode 100644 admin/phpMyAdmin/templates/components/error_message.twig create mode 100644 admin/phpMyAdmin/templates/config/form_display/display.twig create mode 100644 admin/phpMyAdmin/templates/config/form_display/errors.twig create mode 100644 admin/phpMyAdmin/templates/config/form_display/group_header.twig create mode 100644 admin/phpMyAdmin/templates/config/form_display/input.twig create mode 100644 admin/phpMyAdmin/templates/console/bookmark_content.twig create mode 100644 admin/phpMyAdmin/templates/console/display.twig create mode 100644 admin/phpMyAdmin/templates/console/query_action.twig create mode 100644 admin/phpMyAdmin/templates/console/toolbar.twig create mode 100644 admin/phpMyAdmin/templates/create_tracking_version.twig create mode 100644 admin/phpMyAdmin/templates/database/central_columns/edit.twig create mode 100644 admin/phpMyAdmin/templates/database/central_columns/edit_table_row.twig create mode 100644 admin/phpMyAdmin/templates/database/central_columns/main.twig create mode 100644 admin/phpMyAdmin/templates/database/central_columns/populate_columns.twig create mode 100644 admin/phpMyAdmin/templates/database/create_table.twig create mode 100644 admin/phpMyAdmin/templates/database/data_dictionary/index.twig create mode 100644 admin/phpMyAdmin/templates/database/designer/database_tables.twig create mode 100644 admin/phpMyAdmin/templates/database/designer/edit_delete_pages.twig create mode 100644 admin/phpMyAdmin/templates/database/designer/main.twig create mode 100644 admin/phpMyAdmin/templates/database/designer/page_save_as.twig create mode 100644 admin/phpMyAdmin/templates/database/designer/page_selector.twig create mode 100644 admin/phpMyAdmin/templates/database/designer/schema_export.twig create mode 100644 admin/phpMyAdmin/templates/database/events/editor_form.twig create mode 100644 admin/phpMyAdmin/templates/database/events/index.twig create mode 100644 admin/phpMyAdmin/templates/database/events/row.twig create mode 100644 admin/phpMyAdmin/templates/database/export/index.twig create mode 100644 admin/phpMyAdmin/templates/database/import/index.twig create mode 100644 admin/phpMyAdmin/templates/database/multi_table_query/form.twig create mode 100644 admin/phpMyAdmin/templates/database/operations/index.twig create mode 100644 admin/phpMyAdmin/templates/database/privileges/index.twig create mode 100644 admin/phpMyAdmin/templates/database/qbe/column_select_cell.twig create mode 100644 admin/phpMyAdmin/templates/database/qbe/index.twig create mode 100644 admin/phpMyAdmin/templates/database/qbe/ins_del_and_or_cell.twig create mode 100644 admin/phpMyAdmin/templates/database/qbe/selection_form.twig create mode 100644 admin/phpMyAdmin/templates/database/qbe/sort_order_select_cell.twig create mode 100644 admin/phpMyAdmin/templates/database/qbe/sort_select_cell.twig create mode 100644 admin/phpMyAdmin/templates/database/routines/editor_form.twig create mode 100644 admin/phpMyAdmin/templates/database/routines/execute_form.twig create mode 100644 admin/phpMyAdmin/templates/database/routines/index.twig create mode 100644 admin/phpMyAdmin/templates/database/routines/parameter_row.twig create mode 100644 admin/phpMyAdmin/templates/database/routines/row.twig create mode 100644 admin/phpMyAdmin/templates/database/search/main.twig create mode 100644 admin/phpMyAdmin/templates/database/search/results.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/add_prefix.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/body_for_table_summary.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/bulk_action_modal.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/change_prefix_form.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/check_all_tables.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/collation_definition.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/copy_form.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/drop_form.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/empty_form.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/favorite_anchor.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/index.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/overhead.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/show_create.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/structure_table_row.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/table_header.twig create mode 100644 admin/phpMyAdmin/templates/database/structure/tracking_icon.twig create mode 100644 admin/phpMyAdmin/templates/database/tracking/tables.twig create mode 100644 admin/phpMyAdmin/templates/database/triggers/editor_form.twig create mode 100644 admin/phpMyAdmin/templates/database/triggers/export.twig create mode 100644 admin/phpMyAdmin/templates/database/triggers/list.twig create mode 100644 admin/phpMyAdmin/templates/database/triggers/row.twig create mode 100644 admin/phpMyAdmin/templates/display/results/checkbox_and_links.twig create mode 100644 admin/phpMyAdmin/templates/display/results/comment_for_row.twig create mode 100644 admin/phpMyAdmin/templates/display/results/empty_display.twig create mode 100644 admin/phpMyAdmin/templates/display/results/null_display.twig create mode 100644 admin/phpMyAdmin/templates/display/results/page_selector.twig create mode 100644 admin/phpMyAdmin/templates/display/results/row_data.twig create mode 100644 admin/phpMyAdmin/templates/display/results/table.twig create mode 100644 admin/phpMyAdmin/templates/display/results/table_headers_for_columns.twig create mode 100644 admin/phpMyAdmin/templates/display/results/table_navigation_button.twig create mode 100644 admin/phpMyAdmin/templates/display/results/value_display.twig create mode 100644 admin/phpMyAdmin/templates/encoding/kanji_encoding_form.twig create mode 100644 admin/phpMyAdmin/templates/error/generic.twig create mode 100644 admin/phpMyAdmin/templates/error/report_form.twig create mode 100644 admin/phpMyAdmin/templates/error/report_modal.twig create mode 100644 admin/phpMyAdmin/templates/export.twig create mode 100644 admin/phpMyAdmin/templates/export/template_options.twig create mode 100644 admin/phpMyAdmin/templates/export_modal.twig create mode 100644 admin/phpMyAdmin/templates/file_select_options.twig create mode 100644 admin/phpMyAdmin/templates/filter.twig create mode 100644 admin/phpMyAdmin/templates/footer.twig create mode 100644 admin/phpMyAdmin/templates/gis_data_editor_form.twig create mode 100644 admin/phpMyAdmin/templates/header.twig create mode 100644 admin/phpMyAdmin/templates/header_location.twig create mode 100644 admin/phpMyAdmin/templates/home/git_info.twig create mode 100644 admin/phpMyAdmin/templates/home/index.twig create mode 100644 admin/phpMyAdmin/templates/home/themes.twig create mode 100644 admin/phpMyAdmin/templates/import.twig create mode 100644 admin/phpMyAdmin/templates/import/javascript.twig create mode 100644 admin/phpMyAdmin/templates/import_status.twig create mode 100644 admin/phpMyAdmin/templates/indexes.twig create mode 100644 admin/phpMyAdmin/templates/javascript/redirect.twig create mode 100644 admin/phpMyAdmin/templates/javascript/variables.twig create mode 100644 admin/phpMyAdmin/templates/list_navigator.twig create mode 100644 admin/phpMyAdmin/templates/login/footer.twig create mode 100644 admin/phpMyAdmin/templates/login/form.twig create mode 100644 admin/phpMyAdmin/templates/login/header.twig create mode 100644 admin/phpMyAdmin/templates/login/twofactor.twig create mode 100644 admin/phpMyAdmin/templates/login/twofactor/application.twig create mode 100644 admin/phpMyAdmin/templates/login/twofactor/application_configure.twig create mode 100644 admin/phpMyAdmin/templates/login/twofactor/invalid.twig create mode 100644 admin/phpMyAdmin/templates/login/twofactor/key-https-warning.twig create mode 100644 admin/phpMyAdmin/templates/login/twofactor/key.twig create mode 100644 admin/phpMyAdmin/templates/login/twofactor/key_configure.twig create mode 100644 admin/phpMyAdmin/templates/login/twofactor/simple.twig create mode 100644 admin/phpMyAdmin/templates/login/twofactor/webauthn_creation.twig create mode 100644 admin/phpMyAdmin/templates/login/twofactor/webauthn_request.twig create mode 100644 admin/phpMyAdmin/templates/menu/breadcrumbs.twig create mode 100644 admin/phpMyAdmin/templates/message.twig create mode 100644 admin/phpMyAdmin/templates/modals/build_query.twig create mode 100644 admin/phpMyAdmin/templates/modals/create_view.twig create mode 100644 admin/phpMyAdmin/templates/modals/enum_set_editor.twig create mode 100644 admin/phpMyAdmin/templates/modals/index_dialog_modal.twig create mode 100644 admin/phpMyAdmin/templates/modals/preview_sql_confirmation.twig create mode 100644 admin/phpMyAdmin/templates/modals/preview_sql_modal.twig create mode 100644 admin/phpMyAdmin/templates/modals/unhide_nav_item.twig create mode 100644 admin/phpMyAdmin/templates/navigation/item_unhide_dialog.twig create mode 100644 admin/phpMyAdmin/templates/navigation/main.twig create mode 100644 admin/phpMyAdmin/templates/navigation/tree/controls.twig create mode 100644 admin/phpMyAdmin/templates/navigation/tree/database_select.twig create mode 100644 admin/phpMyAdmin/templates/navigation/tree/fast_filter.twig create mode 100644 admin/phpMyAdmin/templates/navigation/tree/node.twig create mode 100644 admin/phpMyAdmin/templates/navigation/tree/path.twig create mode 100644 admin/phpMyAdmin/templates/navigation/tree/quick_warp.twig create mode 100644 admin/phpMyAdmin/templates/navigation/tree/state.twig create mode 100644 admin/phpMyAdmin/templates/plugins/text_image_link_transformations.twig create mode 100644 admin/phpMyAdmin/templates/preferences/autoload.twig create mode 100644 admin/phpMyAdmin/templates/preferences/forms/main.twig create mode 100644 admin/phpMyAdmin/templates/preferences/header.twig create mode 100644 admin/phpMyAdmin/templates/preferences/manage/error.twig create mode 100644 admin/phpMyAdmin/templates/preferences/manage/main.twig create mode 100644 admin/phpMyAdmin/templates/preferences/two_factor/configure.twig create mode 100644 admin/phpMyAdmin/templates/preferences/two_factor/confirm.twig create mode 100644 admin/phpMyAdmin/templates/preferences/two_factor/main.twig create mode 100644 admin/phpMyAdmin/templates/preview_sql.twig create mode 100644 admin/phpMyAdmin/templates/recent_favorite_table_favorite.twig create mode 100644 admin/phpMyAdmin/templates/recent_favorite_table_no_tables.twig create mode 100644 admin/phpMyAdmin/templates/recent_favorite_table_recent.twig create mode 100644 admin/phpMyAdmin/templates/relation/check_relations.twig create mode 100644 admin/phpMyAdmin/templates/scripts.twig create mode 100644 admin/phpMyAdmin/templates/select_all.twig create mode 100644 admin/phpMyAdmin/templates/server/binlog/index.twig create mode 100644 admin/phpMyAdmin/templates/server/collations/index.twig create mode 100644 admin/phpMyAdmin/templates/server/databases/index.twig create mode 100644 admin/phpMyAdmin/templates/server/engines/index.twig create mode 100644 admin/phpMyAdmin/templates/server/engines/show.twig create mode 100644 admin/phpMyAdmin/templates/server/export/index.twig create mode 100644 admin/phpMyAdmin/templates/server/import/index.twig create mode 100644 admin/phpMyAdmin/templates/server/plugins/index.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/add_user.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/add_user_fieldset.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/change_password.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/choose_user_group.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/edit_routine_privileges.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/get_user_link.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/initials_row.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/login_information_fields.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/new_user_ajax.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/privileges_summary.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/privileges_table.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/subnav.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/user_overview.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/user_properties.twig create mode 100644 admin/phpMyAdmin/templates/server/privileges/users_overview.twig create mode 100644 admin/phpMyAdmin/templates/server/replication/change_primary.twig create mode 100644 admin/phpMyAdmin/templates/server/replication/database_multibox.twig create mode 100644 admin/phpMyAdmin/templates/server/replication/index.twig create mode 100644 admin/phpMyAdmin/templates/server/replication/primary_add_replica_user.twig create mode 100644 admin/phpMyAdmin/templates/server/replication/primary_configuration.twig create mode 100644 admin/phpMyAdmin/templates/server/replication/primary_replication.twig create mode 100644 admin/phpMyAdmin/templates/server/replication/replica_configuration.twig create mode 100644 admin/phpMyAdmin/templates/server/replication/status_table.twig create mode 100644 admin/phpMyAdmin/templates/server/select/index.twig create mode 100644 admin/phpMyAdmin/templates/server/select/server_options.twig create mode 100644 admin/phpMyAdmin/templates/server/status/advisor/index.twig create mode 100644 admin/phpMyAdmin/templates/server/status/base.twig create mode 100644 admin/phpMyAdmin/templates/server/status/monitor/index.twig create mode 100644 admin/phpMyAdmin/templates/server/status/processes/index.twig create mode 100644 admin/phpMyAdmin/templates/server/status/processes/list.twig create mode 100644 admin/phpMyAdmin/templates/server/status/queries/index.twig create mode 100644 admin/phpMyAdmin/templates/server/status/status/index.twig create mode 100644 admin/phpMyAdmin/templates/server/status/variables/index.twig create mode 100644 admin/phpMyAdmin/templates/server/sub_page_header.twig create mode 100644 admin/phpMyAdmin/templates/server/user_groups/edit_user_groups.twig create mode 100644 admin/phpMyAdmin/templates/server/user_groups/tab_list.twig create mode 100644 admin/phpMyAdmin/templates/server/user_groups/user_groups.twig create mode 100644 admin/phpMyAdmin/templates/server/user_groups/user_listings.twig create mode 100644 admin/phpMyAdmin/templates/server/variables/format_variable.twig create mode 100644 admin/phpMyAdmin/templates/server/variables/index.twig create mode 100644 admin/phpMyAdmin/templates/setup/base.twig create mode 100644 admin/phpMyAdmin/templates/setup/config/index.twig create mode 100644 admin/phpMyAdmin/templates/setup/error.twig create mode 100644 admin/phpMyAdmin/templates/setup/form/index.twig create mode 100644 admin/phpMyAdmin/templates/setup/home/index.twig create mode 100644 admin/phpMyAdmin/templates/setup/servers/index.twig create mode 100644 admin/phpMyAdmin/templates/sql/bookmark.twig create mode 100644 admin/phpMyAdmin/templates/sql/enum_column_dropdown.twig create mode 100644 admin/phpMyAdmin/templates/sql/no_results_returned.twig create mode 100644 admin/phpMyAdmin/templates/sql/profiling_chart.twig create mode 100644 admin/phpMyAdmin/templates/sql/query.twig create mode 100644 admin/phpMyAdmin/templates/sql/relational_column_dropdown.twig create mode 100644 admin/phpMyAdmin/templates/sql/set_column.twig create mode 100644 admin/phpMyAdmin/templates/sql/sql_query_results.twig create mode 100644 admin/phpMyAdmin/templates/table/browse_foreigners/column_element.twig create mode 100644 admin/phpMyAdmin/templates/table/browse_foreigners/show_all.twig create mode 100644 admin/phpMyAdmin/templates/table/chart/tbl_chart.twig create mode 100644 admin/phpMyAdmin/templates/table/delete/confirm.twig create mode 100644 admin/phpMyAdmin/templates/table/export/index.twig create mode 100644 admin/phpMyAdmin/templates/table/find_replace/index.twig create mode 100644 admin/phpMyAdmin/templates/table/find_replace/replace_preview.twig create mode 100644 admin/phpMyAdmin/templates/table/gis_visualization/gis_visualization.twig create mode 100644 admin/phpMyAdmin/templates/table/import/index.twig create mode 100644 admin/phpMyAdmin/templates/table/index_form.twig create mode 100644 admin/phpMyAdmin/templates/table/index_rename_form.twig create mode 100644 admin/phpMyAdmin/templates/table/insert/actions_panel.twig create mode 100644 admin/phpMyAdmin/templates/table/insert/column_row.twig create mode 100644 admin/phpMyAdmin/templates/table/insert/continue_insertion_form.twig create mode 100644 admin/phpMyAdmin/templates/table/insert/get_head_and_foot_of_insert_row_table.twig create mode 100644 admin/phpMyAdmin/templates/table/insert/get_html_for_insert_edit_form_header.twig create mode 100644 admin/phpMyAdmin/templates/table/maintenance/analyze.twig create mode 100644 admin/phpMyAdmin/templates/table/maintenance/check.twig create mode 100644 admin/phpMyAdmin/templates/table/maintenance/checksum.twig create mode 100644 admin/phpMyAdmin/templates/table/maintenance/optimize.twig create mode 100644 admin/phpMyAdmin/templates/table/maintenance/repair.twig create mode 100644 admin/phpMyAdmin/templates/table/operations/index.twig create mode 100644 admin/phpMyAdmin/templates/table/operations/view.twig create mode 100644 admin/phpMyAdmin/templates/table/page_with_secondary_tabs.twig create mode 100644 admin/phpMyAdmin/templates/table/partition/analyze.twig create mode 100644 admin/phpMyAdmin/templates/table/partition/check.twig create mode 100644 admin/phpMyAdmin/templates/table/partition/drop.twig create mode 100644 admin/phpMyAdmin/templates/table/partition/optimize.twig create mode 100644 admin/phpMyAdmin/templates/table/partition/rebuild.twig create mode 100644 admin/phpMyAdmin/templates/table/partition/repair.twig create mode 100644 admin/phpMyAdmin/templates/table/partition/truncate.twig create mode 100644 admin/phpMyAdmin/templates/table/privileges/index.twig create mode 100644 admin/phpMyAdmin/templates/table/relation/common_form.twig create mode 100644 admin/phpMyAdmin/templates/table/relation/dropdown_generate.twig create mode 100644 admin/phpMyAdmin/templates/table/relation/foreign_key_row.twig create mode 100644 admin/phpMyAdmin/templates/table/relation/relational_dropdown.twig create mode 100644 admin/phpMyAdmin/templates/table/search/column_comparison_operators.twig create mode 100644 admin/phpMyAdmin/templates/table/search/index.twig create mode 100644 admin/phpMyAdmin/templates/table/search/input_box.twig create mode 100644 admin/phpMyAdmin/templates/table/start_and_number_of_rows_fieldset.twig create mode 100644 admin/phpMyAdmin/templates/table/structure/display_partitions.twig create mode 100644 admin/phpMyAdmin/templates/table/structure/display_structure.twig create mode 100644 admin/phpMyAdmin/templates/table/structure/display_table_stats.twig create mode 100644 admin/phpMyAdmin/templates/table/structure/drop_confirm.twig create mode 100644 admin/phpMyAdmin/templates/table/structure/partition_definition_form.twig create mode 100644 admin/phpMyAdmin/templates/table/structure/primary.twig create mode 100644 admin/phpMyAdmin/templates/table/tracking/index.twig create mode 100644 admin/phpMyAdmin/templates/table/tracking/main.twig create mode 100644 admin/phpMyAdmin/templates/table/tracking/report_table.twig create mode 100644 admin/phpMyAdmin/templates/table/tracking/structure_snapshot_columns.twig create mode 100644 admin/phpMyAdmin/templates/table/tracking/structure_snapshot_indexes.twig create mode 100644 admin/phpMyAdmin/templates/table/zoom_search/index.twig create mode 100644 admin/phpMyAdmin/templates/table/zoom_search/result_form.twig create mode 100644 admin/phpMyAdmin/templates/top_menu.twig create mode 100644 admin/phpMyAdmin/templates/transformation_overview.twig create mode 100644 admin/phpMyAdmin/templates/user_password.twig create mode 100644 admin/phpMyAdmin/templates/view_create.twig create mode 100644 admin/phpMyAdmin/themes/bootstrap/css/theme.css create mode 100644 admin/phpMyAdmin/themes/bootstrap/css/theme.css.map create mode 100644 admin/phpMyAdmin/themes/bootstrap/css/theme.rtl.css create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/ajax_clock_small.gif create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/arrow_ltr.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/arrow_rtl.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/asc_order.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_calendar.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_dbstatistics.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_docsql.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_firstpage.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_inline_edit.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_key.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_lastpage.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_left.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_newtbl.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_nextpage.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_pdfdoc.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_prevpage.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_rename.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_right.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_sdb.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_snewtbl.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_sqldoc.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_tipp.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_undo.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/b_view.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_browse.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_deltbl.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_drop.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_edit.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_empty.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_export.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_firstpage.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_ftext.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_index.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_insrow.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_lastpage.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_nextpage.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_prevpage.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_routine_add.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_sbrowse.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_select.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_spatial.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bd_unique.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/bookmark-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/caret-up-stop.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/charset.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/chart.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/check.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/close.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/col-minus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/col-move.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/col-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/col.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/col_drop.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/col_pointer.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/col_pointer_ver.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/comment.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/console.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/database-engine.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/database-minus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/database-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/database-vars.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/database.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/databases.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/1.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/2.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/2leftarrow.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/2leftarrow_m.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/2rightarrow.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/2rightarrow_m.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/3.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/4.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/5.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/6.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/7.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/8.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/FieldKey_small.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/Field_small.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/Field_small_char.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/Field_small_date.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/Field_small_int.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/anchor.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/and_icon.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/ang_direct.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/bord.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/bottom.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/def.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/display_field.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/downarrow1.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/downarrow2.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/downarrow2_m.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/exec.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/exec_small.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/exitFullscreen.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/export.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/favicon.ico create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/grid.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/help.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/help_relation.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/left_panel_tab.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/minus.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/or_icon.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/other_table.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/page_add.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/page_delete.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/page_edit.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/pdf.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/plus.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/query_builder.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/relation.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/reload.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/resize.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/resizeright.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/rightarrow1.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/rightarrow2.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/save.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/save_as.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/small_tab.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/table.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/toggle_lines.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/top_panel.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/uparrow2_m.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/designer/viewInFullscreen.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/east-mini.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/edit.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/error.ico create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/error.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/event-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/event.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/export.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/eye_grey.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/favorite-alt.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/favorite.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/field-index-text.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/field-index-uinique.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/field-index.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/field-spatial.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/flag-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/flag.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/gear.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/glasses.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/globe-alt.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/help-alt.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/help.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/home.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/host.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/import.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/index-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/item.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/key-primary.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/key.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/language.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/left_nav_bg.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/lightbulb.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/lightbulb_off.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/link-broken.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/link.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/lock-open.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/lock.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/logo_left.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/logo_right.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/manual.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/minus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/more.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/new_data.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/new_data_hovered.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/new_data_selected.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/new_data_selected_hovered.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/new_struct.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/new_struct_hovered.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/new_struct_selected.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/new_struct_selected_hovered.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/north-mini.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/notice.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/optimize.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/password.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/pause.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/php_sym.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/plugin.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/pma_logo2.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/preferences.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/print.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/reload.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/replication.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/report.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/routine-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/routine.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/row-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_attention.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_cancel.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_cancel2.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_collapseall.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_fulltext.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_info.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_partialtext.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_process.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_really.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_sortable.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_sync.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/s_views.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/save.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/search-across.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/search-replace.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/search.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/server.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/shredder.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/sign-out.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/sort-asc.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/sort-desc.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/south-mini.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/spacer.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/sql.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/success.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/table-analyse.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/table-browse.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/table-engine.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/table-minus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/table-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/table-view-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/table-view.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/table.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/theme.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/toggle-ltr.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/toggle-rtl.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/tree-collapse.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/tree-expand.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/triangle-down-1.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/triangle-right-1.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/user-minus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/user-plus.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/user-props.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/user.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/users.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/version.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/vertical_line.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/visibility-hidden.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/visibility.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/west-mini.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/windows.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/wizard.svg create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/zoom-minus-mini.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/zoom-plus-mini.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/img/zoom-world-mini.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-icons_222222_256x240.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-icons_2e83ff_256x240.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-icons_454545_256x240.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-icons_888888_256x240.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/images/ui-icons_cd0a0a_256x240.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/jquery/jquery-ui.css create mode 100644 admin/phpMyAdmin/themes/bootstrap/screen.png create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_bootstrap.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_breadcrumb.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_codemirror.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_common.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_designer.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_enum-editor.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_forms.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_gis.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_icons.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_jqplot.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_navigation.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_print.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_reboot.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_tables.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/_variables.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/scss/theme.scss create mode 100644 admin/phpMyAdmin/themes/bootstrap/theme.json create mode 100644 admin/phpMyAdmin/themes/dot.gif create mode 100644 admin/phpMyAdmin/themes/metro/css/blueeyes-theme.css create mode 100644 admin/phpMyAdmin/themes/metro/css/blueeyes-theme.css.map create mode 100644 admin/phpMyAdmin/themes/metro/css/blueeyes-theme.rtl.css create mode 100644 admin/phpMyAdmin/themes/metro/css/mono-theme.css create mode 100644 admin/phpMyAdmin/themes/metro/css/mono-theme.css.map create mode 100644 admin/phpMyAdmin/themes/metro/css/mono-theme.rtl.css create mode 100644 admin/phpMyAdmin/themes/metro/css/redmond-theme.css create mode 100644 admin/phpMyAdmin/themes/metro/css/redmond-theme.css.map create mode 100644 admin/phpMyAdmin/themes/metro/css/redmond-theme.rtl.css create mode 100644 admin/phpMyAdmin/themes/metro/css/teal-theme.css create mode 100644 admin/phpMyAdmin/themes/metro/css/teal-theme.css.map create mode 100644 admin/phpMyAdmin/themes/metro/css/teal-theme.rtl.css create mode 100644 admin/phpMyAdmin/themes/metro/css/theme.css create mode 100644 admin/phpMyAdmin/themes/metro/css/theme.css.map create mode 100644 admin/phpMyAdmin/themes/metro/css/theme.rtl.css create mode 100644 admin/phpMyAdmin/themes/metro/img/ajax_clock_small.gif create mode 100644 admin/phpMyAdmin/themes/metro/img/arrow_ltr.png create mode 100644 admin/phpMyAdmin/themes/metro/img/arrow_rtl.png create mode 100644 admin/phpMyAdmin/themes/metro/img/asc_order.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_bookmark.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_browse.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_calendar.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_chart.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_close.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_column_add.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_comment.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_dbstatistics.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_deltbl.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_deltbl_white.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_docs.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_docsql.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_drop.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_edit.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_empty.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_engine.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_event_add.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_events.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_export.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_favorite.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_find_replace.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_firstpage.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_ftext.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_globe.gif create mode 100644 admin/phpMyAdmin/themes/metro/img/b_group.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_help.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_home.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_import.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_index.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_index_add.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_info.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_inline_edit.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_insrow.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_key.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_lastpage.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_minus.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_more.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_move.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_newdb.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_newtbl.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_nextpage.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_no_favorite.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_pdfdoc.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_plugin.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_plus.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_prevpage.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_primary.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_print.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_props.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_relations.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_rename.svg create mode 100644 admin/phpMyAdmin/themes/metro/img/b_report.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_routine_add.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_routines.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_save.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_saveimage.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_sbrowse.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_sdb.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_search.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_select.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_snewtbl.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_spatial.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_sql.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_sqldoc.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_sqlhelp.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_table_add.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_tblanalyse.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_tblexport.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_tblimport.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_tblops.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_tbloptimize.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_tipp.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_trigger_add.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_triggers.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_unique.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_usradd.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_usrcheck.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_usrdrop.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_usredit.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_usrlist.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_versions.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_view.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_view_add.png create mode 100644 admin/phpMyAdmin/themes/metro/img/b_views.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_browse.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_deltbl.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_drop.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_edit.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_empty.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_export.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_firstpage.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_ftext.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_index.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_insrow.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_lastpage.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_nextpage.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_prevpage.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_primary.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_routine_add.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_sbrowse.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_select.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_spatial.png create mode 100644 admin/phpMyAdmin/themes/metro/img/bd_unique.png create mode 100644 admin/phpMyAdmin/themes/metro/img/centralColumns.png create mode 100644 admin/phpMyAdmin/themes/metro/img/centralColumns_add.png create mode 100644 admin/phpMyAdmin/themes/metro/img/centralColumns_delete.png create mode 100644 admin/phpMyAdmin/themes/metro/img/col_drop.png create mode 100644 admin/phpMyAdmin/themes/metro/img/col_pointer.png create mode 100644 admin/phpMyAdmin/themes/metro/img/col_pointer_ver.png create mode 100644 admin/phpMyAdmin/themes/metro/img/console.png create mode 100644 admin/phpMyAdmin/themes/metro/img/database.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/2leftarrow.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/2leftarrow_m.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/2rightarrow.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/2rightarrow_m.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/FieldKey_small.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/Field_small.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/Field_small_char.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/Field_small_date.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/Field_small_int.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/Header_Linked.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/anchor.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/and_icon.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/ang_direct.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/bord.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/bottom.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/def.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/display_field.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/downarrow1.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/downarrow2.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/downarrow2_m.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/exec.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/exec_small.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/exitFullscreen.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/export.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/favicon.ico create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/grid.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/help.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/help_relation.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/left_panel_butt.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/left_panel_tab.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/minus.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/or_icon.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/page_add.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/page_delete.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/page_edit.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/pdf.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/plus.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/query_builder.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/relation.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/reload.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/resize.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/resizeright.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/rightarrow1.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/rightarrow2.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/save.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/save_as.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/table.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/toggle_lines.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/uparrow2_m.png create mode 100644 admin/phpMyAdmin/themes/metro/img/designer/viewInFullscreen.png create mode 100644 admin/phpMyAdmin/themes/metro/img/docs_menu_bg.png create mode 100644 admin/phpMyAdmin/themes/metro/img/east-mini.png create mode 100644 admin/phpMyAdmin/themes/metro/img/error.ico create mode 100644 admin/phpMyAdmin/themes/metro/img/eye.png create mode 100644 admin/phpMyAdmin/themes/metro/img/eye_grey.png create mode 100644 admin/phpMyAdmin/themes/metro/img/hide.png create mode 100644 admin/phpMyAdmin/themes/metro/img/item.png create mode 100644 admin/phpMyAdmin/themes/metro/img/item_ltr.png create mode 100644 admin/phpMyAdmin/themes/metro/img/item_rtl.png create mode 100644 admin/phpMyAdmin/themes/metro/img/lightbulb.png create mode 100644 admin/phpMyAdmin/themes/metro/img/lightbulb_off.png create mode 100644 admin/phpMyAdmin/themes/metro/img/lock_open.png create mode 100644 admin/phpMyAdmin/themes/metro/img/more.png create mode 100644 admin/phpMyAdmin/themes/metro/img/new_data.png create mode 100644 admin/phpMyAdmin/themes/metro/img/new_data_hovered.png create mode 100644 admin/phpMyAdmin/themes/metro/img/new_data_selected.png create mode 100644 admin/phpMyAdmin/themes/metro/img/new_data_selected_hovered.png create mode 100644 admin/phpMyAdmin/themes/metro/img/new_struct.png create mode 100644 admin/phpMyAdmin/themes/metro/img/new_struct_hovered.png create mode 100644 admin/phpMyAdmin/themes/metro/img/new_struct_selected.png create mode 100644 admin/phpMyAdmin/themes/metro/img/new_struct_selected_hovered.png create mode 100644 admin/phpMyAdmin/themes/metro/img/normalize.png create mode 100644 admin/phpMyAdmin/themes/metro/img/north-mini.png create mode 100644 admin/phpMyAdmin/themes/metro/img/pause.png create mode 100644 admin/phpMyAdmin/themes/metro/img/php_sym.png create mode 100644 admin/phpMyAdmin/themes/metro/img/play.png create mode 100644 admin/phpMyAdmin/themes/metro/img/pma_logo.png create mode 100644 admin/phpMyAdmin/themes/metro/img/pma_logo2.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_asc.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_asci.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_attention.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_cancel.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_cancel2.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_cog.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_collapseall.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_db.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_desc.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_error.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_error2.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_fulltext.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_host.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_info.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_lang.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_link.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_lock.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_loggoff.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_notice.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_okay.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_partialtext.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_passwd.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_process.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_really.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_reload.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_replication.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_rights.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_sortable.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_status.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_success.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_sync.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_tbl.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_theme.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_top.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_unlink.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_vars.png create mode 100644 admin/phpMyAdmin/themes/metro/img/s_views.png create mode 100644 admin/phpMyAdmin/themes/metro/img/show.png create mode 100644 admin/phpMyAdmin/themes/metro/img/south-mini.png create mode 100644 admin/phpMyAdmin/themes/metro/img/spacer.png create mode 100644 admin/phpMyAdmin/themes/metro/img/sprites.png create mode 100644 admin/phpMyAdmin/themes/metro/img/toggle-ltr.png create mode 100644 admin/phpMyAdmin/themes/metro/img/toggle-rtl.png create mode 100644 admin/phpMyAdmin/themes/metro/img/user.svg create mode 100644 admin/phpMyAdmin/themes/metro/img/vertical_line.png create mode 100644 admin/phpMyAdmin/themes/metro/img/west-mini.png create mode 100644 admin/phpMyAdmin/themes/metro/img/window-new.png create mode 100644 admin/phpMyAdmin/themes/metro/img/zoom-minus-mini.png create mode 100644 admin/phpMyAdmin/themes/metro/img/zoom-plus-mini.png create mode 100644 admin/phpMyAdmin/themes/metro/img/zoom-world-mini.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-icons_222222_256x240.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-icons_2e83ff_256x240.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-icons_454545_256x240.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-icons_888888_256x240.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/images/ui-icons_cd0a0a_256x240.png create mode 100644 admin/phpMyAdmin/themes/metro/jquery/jquery-ui.css create mode 100644 admin/phpMyAdmin/themes/metro/screen.png create mode 100644 admin/phpMyAdmin/themes/metro/scss/_alert.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_breadcrumb.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_card.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_codemirror.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_common.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_designer.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_enum-editor.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_font.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_forms.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_gis.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_icons.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_jqplot.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_list-group.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_modal.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_nav.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_navbar.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_navigation.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_print.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_reboot.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_tables.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/_variables.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/blueeyes-theme.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/mono-theme.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/redmond-theme.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/teal-theme.scss create mode 100644 admin/phpMyAdmin/themes/metro/scss/theme.scss create mode 100644 admin/phpMyAdmin/themes/metro/theme.json create mode 100644 admin/phpMyAdmin/themes/original/css/theme.css create mode 100644 admin/phpMyAdmin/themes/original/css/theme.css.map create mode 100644 admin/phpMyAdmin/themes/original/css/theme.rtl.css create mode 100644 admin/phpMyAdmin/themes/original/img/ajax_clock_small.gif create mode 100644 admin/phpMyAdmin/themes/original/img/arrow_ltr.png create mode 100644 admin/phpMyAdmin/themes/original/img/arrow_rtl.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_bookmark.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_browse.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_calendar.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_chart.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_close.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_column_add.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_comment.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_dbstatistics.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_deltbl.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_docs.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_drop.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_edit.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_empty.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_engine.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_event_add.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_events.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_export.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_favorite.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_find_replace.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_ftext.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_globe.gif create mode 100644 admin/phpMyAdmin/themes/original/img/b_group.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_help.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_home.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_import.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_index.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_index_add.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_inline_edit.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_insrow.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_key.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_left.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_minus.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_more.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_move.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_newdb.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_newtbl.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_nextpage.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_no_favorite.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_plugin.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_plus.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_primary.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_print.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_props.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_relations.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_rename.svg create mode 100644 admin/phpMyAdmin/themes/original/img/b_report.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_right.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_routine_add.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_routines.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_save.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_saveimage.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_sbrowse.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_search.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_select.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_snewtbl.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_spatial.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_sql.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_sqlhelp.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_table_add.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_tblanalyse.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_tblexport.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_tblimport.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_tblops.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_tbloptimize.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_tipp.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_trigger_add.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_triggers.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_undo.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_unique.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_usradd.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_usrcheck.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_usrdrop.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_usredit.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_usrlist.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_versions.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_view.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_view_add.png create mode 100644 admin/phpMyAdmin/themes/original/img/b_views.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_browse.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_deltbl.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_drop.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_edit.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_empty.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_export.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_ftext.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_index.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_insrow.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_nextpage.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_primary.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_routine_add.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_sbrowse.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_select.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_spatial.png create mode 100644 admin/phpMyAdmin/themes/original/img/bd_unique.png create mode 100644 admin/phpMyAdmin/themes/original/img/centralColumns.png create mode 100644 admin/phpMyAdmin/themes/original/img/centralColumns_add.png create mode 100644 admin/phpMyAdmin/themes/original/img/centralColumns_delete.png create mode 100644 admin/phpMyAdmin/themes/original/img/cleardot.gif create mode 100644 admin/phpMyAdmin/themes/original/img/col_drop.png create mode 100644 admin/phpMyAdmin/themes/original/img/col_pointer.png create mode 100644 admin/phpMyAdmin/themes/original/img/col_pointer_ver.png create mode 100644 admin/phpMyAdmin/themes/original/img/console.png create mode 100644 admin/phpMyAdmin/themes/original/img/east-mini.png create mode 100644 admin/phpMyAdmin/themes/original/img/error.ico create mode 100644 admin/phpMyAdmin/themes/original/img/eye.png create mode 100644 admin/phpMyAdmin/themes/original/img/eye_grey.png create mode 100644 admin/phpMyAdmin/themes/original/img/hide.png create mode 100644 admin/phpMyAdmin/themes/original/img/lightbulb.png create mode 100644 admin/phpMyAdmin/themes/original/img/lightbulb_off.png create mode 100644 admin/phpMyAdmin/themes/original/img/logo_left.png create mode 100644 admin/phpMyAdmin/themes/original/img/logo_right.png create mode 100644 admin/phpMyAdmin/themes/original/img/more.png create mode 100644 admin/phpMyAdmin/themes/original/img/new_data.png create mode 100644 admin/phpMyAdmin/themes/original/img/new_data_hovered.png create mode 100644 admin/phpMyAdmin/themes/original/img/new_data_selected.png create mode 100644 admin/phpMyAdmin/themes/original/img/new_data_selected_hovered.png create mode 100644 admin/phpMyAdmin/themes/original/img/new_struct.png create mode 100644 admin/phpMyAdmin/themes/original/img/new_struct_hovered.png create mode 100644 admin/phpMyAdmin/themes/original/img/new_struct_selected.png create mode 100644 admin/phpMyAdmin/themes/original/img/new_struct_selected_hovered.png create mode 100644 admin/phpMyAdmin/themes/original/img/normalize.png create mode 100644 admin/phpMyAdmin/themes/original/img/north-mini.png create mode 100644 admin/phpMyAdmin/themes/original/img/pause.png create mode 100644 admin/phpMyAdmin/themes/original/img/play.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_asc.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_asci.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_attention.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_cancel.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_cog.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_collapseall.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_db.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_desc.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_error.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_fulltext.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_host.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_info.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_lang.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_link.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_lock.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_loggoff.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_notice.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_okay.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_partialtext.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_passwd.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_really.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_reload.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_replication.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_rights.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_sortable.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_status.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_success.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_sync.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_tbl.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_theme.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_top.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_unlink.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_vars.png create mode 100644 admin/phpMyAdmin/themes/original/img/s_views.png create mode 100644 admin/phpMyAdmin/themes/original/img/show.png create mode 100644 admin/phpMyAdmin/themes/original/img/south-mini.png create mode 100644 admin/phpMyAdmin/themes/original/img/spacer.png create mode 100644 admin/phpMyAdmin/themes/original/img/toggle-ltr.png create mode 100644 admin/phpMyAdmin/themes/original/img/toggle-rtl.png create mode 100644 admin/phpMyAdmin/themes/original/img/vertical_line.png create mode 100644 admin/phpMyAdmin/themes/original/img/west-mini.png create mode 100644 admin/phpMyAdmin/themes/original/img/window-new.png create mode 100644 admin/phpMyAdmin/themes/original/img/zoom-minus-mini.png create mode 100644 admin/phpMyAdmin/themes/original/img/zoom-plus-mini.png create mode 100644 admin/phpMyAdmin/themes/original/img/zoom-world-mini.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-icons_222222_256x240.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-icons_2e83ff_256x240.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-icons_454545_256x240.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-icons_888888_256x240.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png create mode 100644 admin/phpMyAdmin/themes/original/jquery/jquery-ui.css create mode 100644 admin/phpMyAdmin/themes/original/screen.png create mode 100644 admin/phpMyAdmin/themes/original/scss/_alert.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_breadcrumb.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_card.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_common.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_forms.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_icons.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_list-group.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_modal.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_nav.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_navbar.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_navigation.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_reboot.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_tables.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/_variables.scss create mode 100644 admin/phpMyAdmin/themes/original/scss/theme.scss create mode 100644 admin/phpMyAdmin/themes/original/theme.json create mode 100644 admin/phpMyAdmin/themes/pmahomme/css/theme.css create mode 100644 admin/phpMyAdmin/themes/pmahomme/css/theme.css.map create mode 100644 admin/phpMyAdmin/themes/pmahomme/css/theme.rtl.css create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/ajax_clock_small.gif create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/arrow_ltr.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/arrow_rtl.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/asc_order.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_bookmark.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_browse.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_calendar.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_chart.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_close.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_column_add.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_comment.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_dbstatistics.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_deltbl.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_docs.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_docsql.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_drop.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_edit.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_empty.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_engine.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_event_add.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_events.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_export.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_favorite.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_find_replace.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_firstpage.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_ftext.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_globe.gif create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_group.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_help.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_home.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_import.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_index.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_index_add.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_inline_edit.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_insrow.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_key.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_lastpage.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_left.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_minus.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_more.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_move.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_newdb.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_newtbl.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_nextpage.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_no_favorite.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_pdfdoc.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_plugin.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_plus.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_prevpage.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_primary.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_print.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_props.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_relations.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_rename.svg create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_report.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_right.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_routine_add.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_routines.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_save.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_saveimage.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_sbrowse.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_sdb.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_search.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_select.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_snewtbl.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_spatial.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_sql.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_sqldoc.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_sqlhelp.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_table_add.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_tblanalyse.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_tblexport.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_tblimport.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_tblops.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_tbloptimize.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_tipp.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_trigger_add.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_triggers.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_undo.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_unique.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_usradd.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_usrcheck.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_usrdrop.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_usredit.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_usrlist.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_versions.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_view.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_view_add.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/b_views.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_browse.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_deltbl.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_drop.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_edit.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_empty.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_export.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_firstpage.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_ftext.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_index.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_insrow.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_lastpage.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_nextpage.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_prevpage.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_primary.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_routine_add.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_sbrowse.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_select.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_spatial.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/bd_unique.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/centralColumns.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/centralColumns_add.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/centralColumns_delete.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/col_drop.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/col_pointer.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/col_pointer_ver.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/console.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/database.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/1.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/2.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/2leftarrow.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/2leftarrow_m.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/2rightarrow.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/2rightarrow_m.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/3.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/4.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/5.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/6.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/7.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/8.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/FieldKey_small.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/Field_small.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/Field_small_char.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/Field_small_date.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/Field_small_int.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/anchor.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/and_icon.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/ang_direct.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/bottom.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/def.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/display_field.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/downarrow1.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/downarrow2.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/downarrow2_m.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/exec.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/exec_small.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/exitFullscreen.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/export.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/favicon.ico create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/grid.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/help.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/help_relation.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/left_panel_tab.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/minus.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/or_icon.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/other_table.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/page_add.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/page_delete.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/page_edit.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/pdf.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/plus.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/query_builder.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/relation.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/reload.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/resize.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/resizeright.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/rightarrow1.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/rightarrow2.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/save.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/save_as.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/small_tab.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/table.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/toggle_lines.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/top_panel.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/uparrow2_m.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/designer/viewInFullscreen.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/east-mini.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/error.ico create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/eye.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/eye_grey.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/hide.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/item.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/lightbulb.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/lightbulb_off.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/lock_open.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/logo_left.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/logo_right.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/more.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/new_data.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/new_data_hovered.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/new_data_selected.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/new_data_selected_hovered.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/new_struct.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/new_struct_hovered.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/new_struct_selected.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/new_struct_selected_hovered.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/normalize.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/north-mini.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/pause.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/php_sym.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/play.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/pma_logo2.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_asc.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_asci.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_attention.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_cancel.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_cancel2.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_cog.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_collapseall.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_db.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_desc.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_error.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_fulltext.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_host.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_info.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_lang.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_link.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_lock.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_loggoff.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_notice.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_okay.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_partialtext.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_passwd.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_process.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_really.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_reload.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_replication.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_rights.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_sortable.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_status.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_success.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_sync.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_tbl.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_theme.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_top.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_unlink.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_vars.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/s_views.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/show.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/south-mini.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/spacer.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/toggle-ltr.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/toggle-rtl.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/vertical_line.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/west-mini.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/window-new.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/zoom-minus-mini.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/zoom-plus-mini.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/img/zoom-world-mini.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/jquery/jquery-ui.css create mode 100644 admin/phpMyAdmin/themes/pmahomme/screen.png create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_alert.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_breadcrumb.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_buttons.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_card.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_codemirror.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_common.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_designer.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_enum-editor.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_forms.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_gis.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_icons.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_jqplot.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_list-group.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_modal.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_nav.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_navbar.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_navigation.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_pagination.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_print.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_reboot.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_tables.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/_variables.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/scss/theme.scss create mode 100644 admin/phpMyAdmin/themes/pmahomme/theme.json create mode 100644 admin/phpMyAdmin/url.php create mode 100644 admin/phpMyAdmin/vendor/autoload.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/LICENSE create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/README.md create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/composer.json create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/BitArray.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/BitMatrix.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/BitUtils.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/CharacterSetEci.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/EcBlock.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/EcBlocks.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/FormatInformation.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/Mode.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Common/Version.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Encoder/BlockPair.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Encoder/MaskUtil.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Encoder/QrCode.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Exception/RuntimeException.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Exception/WriterException.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Color/Gray.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Path/Close.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Path/Curve.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Path/Line.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Path/Move.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Path/Path.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/RendererInterface.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php create mode 100644 admin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Writer.php create mode 100644 admin/phpMyAdmin/vendor/beberlei/assert/LICENSE create mode 100644 admin/phpMyAdmin/vendor/beberlei/assert/composer.json create mode 100644 admin/phpMyAdmin/vendor/beberlei/assert/lib/Assert/Assert.php create mode 100644 admin/phpMyAdmin/vendor/beberlei/assert/lib/Assert/Assertion.php create mode 100644 admin/phpMyAdmin/vendor/beberlei/assert/lib/Assert/AssertionChain.php create mode 100644 admin/phpMyAdmin/vendor/beberlei/assert/lib/Assert/AssertionFailedException.php create mode 100644 admin/phpMyAdmin/vendor/beberlei/assert/lib/Assert/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/beberlei/assert/lib/Assert/LazyAssertion.php create mode 100644 admin/phpMyAdmin/vendor/beberlei/assert/lib/Assert/LazyAssertionException.php create mode 100644 admin/phpMyAdmin/vendor/beberlei/assert/lib/Assert/functions.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/LICENSE create mode 100644 admin/phpMyAdmin/vendor/brick/math/composer.json create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/BigDecimal.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/BigInteger.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/BigNumber.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/BigRational.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/Exception/DivisionByZeroException.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/Exception/IntegerOverflowException.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/Exception/MathException.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/Exception/NegativeNumberException.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/Exception/NumberFormatException.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/Exception/RoundingNecessaryException.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/Internal/Calculator.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/Internal/Calculator/GmpCalculator.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/Internal/Calculator/NativeCalculator.php create mode 100644 admin/phpMyAdmin/vendor/brick/math/src/RoundingMode.php create mode 100644 admin/phpMyAdmin/vendor/code-lts/u2f-php-server/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/code-lts/u2f-php-server/LICENCE create mode 100644 admin/phpMyAdmin/vendor/code-lts/u2f-php-server/README.md create mode 100644 admin/phpMyAdmin/vendor/code-lts/u2f-php-server/composer.json create mode 100644 admin/phpMyAdmin/vendor/code-lts/u2f-php-server/src/Registration.php create mode 100644 admin/phpMyAdmin/vendor/code-lts/u2f-php-server/src/RegistrationRequest.php create mode 100644 admin/phpMyAdmin/vendor/code-lts/u2f-php-server/src/SignRequest.php create mode 100644 admin/phpMyAdmin/vendor/code-lts/u2f-php-server/src/U2FException.php create mode 100644 admin/phpMyAdmin/vendor/code-lts/u2f-php-server/src/U2FServer.php create mode 100644 admin/phpMyAdmin/vendor/composer/ClassLoader.php create mode 100644 admin/phpMyAdmin/vendor/composer/InstalledVersions.php create mode 100644 admin/phpMyAdmin/vendor/composer/LICENSE create mode 100644 admin/phpMyAdmin/vendor/composer/autoload_classmap.php create mode 100644 admin/phpMyAdmin/vendor/composer/autoload_files.php create mode 100644 admin/phpMyAdmin/vendor/composer/autoload_namespaces.php create mode 100644 admin/phpMyAdmin/vendor/composer/autoload_psr4.php create mode 100644 admin/phpMyAdmin/vendor/composer/autoload_real.php create mode 100644 admin/phpMyAdmin/vendor/composer/autoload_static.php create mode 100644 admin/phpMyAdmin/vendor/composer/ca-bundle/LICENSE create mode 100644 admin/phpMyAdmin/vendor/composer/ca-bundle/README.md create mode 100644 admin/phpMyAdmin/vendor/composer/ca-bundle/composer.json create mode 100644 admin/phpMyAdmin/vendor/composer/ca-bundle/res/cacert.pem create mode 100644 admin/phpMyAdmin/vendor/composer/ca-bundle/src/CaBundle.php create mode 100644 admin/phpMyAdmin/vendor/composer/installed.json create mode 100644 admin/phpMyAdmin/vendor/composer/installed.php create mode 100644 admin/phpMyAdmin/vendor/composer/platform_check.php create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/LICENSE create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/README.md create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/composer.json create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/src/AbstractEnum.php create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/src/EnumMap.php create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/src/Exception/CloneNotSupportedException.php create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/src/Exception/ExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/src/Exception/ExpectationException.php create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/src/Exception/IllegalArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/src/Exception/MismatchException.php create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/src/Exception/SerializeNotSupportedException.php create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/src/Exception/UnserializeNotSupportedException.php create mode 100644 admin/phpMyAdmin/vendor/dasprid/enum/src/NullValue.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/LICENSE create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/README.md create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/composer.json create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/ASNObject.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/AbstractString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/AbstractTime.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Base128.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Composite/AttributeTypeAndValue.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Composite/RDNString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Composite/RelativeDistinguishedName.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Construct.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Exception/NotImplementedException.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Exception/ParserException.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/ExplicitlyTaggedObject.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Identifier.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/OID.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Parsable.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/TemplateParser.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/BMPString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/BitString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/Boolean.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/CharacterString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/Enumerated.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/GeneralString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/GeneralizedTime.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/GraphicString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/IA5String.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/Integer.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/NullObject.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/NumericString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/ObjectDescriptor.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/ObjectIdentifier.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/OctetString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/PrintableString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/RelativeObjectIdentifier.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/Sequence.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/Set.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/T61String.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/UTCTime.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/UTF8String.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/UniversalString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/Universal/VisibleString.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/UnknownConstructedObject.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/ASN1/UnknownObject.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/Utility/BigInteger.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/Utility/BigIntegerBcmath.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/Utility/BigIntegerGmp.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/X509/AlgorithmIdentifier.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/X509/CSR/Attributes.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/X509/CSR/CSR.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/X509/CertificateExtensions.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/X509/CertificateSubject.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/X509/PrivateKey.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/X509/PublicKey.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/X509/SAN/DNSName.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/X509/SAN/IPAddress.php create mode 100644 admin/phpMyAdmin/vendor/fgrosse/phpasn1/lib/X509/SAN/SubjectAlternativeNames.php create mode 100644 admin/phpMyAdmin/vendor/fig/http-message-util/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/fig/http-message-util/LICENSE create mode 100644 admin/phpMyAdmin/vendor/fig/http-message-util/README.md create mode 100644 admin/phpMyAdmin/vendor/fig/http-message-util/composer.json create mode 100644 admin/phpMyAdmin/vendor/fig/http-message-util/src/RequestMethodInterface.php create mode 100644 admin/phpMyAdmin/vendor/fig/http-message-util/src/StatusCodeInterface.php create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/LICENSE create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/README.md create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/composer.json create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestParameters.php create mode 100644 admin/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/Response.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/LICENSE create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/composer.json create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/AuthorityInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/DataPathInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/DomainHostInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/FragmentInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/HostInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/IpHostInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/PathInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/PortInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/QueryInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/SegmentedPathInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/UriComponentInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/UriException.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/UriInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Contracts/UserInfoInterface.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Exceptions/FileinfoSupportMissing.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Exceptions/IdnSupportMissing.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Exceptions/IdnaConversionFailed.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Idna/Idna.php create mode 100644 admin/phpMyAdmin/vendor/league/uri-interfaces/src/Idna/IdnaInfo.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/LICENSE create mode 100644 admin/phpMyAdmin/vendor/league/uri/composer.json create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/Exceptions/TemplateCanNotBeExpanded.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/Http.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/HttpFactory.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/Uri.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/UriInfo.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/UriResolver.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/UriString.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/UriTemplate.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/UriTemplate/Expression.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/UriTemplate/Template.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/UriTemplate/VarSpecifier.php create mode 100644 admin/phpMyAdmin/vendor/league/uri/src/UriTemplate/VariableBag.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/LICENSE create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/README.md create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/composer.json create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/BadRouteException.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/DataGenerator.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/DataGenerator/CharCountBased.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/DataGenerator/GroupCountBased.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/DataGenerator/GroupPosBased.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/DataGenerator/MarkBased.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/DataGenerator/RegexBasedAbstract.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/Dispatcher.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/Dispatcher/CharCountBased.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/Dispatcher/GroupCountBased.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/Dispatcher/GroupPosBased.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/Dispatcher/MarkBased.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/Dispatcher/RegexBasedAbstract.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/Route.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/RouteCollector.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/RouteParser.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/RouteParser/Std.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/bootstrap.php create mode 100644 admin/phpMyAdmin/vendor/nikic/fast-route/src/functions.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/LICENSE.txt create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/README.md create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/composer.json create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base32.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base32Hex.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base64.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Binary.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Encoding.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Hex.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/RFC4648.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/random_compat/LICENSE create mode 100644 admin/phpMyAdmin/vendor/paragonie/random_compat/composer.json create mode 100644 admin/phpMyAdmin/vendor/paragonie/random_compat/lib/random.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/LICENSE create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/README.md create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/autoload-php7.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/autoload.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/composer.json create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/lib/constants.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/lib/namespaced.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/lib/php72compat.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/lib/php72compat_const.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/lib/ristretto255.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/lib/sodium_compat.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Compat.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Util.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/Crypto.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/namespaced/File.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Compat.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Curve25519.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Curve25519/README.md create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Ed25519.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Poly1305.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Salsa20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/SipHash.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/Util.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/X25519.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Curve25519/README.md create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Int32.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Int64.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/SipHash.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/Util.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/X25519.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Crypto.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/Crypto32.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/File.php create mode 100644 admin/phpMyAdmin/vendor/paragonie/sodium_compat/src/SodiumException.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/LICENSE create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/README.md create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/benchmark-apcu.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/composer.json create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Cache/ApcuCache.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Cache/ApcuCacheFactory.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Cache/CacheFactoryInterface.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Cache/CacheInterface.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Cache/GetAllInterface.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Cache/InMemoryCache.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/CacheException.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Loader.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/MoParser.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/ReaderException.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/StringReader.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Translator.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/motranslator/src/functions.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/shapefile/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/shapefile/LICENSE create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/shapefile/README.md create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/shapefile/composer.json create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/shapefile/src/ShapeFile.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/shapefile/src/ShapeRecord.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/shapefile/src/Util.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/LICENSE.txt create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/README.md create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/composer.json create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/af/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ar/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ast/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/az/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/be/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/be@latin/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bg/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bn/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/br/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/brx/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bs/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ca/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ckb/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/cs/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/cy/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/da/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/de/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/el/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/en_GB/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/eo/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/es/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/et/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/eu/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fa/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fi/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fr/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fy/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/gl/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/gu/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/he/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hi/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hr/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hu/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hy/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ia/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/id/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/it/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ja/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ka/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/kk/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/km/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/kmr/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/kn/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ko/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ksh/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ky/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/li/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/lt/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/lv/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/mk/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ml/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/mn/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ms/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/nb/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ne/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/nl/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pa/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pl/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pt/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pt_BR/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/rcf/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ro/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ru/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/si/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sk/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sl/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sq/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sr/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sr@latin/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sv/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ta/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/te/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/th/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tk/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tr/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tt/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ug/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uk/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ur/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uz/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uz@latin/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/vi/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/vls/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/zh_CN/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/zh_TW/LC_MESSAGES/sqlparser.mo create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Component.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/AlterOperation.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Array2d.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/ArrayObj.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/CaseExpression.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Condition.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/DataType.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Expression.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/ExpressionArray.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/FunctionCall.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/GroupKeyword.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/IndexHint.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/IntoKeyword.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/JoinKeyword.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Key.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Limit.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/LockExpression.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/OptionsArray.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/OrderKeyword.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/ParameterDefinition.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/PartitionDefinition.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Reference.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/SetOperation.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/UnionKeyword.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/WithKeyword.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Context.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100000.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100100.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100200.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100300.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100400.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100500.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100600.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50000.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50100.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50500.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50600.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50700.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql80000.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Core.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Exceptions/LexerException.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Exceptions/LoaderException.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Exceptions/ParserException.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Lexer.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Parser.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/AlterStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/AnalyzeStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/BackupStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/CallStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/CheckStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/ChecksumStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/DeleteStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/DropStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/ExplainStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/InsertStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/LoadStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/LockStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/MaintenanceStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/NotImplementedStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/OptimizeStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/PurgeStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/RenameStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/RepairStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/ReplaceStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/RestoreStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/SelectStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/SetStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/ShowStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/TransactionStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/TruncateStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/UpdateStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/WithStatement.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Token.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/TokensList.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Translator.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/UtfString.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/BufferedQuery.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/CLI.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Error.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Formatter.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Misc.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Query.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Routine.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Table.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Tokens.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/twig-i18n-extension/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/twig-i18n-extension/LICENSE create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/twig-i18n-extension/composer.json create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/twig-i18n-extension/src/I18nExtension.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/twig-i18n-extension/src/Node/TransNode.php create mode 100644 admin/phpMyAdmin/vendor/phpmyadmin/twig-i18n-extension/src/TokenParser/TransTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/LICENSE.md create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/README.md create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/composer.json create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/src/Exceptions/MissingQrCodeServiceException.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/src/Google2FA.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/src/QRCode/Bacon.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/src/QRCode/Chillerlan.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/src/QRCode/QRCodeServiceContract.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/LICENSE.md create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/README.md create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/composer.json create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/Contracts/Google2FA.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/Contracts/IncompatibleWithGoogleAuthenticator.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/Contracts/InvalidAlgorithm.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/Contracts/InvalidCharacters.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/Contracts/SecretKeyTooShort.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/InvalidAlgorithmException.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Google2FA.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Support/Base32.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Support/Constants.php create mode 100644 admin/phpMyAdmin/vendor/pragmarx/google2fa/src/Support/QRCode.php create mode 100644 admin/phpMyAdmin/vendor/psr/cache/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/psr/cache/LICENSE.txt create mode 100644 admin/phpMyAdmin/vendor/psr/cache/README.md create mode 100644 admin/phpMyAdmin/vendor/psr/cache/composer.json create mode 100644 admin/phpMyAdmin/vendor/psr/cache/src/CacheException.php create mode 100644 admin/phpMyAdmin/vendor/psr/cache/src/CacheItemInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/cache/src/CacheItemPoolInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/cache/src/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/psr/container/LICENSE create mode 100644 admin/phpMyAdmin/vendor/psr/container/README.md create mode 100644 admin/phpMyAdmin/vendor/psr/container/composer.json create mode 100644 admin/phpMyAdmin/vendor/psr/container/src/ContainerExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/container/src/ContainerInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/container/src/NotFoundExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-client/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/psr/http-client/LICENSE create mode 100644 admin/phpMyAdmin/vendor/psr/http-client/README.md create mode 100644 admin/phpMyAdmin/vendor/psr/http-client/composer.json create mode 100644 admin/phpMyAdmin/vendor/psr/http-client/src/ClientExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-client/src/ClientInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-client/src/NetworkExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-client/src/RequestExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-factory/LICENSE create mode 100644 admin/phpMyAdmin/vendor/psr/http-factory/README.md create mode 100644 admin/phpMyAdmin/vendor/psr/http-factory/composer.json create mode 100644 admin/phpMyAdmin/vendor/psr/http-factory/src/RequestFactoryInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-factory/src/ResponseFactoryInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-factory/src/StreamFactoryInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-factory/src/UriFactoryInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/LICENSE create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/README.md create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/composer.json create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/src/MessageInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/src/RequestInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/src/ResponseInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/src/ServerRequestInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/src/StreamInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/src/UploadedFileInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/http-message/src/UriInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/log/LICENSE create mode 100644 admin/phpMyAdmin/vendor/psr/log/Psr/Log/AbstractLogger.php create mode 100644 admin/phpMyAdmin/vendor/psr/log/Psr/Log/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/psr/log/Psr/Log/LogLevel.php create mode 100644 admin/phpMyAdmin/vendor/psr/log/Psr/Log/LoggerAwareInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/log/Psr/Log/LoggerAwareTrait.php create mode 100644 admin/phpMyAdmin/vendor/psr/log/Psr/Log/LoggerInterface.php create mode 100644 admin/phpMyAdmin/vendor/psr/log/Psr/Log/LoggerTrait.php create mode 100644 admin/phpMyAdmin/vendor/psr/log/Psr/Log/NullLogger.php create mode 100644 admin/phpMyAdmin/vendor/psr/log/README.md create mode 100644 admin/phpMyAdmin/vendor/psr/log/composer.json create mode 100644 admin/phpMyAdmin/vendor/ralouphie/getallheaders/LICENSE create mode 100644 admin/phpMyAdmin/vendor/ralouphie/getallheaders/README.md create mode 100644 admin/phpMyAdmin/vendor/ralouphie/getallheaders/composer.json create mode 100644 admin/phpMyAdmin/vendor/ralouphie/getallheaders/src/getallheaders.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/LICENSE create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/README.md create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/composer.json create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/AbstractArray.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/AbstractCollection.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/AbstractSet.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/ArrayInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Collection.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/CollectionInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/DoubleEndedQueue.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/DoubleEndedQueueInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Exception/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Exception/InvalidSortOrderException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Exception/NoSuchElementException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Exception/ValueExtractionException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/GenericArray.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Map/AbstractMap.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Map/AbstractTypedMap.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Map/AssociativeArrayMap.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Map/MapInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Map/NamedParameterMap.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Map/TypedMap.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Map/TypedMapInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Queue.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/QueueInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Set.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Tool/TypeTrait.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/collection/src/Tool/ValueToStringTrait.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/LICENSE create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/README.md create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/composer.json create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/BinaryUtils.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Builder/BuilderCollection.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Builder/FallbackBuilder.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Codec/CodecInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Codec/StringCodec.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/DegradedUuid.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/BuilderNotFoundException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/DateTimeException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/DceSecurityException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/InvalidBytesException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/NameException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/NodeException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/RandomSourceException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/TimeSourceException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/UnableToBuildUuidException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/FeatureSet.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Fields/FieldsInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/CombGenerator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/DefaultNameGenerator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/NameGeneratorFactory.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/NameGeneratorInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Guid/Fields.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Guid/Guid.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Guid/GuidBuilder.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Math/CalculatorInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Math/RoundingMode.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Nonstandard/Fields.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Nonstandard/Uuid.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Nonstandard/UuidV6.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/Fields.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/NilTrait.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/NilUuid.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/UuidV2.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/UuidV3.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/UuidV4.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/UuidV5.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/Validator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Type/Decimal.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Type/Hexadecimal.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Type/Integer.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Type/NumberInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Type/Time.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Type/TypeInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Uuid.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/UuidFactory.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/UuidFactoryInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/UuidInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Validator/GenericValidator.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/Validator/ValidatorInterface.php create mode 100644 admin/phpMyAdmin/vendor/ramsey/uuid/src/functions.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/LICENSE.md create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/composer.json create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Cookies.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Environment.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Factory/RequestFactory.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Factory/ResponseFactory.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Factory/ServerRequestFactory.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Factory/StreamFactory.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Factory/UploadedFileFactory.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Factory/UriFactory.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Header.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Headers.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Interfaces/HeadersInterface.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Message.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/NonBufferedBody.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Request.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Response.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Stream.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/UploadedFile.php create mode 100644 admin/phpMyAdmin/vendor/slim/psr7/src/Uri.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/base64url/LICENSE create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/base64url/composer.json create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/base64url/src/Base64Url.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/LICENSE create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/composer.json create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/AbstractCBORObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/ByteStringObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/ByteStringWithChunkObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/CBORObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Decoder.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/InfiniteListObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/InfiniteMapObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/LengthCalculator.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/ListObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/MapItem.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/MapObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/BreakObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/DoublePrecisionFloatObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/FalseObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/GenericObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/HalfPrecisionFloatObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/NullObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/OtherObjectManager.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/SimpleObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/SinglePrecisionFloatObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/TrueObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/OtherObject/UndefinedObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/SignedIntegerObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Stream.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/StringStream.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/Base16EncodingTag.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/Base64EncodingTag.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/Base64UrlEncodingTag.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/BigFloatTag.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/DecimalFractionTag.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/EpochTag.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/GenericTag.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/NegativeBigIntegerTag.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/PositiveBigIntegerTag.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/TagObjectManager.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Tag/TimestampTag.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/TagObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/TextStringObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/TextStringWithChunkObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/UnsignedIntegerObject.php create mode 100644 admin/phpMyAdmin/vendor/spomky-labs/cbor-php/src/Utils.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache-contracts/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/symfony/cache-contracts/CacheInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache-contracts/CacheTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache-contracts/CallbackInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache-contracts/ItemInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache-contracts/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/cache-contracts/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/cache-contracts/TagAwareCacheInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache-contracts/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/AbstractAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/AdapterInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/ApcuAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/ArrayAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/ChainAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/CouchbaseBucketAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/CouchbaseCollectionAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/DoctrineAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/DoctrineDbalAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/FilesystemAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/FilesystemTagAwareAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/MemcachedAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/NullAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/ParameterNormalizer.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/PdoAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/PhpArrayAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/PhpFilesAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/ProxyAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/Psr16Adapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/RedisAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/TagAwareAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/TraceableAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/CacheItem.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/DataCollector/CacheDataCollector.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/DependencyInjection/CacheCollectorPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/DependencyInjection/CachePoolClearerPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/DependencyInjection/CachePoolPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/DependencyInjection/CachePoolPrunerPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/DoctrineProvider.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Exception/CacheException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Exception/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Exception/LogicException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/LockRegistry.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Marshaller/DefaultMarshaller.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Marshaller/DeflateMarshaller.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Marshaller/MarshallerInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Marshaller/SodiumMarshaller.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Marshaller/TagAwareMarshaller.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Messenger/EarlyExpirationDispatcher.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Messenger/EarlyExpirationHandler.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Messenger/EarlyExpirationMessage.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/PruneableInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Psr16Cache.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/ResettableInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Traits/AbstractAdapterTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Traits/ContractsTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Traits/FilesystemCommonTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Traits/FilesystemTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Traits/ProxyTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Traits/RedisClusterNodeProxy.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Traits/RedisClusterProxy.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Traits/RedisProxy.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/Traits/RedisTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/cache/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Builder/ClassBuilder.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Builder/ConfigBuilderGenerator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Builder/ConfigBuilderGeneratorInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Builder/ConfigBuilderInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Builder/Method.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Builder/Property.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/symfony/config/ConfigCache.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/ConfigCacheFactory.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/ConfigCacheFactoryInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/ConfigCacheInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/ArrayNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/BaseNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/BooleanNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/ArrayNodeDefinition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/BooleanNodeDefinition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/BuilderAwareInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/EnumNodeDefinition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/ExprBuilder.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/FloatNodeDefinition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/IntegerNodeDefinition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/MergeBuilder.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/NodeBuilder.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/NodeDefinition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/NodeParentInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/NormalizationBuilder.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/NumericNodeDefinition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/ParentNodeDefinitionInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/ScalarNodeDefinition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/TreeBuilder.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/ValidationBuilder.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Builder/VariableNodeDefinition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/ConfigurationInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Dumper/XmlReferenceDumper.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Dumper/YamlReferenceDumper.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/EnumNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Exception/DuplicateKeyException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Exception/Exception.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Exception/ForbiddenOverwriteException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Exception/InvalidConfigurationException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Exception/InvalidDefinitionException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Exception/InvalidTypeException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Exception/UnsetKeyException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/FloatNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/IntegerNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/NodeInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/NumericNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/Processor.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/PrototypeNodeInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/PrototypedArrayNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/ScalarNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Definition/VariableNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Exception/FileLoaderImportCircularReferenceException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Exception/FileLocatorFileNotFoundException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Exception/LoaderLoadException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/FileLocator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/FileLocatorInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Loader/DelegatingLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Loader/FileLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Loader/GlobFileLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Loader/Loader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Loader/LoaderInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Loader/LoaderResolver.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Loader/LoaderResolverInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Loader/ParamConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Resource/ClassExistenceResource.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Resource/ComposerResource.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Resource/DirectoryResource.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Resource/FileExistenceResource.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Resource/FileResource.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Resource/GlobResource.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Resource/ReflectionClassResource.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Resource/ResourceInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Resource/SelfCheckingResourceInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/ResourceCheckerConfigCache.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/ResourceCheckerInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Util/Exception/InvalidXmlException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Util/Exception/XmlParsingException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/Util/XmlUtils.php create mode 100644 admin/phpMyAdmin/vendor/symfony/config/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Alias.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Argument/AbstractArgument.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Argument/ArgumentInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Argument/BoundArgument.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Argument/IteratorArgument.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Argument/ReferenceSetArgumentTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Argument/RewindableGenerator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Argument/ServiceClosureArgument.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Argument/ServiceLocator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Argument/ServiceLocatorArgument.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Argument/TaggedIteratorArgument.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Attribute/AsTaggedItem.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Attribute/Autoconfigure.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Attribute/AutoconfigureTag.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Attribute/TaggedIterator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Attribute/TaggedLocator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Attribute/Target.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Attribute/When.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ChildDefinition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/AliasDeprecatedPublicServicesPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/AttributeAutoconfigurationPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/AutowirePass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/AutowireRequiredMethodsPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/AutowireRequiredPropertiesPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/CheckArgumentsValidityPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/CheckTypeDeclarationsPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/Compiler.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/PassConfig.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/PriorityTaggedServiceTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/RegisterAutoconfigureAttributesPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/RegisterEnvVarProcessorsPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/RegisterReverseContainerPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/RegisterServiceSubscribersPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveBindingsPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveChildDefinitionsPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveClassPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveDecoratorStackPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveEnvPlaceholdersPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveFactoryClassPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveHotPathPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveInstanceofConditionalsPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveNamedArgumentsPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveNoPreloadPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolvePrivatesPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveServiceSubscribersPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ResolveTaggedIteratorArgumentPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ServiceLocatorTagPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Compiler/ValidateEnvPlaceholdersPass.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Config/ContainerParametersResource.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Container.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ContainerAwareInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ContainerAwareTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ContainerBuilder.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ContainerInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Definition.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Dumper/Dumper.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Dumper/DumperInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Dumper/GraphvizDumper.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Dumper/PhpDumper.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Dumper/Preloader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Dumper/XmlDumper.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Dumper/YamlDumper.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/EnvVarProcessor.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/AutowiringFailedException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/BadMethodCallException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/EnvNotFoundException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/EnvParameterException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/ExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/InvalidParameterTypeException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/LogicException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/RuntimeException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ExpressionLanguage.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ExpressionLanguageProvider.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Extension/Extension.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Extension/ExtensionInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Extension/PrependExtensionInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/LazyProxy/Instantiator/InstantiatorInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/LazyProxy/ProxyHelper.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/ClosureLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/AbstractConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/AbstractServiceConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/AliasConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/ClosureReferenceConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/DefaultsConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/EnvConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/InlineServiceConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/InstanceofConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/ParametersConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/PrototypeConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/ReferenceConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/ServiceConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/ServicesConfigurator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/AbstractTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ArgumentTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/AutoconfigureTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/AutowireTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/BindTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/CallTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ClassTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ConfiguratorTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/DecorateTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/DeprecateTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/FactoryTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/FileTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/LazyTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ParentTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/PropertyTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/PublicTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ShareTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/SyntheticTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/Configurator/Traits/TagTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/DirectoryLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/FileLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/GlobFileLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/IniFileLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/PhpFileLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Parameter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Reference.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ReverseContainer.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/ServiceLocator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/TaggedContainerInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/TypedReference.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/Variable.php create mode 100644 admin/phpMyAdmin/vendor/symfony/dependency-injection/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/deprecation-contracts/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/symfony/deprecation-contracts/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/deprecation-contracts/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/deprecation-contracts/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/deprecation-contracts/function.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Compiler.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Expression.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/ExpressionFunction.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/ExpressionLanguage.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Lexer.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Node/ArgumentsNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Node/ArrayNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Node/BinaryNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Node/ConditionalNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Node/ConstantNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Node/FunctionNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Node/GetAttrNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Node/NameNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Node/Node.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Node/UnaryNode.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/ParsedExpression.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Parser.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/SerializedParsedExpression.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/SyntaxError.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/Token.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/TokenStream.php create mode 100644 admin/phpMyAdmin/vendor/symfony/expression-language/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/Exception/ExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/Exception/FileNotFoundException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/Exception/IOException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/Exception/IOExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/Exception/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/Exception/RuntimeException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/Filesystem.php create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/Path.php create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/filesystem/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-ctype/Ctype.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-ctype/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-ctype/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-ctype/bootstrap.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-ctype/bootstrap80.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-ctype/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-mbstring/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-mbstring/Mbstring.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-mbstring/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-mbstring/bootstrap.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-mbstring/bootstrap80.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-mbstring/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php73/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php73/Php73.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php73/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php73/bootstrap.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php73/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/Php80.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/PhpToken.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/bootstrap.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php80/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php81/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php81/Php81.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php81/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php81/bootstrap.php create mode 100644 admin/phpMyAdmin/vendor/symfony/polyfill-php81/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/process/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Exception/ExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Exception/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Exception/LogicException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Exception/ProcessFailedException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Exception/ProcessSignaledException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Exception/ProcessTimedOutException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Exception/RuntimeException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/ExecutableFinder.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/InputStream.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/process/PhpExecutableFinder.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/PhpProcess.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Pipes/AbstractPipes.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Pipes/PipesInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Pipes/UnixPipes.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Pipes/WindowsPipes.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/Process.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/ProcessUtils.php create mode 100644 admin/phpMyAdmin/vendor/symfony/process/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/process/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/Attribute/Required.php create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/Attribute/SubscribedService.php create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/ResetInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/ServiceLocatorTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/ServiceProviderInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/ServiceSubscriberInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/ServiceSubscriberTrait.php create mode 100644 admin/phpMyAdmin/vendor/symfony/service-contracts/composer.json create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/Exception/ClassNotFoundException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/Exception/ExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/Exception/NotInstantiableTypeException.php create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/Instantiator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/Internal/Exporter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/Internal/Hydrator.php create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/Internal/Reference.php create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/Internal/Registry.php create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/Internal/Values.php create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/LICENSE create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/README.md create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/VarExporter.php create mode 100644 admin/phpMyAdmin/vendor/symfony/var-exporter/composer.json create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/CHANGELOG.TXT create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/LICENSE.TXT create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/README.md create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/VERSION create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/composer.json create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/config/tcpdf_config.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusans.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusans.z create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusansb.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusansb.z create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/helvetica.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_colors.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_images.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_static.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf_import.php create mode 100644 admin/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf_parser.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/LICENSE create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/README.md create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/composer.json create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/deprecated/Exceptions/ApcException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/deprecated/Exceptions/LibeventException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/deprecated/Exceptions/MssqlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/deprecated/Exceptions/StatsException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/deprecated/apc.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/deprecated/functionsList.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/deprecated/libevent.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/deprecated/mssql.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/deprecated/stats.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/CalendarException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ComException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/DirException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/EioException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/HashException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/MsqlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/MysqliException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/MysqlndMsException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/MysqlndQcException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/PasswordException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/PdfException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/PsException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/RpminfoException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/SemException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/SimplexmlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/SplException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/VarException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/YazException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/apache.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/apcu.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/array.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/bzip2.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/calendar.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/classobj.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/com.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/cubrid.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/curl.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/datetime.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/dir.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/eio.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/errorfunc.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/exec.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/fileinfo.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/filesystem.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/filter.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/fpm.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/ftp.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/funchand.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/functionsList.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/gmp.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/gnupg.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/hash.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/ibase.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/ibmDb2.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/iconv.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/image.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/imap.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/info.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/ingres-ii.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/inotify.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/json.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/ldap.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/libxml.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/lzf.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/mailparse.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/mbstring.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/misc.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/msql.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/mysql.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/mysqli.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/mysqlndMs.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/mysqlndQc.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/network.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/oci8.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/opcache.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/openssl.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/outcontrol.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/password.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/pcntl.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/pcre.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/pdf.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/pgsql.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/posix.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/ps.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/pspell.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/readline.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/rpminfo.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/rrd.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/sem.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/session.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/shmop.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/simplexml.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/sockets.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/sodium.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/solr.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/spl.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/sqlsrv.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/ssdeep.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/ssh2.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/stream.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/strings.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/swoole.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/uodbc.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/uopz.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/url.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/var.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/xdiff.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/xml.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/xmlrpc.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/yaml.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/yaz.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/zip.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/generated/zlib.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/lib/DateTime.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/lib/DateTimeImmutable.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/lib/Exceptions/CurlException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/lib/Exceptions/JsonException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/lib/Exceptions/OpensslException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/lib/Exceptions/PcreException.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php create mode 100644 admin/phpMyAdmin/vendor/thecodingmachine/safe/lib/special_cases.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/CHANGELOG create mode 100644 admin/phpMyAdmin/vendor/twig/twig/LICENSE create mode 100644 admin/phpMyAdmin/vendor/twig/twig/composer.json create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Cache/CacheInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Cache/FilesystemCache.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Cache/NullCache.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Compiler.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Environment.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Error/Error.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Error/LoaderError.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Error/RuntimeError.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Error/SyntaxError.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/ExpressionParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/AbstractExtension.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/CoreExtension.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/DebugExtension.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/EscaperExtension.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/ExtensionInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/GlobalsInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/OptimizerExtension.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/ProfilerExtension.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/SandboxExtension.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/StagingExtension.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Extension/StringLoaderExtension.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/ExtensionSet.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/FileExtensionEscapingStrategy.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Lexer.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Loader/ArrayLoader.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Loader/ChainLoader.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Loader/FilesystemLoader.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Loader/LoaderInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Markup.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/AutoEscapeNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/BlockNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/BlockReferenceNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/BodyNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/CheckSecurityCallNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/CheckSecurityNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/CheckToStringNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/DeprecatedNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/DoNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/EmbedNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/AbstractExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/ArrayExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/CallExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/ConstantExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/FilterExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/FunctionExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/InlinePrint.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/NameExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/ParentExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/TempNameExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/NullTest.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/OddTest.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/TestExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Expression/VariadicExpression.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/FlushNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/ForLoopNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/ForNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/IfNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/ImportNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/IncludeNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/MacroNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/ModuleNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/Node.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/NodeCaptureInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/NodeOutputInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/PrintNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/SandboxNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/SetNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/TextNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Node/WithNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/NodeTraverser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Parser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Profiler/Profile.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityError.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityPolicy.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Source.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Template.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TemplateWrapper.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Token.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/BlockTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/DoTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/FlushTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/ForTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/FromTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/IfTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/ImportTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/MacroTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/SetTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/TokenParserInterface.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/UseTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenParser/WithTokenParser.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TokenStream.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TwigFilter.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TwigFunction.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/TwigTest.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Util/DeprecationCollector.php create mode 100644 admin/phpMyAdmin/vendor/twig/twig/src/Util/TemplateDirIterator.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/LICENSE create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/composer.json create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Algorithm.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Mac/HS256.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Mac/HS256Truncated64.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Mac/HS384.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Mac/HS512.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Mac/Hmac.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Mac/Mac.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Manager.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/ManagerFactory.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ECDSA.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ECSignature.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES256.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES256K.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES384.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES512.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/ED256.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/ED512.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/Ed25519.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/EdDSA.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS256.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS384.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS512.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PSSRSA.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS1.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS256.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS384.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS512.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RSA.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithm/Signature/Signature.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Algorithms.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/BigInteger.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Hash.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Key/Ec2Key.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Key/Key.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Key/OkpKey.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Key/RsaKey.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Key/SymmetricKey.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Verifier.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/LICENSE create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/composer.json create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/AbstractDescriptor.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/AuthenticatorStatus.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/BiometricAccuracyDescriptor.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/BiometricStatusReport.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/CodeAccuracyDescriptor.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/DisplayPNGCharacteristicsDescriptor.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/DistantSingleMetadata.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/EcdaaTrustAnchor.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/ExtensionDescriptor.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/MetadataService.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/MetadataStatement.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/MetadataStatementFetcher.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/MetadataStatementRepository.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/MetadataTOCPayload.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/MetadataTOCPayloadEntry.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/PatternAccuracyDescriptor.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/RgbPaletteEntry.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/RogueListEntry.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/SingleMetadata.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/StatusReport.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/Utils.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/VerificationMethodANDCombinations.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/VerificationMethodDescriptor.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/metadata-service/src/Version.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/LICENSE create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/composer.json create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/AndroidKeyAttestationStatementSupport.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/AndroidSafetyNetAttestationStatementSupport.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/AppleAttestationStatementSupport.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationObject.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationObjectLoader.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatement.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatementSupport.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatementSupportManager.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/FidoU2FAttestationStatementSupport.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/NoneAttestationStatementSupport.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/PackedAttestationStatementSupport.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestationStatement/TPMAttestationStatementSupport.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AttestedCredentialData.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtension.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientInputs.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientOutputs.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientOutputsLoader.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputChecker.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputCheckerHandler.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputError.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticatorAssertionResponse.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticatorAssertionResponseValidator.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticatorAttestationResponse.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticatorAttestationResponseValidator.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticatorData.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticatorResponse.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/AuthenticatorSelectionCriteria.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/CertificateChainChecker/CertificateChainChecker.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/CertificateChainChecker/OpenSSLCertificateChainChecker.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/CertificateToolbox.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/CollectedClientData.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/Counter/CounterChecker.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/Counter/ThrowExceptionIfInvalid.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/Credential.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredential.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialCreationOptions.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialDescriptor.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialDescriptorCollection.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialEntity.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialLoader.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialOptions.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialParameters.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialRequestOptions.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialRpEntity.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialSource.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialSourceRepository.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialUserEntity.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/Server.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/StringStream.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/TokenBinding/IgnoreTokenBindingHandler.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/TokenBinding/SecTokenBindingHandler.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBinding.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBindingHandler.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBindingNotSupportedHandler.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/TrustPath/CertificateTrustPath.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/TrustPath/EcdaaKeyIdTrustPath.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/TrustPath/EmptyTrustPath.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/TrustPath/TrustPath.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/TrustPath/TrustPathLoader.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/U2FPublicKey.php create mode 100644 admin/phpMyAdmin/vendor/web-auth/webauthn-lib/src/Util/CoseSignatureFixer.php create mode 100644 admin/phpMyAdmin/vendor/webmozart/assert/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/webmozart/assert/LICENSE create mode 100644 admin/phpMyAdmin/vendor/webmozart/assert/README.md create mode 100644 admin/phpMyAdmin/vendor/webmozart/assert/composer.json create mode 100644 admin/phpMyAdmin/vendor/webmozart/assert/src/Assert.php create mode 100644 admin/phpMyAdmin/vendor/webmozart/assert/src/InvalidArgumentException.php create mode 100644 admin/phpMyAdmin/vendor/webmozart/assert/src/Mixin.php create mode 100644 admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/CHANGELOG.md create mode 100644 admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/LICENSE create mode 100644 admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/README.md create mode 100644 admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/composer.json create mode 100644 admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-ultraslim.json create mode 100644 admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/src/KBDocumentation.php create mode 100644 admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/src/KBEntry.php create mode 100644 admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/src/KBException.php create mode 100644 admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/src/Search.php create mode 100644 admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/src/SlimData.php create mode 100644 admin/phpMyAdmin/yarn.lock create mode 100644 assets/admin.d58ac2d6b15d95de107e.js create mode 100644 assets/admin.d58ac2d6b15d95de107e.js.LICENSE.txt create mode 100644 assets/bib/export-bibtex.bib create mode 100644 assets/code.d58ac2d6b15d95de107e.js create mode 100644 generic/calendar.rst create mode 100644 publi_bib.php create mode 100644 vendor/renanbr/bibtex-parser/LICENSE create mode 100644 vendor/renanbr/bibtex-parser/Makefile create mode 100644 vendor/renanbr/bibtex-parser/README.md create mode 100644 vendor/renanbr/bibtex-parser/composer.json create mode 100644 vendor/renanbr/bibtex-parser/src/Exception/ExceptionInterface.php create mode 100644 vendor/renanbr/bibtex-parser/src/Exception/ParserException.php create mode 100644 vendor/renanbr/bibtex-parser/src/Exception/ProcessorException.php create mode 100644 vendor/renanbr/bibtex-parser/src/Listener.php create mode 100644 vendor/renanbr/bibtex-parser/src/ListenerInterface.php create mode 100644 vendor/renanbr/bibtex-parser/src/Parser.php create mode 100644 vendor/renanbr/bibtex-parser/src/Processor/DateProcessor.php create mode 100644 vendor/renanbr/bibtex-parser/src/Processor/FillMissingProcessor.php create mode 100644 vendor/renanbr/bibtex-parser/src/Processor/KeywordsProcessor.php create mode 100644 vendor/renanbr/bibtex-parser/src/Processor/LatexToUnicodeProcessor.php create mode 100644 vendor/renanbr/bibtex-parser/src/Processor/NamesProcessor.php create mode 100644 vendor/renanbr/bibtex-parser/src/Processor/TagCoverageTrait.php create mode 100644 vendor/renanbr/bibtex-parser/src/Processor/TagNameCaseProcessor.php create mode 100644 vendor/renanbr/bibtex-parser/src/Processor/TagSearchTrait.php create mode 100644 vendor/renanbr/bibtex-parser/src/Processor/TrimProcessor.php create mode 100644 vendor/renanbr/bibtex-parser/src/Processor/UrlFromDoiProcessor.php diff --git a/admin/phpMyAdmin/.rtlcssrc.json b/admin/phpMyAdmin/.rtlcssrc.json new file mode 100644 index 0000000..e5fe60f --- /dev/null +++ b/admin/phpMyAdmin/.rtlcssrc.json @@ -0,0 +1,3 @@ +{ + "map": true +} diff --git a/admin/phpMyAdmin/CONTRIBUTING.md b/admin/phpMyAdmin/CONTRIBUTING.md new file mode 100644 index 0000000..6c3c5a7 --- /dev/null +++ b/admin/phpMyAdmin/CONTRIBUTING.md @@ -0,0 +1,52 @@ +# Contributing to phpMyAdmin + +As an open-source project, phpMyAdmin welcomes contributions of many forms. + +## Bug reporting + +We appreciate your effort to improve phpMyAdmin by submitting a bug report. Before doing so, please check the following things: + +1. Check whether the bug you face **hasn't been already reported**. Duplicate reports take us time, that we could be used to fix other bugs or make improvements. + +2. Specify the phpMyAdmin, server, PHP, MySQL and browser information that may be helpful to fix the problem, especially exact **version numbers**. + +3. If you got some error, please **describe what happened** and add an error message. Reports like "I get an error when I clicked on some link" are useless. + +4. Provide easy steps to reproduce and if possible include your table structure (``SHOW CREATE TABLE `tbl_name`;``); if your problem implies specific data, attach a small export file for sample rows. + +5. **Security problems** should not be reported here. See [our security page](https://www.phpmyadmin.net/security/). + +Thanks for your help! + +Please report [bugs on GitHub][1]. + +[1]: https://github.com/phpmyadmin/phpmyadmin/issues/new + +## Patches submission + +Patches are welcome as [pull requests on GitHub][2]. Please include a +Signed-off-by tag in the commit message (you can do this by passing [`--signoff`][4] parameter to Git). + +When creating the commit on GitHub or using some other tool which does not have +direct support for this, it is the same as adding `Signed-off-by: Your name ` +as the last line of the commit message. + +Example: `Signed-off-by: Jane Smith ` + +Note that by submitting patches with the Signed-off-by tag, you are giving +permission to license the patch as GPLv2-or-later. See [the DCO file][3] for details. + + +[2]: https://github.com/phpmyadmin/phpmyadmin/pulls +[3]: https://github.com/phpmyadmin/phpmyadmin/blob/master/DCO +[4]: https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff + +## Triage issues [![Open Source Helpers](https://www.codetriage.com/phpmyadmin/phpmyadmin/badges/users.svg)](https://www.codetriage.com/phpmyadmin/phpmyadmin) + +You can triage issues, which may include reproducing bug reports or asking for vital information, such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to [subscribe to phpMyAdmin on CodeTriage](https://www.codetriage.com/phpmyadmin/phpmyadmin). + +## More information + +You can find more information on our website: + +https://www.phpmyadmin.net/contribute/ diff --git a/admin/phpMyAdmin/ChangeLog b/admin/phpMyAdmin/ChangeLog new file mode 100644 index 0000000..1a94cf6 --- /dev/null +++ b/admin/phpMyAdmin/ChangeLog @@ -0,0 +1,953 @@ +phpMyAdmin - ChangeLog +====================== + +5.2.1 (2023-02-07) +- issue #17522 Fix case where the routes cache file is invalid +- issue #17506 Fix error when configuring 2FA without XMLWriter or Imagick +- issue Fix blank page when some error occurs +- issue #17519 Fix Export pages not working in certain conditions +- issue #17496 Fix error in table operation page when partitions are broken +- issue #17386 Fix system memory and system swap values on Windows +- issue #17517 Fix Database Server panel not getting hidden by ShowServerInfo configuration directive +- issue #17271 Fix database names not showing on Processes tab +- issue #17424 Fix export limit size calculation +- issue #17366 Fix refresh rate popup on Monitor page +- issue #17577 Fix monitor charts size on RTL languages +- issue #17121 Fix password_hash function incorrectly adding single quotes to password before hashing +- issue #17586 Fix statistics not showing for empty databases +- issue #17592 Clicking on the New index link on the sidebar does not throw an error anymore +- issue #17584 It's now possible to browse a database that includes two % in its name +- issue Fix PHP 8.2 deprecated string interpolation syntax +- issue Some languages are now correctly detected from the HTTP header +- issue #17617 Sorting is correctly remembered when $cfg['RememberSorting'] is true +- issue #17593 Table filtering now works when action buttons are on the right side of the row +- issue #17388 Find and Replace using regex now makes a valid query if no matching result set found +- issue #17551 Enum/Set editor will not fail to open when creating a new column +- issue #17659 Fix error when a database group is named tables, views, functions, procedures or events +- issue #17673 Allow empty values to be inserted into columns +- issue #17620 Fix error handling at phpMyAdmin startup for the JS SQL console +- issue Fixed debug queries console broken UI for query time and group count +- issue Fixed escaping of SQL query and errors for the debug console +- issue Fix console toolbar UI when the bookmark feature is disabled and sql debug is enabled +- issue #17543 Fix JS error on saving a new designer page +- issue #17546 Fix JS error after using save as and open page operation on the designer +- issue Fix PHP warning on GIS visualization when there is only one GIS column +- issue #17728 Some select HTML tags will now have the correct UI style +- issue #17734 PHP deprecations will only be shown when in a development environment +- issue #17369 Fix server error when blowfish_secret is not exactly 32 bytes long +- issue #17736 Add utf8mb3 as an alias of utf8 on the charset description page +- issue #16418 Fix FAQ 1.44 about manually removing vendor folders +- issue #12359 Setup page now sends the Content-Security-Policy headers +- issue #17747 The Column Visibility Toggle will not be hidden by other elements +- issue #17756 Edit/Copy/Delete row now works when using GROUP BY +- issue #17248 Support the UUID data type for MariaDB >= 10.7 +- issue #17656 Fix replace/change/set table prefix is not working +- issue Fix monitor page filter queries only filtering the first row +- issue Fix "Link not found!" on foreign columns for tables having no char column to show +- issue #17390 Fix "Create view" modal doesn't show on results and empty results +- issue #17772 Fix wrong styles for add button from central columns +- issue #17389 Fix HTML disappears when exporting settings to browser's storage +- issue #17166 Fix "Warning: #1287 'X' is deprecated [...] Please use ST_X instead." on search page +- issue Use jquery-migrate.min.js (14KB) instead of jquery-migrate.min.js (31KB) +- issue #17842 Use jquery.validate.min.js (24 KB) instead of jquery.validate.js (50 KB) +- issue #17281 Fix links to databases for information_schema.SCHEMATA +- issue #17553 Fix Metro theme unreadable links above navigation tree +- issue #17553 Metro theme UI fixes and improvements +- issue #17553 Fix Metro theme login form with +- issue #16042 Exported gzip file of database has first ~73 kB uncompressed and rest is gzip compressed in Firefox +- issue #17705 Fix inline SQL query edit FK checkbox preventing submit buttons from working +- issue #17777 Fix Uncaught TypeError: Cannot read properties of null (reading 'inline') on datepickers when re-opened +- issue Fix Original theme buttons style and login form width +- issue #17892 Fix closing index edit modal and reopening causes it to fire twice +- issue #17606 Fix preview SQL modal not working inside "Add Index" modal +- issue Fix PHP error on adding new column on create table form +- issue #17482 Default to "Full texts" when running explain statements +- issue Fixed Chrome scrolling performance issue on a textarea of an "export as text" page +- issue #17703 Fix datepicker appears on all fields, not just date +- issue Fix space in the tree line when a DB is expanded +- issue #17340 Fix "New Table" page -> "VIRTUAL" attribute is lost when adding a new column +- issue #17446 Fix missing option for STORED virtual column on MySQL and PERSISTENT is not supported on MySQL +- issue #17446 Lower the check for virtual columns to MySQL>=5.7.6 nothing is supported on 5.7.5 +- issue Fix column names option for CSV Export +- issue #17177 Fix preview SQL when reordering columns doesn't work on move columns +- issue #15887 Fixed DROP TABLE errors ignored on multi table select for DROP +- issue #17944 Fix unable to create a view from tree view button +- issue #17927 Fix key navigation between select inputs (drop an old Firefox workaround) +- issue #17967 Fix missing icon for collapse all button +- issue #18006 Fixed UUID columns can't be moved +- issue Add `spellcheck="false"` to all password fields and some text fields to avoid spell-jacking data leaks +- issue Remove non working "Analyze Explain at MariaDB.org" button (MariaDB stopped this service) +- issue #17229 Add support for Web Authentication API because Chrome removed support for the U2F API +- issue #18019 Fix "Call to a member function fetchAssoc() on bool" with SQL mode ONLY_FULL_GROUP_BY on monitor search logs +- issue Add back UUID and UUID_SHORT to functions on MySQL and all MariaDB versions +- issue #17398 Fix clicking on JSON columns triggers update query +- issue Fix silent JSON parse error on upload progress +- issue #17833 Fix "Add Parameter" button not working for Add Routine Screen +- issue #17365 Fixed "Uncaught Error: regexp too big" on server status variables page +- issue [security] Fix an XSS attack through the drag-and-drop upload feature (PMASA-2023-01) + +5.2.0 (2022-05-10) +- issue #16521 Upgrade Bootstrap to version 5 +- issue #16521 Drop support for Internet Explorer and others +- issue Upgrade to shapefile 3 +- issue #16555 Bump minimum PHP version to 7.2 +- issue Remove the phpseclib dependency +- issue Upgrade Symfony components to version 5.2 +- issue Upgrade to Motranslator 4 +- issue #16005 Improve the performance of the Export logic +- issue #16829 Add "NOT LIKE %...%" operator to Table search +- issue #16845 Fixed some links not passing through url.php +- issue #16382 Remove apc upload progress method (all upload progress code was removed from the PHP extension) +- issue #16974 Replace zxcvbn by zxcvbn-ts +- issue #15691 Disable the last column checkbox in the column list dropdown instead of not allowing un-check +- issue #16138 Ignore the length of integer types and show a warning on MySQL >= 8.0.18 +- issue Add support for the Mroonga engine +- issue Double click column name to directly copy to clipboard +- issue #16425 Add "DELETE FROM" table on table operations page +- issue #16482 Add a select all link for table-specific privileges +- issue #14276 Add support for account locking +- issue #17143 Use composer/ca-bundle to manage the CA cert file +- issue #17143 Require the openssl PHP extension +- issue #17171 Remove the printview.css file from themes +- issue #17203 Redesign the export and the import pages +- issue #16197 Replace the master/slave terminology +- issue #17257 Replace libraries/vendor_config.php constants with an array +- issue Add the Bootstrap theme +- issue #17499 Remove stickyfilljs JavaScript dependency + +5.1.4 (not yet released) +- issue #17287 Fixed sorting the database list with "statistics" enabled on "Data" column creates a PHP type error +- issue #17368 Fix for invalid cache when losing access to config storage after it being cached +- issue #17387 Fix session cookie not respecting the CookieSameSite configuration directive in PHP 7.2 +- issue #16769 Fix create index form accepting too many columns +- issue #16816 Disable editing to system schemas +- issue #16853 Add better error handling when IndexedDB is not working +- issue Fixed incorrect escaping of special MySQL characters on some pages +- issue #17188 Fix GIS visualization with an edited query +- issue #17418 Remove the use of the deprecated `strftime` function in OpenDocument exports +- issue #17111 Enable tabindex recompute on preview button while insert new rows +- issue #17474 Fix invalid SQL generated when PRIMARY/UNIQUE key contains a POINT column +- issue #17484 Fix setup's CSS not loading when the URL doesn't have a trailing slash +- issue #17494 Remove jQuery SVG JavaScript dependency +- issue #17335 Fix column visibility dropdown when the column name is too long +- issue #17445 Fix issue when exporting using Firefox or Safari on PHP 8.1.4 +- issue Update JavaScript dependencies +- issue #17428 Fix case where errors were thrown when browsing a table +- issue #17508 Fix UI issue when user accounts page has the initials navigation bar + +5.1.3 (2022-02-10) +- issue #17308 Fix broken pagination links in the navigation sidebar +- issue #17331 Fix MariaDB has no support for system variable "disabled_storage_engines" +- issue #17315 Fix unsupported operand types in Results.php when running "SHOW PROCESSLIST" SQL query +- issue #17288 Fixed importing browser settings question box after login when having no pmadb +- issue #17288 Fix "First day of calendar" user override has no effect +- issue #17239 Fixed repeating headers are not working +- issue #17298 Fixed import of email-adresses or links from ODS results in empty contents +- issue #17344 Fixed a type error on ODS import with non string values +- issue #17239 Fixed header row show/hide columns buttons on each line after hover are shown on each row +- issue [security] Fix for path disclosure under certain server configurations (if display_errors is on, for instance) + +5.1.2 (2022-01-20) +- issue Replaced MySQL documentation redirected links +- issue #16960 Fix JS error on Designer visual builder on some modal buttons +- issue Re-build openlayers JS dependency from the source files and provide a smaller JS bundle +- issue Fixed imports and theme detection depending on the current working dir +- issue Update JavaScript dependencies +- issue #16935 Remove hardcoded row length for "$cfg['CharTextareaRows']" to allow back values < 7 +- issue #16977 Fix encoding of enum and set values on edit value +- issue Fix set value as selected when it has special chars on edit value enum +- issue #16896 Fix distinct URLs broken on nullable text fields +- issue Fixed two possible PHP errors using INT data +- issue Fixed possible warning "Undefined index: output_format" on export +- issue Fixed warning "Undefined index: ods_recognize_percentages" on Import ODS +- issue Fixed warning "Undefined array key "ods_recognize_currency" on Import ODS +- issue #16982 Fixed "Notice: Undefined index: foreign_keys_data" on Designer remove relation +- issue Backquote phpMyAdmin table name on internal relation delete query for Designer +- issue #16982 Do not try to delete internal relations if they are not configured +- issue #16982 Show success messages on Designer for add and remove relation operations +- issue Fixed possible "Undefined index: clause_is_unique" on replace value in cell +- issue #16991 Fixed case where $_SERVER['REQUEST_METHOD'] is undefined +- issue Fixed configuration error handler registration +- issue #16997 Fixed server variables get/set value not working on multi server server > 1 +- issue #16998 Fixed Multi table query submit on server > 1 logged out user +- issue #17000 Fixed Multi edit on central columns on server > 1 logged out user +- issue #17001 Fix PHP error on query submit without a table name on multi table query box +- issue #16999 Fixed multi table query results shows for 1 sec and then page refreshes +- issue Fixed a non translated button text on central columns add +- issue Fixed table width on Query by example page for large screens +- issue #16975 Fixed NULL default had a value on insert with datatime fields +- issue #16994 Fixed missing privilege escaping when assigning multiple databases with '_' to an user +- issue #16864 Fixed the margin on the last database of the tree on all themes when scrollbars are displayed +- issue #17011 Fixed the database tree line that was not continuous on database groups +- issue Build more syntax correct URLs on JS internal redirects +- issue #16976 Fix wrong link when a table is moved from a database to another +- issue #16985 Fix case-sensitive issue of innodb_file_format=barracuda vs innodb_file_format=Barracuda +- issue Fixed duplicate quote in navigation nodes +- issue #17006 Disable the URL limit for the MariaDB analyser feature +- issue Fix calls to fetchRow using two parameters but the function has only one parameter +- issue #17020 Fixed "Notice Undefined index: sql_query" on Insert page +- issue Fix reported "Undefined index: FirstDayOfCalendar" +- issue Fix reported "Undefined index: environment" +- issue Fix "TypeError: strlen() expects parameter 1 to be string, null given" on databases listing +- issue #16973 Fix "Undefined array key "n0_pos2_name"" on databases listing +- issue Use the correct min MySQL version for axis-order (8.0.1) instead of (8.0.11) +- issue Use the queries we asked the user confirmation for on DELETE and TRUNCATE table actions +- issue #16994 Fixed editing specific privileges for a database covered by a wildcard privilege +- issue #16994 Fixed escaping of the database name for databases containing '_' on users edit +- issue #16994 Only escape once on grant/revoke privileges for databases containing '_' or '%' +- issue #16994 Only show databases without a privilege on multi select for user grant databases +- issue Removed un-expected query success message from the Table export page +- issue #17026 Handle possible invalid boolean values injected in SaveDir or UploadDir causing "TypeError: mb_substr()" +- issue #16981 Enable cookie parameter "SameSite" on "phpMyAdmin" cookie for PHP >= 7.3 +- issue #16966 Encode "#" to have the anchor part of the destination URL on SQL highlight terms URLs +- issue #17004 Fix PHP errors due to removed variable "innodb_file_format" on MariaDB >= 10.6.0 and MySQL >= 8.0.0 +- issue #16842 Fixed missing password modes on PerconaDB +- issue #16947 Fix "Change login information" form not working +- issue #17004 Fix Advisor for MariaDB >= 10.5 because of removed "innodb_log_files_in_group" variable +- issue #17037 Fix change structure does not surface errors +- issue #17016 Fixed online Transaction, errors not reported on structure edit +- issue #17042 Fix SQL escaping bug on DB name with special chars on submit query with rollback option +- issue #17027 Better handle the display of sorted binary columns in results summary +- issue #16398 Quote non numeric values on parameterized queries +- issue Fixed duplicate HTML escaping on foreign keys select value modal +- issue #15370 Fixed edit routine UI incorrectly removes too many escape slashes +- issue #14631 Fix enum with comma produces incorrect search dropdown on search pages +- issue Fix gis visualization position and limit parameters have no effect +- issue #16995 Fix edit binary foreign key adds a 1 to the value on the selected value +- issue #13614 Fixed escaping the database names when granting privileges on tables +- issue #11834 Fixed adding a new user on "privileges" tab of a table with a database name using a "_" character +- issue #17033 Fixed scaling of line width and point size in GIS visualization +- issue #17054 Removed "DEL" character from generated random strings for Blowfish secret auto-generated by setup +- issue #17019 Fixed "Browse" button visible when creating a table from the database structure view +- issue #16804 Fixed numbers where left-aligned rather than right-aligned +- issue Fixed Metro theme text color for buttons in the browse table navigation bar +- issue #14796 Fix export Database page, UI prevents from exporting procedures only +- issue #15225 Fix Command+click on macOS opens links in same tab +- issue #17014 Fix column names in first row when importing from CSV where the first line contains column names +- issue Fix prevent scrolling the page when scrolling in GIS visualization +- issue Fix GIS visualization save file with a different label or column +- issue Fixed GIS saving image as png with a label +- issue Fixed if label is just the number zero, it was treated as no label in the OpenLayers map +- issue #17039 Fix unable to have 2FA working with a "pmadb" config value != phpmyadmin +- issue #17079 Fixed missing spatial functions in Insert/Edit page +- issue Fixed broken docs link after a FK data type mismatch error +- issue Fix don't add multiple OpenLayers maps, remove listeners on dispose on GIS visualization +- issue #14502 Uncheck the "ignore" checkbox when the user chooses a value in the foreign key list on Insert page +- issue #14502 Uncheck the "ignore" checkbox when the user saves the GIS value on Insert page +- issue #17018 Fixed cannot save data from GIS editor for spatial column on Insert page +- issue #17084 Fixed ErrorHandler not showing errors when phpMyAdmin session does not work at all +- issue #17062 Fixed pagination issues when working with identically named tables in separate databases +- issue #17046 Fix "Uncaught TypeError: htmlspecialchars() expects parameter 1 to be string, null given" +- issue #16942 Fix table Import with CSV using LOAD DATA LOCAL causes error "LOAD DATA LOCAL INFILE is forbidden" +- issue #16942 Fix auto-detection for "LOAD DATA LOCAL INFILE" LOCAL option +- issue #16067 Make select elements with multiple items resizable +- issue Fix the display of Indexes that use Expressions and not column names +- issue Allow to create the phpMyAdmin storage database using a different name than "phpmyadmin" using the interface +- issue #17092 Document that "$cfg['Servers'][$i]['designer_coords']" was removed in version 4.3.0 +- issue #16906 Support special table names for pmadb storage table names +- issue #16906 Fix a caching effect on the feature list after creating the tables +- issue #16906 Better report errors when creating the pmadb or it's tables +- issue #16906 Create the pmadb tables using the names configured and not the default names +- issue #16906 Create the phpMyAdmin storage database using the configured "['pmadb']" name and not always "phpmyadmin" +- issue #16906 Prevent incorrect overriding of configured values after a pmadb fix +- issue #16906 Use the control connection to create the storage database and tables and not the user connection +- issue #16693 Fix can't see SQL after adding a new column +- issue #12753 Show table structure after adding a new column +- issue Fix a PHP notice when logging out +- issue #17090 Fix bbcode not rendered for error messages on setup +- issue #17198 Fix the database selection when the navigation tree is disabled +- issue #17228 Fixed copy to clipboard with NULL values gives non usable text +- issue #16746 Replace samyoul/u2f-php-server by code-lts/u2f-php-server +- issue #16005 Performance improvement on the Import and Export pages +- issue #17247 Fix triple HTML encoding +- issue #17259 Fix broken link in the Simulate DML query modal +- issue #16746 Update tcpdf dependency to ^6.4.4 for PHP 8.1 compatibility +- issue #16746 Update twig dependency to "^2.14.9 || ^3.3.5" for PHP 8.1 compatibility +- issue [security] Add configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding host names and other error details when login fails +- issue [security] Add configuration directive $cfg['URLQueryEncryption'] to allow encrypting senstive information in the URL +- issue [security] Fix a scenario where an authenticated user can disable two factor authentication (PMASA-2022-1) +- issue [security] Fix XSS and HTML injection attacks in the graphical setup page (PMASA-2022-2) + +5.1.1 (2021-06-04) +- issue #13325 Fixed created procedure shows up in triggers and events and vice-versa +- issue Fixed adding an event shows an empty row +- issue #16706 Fixed a PHP error when visualizing a nullable geometry column +- issue Fixed a PHP type error when exporting triggers to ODF +- issue #16659 Fixed the Column Drop arrow to make it responsive +- issue #16677 Improved the Font size of an executed SQL query +- issue #16677 Fixed Metro theme DB tree background +- issue #16713 Fixed "PhpMyAdmin\Url::getFromRoute" PHP error for old config values +- issue #16713 Add a legacy fallback for the old config value of "$cfg['DefaultTabDatabase']" and others +- issue #16698 Fix relative fallback URL to './' instead of '/' +- issue Fixed Yaml export to quote strings even when they are numeric +- issue #16704 Fixed PHP type errors on the substring transformation +- issue #14026 Fixed error messages and conditions for MD5 and AES_* functions +- issue #16708 Fixed PHP "Uncaught TypeError: hash_hmac()" on double quick edit +- issue #16709 Fix TCPDF open_basedir issue due to internal guessing code from TCPDF +- issue #16729 Fixed the silencing error management for PHP >= 8.0 +- issue #16604 Set back tables width like in 5.0 versions +- issue #16716 Fixed rename button disappears after a column drop on table structure page +- issue #15628 Fixed "JSON encoding failed: Malformed UTF-8 characters" when browsing data that uses binary to IP transformation +- issue #14395 Fixed display chart with timeline & series name column trigger JS error +- issue #16738 Fixed quick search submit is not working on multi server server > 1 +- issue #16717 Fixed main drawer js call slowing down the page and remove the reflow effect +- issue Fixed a PHP notice "Undefined index: pred_username" +- issue #16744 Fixed "Uncaught TypeError: XMLWriter::writeAttribute()" on Designer SVG export +- issue Fixed an PHP undefined index notice on export +- issue #14555 Fixed JavaScript error when auto completion is open (upgraded CodeMirror to 5.60.0) +- issue #16647 Fixed preferences form not showing texts and not respecting TabsMode config +- issue Fixed escape_mysql_wildcards Twig filter +- issue Change text from "Null" to "NULL" on grid edit popup +- issue Translate a non translated string on a change password page +- issue Fix designer modal buttons sizes for pmahomme and bootstrap themes +- issue #16694 Fixed "Triggers" page not visible for user table specific privileges +- issue #14430 Fixed execute button is disabled for routines +- issue #16703 Fixed SQL option to Export specific rows from a table +- issue #16656 Fixed error messages are not always translated +- issue #16728 Fixed wrong SQL query built on table structure index for new column +- issue #16647 Fixed table search forms not showing texts and not respecting TabsMode config +- issue #16758 Fixed copy to clipboard feature not working on ja or zh_TW languages because of the non ascii colon +- issue #16601 Update tcpdf dependency to ^6.4.1 +- issue #16770 Fixed a notice or warning, when clicking on Structure tab +- issue #16756 Fixed refresh UI on server status +- issue Fixed a PHP notice when searching for .git/commondir on the login page for users using ShowGitRevision +- issue Fixed reported PHP notice on export save template +- issue Fixed reported PHP warnings on server status page +- issue #15629 Fixed datetime decimals displayed (.00000) after edit +- issue #16780 Fixed new event shows an empty row +- issue #16765 Fixed new lines in text fields are doubled +- issue Fix "Connection" label always shown on table create, should be hidden like it's input +- issue #16773 Fix do not use cast as binary for an empty text value on edit button condition +- issue Fixed a JS error on a missing script on zoom search +- issue Added button style on the reset charts of zoom search +- issue Fixed number of rows not kept when changing sort by index value +- issue #16784 Fixed spacing between icons when using NavigationTreeDefaultTabTable2 configuration +- issue #16786 Fixed browser error when clicking the logo with NavigationLogoLink configuration +- issue Fixed a type error when getting the special schema links +- issue #16789 Fix create PHP code removes ; from SQL query on Structure snapshot +- issue #16791 Fixed "Undefined index table_schema" on special schema table +- issue Fixed "DESCRIBE FILES;" broken links in query results +- issue #16790 Fixed "Undefined index field_name" PHP error +- issue #16605 Fixed vertical alignment issue on tables for pmahomme theme +- issue #16798 Fix ServerConfigChecks: Link 'trusted proxies list' not terminated properly (translation) +- issue #16805 Fixed shortcut keys not working +- issue #16821 Fix "Show all rows" un-check checkbox creates a JS error if the page was reloaded +- issue Remove redundant jQuery Event Drag plugin +- issue Fix PHP type error on GIS nullable data +- issue Fix not working export to PNG, SVG, PDF on GIS visualization +- issue Fix float values type errors on GIS export to PNG, SVG, PDF +- issue #16792 Fixed URL generation by removing un-needed & escaping for & char +- issue #16777 Fixed Non-UTF8 Primary Key text value edit row +- issue #16836 Fixed extra whitespaces in binary edit values causes a JS validation error message +- issue #15566 Support RTL mode on the Designer +- issue #16810 Fixed SQL query shown twice on drop column success +- issue #16404 Fixed JS password generation fails after a new user creation failure +- issue #16837 Fixed PHP error on execute query "create table event(...)" +- issue Fixed a PHP warning that was occuring on wrong chmod on config files +- issue Fixed a JS error on dismiss notification modal +- issue #16793 Upgrade CodeMirror to 5.61.0 to fix a JS error on scroll in SQL query box +- issue Fix password management for Percona Server lacking PASSWORD function +- issue Fixed "data is undefined" JS error +- issue Fixed 2 un-translated buttons on central columns edit +- issue #16810 Fixed SQL query shown twice on central columns actions +- issue #16771 Fixed PHP array export to work on very large datasets +- issue #16847 Fixed JSON export nullable binary PHP error +- issue #16847 Fixed JSON export text fields and binary data +- issue #14773 Fix exporting a raw query is not working +- issue #16734 Fixed memory limit reached, use SQL COUNT(*) instead of fetch and count results +- issue #16723 Fixed option to perform ALTER ONLINE is not available on edit of an existing column +- issue Add missing CSS style on "Filter" button on monitor results table header +- issue Fixed non working "Filter" button on monitor results table header +- issue #16420 Fixed single clicking on row starts editing even if GridEditing is set to double-click +- issue #16854 Fixed "Undefined index: SERVER_SOFTWARE" on very minimal PHP FPM setups +- issue #16863 Fixed replication setting up a replica is not working +- issue #16843 Fixed vertical alignment in Metro and pmahomme themes on user accounts overview +- issue Fixed "phpMyAdmin configuration storage" link on settings page warning +- issue #16871 Fixed PHP and JS errors on normalization steps +- issue Fixed CSS missing classes on normalization buttons +- issue #16437 Fixed sticky top position when using smaller screen sizes +- issue #16895 Fixed wrong table count on space separated numbers +- issue #16882 Fixed table delete resets count to 0 +- issue #16892 Fixed current_timestamp() stringified on INSERT for date field +- issue #16911 Fixed PHP 8.1 "Method mysqli::get_client_info() is deprecated" +- issue Fix "array_fill(): Argument #2 ($count) must be of type int, string" for "$cfg['InsertRows']" +- issue #14130 Created new messages for U2F errors +- issue #16920 Fixed "Uncaught TypeError: PhpMyAdmin\Import::detectType()" on ODS import +- issue #16926 Fixed ODS import warning: Undefined array key "ods_empty_rows" +- issue #16888 Fixed JS error on renaming tables in saved Designer page +- issue #16504 Fixed create view dialog is too big and won't scroll (on small screens) +- issue #16931 Fixed php notice "Undefined index: utf8mb3" on MySQL 8.0.11+ servers with default utf8 server charset + +5.1.0 (2021-02-24) +- issue #15350 Change Media (MIME) type references to Media type +- issue #15377 Add a request router +- issue Automatically focus input in the two-factor authentication window +- issue #15509 Replace gender-specific pronouns with gender-neutral pronouns +- issue #15491 Improve complexity of generated passwords +- issue #14909 Add a configuration option to define the 1st day of week +- issue #12726 Made user names clickable in user accounts overview +- issue #15729 Improve virtuality dropdown for MariaDB > 10.1 +- issue #15312 Added an option to perform ALTER ONLINE (ALGORITHM=INPLACE) when editing a table structure +- issue Added missing 'IF EXISTS' to 'DROP EVENT' when exporting databases +- issue #15232 Improve the padding in query result tool links +- issue #15064 Support exporting raw SQL queries +- issue #15555 Added ip2long transformation +- issue #15194 Fixed horizontal scroll on structure edit page +- issue #14820 Move table hide buttons in navigation to avoid hiding a table by mistake +- issue #14947 Use correct MySQL version if the version is 8.0 or above for documentation links +- issue #15790 Use "MariaDB Documentation" instead of "MySQL Documentation" on a MariaDB server +- issue #15880 Change "Show Query" link to a button +- issue #13371 Automatically toggle the radio button to "Create a page and save it" on Designer +- issue #12969 Tap and hold will not dismiss the error box anymore, you can now copy the error +- issue #15582 Don't disable "Empty" table button after clicking it +- issue #15662 Stay on the structure page after editing/adding/dropping indexes +- issue #15663 show structure after adding a column +- issue #16005 Remove symfony/yaml dependency +- issue #16005 Improve performance of dependency injection system by removing yaml parsing +- issue #15447 Disable phpMyAdmin storage database checkbox on databases list +- issue #16001 Add autocomplete attributes on login form +- issue #13519 Add "Preview SQL" option on Index dialog box when creating a new table +- issue #15954 Fixed export maximal length of created query input is too small +- issue Redesign the server status advisor page +- issue #13124 Use same height for SQL query textarea and Columns select in SQL page +- issue #16005 Add a new vendor constant "CACHE_DIR" that defaults to "libraries/cache/" and store routing cache into this folder +- issue #16005 Warm-up the routing cache before building the release +- issue #16005 Use --optimize-autoloader when installing composer vendors before building the release +- issue #15992 Add back the table name to the printable version on "Structure" page +- issue #14815 Allow simplifying exported view syntax to only "CREATE VIEW" +- issue #15496 Add $cfg['CaptchaSiteVerifyURL'] for Google ReCaptcha siteVerifyUrl +- issue #14772 Add the password_hash PHP function as an option when inserting data +- issue #15136 Add a notice for Hex converter giving invalid results +- issue #16139 Use a textarea for JSON columns +- issue #16223 Make JSON input transformation editor less narrow +- issue #14340 Add a button on Export Page to show the SQL Query +- issue #16304 Add support for INET6 column type +- issue #16337 Fix example insert/update query default values +- issue #12961 Remove indexes from table relation +- issue #13557 Use a full list of functions instead of a separated one on insert/edit page "Function" selector +- issue #14795 Include routines in the export in a predictable order +- issue #16227 Fixed autocomplete is not working in case the table name is quoted by "`" symbols +- issue #15463 Force BINARY comparison when looking at privileges to avoid an SQL error on privileges tab +- issue #16430 Fixed Windows error message uses trailing / instead of \ +- issue #16316 Added support for "SameSite=Strict" on cookies using configuration "$cfg['CookieSameSite']" +- issue #16451 Fixed AWS RDS IAM authentication doesn't work because pma_password is truncated +- issue #16451 Show an error message when the security limit is reached instead of silently trimming the password to avoid confusion +- issue #15001 Add back Login Cookie Validity setting to the features form +- issue #16457 Add config parameters to support third-party ReCaptcha v2 compatible APIs like hCaptcha +- issue #13077 Moved tools section to left on large devices (Bootstrap xl) +- issue #15711 Moved some buttons to left on large devices (Bootstrap xl) +- issue #15584 Add $cfg['MysqlSslWarningSafeHosts'] to set the red text black when ssl is not used on a private network +- issue #15652 Replace deprecated FOUND_ROWS() function call on "distinct values" feature +- issue Export blobs as hex on JSON export +- issue #16095 Fix leading space not shown in a CHAR column when browsing a table +- issue Make procedures/functions SQL editor both side scrollable +- issue #16407 Bump pragmarx/google2fa conflict to >8.0 +- issue #14953 Added a rename Button to use RENAME INDEX syntax of MySQL 5.7 (and MariaDB >= 10.5.2) +- issue #16477 Fixed no Option to enter TABLE specific permissions when the database name contains an "_" (underscore) +- issue #16498 Fixed empty text not appearing after deleting all Routines +- issue #16467 Fixed a PHP notice "Trying to access array offset on value of type null" on Designer PDF export +- issue #15658 Fixed saving UI displayed columns on a non database request fails +- issue #16495 Fix drop tables checkbox is above the checkbox for foreign keys +- issue #16485 Fix visual query builder missing "Build Query" button +- issue #16565 Added 'IF EXISTS' to 'DROP EVENT' when updating events to avoid replication issues +- issue Removed metro fonts that where Apache-2.0 files that are incompatible with GPL-2.0 +- issue #16464 Made the relation view default to the current database when creating relations +- issue #16463 Fixed 'REFERENCES' privilege checkbox's title on new MySQL versions and on MariaDB +- issue #16405 Added jest as a Unit Testing tool for our javascript code +- issue #16252 Fixed the too small font size when editing rows (textareas) +- issue #16585 Fixed BLOB to JPG transformation PHP errors +- issue Made the console setup async to avoid blocking the page render +- issue #16429 Use PHP 8.0 fixed version (commit) for TCPDF +- issue #16005 Major performance improvements on browsing a lot of rows +- issue #16595 Fixed editing columns having a `_` in their name in specific conditions +- issue #16608 Fix "Sort by key" restore auto saved value +- issue #16611 Fixed unable to add tables to rename aliases twice on Export +- issue #16621 Fixed link HTML messed up in Advisor +- issue #16622 Fixed Advisor formatting incorrect for long_query_time notice +- issue #15389 Fixed reset current page indicator after deleting all rows to current page and not page 1 +- issue #15997 Fixed auto save query +- issue #15997 Made auto saved query database or database+table independent +- issue #16641 Fixed query generation that was allowing JSON to have a length +- issue #15994 Fixed the selected value detection for "on update current_timestamp" +- issue #16614 Fixed PHP 8.0 dataseek offset call to the MySQLI extension +- issue #16662 Fixed Uncaught TypeError on "delete" button click of a database search results page +- issue Fixed Undefined index: selected_usr when the user tried to delete no selected user +- issue #16657 Fixed the QBE interface when the configuration storage is not enabled +- issue #16479 Fix our Selenium test-suite +- issue #16669 Fixed table search modal for BETWEEN +- issue #16667 Fixed LIKE and TINYINT in search not working properly +- issue #16424 Fixed numerical search in table and zoom +- issue Improve the version handling (new Version class) and add a VERSION_SUFFIX for vendors +- issue #14494 Fix uncaught TypeError when editing partitioning +- issue #16525 Fix PHP 8.0 failing tests when comparing 0 to '' +- issue #16429 Fixed PHP 8.0 errors on preg_replace and operand types +- issue #16490 Fixed PHP 8.0 function libxml_disable_entity_loader() is deprecated +- issue #16429 Fixed failing unit tests on PHP 8.0 +- issue #16609 Fixed Sql.rearrangeStickyColumns is not a function + +5.0.4 (2020-10-15) +- issue #16245 Fix failed Zoom search clears existing values +- issue Fixed a PHP error when reporting a particular JS error +- issue #16326 Fixed latitude and longitude swap for geometries in edit mode +- issue #16032 Fix CREATE TABLE not being tracked when auto tracking is enabled +- issue #16397 Fix compatibility problems with older PHP versions (also issue #16399) +- issue #16396 Fix broken two-factor authentication + +5.0.3 (2020-10-09) +- issue #15983 Require twig ^2.9 +- issue Fix option to import files locally appearing as not available +- issue #16048 Fix to allow NULL as a default bit value +- issue #16062 Fix "htmlspecialchars() expects parameter 1 to be string, null given" on Export xml +- issue #16078 Fix no charts in monitor when using a decimal separator "," +- issue #16041 Fix IN(...) clause doesn't permit multiple values on "Search" page +- issue #14411 Support double tap to edit on mobile +- issue #16043 Fix php error "Use of undefined constant MYSQLI_TYPE_JSON" when using the mysqlnd extension +- issue #14611 Fix fatal JS error on index creation after using Enter key to submit the form +- issue #16012 Set "axis-order" to swap lon and lat on MySQL >= 8.1 +- issue #16104 Fixed overwriting a bookmarked query causes a PHP fatal error +- issue Fix typo in a condition in the Sql class +- issue #15996 Fix local setup doc links pointing to a wrong location +- issue #16093 Fix error importing utf-8 with bom sql file +- issue #16089 2FA UX enhancement: autofocus 2FA input +- issue #16127 Fix table column description PHP error when ['DisableIS'] = true; +- issue #16130 Fix local documentation links display when a PHP extension is missing +- issue Fix some twig code deprecations for php 8 +- issue Fix ENUM and SET display when editing procedures and functions +- issue Keep full query state on "auto refresh" process list +- issue Keep columns order on "auto refresh" process list +- issue Fixed editing a failed query from the error message +- issue #16166 Fix the alter user privileges query to make it MySQL 8.0.11+ compatible +- issue Fix copy table to another database when the nbr of DBs is > $cfg['MaxDbList'] +- issue #16157 Fix relations of tables having spaces or special chars not showing in the Designer +- issue #16052 Fix a very rare JS error occuring on mousemove event +- issue #16162 Make a foreign key link clickable in a new tab after the value was saved and replaced +- issue #16163 Fixed a PHP notice "Undefined index: column_info" on views +- issue #14478 Fix the data stream when exporting data in file mode +- issue #16184 Fix templates/ directory not found error +- issue #16184 Remove chdir logic to fix PHP fatal error "Uncaught TypeError: chdir()" +- issue Support for Twig 3 +- issue Allow phpmyadmin/twig-i18n-extension ^3.0 +- issue #16201 Trim spaces for integer values in table search +- issue #16076 Fixed cannot edit or export TIMESTAMP column with default CURRENT_TIMESTAMP in MySQL >= 8.0.13 +- issue #16226 Fix error 500 after copying a table +- issue #16222 Fixed can't use the search page when the table name has special characters +- issue #16248 Fix zoom search is not performing input validation on INT columns +- issue #16248 Fix javascript error when typing in INT fields on zoom search page +- issue Fix type errors when using saved searches +- issue #16261 Fix missing headings on modals of "User Accounts -> Export" +- issue #16146 Fixed sorting did not keep the selector of number of rows +- issue #16194 Fixed SQL query does not appear in case of editing view where definer is not you on MySQL 8 +- issue #16255 Fix tinyint(1) shown as INT on Search page +- issue #16256 Fix "Warning: error_reporting() has been disabled for security reasons" on php 7.x +- issue #15367 Fix "Change or reconfigure primary server" link +- issue #15367 Fix first replica links, start, stop, ignore links +- issue #16058 Add "PMA_single_signon_HMAC_secret" for signon auths to make special links work and udate examples +- issue #16269 Support ReCaptcha v2 checkbox width "$cfg['CaptchaMethod'] = 'checkbox';" +- issue #14644 Use Doctum instead of Sami +- issue #16086 Fix "Browse" headings shift when scrolling +- issue #15328 Fix no message after import of zipped shapefile without php-zip +- issue #14326 Fix PHP error when exporting without php-zip +- issue #16318 Fix Profiling doesn't sum the number of calls +- issue #16319 Fixed a Russian translation mistake on search results total text +- issue #15634 Only use session_set_cookie_params once on PHP >= 7.3.0 versions for single signon auth +- issue #14698 Fixed database named as 'New' (language variable) causes PHP fatal error +- issue #16355 Make textareas both sides resizable +- issue #16366 Fix column definition form not showing default value +- issue #16342 Fixed multi-table query (db_multi_table_query.php) alias show the same alias for all columns +- issue #15109 Fixed using ST_GeomFromText + GUI on insert throws an error +- issue #16325 Fixed editing Geometry data throws error on using the GUI +- issue [security] Fix XSS vulnerability with the transformation feature (PMASA-2020-5) +- issue [security] Fix SQL injection vulnerability with search feature (PMASA-2020-6) + +5.0.2 (2020-03-20) +- issue Fixed deprecation warning "implode(): Passing glue string after array is deprecated." function on export page +- issue #15767 Fixed can not copy user account since 5.0 - "error #1133" +- issue #15772 Fixed error code 500 during pagination of the tables in a database +- issue #16009 Fix php error "Trying to access array offset on value of type null" on column distinct values feature +- issue #15741 Fix fatal javascript error on clicking "Pick from Central Columns" +- issue #15773 Fixed a view named "views" adds an expand button +- issue #15432 Fixed names of the pages in the designer should be unique +- issue #14310 Fixed column selector "See more" removes "Preview SQL" and "Save" area +- issue Fixed wrong jQuery function call in table search page +- issue #15761 Fix uncaught TypeError when using "$cfg['ServerDefault'] = 0;" +- issue #15780 Fixed unexpected UI of action links (text only mode) +- issue #15674 Replace twig/extensions with phpmyadmin/twig-i18n-extension +- issue #15799 Change location of profiling state documentation to fix column ordering +- issue #15720 Fix designer adding all available tables to a designer page after adding a new relationship +- issue #15791 Replace facebook/webdriver by php-webdriver/webdriver +- issue #15802 Removed SET AUTOCOMMIT=0 from SQL export +- issue #15818 Fix table borders missing on theme original since 5.0.0 +- issue #13864 Fix ENUM's radiobuttons reset on "Continue insertion with" changes +- issue #15811 Fixed browse foreign values doesn't show a modal with grid edit +- issue #15817 Fix "new table" layout issue on original theme +- issue #15798 Fixed not needed prompt before abandoning changes on SQL tab after only changing a checkbox +- issue #15833 Fix php TypeError when submitting unchanged data +- issue Fix php notice "Trying to access array offset on value of type bool" on Designer +- issue #13326 Added integer validations on search page +- issue #15200 Fixed server-side HTTPS detection misses support for Forwarded HTTP Extension (RFC 7239) +- issue #15831 Fixed DB names starting with "b" being cut off in