mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-14 07:28:41 +00:00
Fix namespace spacing
This commit is contained in:
parent
a364117f80
commit
771838c1a4
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Business\Finance\Forecasting;
|
namespace phpOMS\Business\Finance\Forecasting;
|
||||||
|
|
||||||
class AR
|
class AR
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Business\Finance\Forecasting;
|
namespace phpOMS\Business\Finance\Forecasting;
|
||||||
|
|
||||||
class ARCH
|
class ARCH
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Business\Finance\Forecasting;
|
namespace phpOMS\Business\Finance\Forecasting;
|
||||||
|
|
||||||
class ARFIMA
|
class ARFIMA
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Business\Finance\Forecasting;
|
namespace phpOMS\Business\Finance\Forecasting;
|
||||||
|
|
||||||
use phpOMS\Math\Statistic\Average;
|
use phpOMS\Math\Statistic\Average;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Business\Finance\Forecasting;
|
namespace phpOMS\Business\Finance\Forecasting;
|
||||||
|
|
||||||
class ARMA
|
class ARMA
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Business\Finance\Forecasting;
|
namespace phpOMS\Business\Finance\Forecasting;
|
||||||
|
|
||||||
class GARCH
|
class GARCH
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Business\Finance\Forecasting;
|
namespace phpOMS\Business\Finance\Forecasting;
|
||||||
|
|
||||||
class MA
|
class MA
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Business\Finance\Forecasting;
|
namespace phpOMS\Business\Finance\Forecasting;
|
||||||
|
|
||||||
class NAR
|
class NAR
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Business\Finance\Forecasting;
|
namespace phpOMS\Business\Finance\Forecasting;
|
||||||
|
|
||||||
class NMA
|
class NMA
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Business\Finance\Forecasting;
|
namespace phpOMS\Business\Finance\Forecasting;
|
||||||
|
|
||||||
class SARIMA
|
class SARIMA
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Geometry\Shape\D2;
|
namespace phpOMS\Math\Geometry\Shape\D2;
|
||||||
|
|
||||||
class Quadrilateral implements D2ShapeInterface
|
class Quadrilateral implements D2ShapeInterface
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Geometry\Shape\D3;
|
namespace phpOMS\Math\Geometry\Shape\D3;
|
||||||
|
|
||||||
class Prism implements D3ShapeInterface
|
class Prism implements D3ShapeInterface
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\Graph;
|
namespace phpOMS\Math\Optimization\Graph;
|
||||||
|
|
||||||
class Dijkstra
|
class Dijkstra
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\Graph;
|
namespace phpOMS\Math\Optimization\Graph;
|
||||||
|
|
||||||
class FloydWarshall
|
class FloydWarshall
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\Knappsack;
|
namespace phpOMS\Math\Optimization\Knappsack;
|
||||||
|
|
||||||
class Backpack
|
class Backpack
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\Knappsack;
|
namespace phpOMS\Math\Optimization\Knappsack;
|
||||||
|
|
||||||
class BruteForce
|
class BruteForce
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\Knappsack;
|
namespace phpOMS\Math\Optimization\Knappsack;
|
||||||
|
|
||||||
class GA
|
class GA
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\Knappsack;
|
namespace phpOMS\Math\Optimization\Knappsack;
|
||||||
|
|
||||||
class Item
|
class Item
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\Knappsack;
|
namespace phpOMS\Math\Optimization\Knappsack;
|
||||||
|
|
||||||
class ItemPool
|
class ItemPool
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\Knappsack;
|
namespace phpOMS\Math\Optimization\Knappsack;
|
||||||
|
|
||||||
class Population
|
class Population
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
||||||
|
|
||||||
class BruteForce
|
class BruteForce
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
||||||
|
|
||||||
class GA
|
class GA
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
||||||
|
|
||||||
class Population
|
class Population
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
||||||
|
|
||||||
class Workday
|
class Workday
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
||||||
|
|
||||||
class Worker
|
class Worker
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
namespace phpOMS\Math\Optimization\ShiftScheduling;
|
||||||
|
|
||||||
class WorkerPool
|
class WorkerPool
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Statistic\Forecast\Regression;
|
namespace phpOMS\Math\Statistic\Forecast\Regression;
|
||||||
|
|
||||||
use phpOMS\Math\Matrix\Matrix;
|
use phpOMS\Math\Matrix\Matrix;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Stochastic\Distribution;
|
namespace phpOMS\Math\Stochastic\Distribution;
|
||||||
|
|
||||||
class BetaDistribution
|
class BetaDistribution
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Stochastic\Distribution;
|
namespace phpOMS\Math\Stochastic\Distribution;
|
||||||
|
|
||||||
class FDistribution
|
class FDistribution
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Stochastic\Distribution;
|
namespace phpOMS\Math\Stochastic\Distribution;
|
||||||
|
|
||||||
class GammaDistribution
|
class GammaDistribution
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Stochastic\Distribution;
|
namespace phpOMS\Math\Stochastic\Distribution;
|
||||||
|
|
||||||
class HypergeometricDistribution
|
class HypergeometricDistribution
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Stochastic\Distribution;
|
namespace phpOMS\Math\Stochastic\Distribution;
|
||||||
|
|
||||||
class LogDistribution
|
class LogDistribution
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Stochastic\Distribution;
|
namespace phpOMS\Math\Stochastic\Distribution;
|
||||||
|
|
||||||
class LogNormalDistribution
|
class LogNormalDistribution
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Stochastic\Distribution;
|
namespace phpOMS\Math\Stochastic\Distribution;
|
||||||
|
|
||||||
class LogisticDistribution
|
class LogisticDistribution
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Stochastic\Distribution;
|
namespace phpOMS\Math\Stochastic\Distribution;
|
||||||
|
|
||||||
class ParetoDistribution
|
class ParetoDistribution
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Stochastic\Distribution;
|
namespace phpOMS\Math\Stochastic\Distribution;
|
||||||
|
|
||||||
class TDistribution
|
class TDistribution
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Math\Stochastic\Distribution;
|
namespace phpOMS\Math\Stochastic\Distribution;
|
||||||
|
|
||||||
class WeibullDistribution
|
class WeibullDistribution
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Message\Socket;
|
namespace phpOMS\Message\Socket;
|
||||||
|
|
||||||
class Request
|
class Request
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace phpOMS\Message\Socket;
|
namespace phpOMS\Message\Socket;
|
||||||
|
|
||||||
class Response
|
class Response
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -391,7 +391,7 @@ class Directory extends FileAbstract implements DirectoryInterface
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public static function create(string $path, int $permission = 644, bool $recursive = false) : bool
|
public static function create(string $path, int $permission = 0644, bool $recursive = false) : bool
|
||||||
{
|
{
|
||||||
if (!file_exists($path)) {
|
if (!file_exists($path)) {
|
||||||
if (!$recursive && !file_exists(self::parent($path))) {
|
if (!$recursive && !file_exists(self::parent($path))) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user