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

Function toSelector

doc/html/_static/jquery-3.2.1.js:2237–2245  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

2235};
2236
2237function toSelector( tokens ) {
2238 var i = 0,
2239 len = tokens.length,
2240 selector = "";
2241 for ( ; i < len; i++ ) {
2242 selector += tokens[i].value;
2243 }
2244 return selector;
2245}
2246
2247function addCombinator( matcher, combinator, base ) {
2248 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.85
matcherFromTokensFunction · 0.85
jquery-3.2.1.jsFile · 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…