Home
last modified time | relevance | path

Searched refs:selectors (Results 1 – 25 of 33) sorted by relevance

12

/template/mikio/inc/stemmechanics/lesserphp/
Dlessc.inc.php228 $selectors = $this->compileSelectors($block->tags);
229 $env->selectors = $this->multiplySelectors($selectors);
230 $out = $this->makeOutputBlock(null, $env->selectors);
275 protected function compileNestedBlock($block, $selectors) { argument
277 $this->scope = $this->makeOutputBlock($block->type, $selectors);
443 $selectors = null;
445 if (isset($env->selectors)) {
446 $selectors = $env->selectors;
452 return $selectors;
457 protected function multiplySelectors($selectors) { argument
[all …]
/template/strap/vendor/carica/phpcss/
DREADME.md15 PhpCSS is a parser for CSS 3 selectors. It parses them into an AST and allows them to compile the A…
17 The main target of this project is the possibilty to convert CSS selectors into Xpath expressions.
45 …nject a callback to convert selectors. If you have FluentDOM and PhpCss installed in your project,…
/template/m1/
Dscript.js260 selectors = settings.source.split(',');
262 $.each(selectors, function(index, element) {
/template/bootstrap3/inc/
Dsimple_html_dom.php516 $selectors = $this->parse_selector($selector);
517 if (($count = count($selectors)) === 0) { return array(); }
525 if (($levle = count($selectors[$c])) === 0) { return array(); }
538 $n->seek($selectors[$c][$l], $ret, $cmd, $lowercase);
542 $cmd = $selectors[$c][$l][4]; // Next Combinator
888 $selectors = array();
956 $selectors[] = $result;
961 if (count($result) > 0) { $selectors[] = $result; }
962 return $selectors;
/template/mikio/inc/
Dsimple_html_dom.php513 $selectors = $this->parse_selector($selector);
514 if (($count = count($selectors)) === 0) { return array(); }
522 if (($levle = count($selectors[$c])) === 0) { return array(); }
535 $n->seek($selectors[$c][$l], $ret, $cmd, $lowercase);
539 $cmd = $selectors[$c][$l][4]; // Next Combinator
892 $selectors = array();
960 $selectors[] = $result;
965 if (count($result) > 0) { $selectors[] = $result; }
966 return $selectors;
/template/starterbootstrap/
DREADME.markdown56 selectors directly into bootstrap's less. For most stuff, see the
/template/daily/css/
Dpure-min.css472 /*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
885 Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
928 Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
970 Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
1046 Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
/template/ospyramid/js/libs/
Djquery-1.6.1.js3588 selectors = [],
3608 selectors.push( handleObj.selector );
3615 match = jQuery( event.target ).closest( selectors, event.currentTarget );
4028 var Expr = Sizzle.selectors = {
5110 jQuery.expr = Sizzle.selectors;
5199 closest: function( selectors, context ) { argument
5203 if ( jQuery.isArray( selectors ) ) {
5208 if ( cur && selectors.length ) {
5209 for ( i = 0, l = selectors.length; i < l; i++ ) {
5210 selector = selectors[i];
[all …]
Djquery-1.6.1.min.js17 …r=function(a){throw"Syntax error, unrecognized expression: "+a};var l=k.selectors={order:["ID","NA…
/template/templar/less/
Dtables.less213 // Exact selectors below required to override .table-striped
Dforms.less93 // Declare width for legacy (can't be on input[type=*] selectors or it's too specific)
/template/hydrogen/css/
Dsimple.css622 /* cannot combine vendor-specific selectors */
/template/slaad/
Ddesign.css15 * All selectors are on the same line. Their order is LAYOUT-STYLE-FONT
/template/mikio/
DREADME.md240 // CSS selectors here
/template/breeze/bower_components/gumby/js/libs/
Djquery-2.0.2.min.js4selectors={cacheLength:50,createPseudo:ut,match:J,attrHandle:{},find:{},relative:{">":{dir:"parent…
Djquery-1.10.1.min.js4selectors={cacheLength:50,createPseudo:ut,match:Q,attrHandle:{},find:{},relative:{">":{dir:"parent…
/template/bootie/js/
Djquery-3.3.1.min.js2selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parent…
/template/argon-alt/assets/js/core/
Djquery.min.js2selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parent…
/template/argon/assets/js/core/
Djquery.min.js2selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parent…
/template/strap/resources/library/bootstrap/4.4.1/
Djquery-3.4.1.min.js2selectors={cacheLength:50,createPseudo:le,match:G,attrHandle:{},find:{},relative:{">":{dir:"parent…
Dbootstrap.min.js.map1selectors","$target","REGEXP_KEYDOWN","ARROW_UP_KEYCODE","CLICK","KEYDOWN_DATA_API","KEYUP_DATA_AP…
/template/strap/resources/library/bootstrap/4.5.0/
Djquery-3.5.1.min.js2selectors={cacheLength:50,createPseudo:le,match:G,attrHandle:{},find:{},relative:{">":{dir:"parent…
/template/strap/resources/library/bootstrap/5.0.1/
Dbootstrap.min.css.map1selectors here to simplify the selector (else we would need 6 different selectors).\n // Another …
/template/quickjump/
Djquery-1.4.2.min.js93 … p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.ex…
/template/strap/resources/firebug/
Dfirebug-lite-1.4.js6961 if(rule.selector.indexOf(",")!=-1){var selectors=rule.selector.split(",");
6964 for(var j,len=selectors.length;
6966 j++){sel=selectors[j];

12