Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/minimatch/
Dminimatch.js2 minimatch.Minimatch = Minimatch
9 var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}
80 m.Minimatch = function Minimatch (pattern, options) { class in m
81 return new orig.Minimatch(pattern, ext(def, options))
87 Minimatch.defaults = function (def) {
88 if (!def || !Object.keys(def).length) return Minimatch
89 return minimatch.defaults(def).Minimatch
107 return new Minimatch(pattern, options).match(p)
110 function Minimatch (pattern, options) {
111 if (!(this instanceof Minimatch)) {
[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)
/third_party/node/deps/npm/node_modules/glob/
Dcommon.js18 var Minimatch = minimatch.Minimatch variable
44 gmatcher = new Minimatch(gpattern, { dot: true })
48 matcher: new Minimatch(pattern, { dot: true }),
Dsync.js7 var Minimatch = minimatch.Minimatch variable
Dglob.js46 var Minimatch = minimatch.Minimatch variable
DREADME.md197 All the options that can be passed to Minimatch can also be passed to
/third_party/node/deps/npm/node_modules/ignore-walk/
Dindex.js6 const Minimatch = require('minimatch').Minimatch constant
105 .map(r => new Minimatch(r, mmopt))
/third_party/typescript/tests/baselines/reference/user/
Dminimatch.log3 …r TS2551: Property 'minimatch' does not exist on type 'typeof minimatch'. Did you mean 'Minimatch'?
/third_party/node/tools/
Dlint-md.mjs23567 minimatch$3.Minimatch = Minimatch$1;
23574 var GLOBSTAR = minimatch$3.GLOBSTAR = Minimatch$1.GLOBSTAR = {};
23645 m.Minimatch = function Minimatch (pattern, options) { class
23646 return new orig.Minimatch(pattern, ext(def, options))
23652 Minimatch$1.defaults = function (def) {
23653 if (!def || !Object.keys(def).length) return Minimatch$1
23654 return minimatch$3.defaults(def).Minimatch
23672 return new Minimatch$1(pattern, options).match(p)
23675 function Minimatch$1 (pattern, options) {
23676 if (!(this instanceof Minimatch$1)) {
[all …]