Searched refs:makeRe (Results 1 – 6 of 6) sorted by relevance
| /plugin/codemirror/dist/modes/ |
| D | textile.min.js | 1 …makeRe("^",k.single.drawTable,"$");case"html":return k.makeRe("^",k.single.html,"(?:",k.single.htm… method
|
| D | textile.min.js.map | 1 …makeRe","choiceRe","pattern","arg","parts","unshift","apply","blockType","newMode","parseInt","nex…
|
| /plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
| D | minimatch.js | 96 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 () {
|
| D | README.md | 65 * `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/ |
| D | minimatch.js | 86 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
|
| D | README.md | 79 * `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)
|