Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
Dminimatch.js2 minimatch.Minimatch = Minimatch
9 var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}
81 m.Minimatch = function Minimatch (pattern, options) { class
82 return new orig.Minimatch(pattern, ext(def, options))
84 m.Minimatch.defaults = function defaults (options) {
85 return orig.defaults(ext(def, options)).Minimatch
111 Minimatch.defaults = function (def) {
112 return minimatch.defaults(def).Minimatch
125 return new Minimatch(pattern, options).match(p)
128 function Minimatch (pattern, options) {
[all …]
DREADME.md38 ## Minimatch Class
40 Create a minimatch object by instantiating the `minimatch.Minimatch` class.
43 var Minimatch = require("minimatch").Minimatch
44 var mm = new Minimatch(pattern, options)
/plugin/asciidocjs/node_modules/glob/
Dcommon.js17 var Minimatch = minimatch.Minimatch variable
39 gmatcher = new Minimatch(gpattern, { dot: true })
43 matcher: new Minimatch(pattern, { dot: true }),
Dsync.js6 var Minimatch = minimatch.Minimatch variable
Dglob.js45 var Minimatch = minimatch.Minimatch variable
DREADME.md197 All the options that can be passed to Minimatch can also be passed to
/plugin/asciidocjs/node_modules/minimatch/
Dminimatch.js9 return new Minimatch(pattern, options).match(p)
78 m.Minimatch = class Minimatch extends orig.Minimatch { class in m
83 m.Minimatch.defaults = options => orig.defaults(ext(def, options)).Minimatch
147 new Minimatch(pattern, options || {}).makeRe()
150 const mm = new Minimatch(pattern, options)
164 class Minimatch {
940 return minimatch.defaults(def).Minimatch
944 minimatch.Minimatch = Minimatch
DREADME.md52 ## Minimatch Class
54 Create a minimatch object by instantiating the `minimatch.Minimatch` class.
57 var Minimatch = require("minimatch").Minimatch
58 var mm = new Minimatch(pattern, options)