Home
last modified time | relevance | path

Searched refs:variable (Results 251 – 275 of 464) sorted by path

1...<<111213141516171819

/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG83 * made variable names deterministic in compiled templates
302 * fixed variable names for the deprecation triggering code
419 * fixed the possibility to have a variable named 'matches'
449 * fixed getting a numeric-like item on a variable ('09' for instance)
486 * added a syntax error when using a loop variable that is not defined
496 * optimized variable access on PHP 5.4
683 * optimized variable access when using PHP 5.4
858 * the self special variable has been renamed to _self
874 * changed trans tag to accept any variable for the plural count
899 * added the special _charset variable to reference the current charset
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst114 A global variable is like any other template variable, except that it's
120 You can then use the ``text`` variable anywhere in a template:
378 If you want to pass a variable number of positional or named arguments to the
913 To overload an already defined filter, test, operator, global variable, or
H A Dadvanced_legacy.rst115 A global variable is like any other template variable, except that it's
121 You can then use the ``text`` variable anywhere in a template:
H A Dapi.rst419 * Expressions which the result is always a literal or a variable marked safe
568 removing the ``loop`` variable creation whenever possible.
H A Dcoding_standards.rst85 * Use lower cased and underscored variable names:
H A Ddeprecated.rst183 * As of Twig 2.x, the ability to register a global variable after the runtime
187 * As of Twig 1.x, using the ``_self`` global variable to get access to the
H A Drecipes.rst67 any valid expression, you can pass a variable that evaluates to ``true`` when
82 instance, the name can depend on the value of a variable:
201 When Twig encounters a variable like ``article.title``, it tries to find a
233 parent context is always accessible via the ``loop.parent`` variable. For
265 In the inner loop, the ``loop.parent`` variable is used to access the outer
267 is accessible via the ``loop.parent.loop.index`` variable.
305 saving it. If the template code is stored in a `$template` variable, here is
H A Dtemplates.rst75 You can use a dot (``.``) to access attributes of a variable (methods or
86 access the variable attribute:
123 If you want to access a dynamic attribute of a variable, use the
151 variable by a pipe symbol (``|``) and may have optional arguments in
255 For example, to display a list of users provided in a variable called
436 variables if needed. What to escape? Any variable you don't trust.
438 Escaping works by piping the variable through the
485 variable you have to use a trick.
487 The easiest way is to output the variable delimiter (``{{``) by using a variable
548 special ``varargs`` variable as a list of values.
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddefault.rst5 undefined or empty, otherwise the value of the variable:
18 method calls, be sure to use the ``default`` filter whenever a variable can be
H A Descape.rst65 When using automatic escaping, Twig tries to not double-escape a variable
67 escape filter; but that does not work when using a variable as the
79 When using a variable as the escaping strategy, you should disable
H A Draw.rst5 environment with automatic escaping enabled this variable will not be escaped
H A Dslice.rst47 variable. If start is negative, the sequence will start that far from the end
48 of the variable.
51 many elements in it. If the variable is shorter than the length, then only the
52 available variable elements will be present. If length is given and is
54 variable. If it is omitted, then the sequence will have everything from offset
55 up until the end of the variable.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst8 variable:
H A Ddump.rst7 The ``dump`` function dumps information about a template variable. This is
H A Dinclude.rst32 {# only the foo variable will be accessible #}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Ddo.rst7 The ``do`` tag works exactly like the regular variable expression (``{{ ...
H A Dextends.rst150 Twig supports dynamic inheritance by using a variable as the base template:
156 If the variable evaluates to a ``\Twig\Template`` or a ``\Twig\TemplateWrapper``
190 if the ``standalone`` variable evaluates to ``true``, and "base.html"
H A Dfor.rst5 provided in a variable called ``users``:
53 The `loop` variable
102 The advantage is that the special loop variable will count correctly thus not
108 Using the ``loop`` variable within the condition is not recommended as it
H A Dif.rst29 If you want to test if the variable is defined, use ``if users is
H A Dimport.rst8 into a variable or request specific macros from it.
22 The easiest and most flexible is importing the whole module into a variable.
54 To import macros from the current file, use the special ``_self`` variable
H A Dinclude.rst23 * The rendered template can be more easily stored in a variable when using
56 {# only the foo variable will be accessible #}
H A Dmacro.rst40 special ``varargs`` variable as a list of values.
48 ``_context`` variable.
63 the ``forms`` variable.
73 special ``_self`` variable to import them:
H A Dset.rst7 Here is how you can assign the ``bar`` value to the ``foo`` variable:
13 After the ``set`` call, the ``foo`` variable is available in the template like
58 Note that loops are scoped in Twig; therefore a variable declared inside a
69 If you want to access the variable, just declare it before the loop:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst7 ``constant`` checks if a variable has the exact same value as a constant. You
H A Ddefined.rst4 ``defined`` checks if a variable is defined in the current context. This is very
9 {# defined works with variable names #}

1...<<111213141516171819