Adding @package, first part.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* display selection for relational field values
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -3,6 +3,7 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -4,8 +4,12 @@
|
||||
* Simple script to set correct charset for changelog
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
* Whole changelog in variable.
|
||||
*/
|
||||
$changelog = htmlspecialchars(file_get_contents('ChangeLog'));
|
||||
|
||||
$replaces = array(
|
||||
|
@@ -3,6 +3,7 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -8,6 +8,7 @@
|
||||
* wiki <http://wiki.cihar.com>.
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@@ -3,6 +3,7 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -3,6 +3,7 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -8,6 +8,7 @@
|
||||
* @uses libraries/db_info.inc.php
|
||||
* @uses libraries/display_export.lib.php
|
||||
* @uses $tables from libraries/db_info.inc.php
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -3,6 +3,7 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -10,6 +10,7 @@
|
||||
* - viewing PDF schemas
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -3,6 +3,7 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -4,6 +4,7 @@
|
||||
* query by example the whole database
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -48,6 +48,7 @@
|
||||
* @uses in_array()
|
||||
* @version $Id$
|
||||
* @author Thomas Chaumeny <chaume92 at aol.com>
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -3,6 +3,7 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -3,6 +3,7 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -4,11 +4,13 @@
|
||||
*
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
* Configuration class
|
||||
*
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
class PMA_Config
|
||||
{
|
||||
|
@@ -4,6 +4,7 @@
|
||||
* Set of functions used with the bookmark feature
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -4,6 +4,7 @@
|
||||
* Charset conversion functions.
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -4,6 +4,7 @@
|
||||
* Get user's global privileges and some db-specific privileges
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -4,6 +4,7 @@
|
||||
* Functions for cleanup of user input.
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -4,6 +4,7 @@
|
||||
* Misc functions used all over the scripts.
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -17,6 +17,7 @@
|
||||
* All directives are explained in Documentation.html
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -6,6 +6,7 @@
|
||||
* script is called from /test.
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -4,6 +4,7 @@
|
||||
* Common Option Constants For DBI Functions
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -3,6 +3,7 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -3,11 +3,15 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Append goto to ulr_query.
|
||||
*/
|
||||
$url_query .= '&goto=db_structure.php';
|
||||
|
||||
$events = PMA_DBI_fetch_result('SELECT EVENT_NAME, EVENT_TYPE FROM information_schema.EVENTS WHERE EVENT_SCHEMA= \'' . PMA_sqlAddslashes($db,true) . '\';');
|
||||
|
@@ -32,6 +32,7 @@
|
||||
* @uses count()
|
||||
* @uses addslashes()
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -3,6 +3,7 @@
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -13,11 +13,15 @@
|
||||
* Of course the interface would need a way to pass calling parameters.
|
||||
* Also, support DEFINER (like we do in export).
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Append goto to ulr_query.
|
||||
*/
|
||||
$url_query .= '&goto=db_structure.php';
|
||||
|
||||
$routines = PMA_DBI_fetch_result('SELECT SPECIFIC_NAME,ROUTINE_NAME,ROUTINE_TYPE,DTD_IDENTIFIER FROM information_schema.ROUTINES WHERE ROUTINE_SCHEMA= \'' . PMA_sqlAddslashes($db,true) . '\';');
|
||||
|
@@ -5,6 +5,7 @@
|
||||
* and display headers
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -145,6 +145,10 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
|
||||
return PMA_exportOutputHandler(sprintf("%s is not supported.", $format));
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @package phpMyAdmin-Export-Codegen
|
||||
*/
|
||||
class TableProperty
|
||||
{
|
||||
public $name;
|
||||
|
@@ -5,6 +5,7 @@
|
||||
*
|
||||
* @todo add an option for handling NULL values
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-Import
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -4,6 +4,7 @@
|
||||
* DocSQL import plugin for phpMyAdmin
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-Import
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -4,6 +4,7 @@
|
||||
* CSV import plugin for phpMyAdmin
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-Import
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -4,6 +4,7 @@
|
||||
* SQL import plugin for phpMyAdmin
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-Import
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
@@ -1,4 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Font data for DejaVu Sans.
|
||||
* @package TCPDF
|
||||
*/
|
||||
$type='TrueTypeUnicode';
|
||||
$name='DejaVuSans';
|
||||
$desc=array('Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>32,'FontBBox'=>'[-1021 -356 1681 1068]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600);
|
||||
|
@@ -1,4 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Font data for DejaVu Sans Bold.
|
||||
* @package TCPDF
|
||||
*/
|
||||
$type='TrueTypeUnicode';
|
||||
$name='DejaVuSans-Bold';
|
||||
$desc=array('Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>32,'FontBBox'=>'[-1069 -388 1975 1123]','ItalicAngle'=>0,'StemV'=>120,'MissingWidth'=>600);
|
||||
|
@@ -1,4 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Font data for DejaVu Serif.
|
||||
* @package TCPDF
|
||||
*/
|
||||
$type='TrueTypeUnicode';
|
||||
$name='DejaVuSerif';
|
||||
$desc=array('Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>32,'FontBBox'=>'[-770 -401 1679 1242]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600);
|
||||
|
@@ -1,4 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Font data for DejaVu Serif Bold.
|
||||
* @package TCPDF
|
||||
*/
|
||||
$type='TrueTypeUnicode';
|
||||
$name='DejaVuSerif-Bold';
|
||||
$desc=array('Ascent'=>939,'Descent'=>-236,'CapHeight'=>939,'Flags'=>32,'FontBBox'=>'[-836 -423 1796 1235]','ItalicAngle'=>0,'StemV'=>120,'MissingWidth'=>600);
|
||||
|
Reference in New Issue
Block a user