Home
last modified time | relevance | path

Searched refs:glue (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php750 * @param string $glue The separator
755 function twig_join_filter($value, $glue = '', $and = null) argument
767 if (null === $and || $and === $glue) {
768 return implode($glue, $value);
775 return implode($glue, \array_slice($value, 0, -1)).$and.$value[\count($value) - 1];
/template/starterpjax/
DREADME.md96 …iberately kept jquery.pjax.js (the unmolested PJAX code) and util.js (the glue between PJAX and Do…
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php3994 $glue = $this->break.$inner;
3995 echo $inner . implode($glue, $block->lines);