Home
last modified time | relevance | path

Searched refs:twoStarDot (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
Dminimatch.js30 var twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?' variable
686 : options.dot ? twoStarDot
/plugin/asciidocjs/node_modules/minimatch/
Dminimatch.js39 const twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?' constant
829 : options.dot ? twoStarDot