Home
last modified time | relevance | path

Searched refs:selector (Results 176 – 200 of 328) sorted by path

12345678910>>...14

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dtemplate.tpl2 |<span class="selector">|</span> <span class="format">{</span>
H A Dtemplate1.tpl2 |<span class="selector">|</span>
H A Dtemplate2.tpl2 |<span class="selector">|</span><span class="format">{</span>|<span class="property">|</span><span …
H A Dtemplate3.tpl1 <span class="at">|</span><span class="format">{</span>|<span class="selector">|</span><span class="…
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/hide/
H A Dstyle.css25 * It requires CSS3 selector compatibility, so no IE
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt181 attr_selector attribute selector (square brackets in a[href^=http://])
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1selector";a:2:{i:0;i:3;i:1;s:7:"address";}s:4:"body";O:21:"CSSPropertyCollection":4:{s:11:"_proper…
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.inc.php5 var $selector; variable in CSSRule
24 $this->selector = $rule[0];
29 $this->specificity = css_selector_specificity($this->selector);
30 $this->pseudoelement = css_find_pseudoelement($this->selector);
43 function get_selector() { return $this->selector; }
47 return match_selector($this->selector, $root);
H A Dcss.rules.page.inc.php63 var $selector; variable in CSSAtRulePage
68 $this->selector = $selector;
96 var $selector; variable in CSSAtRuleMarginBox
104 $this->selector = $selector;
125 switch ($selector) {
256 switch ($selector) {
259 return $selector;
262 return $selector;
265 return $selector;
268 return $selector;
[all …]
H A Dcss.ruleset.class.php216 foreach ($selectors as $selector) {
218 $rule = array($selector,
310 function detect_applicable_tag($selector) { argument
311 switch (selector_get_type($selector)) {
313 return $selector[1];
315 return $selector[1];
317 foreach ($selector[1] as $subselector) {
H A Dcss.selectors.inc.php70 function match_selector($selector, $root) { argument
71 switch ($selector[0]) {
87 foreach ($selector[1] as $subselector) {
107 $attr_name = $selector[1];
119 $attr_name = $selector[1];
120 $attr_value = $selector[2];
136 $attr_name = $selector[1];
137 $attr_value = $selector[2];
170 switch ($selector[0]) {
220 function selector_get_type($selector) { argument
[all …]
H A Dcss.utils.inc.php12 function css_find_pseudoelement($selector) { argument
13 $selector_type = selector_get_type($selector);
19 foreach ($selector[1] as $subselector) {
H A Dpipeline.class.php488 $selector =& $at_rule->getSelector();
489 $type = $selector->get_type();
534 foreach ($boxes as $selector => $box) {
535 $boxes[$selector]->show($this->output_driver);
636 $selector = $at_rule->getSelector();
637 $boxes[$selector] =& BoxPageMargin::create($this, $at_rule);
640 foreach ($boxes as $selector => $box) {
644 $boxes[$selector]->reflow_text($this->output_driver);
647 foreach ($boxes as $selector => $box) {
648 $boxes[$selector]->reflow($this->output_driver,
[all …]
/plugin/html5video2/script/
H A Dvideo.min.js20selector:".vjs-bg-color > select",id:"captions-background-color-%s",label:"Color",options:[s,W,A,o… property in i.buildCSSClass.e.En.backgroundColor
/plugin/icons/assets/typicons/
H A Dtypicons.css15 /* :before psuedo-selector inserts and styles icon */
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown83 prevArrow | string (html|jQuery selector) | object (DOM node|jQuery object) | <button type="button"…
84 nextArrow | string (html|jQuery selector) | object (DOM node|jQuery object) | <button type="button"…
177 slickFilter | filter : selector or function | Filters slides using jQuery .filter syntax
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js28 selector: null property in $.swipebox.defaults
79 $( elem ).on( 'click', plugin.settings.selector, function( event ) {
90 if ( plugin.settings.selector === null ) {
93 $elem = $( elem ).find( plugin.settings.selector );
H A Djquery.swipebox.min.js2 …titleAttribute:"title",captionAttribute:"data-caption"},j=this,k=[],l=e.selector,m=c(l),n=navigato…
/plugin/imageflow/
H A DREADME.md40 …e or use the file conf/userstyle.css. The following table shows the css selector and the propertie…
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php504 function find($selector, $idx = null, $lowercase = false) { argument
505 $selectors = $this->parse_selector($selector);
564 protected function seek($selector, &$ret, $parent_cmd, $lowercase = false) { argument
570 list($tag, $id, $class, $attributes, $cmb) = $selector;
1594 function find($selector, $idx = null, $lowercase = false) { argument
1595 return $this->root->find($selector, $idx, $lowercase);
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js95 var $ = function ( selector, context ) { argument
97 return context.querySelector(selector);
102 var $$ = function ( selector, context ) { argument
104 return arrayify( context.querySelectorAll(selector) );
/plugin/inlineedit/
H A Dscript.js42 function ajaxedit_getIdxBySelector($elem,selector) { argument
44 var $els = jQuery(selector);
/plugin/issuetracker/
H A Dprototype.js2188 if (Object.isString(selector))
2190 return selector.match(element);
3993 if ( !selector || typeof selector !== "string" ) {
3998 soFar = selector;
4020 selector = parts.shift();
4022 if ( Expr.relative[ selector ] )
4023 selector += parts.shift();
4927 selector = selector.replace( Expr.match.PSEUDO, "" );
4930 selector = Expr.relative[selector] ? selector + "*" : selector;
5745 this.selector = selector;
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt1526 # new feature: user-definable atom selector for extended select:
1530 # new feature: user-definable atom selector functions.

12345678910>>...14