MCPcopy Create free account
hub / github.com/kkroening/ffmpeg-python / elementMatcher

Function elementMatcher

doc/html/_static/jquery-3.2.1.js:2311–2323  ·  view source on GitHub ↗
( matchers )

Source from the content-addressed store, hash-verified

2309}
2310
2311function elementMatcher( matchers ) {
2312 return matchers.length > 1 ?
2313 function( elem, context, xml ) {
2314 var i = matchers.length;
2315 while ( i-- ) {
2316 if ( !matchers[i]( elem, context, xml ) ) {
2317 return false;
2318 }
2319 }
2320 return true;
2321 } :
2322 matchers[0];
2323}
2324
2325function multipleContexts( selector, contexts, results ) {
2326 var i = 0,

Callers 1

matcherFromTokensFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…