Home
last modified time | relevance | path

Searched refs:selector (Results 201 – 225 of 328) sorted by path

12345678910>>...14

/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/
H A Dcircle.player.css51 * (It needs the container selector to work. Or use div)
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js2selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?th…
3selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=functi…
H A Dpopcorn.js2339 find: function( selector, context ) { argument
2345 if ( selector ) {
2349 if ( !rnaiveExpr.test( selector ) ) {
2352 node = document.getElementById( selector );
2362 node = context.querySelector( selector );
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16selector):s.splice(i--,1);e=f(a.target).closest(q,a.currentTarget);for(j=0,k=e.length;j<k;j++){m=e…
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.css.css1 .syntax-theme-base .syntax .css .selector {
/plugin/jquery/
H A Djquery-1.4.2.js148 this.selector = selector;
154 this.selector = selector;
156 selector = document.getElementsByTagName( selector );
175 if (selector.selector !== undefined) {
176 this.selector = selector.selector;
184 selector: "",
232 ret.selector = this.selector + (this.selector ? " " : "") + selector;
234 ret.selector = this.selector + "." + name + "(" + selector + ")";
2477 selector = origSelector || this.selector,
2655 if ( !selector || typeof selector !== "string" ) {
[all …]
H A Djquery-1.4.2.min.js17 …r(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}…
18 …;if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouse…
21 …gth=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.lengt…
22 …this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){th…
23 …(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.…
24 "find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"…
60 …up:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this…
67 …t"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
68 …[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origT…
96 …!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete…
[all …]
H A Dscript.js12selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E…
19selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(d…
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js156 jQuery.find = function( selector ) { argument
161 if ( typeof selector === "string" && rattrHashTest.test( selector ) ) {
166 window.document.querySelector( selector );
170 selector = selector.replace( rattrHashGlob, function( _, attr, op, value ) {
177 window.document.querySelector( selector );
179 args[ 0 ] = selector;
558 delegate: function( selector, types, data, fn ) { argument
560 return this.on( types, selector, data, fn );
562 undelegate: function( selector, types, fn ) { argument
565 this.off( selector, "**" ) :
[all …]
/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/magnifier/
H A Dscript.js7 return function(selector, css){ argument
11 sheet.insertRule(selector + "{" + propText + "}", sheet.cssRules.length);
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css41 you can use the generic selector below, but it's slower:
/plugin/mermaid/
H A Dmermaid.min.js1571 */var JF=function(g,x){this.recycle(g,x)};function Dk(){return!1}function WE(){return!0}JF.prototype={instanceString:function(){return"event"},recycle:function(g,x){if(this global() property in AnonymousFunction3478d9c71b4b00.AnonymousClass3478d9c71b4c01
1574 `),xt=0;xt<At.length;xt++){var Mt=At[xt],Dt=tt.measureText(Mt),Bt=Math.ceil(Dt.width),Zt=z;ut=Math.max(Bt,ut),dt+=Zt}return ut+=O,dt+=O,A[T]={width:ut,height:dt}},kp.calculateLabel global() property in AnonymousFunction3478d9c71d7300.AnonymousClass3478d9c71d7401
[all...]
/plugin/mobiletable/
H A DmobileTable.js8 const selector = options.selector || "table"
217 tables = tables || document.querySelectorAll(selector)
245 tables = tables || document.querySelectorAll(selector)
280 selector: "div.page div.mobiletable table",
H A Dscript.js2 window.mobileTables=function(a){a=a||{};var r=a.selector||"table",K=a.parseColumnIndex||function(g)…
7 u&&E(u,k);m.replaceWith(b);m=!0}e=m}return e}}({selector:"div.page div.mobiletable table",parseColu…
/plugin/odt/ODT/css/
H A Dcssimportnew.php427 $selector = array();
474 $selector = array();
484 $this->selectors_parsed [] = $selector;
501 $size = count($selector);
507 if (!isset($selector [$size-1]['selector'])) {
513 $simple = $selector [$size-1]['selector'];
524 if (!isset($selector [$size-2]['combinator'])) {
528 $combinator = $selector [$size-2]['combinator'];
660 $size = count($selector);
694 protected $selector = NULL; variable in css_rule_new
[all …]
/plugin/odt/helper/
H A Dcssimport.php937 $this->selectors = explode (' ', $selector);
987 foreach ($this->selectors as $selector) {
988 $returnString .= $selector.' ';
1016 foreach ($this->selectors as $selector) {
1019 if ( $selector [0] == '.' && $selector == '.'.$class ) {
1022 } else if ( $selector [0] == '#' && $selector == '#'.$cssId ) {
1025 } else if ( $selector == $element || $selector == $element.'.'.$class ) {
1031 if ( $selector [0] == '#' && $selector == '#'.$cssId ) {
1033 } else if ( $selector == $element ) {
1211 foreach ( $selectors as $selector ) {
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js20102 var selector = '[data-annotation-id="' + this.data.parentId + '"]';
20103 var parentElement = this.layer.querySelector(selector);
H A Dpdf.js.map1selector","parentElement","parentLeft","parseFloat","parentWidth","BACKGROUND_ENLIGHT","g","dateOb…
H A Dpdf.worker.js.map1selector');\n }\n\n switch (textRegion.huffmanDS) {\n case 0:\n case 1:\n cas…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt2571 16.2.5.23: Opcode "tcgs": telecommunication: game selector
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js70 selector: '', property in AnonymousFunction91f19f9c0200.defaults
132 if (this.s.selector === 'this') {
134 } else if (this.s.selector !== '') {
136 this.$items = $(this.s.selectWithin).find(this.s.selector);
138 this.$items = this.$el.find($(this.s.selector));
H A Dlightgallery.min.js4selector?this.$items=this.$el:""!==this.s.selector?this.s.selectWithin?this.$items=a(this.s.select… property in AnonymousFunction7137b5ee0200.c
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSasl.php101 $selector = new MechanismSelector($this->mechanisms());
103 return $selector->select($choices, $options);

12345678910>>...14