Searched refs:getBaz (Results 1 – 2 of 2) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-attrs/ |
| D | README.md | 35 function getBaz () { return 'baz<>'; } 39 {name: 'baz', val: 'getBaz()', mustEscape: true }, 50 //=> '" foo=\\"bar\\"" + pugRuntime.attr("baz", getBaz(), true, true) + " quux"' 52 finalResult = Function('pugRuntime, getBaz', 55 finalResult(pugRuntime, getBaz); 64 //=> '{"foo": "bar","baz": pugRuntime.escape(getBaz()),"quux": true}' 66 finalResult = Function('pugRuntime, getBaz', 69 finalResult(pugRuntime, getBaz);
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
| D | TemplateTest.php | 692 public function getBaz() function in Twig_TemplateMethodObject
|