Home
last modified time | relevance | path

Searched defs:insensitive (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dquery-selector-all.js648 '=' ({ attr, value, insensitive }) { field
652 '~=' ({ attr, value, insensitive }) { field
656 '*=' ({ attr, value, insensitive }) { field
660 '|=' ({ attr, value, insensitive }) { field
664 '^=' ({ attr, value, insensitive }) { field
668 '$=' ({ attr, value, insensitive }) { field
673 const attributeOperator = ({ attr, value, insensitive, operator }) => { property
693 const insensitive = !!matcher.insensitive constant
709 return attributeOperator({ attr, value, insensitive, operator }) property
713 return attributeOperator({ attr, value, insensitive, operator }) property
/third_party/node/deps/npm/node_modules/@npmcli/query/lib/
Dindex.js140 insensitive: false, property