Adding @package, first part.

This commit is contained in:
Michal Čihař
2008-11-24 10:32:56 +00:00
parent 62c814905b
commit ebeb0c319f
39 changed files with 876 additions and 812 deletions

View File

@@ -4,6 +4,7 @@
* display selection for relational field values * display selection for relational field values
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -3,6 +3,7 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -4,8 +4,12 @@
* Simple script to set correct charset for changelog * Simple script to set correct charset for changelog
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/**
* Whole changelog in variable.
*/
$changelog = htmlspecialchars(file_get_contents('ChangeLog')); $changelog = htmlspecialchars(file_get_contents('ChangeLog'));
$replaces = array( $replaces = array(

View File

@@ -3,6 +3,7 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -8,6 +8,7 @@
* wiki <http://wiki.cihar.com>. * wiki <http://wiki.cihar.com>.
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/* /*

View File

@@ -3,6 +3,7 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -3,6 +3,7 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -8,6 +8,7 @@
* @uses libraries/db_info.inc.php * @uses libraries/db_info.inc.php
* @uses libraries/display_export.lib.php * @uses libraries/display_export.lib.php
* @uses $tables from libraries/db_info.inc.php * @uses $tables from libraries/db_info.inc.php
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -3,6 +3,7 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -10,6 +10,7 @@
* - viewing PDF schemas * - viewing PDF schemas
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -3,6 +3,7 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -4,6 +4,7 @@
* query by example the whole database * query by example the whole database
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -48,6 +48,7 @@
* @uses in_array() * @uses in_array()
* @version $Id$ * @version $Id$
* @author Thomas Chaumeny <chaume92 at aol.com> * @author Thomas Chaumeny <chaume92 at aol.com>
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -3,6 +3,7 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -3,6 +3,7 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -4,11 +4,13 @@
* *
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**
* Configuration class * Configuration class
* *
* @package phpMyAdmin
*/ */
class PMA_Config class PMA_Config
{ {

View File

@@ -4,6 +4,7 @@
* Set of functions used with the bookmark feature * Set of functions used with the bookmark feature
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -4,6 +4,7 @@
* Charset conversion functions. * Charset conversion functions.
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -4,6 +4,7 @@
* Get user's global privileges and some db-specific privileges * Get user's global privileges and some db-specific privileges
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -4,6 +4,7 @@
* Functions for cleanup of user input. * Functions for cleanup of user input.
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -4,6 +4,7 @@
* Misc functions used all over the scripts. * Misc functions used all over the scripts.
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -17,6 +17,7 @@
* All directives are explained in Documentation.html * All directives are explained in Documentation.html
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -6,6 +6,7 @@
* script is called from /test. * script is called from /test.
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
/** /**

View File

@@ -4,6 +4,7 @@
* Common Option Constants For DBI Functions * Common Option Constants For DBI Functions
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -3,6 +3,7 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -3,11 +3,15 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;
} }
/**
* Append goto to ulr_query.
*/
$url_query .= '&amp;goto=db_structure.php'; $url_query .= '&amp;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) . '\';'); $events = PMA_DBI_fetch_result('SELECT EVENT_NAME, EVENT_TYPE FROM information_schema.EVENTS WHERE EVENT_SCHEMA= \'' . PMA_sqlAddslashes($db,true) . '\';');

View File

@@ -32,6 +32,7 @@
* @uses count() * @uses count()
* @uses addslashes() * @uses addslashes()
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -3,6 +3,7 @@
/** /**
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -13,11 +13,15 @@
* Of course the interface would need a way to pass calling parameters. * Of course the interface would need a way to pass calling parameters.
* Also, support DEFINER (like we do in export). * Also, support DEFINER (like we do in export).
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;
} }
/**
* Append goto to ulr_query.
*/
$url_query .= '&amp;goto=db_structure.php'; $url_query .= '&amp;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) . '\';'); $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) . '\';');

View File

@@ -5,6 +5,7 @@
* and display headers * and display headers
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -145,6 +145,10 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
return PMA_exportOutputHandler(sprintf("%s is not supported.", $format)); return PMA_exportOutputHandler(sprintf("%s is not supported.", $format));
} }
/**
*
* @package phpMyAdmin-Export-Codegen
*/
class TableProperty class TableProperty
{ {
public $name; public $name;

View File

@@ -5,6 +5,7 @@
* *
* @todo add an option for handling NULL values * @todo add an option for handling NULL values
* @version $Id$ * @version $Id$
* @package phpMyAdmin-Import
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -4,6 +4,7 @@
* DocSQL import plugin for phpMyAdmin * DocSQL import plugin for phpMyAdmin
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin-Import
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -4,6 +4,7 @@
* CSV import plugin for phpMyAdmin * CSV import plugin for phpMyAdmin
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin-Import
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -4,6 +4,7 @@
* SQL import plugin for phpMyAdmin * SQL import plugin for phpMyAdmin
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin-Import
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -1,4 +1,8 @@
<?php <?php
/**
* Font data for DejaVu Sans.
* @package TCPDF
*/
$type='TrueTypeUnicode'; $type='TrueTypeUnicode';
$name='DejaVuSans'; $name='DejaVuSans';
$desc=array('Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>32,'FontBBox'=>'[-1021 -356 1681 1068]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600); $desc=array('Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>32,'FontBBox'=>'[-1021 -356 1681 1068]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600);

View File

@@ -1,4 +1,8 @@
<?php <?php
/**
* Font data for DejaVu Sans Bold.
* @package TCPDF
*/
$type='TrueTypeUnicode'; $type='TrueTypeUnicode';
$name='DejaVuSans-Bold'; $name='DejaVuSans-Bold';
$desc=array('Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>32,'FontBBox'=>'[-1069 -388 1975 1123]','ItalicAngle'=>0,'StemV'=>120,'MissingWidth'=>600); $desc=array('Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>32,'FontBBox'=>'[-1069 -388 1975 1123]','ItalicAngle'=>0,'StemV'=>120,'MissingWidth'=>600);

View File

@@ -1,4 +1,8 @@
<?php <?php
/**
* Font data for DejaVu Serif.
* @package TCPDF
*/
$type='TrueTypeUnicode'; $type='TrueTypeUnicode';
$name='DejaVuSerif'; $name='DejaVuSerif';
$desc=array('Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>32,'FontBBox'=>'[-770 -401 1679 1242]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600); $desc=array('Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>32,'FontBBox'=>'[-770 -401 1679 1242]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600);

View File

@@ -1,4 +1,8 @@
<?php <?php
/**
* Font data for DejaVu Serif Bold.
* @package TCPDF
*/
$type='TrueTypeUnicode'; $type='TrueTypeUnicode';
$name='DejaVuSerif-Bold'; $name='DejaVuSerif-Bold';
$desc=array('Ascent'=>939,'Descent'=>-236,'CapHeight'=>939,'Flags'=>32,'FontBBox'=>'[-836 -423 1796 1235]','ItalicAngle'=>0,'StemV'=>120,'MissingWidth'=>600); $desc=array('Ascent'=>939,'Descent'=>-236,'CapHeight'=>939,'Flags'=>32,'FontBBox'=>'[-836 -423 1796 1235]','ItalicAngle'=>0,'StemV'=>120,'MissingWidth'=>600);