Lines Matching refs:Glob
1 # Glob chapter
32 ## Glob Primer
131 ## Class: glob.Glob
133 Create a Glob object by instantiating the `glob.Glob` class.
136 var Glob = require("glob").Glob
137 var mg = new Glob(pattern, options, cb)
143 ### new glob.Glob(pattern, [options], [cb]) argument
175 Glob object, and may be re-used.
198 Glob to change pattern matching behavior. Also, some have been added,
203 All options are added to the Glob object, as well.
205 If you are running many `glob` operations, you can pass a Glob object
228 mimicking the (buggy!) behavior of Glob v7 and before on
358 Glob searching, by its very nature, is susceptible to race conditions,
374 ## Glob Logo
375 Glob's logo was created by [Tanya Brassie](http://tanyabrassie.com/). Logo files can be found [here…