Lines Matching refs:source
218 * @param string $source part of template that is wrapped
223 public function helperIf($template, $context, $args, $source) argument
225 $tpl = $template->getEngine()->loadString('{{#if ' . $args . '}}' . $source . '{{/if}}');
291 * @param string $source part of template that is wrapped
296 public function helperEach($template, $context, $args, $source) argument
386 * @param string $source part of template that is wrapped
391 public function helperUnless($template, $context, $args, $source) argument
413 * @param string $source part of template that is wrapped
418 public function helperWith($template, $context, $args, $source) argument
436 * @param string $source part of template that is wrapped
441 public function helperBindAttr($template, $context, $args, $source) argument
454 * @param string $source part of template that is wrapped
459 public function helperUpper($template, $context, $args, $source) argument
472 * @param string $source part of template that is wrapped
477 public function helperLower($template, $context, $args, $source) argument
490 * @param string $source part of template that is wrapped
495 public function helperCapitalize($template, $context, $args, $source) argument
508 * @param string $source part of template that is wrapped
513 public function helperCapitalizeWords($template, $context, $args, $source) argument
526 * @param string $source part of template that is wrapped
531 public function helperReverse($template, $context, $args, $source) argument
544 * @param string $source part of template that is wrapped
549 public function helperFormatDate($template, $context, $args, $source) argument
576 * @param string $source part of template that is wrapped
581 public function helperInflect($template, $context, $args, $source) argument
600 * @param string $source part of template that is wrapped
605 public function helperDefault($template, $context, $args, $source) argument
622 * @param string $source part of template that is wrapped
627 public function helperTruncate($template, $context, $args, $source) argument
648 * @param string $source part of template that is wrapped
653 public function helperRaw($template, $context, $args, $source) argument
655 return $source;
669 * @param string $source part of template that is wrapped
674 public function helperRepeat($template, $context, $args, $source) argument
698 * @param string $source part of template that is wrapped
703 public function helperDefine($template, $context, $args, $source) argument
725 * @param string $source part of template that is wrapped
730 public function helperInvoke($template, $context, $args, $source) argument