Home
last modified time | relevance | path

Searched refs:selector (Results 201 – 225 of 328) sorted by last modified time

12345678910>>...14

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js2 …(f);f=A(a,za(e,d)),f.selector=a}return f},i=ga.select=function(a,b,c,e){var f,i,j,k,l,m="function"…
3selector),e&&r.find.matchesSelector(qa,e),c.guid||(c.guid=r.guid++),(i=q.events)||(i=q.events={}),…
H A Dbootstrap.min.js6selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div cl… property in c.DEFAULTS.viewport
7selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("ac…
/plugin/likeit/script/
H A Djquery.hoverIntent.js33 $.fn.hoverIntent = function(handlerIn,handlerOut,selector) { argument
45 cfg = $.extend(cfg, { over: handlerIn, out: handlerOut, selector: selector } );
47 cfg = $.extend(cfg, { over: handlerIn, out: handlerIn, selector: handlerOut } );
113 …this.on({'mouseenter.hoverIntent':handleHover,'mouseleave.hoverIntent':handleHover}, cfg.selector);
/plugin/inlineedit/
H A Dscript.js42 function ajaxedit_getIdxBySelector($elem,selector) { argument
44 var $els = jQuery(selector);
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js24 …Rules,h=0;h<e.length;h++)e[h].type===window.CSSRule.STYLE_RULE&&a.push({selector:e[h].selectorText…
25selector});return function(a,b){var e=-1!==(""+a.selector).indexOf(".")?1:0,e=(-1!==(""+b.selector
26 …));CKEDITOR.tools.array.forEach(c,function(a){var b=a.styles;a=d.find(a.selector);var c,g,r;for(r=…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md72 …olorButton_colorsPerRow) configuration option for setting the number of rows in the color selector.
/plugin/rowmove/_test/
H A Dajax.test.php43 $selector = pq("span.rowmove",$doc);
44 $this->assertTrue($selector->length === 2);
45 $this->assertTrue(pq("img",$selector)->length === 4);
H A Dsyntax.test.php24 $selector = pq("span.rowmove",$doc);
25 $this->assertTrue($selector->length === 2);
26 $this->assertTrue(pq("img",$selector)->length === 4);
/plugin/fetchmedia/script/
H A Dmain.js12 const selector = `td[data-id="${btoa(page + link)}"]`;
13 const td = document.querySelector(selector);
30 const selector = `td[data-id="${btoa(page + link)}"]`;
31 const td = document.querySelector(selector);
/plugin/database2/
H A Ddatabase2.php4571 $selector = array( '@'.$this->dsn, $this->authSlot, $this->table,
4577 $hash = sha1( implode( '/', $selector ) );
4599 $source = urlencode( base64_encode( gzcompress( $selector = serialize( $selector ) ) ) );
4600 …$hash = urlencode( base64_encode( self::ssha( $selector, $session['linkedMediaSalts'][$hash] ) )…
4630 $selector = array( '@'.$this->dsn, $this->authSlot, $this->table,'fake',
4635 $hash = sha1( implode( '/', $selector ) );
4657 $source = urlencode( base64_encode( gzcompress( $selector = serialize( $selector ) ) ) );
4658 …$hash = urlencode( base64_encode( self::ssha( $selector, $session['linkedMediaSalts'][$hash] ) )…
4685 $selector = array( $this->getPageID(), $this->getIndex(), $column );
4688 $source = urlencode( base64_encode( serialize( $selector ) ) );
[all …]
/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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …s = _.attempt(function() {\n\t * return document.querySelectorAll(selector);\n\t * });\n…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2selector,parentMatching=true;while(element.parentNode&&element.parentNode.nodeType===1&&selectors.… argument
H A Dfabric.js3141 var selector, parentMatching = true;
3144 selector = selectors.pop();
3147 parentMatching = selectorMatches(element, selector);
3154 function selectorMatches(element, selector) { argument
3161 selector = selector.replace(matcher, '');
3162 if (id && selector.length) {
3164 selector = selector.replace(matcher, '');
3166 if (classNames && selector.length) {
3170 selector = selector.replace(matcher, '');
3173 return selector.length === 0;
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Scope.txt
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css41 you can use the generic selector below, but it's slower:
/plugin/topbarsyntax/
H A Dcsshover3.htc103 // affected elements are found by truncating the selector after the interactive pseudo,
111 // the new selector is going to use that classname in a new css rule,
120 … // no need to set the same callback more than once when the same selector uses the same classname
131 // they are selected by the affected selector).
135 // hash it, so an identical selector/class combo does not duplicate the expression
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php157 var $selector = ''; variable in csstidy
574 $this->selector = '';
579 $this->selector = trim($this->selector).',';
620 $this->selector = '';
665 …if($this->selector{0} == '@' && isset($at_rules[substr($this->selector,1)]) && $at_rules[substr($t…
702 $this->selector = strtolower($this->selector);
714 $this->selector = trim($this->selector);
747 $this->selector = '';
847 $this->merge_css_blocks($this->at,$selector,$this->css[$this->at][$this->selector]);
871 * @param string $selector
[all …]
H A Dclass.csstidy_optimise.php53 $this->selector =& $css->selector;
81 foreach ($value as $selector => $value1)
83 …$this->css[$medium][$selector] = csstidy_optimise::merge_4value_shorthands($this->css[$medium][$se…
89 … $this->css[$medium][$selector] = csstidy_optimise::merge_bg($this->css[$medium][$selector]);
91 unset($this->css[$medium][$selector]);
449 foreach($css as $selector => $vali)
451 if($selector == $key)
458 $keys[] = $selector;
466 foreach($keys as $selector)
468 unset($css[$selector]);
[all …]
H A Dcssparse.css70 span.selector {
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="…
H A Dtemplate.tpl2 |<span class="selector">|</span> <span class="format">{</span>

12345678910>>...14