Home
last modified time | relevance | path

Searched refs:like (Results 501 – 525 of 1026) sorted by path

1...<<21222324252627282930>>...42

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnl2br.rst11 {{ "I like Twig.\nYou will like it too."|nl2br }}
14 I like Twig.<br />
15 You will like it too.
H A Dreplace.rst9 {{ "I like %this% and %that%."|replace({'%this%': foo, '%that%': "bar"}) }}
11 {# outputs I like foo and bar
16 {{ "I like this and --that--."|replace({'this': foo, '--that--': "bar"}) }}
18 {# outputs I like foo and bar #}
H A Dspaceless.rst54 library like Tidy is probably a better idea.
H A Dtrim.rst15 {{ ' I like Twig. '|trim }}
17 {# outputs 'I like Twig.' #}
19 {{ ' I like Twig.'|trim('.') }}
21 {# outputs ' I like Twig' #}
23 {{ ' I like Twig. '|trim(side='left') }}
25 {# outputs 'I like Twig. ' #}
27 {{ ' I like Twig. '|trim(' ', 'right') }}
29 {# outputs ' I like Twig.' #}
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dtemplate_from_string.rst27 takes a template as an argument (like the ``embed`` or ``extends`` tags).
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst61 runtime engine; install it like any other PHP extensions:
H A Dinternals.rst80 the basic nodes like: ``for``, ``if``, ... and the expression nodes.
H A Dintro.rst24 Twig is used by many Open-Source projects like Symfony, Drupal8, eZPublish,
25 phpBB, Piwik, OroCRM; and many frameworks have support for it as well like
H A Drecipes.rst37 However, this code won't find all deprecations (like using deprecated some Twig
38 classes). To catch all notices, register a custom error handler like the one
191 // Smarty like
201 When Twig encounters a variable like ``article.title``, it tries to find a
206 ``__isset()`` magic method like shown in the following snippet of code::
337 checks like allowed methods on objects).
H A Dtemplates.rst84 When the attribute contains special characters (like ``-`` that would be
252 well as things like blocks. Control structures appear inside ``{% ... %}``
367 A child template might look like this:
410 more advanced features like block nesting, scope, dynamic inheritance, and
591 backslash (``\``) -- like in ``'It\'s good'``. If the string contains a
847 The first newline after a template tag is removed automatically (like in PHP.)
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst58 Functions returning template data (like :doc:`macros<macro>` and
H A Ddo.rst7 The ``do`` tag works exactly like the regular variable expression (``{{ ...
H A Dembed.rst9 It allows you to include another template's contents, just like ``include``
11 included template, like when extending a template.
32 anywhere you like.
H A Dextends.rst44 A child template might look like this:
H A Dfor.rst103 counting the users not iterated over. Keep in mind that properties like
110 condition like ``loop.index > 4`` won't work as the index is only
H A Dif.rst48 For multiple branches ``elseif`` and ``else`` can be used like in PHP. You can
H A Dset.rst13 After the ``set`` call, the ``foo`` variable is available in the template like
H A Dspaceless.rst35 library like Tidy is probably a better idea.
H A Duse.rst38 ``blocks.html`` into the current template (it's like macros, but for blocks):
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray.test26 {# arrays can have a trailing , like in PHP #}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnl2br.test4 {{ "I like Twig.\nYou will like it too.\n\nEverybody like it!"|nl2br }}
9 I like Twig.<br />
10 You will like it too.<br />
12 Everybody like it!
H A Dreplace.test5 {{ 'I like single replace operation only %that%'|replace({'%that%' : '%that%1'}) }}
6 {{ 'I like %this% and %that%.'|replace(traversable) }}
11 I like single replace operation only %that%1
12 I like foo and bar.
H A Dtrim.test4 {{ " I like Twig. "|trim }}
7 {{ "xxxI like Twig.xxx"|trim(character_mask="x", side="left") }}
8 {{ "xxxI like Twig.xxx"|trim(side="right", character_mask="x") }}
9 {{ "xxxI like Twig.xxx"|trim("x", "right") }}
16 I like Twig.
19 I like Twig.xxx
20 xxxI like Twig.
21 xxxI like Twig.
/plugin/firenews/
H A DLICENSE312 If the program is interactive, make it output a short notice like this
/plugin/flattr/
H A DCOPYING313 If the program is interactive, make it output a short notice like this

1...<<21222324252627282930>>...42