Skip to content

Commit

Permalink
Remove jQuery keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Mar 28, 2024
1 parent 37e3cbd commit 670fbd5
Show file tree
Hide file tree
Showing 224 changed files with 1,256 additions and 1,257 deletions.
6 changes: 3 additions & 3 deletions Api/DataTablesColumnInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2018 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Api;
namespace WBW\Bundle\DataTablesBundle\Api;

use InvalidArgumentException;

/**
* DataTables column interface.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Api
* @package WBW\Bundle\DataTablesBundle\Api
*/
interface DataTablesColumnInterface {

Expand Down
6 changes: 3 additions & 3 deletions Api/DataTablesLoopInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2022 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Api;
namespace WBW\Bundle\DataTablesBundle\Api;

/**
* DataTables loop interface.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Api
* @package WBW\Bundle\DataTablesBundle\Api
*/
interface DataTablesLoopInterface {

Expand Down
6 changes: 3 additions & 3 deletions Api/DataTablesMappingInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2018 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Api;
namespace WBW\Bundle\DataTablesBundle\Api;

/**
* DataTables mapping interface.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Api
* @package WBW\Bundle\DataTablesBundle\Api
*/
interface DataTablesMappingInterface {

Expand Down
6 changes: 3 additions & 3 deletions Api/DataTablesOptionsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2018 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Api;
namespace WBW\Bundle\DataTablesBundle\Api;

use WBW\Library\Types\Exception\StringArgumentException;

/**
* DataTables options interface.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Api
* @package WBW\Bundle\DataTablesBundle\Api
*/
interface DataTablesOptionsInterface {

Expand Down
6 changes: 3 additions & 3 deletions Api/DataTablesOrderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2018 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Api;
namespace WBW\Bundle\DataTablesBundle\Api;

/**
* DataTables order interface.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Api
* @package WBW\Bundle\DataTablesBundle\Api
*/
interface DataTablesOrderInterface {

Expand Down
6 changes: 3 additions & 3 deletions Api/DataTablesRequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2018 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Api;
namespace WBW\Bundle\DataTablesBundle\Api;

use Symfony\Component\HttpFoundation\ParameterBag;

/**
* DataTables request interface.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Api
* @package WBW\Bundle\DataTablesBundle\Api
*/
interface DataTablesRequestInterface {

Expand Down
6 changes: 3 additions & 3 deletions Api/DataTablesResponseInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2018 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Api;
namespace WBW\Bundle\DataTablesBundle\Api;

use JsonSerializable;

/**
* DataTables response interface.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Api
* @package WBW\Bundle\DataTablesBundle\Api
*/
interface DataTablesResponseInterface extends JsonSerializable {

Expand Down
6 changes: 3 additions & 3 deletions Api/DataTablesSearchInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2018 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Api;
namespace WBW\Bundle\DataTablesBundle\Api;

/**
* DataTables search interface.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Api
* @package WBW\Bundle\DataTablesBundle\Api
*/
interface DataTablesSearchInterface {

Expand Down
8 changes: 4 additions & 4 deletions Api/DataTablesWrapperInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2018 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Api;
namespace WBW\Bundle\DataTablesBundle\Api;

use Symfony\Component\Security\Core\User\UserInterface;
use WBW\Bundle\JQuery\DataTablesBundle\Provider\DataTablesProviderInterface;
use WBW\Bundle\DataTablesBundle\Provider\DataTablesProviderInterface;

/**
* DataTables wrapper interface.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Api
* @package WBW\Bundle\DataTablesBundle\Api
*/
interface DataTablesWrapperInterface {

Expand Down
8 changes: 4 additions & 4 deletions Command/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2021 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Command;
namespace WBW\Bundle\DataTablesBundle\Command;

use Symfony\Component\Console\Style\StyleInterface;
use WBW\Bundle\CoreBundle\Command\AbstractCommand as BaseCommand;
use WBW\Bundle\JQuery\DataTablesBundle\Translation\TranslatorTrait;
use WBW\Bundle\DataTablesBundle\Translation\TranslatorTrait;

/**
* Abstract command.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Command
* @package WBW\Bundle\DataTablesBundle\Command
* @abstract
*/
abstract class AbstractCommand extends BaseCommand {
Expand Down
16 changes: 8 additions & 8 deletions Command/ListDataTablesProviderCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
declare(strict_types = 1);

/*
* This file is part of the jquery-datatables-bundle package.
* This file is part of the datatables-bundle package.
*
* (c) 2021 WEBEWEB
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace WBW\Bundle\JQuery\DataTablesBundle\Command;
namespace WBW\Bundle\DataTablesBundle\Command;

use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use WBW\Bundle\CoreBundle\Console\ConsoleHelper;
use WBW\Bundle\JQuery\DataTablesBundle\Manager\DataTablesManagerTrait;
use WBW\Bundle\JQuery\DataTablesBundle\Provider\DataTablesCSVExporterInterface;
use WBW\Bundle\JQuery\DataTablesBundle\Provider\DataTablesProviderInterface;
use WBW\Bundle\DataTablesBundle\Manager\DataTablesManagerTrait;
use WBW\Bundle\DataTablesBundle\Provider\DataTablesCSVExporterInterface;
use WBW\Bundle\DataTablesBundle\Provider\DataTablesProviderInterface;

/**
* List DataTables provider command.
*
* @author webeweb <https://github.com/webeweb>
* @package WBW\Bundle\JQuery\DataTablesBundle\Command
* @package WBW\Bundle\DataTablesBundle\Command
*/
class ListDataTablesProviderCommand extends AbstractCommand {

Expand All @@ -37,14 +37,14 @@ class ListDataTablesProviderCommand extends AbstractCommand {
*
* @var string
*/
public const COMMAND_NAME = "wbw:jquery:datatables:provider:list";
public const COMMAND_NAME = "wbw:datatables:provider:list";

/**
* Service name.
*
* @var string
*/
public const SERVICE_NAME = "wbw.jquery.datatables.command.list_provider";
public const SERVICE_NAME = "wbw.datatables.command.list_provider";

/**
* {@inheritDoc}
Expand Down
Loading

0 comments on commit 670fbd5

Please sign in to comment.