Home
last modified time | relevance | path

Searched refs:nonull (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.d.ts10 nonull?: boolean; property
Dindex.js170 if (mm.options.nonull && !list.length) {
Dindex.js.map1nonull?: boolean\n windowsPathsNoEscape?: boolean\n allowWindowsEscape?: boolean\n partial?: bo…
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.d.ts10 nonull?: boolean; property
Dindex.js181 if (mm.options.nonull && !list.length) {
Dindex.js.map1nonull?: boolean\n windowsPathsNoEscape?: boolean\n allowWindowsEscape?: boolean\n partial?: bo…
/third_party/node/deps/minimatch/src/
DREADME.md195 options.nonull is set, then return a list containing the pattern itself.
247 ### nonull subsection
422 If an escaped pattern has no matches, and the `nonull` flag is set,
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
Dindex.js170 if (mm.options.nonull && !list.length) {
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
Dindex.js181 if (mm.options.nonull && !list.length) {
/third_party/node/deps/minimatch/
Dindex.js1058 if (mm.options.nonull && !list.length) {
/third_party/node/deps/npm/node_modules/glob/
DREADME.md695 There is no equivalent of the `nonull` option. A pattern that