├── html ├── vendor │ ├── psr │ │ └── log │ │ │ ├── .gitignore │ │ │ └── Psr │ │ │ └── Log │ │ │ ├── InvalidArgumentException.php │ │ │ ├── LoggerAwareInterface.php │ │ │ └── LogLevel.php │ ├── bin │ │ ├── doctrine │ │ ├── doctrine-dbal │ │ └── doctrine.php │ ├── doctrine │ │ ├── orm │ │ │ ├── lib │ │ │ │ └── Doctrine │ │ │ │ │ └── ORM │ │ │ │ │ └── README.markdown │ │ │ ├── bin │ │ │ │ ├── doctrine │ │ │ │ └── doctrine.bat │ │ │ ├── .coveralls.yml │ │ │ └── docs │ │ │ │ ├── bin │ │ │ │ ├── install-dependencies.sh │ │ │ │ └── generate-docs.sh │ │ │ │ ├── en │ │ │ │ └── reference │ │ │ │ │ └── installation.rst │ │ │ │ └── README.md │ │ ├── dbal │ │ │ ├── lib │ │ │ │ └── Doctrine │ │ │ │ │ └── DBAL │ │ │ │ │ └── README.markdown │ │ │ └── bin │ │ │ │ └── doctrine-dbal │ │ ├── cache │ │ │ ├── .gitignore │ │ │ ├── .coveralls.yml │ │ │ ├── build.properties │ │ │ └── tests │ │ │ │ ├── travis │ │ │ │ └── php.ini │ │ │ │ └── Doctrine │ │ │ │ └── Tests │ │ │ │ ├── DoctrineTestCase.php │ │ │ │ └── Common │ │ │ │ └── Cache │ │ │ │ ├── XcacheCacheTest.php │ │ │ │ └── WinCacheCacheTest.php │ │ ├── instantiator │ │ │ └── .gitignore │ │ ├── lexer │ │ │ └── README.md │ │ ├── common │ │ │ └── humbug.json.dist │ │ └── inflector │ │ │ └── README.md │ ├── symfony │ │ ├── console │ │ │ ├── Tests │ │ │ │ └── Fixtures │ │ │ │ │ ├── input_definition_1.md │ │ │ │ │ ├── input_definition_1.txt │ │ │ │ │ ├── application_gethelp.txt │ │ │ │ │ ├── application_run4.txt │ │ │ │ │ ├── input_argument_1.txt │ │ │ │ │ ├── input_option_1.txt │ │ │ │ │ ├── input_argument_2.txt │ │ │ │ │ ├── input_definition_1.json │ │ │ │ │ ├── input_definition_2.txt │ │ │ │ │ ├── input_option_3.txt │ │ │ │ │ ├── input_definition_3.txt │ │ │ │ │ ├── input_option_6.txt │ │ │ │ │ ├── input_argument_4.txt │ │ │ │ │ ├── input_argument_1.md │ │ │ │ │ ├── Style │ │ │ │ │ └── SymfonyStyle │ │ │ │ │ │ └── output │ │ │ │ │ │ ├── output_3.txt │ │ │ │ │ │ ├── output_7.txt │ │ │ │ │ │ ├── interactive_output_1.txt │ │ │ │ │ │ ├── output_17.txt │ │ │ │ │ │ ├── output_0.txt │ │ │ │ │ │ ├── output_1.txt │ │ │ │ │ │ ├── output_6.txt │ │ │ │ │ │ ├── output_11.txt │ │ │ │ │ │ └── output_9.txt │ │ │ │ │ ├── input_argument_3.txt │ │ │ │ │ ├── input_argument_with_default_inf_value.txt │ │ │ │ │ ├── input_option_2.txt │ │ │ │ │ ├── input_option_4.txt │ │ │ │ │ ├── input_option_5.txt │ │ │ │ │ ├── input_argument_with_style.txt │ │ │ │ │ ├── input_definition_1.xml │ │ │ │ │ ├── input_definition_2.md │ │ │ │ │ ├── input_option_with_default_inf_value.txt │ │ │ │ │ ├── command_1.txt │ │ │ │ │ ├── input_argument_2.md │ │ │ │ │ ├── input_option_1.md │ │ │ │ │ ├── input_option_with_style.txt │ │ │ │ │ ├── input_argument_3.md │ │ │ │ │ ├── input_argument_with_style.md │ │ │ │ │ ├── application_renderexception1.txt │ │ │ │ │ ├── input_argument_4.md │ │ │ │ │ ├── input_argument_with_default_inf_value.md │ │ │ │ │ ├── application_renderexception_doublewidth1.txt │ │ │ │ │ ├── input_definition_4.txt │ │ │ │ │ ├── input_argument_1.json │ │ │ │ │ ├── input_definition_3.md │ │ │ │ │ ├── input_option_3.md │ │ │ │ │ ├── input_option_4.md │ │ │ │ │ ├── input_option_2.md │ │ │ │ │ ├── application_renderexception4.txt │ │ │ │ │ ├── input_option_6.md │ │ │ │ │ ├── input_option_with_style.md │ │ │ │ │ ├── input_argument_2.json │ │ │ │ │ ├── input_option_with_default_inf_value.md │ │ │ │ │ ├── input_argument_1.xml │ │ │ │ │ ├── input_option_5.md │ │ │ │ │ ├── Foo5Command.php │ │ │ │ │ ├── input_argument_3.json │ │ │ │ │ ├── input_argument_4.json │ │ │ │ │ ├── command_1.md │ │ │ │ │ ├── input_option_1.xml │ │ │ │ │ ├── application_renderexception_escapeslines.txt │ │ │ │ │ ├── input_argument_2.xml │ │ │ │ │ ├── input_argument_with_default_inf_value.json │ │ │ │ │ ├── input_argument_with_style.json │ │ │ │ │ ├── input_option_with_style_array.md │ │ │ │ │ ├── application_renderexception2.txt │ │ │ │ │ ├── input_argument_4.xml │ │ │ │ │ ├── application_renderexception_doublewidth2.txt │ │ │ │ │ ├── input_option_with_style_array.txt │ │ │ │ │ ├── BarBucCommand.php │ │ │ │ │ ├── application_renderexception_doublewidth1decorated.txt │ │ │ │ │ ├── input_option_1.json │ │ │ │ │ ├── input_option_3.xml │ │ │ │ │ ├── input_option_4.xml │ │ │ │ │ ├── Foo4Command.php │ │ │ │ │ ├── input_option_3.json │ │ │ │ │ ├── input_option_4.json │ │ │ │ │ ├── input_option_5.xml │ │ │ │ │ ├── input_argument_3.xml │ │ │ │ │ ├── input_option_5.json │ │ │ │ │ ├── input_option_2.json │ │ │ │ │ ├── input_option_6.json │ │ │ │ │ ├── input_option_6.xml │ │ │ │ │ ├── input_argument_with_default_inf_value.xml │ │ │ │ │ ├── Foo6Command.php │ │ │ │ │ ├── input_option_with_default_inf_value.json │ │ │ │ │ ├── input_option_with_style.json │ │ │ │ │ ├── input_argument_with_style.xml │ │ │ │ │ ├── input_definition_4.md │ │ │ │ │ ├── input_option_2.xml │ │ │ │ │ ├── FooSameCaseLowercaseCommand.php │ │ │ │ │ ├── FooSameCaseUppercaseCommand.php │ │ │ │ │ ├── input_definition_2.xml │ │ │ │ │ ├── input_option_with_default_inf_value.xml │ │ │ │ │ ├── input_definition_3.xml │ │ │ │ │ ├── input_definition_2.json │ │ │ │ │ ├── input_option_with_style.xml │ │ │ │ │ ├── application_renderexception_linebreaks.txt │ │ │ │ │ ├── input_option_with_style_array.json │ │ │ │ │ ├── command_1.json │ │ │ │ │ ├── input_option_with_style_array.xml │ │ │ │ │ ├── command_mbstring.txt │ │ │ │ │ ├── input_definition_3.json │ │ │ │ │ ├── command_1.xml │ │ │ │ │ └── command_2.txt │ │ │ ├── .gitignore │ │ │ └── Resources │ │ │ │ └── bin │ │ │ │ └── hiddeninput.exe │ │ ├── debug │ │ │ ├── .gitignore │ │ │ ├── Tests │ │ │ │ ├── Fixtures │ │ │ │ │ ├── Throwing.php │ │ │ │ │ ├── PEARClass.php │ │ │ │ │ ├── notPsr0Bis.php │ │ │ │ │ ├── reallyNotPsr0.php │ │ │ │ │ ├── casemismatch.php │ │ │ │ │ ├── psr4 │ │ │ │ │ │ └── Psr4CaseMismatch.php │ │ │ │ │ ├── ClassAlias.php │ │ │ │ │ ├── InternalTrait.php │ │ │ │ │ ├── NonDeprecatedInterface.php │ │ │ │ │ ├── FinalClass.php │ │ │ │ │ ├── InternalInterface.php │ │ │ │ │ ├── DeprecatedClass.php │ │ │ │ │ ├── DeprecatedInterface.php │ │ │ │ │ ├── AnnotatedClass.php │ │ │ │ │ ├── InternalClass.php │ │ │ │ │ ├── FinalMethod.php │ │ │ │ │ └── ExtendedFinalMethod.php │ │ │ │ └── Fixtures2 │ │ │ │ │ └── RequiredTwice.php │ │ │ └── Resources │ │ │ │ └── ext │ │ │ │ └── config.w32 │ │ ├── polyfill-ctype │ │ │ └── README.md │ │ └── polyfill-mbstring │ │ │ └── README.md │ ├── twig │ │ └── twig │ │ │ ├── .gitignore │ │ │ ├── test │ │ │ └── Twig │ │ │ │ └── Tests │ │ │ │ ├── Loader │ │ │ │ └── Fixtures │ │ │ │ │ ├── normal │ │ │ │ │ └── index.html │ │ │ │ │ ├── named │ │ │ │ │ └── index.html │ │ │ │ │ ├── normal_bis │ │ │ │ │ └── index.html │ │ │ │ │ ├── normal_ter │ │ │ │ │ └── index.html │ │ │ │ │ ├── named_bis │ │ │ │ │ └── index.html │ │ │ │ │ ├── named_ter │ │ │ │ │ └── index.html │ │ │ │ │ ├── normal_final │ │ │ │ │ └── index.html │ │ │ │ │ ├── named_final │ │ │ │ │ └── index.html │ │ │ │ │ ├── named_quater │ │ │ │ │ └── named_absolute.html │ │ │ │ │ ├── inheritance │ │ │ │ │ ├── parent.html.twig │ │ │ │ │ ├── spare_parent.html.twig │ │ │ │ │ ├── array_inheritance_empty_parent.html.twig │ │ │ │ │ ├── array_inheritance_null_parent.html.twig │ │ │ │ │ ├── array_inheritance_valid_parent.html.twig │ │ │ │ │ └── array_inheritance_nonexistent_parent.html.twig │ │ │ │ │ ├── themes │ │ │ │ │ ├── theme2 │ │ │ │ │ │ └── blocks.html.twig │ │ │ │ │ └── theme1 │ │ │ │ │ │ └── blocks.html.twig │ │ │ │ │ └── phar │ │ │ │ │ └── phar-sample.phar │ │ │ │ └── Fixtures │ │ │ │ ├── errors │ │ │ │ ├── base.html │ │ │ │ └── index.html │ │ │ │ ├── tags │ │ │ │ ├── special_chars.test │ │ │ │ ├── verbatim │ │ │ │ │ └── basic.test │ │ │ │ ├── block │ │ │ │ │ ├── special_chars.test │ │ │ │ │ ├── conditional_block.test │ │ │ │ │ ├── basic.test │ │ │ │ │ └── block_unique_name.test │ │ │ │ ├── set │ │ │ │ │ ├── capture-empty.test │ │ │ │ │ ├── capture.test │ │ │ │ │ ├── expression.test │ │ │ │ │ └── basic.test │ │ │ │ ├── filter │ │ │ │ │ ├── json_encode.test │ │ │ │ │ ├── multiple.test │ │ │ │ │ ├── basic.test │ │ │ │ │ ├── with_for_tag.test │ │ │ │ │ └── nested.test │ │ │ │ ├── use │ │ │ │ │ ├── deep_empty.test │ │ │ │ │ ├── basic.test │ │ │ │ │ └── aliases.test │ │ │ │ ├── include │ │ │ │ │ ├── missing.test │ │ │ │ │ ├── basic.test │ │ │ │ │ ├── templates_as_array.test │ │ │ │ │ ├── template_instance.test │ │ │ │ │ ├── expression.test │ │ │ │ │ ├── with_variables.test │ │ │ │ │ └── ignore_missing.test │ │ │ │ ├── inheritance │ │ │ │ │ ├── empty.test │ │ │ │ │ ├── parent_in_a_block.test │ │ │ │ │ ├── extends_as_array.test │ │ │ │ │ ├── extends_as_array_with_empty_name.test │ │ │ │ │ ├── extends_as_array_with_null_name.test │ │ │ │ │ ├── basic.test │ │ │ │ │ ├── dynamic.test │ │ │ │ │ ├── parent.test │ │ │ │ │ ├── parent_without_extends.test │ │ │ │ │ ├── parent_without_extends_but_traits.test │ │ │ │ │ ├── parent_change.test │ │ │ │ │ ├── nested_blocks_parent_only.test │ │ │ │ │ ├── template_instance.test │ │ │ │ │ ├── multiple.test │ │ │ │ │ └── nested_inheritance.test │ │ │ │ ├── for │ │ │ │ │ ├── keys.test │ │ │ │ │ ├── values.test │ │ │ │ │ ├── keys_and_values.test │ │ │ │ │ ├── loop_context_local.test │ │ │ │ │ ├── loop_not_defined_cond.test │ │ │ │ │ ├── condition.test │ │ │ │ │ ├── loop_not_defined.test │ │ │ │ │ ├── context.test │ │ │ │ │ ├── inner_variables.test │ │ │ │ │ └── nested_else.test │ │ │ │ ├── with │ │ │ │ │ ├── expression.test │ │ │ │ │ ├── basic.test │ │ │ │ │ ├── nested.test │ │ │ │ │ ├── with_no_hash.test │ │ │ │ │ └── with_only.test │ │ │ │ ├── autoescape │ │ │ │ │ ├── double_escaping.test │ │ │ │ │ ├── raw.test │ │ │ │ │ ├── blocks.test │ │ │ │ │ └── strategy.test │ │ │ │ ├── macro │ │ │ │ │ ├── special_chars.test │ │ │ │ │ ├── super_globals.test │ │ │ │ │ ├── global.test │ │ │ │ │ └── endmacro_name.test │ │ │ │ ├── spaceless │ │ │ │ │ └── simple.test │ │ │ │ ├── sandbox │ │ │ │ │ ├── not_valid1.test │ │ │ │ │ └── not_valid2.test │ │ │ │ ├── from.test │ │ │ │ ├── if │ │ │ │ │ ├── expression.test │ │ │ │ │ └── basic.test │ │ │ │ └── embed │ │ │ │ │ └── error_line.test │ │ │ │ ├── filters │ │ │ │ ├── special_chars.test │ │ │ │ ├── escape.test │ │ │ │ ├── escape_javascript.test │ │ │ │ ├── escape_non_supported_charset.test │ │ │ │ ├── format.test │ │ │ │ ├── dynamic_filter.test │ │ │ │ ├── batch_with_zero_elements.test │ │ │ │ ├── static_calls.test │ │ │ │ ├── convert_encoding.test │ │ │ │ ├── length_utf8.test │ │ │ │ ├── escape_html_attr.test │ │ │ │ ├── join.test │ │ │ │ ├── json_encode.test │ │ │ │ ├── batch_with_keys.test │ │ │ │ ├── last.test │ │ │ │ ├── first.test │ │ │ │ ├── sort.test │ │ │ │ ├── replace_invalid_arg.test │ │ │ │ ├── round.test │ │ │ │ ├── date_default_format.test │ │ │ │ ├── force_escape.test │ │ │ │ ├── number_format.test │ │ │ │ └── date_default_format_interval.test │ │ │ │ ├── functions │ │ │ │ ├── magic_call.test │ │ │ │ ├── special_chars.test │ │ │ │ ├── range.test │ │ │ │ ├── dynamic_function.test │ │ │ │ ├── include │ │ │ │ │ ├── missing.test │ │ │ │ │ ├── autoescaping.test │ │ │ │ │ ├── assignment.test │ │ │ │ │ ├── basic.test │ │ │ │ │ ├── template_instance.test │ │ │ │ │ ├── templates_as_array.test │ │ │ │ │ ├── expression.test │ │ │ │ │ ├── with_variables.test │ │ │ │ │ ├── sandbox.test │ │ │ │ │ ├── sandbox_disabling.test │ │ │ │ │ ├── sandbox_disabling_ignore_missing.test │ │ │ │ │ └── ignore_missing.test │ │ │ │ ├── magic_static_call.test │ │ │ │ ├── static_calls.test │ │ │ │ ├── max.test │ │ │ │ ├── min.test │ │ │ │ ├── source.test │ │ │ │ ├── constant.test │ │ │ │ ├── block.test │ │ │ │ ├── dump.test │ │ │ │ ├── cycle.test │ │ │ │ └── date_namedargs.test │ │ │ │ ├── expressions │ │ │ │ ├── _self.test │ │ │ │ ├── grouping.test │ │ │ │ ├── ternary_operator_noelse.test │ │ │ │ ├── ternary_operator_nothen.test │ │ │ │ ├── unary_precedence.test │ │ │ │ ├── unary.test │ │ │ │ ├── strings.test │ │ │ │ ├── negative_numbers.test │ │ │ │ ├── bitwise.test │ │ │ │ ├── matches.test │ │ │ │ ├── two_word_operators_as_variables.test │ │ │ │ ├── array_call.test │ │ │ │ ├── literals.test │ │ │ │ ├── power.test │ │ │ │ ├── operators_as_variables.test │ │ │ │ ├── comparison.test │ │ │ │ ├── divisibleby.test │ │ │ │ └── postfix.test │ │ │ │ ├── regression │ │ │ │ ├── empty_token.test │ │ │ │ ├── strings_like_numbers.test │ │ │ │ └── multi_word_tests.test │ │ │ │ ├── tests │ │ │ │ ├── odd.test │ │ │ │ └── even.test │ │ │ │ ├── extensions │ │ │ │ └── anonymous_functions.test │ │ │ │ ├── exceptions │ │ │ │ ├── undefined_parent.test │ │ │ │ ├── undefined_trait.test │ │ │ │ ├── strict_comparison_operator.test │ │ │ │ ├── multiline_tag_with_undefined_variable.test │ │ │ │ ├── multiline_function_with_undefined_variable.test │ │ │ │ ├── syntax_error_in_reused_template.test │ │ │ │ ├── multiline_function_with_unknown_argument.test │ │ │ │ └── multiline_array_with_undefined_variable_again.test │ │ │ │ └── macros │ │ │ │ ├── reserved_variables.test │ │ │ │ ├── with_filters.test │ │ │ │ ├── default_values.test │ │ │ │ ├── varargs_argument.test │ │ │ │ └── nested_calls.test │ │ │ ├── src │ │ │ ├── Lexer.php │ │ │ ├── Token.php │ │ │ ├── Markup.php │ │ │ ├── Parser.php │ │ │ ├── Source.php │ │ │ ├── Node │ │ │ │ ├── Node.php │ │ │ │ ├── DoNode.php │ │ │ │ ├── ForNode.php │ │ │ │ ├── IfNode.php │ │ │ │ ├── SetNode.php │ │ │ │ ├── BodyNode.php │ │ │ │ ├── TextNode.php │ │ │ │ ├── WithNode.php │ │ │ │ ├── BlockNode.php │ │ │ │ ├── EmbedNode.php │ │ │ │ ├── FlushNode.php │ │ │ │ ├── MacroNode.php │ │ │ │ ├── PrintNode.php │ │ │ │ ├── ImportNode.php │ │ │ │ ├── ModuleNode.php │ │ │ │ ├── ForLoopNode.php │ │ │ │ ├── IncludeNode.php │ │ │ │ ├── SandboxNode.php │ │ │ │ ├── SpacelessNode.php │ │ │ │ ├── AutoEscapeNode.php │ │ │ │ ├── CheckSecurityNode.php │ │ │ │ ├── BlockReferenceNode.php │ │ │ │ ├── SandboxedPrintNode.php │ │ │ │ ├── NodeOutputInterface.php │ │ │ │ ├── NodeCaptureInterface.php │ │ │ │ └── Expression │ │ │ │ │ ├── AbstractExpression.php │ │ │ │ │ ├── CallExpression.php │ │ │ │ │ ├── NameExpression.php │ │ │ │ │ ├── TestExpression.php │ │ │ │ │ ├── ArrayExpression.php │ │ │ │ │ ├── Test │ │ │ │ │ ├── OddTest.php │ │ │ │ │ ├── EvenTest.php │ │ │ │ │ ├── NullTest.php │ │ │ │ │ ├── DefinedTest.php │ │ │ │ │ ├── SameasTest.php │ │ │ │ │ ├── ConstantTest.php │ │ │ │ │ └── DivisiblebyTest.php │ │ │ │ │ ├── FilterExpression.php │ │ │ │ │ ├── ParentExpression.php │ │ │ │ │ ├── Unary │ │ │ │ │ ├── NegUnary.php │ │ │ │ │ ├── NotUnary.php │ │ │ │ │ ├── PosUnary.php │ │ │ │ │ └── AbstractUnary.php │ │ │ │ │ ├── Binary │ │ │ │ │ ├── InBinary.php │ │ │ │ │ ├── OrBinary.php │ │ │ │ │ ├── AbstractBinary.php │ │ │ │ │ ├── AddBinary.php │ │ │ │ │ ├── AndBinary.php │ │ │ │ │ ├── DivBinary.php │ │ │ │ │ ├── LessBinary.php │ │ │ │ │ ├── ModBinary.php │ │ │ │ │ ├── MulBinary.php │ │ │ │ │ ├── SubBinary.php │ │ │ │ │ ├── EqualBinary.php │ │ │ │ │ ├── NotInBinary.php │ │ │ │ │ ├── PowerBinary.php │ │ │ │ │ ├── RangeBinary.php │ │ │ │ │ ├── ConcatBinary.php │ │ │ │ │ ├── GreaterBinary.php │ │ │ │ │ ├── MatchesBinary.php │ │ │ │ │ ├── BitwiseOrBinary.php │ │ │ │ │ ├── EndsWithBinary.php │ │ │ │ │ ├── FloorDivBinary.php │ │ │ │ │ ├── LessEqualBinary.php │ │ │ │ │ ├── NotEqualBinary.php │ │ │ │ │ ├── BitwiseAndBinary.php │ │ │ │ │ ├── BitwiseXorBinary.php │ │ │ │ │ ├── StartsWithBinary.php │ │ │ │ │ └── GreaterEqualBinary.php │ │ │ │ │ ├── GetAttrExpression.php │ │ │ │ │ ├── ConstantExpression.php │ │ │ │ │ ├── FunctionExpression.php │ │ │ │ │ ├── TempNameExpression.php │ │ │ │ │ ├── AssignNameExpression.php │ │ │ │ │ ├── MethodCallExpression.php │ │ │ │ │ ├── ConditionalExpression.php │ │ │ │ │ ├── Filter │ │ │ │ │ └── DefaultFilter.php │ │ │ │ │ ├── NullCoalesceExpression.php │ │ │ │ │ └── BlockReferenceExpression.php │ │ │ ├── Compiler.php │ │ │ ├── Error │ │ │ │ ├── Error.php │ │ │ │ ├── LoaderError.php │ │ │ │ ├── SyntaxError.php │ │ │ │ └── RuntimeError.php │ │ │ ├── Template.php │ │ │ ├── TwigTest.php │ │ │ ├── Environment.php │ │ │ ├── TokenStream.php │ │ │ ├── TwigFilter.php │ │ │ ├── Cache │ │ │ │ ├── NullCache.php │ │ │ │ ├── CacheInterface.php │ │ │ │ └── FilesystemCache.php │ │ │ ├── ExtensionSet.php │ │ │ ├── NodeTraverser.php │ │ │ ├── TwigFunction.php │ │ │ ├── Loader │ │ │ │ ├── ArrayLoader.php │ │ │ │ ├── ChainLoader.php │ │ │ │ ├── FilesystemLoader.php │ │ │ │ ├── LoaderInterface.php │ │ │ │ ├── ExistsLoaderInterface.php │ │ │ │ └── SourceContextLoaderInterface.php │ │ │ ├── TemplateWrapper.php │ │ │ ├── ExpressionParser.php │ │ │ ├── Profiler │ │ │ │ ├── Profile.php │ │ │ │ ├── Dumper │ │ │ │ │ ├── BaseDumper.php │ │ │ │ │ ├── HtmlDumper.php │ │ │ │ │ ├── TextDumper.php │ │ │ │ │ └── BlackfireDumper.php │ │ │ │ ├── Node │ │ │ │ │ ├── EnterProfileNode.php │ │ │ │ │ └── LeaveProfileNode.php │ │ │ │ └── NodeVisitor │ │ │ │ │ └── ProfilerNodeVisitor.php │ │ │ ├── Test │ │ │ │ ├── NodeTestCase.php │ │ │ │ └── IntegrationTestCase.php │ │ │ ├── Extension │ │ │ │ ├── AbstractExtension.php │ │ │ │ ├── CoreExtension.php │ │ │ │ ├── DebugExtension.php │ │ │ │ ├── EscaperExtension.php │ │ │ │ ├── ProfilerExtension.php │ │ │ │ ├── SandboxExtension.php │ │ │ │ ├── StagingExtension.php │ │ │ │ ├── OptimizerExtension.php │ │ │ │ ├── ExtensionInterface.php │ │ │ │ ├── GlobalsInterface.php │ │ │ │ ├── StringLoaderExtension.php │ │ │ │ └── InitRuntimeInterface.php │ │ │ ├── TokenParser │ │ │ │ ├── DoTokenParser.php │ │ │ │ ├── IfTokenParser.php │ │ │ │ ├── AbstractTokenParser.php │ │ │ │ ├── ForTokenParser.php │ │ │ │ ├── SetTokenParser.php │ │ │ │ ├── UseTokenParser.php │ │ │ │ ├── BlockTokenParser.php │ │ │ │ ├── EmbedTokenParser.php │ │ │ │ ├── FlushTokenParser.php │ │ │ │ ├── FromTokenParser.php │ │ │ │ ├── MacroTokenParser.php │ │ │ │ ├── WithTokenParser.php │ │ │ │ ├── FilterTokenParser.php │ │ │ │ ├── ImportTokenParser.php │ │ │ │ ├── ExtendsTokenParser.php │ │ │ │ ├── IncludeTokenParser.php │ │ │ │ ├── SandboxTokenParser.php │ │ │ │ ├── AutoEscapeTokenParser.php │ │ │ │ ├── SpacelessTokenParser.php │ │ │ │ └── TokenParserInterface.php │ │ │ ├── Sandbox │ │ │ │ ├── SecurityError.php │ │ │ │ ├── SecurityPolicy.php │ │ │ │ ├── SecurityPolicyInterface.php │ │ │ │ ├── SecurityNotAllowedTagError.php │ │ │ │ ├── SecurityNotAllowedFilterError.php │ │ │ │ ├── SecurityNotAllowedMethodError.php │ │ │ │ ├── SecurityNotAllowedFunctionError.php │ │ │ │ └── SecurityNotAllowedPropertyError.php │ │ │ ├── NodeVisitor │ │ │ │ ├── AbstractNodeVisitor.php │ │ │ │ ├── EscaperNodeVisitor.php │ │ │ │ ├── SandboxNodeVisitor.php │ │ │ │ ├── NodeVisitorInterface.php │ │ │ │ ├── OptimizerNodeVisitor.php │ │ │ │ └── SafeAnalysisNodeVisitor.php │ │ │ ├── Util │ │ │ │ ├── DeprecationCollector.php │ │ │ │ └── TemplateDirIterator.php │ │ │ ├── RuntimeLoader │ │ │ │ ├── FactoryRuntimeLoader.php │ │ │ │ ├── ContainerRuntimeLoader.php │ │ │ │ └── RuntimeLoaderInterface.php │ │ │ └── FileExtensionEscapingStrategy.php │ │ │ ├── doc │ │ │ ├── filters │ │ │ │ ├── lower.rst │ │ │ │ ├── upper.rst │ │ │ │ ├── keys.rst │ │ │ │ ├── capitalize.rst │ │ │ │ ├── title.rst │ │ │ │ └── abs.rst │ │ │ ├── tests │ │ │ │ ├── odd.rst │ │ │ │ ├── even.rst │ │ │ │ ├── index.rst │ │ │ │ ├── null.rst │ │ │ │ ├── divisibleby.rst │ │ │ │ └── sameas.rst │ │ │ ├── tags │ │ │ │ ├── do.rst │ │ │ │ ├── flush.rst │ │ │ │ ├── from.rst │ │ │ │ └── index.rst │ │ │ ├── installation.rst │ │ │ ├── index.rst │ │ │ └── functions │ │ │ │ ├── index.rst │ │ │ │ ├── max.rst │ │ │ │ └── min.rst │ │ │ └── .editorconfig │ ├── autoload.php │ └── composer │ │ ├── autoload_classmap.php │ │ └── autoload_files.php ├── db.sqlite ├── images │ ├── close.png │ └── logo_light_small.png ├── img │ └── apav │ │ ├── close.png │ │ └── logo_light_small.png ├── cli-config.php ├── composer.json ├── day24.php ├── day10.php ├── day12.php └── day8.php └── docker-compose.yml /html/vendor/psr/log/.gitignore: -------------------------------------------------------------------------------- 1 | vendor 2 | -------------------------------------------------------------------------------- /html/vendor/bin/doctrine: -------------------------------------------------------------------------------- 1 | ../doctrine/orm/bin/doctrine -------------------------------------------------------------------------------- /html/vendor/doctrine/orm/lib/Doctrine/ORM/README.markdown: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /html/vendor/bin/doctrine-dbal: -------------------------------------------------------------------------------- 1 | ../doctrine/dbal/bin/doctrine-dbal -------------------------------------------------------------------------------- /html/vendor/bin/doctrine.php: -------------------------------------------------------------------------------- 1 | ../doctrine/orm/bin/doctrine.php -------------------------------------------------------------------------------- /html/vendor/doctrine/dbal/lib/Doctrine/DBAL/README.markdown: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_1.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/application_gethelp.txt: -------------------------------------------------------------------------------- 1 | Console Tool -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/application_run4.txt: -------------------------------------------------------------------------------- 1 | Console Tool 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/.gitignore: -------------------------------------------------------------------------------- 1 | /composer.lock 2 | /phpunit.xml 3 | /vendor 4 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/normal/index.html: -------------------------------------------------------------------------------- 1 | path 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/named/index.html: -------------------------------------------------------------------------------- 1 | named path 2 | -------------------------------------------------------------------------------- /html/vendor/doctrine/cache/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | build/ 3 | phpunit.xml 4 | composer.lock -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/normal_bis/index.html: -------------------------------------------------------------------------------- 1 | path (bis) 2 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/normal_ter/index.html: -------------------------------------------------------------------------------- 1 | path (ter) 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_1.txt: -------------------------------------------------------------------------------- 1 | argument_name 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_1.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name 2 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/named_bis/index.html: -------------------------------------------------------------------------------- 1 | named path (bis) 2 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/named_ter/index.html: -------------------------------------------------------------------------------- 1 | named path (ter) 2 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/normal_final/index.html: -------------------------------------------------------------------------------- 1 | path (final) 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/Throwing.php: -------------------------------------------------------------------------------- 1 | argument_name argument description 2 | -------------------------------------------------------------------------------- /html/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vulnspy/ripstech-php-security-calendar-2017/HEAD/html/images/close.png -------------------------------------------------------------------------------- /html/vendor/doctrine/instantiator/.gitignore: -------------------------------------------------------------------------------- 1 | phpunit.xml 2 | composer.lock 3 | build 4 | vendor 5 | coverage.clover 6 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/parent.html.twig: -------------------------------------------------------------------------------- 1 | {% block body %}VALID{% endblock %} 2 | -------------------------------------------------------------------------------- /html/img/apav/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vulnspy/ripstech-php-security-calendar-2017/HEAD/html/img/apav/close.png -------------------------------------------------------------------------------- /html/vendor/doctrine/dbal/bin/doctrine-dbal: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | Arguments: 2 | argument_name 3 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_3.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name=OPTION_NAME option description 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_3.txt: -------------------------------------------------------------------------------- 1 | Options: 2 | -o, --option_name 3 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/spare_parent.html.twig: -------------------------------------------------------------------------------- 1 | {% block body %}SPARE PARENT{% endblock %} 2 | -------------------------------------------------------------------------------- /html/images/logo_light_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vulnspy/ripstech-php-security-calendar-2017/HEAD/html/images/logo_light_small.png -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/PEARClass.php: -------------------------------------------------------------------------------- 1 | -o|O, --option_name=OPTION_NAME option with multiple shortcuts 2 | -------------------------------------------------------------------------------- /html/vendor/doctrine/cache/.coveralls.yml: -------------------------------------------------------------------------------- 1 | # for php-coveralls 2 | service_name: travis-ci 3 | src_dir: lib 4 | coverage_clover: build/logs/clover.xml 5 | -------------------------------------------------------------------------------- /html/vendor/doctrine/orm/.coveralls.yml: -------------------------------------------------------------------------------- 1 | # for php-coveralls 2 | service_name: travis-ci 3 | src_dir: lib 4 | coverage_clover: build/logs/clover*.xml 5 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_4.txt: -------------------------------------------------------------------------------- 1 | argument_name multiline 2 | argument description 3 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_1.md: -------------------------------------------------------------------------------- 1 | #### `argument_name` 2 | 3 | * Is required: yes 4 | * Is array: no 5 | * Default: `NULL` 6 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt: -------------------------------------------------------------------------------- 1 | 2 | First title 3 | =========== 4 | 5 | Second title 6 | ============ 7 | 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/notPsr0Bis.php: -------------------------------------------------------------------------------- 1 | argument_name argument description [default: "default_value"] 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/casemismatch.php: -------------------------------------------------------------------------------- 1 | argument_name argument description [default: INF] 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures2/RequiredTwice.php: -------------------------------------------------------------------------------- 1 | -o, --option_name[=OPTION_NAME] option description [default: "default_value"] 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_4.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name[=OPTION_NAME] option description (multiple values allowed) 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_5.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name=OPTION_NAME multiline 2 | option description 3 | -------------------------------------------------------------------------------- /html/vendor/psr/log/Psr/Log/InvalidArgumentException.php: -------------------------------------------------------------------------------- 1 | argument_name argument description [default: "\style\"] 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_2.md: -------------------------------------------------------------------------------- 1 | ### Arguments 2 | 3 | #### `argument_name` 4 | 5 | * Is required: yes 6 | * Is array: no 7 | * Default: `NULL` 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php: -------------------------------------------------------------------------------- 1 | -o, --option_name[=OPTION_NAME] option description [default: INF] 2 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/special_chars.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "§" custom tag 3 | --TEMPLATE-- 4 | {% § %} 5 | --DATA-- 6 | return array() 7 | --EXPECT-- 8 | § 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme2/blocks.html.twig: -------------------------------------------------------------------------------- 1 | {% use '@default_theme/blocks.html.twig' %} 2 | 3 | {% block b2 %}block from theme 2{% endblock %} 4 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Resources/bin/hiddeninput.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vulnspy/ripstech-php-security-calendar-2017/HEAD/html/vendor/symfony/console/Resources/bin/hiddeninput.exe -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/command_1.txt: -------------------------------------------------------------------------------- 1 | Usage: 2 | descriptor:command1 3 | alias1 4 | alias2 5 | 6 | Help: 7 | command 1 help 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_2.md: -------------------------------------------------------------------------------- 1 | #### `argument_name` 2 | 3 | argument description 4 | 5 | * Is required: no 6 | * Is array: yes 7 | * Default: `array ()` 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_1.md: -------------------------------------------------------------------------------- 1 | #### `--option_name|-o` 2 | 3 | * Accept value: no 4 | * Is value required: no 5 | * Is multiple: no 6 | * Default: `false` 7 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_with_style.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name=OPTION_NAME option description [default: "\style\"] 2 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/ClassAlias.php: -------------------------------------------------------------------------------- 1 | 4 | How are you?: 5 | > 6 | Where do you come from?: 7 | > 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt: -------------------------------------------------------------------------------- 1 | 2 | Title ending with \ 3 | =================== 4 | 5 | Section ending with \ 6 | --------------------- 7 | 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_3.md: -------------------------------------------------------------------------------- 1 | #### `argument_name` 2 | 3 | argument description 4 | 5 | * Is required: no 6 | * Is array: no 7 | * Default: `'default_value'` 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.md: -------------------------------------------------------------------------------- 1 | #### `argument_name` 2 | 3 | argument description 4 | 5 | * Is required: no 6 | * Is array: no 7 | * Default: `'style'` 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/application_renderexception1.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Command "foo" is not defined. 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_4.md: -------------------------------------------------------------------------------- 1 | #### `argument_name` 2 | 3 | multiline 4 | argument description 5 | 6 | * Is required: yes 7 | * Is array: no 8 | * Default: `NULL` 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/special_chars.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "§" custom filter 3 | --TEMPLATE-- 4 | {{ 'foo'|§ }} 5 | --DATA-- 6 | return array() 7 | --EXPECT-- 8 | §foo§ 9 | -------------------------------------------------------------------------------- /html/vendor/doctrine/orm/docs/en/reference/installation.rst: -------------------------------------------------------------------------------- 1 | Installation 2 | ============ 3 | 4 | The installation chapter has moved to `Installation and Configuration 5 | `_. 6 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.md: -------------------------------------------------------------------------------- 1 | #### `argument_name` 2 | 3 | argument description 4 | 5 | * Is required: no 6 | * Is array: no 7 | * Default: `INF` 8 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Lexer.php: -------------------------------------------------------------------------------- 1 | Arguments: 2 | argument_name 3 | 4 | Options: 5 | -o, --option_name 6 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/InternalTrait.php: -------------------------------------------------------------------------------- 1 | "|e }} 5 | --DATA-- 6 | return array() 7 | --EXPECT-- 8 | foo <br /> 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/array_inheritance_null_parent.html.twig: -------------------------------------------------------------------------------- 1 | {% extends [null,'parent.html.twig'] %} 2 | 3 | {% block body %}{{ parent() }} Child{% endblock %} 4 | -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3' 2 | 3 | services: 4 | web: 5 | image: vsplate/deb_apache2_php7_mysql5:latest 6 | volumes: 7 | - ./html/:/var/www/html/ 8 | ports: 9 | - "80:80" 10 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt: -------------------------------------------------------------------------------- 1 | 2 | ! [CAUTION] Lorem ipsum dolor sit amet 3 | 4 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "argument_name", 3 | "is_required": true, 4 | "is_array": false, 5 | "description": "", 6 | "default": null 7 | } 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_3.md: -------------------------------------------------------------------------------- 1 | ### Options 2 | 3 | #### `--option_name|-o` 4 | 5 | * Accept value: no 6 | * Is value required: no 7 | * Is multiple: no 8 | * Default: `false` 9 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_3.md: -------------------------------------------------------------------------------- 1 | #### `--option_name|-o` 2 | 3 | option description 4 | 5 | * Accept value: yes 6 | * Is value required: yes 7 | * Is multiple: no 8 | * Default: `NULL` 9 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/NonDeprecatedInterface.php: -------------------------------------------------------------------------------- 1 | 'foo') 7 | --EXPECT-- 8 | foo0foo 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/odd.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "odd" test 3 | --TEMPLATE-- 4 | {{ 1 is odd ? 'ok' : 'ko' }} 5 | {{ 2 is odd ? 'ko' : 'ok' }} 6 | --DATA-- 7 | return array() 8 | --EXPECT-- 9 | ok 10 | ok -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/array_inheritance_nonexistent_parent.html.twig: -------------------------------------------------------------------------------- 1 | {% extends ['nonexistent.html.twig','parent.html.twig'] %} 2 | 3 | {% block body %}{{ parent() }} Child{% endblock %} 4 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_5.md: -------------------------------------------------------------------------------- 1 | #### `--option_name|-o` 2 | 3 | multiline 4 | option description 5 | 6 | * Accept value: yes 7 | * Is value required: yes 8 | * Is multiple: no 9 | * Default: `NULL` 10 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Node/ImportNode.php: -------------------------------------------------------------------------------- 1 | "|e }} 5 | --DATA-- 6 | return array() 7 | --EXPECT-- 8 | 愛していますか? <br /> 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/format.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "format" filter 3 | --TEMPLATE-- 4 | {{ string|format(foo, 3) }} 5 | --DATA-- 6 | return array('string' => '%s/%d', 'foo' => 'bar') 7 | --EXPECT-- 8 | bar/3 9 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/Foo5Command.php: -------------------------------------------------------------------------------- 1 | ` 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Error/LoaderError.php: -------------------------------------------------------------------------------- 1 | ` 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Error/RuntimeError.php: -------------------------------------------------------------------------------- 1 | 2 | 5 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Node/AutoEscapeNode.php: -------------------------------------------------------------------------------- 1 | ! 6 | 7 | 8 | foo 9 | 10 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | argument description 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "argument_name", 3 | "is_required": false, 4 | "is_array": false, 5 | "description": "argument description", 6 | "default": "INF" 7 | } 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "argument_name", 3 | "is_required": false, 4 | "is_array": false, 5 | "description": "argument description", 6 | "default": "style" 7 | } 8 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/tags/do.rst: -------------------------------------------------------------------------------- 1 | ``do`` 2 | ====== 3 | 4 | The ``do`` tag works exactly like the regular variable expression (``{{ ... 5 | }}``) just that it doesn't print anything: 6 | 7 | .. code-block:: jinja 8 | 9 | {% do 1 + 2 %} 10 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/tests/index.rst: -------------------------------------------------------------------------------- 1 | Tests 2 | ===== 3 | 4 | .. toctree:: 5 | :maxdepth: 1 6 | 7 | constant 8 | defined 9 | divisibleby 10 | empty 11 | even 12 | iterable 13 | null 14 | odd 15 | sameas 16 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Cache/CacheInterface.php: -------------------------------------------------------------------------------- 1 | 'Hello', 1 => 'world',)` 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Extension/DebugExtension.php: -------------------------------------------------------------------------------- 1 | o
o{% endset %} 5 | 6 | {{ foo }} 7 | --DATA-- 8 | return array() 9 | --EXPECT-- 10 | f
o
o 11 | -------------------------------------------------------------------------------- /html/vendor/doctrine/common/humbug.json.dist: -------------------------------------------------------------------------------- 1 | { 2 | "source": { 3 | "directories": [ 4 | "lib\/Doctrine" 5 | ] 6 | }, 7 | "timeout": 10, 8 | "logs": { 9 | "text": "reports/humbuglog.txt" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/application_renderexception2.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | The "--foo" option does not exist. 4 | 5 | 6 | list [--raw] [--format FORMAT] [--] [] 7 | 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_4.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | multiline 4 | argument description 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/tests/null.rst: -------------------------------------------------------------------------------- 1 | ``null`` 2 | ======== 3 | 4 | ``null`` returns ``true`` if the variable is ``null``: 5 | 6 | .. code-block:: jinja 7 | 8 | {{ var is null }} 9 | 10 | .. note:: 11 | 12 | ``none`` is an alias for ``null``. 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Node/BlockReferenceNode.php: -------------------------------------------------------------------------------- 1 | -o, --option_name=OPTION_NAME option description [default: ["\Hello\","\world\"]] (multiple values allowed) 2 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Extension/EscaperExtension.php: -------------------------------------------------------------------------------- 1 | setName('bar:buc'); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt: -------------------------------------------------------------------------------- 1 | 2 | * Lorem ipsum dolor sit amet 3 | * consectetur adipiscing elit 4 | 5 | [OK] Lorem ipsum dolor sit amet 6 | 7 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt: -------------------------------------------------------------------------------- 1 | 2 | In ApplicationTest.php line %d: 3 |   4 |  エラーメッセージ  5 |   6 | 7 | foo 8 | 9 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": false, 5 | "is_value_required": false, 6 | "is_multiple": false, 7 | "description": "", 8 | "default": false 9 | } 10 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_4.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php: -------------------------------------------------------------------------------- 1 | array('2e2' => 'works')) 7 | --EXPECT-- 8 | works 9 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/Foo4Command.php: -------------------------------------------------------------------------------- 1 | setName('foo3:bar:toh'); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Extension/GlobalsInterface.php: -------------------------------------------------------------------------------- 1 | 'foo') 8 | --EXPECT-- 9 | *foo* 10 | *foo* 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/missing.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" function 3 | --TEMPLATE-- 4 | {{ include("foo.twig") }} 5 | --DATA-- 6 | return array(); 7 | --EXCEPTION-- 8 | Twig_Error_Loader: Template "foo.twig" is not defined in "index.twig" at line 2. 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/basic.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "use" tag 3 | --TEMPLATE-- 4 | {% use "blocks.twig" %} 5 | 6 | {{ block('content') }} 7 | --TEMPLATE(blocks.twig)-- 8 | {% block content 'foo' %} 9 | --DATA-- 10 | return array() 11 | --EXPECT-- 12 | foo 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php: -------------------------------------------------------------------------------- 1 | 'été', 'markup' => new Twig_Markup('foo', 'UTF-8')) 8 | --EXPECT-- 9 | 3 10 | 3 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/magic_static_call.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | __staticCall calls 3 | --TEMPLATE-- 4 | {{ 'foo'|magic_call_string }} 5 | {{ 'foo'|magic_call_array }} 6 | --DATA-- 7 | return array() 8 | --EXPECT-- 9 | static_magic_foo 10 | static_magic_foo 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/multiple.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "filter" tags accept multiple chained filters 3 | --TEMPLATE-- 4 | {% filter lower|title %} 5 | {{ var }} 6 | {% endfilter %} 7 | --DATA-- 8 | return array('var' => 'VAR') 9 | --EXPECT-- 10 | Var 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/keys.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "for" tag can iterate over keys 3 | --TEMPLATE-- 4 | {% for key in items|keys %} 5 | * {{ key }} 6 | {% endfor %} 7 | --DATA-- 8 | return array('items' => array('a', 'b')) 9 | --EXPECT-- 10 | * 0 11 | * 1 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/basic.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" tag 3 | --TEMPLATE-- 4 | FOO 5 | {% include "foo.twig" %} 6 | 7 | BAR 8 | --TEMPLATE(foo.twig)-- 9 | FOOBAR 10 | --DATA-- 11 | return array() 12 | --EXPECT-- 13 | FOO 14 | 15 | FOOBAR 16 | BAR 17 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/expression.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "with" tag with expression 3 | --TEMPLATE-- 4 | {% with {foo: 'foo', bar: 'BAZ'} %} 5 | {{ foo }}{{ bar }} 6 | {% endwith %} 7 | --DATA-- 8 | return array('foo' => 'baz') 9 | --EXPECT-- 10 | fooBAZ 11 | -------------------------------------------------------------------------------- /html/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "config": { 3 | "secure-http": false 4 | }, 5 | "require": { 6 | "twig/twig": "^2.5", 7 | "doctrine/orm": "^2.5" 8 | }, 9 | "autoload": { 10 | "psr-0": { 11 | "": "src/" 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /html/vendor/doctrine/orm/bin/doctrine.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | if "%PHPBIN%" == "" set PHPBIN=@php_bin@ 4 | if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH 5 | GOTO RUN 6 | :USE_PEAR_PATH 7 | set PHPBIN=%PHP_PEAR_PHP_BIN% 8 | :RUN 9 | "%PHPBIN%" "@bin_dir@\doctrine" %* 10 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": true, 6 | "is_multiple": false, 7 | "description": "option description", 8 | "default": null 9 | } 10 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_4.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": false, 6 | "is_multiple": true, 7 | "description": "option description", 8 | "default": [] 9 | } 10 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_5.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/DeprecatedInterface.php: -------------------------------------------------------------------------------- 1 | Test

7 | --DATA-- 8 | return array() 9 | --EXPECT-- 10 |

Test

11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/static_calls.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Functions as static method calls 3 | --TEMPLATE-- 4 | {{ static_call_string('foo') }} 5 | {{ static_call_array('foo') }} 6 | --DATA-- 7 | return array('foo' => 'foo') 8 | --EXPECT-- 9 | *foo* 10 | *foo* 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/values.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "for" tag iterates over item values 3 | --TEMPLATE-- 4 | {% for item in items %} 5 | * {{ item }} 6 | {% endfor %} 7 | --DATA-- 8 | return array('items' => array('a', 'b')) 9 | --EXPECT-- 10 | * a 11 | * b 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_in_a_block.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag 3 | --TEMPLATE-- 4 | {% block content %} 5 | {% extends "foo.twig" %} 6 | {% endblock %} 7 | --EXCEPTION-- 8 | Twig_Error_Syntax: Cannot extend from a block in "index.twig" at line 3. 9 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/AnnotatedClass.php: -------------------------------------------------------------------------------- 1 | '|escape('html_attr') }} 5 | --DATA-- 6 | return array() 7 | --EXPECT-- 8 | <br /> 9 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | argument description 4 | 5 | default_value 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_5.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": true, 6 | "is_multiple": false, 7 | "description": "multiline option description", 8 | "default": null 9 | } 10 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/filters/keys.rst: -------------------------------------------------------------------------------- 1 | ``keys`` 2 | ======== 3 | 4 | The ``keys`` filter returns the keys of an array. It is useful when you want to 5 | iterate over the keys of an array: 6 | 7 | .. code-block:: jinja 8 | 9 | {% for key in array|keys %} 10 | ... 11 | {% endfor %} 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php: -------------------------------------------------------------------------------- 1 | '
') 9 | --EXPECT-- 10 | <br /> 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/raw.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "autoescape" tag does not escape when raw is used as a filter 3 | --TEMPLATE-- 4 | {% autoescape 'html' %} 5 | {{ var|raw }} 6 | {% endautoescape %} 7 | --DATA-- 8 | return array('var' => '
') 9 | --EXPECT-- 10 |
11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/basic.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "filter" tag applies a filter on its children 3 | --TEMPLATE-- 4 | {% filter upper %} 5 | Some text with a {{ var }} 6 | {% endfilter %} 7 | --DATA-- 8 | return array('var' => 'var') 9 | --EXPECT-- 10 | SOME TEXT WITH A VAR 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/extends_as_array.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag 3 | --TEMPLATE-- 4 | {% extends ["foo.twig", "bar.twig"] %} 5 | --TEMPLATE(bar.twig)-- 6 | {% block content %} 7 | foo 8 | {% endblock %} 9 | --DATA-- 10 | return array() 11 | --EXPECT-- 12 | foo 13 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | argument description 4 | 5 | INF 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php: -------------------------------------------------------------------------------- 1 | 10 | --DATA-- 11 | return array() 12 | --EXPECT-- 13 | FOO 14 | 15 | {{ foo }}
16 | 17 | BAR 18 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/conditional_block.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | conditional "block" tag 3 | --TEMPLATE-- 4 | {% if false %}{% block foo %}FOO{% endblock %}{% endif %} 5 | {% if true %}{% block bar %}BAR{% endblock %}{% endif %} 6 | --DATA-- 7 | return array() 8 | --EXPECT-- 9 | BAR 10 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/templates_as_array.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" tag 3 | --TEMPLATE-- 4 | {% include ["foo.twig", "bar.twig"] %} 5 | {% include ["bar.twig", "foo.twig"] %} 6 | --TEMPLATE(foo.twig)-- 7 | foo 8 | --DATA-- 9 | return array() 10 | --EXPECT-- 11 | foo 12 | foo 13 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/Foo6Command.php: -------------------------------------------------------------------------------- 1 | setName('0foo:bar')->setDescription('0foo:bar command'); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": false, 6 | "is_multiple": false, 7 | "description": "option description", 8 | "default": "INF" 9 | } 10 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_with_style.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": true, 6 | "is_multiple": false, 7 | "description": "option description", 8 | "default": "style" 9 | } 10 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php: -------------------------------------------------------------------------------- 1 | 'BAR'); 8 | --EXPECT-- 9 | foo foo BAR baz baz 10 | foo BARBAR baz 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/template_instance.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" tag accepts Twig_Template instance 3 | --TEMPLATE-- 4 | {% include foo %} FOO 5 | --TEMPLATE(foo.twig)-- 6 | BAR 7 | --DATA-- 8 | return array('foo' => $twig->loadTemplate('foo.twig')) 9 | --EXPECT-- 10 | BAR FOO 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/extends_as_array_with_empty_name.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag 3 | --TEMPLATE-- 4 | {% extends ["", "bar.twig"] %} 5 | --TEMPLATE(bar.twig)-- 6 | {% block content %} 7 | foo 8 | {% endblock %} 9 | --DATA-- 10 | return array() 11 | --EXPECT-- 12 | foo 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/extends_as_array_with_null_name.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag 3 | --TEMPLATE-- 4 | {% extends [null, "bar.twig"] %} 5 | --TEMPLATE(bar.twig)-- 6 | {% block content %} 7 | foo 8 | {% endblock %} 9 | --DATA-- 10 | return array() 11 | --EXPECT-- 12 | foo 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/special_chars.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "§" as a macro name 3 | --TEMPLATE-- 4 | {% import _self as macros %} 5 | 6 | {{ macros.§('foo') }} 7 | 8 | {% macro §(foo) %} 9 | §{{ foo }}§ 10 | {% endmacro %} 11 | --DATA-- 12 | return array() 13 | --EXPECT-- 14 | §foo§ 15 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/InternalClass.php: -------------------------------------------------------------------------------- 1 | 'foo'); 13 | --EXPECT-- 14 | foo 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/multi_word_tests.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig allows multi-word tests without a custom node class 3 | --TEMPLATE-- 4 | {{ 'foo' is multi word ? 'yes' : 'no' }} 5 | {{ 'foo bar' is multi word ? 'yes' : 'no' }} 6 | --DATA-- 7 | return array() 8 | --EXPECT-- 9 | no 10 | yes 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/basic.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "block" tag 3 | --TEMPLATE-- 4 | {% block title1 %}FOO{% endblock %} 5 | {% block title2 foo|lower %} 6 | --TEMPLATE(foo.twig)-- 7 | {% block content %}{% endblock %} 8 | --DATA-- 9 | return array('foo' => 'bar') 10 | --EXPECT-- 11 | FOObar 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/basic.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "with" tag 3 | --TEMPLATE-- 4 | {% with %} 5 | {% set bar = 'BAZ' %} 6 | {{ foo }}{{ bar }} 7 | {% endwith %} 8 | {{ foo }}{{ bar }} 9 | --DATA-- 10 | return array('foo' => 'foo', 'bar' => 'bar') 11 | --EXPECT-- 12 | fooBAZ 13 | foobar 14 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt: -------------------------------------------------------------------------------- 1 | 2 | § [CUSTOM] Lopadotemachoselachogaleokranioleipsanodrimhypotrimmatosilphioparaomelitokatakechymenokichlepikossyphophatto 3 | § peristeralektryonoptekephalliokigklopeleiolagoiosiraiobaphetraganopterygon 4 | 5 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | argument description 4 | 5 | <comment>style</> 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php: -------------------------------------------------------------------------------- 1 | $twig->loadTemplate('foo.twig')) 9 | --EXPECT-- 10 | BAR FOO 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/templates_as_array.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" function 3 | --TEMPLATE-- 4 | {{ include(["foo.twig", "bar.twig"]) }} 5 | {{- include(["bar.twig", "foo.twig"]) }} 6 | --TEMPLATE(foo.twig)-- 7 | foo 8 | --DATA-- 9 | return array() 10 | --EXPECT-- 11 | foo 12 | foo 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/keys_and_values.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "for" tag can iterate over keys and values 3 | --TEMPLATE-- 4 | {% for key, item in items %} 5 | * {{ key }}/{{ item }} 6 | {% endfor %} 7 | --DATA-- 8 | return array('items' => array('a', 'b')) 9 | --EXPECT-- 10 | * 0/a 11 | * 1/b 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/basic.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag 3 | --TEMPLATE-- 4 | {% extends "foo.twig" %} 5 | 6 | {% block content %} 7 | FOO 8 | {% endblock %} 9 | --TEMPLATE(foo.twig)-- 10 | {% block content %}{% endblock %} 11 | --DATA-- 12 | return array() 13 | --EXPECT-- 14 | FOO 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/even.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "even" test 3 | --TEMPLATE-- 4 | {{ 1 is even ? 'ko' : 'ok' }} 5 | {{ 2 is even ? 'ok' : 'ko' }} 6 | {{ 1 is not even ? 'ok' : 'ko' }} 7 | {{ 2 is not even ? 'ko' : 'ok' }} 8 | --DATA-- 9 | return array() 10 | --EXPECT-- 11 | ok 12 | ok 13 | ok 14 | ok 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/index.rst: -------------------------------------------------------------------------------- 1 | Twig 2 | ==== 3 | 4 | .. toctree:: 5 | :maxdepth: 2 6 | 7 | intro 8 | installation 9 | templates 10 | api 11 | advanced 12 | internals 13 | recipes 14 | coding_standards 15 | tags/index 16 | filters/index 17 | functions/index 18 | tests/index 19 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/tags/from.rst: -------------------------------------------------------------------------------- 1 | ``from`` 2 | ======== 3 | 4 | The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current 5 | namespace. The tag is documented in detail in the documentation for the 6 | :doc:`import<../tags/import>` tag. 7 | 8 | .. seealso:: :doc:`macro<../tags/macro>`, :doc:`import<../tags/import>` 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php: -------------------------------------------------------------------------------- 1 | array()) 9 | --EXPECT-- 10 | WORKS 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/super_globals.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Super globals as macro arguments 3 | --TEMPLATE-- 4 | {% import _self as macros %} 5 | 6 | {{ macros.foo('foo') }} 7 | 8 | {% macro foo(GET) %} 9 | {{ GET }} 10 | {% endmacro %} 11 | --DATA-- 12 | return array() 13 | --EXPECT-- 14 | foo 15 | -------------------------------------------------------------------------------- /html/vendor/doctrine/inflector/README.md: -------------------------------------------------------------------------------- 1 | # Doctrine Inflector 2 | 3 | Doctrine Inflector is a small library that can perform string manipulations 4 | with regard to upper-/lowercase and singular/plural forms of words. 5 | 6 | [![Build Status](https://travis-ci.org/doctrine/inflector.svg?branch=master)](https://travis-ci.org/doctrine/inflector) 7 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_4.md: -------------------------------------------------------------------------------- 1 | ### Arguments 2 | 3 | #### `argument_name` 4 | 5 | * Is required: yes 6 | * Is array: no 7 | * Default: `NULL` 8 | 9 | ### Options 10 | 11 | #### `--option_name|-o` 12 | 13 | * Accept value: no 14 | * Is value required: no 15 | * Is multiple: no 16 | * Default: `false` 17 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/.editorconfig: -------------------------------------------------------------------------------- 1 | ; top-most EditorConfig file 2 | root = true 3 | 4 | ; Unix-style newlines 5 | [*] 6 | end_of_line = LF 7 | 8 | [*.php] 9 | indent_style = space 10 | indent_size = 4 11 | 12 | [*.test] 13 | indent_style = space 14 | indent_size = 4 15 | 16 | [*.rst] 17 | indent_style = space 18 | indent_size = 4 19 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/negative_numbers.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig manages negative numbers correctly 3 | --TEMPLATE-- 4 | {{ -1 }} 5 | {{ - 1 }} 6 | {{ 5 - 1 }} 7 | {{ 5-1 }} 8 | {{ 5 + -1 }} 9 | {{ 5 + - 1 }} 10 | --DATA-- 11 | return array() 12 | --EXPECT-- 13 | -1 14 | -1 15 | 4 16 | 4 17 | 4 18 | 4 19 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/spaceless/simple.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "spaceless" tag removes whites between HTML tags 3 | --TEMPLATE-- 4 | {% spaceless %} 5 | 6 |
foo
7 | 8 | {% endspaceless %} 9 | --DATA-- 10 | return array() 11 | --EXPECT-- 12 |
foo
13 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php: -------------------------------------------------------------------------------- 1 | setName('foo:bar')->setDescription('foo:bar command'); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/FooSameCaseUppercaseCommand.php: -------------------------------------------------------------------------------- 1 | setName('foo:BAR')->setDescription('foo:BAR command'); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/filters/title.rst: -------------------------------------------------------------------------------- 1 | ``title`` 2 | ========= 3 | 4 | The ``title`` filter returns a titlecased version of the value. Words will 5 | start with uppercase letters, all remaining characters are lowercase: 6 | 7 | .. code-block:: jinja 8 | 9 | {{ 'my first car'|title }} 10 | 11 | {# outputs 'My First Car' #} 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/bitwise.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig supports bitwise operations 3 | --TEMPLATE-- 4 | {{ 1 b-and 5 }} 5 | {{ 1 b-or 5 }} 6 | {{ 1 b-xor 5 }} 7 | {{ (1 and 0 b-or 0) is same as(1 and (0 b-or 0)) ? 'ok' : 'ko' }} 8 | --DATA-- 9 | return array() 10 | --EXPECT-- 11 | 1 12 | 5 13 | 4 14 | ok 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/matches.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig supports the "matches" operator 3 | --TEMPLATE-- 4 | {{ 'foo' matches '/o/' ? 'OK' : 'KO' }} 5 | {{ 'foo' matches '/^fo/' ? 'OK' : 'KO' }} 6 | {{ 'foo' matches '/O/i' ? 'OK' : 'KO' }} 7 | --DATA-- 8 | return array() 9 | --EXPECT-- 10 | OK 11 | OK 12 | OK 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/join.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "join" filter 3 | --TEMPLATE-- 4 | {{ ["foo", "bar"]|join(', ') }} 5 | {{ foo|join(', ') }} 6 | {{ bar|join(', ') }} 7 | --DATA-- 8 | return array('foo' => new TwigTestFoo(), 'bar' => new ArrayObject(array(3, 4))) 9 | --EXPECT-- 10 | foo, bar 11 | 1, 2 12 | 3, 4 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/with_for_tag.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "filter" tag applies the filter on "for" tags 3 | --TEMPLATE-- 4 | {% filter upper %} 5 | {% for item in items %} 6 | {{ item }} 7 | {% endfor %} 8 | {% endfilter %} 9 | --DATA-- 10 | return array('items' => array('a', 'b')) 11 | --EXPECT-- 12 | A 13 | B 14 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/dynamic.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag 3 | --TEMPLATE-- 4 | {% extends foo %} 5 | 6 | {% block content %} 7 | FOO 8 | {% endblock %} 9 | --TEMPLATE(foo.twig)-- 10 | {% block content %}{% endblock %} 11 | --DATA-- 12 | return array('foo' => 'foo.twig') 13 | --EXPECT-- 14 | FOO 15 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/functions/index.rst: -------------------------------------------------------------------------------- 1 | Functions 2 | ========= 3 | 4 | .. toctree:: 5 | :maxdepth: 1 6 | 7 | attribute 8 | block 9 | constant 10 | cycle 11 | date 12 | dump 13 | include 14 | max 15 | min 16 | parent 17 | random 18 | range 19 | source 20 | template_from_string 21 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/FinalMethod.php: -------------------------------------------------------------------------------- 1 | new Twig_Markup('foo', 'UTF-8')) 9 | --EXPECT-- 10 | "foo" 11 | "foo" 12 | ["foo","foo"] 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/constant.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "constant" function 3 | --TEMPLATE-- 4 | {{ constant('DATE_W3C') == expect ? 'true' : 'false' }} 5 | {{ constant('ARRAY_AS_PROPS', object) }} 6 | --DATA-- 7 | return array('expect' => DATE_W3C, 'object' => new ArrayObject(array('hi'))); 8 | --EXPECT-- 9 | true 10 | 2 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/with_filters.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | macro with a filter 3 | --TEMPLATE-- 4 | {% import _self as test %} 5 | 6 | {% macro test() %} 7 | {% filter escape %}foo
{% endfilter %} 8 | {% endmacro %} 9 | 10 | {{ test.test() }} 11 | --DATA-- 12 | return array(); 13 | --EXPECT-- 14 | foo<br /> 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/blocks.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "autoescape" tag applies escaping on embedded blocks 3 | --TEMPLATE-- 4 | {% autoescape 'html' %} 5 | {% block foo %} 6 | {{ var }} 7 | {% endblock %} 8 | {% endautoescape %} 9 | --DATA-- 10 | return array('var' => '
') 11 | --EXPECT-- 12 | <br /> 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/expression.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" tag allows expressions for the template to include 3 | --TEMPLATE-- 4 | FOO 5 | {% include foo %} 6 | 7 | BAR 8 | --TEMPLATE(foo.twig)-- 9 | FOOBAR 10 | --DATA-- 11 | return array('foo' => 'foo.twig') 12 | --EXPECT-- 13 | FOO 14 | 15 | FOOBAR 16 | BAR 17 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag 3 | --TEMPLATE-- 4 | {% extends "foo.twig" %} 5 | 6 | {% block content %}{{ parent() }}FOO{{ parent() }}{% endblock %} 7 | --TEMPLATE(foo.twig)-- 8 | {% block content %}BAR{% endblock %} 9 | --DATA-- 10 | return array() 11 | --EXPECT-- 12 | BARFOOBAR 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "parent" tag 3 | --TEMPLATE-- 4 | {% block content %} 5 | {{ parent() }} 6 | {% endblock %} 7 | --EXCEPTION-- 8 | Twig_Error_Syntax: Calling "parent" on a template that does not extend nor "use" another template is forbidden in "index.twig" at line 3. 9 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "arguments": { 3 | "argument_name": { 4 | "name": "argument_name", 5 | "is_required": true, 6 | "is_array": false, 7 | "description": "", 8 | "default": null 9 | } 10 | }, 11 | "options": [] 12 | } 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_trait.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Exception for an undefined trait 3 | --TEMPLATE-- 4 | {% use 'foo' with foobar as bar %} 5 | --TEMPLATE(foo)-- 6 | {% block bar %} 7 | {% endblock %} 8 | --EXCEPTION-- 9 | Twig_Error_Runtime: Block "foobar" is not defined in trait "foo" in "index.twig" at line 2. 10 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/two_word_operators_as_variables.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig does not allow to use two-word named operators as variable names 3 | --TEMPLATE-- 4 | {{ starts with }} 5 | --DATA-- 6 | return array() 7 | --EXCEPTION-- 8 | Twig_Error_Syntax: Unexpected token "operator" of value "starts with" in "index.twig" at line 2. 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/default_values.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | macro 3 | --TEMPLATE-- 4 | {% from _self import test %} 5 | 6 | {% macro test(a, b = 'bar') -%} 7 | {{ a }}{{ b }} 8 | {%- endmacro %} 9 | 10 | {{ test('foo') }} 11 | {{ test('bar', 'foo') }} 12 | --DATA-- 13 | return array(); 14 | --EXPECT-- 15 | foobar 16 | barfoo 17 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_with_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/tests/sameas.rst: -------------------------------------------------------------------------------- 1 | ``same as`` 2 | =========== 3 | 4 | ``same as`` checks if a variable is the same as another variable. 5 | This is the equivalent to ``===`` in PHP: 6 | 7 | .. code-block:: jinja 8 | 9 | {% if foo.attribute is same as(false) %} 10 | the foo attribute really is the 'false' PHP value 11 | {% endif %} 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/block.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "block" function 3 | --TEMPLATE-- 4 | {% extends 'base.twig' %} 5 | {% block bar %}BAR{% endblock %} 6 | --TEMPLATE(base.twig)-- 7 | {% block foo %}{{ block('bar') }}{% endblock %} 8 | {% block bar %}BAR_BASE{% endblock %} 9 | --DATA-- 10 | return array() 11 | --EXPECT-- 12 | BARBAR 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/varargs_argument.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | macro with varargs argument 3 | --TEMPLATE-- 4 | {% macro test(varargs) %} 5 | {% endmacro %} 6 | --EXCEPTION-- 7 | Twig_Error_Syntax: The argument "varargs" in macro "test" cannot be defined because the variable "varargs" is reserved for arbitrary arguments in "index.twig" at line 2. 8 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/batch_with_keys.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "batch" filter preserves array keys 3 | --TEMPLATE-- 4 | {{ {'foo': 'bar', 'key': 'value'}|batch(4)|first|keys|join(',') }} 5 | {{ {'foo': 'bar', 'key': 'value'}|batch(4, 'fill')|first|keys|join(',') }} 6 | --DATA-- 7 | return array() 8 | --EXPECT-- 9 | foo,key 10 | foo,key,0,1 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/expression.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" function allows expressions for the template to include 3 | --TEMPLATE-- 4 | FOO 5 | {{ include(foo) }} 6 | 7 | BAR 8 | --TEMPLATE(foo.twig)-- 9 | FOOBAR 10 | --DATA-- 11 | return array('foo' => 'foo.twig') 12 | --EXPECT-- 13 | FOO 14 | 15 | FOOBAR 16 | 17 | BAR 18 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/with_variables.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" tag accept variables 3 | --TEMPLATE-- 4 | {% include "foo.twig" with {'foo': 'bar'} %} 5 | {% include "foo.twig" with vars %} 6 | --TEMPLATE(foo.twig)-- 7 | {{ foo }} 8 | --DATA-- 9 | return array('vars' => array('foo' => 'bar')) 10 | --EXPECT-- 11 | bar 12 | bar 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends_but_traits.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "parent" tag 3 | --TEMPLATE-- 4 | {% use 'foo.twig' %} 5 | 6 | {% block content %} 7 | {{ parent() }} 8 | {% endblock %} 9 | --TEMPLATE(foo.twig)-- 10 | {% block content %}BAR{% endblock %} 11 | --DATA-- 12 | return array() 13 | --EXPECT-- 14 | BAR 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/not_valid1.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | sandbox tag 3 | --TEMPLATE-- 4 | {%- sandbox %} 5 | {%- include "foo.twig" %} 6 | a 7 | {%- endsandbox %} 8 | --TEMPLATE(foo.twig)-- 9 | foo 10 | --EXCEPTION-- 11 | Twig_Error_Syntax: Only "include" tags are allowed within a "sandbox" section in "index.twig" at line 4. 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/filters/abs.rst: -------------------------------------------------------------------------------- 1 | ``abs`` 2 | ======= 3 | 4 | The ``abs`` filter returns the absolute value. 5 | 6 | .. code-block:: jinja 7 | 8 | {# number = -5 #} 9 | 10 | {{ number|abs }} 11 | 12 | {# outputs 5 #} 13 | 14 | .. note:: 15 | 16 | Internally, Twig uses the PHP `abs`_ function. 17 | 18 | .. _`abs`: https://secure.php.net/abs 19 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/strict_comparison_operator.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | The PHP === strict comparison operator is not supported 3 | --TEMPLATE-- 4 | {{ 1 === 2 }} 5 | --EXCEPTION-- 6 | Twig_Error_Syntax: Unexpected operator of value "=". Did you try to use "===" or "!==" for strict comparison? Use "is same as(value)" instead in "index.twig" at line 2. 7 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/array_call.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig supports method calls 3 | --TEMPLATE-- 4 | {{ items.foo }} 5 | {{ items['foo'] }} 6 | {{ items[foo] }} 7 | {{ items[items[foo]] }} 8 | --DATA-- 9 | return array('foo' => 'bar', 'items' => array('foo' => 'bar', 'bar' => 'foo')) 10 | --EXPECT-- 11 | bar 12 | bar 13 | foo 14 | bar 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/with_variables.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" function accept variables 3 | --TEMPLATE-- 4 | {{ include("foo.twig", {'foo': 'bar'}) }} 5 | {{- include("foo.twig", vars) }} 6 | --TEMPLATE(foo.twig)-- 7 | {{ foo }} 8 | --DATA-- 9 | return array('vars' => array('foo' => 'bar')) 10 | --EXPECT-- 11 | bar 12 | bar 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/block_unique_name.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "block" tag 3 | --TEMPLATE-- 4 | {% block content %} 5 | {% block content %} 6 | {% endblock %} 7 | {% endblock %} 8 | --DATA-- 9 | return array() 10 | --EXCEPTION-- 11 | Twig_Error_Syntax: The block 'content' has already been defined line 2 in "index.twig" at line 3. 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_not_defined_cond.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "for" tag 3 | --TEMPLATE-- 4 | {% for i, item in items if loop.last > 0 %} 5 | {% endfor %} 6 | --DATA-- 7 | return array('items' => array('a', 'b')) 8 | --EXCEPTION-- 9 | Twig_Error_Syntax: The "loop" variable cannot be used in a looping condition in "index.twig" at line 2. 10 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/from.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | global variables 3 | --TEMPLATE-- 4 | {% include "included.twig" %} 5 | {% from "included.twig" import foobar %} 6 | {{ foobar() }} 7 | --TEMPLATE(included.twig)-- 8 | {% macro foobar() %} 9 | called foobar 10 | {% endmacro %} 11 | --DATA-- 12 | return array(); 13 | --EXPECT-- 14 | called foobar 15 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Tests/Fixtures/ExtendedFinalMethod.php: -------------------------------------------------------------------------------- 1 | 12 | {% endmacro %} 13 | 14 | {{ macros.foo(macros.bar()) }} 15 | --DATA-- 16 | return array(); 17 | --EXPECT-- 18 |
19 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/global.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "macro" tag 3 | --TEMPLATE-- 4 | {% from 'forms.twig' import foo %} 5 | 6 | {{ foo('foo') }} 7 | {{ foo() }} 8 | --TEMPLATE(forms.twig)-- 9 | {% macro foo(name) %}{{ name|default('foo') }}{{ global }}{% endmacro %} 10 | --DATA-- 11 | return array() 12 | --EXPECT-- 13 | fooglobal 14 | fooglobal 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/basic.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "set" tag 3 | --TEMPLATE-- 4 | {% set foo = 'foo' %} 5 | {% set bar = 'foo
' %} 6 | 7 | {{ foo }} 8 | {{ bar }} 9 | 10 | {% set foo, bar = 'foo', 'bar' %} 11 | 12 | {{ foo }}{{ bar }} 13 | --DATA-- 14 | return array() 15 | --EXPECT-- 16 | foo 17 | foo<br /> 18 | 19 | 20 | foobar 21 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/literals.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig supports literals 3 | --TEMPLATE-- 4 | 1 {{ true }} 5 | 2 {{ TRUE }} 6 | 3 {{ false }} 7 | 4 {{ FALSE }} 8 | 5 {{ none }} 9 | 6 {{ NONE }} 10 | 7 {{ null }} 11 | 8 {{ NULL }} 12 | --DATA-- 13 | return array() 14 | --EXPECT-- 15 | 1 1 16 | 2 1 17 | 3 18 | 4 19 | 5 20 | 6 21 | 7 22 | 8 23 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/last.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "last" filter 3 | --TEMPLATE-- 4 | {{ [1, 2, 3, 4]|last }} 5 | {{ {a: 1, b: 2, c: 3, d: 4}|last }} 6 | {{ '1234'|last }} 7 | {{ arr|last }} 8 | {{ 'Ä€é'|last }} 9 | {{ ''|last }} 10 | --DATA-- 11 | return array('arr' => new ArrayObject(array(1, 2, 3, 4))) 12 | --EXPECT-- 13 | 4 14 | 4 15 | 4 16 | 4 17 | é 18 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/ignore_missing.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" tag 3 | --TEMPLATE-- 4 | {% include ["foo.twig", "bar.twig"] ignore missing %} 5 | {% include "foo.twig" ignore missing %} 6 | {% include "foo.twig" ignore missing with {} %} 7 | {% include "foo.twig" ignore missing with {} only %} 8 | --DATA-- 9 | return array() 10 | --EXPECT-- 11 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/application_renderexception_linebreaks.txt: -------------------------------------------------------------------------------- 1 | 2 | In ApplicationTest.php line %d: 3 | 4 | line 1 with extra spaces 5 | line 2 6 | 7 | line 4 8 | 9 | 10 | foo 11 | 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/power.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig parses power expressions 3 | --TEMPLATE-- 4 | {{ 2**3 }} 5 | {{ (-2)**3 }} 6 | {{ (-2)**(-3) }} 7 | {{ a ** a }} 8 | {{ a ** b }} 9 | {{ b ** a }} 10 | {{ b ** b }} 11 | --DATA-- 12 | return array('a' => 4, 'b' => -2); 13 | --EXPECT-- 14 | 8 15 | -8 16 | -0.125 17 | 256 18 | 0.0625 19 | 16 20 | 0.25 21 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/nested.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "filter" tags can be nested at will 3 | --TEMPLATE-- 4 | {% filter lower|title %} 5 | {{ var }} 6 | {% filter upper %} 7 | {{ var }} 8 | {% endfilter %} 9 | {{ var }} 10 | {% endfilter %} 11 | --DATA-- 12 | return array('var' => 'var') 13 | --EXPECT-- 14 | Var 15 | Var 16 | Var 17 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_change.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag 3 | --TEMPLATE-- 4 | {% extends foo ? 'foo.twig' : 'bar.twig' %} 5 | --TEMPLATE(foo.twig)-- 6 | FOO 7 | --TEMPLATE(bar.twig)-- 8 | BAR 9 | --DATA-- 10 | return array('foo' => true) 11 | --EXPECT-- 12 | FOO 13 | --DATA-- 14 | return array('foo' => false) 15 | --EXPECT-- 16 | BAR 17 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/nested.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | nested "with" tags 3 | --TEMPLATE-- 4 | {% set foo, bar = 'foo', 'bar' %} 5 | {% with {bar: 'BAZ'} %} 6 | {% with {foo: 'FOO'} %} 7 | {{ foo }}{{ bar }} 8 | {% endwith %} 9 | {% endwith %} 10 | {{ foo }}{{ bar }} 11 | --DATA-- 12 | return array() 13 | --EXPECT-- 14 | FOOBAZ 15 | foobar 16 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/with_no_hash.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "with" tag with an expression that is not a hash 3 | --TEMPLATE-- 4 | {% with vars %} 5 | {{ foo }}{{ bar }} 6 | {% endwith %} 7 | --DATA-- 8 | return array('vars' => 'no-hash') 9 | --EXCEPTION-- 10 | Twig_Error_Runtime: Variables passed to the "with" tag must be a hash in "index.twig" at line 2. 11 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": true, 6 | "is_multiple": true, 7 | "description": "option description", 8 | "default": [ 9 | "Hello", 10 | "world" 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/tags/index.rst: -------------------------------------------------------------------------------- 1 | Tags 2 | ==== 3 | 4 | .. toctree:: 5 | :maxdepth: 1 6 | 7 | autoescape 8 | block 9 | do 10 | embed 11 | extends 12 | filter 13 | flush 14 | for 15 | from 16 | if 17 | import 18 | include 19 | macro 20 | sandbox 21 | set 22 | spaceless 23 | use 24 | verbatim 25 | with 26 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/multiline_tag_with_undefined_variable.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Exception for multiline tag with undefined variable 3 | --TEMPLATE-- 4 | {% include 'foo' 5 | with vars 6 | %} 7 | --TEMPLATE(foo)-- 8 | Foo 9 | --DATA-- 10 | return array() 11 | --EXCEPTION-- 12 | Twig_Error_Runtime: Variable "vars" does not exist in "index.twig" at line 3. 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/first.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "first" filter 3 | --TEMPLATE-- 4 | {{ [1, 2, 3, 4]|first }} 5 | {{ {a: 1, b: 2, c: 3, d: 4}|first }} 6 | {{ '1234'|first }} 7 | {{ arr|first }} 8 | {{ 'Ä€é'|first }} 9 | {{ ''|first }} 10 | --DATA-- 11 | return array('arr' => new ArrayObject(array(1, 2, 3, 4))) 12 | --EXPECT-- 13 | 1 14 | 1 15 | 1 16 | 1 17 | Ä 18 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/sort.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "sort" filter 3 | --TEMPLATE-- 4 | {{ array1|sort|join }} 5 | {{ array2|sort|join }} 6 | {{ traversable|sort|join }} 7 | --DATA-- 8 | return array('array1' => array(4, 1), 'array2' => array('foo', 'bar'), 'traversable' => new ArrayObject(array(0 => 3, 1 => 2, 2 => 1))) 9 | --EXPECT-- 10 | 14 11 | barfoo 12 | 123 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/strategy.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "autoescape" tag accepts an escaping strategy 3 | --TEMPLATE-- 4 | {% autoescape 'js' %}{{ var }}{% endautoescape %} 5 | 6 | {% autoescape 'html' %}{{ var }}{% endautoescape %} 7 | --DATA-- 8 | return array('var' => '
"') 9 | --EXPECT-- 10 | \u003Cbr\u0020\/\u003E\u0022 11 | <br />" 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/endmacro_name.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "macro" tag supports name for endmacro 3 | --TEMPLATE-- 4 | {% import _self as macros %} 5 | 6 | {{ macros.foo() }} 7 | {{ macros.bar() }} 8 | 9 | {% macro foo() %}foo{% endmacro %} 10 | {% macro bar() %}bar{% endmacro bar %} 11 | --DATA-- 12 | return array() 13 | --EXPECT-- 14 | foo 15 | bar 16 | 17 | -------------------------------------------------------------------------------- /html/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/XcacheCacheTest.php: -------------------------------------------------------------------------------- 1 | array('bar' => 'X')) 9 | --CONFIG-- 10 | return array('strict_variables' => false) 11 | --EXPECT-- 12 | 1.1X 13 | 2.3X 14 | 3.5X 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_not_defined.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "for" tag 3 | --TEMPLATE-- 4 | {% for i, item in items if i > 0 %} 5 | {{ loop.last }} 6 | {% endfor %} 7 | --DATA-- 8 | return array('items' => array('a', 'b')) 9 | --EXCEPTION-- 10 | Twig_Error_Syntax: The "loop.last" variable is not defined when looping with a condition in "index.twig" at line 3. 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/with_only.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "with" tag with expression and only 3 | --TEMPLATE-- 4 | {% with {foo: 'foo', bar: 'BAZ'} only %} 5 | {{ foo }}{{ bar }}{{ baz }} 6 | {% endwith %} 7 | --DATA-- 8 | return array('foo' => 'baz', 'baz' => 'baz') 9 | --EXCEPTION-- 10 | Twig_Error_Runtime: Variable "baz" does not exist in "index.twig" at line 3. 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/sandbox.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" tag sandboxed 3 | --TEMPLATE-- 4 | {{ include("foo.twig", sandboxed = true) }} 5 | --TEMPLATE(foo.twig)-- 6 | 7 | 8 | {{ foo|e }} 9 | {{ foo|e }} 10 | --DATA-- 11 | return array() 12 | --EXCEPTION-- 13 | Twig_Sandbox_SecurityNotAllowedFilterError: Filter "e" is not allowed in "foo.twig" at line 4. 14 | -------------------------------------------------------------------------------- /html/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/WinCacheCacheTest.php: -------------------------------------------------------------------------------- 1 | array(1, 2, 3), 'in' => 'in', 'is' => 'is') 11 | --EXPECT-- 12 | 1 13 | 2 14 | 3 15 | in 16 | is 17 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/sandbox_disabling.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" tag sandboxed 3 | --TEMPLATE-- 4 | {{ include("foo.twig", sandboxed = true) }} 5 | {{ include("bar.twig") }} 6 | --TEMPLATE(foo.twig)-- 7 | foo 8 | --TEMPLATE(bar.twig)-- 9 | {{ foo|e }} 10 | --DATA-- 11 | return array('foo' => 'bar
') 12 | --EXPECT-- 13 | foo 14 | 15 | 16 | bar<br /> 17 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/sandbox_disabling_ignore_missing.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" tag sandboxed 3 | --TEMPLATE-- 4 | {{ include("unknown.twig", sandboxed = true, ignore_missing = true) }} 5 | {{ include("bar.twig") }} 6 | --TEMPLATE(bar.twig)-- 7 | {{ foo|e }} 8 | --DATA-- 9 | return array('foo' => 'bar
') 10 | --EXPECT-- 11 | 12 | 13 | bar<br /> 14 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_blocks_parent_only.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "block" tag 3 | --TEMPLATE-- 4 | {% block content %} 5 | CONTENT 6 | {%- block subcontent -%} 7 | SUBCONTENT 8 | {%- endblock -%} 9 | ENDCONTENT 10 | {% endblock %} 11 | --TEMPLATE(foo.twig)-- 12 | --DATA-- 13 | return array() 14 | --EXPECT-- 15 | CONTENTSUBCONTENTENDCONTENT 16 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/command_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "descriptor:command1", 3 | "hidden": false, 4 | "usage": [ 5 | "descriptor:command1", 6 | "alias1", 7 | "alias2" 8 | ], 9 | "description": "command 1 description", 10 | "help": "command 1 help", 11 | "definition": { 12 | "arguments": [], 13 | "options": [] 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/replace_invalid_arg.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Exception for invalid argument type in replace call 3 | --TEMPLATE-- 4 | {{ 'test %foo%'|replace(stdClass) }} 5 | --DATA-- 6 | return array('stdClass' => new stdClass()) 7 | --EXCEPTION-- 8 | Twig_Error_Runtime: The "replace" filter expects an array or "Traversable" as replace values, got "stdClass" in "index.twig" at line 2. 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/comparison.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig supports comparison operators (==, !=, <, >, >=, <=) 3 | --TEMPLATE-- 4 | {{ 1 > 2 }}/{{ 1 > 1 }}/{{ 1 >= 2 }}/{{ 1 >= 1 }} 5 | {{ 1 < 2 }}/{{ 1 < 1 }}/{{ 1 <= 2 }}/{{ 1 <= 1 }} 6 | {{ 1 == 1 }}/{{ 1 == 2 }} 7 | {{ 1 != 1 }}/{{ 1 != 2 }} 8 | --DATA-- 9 | return array() 10 | --EXPECT-- 11 | ///1 12 | 1//1/1 13 | 1/ 14 | /1 15 | -------------------------------------------------------------------------------- /html/vendor/composer/autoload_files.php: -------------------------------------------------------------------------------- 1 | $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', 10 | '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', 11 | ); 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/divisibleby.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig supports the "divisible by" operator 3 | --TEMPLATE-- 4 | {{ 8 is divisible by(2) ? 'OK' }} 5 | {{ 8 is not divisible by(3) ? 'OK' }} 6 | {{ 8 is divisible by (2) ? 'OK' }} 7 | {{ 8 is not 8 | divisible 9 | by 10 | (3) ? 'OK' }} 11 | --DATA-- 12 | return array() 13 | --EXPECT-- 14 | OK 15 | OK 16 | OK 17 | OK 18 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/round.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "round" filter 3 | --TEMPLATE-- 4 | {{ 2.7|round }} 5 | {{ 2.1|round }} 6 | {{ 2.1234|round(3, 'floor') }} 7 | {{ 2.1|round(0, 'ceil') }} 8 | 9 | {{ 21.3|round(-1)}} 10 | {{ 21.3|round(-1, 'ceil')}} 11 | {{ 21.3|round(-1, 'floor')}} 12 | --DATA-- 13 | return array() 14 | --EXPECT-- 15 | 3 16 | 2 17 | 2.123 18 | 3 19 | 20 | 20 21 | 30 22 | 20 23 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/template_instance.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag accepts Twig_Template instance 3 | --TEMPLATE-- 4 | {% extends foo %} 5 | 6 | {% block content %} 7 | {{ parent() }}FOO 8 | {% endblock %} 9 | --TEMPLATE(foo.twig)-- 10 | {% block content %}BAR{% endblock %} 11 | --DATA-- 12 | return array('foo' => $twig->loadTemplate('foo.twig')) 13 | --EXPECT-- 14 | BARFOO 15 | -------------------------------------------------------------------------------- /html/vendor/psr/log/Psr/Log/LoggerAwareInterface.php: -------------------------------------------------------------------------------- 1 | array('a', 'b')) 12 | --EXPECT-- 13 | * a 14 | * b 15 | * a 16 | * a 17 | * b 18 | * b 19 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/syntax_error_in_reused_template.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Exception for syntax error in reused template 3 | --TEMPLATE-- 4 | {% use 'foo.twig' %} 5 | --TEMPLATE(foo.twig)-- 6 | {% block bar %} 7 | {% do node.data = 5 %} 8 | {% endblock %} 9 | --EXCEPTION-- 10 | Twig_Error_Syntax: Unexpected token "operator" of value "=" ("end of statement block" expected) in "foo.twig" at line 3. 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/dump.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "dump" function 3 | --CONDITION-- 4 | !extension_loaded('xdebug') 5 | --TEMPLATE-- 6 | {{ dump('foo') }} 7 | {{ dump('foo', 'bar') }} 8 | --DATA-- 9 | return array('foo' => 'foo', 'bar' => 'bar') 10 | --CONFIG-- 11 | return array('debug' => true, 'autoescape' => false); 12 | --EXPECT-- 13 | string(3) "foo" 14 | 15 | string(3) "foo" 16 | string(3) "bar" 17 | -------------------------------------------------------------------------------- /html/day24.php: -------------------------------------------------------------------------------- 1 | Usage:
2 | descriptor:åèä [options] [--] \ 3 | descriptor:åèä -o|--option_name \ 4 | descriptor:åèä \ 5 | 6 | Arguments: 7 | argument_åèä 8 | 9 | Options: 10 | -o, --option_åèä 11 | 12 | Help: 13 | command åèä help 14 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/input_definition_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "arguments": [], 3 | "options": { 4 | "option_name": { 5 | "name": "--option_name", 6 | "shortcut": "-o", 7 | "accept_value": false, 8 | "is_value_required": false, 9 | "is_multiple": false, 10 | "description": "", 11 | "default": false 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /html/vendor/symfony/polyfill-ctype/README.md: -------------------------------------------------------------------------------- 1 | Symfony Polyfill / Ctype 2 | ======================== 3 | 4 | This component provides `ctype_*` functions to users who run php versions without the ctype extension. 5 | 6 | More information can be found in the 7 | [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). 8 | 9 | License 10 | ======= 11 | 12 | This library is released under the [MIT license](LICENSE). 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/postfix.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Twig parses postfix expressions 3 | --TEMPLATE-- 4 | {% import _self as macros %} 5 | 6 | {% macro foo() %}foo{% endmacro %} 7 | 8 | {{ 'a' }} 9 | {{ 'a'|upper }} 10 | {{ ('a')|upper }} 11 | {{ -1|upper }} 12 | {{ macros.foo() }} 13 | {{ (macros).foo() }} 14 | --DATA-- 15 | return array(); 16 | --EXPECT-- 17 | a 18 | A 19 | A 20 | -1 21 | foo 22 | foo 23 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "date" filter 3 | --TEMPLATE-- 4 | {{ date1|date }} 5 | {{ date1|date('d/m/Y') }} 6 | --DATA-- 7 | date_default_timezone_set('UTC'); 8 | $twig->getExtension('Twig_Extension_Core')->setDateFormat('Y-m-d', '%d days %h hours'); 9 | return array( 10 | 'date1' => mktime(13, 45, 0, 10, 4, 2010), 11 | ) 12 | --EXPECT-- 13 | 2010-10-04 14 | 04/10/2010 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/cycle.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "cycle" function 3 | --TEMPLATE-- 4 | {% for i in 0..6 %} 5 | {{ cycle(array1, i) }}-{{ cycle(array2, i) }} 6 | {% endfor %} 7 | --DATA-- 8 | return array('array1' => array('odd', 'even'), 'array2' => array('apple', 'orange', 'citrus')) 9 | --EXPECT-- 10 | odd-apple 11 | even-orange 12 | odd-citrus 13 | even-apple 14 | odd-orange 15 | even-citrus 16 | odd-apple 17 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/inner_variables.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "for" tag does not reset inner variables 3 | --TEMPLATE-- 4 | {% for i in 1..2 %} 5 | {% for j in 0..2 %} 6 | {{k}}{% set k = k+1 %} {{ loop.parent.loop.index }} 7 | {% endfor %} 8 | {% endfor %} 9 | --DATA-- 10 | return array('k' => 0) 11 | --EXPECT-- 12 | 0 1 13 | 1 1 14 | 2 1 15 | 3 2 16 | 4 2 17 | 5 2 18 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/expression.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "if" takes an expression as a test 3 | --TEMPLATE-- 4 | {% if a < 2 %} 5 | A1 6 | {% elseif a > 10 %} 7 | A2 8 | {% else %} 9 | A3 10 | {% endif %} 11 | --DATA-- 12 | return array('a' => 1) 13 | --EXPECT-- 14 | A1 15 | --DATA-- 16 | return array('a' => 12) 17 | --EXPECT-- 18 | A2 19 | --DATA-- 20 | return array('a' => 7) 21 | --EXPECT-- 22 | A3 23 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | sandbox tag 3 | --TEMPLATE-- 4 | {%- sandbox %} 5 | {%- include "foo.twig" %} 6 | 7 | {% if 1 %} 8 | {%- include "foo.twig" %} 9 | {% endif %} 10 | {%- endsandbox %} 11 | --TEMPLATE(foo.twig)-- 12 | foo 13 | --EXCEPTION-- 14 | Twig_Error_Syntax: Only "include" tags are allowed within a "sandbox" section in "index.twig" at line 5. 15 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/command_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | -------------------------------------------------------------------------------- /html/vendor/symfony/debug/Resources/ext/config.w32: -------------------------------------------------------------------------------- 1 | // $Id$ 2 | // vim:ft=javascript 3 | 4 | // If your extension references something external, use ARG_WITH 5 | // ARG_WITH("symfony_debug", "for symfony_debug support", "no"); 6 | 7 | // Otherwise, use ARG_ENABLE 8 | // ARG_ENABLE("symfony_debug", "enable symfony_debug support", "no"); 9 | 10 | if (PHP_SYMFONY_DEBUG != "no") { 11 | EXTENSION("symfony_debug", "symfony_debug.c"); 12 | } 13 | 14 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/functions/max.rst: -------------------------------------------------------------------------------- 1 | ``max`` 2 | ======= 3 | 4 | ``max`` returns the biggest value of a sequence or a set of values: 5 | 6 | .. code-block:: jinja 7 | 8 | {{ max(1, 3, 2) }} 9 | {{ max([1, 3, 2]) }} 10 | 11 | When called with a mapping, max ignores keys and only compares values: 12 | 13 | .. code-block:: jinja 14 | 15 | {{ max({2: "e", 1: "a", 3: "b", 5: "d", 4: "c"}) }} 16 | {# returns "e" #} 17 | 18 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/doc/functions/min.rst: -------------------------------------------------------------------------------- 1 | ``min`` 2 | ======= 3 | 4 | ``min`` returns the lowest value of a sequence or a set of values: 5 | 6 | .. code-block:: jinja 7 | 8 | {{ min(1, 3, 2) }} 9 | {{ min([1, 3, 2]) }} 10 | 11 | When called with a mapping, min ignores keys and only compares values: 12 | 13 | .. code-block:: jinja 14 | 15 | {{ min({2: "e", 3: "a", 1: "b", 5: "d", 4: "c"}) }} 16 | {# returns "a" #} 17 | 18 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/multiline_function_with_unknown_argument.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Exception for multiline function with unknown argument 3 | --TEMPLATE-- 4 | {{ include('foo', 5 | with_context=True, 6 | invalid=False 7 | ) }} 8 | --EXCEPTION-- 9 | Twig_Error_Syntax: Unknown argument "invalid" for function "include(template, variables, with_context, ignore_missing, sandboxed)" in "index.twig" at line 4. 10 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/force_escape.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "escape" filter 3 | --TEMPLATE-- 4 | {% set foo %} 5 | foo
6 | {% endset %} 7 | 8 | {{ foo|e('html') -}} 9 | {{ foo|e('js') }} 10 | {% autoescape true %} 11 | {{ foo }} 12 | {% endautoescape %} 13 | --DATA-- 14 | return array() 15 | --EXPECT-- 16 | foo<br /> 17 | \u0020\u0020\u0020\u0020foo\u003Cbr\u0020\/\u003E\n 18 | foo
19 | -------------------------------------------------------------------------------- /html/vendor/psr/log/Psr/Log/LogLevel.php: -------------------------------------------------------------------------------- 1 | array('a', 'b'), 'items1' => array()) 15 | --EXPECT-- 16 | no a 17 | no b 18 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/basic.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "if" creates a condition 3 | --TEMPLATE-- 4 | {% if a is defined %} 5 | {{ a }} 6 | {% elseif b is defined %} 7 | {{ b }} 8 | {% else %} 9 | NOTHING 10 | {% endif %} 11 | --DATA-- 12 | return array('a' => 'a') 13 | --EXPECT-- 14 | a 15 | --DATA-- 16 | return array('b' => 'b') 17 | --EXPECT-- 18 | b 19 | --DATA-- 20 | return array() 21 | --EXPECT-- 22 | NOTHING 23 | -------------------------------------------------------------------------------- /html/day10.php: -------------------------------------------------------------------------------- 1 | $value) { 5 | $sanitized[$key] = intval($value); 6 | } 7 | 8 | $queryParts = array_map(function ($key, $value) { 9 | return $key . '=' . $value; 10 | }, array_keys($sanitized), array_values($sanitized)); 11 | 12 | $query = implode('&', $queryParts); 13 | 14 | echo "link"; 16 | show_source(__FILE__); 17 | -------------------------------------------------------------------------------- /html/day8.php: -------------------------------------------------------------------------------- 1 | $value) { 18 | echo complexStrtolower($regex, $value) . "\n"; 19 | } 20 | -------------------------------------------------------------------------------- /html/vendor/symfony/console/Tests/Fixtures/command_2.txt: -------------------------------------------------------------------------------- 1 | Usage: 2 | descriptor:command2 [options] [--] \ 3 | descriptor:command2 -o|--option_name \ 4 | descriptor:command2 \ 5 | 6 | Arguments: 7 | argument_name 8 | 9 | Options: 10 | -o, --option_name 11 | 12 | Help: 13 | command 2 help 14 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/number_format.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "number_format" filter 3 | --TEMPLATE-- 4 | {{ 20|number_format }} 5 | {{ 20.25|number_format }} 6 | {{ 20.25|number_format(2) }} 7 | {{ 20.25|number_format(2, ',') }} 8 | {{ 1020.25|number_format(2, ',') }} 9 | {{ 1020.25|number_format(2, ',', '.') }} 10 | --DATA-- 11 | return array(); 12 | --EXPECT-- 13 | 20 14 | 20 15 | 20.25 16 | 20,25 17 | 1,020,25 18 | 1.020,25 19 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/ignore_missing.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "include" function 3 | --TEMPLATE-- 4 | {{ include(["foo.twig", "bar.twig"], ignore_missing = true) }} 5 | {{ include("foo.twig", ignore_missing = true) }} 6 | {{ include("foo.twig", ignore_missing = true, variables = {}) }} 7 | {{ include("foo.twig", ignore_missing = true, variables = {}, with_context = true) }} 8 | --DATA-- 9 | return array() 10 | --EXPECT-- 11 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/error_line.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "embed" tag 3 | --TEMPLATE(index.twig)-- 4 | FOO 5 | {% embed "foo.twig" %} 6 | {% block c1 %} 7 | {{ nothing }} 8 | {% endblock %} 9 | {% endembed %} 10 | BAR 11 | --TEMPLATE(foo.twig)-- 12 | {% block c1 %}{% endblock %} 13 | --DATA-- 14 | return array() 15 | --EXCEPTION-- 16 | Twig_Error_Runtime: Variable "nothing" does not exist in "index.twig" at line 5. 17 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/multiple.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag 3 | --TEMPLATE-- 4 | {% extends "layout.twig" %}{% block content %}{{ parent() }}index {% endblock %} 5 | --TEMPLATE(layout.twig)-- 6 | {% extends "base.twig" %}{% block content %}{{ parent() }}layout {% endblock %} 7 | --TEMPLATE(base.twig)-- 8 | {% block content %}base {% endblock %} 9 | --DATA-- 10 | return array() 11 | --EXPECT-- 12 | base layout index 13 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/multiline_array_with_undefined_variable_again.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Exception for multiline array with undefined variable 3 | --TEMPLATE-- 4 | {% set foo = { 5 | foo: 'foo', 6 | bar: 'bar', 7 | 8 | 9 | foobar: foobar, 10 | 11 | 12 | 13 | foo2: foo2, 14 | } %} 15 | --DATA-- 16 | return array() 17 | --EXCEPTION-- 18 | Twig_Error_Runtime: Variable "foobar" does not exist in "index.twig" at line 7. 19 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format_interval.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "date" filter (interval support) 3 | --TEMPLATE-- 4 | {{ date2|date }} 5 | {{ date2|date('%d days') }} 6 | --DATA-- 7 | date_default_timezone_set('UTC'); 8 | $twig->getExtension('Twig_Extension_Core')->setDateFormat('Y-m-d', '%d days %h hours'); 9 | return array( 10 | 'date2' => new DateInterval('P2D'), 11 | ) 12 | --EXPECT-- 13 | 2 days 0 hours 14 | 2 days 15 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/date_namedargs.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "date" function 3 | --TEMPLATE-- 4 | {{ date(date, "America/New_York")|date('d/m/Y H:i:s P', false) }} 5 | {{ date(timezone="America/New_York", date=date)|date('d/m/Y H:i:s P', false) }} 6 | --DATA-- 7 | date_default_timezone_set('UTC'); 8 | return array('date' => mktime(13, 45, 0, 10, 4, 2010)) 9 | --EXPECT-- 10 | 04/10/2010 09:45:00 -04:00 11 | 04/10/2010 09:45:00 -04:00 12 | -------------------------------------------------------------------------------- /html/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_inheritance.test: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | "extends" tag 3 | --TEMPLATE-- 4 | {% extends "layout.twig" %} 5 | {% block inside %}INSIDE{% endblock inside %} 6 | --TEMPLATE(layout.twig)-- 7 | {% extends "base.twig" %} 8 | {% block body %} 9 | {% block inside '' %} 10 | {% endblock body %} 11 | --TEMPLATE(base.twig)-- 12 | {% block body '' %} 13 | --DATA-- 14 | return array() 15 | --EXPECT-- 16 | INSIDE 17 | -------------------------------------------------------------------------------- /html/vendor/symfony/polyfill-mbstring/README.md: -------------------------------------------------------------------------------- 1 | Symfony Polyfill / Mbstring 2 | =========================== 3 | 4 | This component provides a partial, native PHP implementation for the 5 | [Mbstring](http://php.net/mbstring) extension. 6 | 7 | More information can be found in the 8 | [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). 9 | 10 | License 11 | ======= 12 | 13 | This library is released under the [MIT license](LICENSE). 14 | --------------------------------------------------------------------------------