Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
This commit is contained in:
parent
dea67b9dfe
commit
e56949f160
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* display selection for relational field values
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Simple script to set correct charset for changelog
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* All directives are explained in Documentation.html and on phpMyAdmin
|
||||
* wiki <http://wiki.phpmyadmin.net>.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Events management.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* dumps a database
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
* - adding tables
|
||||
* - viewing PDF schemas
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* query by example the whole database
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Routines management.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
*
|
||||
* @todo make use of UNION when searching multiple tables
|
||||
* @todo display executed query, optional?
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Triggers management.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Displays a form for editing ENUM and SET values with more space (as an alternative to doing it in tbl_alter.php)
|
||||
* This form is only for users with JavaScript disabled -- users with JavaScript enabled will see a different form
|
||||
* defined in tbl_properties.inc.php
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
require_once './libraries/common.inc.php';
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* Main export hanling code
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* "Echo" service to allow force downloading of exported charts (png or svg)
|
||||
* and server status monitor settings
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
require_once './libraries/common.inc.php';
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Core script for import, this is just the glue around all other stuff
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
require_once './libraries/common.inc.php';
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* forms frameset
|
||||
*
|
||||
* or common.inc.php
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Provides the functionality for retreiving images
|
||||
* which may be actual images or an icon from a sprite
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
chdir('..');
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Exporting of translated messages from PHP to Javascript
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
chdir('..');
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Designer
|
||||
* @package PhpMyAdmin-Designer
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Designer
|
||||
* @package PhpMyAdmin-Designer
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin-Designer
|
||||
* @package PhpMyAdmin-Designer
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* A simple rules engine, that parses and executes the rules in advisory_rules.txt. Adjusted to phpMyAdmin
|
||||
*
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
class Advisor
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Configuration handling.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -14,7 +14,7 @@ require './libraries/vendor_config.php';
|
||||
/**
|
||||
* Configuration class
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_Config
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Holds class PMA_Error
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -14,7 +14,7 @@ require_once './libraries/Message.class.php';
|
||||
/**
|
||||
* a single error
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_Error extends PMA_Message
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Holds class PMA_Error_Handler
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -14,7 +14,7 @@ require_once './libraries/Error.class.php';
|
||||
/**
|
||||
* handling errors
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_Error_Handler
|
||||
{
|
||||
|
||||
@ -3,14 +3,14 @@
|
||||
/**
|
||||
* file upload functions
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @todo when uploading a file into a blob field, should we also consider using
|
||||
* chunks like in import? UPDATE `table` SET `field` = `field` + [chunk]
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_File
|
||||
{
|
||||
|
||||
@ -3,13 +3,13 @@
|
||||
/**
|
||||
* holds the database index class
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
* @since phpMyAdmin 3.0.0
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_Index
|
||||
{
|
||||
@ -580,7 +580,7 @@ class PMA_Index
|
||||
}
|
||||
|
||||
/**
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_Index_Column
|
||||
{
|
||||
|
||||
@ -3,14 +3,14 @@
|
||||
/**
|
||||
* hold the PMA_List base class
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
* @todo add caching
|
||||
* @since phpMyAdmin 2.9.10
|
||||
* @abstract
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
abstract class PMA_List extends ArrayObject
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* holds the PMA_List_Database class
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -23,7 +23,7 @@ require_once './libraries/List.class.php';
|
||||
* @todo ? support --skip-showdatabases and user has only global rights
|
||||
* @access public
|
||||
* @since phpMyAdmin 2.9.10
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
/*public*/ class PMA_List_Database extends PMA_List
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Holds class PMA_Message
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -54,7 +54,7 @@
|
||||
* // strSomeLocaleMessage <sup>1</sup> strSomeMoreLocale<br />
|
||||
* // strSomeEvenMoreLocale - some final words
|
||||
* </code>
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_Message
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Enter description here...
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*
|
||||
*/
|
||||
|
||||
@ -15,7 +15,7 @@ require_once './libraries/List_Database.class.php';
|
||||
*
|
||||
*
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA
|
||||
{
|
||||
|
||||
@ -3,13 +3,13 @@
|
||||
/**
|
||||
* Library for extracting information about the partitions
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* base Partition Class
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_Partition
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
require_once './libraries/Message.class.php';
|
||||
@ -12,7 +12,7 @@ require_once './libraries/Message.class.php';
|
||||
*
|
||||
* @TODO Change the release version in table pma_recent (#recent in Documentation.html)
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_RecentTable
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Library for extracting information about the available storage engines
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -21,7 +21,7 @@ define('PMA_ENGINE_DETAILS_TYPE_BOOLEAN', 3); // 'ON' or 'OFF'
|
||||
|
||||
/**
|
||||
* base Storage Engine Class
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_StorageEngine
|
||||
{
|
||||
|
||||
@ -2,12 +2,12 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
* @todo make use of PMA_Message and PMA_Error
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_Table
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* hold PMA_Theme class
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -14,7 +14,7 @@
|
||||
* @todo make css optionally replacing 'parent' css or extending it (by appending at the end)
|
||||
* @todo add an optional global css file - which will be used for both frames
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_Theme
|
||||
{
|
||||
|
||||
@ -2,12 +2,12 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
class PMA_Theme_Manager
|
||||
{
|
||||
|
||||
@ -2,14 +2,14 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
* This class tracks changes on databases, tables and views.
|
||||
* For more information please see phpMyAdmin/Documentation.html
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*
|
||||
* @todo use stristr instead of strstr
|
||||
*/
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Set of functions used to run config authentication (ie no authentication).
|
||||
*
|
||||
* @package phpMyAdmin-Auth-Config
|
||||
* @package PhpMyAdmin-Auth-Config
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Set of functions used to run cookie based authentication.
|
||||
*
|
||||
* @package phpMyAdmin-Auth-Cookie
|
||||
* @package PhpMyAdmin-Auth-Cookie
|
||||
*/
|
||||
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Set of functions used to run http authentication.
|
||||
* NOTE: Requires PHP loaded as a Apache module.
|
||||
*
|
||||
* @package phpMyAdmin-Auth-HTTP
|
||||
* @package PhpMyAdmin-Auth-HTTP
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Set of functions used to run single signon authentication.
|
||||
*
|
||||
* @package phpMyAdmin-Auth-Signon
|
||||
* @package PhpMyAdmin-Auth-Signon
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Set of functions used with the bookmark feature
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Charset conversion functions.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Get user's global privileges and some db-specific privileges
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Functions for cleanup of user input.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
* - db connection
|
||||
* - authentication work
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Misc functions used all over the scripts.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
*
|
||||
* All directives are explained in Documentation.html
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Database with allowed values for configuration stored in the $cfg array,
|
||||
* used by setup script and user preferences to generate forms.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
if (!defined('PHPMYADMIN')) {
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Config file management
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Form handling code.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* o translated_path - work_path modified for HTML field name, a path with
|
||||
* slashes changed to hyphens, eg. Servers-4-verbose
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Form templates
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Common config manipulation functions
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* configuration subsystem, with $strConfig as a prefix, _desc or _name
|
||||
* as a suffix, and the directive name in between.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
if (!function_exists('__')) {
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
* End group blocks with:
|
||||
* ':group:end'
|
||||
*
|
||||
* @package phpMyAdmin-setup
|
||||
* @package PhpMyAdmin-setup
|
||||
*/
|
||||
|
||||
$forms = array();
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
* End group blocks with:
|
||||
* ':group:end'
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
$forms = array();
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
*
|
||||
* Valdiation functions are assigned in $cfg_db['_validators'] (config.values.php).
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* This script is distinct from libraries/common.inc.php because this
|
||||
* script is called from /test.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Column types and functions supported by MySQL
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
// VARCHAR, TINYINT, TEXT and DATE are listed first, based on estimated popularity
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Column types and functions supported by MySQL
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
// VARCHAR, TINYINT, TEXT and DATE are listed first, based on estimated popularity
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Common Option Constants For DBI Functions
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
*
|
||||
* speedup view on locked tables
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Ensure the database and the table exist (else move to the "parent" script)
|
||||
* and display headers
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* This wrapper is not complete and hides a lot of original functionality, but allows for easy usage
|
||||
* of the drizzle PHP extension.
|
||||
*
|
||||
* @package phpMyAdmin-DBI-Drizzle
|
||||
* @package PhpMyAdmin-DBI-Drizzle
|
||||
*/
|
||||
|
||||
// TODO: drizzle module segfaults while freeing resources, often. This allows at least for some development
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* TODO: This file and drizzle-wrappers.lib.php should be devoid of any segault related hacks.
|
||||
* TODO: Crashing versions of drizzle module and/or libdrizzle should be blacklisted
|
||||
*
|
||||
* @package phpMyAdmin-DBI-Drizzle
|
||||
* @package PhpMyAdmin-DBI-Drizzle
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Interface to the classic MySQL extension
|
||||
*
|
||||
* @package phpMyAdmin-DBI-MySQL
|
||||
* @package PhpMyAdmin-DBI-MySQL
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Interface to the improved MySQL extension (MySQLi)
|
||||
*
|
||||
* @package phpMyAdmin-DBI-MySQLi
|
||||
* @package PhpMyAdmin-DBI-MySQLi
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Displays form for password change
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Displays form for creating database (if user has privileges for that)
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
* warnings about the lack of privileges for CREATE TABLE. Tested
|
||||
* on MySQL 5.0.18.
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
if (!defined('PHPMYADMIN')) {
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Code for displaying language selection
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* library for displaying table with results from all sort of select queries
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_bdb extends PMA_StorageEngine
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -11,7 +11,7 @@ require_once './libraries/engines/bdb.lib.php';
|
||||
|
||||
/**
|
||||
* This is same as BDB.
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_berkeleydb extends PMA_StorageEngine_bdb
|
||||
{
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_binlog extends PMA_StorageEngine
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -12,7 +12,7 @@ require_once './libraries/engines/innodb.lib.php';
|
||||
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_innobase extends PMA_StorageEngine_innodb
|
||||
{
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_innodb extends PMA_StorageEngine
|
||||
{
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
|
||||
/**
|
||||
* the MEMORY (HEAP) storage engine
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_memory extends PMA_StorageEngine
|
||||
{
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_merge extends PMA_StorageEngine
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -11,7 +11,7 @@ require_once './libraries/engines/merge.lib.php';
|
||||
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_mrg_myisam extends PMA_StorageEngine_merge
|
||||
{
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
|
||||
/**
|
||||
* the MyISAM storage engine
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_myisam extends PMA_StorageEngine
|
||||
{
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Engines
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_ndbcluster extends PMA_StorageEngine
|
||||
{
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user