How to use the nwmatcher.match function in nwmatcher

To help you get started, we’ve selected a few nwmatcher examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github rvagg / archived-traversty / test / integration / ender_nwmatcher.js View on Github external
, is = function (s, r) {
          var i, l
          for (i = 0, l = this.length; i < l; i++) {
            if (nw.match(this[i], s, r)) {
              return true
            }
          }
          return false
        }
github dperini / nwmatcher / test / ender / ender.js View on Github external
, is = function (s, r) {
          var i, l
          for (i = 0, l = this.length; i < l; i++) {
            if (nw.match(this[i], s, r)) {
              return true
            }
          }
          return false
        }
github dxnn / daimio / node_modules / d3 / node_modules / jsdom / node_modules / nwmatcher / lib / ender / bridge.js View on Github external
, is = function (s, r) {
        var i, l
        for (i = 0, l = this.length; i < l; i++) {
          if (nw.match(this[i], s, r)) {
            return true
          }
        }
        return false
      }
github startae / middleman-startae / bower_components / nwmatcher / lib / ender / bridge.js View on Github external
, is = function (s, r) {
        var i, l
        for (i = 0, l = this.length; i < l; i++) {
          if (nw.match(this[i], s, r)) {
            return true
          }
        }
        return false
      }
github dperini / nwmatcher / lib / ender / bridge.js View on Github external
, is = function (s, r) {
        var i, l
        for (i = 0, l = this.length; i < l; i++) {
          if (nw.match(this[i], s, r)) {
            return true
          }
        }
        return false
      }

nwmatcher

A CSS3-compliant JavaScript selector engine.

MIT
Latest version published 6 years ago

Package Health Score

56 / 100
Full package analysis