Searched refs:Twig_Environment (Results 1 – 12 of 12) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
H A D | Text.php | 38 …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 D | Date.php | 56 * @param Twig_Environment $env a Twig_Environment instance 62 public function diff(Twig_Environment $env, $date, $now = null)
|
H A D | Intl.php | 42 function twig_localized_date_filter(Twig_Environment $env, $date, $dateFormat = 'medium', $timeForm…
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/ |
H A D | Environment.php | 8 class Twig_Environment extends Environment class
|
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/ |
H A D | grammarTest.php | 27 …$twig = new Twig_Environment(new Twig_Loader_Array(array('template' => $template)), array('cache' …
|
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/ |
H A D | DateTest.php | 24 $this->env = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock());
|
/plugin/findologicxmlexport/ |
H A D | admin.php | 115 $twig = new Twig_Environment($loader);
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 115 * 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 D | TwigFormulaLoader.php | 28 public function __construct(\Twig_Environment $twig, LoggerInterface $logger = null)
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/ |
H A D | CoreTest.php | 21 $env = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock());
|
/plugin/findologicxmlexport/vendor/twig/extensions/doc/ |
H A D | i18n.rst | 162 $twig = new Twig_Environment($loader, array(
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | advanced.rst | 193 $filter = new \Twig\TwigFilter('rot13', function (Twig_Environment $env, $string) { 212 $filter = new \Twig\TwigFilter('rot13', function (Twig_Environment $env, $context, $string) {
|