Lines Matching refs:cur
366 var cur = this;
367 while ( cur && cur.ownerDocument ) {
368 if ( pos ? pos.index(cur) > -1 : jQuery(cur).is(selector) ) {
369 jQuery.data(cur, "closest", closer);
370 return cur;
372 cur = cur.parentNode;
531 function root( elem, cur ) {
532 return table && jQuery.nodeName(elem, "table") && jQuery.nodeName(cur, "tr") ?
1480 var cur = parts.pop(), pop = cur;
1482 if ( !Expr.relative[ cur ] ) {
1483 cur = "";
1492 Expr.relative[ cur ]( checkSet, pop, isXML(context) );
1501 throw "Syntax error, unrecognized expression: " + (cur || selector);
2253 function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) {
2276 if ( elem.nodeName === cur ) {
2289 function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) {
2312 if ( typeof cur !== "string" ) {
2313 if ( elem === cur ) {
2318 } else if ( Sizzle.filter( cur, [elem] ).length > 0 ) {
2392 var matched = [], cur = elem[dir];
2393 while ( cur && cur != document ) {
2394 if ( cur.nodeType == 1 )
2395 matched.push( cur );
2396 cur = cur[dir];
2401 jQuery.nth = function(cur, result, dir, elem){
2405 for ( ; cur; cur = cur[dir] )
2406 if ( cur.nodeType == 1 && ++num == result )
2409 return cur;
3899 start = e.cur(true) || 0;
3908 start = ((end || 1) / e.cur(true)) * start;
4028 cur: function(force){
4077 this.custom(this.prop == "width" || this.prop == "height" ? 1 : 0, this.cur());
4090 this.custom(this.cur(), 0);