Lines Matching refs:Glob
72 return new Glob(pattern, options, cb)
98 var g = new Glob(pattern, options)
115 glob.Glob = Glob
116 inherits(Glob, EE)
117 function Glob (pattern, options, cb) { class
129 if (!(this instanceof Glob))
130 return new Glob(pattern, options, cb)
185 Glob.prototype._finish = function () {
186 assert(this instanceof Glob)
197 Glob.prototype._realpath = function () {
217 Glob.prototype._realpathSet = function (index, cb) {
251 Glob.prototype._mark = function (p) {
255 Glob.prototype._makeAbs = function (f) {
259 Glob.prototype.abort = function () {
264 Glob.prototype.pause = function () {
271 Glob.prototype.resume = function () {
295 Glob.prototype._process = function (pattern, index, inGlobStar, cb) {
296 assert(this instanceof Glob)
368 Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) {
375 Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, …
454 Glob.prototype._emitMatch = function (index, e) {
492 Glob.prototype._readdirInGlobStar = function (abs, cb) {
525 Glob.prototype._readdir = function (abs, inGlobStar, cb) {
559 Glob.prototype._readdirEntries = function (abs, entries, cb) {
581 Glob.prototype._readdirError = function (f, er, cb) {
623 Glob.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar, cb) {
631 Glob.prototype._processGlobStar2 = function (prefix, read, abs, remain, index, inGlobStar, entries,…
671 Glob.prototype._processSimple = function (prefix, index, cb) {
679 Glob.prototype._processSimple2 = function (prefix, index, er, exists, cb) {
769 Glob.prototype._stat2 = function (f, abs, er, stat, cb) {