This repository was archived by the owner on Sep 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 36 files changed +72
-72
lines changed Expand file tree Collapse file tree 36 files changed +72
-72
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
44
44
*
45
45
* Assert rules.
46
46
*
47
- * @copyright Copyright © 2007-2016 Hoa community
47
+ * @copyright Copyright © 2007-2017 Hoa community
48
48
* @license New BSD License
49
49
*/
50
50
class Assert extends Console \Dispatcher \Kit
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
41
41
*
42
42
* Context of a rule, it contains data to instanciate the rule.
43
43
*
44
- * @copyright Copyright © 2007-2016 Hoa community
44
+ * @copyright Copyright © 2007-2017 Hoa community
45
45
* @license New BSD License
46
46
*/
47
47
class Context implements \ArrayAccess
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* A callable without cache. Useful for the Context.
45
45
*
46
- * @copyright Copyright © 2007-2016 Hoa community
46
+ * @copyright Copyright © 2007-2017 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class DynamicCallable extends Consistency \Xcallable
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
41
41
*
42
42
* Extending the \Hoa\Ruler\Exception class.
43
43
*
44
- * @copyright Copyright © 2007-2016 Hoa community
44
+ * @copyright Copyright © 2007-2017 Hoa community
45
45
* @license New BSD License
46
46
*/
47
47
class Asserter extends Exception
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
44
44
*
45
45
* Extending the \Hoa\Exception\Exception class.
46
46
*
47
- * @copyright Copyright © 2007-2016 Hoa community
47
+ * @copyright Copyright © 2007-2017 Hoa community
48
48
* @license New BSD License
49
49
*/
50
50
class Exception extends HoaException
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
41
41
*
42
42
* Extending the \Hoa\Ruler\Exception class.
43
43
*
44
- * @copyright Copyright © 2007-2016 Hoa community
44
+ * @copyright Copyright © 2007-2017 Hoa community
45
45
* @license New BSD License
46
46
*/
47
47
class Interpreter extends Exception
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
44
44
*
45
45
* Generic bag.
46
46
*
47
- * @copyright Copyright © 2007-2016 Hoa community
47
+ * @copyright Copyright © 2007-2017 Hoa community
48
48
* @license New BSD License
49
49
*/
50
50
abstract class Bag implements Visitor \Element
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* Bag for context, i.e. a variable.
45
45
*
46
- * @copyright Copyright © 2007-2016 Hoa community
46
+ * @copyright Copyright © 2007-2017 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class Context extends Bag
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
41
41
*
42
42
* Bag for an array.
43
43
*
44
- * @copyright Copyright © 2007-2016 Hoa community
44
+ * @copyright Copyright © 2007-2017 Hoa community
45
45
* @license New BSD License
46
46
*/
47
47
class RulerArray extends Bag
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
41
41
*
42
42
* Bag for a scalar.
43
43
*
44
- * @copyright Copyright © 2007-2016 Hoa community
44
+ * @copyright Copyright © 2007-2017 Hoa community
45
45
* @license New BSD License
46
46
*/
47
47
class Scalar extends Bag
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* Root of the model, allow to declare everything.
47
47
*
48
- * @copyright Copyright © 2007-2016 Hoa community
48
+ * @copyright Copyright © 2007-2017 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
class Model implements Visitor \Element
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
44
44
*
45
45
* Represent an operator or a function (in prefixed notation).
46
46
*
47
- * @copyright Copyright © 2007-2016 Hoa community
47
+ * @copyright Copyright © 2007-2017 Hoa community
48
48
* @license New BSD License
49
49
*/
50
50
class Operator
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
46
46
*
47
47
* Ruler helpers.
48
48
*
49
- * @copyright Copyright © 2007-2016 Hoa community
49
+ * @copyright Copyright © 2007-2017 Hoa community
50
50
* @license New BSD License
51
51
*/
52
52
class Ruler
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
44
44
*
45
45
* Test suite of the examples in the documentation.
46
46
*
47
- * @copyright Copyright © 2007-2016 Hoa community
47
+ * @copyright Copyright © 2007-2017 Hoa community
48
48
* @license New BSD License
49
49
*/
50
50
class Documentation extends Test \Integration \Suite implements Test \Decorrelated
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
44
44
*
45
45
* Test suite of the operator object of the model.
46
46
*
47
- * @copyright Copyright © 2007-2016 Hoa community
47
+ * @copyright Copyright © 2007-2017 Hoa community
48
48
* @license New BSD License
49
49
*/
50
50
class Operator extends Test \Integration \Suite
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* Test suite of the context.
47
47
*
48
- * @copyright Copyright © 2007-2016 Hoa community
48
+ * @copyright Copyright © 2007-2017 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
class Context extends Test \Unit \Suite
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* Test suite of the dynamic callable.
47
47
*
48
- * @copyright Copyright © 2007-2016 Hoa community
48
+ * @copyright Copyright © 2007-2017 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
class DynamicCallable extends Test \Unit \Suite
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* Test suite of the asserter exception.
47
47
*
48
- * @copyright Copyright © 2007-2016 Hoa community
48
+ * @copyright Copyright © 2007-2017 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
class Asserter extends Test \Unit \Suite
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* Test suite of the main exception class.
47
47
*
48
- * @copyright Copyright © 2007-2016 Hoa community
48
+ * @copyright Copyright © 2007-2017 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
class Exception extends Test \Unit \Suite
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* Test suite of the asserter exception.
47
47
*
48
- * @copyright Copyright © 2007-2016 Hoa community
48
+ * @copyright Copyright © 2007-2017 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
class Interpreter extends Test \Unit \Suite
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
44
44
*
45
45
* Test suite of detected issues.
46
46
*
47
- * @copyright Copyright © 2007-2016 Hoa community
47
+ * @copyright Copyright © 2007-2017 Hoa community
48
48
* @license New BSD License
49
49
*/
50
50
class Issue extends Test \Unit \Suite implements Test \Decorrelated
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* Test suite of the bag generic class.
47
47
*
48
- * @copyright Copyright © 2007-2016 Hoa community
48
+ * @copyright Copyright © 2007-2017 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
class Bag extends Test \Unit \Suite
You can’t perform that action at this time.
0 commit comments