File tree Expand file tree Collapse file tree 13 files changed +30
-15
lines changed Expand file tree Collapse file tree 13 files changed +30
-15
lines changed Original file line number Diff line number Diff line change
1
+ * ~
2
+ * .bak
3
+ Thumbs.db
4
+ desktop.ini
5
+ .DS_Store
6
+ .buildpath
7
+ .project
8
+ .settings
9
+ fuel /app /logs /* /* /*
10
+ fuel /app /cache /* /*
11
+ nbproject /
12
+ .idea
13
+ * .tmproj
14
+ * .sublime-project
15
+ * .sublime-workspace
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author Fuel Development Team
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author Fuel Development Team
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author Fuel Development Team
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author Fuel Development Team
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author Fuel Development Team
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author Fuel Development Team
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author Fuel Development Team
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author Fuel Development Team
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author Fuel Development Team
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author b3ha
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
Original file line number Diff line number Diff line change 8
8
* @version 1.0
9
9
* @author Fuel Development Team
10
10
* @license MIT License
11
- * @copyright 2010 - 2011 Fuel Development Team
11
+ * @copyright 2010 - 2012 Fuel Development Team
12
12
* @link http://fuelphp.com
13
13
*/
14
14
@@ -84,11 +84,11 @@ public static function parser()
84
84
if (isset ($ twig_lexer_conf ))
85
85
{
86
86
isset ($ twig_lexer_conf ['tag_block ' ])
87
- and $ twig_lexer_conf ['tag_block ' ] = array_keys ($ twig_lexer_conf ['tag_block ' ]);
87
+ and $ twig_lexer_conf ['tag_block ' ] = array_values ($ twig_lexer_conf ['tag_block ' ]);
88
88
isset ($ twig_lexer_conf ['tag_comment ' ])
89
- and $ twig_lexer_conf ['tag_comment ' ] = array_keys ($ twig_lexer_conf ['tag_comment ' ]);
89
+ and $ twig_lexer_conf ['tag_comment ' ] = array_values ($ twig_lexer_conf ['tag_comment ' ]);
90
90
isset ($ twig_lexer_conf ['tag_variable ' ])
91
- and $ twig_lexer_conf ['tag_variable ' ] = array_keys ($ twig_lexer_conf ['tag_variable ' ]);
91
+ and $ twig_lexer_conf ['tag_variable ' ] = array_values ($ twig_lexer_conf ['tag_variable ' ]);
92
92
93
93
$ twig_lexer = new Twig_Lexer (static ::$ _parser , $ twig_lexer_conf );
94
94
static ::$ _parser ->setLexer ($ twig_lexer );
Original file line number Diff line number Diff line change 6
6
* @version 1.0
7
7
* @author Fuel Development Team
8
8
* @license MIT License
9
- * @copyright 2010 - 2011 Fuel Development Team
9
+ * @copyright 2010 - 2012 Fuel Development Team
10
10
* @link http://fuelphp.com
11
11
*/
12
12
You can’t perform that action at this time.
0 commit comments