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

Function multipleContexts

doc/html/_static/jquery-3.2.1.js:2325–2332  ·  view source on GitHub ↗
( selector, contexts, results )

Source from the content-addressed store, hash-verified

2323}
2324
2325function multipleContexts( selector, contexts, results ) {
2326 var i = 0,
2327 len = contexts.length;
2328 for ( ; i < len; i++ ) {
2329 Sizzle( selector, contexts[i], results );
2330 }
2331 return results;
2332}
2333
2334function condense( unmatched, map, filter, context, xml ) {
2335 var elem,

Callers 1

setMatcherFunction · 0.85

Calls 1

SizzleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…