Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug/lib/
Dindex.js43 function applyPlugins(value, options, plugins, name) { function
99 var contents = applyPlugins(str, {filename: options.filename}, plugins, 'preLex');
100 return applyPlugins(lex(contents, lexOptions), options, plugins, 'postLex');
114 tokens = applyPlugins(tokens, options, plugins, 'preParse');
125 return applyPlugins(
126 applyPlugins(parse(tokens, parseOptions), options, plugins, 'postParse'),
154 ast = applyPlugins(ast, options, plugins, 'postLoad');
155 ast = applyPlugins(ast, options, plugins, 'preFilters');
168 ast = applyPlugins(ast, options, plugins, 'postFilters');
169 ast = applyPlugins(ast, options, plugins, 'preLink');
[all …]