Home
last modified time | relevance | path

Searched refs:true (Results 3451 – 3475 of 6699) sorted by path

1...<<131132133134135136137138139140>>...268

/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG236 * fixed reserved keywords (forbids true, false, null and none keywords for variables names)
576 …* changed the autoescape option to also accept a supported escaping strategy (for BC, true is equi…
706 * added cache reloading when auto_reload is true and an extension has been modified
803 * the "autoescape" first argument is now "true"/"false" (instead of "on"/"off")
974 'escape' => array('twig_escape_filter', true),
978 'escape' => new Twig_Filter_Function('twig_escape_filter', array('needs_environment' => true)),
1021 … $loader = new Twig_Loader_Filesystem('/path/to/templates', '/path/to/compilation_cache', true);
1029 'auto_reload' => true,
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst190 ``needs_environment`` option to ``true``; Twig will pass the current
198 }, ['needs_environment' => true]);
206 ``needs_environment`` is also set to ``true``)::
210 }, ['needs_context' => true]);
214 }, ['needs_context' => true, 'needs_environment' => true]);
245 }, ['is_variadic' => true]);
284 to ``true``. You can also give an alternative filter that replaces the
289 }, ['deprecated' => true, 'alternative' => 'new_one']);
328 return true;
331 return true;
[all …]
H A Dadvanced_legacy.rst228 ``needs_environment`` option to ``true``::
230 $filter = new Twig_Filter_Function('str_rot13', ['needs_environment' => true]);
H A Dapi.rst87 $twig = new \Twig\Environment($loader, ['debug' => true]);
93 When set to ``true``, the generated templates have a
122 replace them with a ``null`` value. When set to ``true``, Twig throws an
127 If set to ``true``, HTML auto-escaping will be enabled by
128 default for all templates (default to ``true``).
305 * Returns true if the template is still fresh.
313 The ``isFresh()`` method must return ``true`` if the current cached template
510 You can sandbox all templates by passing ``true`` as the second argument of
513 $sandbox = new \Twig\Extension\SandboxExtension($policy, true);
H A Dcoding_standards.rst35 {{ true ? true : false }}
98 {% if true %}
99 true
H A Ddeprecated.rst209 * As of Twig 1.21, setting the environment option ``autoescape`` to ``true`` is
H A Dinternals.rst131 …escape_filter($this->env, (isset($context["name"]) ? $context["name"] : null), "html", null, true);
H A Drecipes.rst67 any valid expression, you can pass a variable that evaluates to ``true`` when
222 return true;
365 opcache_invalidate($file, true);
H A Dtemplates.rst620 * ``true`` / ``false``: ``true`` represents the true value, ``false``
672 * ``and``: Returns true if the left and the right operands are both true.
674 * ``or``: Returns true if the left or the right operand is true.
720 It returns ``true`` if the left operand is contained in the right:
724 {# returns true #}
871 {%- if true -%}
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dreverse.rst22 them as well, pass ``true`` as an argument to the ``reverse`` filter:
32 {% for key, value in {1: "a", 2: "b", 3: "c"}|reverse(true) %}
H A Durl_encode.rst28 ``true`` as the first parameter) or the `http_build_query`_ function. Note
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst22 'debug' => true,
H A Dinclude.rst58 {{ include('sidebar.html', ignore_missing = true) }}
75 {{ include('page.html', sandboxed = true) }}
H A Dsource.rst22 {{ source('template.html', ignore_missing = true) }}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst34 {% autoescape true %}
43 {% autoescape true js %}
H A Dextends.rst190 if the ``standalone`` variable evaluates to ``true``, and "base.html"
257 what will be rendered when the condition is ``true``.
H A Dfor.rst111 incremented when the condition is true (so the condition will never
H A Dif.rst7 ``true``:
63 The rules to determine if an expression is ``true`` or ``false`` are the
71 NAN (Not A Number) true
72 INF (Infinity) true
73 whitespace-only string true
77 non-empty array true
78 object true
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Deven.rst4 ``even`` returns ``true`` if the given number is even:
H A Diterable.rst11 {# evaluates to true if the foo variable is iterable #}
H A Dnull.rst4 ``null`` returns ``true`` if the variable is ``null``:
H A Dodd.rst4 ``odd`` returns ``true`` if the given number is odd:
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DAutoloader.php32 spl_autoload_register([__CLASS__, 'autoload'], true, $prepend);
H A DTokenParserBroker.php33 public function __construct($parsers = [], $brokers = [], $triggerDeprecationError = true)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DString.php51 return true;
61 return true;

1...<<131132133134135136137138139140>>...268