Home
last modified time | relevance | path

Searched refs:getBaz (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/pug-attrs/
DREADME.md35 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/
DTemplateTest.php692 public function getBaz() function in Twig_TemplateMethodObject