Searched refs:POS (Results 1 – 4 of 4) sorted by relevance
| /template/quickjump/ |
| D | jquery-1.4.2.min.js | 76 …]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|fir… 81 g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:… 86 …str(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,… 96 …POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquer…
|
| /template/ospyramid/js/libs/ |
| D | jquery-1.6.1.js | 4038 POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/, 4270 } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) { 4277 POS: function( match ) { 4540 POS: function( elem, match, i, array ) { 4551 var origPOS = Expr.match.POS, 5127 POS = jQuery.expr.match.POS, variable 5213 matches[ selector ] = POS.test( selector ) ? 5237 var pos = POS.test( selectors ) || typeof selectors !== "string" ?
|
| D | jquery-1.6.1.min.js | 17 …POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-…
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 3231 …]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|fir… property 3290 }}else{if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true 3292 },POS:function(match){match.unshift(true); method 3351 },POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name]; method 3354 var origPOS=Expr.match.POS;
|