update 2024-05-26 17:39:15

This commit is contained in:
Robot 2024-05-26 17:39:31 +02:00
parent e23917c5e1
commit d4ef8c7d14
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
20 changed files with 45 additions and 45 deletions

View File

@ -23,25 +23,25 @@ This repository contains an index (see below) of all the approved powers within
# Index of powers
- **Namespace**: [VDM\Minify](#vdm-minify)
- **Namespace**: [VastDevelopmentMethod\Minify](#vastdevelopmentmethod-minify)
- **class Css** | [Details](src/70530246-2903-4c02-af9a-61182e4d97b8) | [Code](src/70530246-2903-4c02-af9a-61182e4d97b8/code.php) | [Settings](src/70530246-2903-4c02-af9a-61182e4d97b8/settings.json) | Super__70530246_2903_4c02_af9a_61182e4d97b8__Power
- **class JavaScript** | [Details](src/ef6438c4-76db-4aa1-bb15-bc97583bcd2e) | [Code](src/ef6438c4-76db-4aa1-bb15-bc97583bcd2e/code.php) | [Settings](src/ef6438c4-76db-4aa1-bb15-bc97583bcd2e/settings.json) | Super__ef6438c4_76db_4aa1_bb15_bc97583bcd2e__Power
- **Namespace**: [VDM\Minify\Abstraction](#vdm-minify-abstraction)
- **Namespace**: [VastDevelopmentMethod\Minify\Abstraction](#vastdevelopmentmethod-minify-abstraction)
- **abstract class BasicException** | [Details](src/47448ada-54df-45f3-b05d-1c66c584b1bd) | [Code](src/47448ada-54df-45f3-b05d-1c66c584b1bd/code.php) | [Settings](src/47448ada-54df-45f3-b05d-1c66c584b1bd/settings.json) | Super__47448ada_54df_45f3_b05d_1c66c584b1bd__Power
- **abstract class Minify** | [Details](src/d2b8599a-d5ce-49b1-b992-764bb7d55137) | [Code](src/d2b8599a-d5ce-49b1-b992-764bb7d55137/code.php) | [Settings](src/d2b8599a-d5ce-49b1-b992-764bb7d55137/settings.json) | Super__d2b8599a_d5ce_49b1_b992_764bb7d55137__Power
- **Namespace**: [VDM\Minify\Exceptions](#vdm-minify-exceptions)
- **Namespace**: [VastDevelopmentMethod\Minify\Exceptions](#vastdevelopmentmethod-minify-exceptions)
- **class FileImportException** | [Details](src/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b) | [Code](src/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b/code.php) | [Settings](src/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b/settings.json) | Super__b34dbbeb_89bd_4f01_8bbd_f7ba0fb6280b__Power
- **class IOException** | [Details](src/44b4a9cf-62e6-48af-ab30-5b3d2715728e) | [Code](src/44b4a9cf-62e6-48af-ab30-5b3d2715728e/code.php) | [Settings](src/44b4a9cf-62e6-48af-ab30-5b3d2715728e/settings.json) | Super__44b4a9cf_62e6_48af_ab30_5b3d2715728e__Power
- **Namespace**: [VDM\Minify\Path](#vdm-minify-path)
- **Namespace**: [VastDevelopmentMethod\Minify\Path](#vastdevelopmentmethod-minify-path)
- **class Converter** | [Details](src/39f8957f-cc73-4da5-8b60-6cf25d4ab058) | [Code](src/39f8957f-cc73-4da5-8b60-6cf25d4ab058/code.php) | [Settings](src/39f8957f-cc73-4da5-8b60-6cf25d4ab058/settings.json) | Super__39f8957f_cc73_4da5_8b60_6cf25d4ab058__Power
- **Namespace**: [VDM\Minify\Path\Interfaces](#vdm-minify-path-interfaces)
- **Namespace**: [VastDevelopmentMethod\Minify\Path\Interfaces](#vastdevelopmentmethod-minify-path-interfaces)
- **interface ConverterInterface** | [Details](src/cc482882-5eef-476c-b835-7b0c5a17c0db) | [Code](src/cc482882-5eef-476c-b835-7b0c5a17c0db/code.php) | [Settings](src/cc482882-5eef-476c-b835-7b0c5a17c0db/settings.json) | Super__cc482882_5eef_476c_b835_7b0c5a17c0db__Power
- **Namespace**: [VDM\Joomla\Componentbuilder\Compiler\Utilities](#vdm-joomla-componentbuilder-compiler-utilities)
- **Namespace**: [VastDevelopmentMethod\Joomla\Componentbuilder\Compiler\Utilities](#vastdevelopmentmethod-joomla-componentbuilder-compiler-utilities)
- **abstract class Minify** | [Details](src/b591855d-d106-4fe5-90ad-8e706f6267cf) | [Code](src/b591855d-d106-4fe5-90ad-8e706f6267cf/code.php) | [Settings](src/b591855d-d106-4fe5-90ad-8e706f6267cf/settings.json) | Super__b591855d_d106_4fe5_90ad_8e706f6267cf__Power

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Converter (Details)
> namespace: **VDM\Minify\Path**
> namespace: **VastDevelopmentMethod\Minify\Path**
```uml
@startuml
class Converter #Gold {

View File

@ -13,10 +13,10 @@
* @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VDM\Minify\Path;
namespace VastDevelopmentMethod\Minify\Path;
use VDM\Minify\Path\Interfaces\ConverterInterface;
use VastDevelopmentMethod\Minify\Path\Interfaces\ConverterInterface;
class Converter implements ConverterInterface
{

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class IOException (Details)
> namespace: **VDM\Minify\Exceptions**
> namespace: **VastDevelopmentMethod\Minify\Exceptions**
> extends: **BasicException**
```uml
@startuml

View File

@ -8,10 +8,10 @@
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VDM\Minify\Exceptions;
namespace VastDevelopmentMethod\Minify\Exceptions;
use VDM\Minify\Abstraction\BasicException;
use VastDevelopmentMethod\Minify\Abstraction\BasicException;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# abstract class BasicException (Details)
> namespace: **VDM\Minify\Abstraction**
> namespace: **VastDevelopmentMethod\Minify\Abstraction**
> extends: **\Exception**
```uml
@startuml

View File

@ -8,7 +8,7 @@
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VDM\Minify\Abstraction;
namespace VastDevelopmentMethod\Minify\Abstraction;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Css (Details)
> namespace: **VDM\Minify**
> namespace: **VastDevelopmentMethod\Minify**
> extends: **Minify**
```uml
@startuml

View File

@ -8,13 +8,13 @@
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VDM\Minify;
namespace VastDevelopmentMethod\Minify;
use VDM\Minify\Exceptions\FileImportException;
use VDM\Minify\Path\Converter;
use VDM\Minify\Path\Interfaces\ConverterInterface;
use VDM\Minify\Abstraction\Minify;
use VastDevelopmentMethod\Minify\Exceptions\FileImportException;
use VastDevelopmentMethod\Minify\Path\Converter;
use VastDevelopmentMethod\Minify\Path\Interfaces\ConverterInterface;
use VastDevelopmentMethod\Minify\Abstraction\Minify;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class FileImportException (Details)
> namespace: **VDM\Minify\Exceptions**
> namespace: **VastDevelopmentMethod\Minify\Exceptions**
> extends: **BasicException**
```uml
@startuml

View File

@ -8,10 +8,10 @@
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VDM\Minify\Exceptions;
namespace VastDevelopmentMethod\Minify\Exceptions;
use VDM\Minify\Abstraction\BasicException;
use VastDevelopmentMethod\Minify\Abstraction\BasicException;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# abstract class Minify (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Utilities**
> namespace: **VastDevelopmentMethod\Joomla\Componentbuilder\Compiler\Utilities**
```uml
@startuml
abstract Minify #Orange {

View File

@ -9,11 +9,11 @@
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
namespace VDM\Joomla\Componentbuilder\Compiler\Utilities;
namespace VastDevelopmentMethod\Joomla\Componentbuilder\Compiler\Utilities;
use VDM\Minify\Css;
use VDM\Minify\JavaScript;
use VastDevelopmentMethod\Minify\Css;
use VastDevelopmentMethod\Minify\JavaScript;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface ConverterInterface (Details)
> namespace: **VDM\Minify\Path\Interfaces**
> namespace: **VastDevelopmentMethod\Minify\Path\Interfaces**
```uml
@startuml
interface ConverterInterface #Lavender {

View File

@ -8,7 +8,7 @@
* @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VDM\Minify\Path\Interfaces;
namespace VastDevelopmentMethod\Minify\Path\Interfaces;
interface ConverterInterface
{

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# abstract class Minify (Details)
> namespace: **VDM\Minify\Abstraction**
> namespace: **VastDevelopmentMethod\Minify\Abstraction**
```uml
@startuml
abstract Minify #Orange {

View File

@ -9,11 +9,11 @@
* @license MIT License
*/
namespace VDM\Minify\Abstraction;
namespace VastDevelopmentMethod\Minify\Abstraction;
use VDM\Minify\Exceptions\IOException;
use VDM\Psr\Cache\CacheItemInterface;
use VastDevelopmentMethod\Minify\Exceptions\IOException;
use VastDevelopmentMethod\Psr\Cache\CacheItemInterface;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class JavaScript (Details)
> namespace: **VDM\Minify**
> namespace: **VastDevelopmentMethod\Minify**
> extends: **Minify**
```uml
@startuml

View File

@ -8,10 +8,10 @@
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VDM\Minify;
namespace VastDevelopmentMethod\Minify;
use VDM\Minify\Abstraction\Minify;
use VastDevelopmentMethod\Minify\Abstraction\Minify;
/**

View File

@ -2,7 +2,7 @@
"39f8957f-cc73-4da5-8b60-6cf25d4ab058": {
"name": "Converter",
"type": "class",
"namespace": "VDM\\Minify\\Path",
"namespace": "VastDevelopmentMethod\\Minify\\Path",
"code": "src\/39f8957f-cc73-4da5-8b60-6cf25d4ab058\/code.php",
"power": "src\/39f8957f-cc73-4da5-8b60-6cf25d4ab058\/code.power",
"settings": "src\/39f8957f-cc73-4da5-8b60-6cf25d4ab058\/settings.json",
@ -13,7 +13,7 @@
"44b4a9cf-62e6-48af-ab30-5b3d2715728e": {
"name": "IOException",
"type": "class",
"namespace": "VDM\\Minify\\Exceptions",
"namespace": "VastDevelopmentMethod\\Minify\\Exceptions",
"code": "src\/44b4a9cf-62e6-48af-ab30-5b3d2715728e\/code.php",
"power": "src\/44b4a9cf-62e6-48af-ab30-5b3d2715728e\/code.power",
"settings": "src\/44b4a9cf-62e6-48af-ab30-5b3d2715728e\/settings.json",
@ -24,7 +24,7 @@
"47448ada-54df-45f3-b05d-1c66c584b1bd": {
"name": "BasicException",
"type": "abstract class",
"namespace": "VDM\\Minify\\Abstraction",
"namespace": "VastDevelopmentMethod\\Minify\\Abstraction",
"code": "src\/47448ada-54df-45f3-b05d-1c66c584b1bd\/code.php",
"power": "src\/47448ada-54df-45f3-b05d-1c66c584b1bd\/code.power",
"settings": "src\/47448ada-54df-45f3-b05d-1c66c584b1bd\/settings.json",
@ -35,7 +35,7 @@
"70530246-2903-4c02-af9a-61182e4d97b8": {
"name": "Css",
"type": "class",
"namespace": "VDM\\Minify",
"namespace": "VastDevelopmentMethod\\Minify",
"code": "src\/70530246-2903-4c02-af9a-61182e4d97b8\/code.php",
"power": "src\/70530246-2903-4c02-af9a-61182e4d97b8\/code.power",
"settings": "src\/70530246-2903-4c02-af9a-61182e4d97b8\/settings.json",
@ -46,7 +46,7 @@
"b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b": {
"name": "FileImportException",
"type": "class",
"namespace": "VDM\\Minify\\Exceptions",
"namespace": "VastDevelopmentMethod\\Minify\\Exceptions",
"code": "src\/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b\/code.php",
"power": "src\/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b\/code.power",
"settings": "src\/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b\/settings.json",
@ -57,7 +57,7 @@
"b591855d-d106-4fe5-90ad-8e706f6267cf": {
"name": "Minify",
"type": "abstract class",
"namespace": "VDM\\Joomla\\Componentbuilder\\Compiler\\Utilities",
"namespace": "VastDevelopmentMethod\\Joomla\\Componentbuilder\\Compiler\\Utilities",
"code": "src\/b591855d-d106-4fe5-90ad-8e706f6267cf\/code.php",
"power": "src\/b591855d-d106-4fe5-90ad-8e706f6267cf\/code.power",
"settings": "src\/b591855d-d106-4fe5-90ad-8e706f6267cf\/settings.json",
@ -68,7 +68,7 @@
"cc482882-5eef-476c-b835-7b0c5a17c0db": {
"name": "ConverterInterface",
"type": "interface",
"namespace": "VDM\\Minify\\Path\\Interfaces",
"namespace": "VastDevelopmentMethod\\Minify\\Path\\Interfaces",
"code": "src\/cc482882-5eef-476c-b835-7b0c5a17c0db\/code.php",
"power": "src\/cc482882-5eef-476c-b835-7b0c5a17c0db\/code.power",
"settings": "src\/cc482882-5eef-476c-b835-7b0c5a17c0db\/settings.json",
@ -79,7 +79,7 @@
"d2b8599a-d5ce-49b1-b992-764bb7d55137": {
"name": "Minify",
"type": "abstract class",
"namespace": "VDM\\Minify\\Abstraction",
"namespace": "VastDevelopmentMethod\\Minify\\Abstraction",
"code": "src\/d2b8599a-d5ce-49b1-b992-764bb7d55137\/code.php",
"power": "src\/d2b8599a-d5ce-49b1-b992-764bb7d55137\/code.power",
"settings": "src\/d2b8599a-d5ce-49b1-b992-764bb7d55137\/settings.json",
@ -90,7 +90,7 @@
"ef6438c4-76db-4aa1-bb15-bc97583bcd2e": {
"name": "JavaScript",
"type": "class",
"namespace": "VDM\\Minify",
"namespace": "VastDevelopmentMethod\\Minify",
"code": "src\/ef6438c4-76db-4aa1-bb15-bc97583bcd2e\/code.php",
"power": "src\/ef6438c4-76db-4aa1-bb15-bc97583bcd2e\/code.power",
"settings": "src\/ef6438c4-76db-4aa1-bb15-bc97583bcd2e\/settings.json",