Home
last modified time | relevance | path

Searched refs:makeRe (Results 1 – 6 of 6) sorted by relevance

/plugin/codemirror/dist/modes/
Dtextile.min.js1makeRe("^",k.single.drawTable,"$");case"html":return k.makeRe("^",k.single.html,"(?:",k.single.htm… method
Dtextile.min.js.map1makeRe","choiceRe","pattern","arg","parts","unshift","apply","blockType","newMode","parseInt","nex…
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
Dminimatch.js96 m.makeRe = function makeRe (pattern, options) { function in m
97 return orig.makeRe(pattern, ext(def, options))
663 minimatch.makeRe = function (pattern, options) { function
664 return new Minimatch(pattern, options || {}).makeRe()
667 Minimatch.prototype.makeRe = makeRe method in Minimatch
668 function makeRe () {
DREADME.md65 * `regexp` Created by the `makeRe` method. A single regular expression
74 * `makeRe` Generate the `regexp` member if necessary, and return it.
112 ### minimatch.makeRe(pattern, options)
/plugin/asciidocjs/node_modules/minimatch/
Dminimatch.js86 m.makeRe = (pattern, options) => orig.makeRe(pattern, ext(def, options)) function in m
146 minimatch.makeRe = (pattern, options) => function in minimatch
147 new Minimatch(pattern, options || {}).makeRe()
811 makeRe () { method in Minimatch
DREADME.md79 * `regexp` Created by the `makeRe` method. A single regular expression
88 * `makeRe` Generate the `regexp` member if necessary, and return it.
126 ### minimatch.makeRe(pattern, options)