Home
last modified time | relevance | path

Searched refs:__toString (Results 251 – 275 of 352) sorted by path

1...<<1112131415

/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DArray.php17 public function __toString() function in Twig_Extensions_Grammar_Array
H A DBody.php26 public function __toString() function in Twig_Extensions_Grammar_Body
H A DBoolean.php17 public function __toString() function in Twig_Extensions_Grammar_Boolean
H A DConstant.php25 public function __toString() function in Twig_Extensions_Grammar_Constant
H A DExpression.php17 public function __toString() function in Twig_Extensions_Grammar_Expression
H A DHash.php17 public function __toString() function in Twig_Extensions_Grammar_Hash
H A DNumber.php17 public function __toString() function in Twig_Extensions_Grammar_Number
H A DOptional.php27 public function __toString() function in Twig_Extensions_Grammar_Optional
H A DSwitch.php17 public function __toString() function in Twig_Extensions_Grammar_Switch
H A DTag.php27 public function __toString() function in Twig_Extensions_Grammar_Tag
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG24 __toString() method on an object was possible even if not allowed by the
133 not implement \Countable but provides __toString()
134 * "empty" test will now consider the return value of the __toString() method for
135 objects implement __toString() but not \Countable
391 * removed the __toString policy check when the sandbox is disabled
875 …* fixed sandbox mode (__toString() method check was not enforced if called implicitly from complex…
893 * fixed objects with __toString() not being autoescaped
943 …* fixed sandbox mode (__toString() method check was not enforced if called implicitly from a simpl…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst94 ``__toString()`` method that you can use to display the generated nodes
H A Dinternals.rst53 As the stream has a ``__toString()`` method, you can have a textual
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dlength.rst6 Support for the ``__toString()`` magic method has been added in Twig 1.33.
14 For objects that implement the ``__toString()`` magic method (and not ``Countable``),
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dempty.rst6 Support for the ``__toString()`` magic method has been added in Twig 1.33.
14 For objects that implement the ``__toString()`` magic method (and not ``Countable``),
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DMarkup.php30 public function __toString() function in Twig\\Markup
H A DTemplate.php52 public function __toString() function in Twig\\Template
H A DToken.php54 public function __toString() function in Twig\\Token
H A DTokenStream.php54 public function __toString() function in Twig\\TokenStream
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php55 public function __toString() function in Twig\\Node\\Node
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php339 public function __toString() function in FooObject
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dlength.test20 'countable' => new CountableStub(42), /* also asserts we do *not* call __toString() */
21 …' => new IteratorAggregateStub(['a', 'b', 'c']), /* also asserts we do *not* call __toString() */
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dobjects.test17 public function __toString()
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php300 public function __toString() function in ToStringStub
325 public function __toString() function in CountableStub
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DArrayTest.php135 public function __toString() function in Twig_Test_Loader_TemplateReference

1...<<1112131415