Home
last modified time | relevance | path

Searched refs:PSEUDO (Results 1 – 14 of 14) sorted by relevance

/template/ospyramid/js/libs/
Djquery-1.6.1.js4039 PSEUDO: /:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/
4254 PSEUDO: function( match, curLoop, inplace, result, not ) {
4407 PSEUDO: function( elem, match, i, array ) {
4940 if ( pseudoWorks || !Expr.match.PSEUDO.test( expr ) && !/!=/.test( expr ) ) {
5094 while ( (match = Expr.match.PSEUDO.exec( selector )) ) {
5096 selector = selector.replace( Expr.match.PSEUDO, "" );
Djquery-1.6.1.min.js17PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{}…
/template/quickjump/
Djquery-1.4.2.min.js76 …)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\u…
83 …g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){…
93 …){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PS…
/template/breeze/bower_components/gumby/js/libs/
Djquery-2.0.2.min.js4PSEUDO:RegExp("^"+I),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(ev… property
Djquery-1.10.1.min.js4PSEUDO:RegExp("^"+I),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+P+"*(ev… property
Djquery-2.0.2.min.map1 …teQuotes","rpseudo","ridentifier","matchExpr","ID","CLASS","TAG","ATTR","PSEUDO","CHILD","bool","n…
Djquery-1.10.1.min.map1 …teQuotes","rpseudo","ridentifier","matchExpr","ID","CLASS","TAG","ATTR","PSEUDO","CHILD","bool","n…
/template/bootie/js/
Djquery-3.3.1.min.js2PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… property
/template/argon-alt/assets/js/core/
Djquery.min.js2PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… property
/template/argon/assets/js/core/
Djquery.min.js2PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… property
/template/strap/resources/library/bootstrap/4.4.1/
H A Djquery-3.4.1.min.js2PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… property
/template/strap/resources/library/bootstrap/4.5.0/
H A Djquery-3.5.1.min.js2PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… property
/template/starterbootstrap/js/
Djquery-1.9.1.min.js4 …)['\"]?\\]"),TAG:RegExp("^("+F.replace("w","w*")+")"),ATTR:RegExp("^"+P),PSEUDO:RegExp("^"+R),CHIL… property
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js3231 …)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\u… property
3321 }},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name]; method
3485 while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];
3486 selector=selector.replace(Expr.match.PSEUDO,"")