Code Duplication    Length = 4-7 lines in 25 locations

app/Vendor/PHPExcel/PHPExcel.php 1 location

@@ 30-33 (lines=4) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/');
32
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
33
}
34
35
36
/**

app/Vendor/PHPExcel/PHPExcel/Calculation.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
if (!defined('CALCULATION_REGEXP_CELLREF')) {

app/Vendor/PHPExcel/PHPExcel/Calculation/Database.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/**

app/Vendor/PHPExcel/PHPExcel/Calculation/DateTime.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/**

app/Vendor/PHPExcel/PHPExcel/Calculation/Engineering.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/** EULER */

app/Vendor/PHPExcel/PHPExcel/Calculation/Financial.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/** FINANCIAL_MAX_ITERATIONS */

app/Vendor/PHPExcel/PHPExcel/Calculation/Functions.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/** MAX_VALUE */

app/Vendor/PHPExcel/PHPExcel/Calculation/Logical.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/**

app/Vendor/PHPExcel/PHPExcel/Calculation/LookupRef.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/**

app/Vendor/PHPExcel/PHPExcel/Calculation/MathTrig.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/**

app/Vendor/PHPExcel/PHPExcel/Calculation/Statistical.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
require_once PHPEXCEL_ROOT . 'PHPExcel/Shared/trend/trendClass.php';

app/Vendor/PHPExcel/PHPExcel/Calculation/TextData.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/**

app/Vendor/PHPExcel/PHPExcel/Cell/AdvancedValueBinder.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/**

app/Vendor/PHPExcel/PHPExcel/Cell/DefaultValueBinder.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
39
/**

app/Vendor/PHPExcel/PHPExcel/IOFactory.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/**	PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
/**
39
 * PHPExcel_IOFactory

app/Vendor/PHPExcel/PHPExcel/Reader/CSV.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
/**
39
 * PHPExcel_Reader_CSV

app/Vendor/PHPExcel/PHPExcel/Reader/DefaultReadFilter.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
/**
39
 * PHPExcel_Reader_DefaultReadFilter

app/Vendor/PHPExcel/PHPExcel/Reader/Excel2003XML.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
/**
39
 * PHPExcel_Reader_Excel2003XML

app/Vendor/PHPExcel/PHPExcel/Reader/Excel2007.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
/**
39
 * PHPExcel_Reader_Excel2007

app/Vendor/PHPExcel/PHPExcel/Reader/Excel5.php 1 location

@@ 61-67 (lines=7) @@
58
59
60
/** PHPExcel root directory */
61
if (!defined('PHPEXCEL_ROOT')) {
62
	/**
63
	 * @ignore
64
	 */
65
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
66
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
67
}
68
69
/**
70
 * PHPExcel_Reader_Excel5

app/Vendor/PHPExcel/PHPExcel/Reader/Gnumeric.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
/**
39
 * PHPExcel_Reader_Gnumeric

app/Vendor/PHPExcel/PHPExcel/Reader/OOCalc.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
/**
39
 * PHPExcel_Reader_OOCalc

app/Vendor/PHPExcel/PHPExcel/Reader/SYLK.php 1 location

@@ 30-36 (lines=7) @@
27
28
29
/** PHPExcel root directory */
30
if (!defined('PHPEXCEL_ROOT')) {
31
	/**
32
	 * @ignore
33
	 */
34
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
36
}
37
38
/**
39
 * PHPExcel_Reader_SYLK

app/Vendor/PHPExcel/PHPExcel/Settings.php 1 location

@@ 29-35 (lines=7) @@
26
 */
27
28
/** PHPExcel root directory */
29
if (!defined('PHPEXCEL_ROOT')) {
30
	/**
31
	 * @ignore
32
	 */
33
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../');
34
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
35
}
36
37
38
class PHPExcel_Settings

app/Vendor/PHPExcel/PHPExcel/Shared/JAMA/Matrix.php 1 location

@@ 7-13 (lines=7) @@
4
 */
5
6
/** PHPExcel root directory */
7
if (!defined('PHPEXCEL_ROOT')) {
8
	/**
9
	 * @ignore
10
	 */
11
	define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../../');
12
	require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
13
}
14
15
16
/*