Remove vim modelines

These settings are no longer required as they are guaranteed through
other coding standard tools.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-09-02 09:43:21 -03:00
parent 8929b84289
commit 1a14b3e4d3
751 changed files with 1 additions and 751 deletions

View File

@ -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/

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Single signon for phpMyAdmin using OpenID
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Single signon for phpMyAdmin
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Single signon for phpMyAdmin
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Import progress bar backend
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Main loader script
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* global isStorageSupported */ // js/config.js
/* global ErrorReport */ // js/error_report.js

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
$(function () {
Functions.checkNumberOfFields();

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in configuration forms and on user preferences pages
*/

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Used in or for console
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Conditionally included if framing is not allowed
*/

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview events handling from central columns page
* @name Central columns

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in QBE for DB
* @name Database Operations

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in server privilege pages
* @name Database Operations

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in QBE for DB
* @name Database Operations

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in QBE for DB
* @name Database Operations

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* JavaScript functions used on Database Search page
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used on the database structure page
* @name Database Structure

View File

@ -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.
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Initialises the data required to run Designer, then fires it up.
*/

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @package PhpMyAdmin-Designer
*/

View File

@ -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.*/

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* global TraceKit */ // js/vendor/tracekit.js

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in the export tab
*

View File

@ -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) {

View File

@ -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

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used in GIS data editor
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in the import tab
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used for index manipulation pages
* @name Table Structure

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* jqplot formatter for byte values
*

View File

@ -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;

View File

@ -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.

View File

@ -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
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Exporting of translated messages from PHP to Javascript
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* global GotoWhitelist */ // js/whitelist.php

View File

@ -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

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used in or for navigation panel
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview events handling from normalization page
* @name normalization

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used for page-related settings
* @name Page-related settings

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview Javascript functions used in server replication page
* @name Server Replication

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* JavaScript functionality for Routines, Triggers and Events.
*

View File

@ -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

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in server plugins pages
*/

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used in server privilege pages
* @name Server Privileges

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Server Status Advisor
*

View File

@ -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

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Server Status Processes
*

View File

@ -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

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
*

View File

@ -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

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview Javascript functions used in server variables page
* @name Server Replication

View File

@ -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

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in Setup configuration forms
*/

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview Handle shortcuts in various pages
* @name Shortcuts handler

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used wherever an sql query form is used
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview function used in table data manipulation pages
*

View File

@ -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

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used for visualizing GIS data
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* for table relation
*/

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview JavaScript functions used on /table/search
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @fileoverview functions used on the table structure page
* @name Table Structure

View File

@ -1,5 +1,4 @@
// TODO: change the axis
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
** @fileoverview JavaScript functions used on /table/search
**

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Image upload transformations plugin js
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* JSON syntax highlighting transformation plugin
*/

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* JSON syntax highlighting transformation plugin
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* SQL syntax highlighting transformation plugin js
*

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* XML syntax highlighting transformation plugin
*/

View File

@ -1,4 +1,3 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* XML editor plugin
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Exporting of Core::$goto_whitelist from PHP to Javascript
*

View File

@ -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.

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Handles bookmarking SQL queries
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Contains functions used by /browse_foreigners
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions for displaying user preferences pages
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* MySQL charset metadata and manipulations
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Get user's global privileges and some db-specific privileges
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Configuration handling.
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Config file management
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Verbose descriptions for settings.
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Form handling code.
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Form management class, displays and processes forms
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Form templates
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Base class for preferences.
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Page preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* User preferences form
*

View File

@ -1,5 +1,4 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Setup preferences form
*

Some files were not shown because too many files have changed in this diff Show More