Home
last modified time | relevance | path

Searched refs:container (Results 1 – 25 of 601) sorted by path

12345678910>>...25

/plugin/aceeditor/
H A Dbuild.js1container.getBoundingClientRect(),u=s.computedStyle(t.container),a=o.top+(parseInt(u.borderTopWidt…
/plugin/achart/
H A DREADME.md132 For instance to make your chart occupying half width of its container and floated to the right:
/plugin/acronym4glossary/
H A Dsyntax.php34 return 'container';
35 //return 'FIXME: container|baseonly|formatting|substition|protected|disabled|paragraphs';
/plugin/adfs/phpsaml/
H A DCHANGELOG104 …ssertion Signature validation when the assertion contains no namespace, container has saml2 namesp…
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php1138 $container = $encryptedAssertion->parentNode;
1145 && !$container->hasAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns:saml2')
1161 return OneLogin_Saml2_Utils::loadXML($dom, $container->ownerDocument->saveXML());
/plugin/advrack/
H A Djquery.qtip.js167 .appendTo(posOptions.container)
706 container = posOptions.container,
718 doc = container[0].ownerDocument,
895 if(!container[0]) { return pos; }
899 parent = container[0],
1647 this.options.position.container[0],
1702 if(!posOptions.container.length) { posOptions.container = docBody; }
1710 posOptions.container = posOptions.container.eq(0);
1920 container: FALSE, property in QTIP.defaults.position
2942 container = posOptions.container,
[all …]
H A Draphael.js2732 var container;
2740 container: container,
2741 width: container.style.pixelWidth || container.offsetWidth,
2742 height: container.style.pixelHeight || container.offsetHeight
2746 container: container,
2753 container: 1,
6982 container = con && con.container,
7010 container.insertBefore(cnvs, container.firstChild);
7020 container._left = container._top = 0;
8040 container = con.container,
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock1296 "name": "psr/container",
1300 "url": "https://github.com/php-fig/container.git",
1305 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
1334 "homepage": "https://github.com/php-fig/container",
1337 "container",
1338 "container-interface",
1339 "container-interop",
1343 "issues": "https://github.com/php-fig/container/issues",
1344 "source": "https://github.com/php-fig/container/tree/2.0.2"
3556 "psr/container"
[all...]
/plugin/aimg/
H A Dscript.js585 var container = node;
586 while (container)
589 container = container.parentNode;
591 return container;
630 fnClassSet(container, active);
771 if (container)
816 if (!container) return;
874 container.appendChild(newArea);
912 if (!container) return;
932 fnEditingData.container = container;
[all …]
H A Dstyle.css17 controls outside of image, and also one of: container-inactive container-active
30 The overall container: always has class="fn-container", and also one of:
31 container-inactive container-active
34 .fn-container {
38 .fn-container img {
73 .fn-container-active .fn-area {
77 .fn-container-inactive .fn-area {
H A Dsyntax.php56 return 'container';
60 return array('formatting','substition','disabled','protected','container','paragraphs');
/plugin/ajaxedit/
H A Dstyle.css28 .ui-pnotify-container {
56 .ui-pnotify-history-container {
69 /* Ensures history container is above notices. */
72 .ui-pnotify-history-container .ui-pnotify-history-header {
75 .ui-pnotify-history-container button {
80 .ui-pnotify-history-container .ui-pnotify-history-pulldown {
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.default.css28 .ui-pnotify-container {
56 .ui-pnotify-history-container {
69 /* Ensures history container is above notices. */
72 .ui-pnotify-history-container .ui-pnotify-history-header {
75 .ui-pnotify-history-container button {
80 .ui-pnotify-history-container .ui-pnotify-history-pulldown {
H A Djquery.pnotify.js20 container: "ui-widget ui-widget-content ui-corner-all", property in styling.jqueryui
39 container: "alert", property in styling.bootstrap
244 pnotify.container.addClass("ui-pnotify-shadow");
269 pnotify.container.addClass("ui-pnotify-shadow");
271 pnotify.container.removeClass("ui-pnotify-shadow");
309 .prependTo(pnotify.container);
636 .appendTo(pnotify.container);
657 .appendTo(pnotify.container);
665 .prependTo(pnotify.container);
672 .appendTo(pnotify.container);
[all …]
H A Djquery.pnotify.min.js12 (function(d){var q,j,r,i=d(window),u={jqueryui:{container:"ui-widget ui-widget-content ui-corner-al… property in u.jqueryui
13 hi_btnhov:"ui-state-hover",hi_hnd:"ui-icon ui-icon-grip-dotted-horizontal"},bootstrap:{container:"a… property in u.bootstrap
19container=d("<div />",{"class":f.container+" ui-pnotify-container "+(a.type=="error"?f.error:a.typ…
20 …&b.container.removeClass("ui-corner-all").addClass(a.cornerclass);a.shadow!=c.shadow&&(a.shadow?b.
21container.removeClass(f.error+" "+f.notice+" "+f.success+" "+f.info).addClass(a.type=="error"?f.er…
22 …_icon:a.icon})).prependTo(b.container);a.width!==c.width&&b.animate({width:a.width});a.min_height!…
31 …ility","hidden")}}).append(d("<span />",{"class":f.closer})).appendTo(b.container);(!a.closer||a.n…
32 …in_up:f.pin_down)}).append(d("<span />",{"class":f.pin_up})).appendTo(b.container);(!a.sticker||a.…
33container);b.title_container=d("<h4 />",{"class":"ui-pnotify-title"}).appendTo(b.container);a.titl…
34 …idth=="string"&&b.css("width",a.width);typeof a.min_height=="string"&&b.container.css("min-height"…
/plugin/amcharts/
H A DREADME.md72 For instance to make your chart occupying half width of its container and floated to the right:
/plugin/amcharts/assets/amcharts/
H A Damcharts.js110container)?(a.container.innerHTML="",a.width=this.realWidth,a.height=this.realHeight,a.addDefs(thi…
115 …ht=e}},checkDisplay:function(){if(this.autoDisplay&&this.container){var a=d.rect(this.container,10…
116 …hartScrollbar=null;this.clearTimeOuts();this.container&&(this.container.remove(this.chartDiv),this…
134 …rray(this.animations,a)},updateAnimations:function(){var a;this.container&&this.container.update()…
142 …imalSeparator,thousandsSeparator:a.thousandsSeparator});var c=a.container;this.container=c;this.de…
206container,[b,0,0],[c,0,h],this.cursorColor,f,1);d.setCN(a,this.vvLine,"cursor-line");d.setCN(a,thi…
210container.set();b.translate(c,0);c=d.rect(this.container,a,this.height,this.cursorColor,this.curso…
347container)?(b.container.innerHTML="",f.appendChild(b.container),b.width=c,b.height=h,b.setSize(c,h…
356 …e,x=this.labelWidth,x=isNaN(x)?d.text(this.container,e,f,b.fontFamily,t,"start"):d.wrappedText(thi…
361container.rect(a.legendEntryWidth,0,f,e,0,0).attr({stroke:"none",fill:"#fff","fill-opacity":.005})…
[all …]
H A Dfunnel.js11 c.ty,d=e.line(this.container,[c.tx0,c.tx,c.tx2],[c.ty0,d,d],this.labelTickColor,this.labelTickAlpha…
18 …ring(this.labelText,d),h=this.labelFunction;h&&(f=h(d,f));d=e.text(this.container,f,this.color,thi…
19 …0)),c=Math.round(-this.depth3D*Math.sin(this.angle*Math.PI/180)),d=this.container,f=this.startDura…
26 …truct:function(a,b,c,d,e,h,k,n,l,t,u,g,E,I,D,F,y){this.set=a.set();this.container=a;this.h=Math.ro…
27 var b=this.container,c=b.chart,d=this.w,f=this.h,h=this.dx,k=this.dy,n=this.colors,l=this.alpha,t=t…
H A Dgauge.js3 …ize;e||(e=b.fontSize);var d=this.topTextColor;d||(d=b.color);a=c.text(b.container,a,d,b.fontFamily…
4container,a,d,b.fontFamily,e,void 0,this.bottomTextBold);c.setCN(b,a,"axis-bottom-label");a.transl…
5 …kLength,d=(d-e)/g+1,v=(k-u)/(d-1),f=v/g;this.singleValueAngle=f;var p=a.container,G=this.tickColor…
16 c.updateRate},drawChart:function(){c.AmAngularGauge.base.drawChart.call(this);var a=this.container,…
19 …validateNow()},drawArrow:function(a,b){a.set&&a.set.remove();var e=this.container;a.set=e.set();c.…
H A Dpie.js11 c.ty,d=k.line(this.container,[c.tx0,c.tx,c.tx2],[c.ty0,d,d],this.labelTickColor,this.labelTickAlpha…
18 …ring(this.labelText,d),f=this.labelFunction;f&&(g=f(d,g));d=k.text(this.container,g,this.color,thi…
19 ….realHeight){k.VML&&(this.startAlpha=1);var b=this.startDuration,c=this.container,d=this.updateWid…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md355 * Fixed language container initialization bug
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md127 divId | | ID or a reference to div object in case you want the menu in a separate container.
131 legend | {} | Places the legend in case it is within an external container ([skip to chapter](#addi…
147 …rwrite the css attribute 'overflow' of the chart container to avoid cropping the menu on small con…
271 By default it obtains the dimensions from the container but you can optionally overwrite those sett…
286 item or relative container, before it gets appended to the list (`ul`). The
368 "menuWalker": function(list,container) {
910 * Fixed: Issue with the "canvas-container" on chart revalidations
920 * Added: `overflow` flag to overwrite the css attribute 'overflow' of the chart container
960 * Fixed: Issue hiding drawing container on "drawing.done"
961 * Fixed: Legend positioning issue with charts created in a hidden container
[all …]
H A Dexport.css305 .amcharts-export-canvas .canvas-container {
312 .amcharts-export-canvas.dropbox .canvas-container {
H A Dexport.js1043 svg: _this.setup.chart.legend.container.container,
1044 parent: _this.setup.chart.legend.container.container.parentNode,
1045 children: _this.setup.chart.legend.container.container.getElementsByTagName( "*" ),
2571 createMenu: function( list, container ) { argument
2574 function buildList( list, container ) { argument
2819 container.appendChild( ul );
2826 if ( !container ) {
2828 _this.config.divId = container = document.getElementById( _this.config.divId );
2830 container = _this.config.divId;
2832 container = _this.setup.chart.containerDiv;
[all …]
H A Dexport.min.js1container.container,parent:c.setup.chart.legend.container.container.parentNode,children:c.setup.ch…

12345678910>>...25