Searched refs:glue (Results 1 – 4 of 4) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Resources/ |
| D | core.php | 191 function twig_join_filter($value, $glue = '', $and = null) argument 195 return CoreExtension::join($value, $glue, $and);
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 829 * @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/ |
| D | README.md | 96 …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 D | lessc.inc.php | 3994 $glue = $this->break.$inner; 3995 echo $inner . implode($glue, $block->lines);
|