| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorRuler.java | 113 protected double scale = DEFAULT_PAGESCALE; field in EditorRuler 465 double scale = graph.getView().getScale(); in paintComponent() local 506 String text = format((x - tx) / increment); in paintComponent() local 535 String text = format((y - ty) / increment); in paintComponent() local 572 String text = numberFormat.format(value); in format() local
|
| D | EditorActions.java | 373 protected double scale; field in EditorActions.ScaleAction 378 public ScaleAction(double scale) { in ScaleAction() 389 double scale = this.scale; in actionPerformed() local 504 final int scale, in post() 1228 String text = editorPane.getSelectedText(); in actionPerformed() local
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | output._interface.class.php | 44 function image($image, $x, $y, $scale) {} 46 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { } 47 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { } 48 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { } 67 function set_watermark($text) { } 69 function show_xy($text, $x, $y) {}
|
| D | output.pdflib.class.php | 126 function image($image, $x, $y, $scale) { 151 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { 174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { 197 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { 402 function show_xy($text, $x, $y) {
|
| D | output.fastps.class.php | 117 function image($image, $x, $y, $scale) { 149 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { 163 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { 177 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { 278 function show_xy($text, $x, $y) {
|
| D | output.pcl.class.php | 271 function image($image, $x, $y, $scale) {} 273 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { } 274 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { } 275 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { } 286 function set_watermark($text) { } 287 function show_xy($text, $x, $y) {}
|
| D | output.png.class.php | 342 function image($image, $x, $y, $scale) { 366 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { 389 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { 414 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { 496 function set_watermark($text) { } 498 function show_xy($text, $x, $y) {
|
| D | output.fpdf.class.php | 161 function image($image, $x, $y, $scale) { 174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { 200 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { 264 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { 370 function show_xy($text, $x, $y) {
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | grid3-1.js | 129 s.text=txt}else{abc2svg.grid3.block_gen.call(this,null,{subtype:type,text:txt})}}},output_music:fun… property 131 if(ch!='.'&&ch!='-'){abc.set_a_gch(s,[{type:'g',text:ch,otext:ch,istart:ss.istart,iend:ss.iend,font… property 142 if(t){p_vc={id:"grid3",v:vt.length,time:0,pos:{gst:0},scale:1,st:0,second:true,sls:[]} property
|
| D | psvg-1.js | 23 function text(){xchar();var L=[];var N=1;while(0<N&&peek()){var C=xchar();switch(C){case"(":N++;bre… function 185 Psvg.prototype.scale=function(sx,sy){gcur.xoffs/=sx;gcur.yoffs/=sy;gcur.cx/=sx;gcur.cy/=sy;gcur.xsc… method in Psvg 382 abc2svg.psvg={do_begin_end:function(of,type,opt,text){if(type!="ps"){of(type,opt,text) argument
|
| D | abc2svg-1.js | 2756 …in:1.4*CM,rbdbstop:true,rbmax:4,rbmin:2,repeatfont:{name:"serif",size:13},scale:1,slurheight:1.0,s… property 5915 function new_tempo(text){var i,c,d,nd,txt=text,s={type:C.TEMPO,dur:0} argument 5961 function do_info(info_type,text){var s,d1,d2,a,vid argument 5988 s={type:C.PART,text:text,dur:0} property 6012 s={type:C.REMARK,text:text,dur:0} property 6135 …AR,fname:s.fname,istart:s.istart,iend:s.iend,bar_type:"[",multi:0,invis:true,text:s.text,rbstart:2} property 6195 function info_split(text){if(!text) argument 6920 function write_text(text,action){if(action=='s') argument 7167 \n.box{outline: 1px solid black;outline-offset: 1px}',font_style='',posx=cfmt.leftmargin/cfmt.scale… property 7184 function defs_add(text){var i,j,gl,tag,is,ie=0 argument [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/util/ |
| D | mxAsyncCanvas.js | 180 mxAsyncCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cli… method in mxAsyncCanvas 201 scale: sc, property
|
| D | mxJsCanvas.js | 141 mxJsCanvas.prototype.scale = function(s) method in mxJsCanvas 634 mxJsCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, clip, … method in mxJsCanvas
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.vml.js | 824 R._engine.text = function (vml, x, y, text) { argument 843 text: text property 899 scale: paperSize property
|
| /plugin/diagramsnet/lib/ |
| D | electron.js | 350 …scale: (options.crop && (options.scale == null || options.scale == 1)) ? 1.00001: (options.scale |… property 847 text: 'Downloading draw.io update...' property 890 text: 'Downloading draw.io update...', property 955 function writePngWithText(origBuff, key, text, compressed, base64encoded) argument
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | holder.min.js | 12 …e=b.createElement("style"),f=[];for(b.documentElement.firstChild.appendChild(e),b._qsa=[],e.styleS…
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | EditorUi.js | 1334 EditorUi.prototype.anonymizeString = function(text, zeros) argument 1945 pageVisible, transparent, scale, border, grid, includeXml, pageRange) argument 2071 base64, transparent, currentPage, scale, border, grid, includeXml, pageRange) argument 4168 EditorUi.prototype.showBanner = function(id, text, onclick, doNotShowAgainOnClose) argument 4383 EditorUi.prototype.showTextDialog = function(title, text) argument 5094 EditorUi.prototype.exportSvg = function(scale, transparentBackground, ignoreSelection, addShadow, argument 6662 EditorUi.prototype.getEmbeddedPng = function(success, error, optionalData, scale, border) argument 6767 redirect, embedImages, background, scale, border, shadow, keepTheme) argument 6890 EditorUi.prototype.exportImage = function(scale, transparentBackground, ignoreSelection, addShadow, argument 7789 EditorUi.prototype.insertAsPreText = function(text, x, y) argument [all …]
|
| /plugin/ditaa/ditaa/ |
| HD | ditaa.jar | ... ascii2image/graphics/
org/stathissideris/ascii2image/text/
net/htmlparser/jericho/Attribute.class ... |
| /plugin/callflow/ |
| D | raphael.js | 472 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property 671 text: function (el) { method 3791 paperproto.text = function (x, y, text) { argument 5553 scale = (size || 16) / font.face["units-per-em"]; property 6947 R._engine.text = function (svg, x, y, text) { argument 6955 text: text, property 7934 R._engine.text = function (vml, x, y, text) { argument 7953 text: text property 8009 scale: size property
|
| /plugin/advrack/ |
| D | raphael.js | 472 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property 671 text: function (el) { method 3791 paperproto.text = function (x, y, text) { argument 5552 scale = (size || 16) / font.face["units-per-em"]; property 6953 R._engine.text = function (svg, x, y, text) { argument 6961 text: text, property 7940 R._engine.text = function (vml, x, y, text) { argument 7959 text: text property 8015 scale: size property
|
| /plugin/diagramsnet/lib/js/diagramly/sidebar/ |
| D | Sidebar.js | 715 Sidebar.prototype.addTagIndex = function(text) argument 1209 …dStencilPalette = function(id, title, stencilFile, style, ignore, onInit, scale, tags, customFns, … argument
|
| /plugin/sequencediagram/bower_components/raphael/ |
| D | raphael.min.js | 1 …:t.Raphael=e()}(window,function(){return function(t){var e={};function r(i){if(e[i])return e[i].ex… property
|
| D | raphael.no-deps.min.js | 1 …exports.Raphael=e(require("eve")):t.Raphael=e(t.eve)}(window,function(t){return function(t){var e=… argument
|
| /plugin/flowchartjs/ |
| D | raphael.min.js | 1 …:t.Raphael=e()}(window,function(){return function(t){var e={};function r(i){if(e[i])return e[i].ex… function
|
| /plugin/chordsheets/js/ |
| H A D | raphael.js | 1 …:t.Raphael=e()}(window,function(){return function(t){var e={};function r(i){if(e[i])return e[i].ex… function
|