Home
last modified time | relevance | path

Searched refs:Twig_Environment (Results 1 – 12 of 12) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php38 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep…
56 …function twig_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $pre…
78 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep…
93 …function twig_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $pre…
H A DDate.php56 * @param Twig_Environment $env a Twig_Environment instance
62 public function diff(Twig_Environment $env, $date, $now = null)
H A DIntl.php42 function twig_localized_date_filter(Twig_Environment $env, $date, $dateFormat = 'medium', $timeForm…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DEnvironment.php8 class Twig_Environment extends Environment class
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php27 …$twig = new Twig_Environment(new Twig_Loader_Array(array('template' => $template)), array('cache' …
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DDateTest.php24 $this->env = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock());
/plugin/findologicxmlexport/
H A Dadmin.php115 $twig = new Twig_Environment($loader);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG115 * fixed template name generation in Twig_Environment::createTemplate()
225 …* deprecated Twig_Environment::getLexer(), Twig_Environment::getParser(), Twig_Environment::getCom…
270 * deprecated Twig_Environment::computeAlternatives()
295 * deprecated Twig_Environment::clearCacheFiles(), Twig_Environment::getCacheFilename(),
296 Twig_Environment::writeCacheFile(), and Twig_Environment::getTemplateClassPrefix()
332 * deprecated Twig_Environment::clearTemplateCache()
588 * added Twig_Environment::mergeGlobals()
693 * added Twig_Environment::display()
917 * fixed type hinting for Twig_Environment::addFilter() method
1022 $twig = new Twig_Environment($loader);
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php28 public function __construct(\Twig_Environment $twig, LoggerInterface $logger = null)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php21 $env = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock());
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst162 $twig = new Twig_Environment($loader, array(
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst193 $filter = new \Twig\TwigFilter('rot13', function (Twig_Environment $env, $string) {
212 $filter = new \Twig\TwigFilter('rot13', function (Twig_Environment $env, $context, $string) {