[default: "\style\>"]
2 |
--------------------------------------------------------------------------------
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bar/services.yml:
--------------------------------------------------------------------------------
1 | services:
2 | AppBundle\Foo:
3 | arguments:
4 | - !service {class: AppBundle\Bar }
5 |
--------------------------------------------------------------------------------
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/foo/services.yml:
--------------------------------------------------------------------------------
1 | services:
2 | AppBundle\Hello:
3 | arguments:
4 | - !service {class: AppBundle\World}
5 |
--------------------------------------------------------------------------------
/src/Symfony/Component/Intl/Resources/data/scripts/en_AU.json:
--------------------------------------------------------------------------------
1 | {
2 | "Version": "2.1.48.43",
3 | "Names": {
4 | "Beng": "Bengali",
5 | "Thai": "Thai"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/src/Symfony/Component/Intl/Resources/data/scripts/en_IN.json:
--------------------------------------------------------------------------------
1 | {
2 | "Version": "2.1.49.14",
3 | "Names": {
4 | "Beng": "Bengali",
5 | "Orya": "Oriya"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/src/Symfony/Component/Intl/Resources/data/scripts/es_US.json:
--------------------------------------------------------------------------------
1 | {
2 | "Version": "2.1.47.86",
3 | "Names": {
4 | "Hanb": "hanb",
5 | "Mlym": "malayálam"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/src/Symfony/Component/Translation/Tests/fixtures/empty-translation.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tweichart/symfony/4.4/src/Symfony/Component/Translation/Tests/fixtures/empty-translation.mo
--------------------------------------------------------------------------------
/src/Symfony/Component/VarExporter/Tests/Fixtures/multiline-string.php:
--------------------------------------------------------------------------------
1 | 'B'."\r"
6 | .'C'."\n"
7 | ."\n",
8 | ];
9 |
--------------------------------------------------------------------------------
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation.phar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tweichart/symfony/4.4/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation.phar
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/money_widget.html.php:
--------------------------------------------------------------------------------
1 | formEncodeCurrency($money_pattern, $view['form']->block($form, 'form_widget_simple')) ?>
2 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_widget.html.php:
--------------------------------------------------------------------------------
1 | block($form, 'form_widget_simple', ['type' => isset($type) ? $type : 'password']) ?>
2 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflows_enabled.php:
--------------------------------------------------------------------------------
1 | loadFromExtension('framework', [
4 | 'workflows' => null,
5 | ]);
6 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/session_cookie_secure_auto.yml:
--------------------------------------------------------------------------------
1 | framework:
2 | session:
3 | handler_id: ~
4 | cookie_secure: auto
5 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_php_translator_enabled.yml:
--------------------------------------------------------------------------------
1 | framework:
2 | translator: true
3 | templating:
4 | engines: [php]
5 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/BarMessage.php:
--------------------------------------------------------------------------------
1 |
4 | How are you?:
5 | >
6 | Where do you come from?:
7 | >
8 |
--------------------------------------------------------------------------------
/src/Symfony/Component/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 |
--------------------------------------------------------------------------------
/src/Symfony/Component/Debug/Tests/Fixtures/ClassAlias.php:
--------------------------------------------------------------------------------
1 |
2 | |
3 |
4 | widget($form); ?>
5 | |
6 |
7 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_disabled.php:
--------------------------------------------------------------------------------
1 | loadFromExtension('framework', [
4 | 'templating' => false,
5 | ]);
6 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/web_link.php:
--------------------------------------------------------------------------------
1 | loadFromExtension('framework', [
4 | 'web_link' => ['enabled' => true],
5 | ]);
6 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_php_translator_disabled.yml:
--------------------------------------------------------------------------------
1 | framework:
2 | translator: false
3 | templating:
4 | engines: [php]
5 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.md:
--------------------------------------------------------------------------------
1 | twig.form.resources
2 | ===================
3 |
4 | ["bootstrap_3_horizontal_layout.html.twig","bootstrap_3_layo...
5 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/WarmedClass.php:
--------------------------------------------------------------------------------
1 |
2 | rest($form) ?>
3 |
4 |
5 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/textarea_widget.html.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.md:
--------------------------------------------------------------------------------
1 |
2 | - Type: `function`
3 | - Name: `method`
4 | - Class: `Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\CallableClass`
5 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.json:
--------------------------------------------------------------------------------
1 | {
2 | "type": "object",
3 | "name": "Symfony\\Bundle\\FrameworkBundle\\Tests\\Console\\Descriptor\\CallableClass"
4 | }
5 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TemplatePathsCache/templates.php:
--------------------------------------------------------------------------------
1 | __DIR__.'/../path/to/template.html.twig',
3 | );
4 |
--------------------------------------------------------------------------------
/src/Symfony/Component/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 |
--------------------------------------------------------------------------------
/src/Symfony/Component/Intl/Resources/data/regions/xh.json:
--------------------------------------------------------------------------------
1 | {
2 | "Version": "2.1.49.82",
3 | "Names": {
4 | "MK": "uMntla Macedonia",
5 | "ZA": "eMzantsi Afrika"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/src/Symfony/Component/Routing/Tests/Fixtures/localized/missing-locale-in-importer.yml:
--------------------------------------------------------------------------------
1 | ---
2 | importing_with_missing_prefix:
3 | resource: ./localized-route.yml
4 | prefix:
5 | nl: /prefix
6 |
--------------------------------------------------------------------------------
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_corrupted.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tweichart/symfony/4.4/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_corrupted.gif
--------------------------------------------------------------------------------
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_landscape.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tweichart/symfony/4.4/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_landscape.gif
--------------------------------------------------------------------------------
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_portrait.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tweichart/symfony/4.4/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_portrait.gif
--------------------------------------------------------------------------------
/src/Symfony/Component/Yaml/Tests/Fixtures/nullMappingKey.yml:
--------------------------------------------------------------------------------
1 | --- %YAML:1.0
2 | test: Miscellaneous
3 | spec: 2.21
4 | yaml: |
5 | null: ~
6 | php: |
7 | [
8 | 'null' => null,
9 | ]
10 |
--------------------------------------------------------------------------------
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/autoload.php:
--------------------------------------------------------------------------------
1 | start($form) ?>
2 | widget($form) ?>
3 | end($form) ?>
4 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/no_annotations_cache.yml:
--------------------------------------------------------------------------------
1 | imports:
2 | - { resource: config.yml }
3 |
4 | framework:
5 | annotations:
6 | cache: none
7 |
--------------------------------------------------------------------------------
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/HotPath/C2.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | widget($form); ?>
4 | |
5 |
6 |
--------------------------------------------------------------------------------
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Author.php:
--------------------------------------------------------------------------------
1 | Arguments:
2 |