Skip to content

Commit

Permalink
Remove vim modelines
Browse files Browse the repository at this point in the history
These settings are no longer required as they are guaranteed through
other coding standard tools.

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
  • Loading branch information
MauricioFauth committed Sep 2, 2019
1 parent 8929b84 commit 1a14b3e
Show file tree
Hide file tree
Showing 751 changed files with 1 addition and 751 deletions.
1 change: 0 additions & 1 deletion config.sample.inc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual configuration. For easier setup you can use setup/
Expand Down
1 change: 0 additions & 1 deletion examples/openid.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Single signon for phpMyAdmin using OpenID
*
Expand Down
1 change: 0 additions & 1 deletion examples/signon-script.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Single signon for phpMyAdmin
*
Expand Down
1 change: 0 additions & 1 deletion examples/signon.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Single signon for phpMyAdmin
*
Expand Down
1 change: 0 additions & 1 deletion import_status.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Import progress bar backend
*
Expand Down
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Main loader script
*
Expand Down
1 change: 0 additions & 1 deletion js/ajax.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */

/* global isStorageSupported */ // js/config.js
/* global ErrorReport */ // js/error_report.js
Expand Down
1 change: 0 additions & 1 deletion js/common.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */

$(function () {
Functions.checkNumberOfFields();
Expand Down
1 change: 0 additions & 1 deletion js/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in configuration forms and on user preferences pages
*/
Expand Down
1 change: 0 additions & 1 deletion js/console.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Used in or for console
*
Expand Down
1 change: 0 additions & 1 deletion js/cross_framing_protection.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Conditionally included if framing is not allowed
*/
Expand Down
1 change: 0 additions & 1 deletion js/database/central_columns.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview events handling from central columns page
* @name Central columns
Expand Down
1 change: 0 additions & 1 deletion js/database/multi_table_query.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in QBE for DB
* @name Database Operations
Expand Down
1 change: 0 additions & 1 deletion js/database/operations.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in server privilege pages
* @name Database Operations
Expand Down
1 change: 0 additions & 1 deletion js/database/qbe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in QBE for DB
* @name Database Operations
Expand Down
1 change: 0 additions & 1 deletion js/database/query_generator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in QBE for DB
* @name Database Operations
Expand Down
1 change: 0 additions & 1 deletion js/database/search.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* JavaScript functions used on Database Search page
*
Expand Down
1 change: 0 additions & 1 deletion js/database/structure.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used on the database structure page
* @name Database Structure
Expand Down
1 change: 0 additions & 1 deletion js/designer/history.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in this file builds history tab and generates query.
*
Expand Down
1 change: 0 additions & 1 deletion js/designer/init.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Initialises the data required to run Designer, then fires it up.
*/
Expand Down
1 change: 0 additions & 1 deletion js/designer/move.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @package PhpMyAdmin-Designer
*/
Expand Down
1 change: 0 additions & 1 deletion js/drag_drop_import.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */

/* This script handles PMA Drag Drop Import, loaded only when configuration is enabled.*/

Expand Down
1 change: 0 additions & 1 deletion js/error_report.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */

/* global TraceKit */ // js/vendor/tracekit.js

Expand Down
1 change: 0 additions & 1 deletion js/export.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in the export tab
*
Expand Down
1 change: 0 additions & 1 deletion js/export_output.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
AJAX.registerOnload('export_output.js', function () {
$(document).on('keydown', function (e) {
if ((e.which || e.keyCode) === 116) {
Expand Down
1 change: 0 additions & 1 deletion js/functions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */

/* global isStorageSupported */ // js/config.js
/* global ChartType, ColumnType, DataTable, JQPlotChartFactory */ // js/chart.js
Expand Down
1 change: 0 additions & 1 deletion js/gis_data_editor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used in GIS data editor
*
Expand Down
1 change: 0 additions & 1 deletion js/import.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in the import tab
*
Expand Down
1 change: 0 additions & 1 deletion js/indexes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used for index manipulation pages
* @name Table Structure
Expand Down
1 change: 0 additions & 1 deletion js/jqplot/plugins/jqplot.byteFormatter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* jqplot formatter for byte values
*
Expand Down
1 change: 0 additions & 1 deletion js/keyhandler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */

// global var that holds: 0- if ctrl key is not pressed 1- if ctrl key is pressed
var ctrlKeyHistory = 0;
Expand Down
1 change: 0 additions & 1 deletion js/makegrid.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Create advanced table (resize, reorder, and show/hide columns; and also grid editing).
* This function is designed mainly for table DOM generated from browsing a table in the database.
Expand Down
1 change: 0 additions & 1 deletion js/menu_resizer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Handles the resizing of a menu according to the available screen width
*
Expand Down
1 change: 0 additions & 1 deletion js/messages.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Exporting of translated messages from PHP to Javascript
*
Expand Down
1 change: 0 additions & 1 deletion js/microhistory.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */

/* global GotoWhitelist */ // js/whitelist.php

Expand Down
1 change: 0 additions & 1 deletion js/multi_column_sort.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview Implements the shiftkey + click remove column
* from order by clause funcationality
Expand Down
1 change: 0 additions & 1 deletion js/navigation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used in or for navigation panel
*
Expand Down
1 change: 0 additions & 1 deletion js/normalization.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview events handling from normalization page
* @name normalization
Expand Down
1 change: 0 additions & 1 deletion js/page_settings.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used for page-related settings
* @name Page-related settings
Expand Down
1 change: 0 additions & 1 deletion js/replication.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview Javascript functions used in server replication page
* @name Server Replication
Expand Down
1 change: 0 additions & 1 deletion js/rte.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* JavaScript functionality for Routines, Triggers and Events.
*
Expand Down
1 change: 0 additions & 1 deletion js/server/databases.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used on the server databases list page
* @name Server Databases
Expand Down
1 change: 0 additions & 1 deletion js/server/plugins.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in server plugins pages
*/
Expand Down
1 change: 0 additions & 1 deletion js/server/privileges.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used in server privilege pages
* @name Server Privileges
Expand Down
1 change: 0 additions & 1 deletion js/server/status/advisor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Server Status Advisor
*
Expand Down
1 change: 0 additions & 1 deletion js/server/status/monitor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview Javascript functions used in server status monitor page
* @name Server Status Monitor
Expand Down
1 change: 0 additions & 1 deletion js/server/status/processes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Server Status Processes
*
Expand Down
1 change: 0 additions & 1 deletion js/server/status/queries.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview Javascript functions used in server status query page
* @name Server Status Query
Expand Down
1 change: 0 additions & 1 deletion js/server/status/variables.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
*
Expand Down
1 change: 0 additions & 1 deletion js/server/user_groups.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview Javascript functions used in server user groups page
* @name Server User Groups
Expand Down
1 change: 0 additions & 1 deletion js/server/variables.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview Javascript functions used in server variables page
* @name Server Replication
Expand Down
1 change: 0 additions & 1 deletion js/setup/ajax.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* eslint-disable no-unused-vars */
/**
* Dummy implementation of the ajax page loader
Expand Down
1 change: 0 additions & 1 deletion js/setup/scripts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in Setup configuration forms
*/
Expand Down
1 change: 0 additions & 1 deletion js/shortcuts_handler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview Handle shortcuts in various pages
* @name Shortcuts handler
Expand Down
1 change: 0 additions & 1 deletion js/sql.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used wherever an sql query form is used
*
Expand Down
1 change: 0 additions & 1 deletion js/table/change.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in table data manipulation pages
*
Expand Down
1 change: 0 additions & 1 deletion js/table/chart.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */

/* global ColumnType, DataTable, JQPlotChartFactory */ // js/chart.js
/* global codeMirrorEditor */ // js/functions.js
Expand Down
1 change: 0 additions & 1 deletion js/table/gis_visualization.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used for visualizing GIS data
*
Expand Down
1 change: 0 additions & 1 deletion js/table/relation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* for table relation
*/
Expand Down
1 change: 0 additions & 1 deletion js/table/select.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview JavaScript functions used on /table/search
*
Expand Down
1 change: 0 additions & 1 deletion js/table/structure.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used on the table structure page
* @name Table Structure
Expand Down
1 change: 0 additions & 1 deletion js/table/zoom_plot_jqplot.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// TODO: change the axis
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
** @fileoverview JavaScript functions used on /table/search
**
Expand Down
1 change: 0 additions & 1 deletion js/transformations/image_upload.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Image upload transformations plugin js
*
Expand Down
1 change: 0 additions & 1 deletion js/transformations/json.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* JSON syntax highlighting transformation plugin
*/
Expand Down
1 change: 0 additions & 1 deletion js/transformations/json_editor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* JSON syntax highlighting transformation plugin
*
Expand Down
1 change: 0 additions & 1 deletion js/transformations/sql_editor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* SQL syntax highlighting transformation plugin js
*
Expand Down
1 change: 0 additions & 1 deletion js/transformations/xml.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* XML syntax highlighting transformation plugin
*/
Expand Down
1 change: 0 additions & 1 deletion js/transformations/xml_editor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* XML editor plugin
*
Expand Down
1 change: 0 additions & 1 deletion js/whitelist.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Exporting of Core::$goto_whitelist from PHP to Javascript
*
Expand Down
1 change: 0 additions & 1 deletion libraries/classes/Advisor.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* A simple rules engine, that parses and executes the rules in advisory_rules.txt.
* Adjusted to phpMyAdmin.
Expand Down
1 change: 0 additions & 1 deletion libraries/classes/Bookmark.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Handles bookmarking SQL queries
*
Expand Down
1 change: 0 additions & 1 deletion libraries/classes/BrowseForeigners.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Contains functions used by /browse_foreigners
*
Expand Down
1 change: 0 additions & 1 deletion libraries/classes/CentralColumns.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions for displaying user preferences pages
*
Expand Down
1 change: 0 additions & 1 deletion libraries/classes/Charsets.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* MySQL charset metadata and manipulations
*
Expand Down
1 change: 0 additions & 1 deletion libraries/classes/CheckUserPrivileges.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Get user's global privileges and some db-specific privileges
*
Expand Down
1 change: 0 additions & 1 deletion libraries/classes/Config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Configuration handling.
*
Expand Down
Loading

0 comments on commit 1a14b3e

Please sign in to comment.