Skip to content

Commit

Permalink
fixed/added page level docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
CybotTM committed Mar 20, 2007
1 parent b948e16 commit 374abd5
Show file tree
Hide file tree
Showing 171 changed files with 1,100 additions and 462 deletions.
3 changes: 2 additions & 1 deletion browse_foreigners.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
/**
* display selection for relational field values
*
* @version $Id$
*/

/**
Expand Down
8 changes: 7 additions & 1 deletion calendar.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
/**
*
* @version $Id$
*/

/**
*
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/header_http.inc.php');
$page_title = $strCalendar;
Expand Down
6 changes: 4 additions & 2 deletions chk_rel.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/**
*
* @version $Id$
*/

/**
* Gets some core libraries
Expand Down
4 changes: 2 additions & 2 deletions config.sample.inc.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/**
* phpMyAdmin sample configuration, you can use it as base for
* manual configuration. For easier setup you can use scripts/setup.php
*
* All directives are explained in Documentation.html and on phpMyAdmin
* wiki <http://wiki.cihar.com>.
*
* @version $Id$
*/

/*
Expand Down
6 changes: 4 additions & 2 deletions db_create.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/**
*
* @version $Id$
*/

/**
* Gets some core libraries
Expand Down
6 changes: 4 additions & 2 deletions db_datadict.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/**
*
* @version $Id$
*/

/**
* Gets the variables sent or posted to this script, then displays headers
Expand Down
2 changes: 1 addition & 1 deletion db_export.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
/**
* dumps a database
*
* @version $Id$
* @uses libraries/db_common.inc.php
* @uses libraries/db_info.inc.php
* @uses libraries/display_export.lib.php
Expand Down
8 changes: 7 additions & 1 deletion db_import.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
/**
*
* @version $Id$
*/

/**
*
*/
require_once('./libraries/common.lib.php');

/**
Expand Down
4 changes: 2 additions & 2 deletions db_operations.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/**
* handles miscellaneous db operations:
* - move/rename
Expand All @@ -10,6 +8,8 @@
* - changing comment
* - adding tables
* - viewing PDF schemas
*
* @version $Id$
*/

/**
Expand Down
8 changes: 7 additions & 1 deletion db_printview.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
/**
*
* @version $Id$
*/

/**
*
*/
require_once './libraries/common.lib.php';

/**
Expand Down
4 changes: 2 additions & 2 deletions db_qbe.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/**
* query by example the whole database
*
* @version $Id$
*/

/**
Expand Down
8 changes: 7 additions & 1 deletion db_sql.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
/**
*
* @version $Id$
*/

/**
*
*/
require_once('./libraries/common.lib.php');

/**
Expand Down
8 changes: 7 additions & 1 deletion db_structure.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
/**
*
* @version $Id$
*/

/**
*
*/
require_once './libraries/common.lib.php';
require_once './libraries/Table.class.php';

Expand Down
8 changes: 5 additions & 3 deletions import.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/* Core script for import, this is just the glue around all other stuff */
/**
* Core script for import, this is just the glue around all other stuff
*
* @version $Id$
*/

/**
* Get the variables sent or posted to this script and a core script
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
/**
* forms frameset
*
* @version $Id$
* @uses libraries/common.lib.php global fnctions
* @uses libraries/relation.lib.php table relations
* @uses $GLOBALS['strNoFrames']
Expand Down
7 changes: 6 additions & 1 deletion js/functions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/* $Id$ */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* general function, usally for data manipulation pages
*
* @version $Id$
*/

/**
* @var sql_box_locked lock for the sqlbox textarea in the querybox/querywindow
Expand Down
8 changes: 6 additions & 2 deletions js/indexes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* $Id$ */

/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used for index manipulation pages
*
* @version $Id$
*/

/**
* Ensures a value submitted in a form is numeric and is in a range
Expand Down
8 changes: 6 additions & 2 deletions js/server_privileges.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* $Id$ */

/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used in server privilege pages
*
* @version $Id$
*/

/**
* Validates the password field in a form
Expand Down
8 changes: 6 additions & 2 deletions js/tbl_change.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* $Id$ */

/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used in table data manipulation pages
*
* @version $Id$
*/

/**
* Modify from controls when the "NULL" checkbox is selected
Expand Down
9 changes: 6 additions & 3 deletions js/tooltip.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
/* $Id$ */


/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Displays the Tooltips (hints), if we have some
* 2005-01-20 added by Michael Keck (mkkeck)
*
* @version $Id$
*/

/**
*
*/
var ttXpos = 0, ttYpos = 0;
var ttXadd = 10, ttYadd = -10;
var ttDisplay = 0, ttHoldIt = 0;
Expand Down
8 changes: 6 additions & 2 deletions js/user_password.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* $Id$ */

/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used for password change form
*
* @version $Id$
*/

/**
* Validates the password field in a form
Expand Down
6 changes: 5 additions & 1 deletion libraries/Config.class.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
/**
*
*
* @version $Id$
*/

/**
* Configuration class
Expand Down
1 change: 1 addition & 0 deletions libraries/PMA_File.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/**
* file upload functions
*
* @version $Id$
*/

/**
Expand Down
2 changes: 2 additions & 0 deletions libraries/PMA_List.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* hold the PMA_List base class
*
* @version $Id$
*/

/**
Expand Down
1 change: 1 addition & 0 deletions libraries/PMA_List_Database.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/**
* holds the PMA_List_Database class
*
* @version $Id$
*/

/**
Expand Down
10 changes: 8 additions & 2 deletions libraries/Table.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/**
*
* @version $Id$
*/

/**
*
*/
class PMA_Table {

/**
Expand Down
17 changes: 13 additions & 4 deletions libraries/Theme_Manager.class.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/**
*
* @version $Id$
*/

/**
*
*/
require_once './libraries/Theme.class.php';

class PMA_Theme_Manager {

/**
*
*/
class PMA_Theme_Manager
{
/**
* @var string path to theme folder
* @protected
Expand Down
4 changes: 1 addition & 3 deletions libraries/blowfish.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/**
* The Cipher_blowfish:: class implements the Cipher interface enryption data
* using the Blowfish algorithm.
Expand All @@ -14,7 +12,7 @@
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
*
* @author Mike Cochrane <mike@graftonhall.co.nz>
* @version $Revision$
* @version $Id$
* @since Horde 2.2
* @package horde.cipher
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/bookmark.lib.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */

/**
* Set of functions used with the bookmark feature
*
* @version $Id$
*/


Expand Down
5 changes: 2 additions & 3 deletions libraries/charset_conversion.lib.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */


/**
* Charset conversion functions.
*
* @version $Id$
*/


Expand Down
Loading

0 comments on commit 374abd5

Please sign in to comment.