Searched refs:glue (Results 1 – 3 of 3) sorted by relevance
750 * @param string $glue The separator755 function twig_join_filter($value, $glue = '', $and = null) argument767 if (null === $and || $and === $glue) {768 return implode($glue, $value);775 return implode($glue, \array_slice($value, 0, -1)).$and.$value[\count($value) - 1];
96 …iberately kept jquery.pjax.js (the unmolested PJAX code) and util.js (the glue between PJAX and Do…
3994 $glue = $this->break.$inner;3995 echo $inner . implode($glue, $block->lines);