Home
last modified time | relevance | path

Searched refs:getStyle (Results 76 – 100 of 108) sorted by relevance

12345

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak443 model.setStyle(target, model.getStyle(cells[0]));
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php123 function getStyle($common, $types) function in BIBFORMAT
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1781 String initial = graph.getModel().getStyle( in actionPerformed()
H A DEditorActions.java.bak1781 String initial = graph.getModel().getStyle(
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js118 var cellStyle = graph.getModel().getStyle(state.cell);
248 var cellStyle = model.getStyle(cell);
292 var newStyle = model.getStyle(cell);
H A DActions.js1458 model.getStyle(cells[0]) || '', function(newValue)
H A DSidebar.js2227 var cellStyle = graph.getModel().getStyle(source);
H A DFormat.js6073 var newStyle = model.getStyle(cells[i]);
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js447 …tribute(ea)==ha?y[ea]=1:C[ea]=1);for(E in h.styles)!D[E]&&(ha=z.getStyle(E))&&(k.getStyle(E)==ha?B…
457 …ute(f));for(var h in c)this._.definition.fullMatch&&a.getStyle(h)!=z(h,c[h],!0)||(g=g||!!a.getStyl…
609 …=CKEDITOR.NODE_ELEMENT&&(d=e);d&&(c=c?d.getComputedStyle("direction"):d.getStyle("direction")||d.g…
656 …es({position:"absolute",top:w(e.y+c.height-k.height)});var q="fixed"==f.getStyle("position")?c.lef…
753 …{q=n=!0;break}p=b(k,g)}if(p&&p.getName&&-1!==e(r,p.getName())){n=!0;break}k=p}while(k&&k.getStyle&&
754 ("none"==k.getStyle("display")||!k.getText()));for(k||(k=a);k.type!==CKEDITOR.NODE_TEXT;)k=!n||g||q…
822 …lement")),this.document);if(b.data("cke-resizable")){var d=b.getStyle("width");b=b.getStyle("heigh…
884 …0])&&(m.removeClass(g[p]+n[0]),m.addClass(g[p]+n[1]));g=m.getStyle("margin-right");n=m.getStyle("m…
888 ….classNameRegex,""));0<c&&a.addClass(b[c-1])}else{b=f(a,c);c=parseInt(a.getStyle(b),10);var l=e.co…
891 …(-1):!0:k;return h?l:e}return this.isIndent?l:d?CKEDITOR[0>=(parseInt(d.getStyle(f(d)),10)||0)?"TR…
[all …]
/plugin/ckgedit/ckeditor/
H A Dckeditor.js487 …tAttribute(U)==aa?D[U]=1:H[U]=1);for(R in h.styles)!E[R]&&(aa=w.getStyle(R))&&(m.getStyle(R)==aa?u…
497 …ute(g));for(var h in c)this._.definition.fullMatch&&a.getStyle(h)!=r(h,c[h],!0)||(f=f||!!a.getStyl…
651 …dialog.validate.inlineStyle(d.invalidInlineStyle),onChange:function(){},getStyle:function(a,c){var…
659 c.getStyle("direction")||c.getAttribute("dir"),a.getCommand("bidirtl").setState("rtl"==b?CKEDITOR.T…
681 …es({position:"absolute",top:k(e.y+d.height-u.height)});var n="fixed"==a.getStyle("position")?d.lef…
829 …&&p.getName&&-1!==l(h,p.getName())){m=!0;break}f=p}while(f&&f.getStyle&&("none"==f.getStyle("displ…
888 …lement")),this.document);if(a.data("cke-resizable")){var c=a.getStyle("width");a=a.getStyle("heigh…
961 …0])&&(c.removeClass(d[h]+g[0]),c.addClass(d[h]+g[1]));d=c.getStyle("margin-right");g=c.getStyle("m…
976 …asAttribute||!a.hasAttribute("align")&&!a.getStyle("text-align");){b=a.getParent();if(!b)break;a=b…
979 d.addClass(e[0])));e=d.getStyle("text-align");"left"==e?d.setStyle("text-align","right"):"right"==e…
[all …]
H A Dckeditor.js.unc2512 getStyle: function(a) {
9726 … for (R in h.styles) !F[R] && (aa = B.getStyle(R)) && (l.getStyle(R) == aa ? y[R] = 1 : F[R] = 1)
9923 …or (var h in c) this._.definition.fullMatch && a.getStyle(h) != t(h, c[h], !0) || (f = f || !!a.ge…
12962 getStyle: function(a, c) {
16317 } while (f && f.getStyle && ("none" == f.getStyle("display") || !f.getText()));
17444 var c = a.getStyle("width");
17445 a = a.getStyle("height");
18922 var a = b.getStyle("float");
19113 a = parseInt(b.getStyle(c), 10);
19424 e = d.getStyle("text-align");
[all …]
/plugin/amcharts/assets/amcharts/
H A Damcharts.js15 …;b=d.wordwrap(b,k,n,!0);l.remove();l=d.text(a,b,c,e,h,f,g)}}return l};d.getStyle=function(a,b){var… function
113 …a.clientWidth,e=a.clientHeight);var f=d.removePx(d.getStyle(a,"padding-left")),g=d.removePx(d.getS…
114 "padding-right")),k=d.removePx(d.getStyle(a,"padding-top")),l=d.removePx(d.getStyle(a,"padding-bott…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1289 …label.setStyle(label.getStyle() + ";rotation=" + (rotation > 60 && rotation < 240 ? (rotation + 18…
1405 …label.setStyle(label.getStyle() + ";rotation=" + (rotation > 60 && rotation < 240 ? (rotation + 18…
1450 var pStyle = model.getStyle(parent);
1521 var style = model.getStyle(cell);
1823 var style = model.getStyle(c);
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js282 …{for(var f=0;f<b.length;f++)if(null!=b[f]){var g=mxUtils.setStyleFlag(a.getStyle(b[f]),c,d,e);a.se…
965getStyle=function(a){return null!=a?a.getStyle():null};mxGraphModel.prototype.setStyle=function(a,… method in mxGraphModel
984 …ell.prototype.setGeometry=function(a){this.geometry=a};mxCell.prototype.getStyle=function(){return… method in mxCell
1310 …llStyle(a)};mxGraph.prototype.getCellStyle=function(a){var b=this.model.getStyle(a);a=this.model.i…
1318 …=this.alternateEdgeStyle){this.model.beginUpdate();try{var b=this.model.getStyle(a);null==b||0==b.…
2137 …c[e]!=d.style[e]&&(b.push(d.style[e]),f.push(e));for(var l=k.getModel().getStyle(d.cell),g=null!=l…
2140 …{var n=b[H],A;if(f)A=["fontSize","fontFamily","fontColor"];else{var v=c.getStyle(n),u=null!=v?v.sp…
2372 …l;if(null!=b){d=mxUtils.clone(this.getCurrentCellStyle(b));b=this.model.getStyle(b);b=null!=b?b.sp…
3147getStyle(!0,!0)))};b.prototype.ellipse=function(b,d,c,f){this.passThrough?this.originalEllipse.app…
3149getStyle(!0,!1))};b.prototype.fill=function(){this.passThrough?this.originalFill.apply(this.canvas…
[all …]
H A Dapp.min.js316 …{for(var f=0;f<b.length;f++)if(null!=b[f]){var g=mxUtils.setStyleFlag(a.getStyle(b[f]),c,d,e);a.se…
999getStyle=function(a){return null!=a?a.getStyle():null};mxGraphModel.prototype.setStyle=function(a,… method in mxGraphModel
1018 …ell.prototype.setGeometry=function(a){this.geometry=a};mxCell.prototype.getStyle=function(){return… method in mxCell
1344 …llStyle(a)};mxGraph.prototype.getCellStyle=function(a){var b=this.model.getStyle(a);a=this.model.i…
1352 …=this.alternateEdgeStyle){this.model.beginUpdate();try{var b=this.model.getStyle(a);null==b||0==b.…
2171 …d[f]!=b.style[f]&&(a.push(b.style[f]),c.push(f));for(var g=e.getModel().getStyle(b.cell),k=null!=g…
2174 …{var p=a[n],q;if(b)q=["fontSize","fontFamily","fontColor"];else{var u=c.getStyle(p),t=null!=u?u.sp…
2621 …l;if(null!=a){b=mxUtils.clone(this.getCurrentCellStyle(a));a=this.model.getStyle(a);a=null!=a?a.sp…
3548 …),b=new TextareaDialog(this.editorUi,mxResources.get("editStyle")+":",b.getStyle(a[0])||"",functio…
10479getStyle(!0,!0)))};b.prototype.ellipse=function(b,c,f,d){this.passThrough?this.originalEllipse.app…
[all …]
H A Dviewer-static.min.js282 …{for(var f=0;f<b.length;f++)if(null!=b[f]){var g=mxUtils.setStyleFlag(a.getStyle(b[f]),c,d,e);a.se…
965getStyle=function(a){return null!=a?a.getStyle():null};mxGraphModel.prototype.setStyle=function(a,… method in mxGraphModel
984 …ell.prototype.setGeometry=function(a){this.geometry=a};mxCell.prototype.getStyle=function(){return… method in mxCell
1310 …llStyle(a)};mxGraph.prototype.getCellStyle=function(a){var b=this.model.getStyle(a);a=this.model.i…
1318 …=this.alternateEdgeStyle){this.model.beginUpdate();try{var b=this.model.getStyle(a);null==b||0==b.…
2137 …c[e]!=d.style[e]&&(b.push(d.style[e]),f.push(e));for(var l=k.getModel().getStyle(d.cell),g=null!=l…
2140 …{var n=b[H],A;if(f)A=["fontSize","fontFamily","fontColor"];else{var v=c.getStyle(n),u=null!=v?v.sp…
2372 …l;if(null!=b){d=mxUtils.clone(this.getCurrentCellStyle(b));b=this.model.getStyle(b);b=null!=b?b.sp…
3147getStyle(!0,!0)))};b.prototype.ellipse=function(b,d,c,f){this.passThrough?this.originalEllipse.app…
3149getStyle(!0,!1))};b.prototype.fill=function(){this.passThrough?this.originalFill.apply(this.canvas…
[all …]
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js76 …;try{for(var e=0;e<b.length;e++)if(null!=b[e]){var f=mxUtils.setStyle(a.getStyle(b[e]),c,d);a.setS…
78 …{for(var f=0;f<b.length;f++)if(null!=b[f]){var g=mxUtils.setStyleFlag(a.getStyle(b[f]),c,d,e);a.se…
761getStyle=function(a){return null!=a?a.getStyle():null};mxGraphModel.prototype.setStyle=function(a,… method in mxGraphModel
780 …ell.prototype.setGeometry=function(a){this.geometry=a};mxCell.prototype.getStyle=function(){return… method in mxCell
1106 …llStyle(a)};mxGraph.prototype.getCellStyle=function(a){var b=this.model.getStyle(a);a=this.model.i…
1114 …=this.alternateEdgeStyle){this.model.beginUpdate();try{var b=this.model.getStyle(a);null==b||0==b.…
1148 ….clone();if(this.isSwimlane(a)){var f=this.getCellStyle(a),g=this.model.getStyle(a);null==g&&(g=""…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js273 this.getStyle=this.isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
431 this.isVisible=function(elt){return this.getStyle(elt,"visibility")!="hidden"&&(elt.offsetWidth>0||…
2158 var cssValue=this.getStyle(el,name);
2249 },getStyle:isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js770 this.getStyle = this.isIE ?
1223 return this.getStyle(elt, "visibility") != "hidden" &&
8973 var cssValue = this.getStyle(el, name);
9201 getStyle: isIE ? function(el, name)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js284 this.getStyle=this.isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
442 this.isVisible=function(elt){return this.getStyle(elt,"visibility")!="hidden"&&(elt.offsetWidth>0||elt.offsetHeight>0||elt.tagName in invisibleTags||elt.namespaceURI=="http://www.w3.org/2000/svg"||elt.namespaceURI=="http://www.w3.org/1998/Math/MathML")
2169 var cssValue=this.getStyle(el,name);
2260 },getStyle:isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
/plugin/ol3/
H A Dscript.js8getStyle();return n&&t.setStyle(n),t},e.prototype.getGeometry=function(){return this.get(this.geom… method in e
/plugin/edittable/lib/
H A Dhandsontable.full.js140 exports.getStyle = getStyle;
812 function getStyle(element, prop) {
27192 this.holder.style.width = (0, _element.getStyle)(trimmingElement, 'width');
27193 this.holder.style.height = (0, _element.getStyle)(trimmingElement, 'height');
28568 …overflow = (0, _element.getStyle)(this.instance.wtOverlays.leftOverlay.trimmingContainer, 'overflo…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

12345