Lines Matching defs:source

50         "raw",                  // Return the source as is without converting
218 * @param string $source part of template that is wrapped
223 public function helperIf($template, $context, $args, $source)
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)
386 * @param string $source part of template that is wrapped
391 public function helperUnless($template, $context, $args, $source)
413 * @param string $source part of template that is wrapped
418 public function helperWith($template, $context, $args, $source)
436 * @param string $source part of template that is wrapped
441 public function helperBindAttr($template, $context, $args, $source)
454 * @param string $source part of template that is wrapped
459 public function helperUpper($template, $context, $args, $source)
472 * @param string $source part of template that is wrapped
477 public function helperLower($template, $context, $args, $source)
490 * @param string $source part of template that is wrapped
495 public function helperCapitalize($template, $context, $args, $source)
508 * @param string $source part of template that is wrapped
513 public function helperCapitalizeWords($template, $context, $args, $source)
526 * @param string $source part of template that is wrapped
531 public function helperReverse($template, $context, $args, $source)
544 * @param string $source part of template that is wrapped
549 public function helperFormatDate($template, $context, $args, $source)
576 * @param string $source part of template that is wrapped
581 public function helperInflect($template, $context, $args, $source)
600 * @param string $source part of template that is wrapped
605 public function helperDefault($template, $context, $args, $source)
622 * @param string $source part of template that is wrapped
627 public function helperTruncate($template, $context, $args, $source)
641 * Return the data source as is
648 * @param string $source part of template that is wrapped
653 public function helperRaw($template, $context, $args, $source)
655 return $source;
669 * @param string $source part of template that is wrapped
674 public function helperRepeat($template, $context, $args, $source)
698 * @param string $source part of template that is wrapped
703 public function helperDefine($template, $context, $args, $source)
725 * @param string $source part of template that is wrapped
730 public function helperInvoke($template, $context, $args, $source)