This commit is contained in:
Dennis Eichhorn 2022-12-16 21:59:21 +01:00
parent 5844ad3a72
commit e24f460fdf
1026 changed files with 1587 additions and 1587 deletions

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\Validation\Network\Email;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Account implements \JsonSerializable class Account implements \JsonSerializable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -24,7 +24,7 @@ use phpOMS\DataStorage\Session\SessionInterface;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class AccountManager implements \Countable final class AccountManager implements \Countable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class AccountStatus extends Enum abstract class AccountStatus extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class AccountType extends Enum abstract class AccountType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Group implements \JsonSerializable class Group implements \JsonSerializable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class GroupStatus extends Enum abstract class GroupStatus extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Account;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullAccount extends Account final class NullAccount extends Account

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Account;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullGroup extends Group final class NullGroup extends Group

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Account;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class PermissionAbstract implements \JsonSerializable class PermissionAbstract implements \JsonSerializable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Account;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
trait PermissionHandlingTrait trait PermissionHandlingTrait

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class PermissionOwner extends Enum abstract class PermissionOwner extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Account * @package phpOMS\Account
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class PermissionType extends Enum abstract class PermissionType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Ai\NeuralNetwork;
* *
* @package phpOMS\Ai\NeuralNetwork * @package phpOMS\Ai\NeuralNetwork
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Neuron class Neuron

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\System\File\PathException;
* *
* @package phpOMS\Ai\Ocr * @package phpOMS\Ai\Ocr
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class BasicOcr final class BasicOcr

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\System\SystemUtils;
* *
* @package phpOMS\Ai\Ocr\Tesseract * @package phpOMS\Ai\Ocr\Tesseract
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class TesseractOcr final class TesseractOcr

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Clustering;
* *
* @package phpOMS\Algorithm\Clustering * @package phpOMS\Algorithm\Clustering
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Kmeans final class Kmeans

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Clustering;
* *
* @package phpOMS\Algorithm\Clustering * @package phpOMS\Algorithm\Clustering
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Point implements PointInterface class Point implements PointInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -23,7 +23,7 @@ namespace phpOMS\Algorithm\Clustering;
* *
* @package phpOMS\Algorithm\Clustering; * @package phpOMS\Algorithm\Clustering;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface PointInterface interface PointInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\CoinMatching;
* *
* @package phpOMS\Algorithm\CoinMatching * @package phpOMS\Algorithm\CoinMatching
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class MinimumCoinProblem final class MinimumCoinProblem

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Graph;
* *
* @package phpOMS\Algorithm\Graph; * @package phpOMS\Algorithm\Graph;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class DependencyResolver final class DependencyResolver

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\JobScheduling;
* *
* @package phpOMS\Algorithm\JobScheduling * @package phpOMS\Algorithm\JobScheduling
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Job implements JobInterface class Job implements JobInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\JobScheduling;
* *
* @package phpOMS\Algorithm\JobScheduling; * @package phpOMS\Algorithm\JobScheduling;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface JobInterface interface JobInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\JobScheduling;
* *
* @package phpOMS\Algorithm\JobScheduling * @package phpOMS\Algorithm\JobScheduling
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Weighted final class Weighted

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
* *
* @package phpOMS\Algorithm\Knapsack * @package phpOMS\Algorithm\Knapsack
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Backpack implements BackpackInterface class Backpack implements BackpackInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
* *
* @package phpOMS\Algorithm\Knapsack; * @package phpOMS\Algorithm\Knapsack;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface BackpackInterface interface BackpackInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Algorithm\Knapsack;
* *
* @package phpOMS\Algorithm\Knapsack * @package phpOMS\Algorithm\Knapsack
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Bounded final class Bounded

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
* *
* @package phpOMS\Algorithm\Knapsack * @package phpOMS\Algorithm\Knapsack
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Continuous final class Continuous

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Knapsack;
* *
* @package phpOMS\Algorithm\Knapsack * @package phpOMS\Algorithm\Knapsack
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Item implements ItemInterface class Item implements ItemInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
* *
* @package phpOMS\Algorithm\Knapsack; * @package phpOMS\Algorithm\Knapsack;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface ItemInterface interface ItemInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Maze;
* *
* @package phpOMS\Algorithm\Maze * @package phpOMS\Algorithm\Maze
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class MazeGenerator class MazeGenerator

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
* *
* Extended based on: * Extended based on:
* MIT License * MIT License
@ -26,7 +26,7 @@ use phpOMS\Stdlib\Base\Heap;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class AStar implements PathFinderInterface final class AStar implements PathFinderInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class AStarNode extends Node class AStarNode extends Node

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
* *
* Extended based on: * Extended based on:
* MIT License * MIT License
@ -24,7 +24,7 @@ namespace phpOMS\Algorithm\PathFinding;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Grid class Grid

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Math\Topology\Metrics2D;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Heuristic final class Heuristic

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class HeuristicType extends Enum abstract class HeuristicType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class JumpPointNode extends Node class JumpPointNode extends Node

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
* *
* Extended based on: * Extended based on:
* MIT License * MIT License
@ -26,7 +26,7 @@ use phpOMS\Stdlib\Base\Heap;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class JumpPointSearch implements PathFinderInterface final class JumpPointSearch implements PathFinderInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class MovementType extends Enum abstract class MovementType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\HeapItemInterface;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Node implements HeapItemInterface class Node implements HeapItemInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullJumpPointNode extends JumpPointNode final class NullJumpPointNode extends JumpPointNode

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullNode extends Node final class NullNode extends Node

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
* *
* Extended based on: * Extended based on:
* MIT License * MIT License
@ -24,7 +24,7 @@ namespace phpOMS\Algorithm\PathFinding;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Path class Path

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface PathFinderInterface interface PathFinderInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class BitonicSort implements SortInterface final class BitonicSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class BubbleSort implements SortInterface final class BubbleSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class BucketSort final class BucketSort

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CocktailShakerSort implements SortInterface final class CocktailShakerSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CombSort implements SortInterface final class CombSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CycleSort implements SortInterface final class CycleSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class GnomeSort implements SortInterface final class GnomeSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class HeapSort implements SortInterface final class HeapSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class InsertionSort implements SortInterface final class InsertionSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class IntroSort implements SortInterface final class IntroSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class MergeSort implements SortInterface final class MergeSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class OddEvenSort implements SortInterface final class OddEvenSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class PancakeSort implements SortInterface final class PancakeSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class QuickSort implements SortInterface final class QuickSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class SelectionSort implements SortInterface final class SelectionSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class ShellSort implements SortInterface final class ShellSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface SortInterface interface SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Algorithm\Sort * @package phpOMS\Algorithm\Sort
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class SortOrder extends Enum abstract class SortOrder extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface SortableInterface interface SortableInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class StoogeSort implements SortInterface final class StoogeSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
* *
* @package phpOMS\Algorithm\Sort; * @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class TimSort implements SortInterface final class TimSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -53,7 +53,7 @@ use phpOMS\Router\RouterInterface;
* *
* @package phpOMS\Application * @package phpOMS\Application
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class ApplicationAbstract class ApplicationAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -24,7 +24,7 @@ use phpOMS\Utils\ArrayUtils;
* *
* @package phpOMS\Application * @package phpOMS\Application
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class ApplicationInfo final class ApplicationInfo

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\System\File\PathException;
* *
* @package phpOMS\Application * @package phpOMS\Application
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class ApplicationManager final class ApplicationManager

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Application * @package phpOMS\Application
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class ApplicationStatus extends Enum abstract class ApplicationStatus extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -25,7 +25,7 @@ use phpOMS\System\File\Local\Directory;
* *
* @package phpOMS\Application * @package phpOMS\Application
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class InstallerAbstract abstract class InstallerAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -25,7 +25,7 @@ use phpOMS\Utils\Parser\Php\ArrayParser;
* *
* @package phpOMS\Application * @package phpOMS\Application
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class StatusAbstract abstract class StatusAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Schema\Builder as SchemaBuilder;
* *
* @package phpOMS\Application * @package phpOMS\Application
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class UninstallerAbstract abstract class UninstallerAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Asset;
* *
* @package phpOMS\Asset * @package phpOMS\Asset
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class AssetManager implements \Countable final class AssetManager implements \Countable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Asset * @package phpOMS\Asset
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class AssetType extends Enum abstract class AssetType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\DataStorage\Session\SessionInterface;
* *
* @package phpOMS\Auth * @package phpOMS\Auth
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Auth final class Auth

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\Auth * @package phpOMS\Auth
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class LoginReturnType extends Enum abstract class LoginReturnType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ namespace phpOMS;
* *
* @package phpOMS * @package phpOMS
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class AutoloadException extends \RuntimeException final class AutoloadException extends \RuntimeException

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ namespace phpOMS;
* *
* @package phpOMS * @package phpOMS
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Autoloader final class Autoloader

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
* *
* @package phpOMS\Business\Finance * @package phpOMS\Business\Finance
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Depreciation final class Depreciation

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Average;
* *
* @package phpOMS\Business\Finance * @package phpOMS\Business\Finance
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
* *
* @SuppressWarnings(PHPMD.CamelCaseParameterName) * @SuppressWarnings(PHPMD.CamelCaseParameterName)

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
* *
* @package phpOMS\Business\Finance * @package phpOMS\Business\Finance
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
* *
* @SuppressWarnings(PHPMD.CamelCaseParameterName) * @SuppressWarnings(PHPMD.CamelCaseParameterName)

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
* *
* @package phpOMS\Business\Finance * @package phpOMS\Business\Finance
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Lorenzkurve final class Lorenzkurve

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
* *
* @package phpOMS\Business\Finance * @package phpOMS\Business\Finance
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
* *
* @SuppressWarnings(PHPMD.CamelCaseParameterName) * @SuppressWarnings(PHPMD.CamelCaseParameterName)

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Math\Statistic\Correlation;
* *
* @package phpOMS\Business\Marketing * @package phpOMS\Business\Marketing
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class ArticleCorrelationAffinity final class ArticleCorrelationAffinity

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Marketing;
* *
* @package phpOMS\Business\Marketing * @package phpOMS\Business\Marketing
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CustomerValue final class CustomerValue

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -25,7 +25,7 @@ use phpOMS\Math\Matrix\Vector;
* *
* @package phpOMS\Business\Marketing * @package phpOMS\Business\Marketing
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Metrics final class Metrics

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Business\Marketing;
* *
* @package phpOMS\Business\Marketing * @package phpOMS\Business\Marketing
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NetPromoterScore final class NetPromoterScore

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Marketing;
* *
* @package phpOMS\Business\Marketing * @package phpOMS\Business\Marketing
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class PageRank final class PageRank

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ namespace phpOMS\Business\Programming;
* *
* @package phpOMS\Business\Programming * @package phpOMS\Business\Programming
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Metrics final class Metrics

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Business\Sales;
* *
* @package phpOMS\Business\Sales * @package phpOMS\Business\Sales
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class MarketShareEstimation final class MarketShareEstimation

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Config;
* *
* @package phpOMS\Config * @package phpOMS\Config
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface OptionsInterface interface OptionsInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ namespace phpOMS\Config;
* *
* @package phpOMS\Config * @package phpOMS\Config
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
trait OptionsTrait trait OptionsTrait

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Config;
* *
* @package phpOMS\Config * @package phpOMS\Config
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface SettingsInterface extends OptionsInterface interface SettingsInterface extends OptionsInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ namespace phpOMS\Contract;
* *
* @package phpOMS\Contract * @package phpOMS\Contract
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface ArrayableInterface interface ArrayableInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Contract;
* *
* @package phpOMS\Contract * @package phpOMS\Contract
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface RenderableInterface interface RenderableInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Contract;
* *
* @package phpOMS\Contract * @package phpOMS\Contract
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface SerializableInterface interface SerializableInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Contract;
* *
* @package phpOMS\Contract * @package phpOMS\Contract
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface StreamInterface interface StreamInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\DataStorage\DataStoragePoolInterface;
* *
* @package phpOMS\DataStorage\Cache * @package phpOMS\DataStorage\Cache
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CachePool implements DataStoragePoolInterface final class CachePool implements DataStoragePoolInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\DataStorage\Cache * @package phpOMS\DataStorage\Cache
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class CacheStatus extends Enum abstract class CacheStatus extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\DataStorage\Cache * @package phpOMS\DataStorage\Cache
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class CacheType extends Enum abstract class CacheType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package phpOMS\DataStorage\Cache\Connection * @package phpOMS\DataStorage\Cache\Connection
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class CacheValueType extends Enum abstract class CacheValueType extends Enum

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