Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dspecificity.js9 PSEUDO: ':' property
56 } else if (character == Selector.PSEUDO && !wasPseudoClass && !isNotPseudoClass(selector, i)) {
59 } else if (character == Selector.PSEUDO) {
66 wasPseudoClass = character == Selector.PSEUDO;
/plugin/siteexport/inc/
DreadCSS.patch241 $tag = $t.'>>PSEUDO>>'.$m[1];
246 $tag = $t.'>>NAMED>>'.$t2.'>>PSEUDO>>'.$m[1];
/plugin/jquery/
Dscript.js19PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"…
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…
Djquery-1.4.2.js2917 PSEUDO: /:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/
3661 while ( (match = Expr.match.PSEUDO.exec( selector )) ) {
3663 selector = selector.replace( Expr.match.PSEUDO, "" );
/plugin/jquery-syntax/
Djquery-1.6.min.js16PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{}…
/plugin/dokumicrobugtracker/js/
Djquery.js3PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{}…
/plugin/issuetracker/
Dprototype.js4240 PSEUDO: /:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/
4510 PSEUDO: function(elem, match, i, array){
4925 while ( (match = Expr.match.PSEUDO.exec( selector )) ) {
4927 selector = selector.replace( Expr.match.PSEUDO, "" );
/plugin/diagramsnet/lib/js/jquery/
Djquery-3.3.1.min.js2PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… property
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Djquery.min.js2PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… property
/plugin/combo/resources/library/bootstrap/4.5.0/
Djquery-3.5.1.min.js2PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… property
/plugin/combo/resources/library/bootstrap/4.4.1/
Djquery-3.4.1.min.js2PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… method
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Djquery.min.js2PSEUDO:new RegExp("^"+Q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… property
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
Dcombined.js8PSEUDO:RegExp("^"+I),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+P+"*(ev… property
/plugin/zwidoku/files/
H A Djquery.js2PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("… property
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js3220 …)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\u… property
3310 }},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name]; method
3474 while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];
3475 selector=selector.replace(Expr.match.PSEUDO,"")
/plugin/combo/resources/firebug/
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,"")
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js12923 PSEUDO: /:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/ property
13637 while ( (match = Expr.match.PSEUDO.exec( selector )) ) {
13639 selector = selector.replace( Expr.match.PSEUDO, "" );