Searched +defs:template +defs:string (Results 1 – 4 of 4) sorted by relevance
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Helpers.php | 223 public function helperIf($template, $context, $args, $source) 296 public function helperEach($template, $context, $args, $source) 367 private function renderElse($template, $context) 391 public function helperUnless($template, $context, $args, $source) 418 public function helperWith($template, $context, $args, $source) 441 public function helperBindAttr($template, $context, $args, $source) 459 public function helperUpper($template, $context, $args, $source) 477 public function helperLower($template, $context, $args, $source) 495 public function helperCapitalize($template, $context, $args, $source) 513 public function helperCapitalizeWords($template, $context, $args, $source) [all …]
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 996 function twig_trim_filter($string, $characterMask = null, $side = 'both') 1021 function twig_nl2br($string) 1045 function twig_convert_encoding($string, $to, $from) 1093 function twig_upper_filter(Environment $env, $string) 1105 function twig_lower_filter(Environment $env, $string) 1118 function twig_striptags($string, $allowable_tags = null) 1130 function twig_title_string_filter(Environment $env, $string) 1146 function twig_capitalize_string_filter(Environment $env, $string) 1156 function twig_call_macro(Template $template, string $method, array $args, int $lineno, array $conte… 1258 function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, …
|
| /template/strap/ComboStrap/ |
| H A D | Site.php | 227 public static function setXhtmlRenderer(string $string) argument 497 public static function setTemplate($template)
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 3010 function quote(string){escapable.lastIndex=0; argument 4228 var propRepsMap={"boolean":this.propNumberTag,number:this.propNumberTag,string:this.propStringTag,o… property 7115 Firebug.CSSStyleSheetPanel.prototype=extend(Firebug.SourceBoxPanel,{template:domplate({tag:DIV({"cl… property 7406 …}CSSElementPanel.prototype=extend(Firebug.CSSStyleSheetPanel.prototype,{template:domplate({cascade… property 7496 …(){}CSSComputedElementPanel.prototype=extend(CSSElementPanel.prototype,{template:domplate({compute… property
|