Home
last modified time | relevance | path

Searched refs:one (Results 576 – 600 of 1245) sorted by path

1...<<21222324252627282930>>...50

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml47 This has one newline.
51 same as "clipped" above: "This has one newline.\n"
68 'clipped' => "This has one newline.\n",
69 'same as "clipped" above' => "This has one newline.\n",
149 This has one newline.
153 same as "clipped" above: "This has one newline.\n"
170 'clipped' => "This has one newline.\n",
171 'same as "clipped" above' => "This has one newline.\n",
H A DYtsSpecificationExamples.yml1048 flow: { one: 1, two: 2 }
1049 spanning: { one: 1,
1181 not start with one.
1221 one paragraph: >
1293 and one
1338 and one
1368 flow: [ one, two ]
1369 spanning: [ one,
1372 - one
1387 one: 1
[all …]
H A DYtsTypeTransfers.yml6 unless it belongs to one of the groups below
91 i know where i want my line breaks: "one here\nand another here\n"
94 'i know where i want my line breaks' => "one here\nand another here\n"
H A DescapedCharacters.yml143 { double: "some value\n \"some quoted string\" and 'some single quotes one'" }
146 'double' => "some value\n \"some quoted string\" and 'some single quotes one'"
H A DnumericMappingKeys.yml15 1: one
20 1 => 'one',
H A DsfTests.yml2 test: Multiple quoted string on one line
4 Multiple quoted string on one line
H A DunindentedCollections.yml32 - one
36 ['collection' => ['key' => ['subkey' => ['one', 'two', 'three']]]]
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst7 The ``i18n`` extension adds `gettext`_ support to Twig. It defines one tag,
81 Hey {{ name }}, I have one apple.
95 Hey {{ name }}, I have one apple.
125 Hey {{ name }}, I have one apple.
H A Dintl.rst35 * ``date_format``: The date format. Choose one of these formats:
54 which corresponds to IntlDateFormatter::GREGORIAN. Choose one of these formats:
92 * ``style``: Optional number format (default: 'decimal'). Choose one of these formats:
102 * ``type``: Optional formatting type to use (default: 'default'). Choose one of these types:
H A Dtext.rst34 The default separator is "\\n", but you can easily change that by providing one:
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG267 * deprecated the possibility to override an extension by registering another one with the same name
413 * allowed operators that contain whitespaces to have more than one whitespace
458 * fixed a security issue in the filesystem loader where it was possible to include a template one
495 * fixed escaping when calling a macro inside another one (regression introduced in 1.9.1)
595 * fixed a regression when a template only extends another one without defining any blocks
628 …s, filters, tests, and functions management in Twig_Environment when a new one or new extension is…
728 …* changed name regex to match PHP one "[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" (works for blocks…
848 …d a syntax error exception when parent block is used on a template that does not extend another one
883 * fixed child templates (with an extend tag) that uses one or more imports
1007 * fixed loop.last when the array only has one item
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst145 // the one below needs a runtime implementation (see below for more information)
149 of the filter you will use in templates and the second one is the PHP callable
205 the first argument to the filter call (or the second one if
266 A dynamic filter can define more than one dynamic parts::
285 deprecated one when that makes sense::
364 node class has access to one sub-node called 'node'. This sub-node contains the
499 * ``next()``: Moves to the next token in the stream, *but returns the old one*.
935 Here, we have overloaded the built-in ``date`` filter with a custom one.
H A Dadvanced_legacy.rst281 A dynamic filter can define more than one dynamic parts::
348 A dynamic function can define more than one dynamic parts::
439 * ``next()``: Moves to the next token in the stream, *but returns the old one*.
726 ``$this``, the current extension object. The second one is the name of the
737 them by creating your own extension. Just use the same names as the one you
761 Here, we override the ``date`` filter with a custom one. Using this extension
H A Dapi.rst16 Most applications will create one ``\Twig\Environment`` object on application
67 You can also load and render the template in one fell swoop::
215 the directory might be different from the one used on production servers)::
475 by a policy instance. By default, Twig comes with one policy class:
H A Dcoding_standards.rst7 * Put one (and only one) space after the start of a delimiter (``{{``, ``{%``,
25 * Put one (and only one) space before and after the following operators:
37 * Put one (and only one) space after the ``:`` sign in hashes and ``,`` in
92 * Indent your code inside tags (use the same indentation as the one used for
H A Drecipes.rst38 classes). To catch all notices, register a custom error handler like the one
108 directory *replaces* another one from a directory further in the list.
292 If you register more than one callback, Twig will call them in turn until one
313 // $template contains one or more syntax errors
325 // $template contains one or more syntax errors
487 This recipe is the continuation of the previous one. Even if you store the
547 * Changing the delimiters of one of the template engines (depending on which
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dconvert_encoding.rst7 The ``convert_encoding`` filter converts a string from one encoding to
8 another. The first argument is the expected output charset and the second one
17 This filter relies on the `iconv`_ or `mbstring`_ extension, so one of
H A Ddate.rst49 If no format is provided, Twig will use the default one: ``F j, Y H:i``. This
52 dates and the second one is the default format for date intervals:
65 By default, the date is displayed by applying the default timezone (the one
H A Descape.rst66 when the automatic escaping strategy is the same as the one applied by the
95 used in the ``escape`` call) and the second one must be a valid PHP callable:
H A Dround.rst17 The ``round`` filter takes two optional arguments; the first one specifies the
H A Dsplit.rst12 {% set foo = "one,two,three"|split(',') %}
13 {# foo contains ['one', 'two', 'three'] #}
27 {% set foo = "one,two,three,four,five"|split(',', 3) %}
28 {# foo contains ['one', 'two', 'three,four,five'] #}
31 chunks. Length is set by the ``limit`` argument (one character by default).
H A Dstriptags.rst5 by one space:
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst25 The resolution algorithm is the same as the one used for the ``.``
H A Dblock.rst21 The ``block`` function can also be used to display one block from another
H A Ddate.rst18 The argument must be in one of PHP’s supported `date and time formats`_.

1...<<21222324252627282930>>...50