Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/
Dclean.js65 CleanCSS.prototype.minify = function (input, maybeSourceMap, maybeCallback) { argument
77 return minify(input, options, maybeSourceMap, maybeCallback);
81 function minify(input, options, maybeSourceMap, maybeCallback) { argument
85 var callback = typeof maybeCallback == 'function' ?
86 maybeCallback :
/plugin/asciidocjs/node_modules/fs.realpath/
Dold.js65 function maybeCallback(cb) { function
185 cb = maybeCallback(cache);