Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Resources/
Dcore.php191 function twig_join_filter($value, $glue = '', $and = null) argument
195 return CoreExtension::join($value, $glue, $and);
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php829 * @param string $glue The separator
834 public static function join($value, $glue = '', $and = null): string argument
846 if (null === $and || $and === $glue) {
847 return implode($glue, $value);
854 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);