Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DScalingConfig.php81 public function setSelectors($selectors) argument
83 $this->selectors = $selectors;
90 return $this->selectors;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.inc.php183 $selectors = array();
198 $selectors[] = parse_css_selector($selector_string);
202 return $selectors;
H A Dcss.ruleset.class.php212 $selectors = parse_css_selectors($raw_selectors);
216 foreach ($selectors as $selector) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc21 * <<selectors>>
46 include::selectors.asciidoc[]
H A Dselectors.asciidoc1 [[selectors]] anchor
90 You can implement your own custom selector. Custom selectors must implement
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md15 PhpCSS is a parser for CSS 3 selectors. It parses them into an AST and allows them to compile the AST to CSS selectors or Xpath expressions.
17 The main target of this project is the possibilty to convert CSS selectors into Xpath expressions.
45 [FluentDOM 5](https://github.com/FluentDOM/FluentDOM) allows to inject a callback to convert selectors. If you have FluentDOM and PhpCss installed in your project, you can use CSS selectors in FluentDOM:
/plugin/revealjs/css/theme/
H A DREADME.md3 Themes are written using Sass to keep things modular and reduce the need for repeated selectors acr…
18 …aster/css/theme/template/settings.scss) for reference) or by adding any selectors and styles you p…
/plugin/odt/helper/
H A Dcssimport.php923 protected $selectors = array (); variable in css_rule
937 $this->selectors = explode (' ', $selector);
987 foreach ($this->selectors as $selector) {
1016 foreach ($this->selectors as $selector) {
1040 if ( $matches == count($this->selectors) ) {
1206 $selectors = explode (',', $before_open_bracket);
1211 foreach ( $selectors as $selector ) {
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php505 $selectors = $this->parse_selector($selector);
506 if (($count = count($selectors)) === 0) {
516 if (($levle = count($selectors[$c])) === 0) {
533 $n->seek($selectors[$c][$l], $ret, $cmd, $lowercase);
537 $cmd = $selectors[$c][$l][4]; // Next Combinator
903 $selectors = array();
979 $selectors[] = $result;
985 $selectors[] = $result;
987 return $selectors;
/plugin/sqlraw/
H A Dsimple_html_dom.php504 $selectors = $this->parse_selector($selector);
505 if (($count=count($selectors))===0) return array();
513 if (($levle=count($selectors[$c]))===0) return array();
526 $n->seek($selectors[$c][$l], $ret, $lowercase);
687 $selectors = array();
711 $selectors[] = $result;
716 $selectors[] = $result;
717 return $selectors;
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css5 [mPDF default CSS set in configuration only works on basic elements, cannot do selectors such as "ol ol"]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt177 keyword HTML tag when in selectors, CSS keyword when in rules
178 id #some_name in selectors
179 class .some_name in selectors
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/jquery/
H A Djquery-1.4.2.js2529 var stop, elems = [], selectors = [], args = arguments,
2546 selectors.push( handleObj.selector );
2907 var Expr = Sizzle.selectors = {
3677 jQuery.expr = Sizzle.selectors;
3771 closest: function( selectors, context ) { argument
3772 if ( jQuery.isArray( selectors ) ) {
3775 if ( cur && selectors.length ) {
3776 for ( var i = 0, l = selectors.length; i < l; i++ ) {
3777 selector = selectors[i];
3802 var pos = jQuery.expr.match.POS.test( selectors ) ?
[all …]
H A Dscript.js19selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\…
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc42 // IE6 breaks with the following selectors.
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc42 // IE6 breaks with the following selectors.
/plugin/codemirror/dist/modes/
H A Dsass.min.js.map1selectors\n\n if (ch === \"-\") {\n if (stream.match(/^-\\w+-/)) {\n return \…
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css40 Instead of a list of all class selectors,
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js25174 if (!this.selectors) {
25175 this.selectors = new Nodelist(this);
25177 return this.selectors;
26214 if (!this.selectors) {
26215 this.selectors = new Nodelist(this);
26217 return this.selectors;
26960 var selectors = node.getSelectors();
26961 if (!selectors.addChild(this._parseSelector(isNested))) {
27868 return _this.finish(selectors);
29613 var selectors = node.getSelectors();
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css367 /* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss410 /* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css456 /* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

123