Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/filelist/
Dindex.js26 , globSync; variable
184 globSync = function (pat, opts) { function
292 var matches = globSync(item.path, item.options);
316 matches = globSync(pat);
/plugin/asciidocjs/node_modules/glob/
Dsync.js1 module.exports = globSync
2 globSync.GlobSync = GlobSync
18 function globSync (pattern, options) { function
Dglob.js51 var globSync = require('./sync.js') variable
69 return globSync(pattern, options)
75 glob.sync = globSync
76 var GlobSync = glob.GlobSync = globSync.GlobSync