| /plugin/bibtex/OSBib/create/ |
| D | MISC.php | 117 function img($src, $width, $height, $alt = "") function in MISC 141 function jsExternal($src)
|
| /plugin/weiqi/ |
| D | weiqi_parser.php | 409 function img($src, $alt=false, $w=false, $h=false) { function in weiqi_parser
|
| /plugin/epub/ |
| D | renderer.php | 106 function _media ($src, $title=NULL, $align=NULL, $width=NULL, 404 function set_image($img,$width=null,$height=null,$align=null) { 416 function set_audio($src,$mtype,$title) { 425 function set_video($src,$mtype,$title) {
|
| /plugin/popupviewer/ |
| D | script.js | 628 src: element.attr('src'), property 645 src: match[2], property 656 src: this.src, property 670 $.each(allImgs, function (i, img) { argument 697 function img(url) { var i = new Image(); i.src = url; return i; } function
|
| /plugin/imageflow/ |
| D | script.js | 101 this.loadImageEvent = function (src, eventFkt) { argument 265 src: src, property 720 function img(url) { var i = new Image(); i.src = url; return i; } function
|
| /plugin/diagramsnet/lib/math/jax/output/HTML-CSS/ |
| D | imageFonts.js | 19 …img[p];var g={width:Math.floor(o[0]/m+0.5)+"px",height:Math.floor(o[1]/m+0.5)+"px"};if(o[2]){g.ver… property
|
| /plugin/nroff/ |
| D | renderer.php | 701 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL, 739 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL, 960 function _media ($src, $title=NULL, $align=NULL, $width=NULL, 1088 function _imageTitle($img) {
|
| /plugin/xml/ |
| D | renderer.php | 477 …function internalmedia ($src, $title=null, $align=null, $width=null, $height=null, $cache=null, $l… 492 …function externalmedia ($src, $title=null, $align=null, $width=null, $height=null, $cache=null, $l… 564 …function _media($type, $src, $title=null, $align=null, $width=null, $height=null, $cache=null, $li… 602 function _imageTitle($img) {
|
| /plugin/dokutexit/ |
| D | latex.php | 586 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL 593 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL 1313 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL, 1391 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL, 1501 function _media_test ($src, $title=NULL, $align=NULL, $width=NULL, 1519 function _media($src, $title=NULL, $align=NULL, $width=NULL, 1554 function _media_xhtml ($src, $title=NULL, $align=NULL, $width=NULL, 1680 function _imageTitle($img) {
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Dialogs.js | 28 function addLogo(img, title, mode, clientName, labels, clientFn) argument 1517 var BackgroundImageDialog = function(editorUi, applyFn, img) argument 1602 editorUi.loadImage(urlInput.value, function(img) argument 4084 function addLogo(img, title, mode, clientName) argument 4640 editorUi.loadImage(newValue, function(img) argument 5257 function addButton(src, tooltip, fn) argument 8967 function addButton(data, mimeType, x, y, w, h, img, aspect, title) argument 9377 return function(data, mimeType, x, y, w, h, img, doneFn, file) argument 9446 editorUi.loadImage(uri, function(img) argument 9565 …leInput.files, 0, 0, editorUi.maxImageSize, function(data, mimeType, x, y, w, h, img, doneFn, file) argument [all …]
|
| D | EditorUi.js | 3464 …0, 0, this.maxImageSize, mxUtils.bind(this, function(data, mimeType, x, y, w, h, img, doneFn, file) argument 3776 EditorUi.prototype.showBackgroundImageDialog = function(apply, img) argument 7894 this.loadImage(text, mxUtils.bind(this, function(img) argument 8744 this.loadImage(e.target.result, mxUtils.bind(this, function(img) argument 8927 EditorUi.prototype.resizeImage = function(img, data, fn, enabled, maxSize, thresh, fileSize) argument 9244 graph.setBackgroundImage = function(img) argument 9306 result = {src: result.originalSrc}; property 9627 this.loadImage(decodeURIComponent(uri), mxUtils.bind(this, function(img) argument 9903 this.loadImage(decodeURIComponent(uri), mxUtils.bind(this, function(img) argument 9914 }), mxUtils.bind(this, function(img) argument
|
| D | Editor.js | 2457 Editor.initMath = function(src, config) argument 2651 converter.convert = function(src) argument 2811 (mxUtils.bind(this, function(img) argument
|
| /plugin/processing/ |
| D | script.js | 8957 p.save = function save(file, img) { argument 9267 function get$3(x,y,img) { argument 9286 function get$5(x, y, w, h, img) { argument 9308 p.get = function get(x, y, w, h, img) { argument 9395 function set$4(x, y, obj, img) { argument 9409 p.set = function set(x, y, obj, img) { argument 9529 p.image = function image(img, x, y, w, h) { argument 9601 p.copy = function copy(src, sx, sy, sw, sh, dx, dy, dw, dh) { argument 9617 p.blend = function blend(src, sx, sy, sw, sh, dx, dy, dw, dh, mode, pimgdest) { argument 10108 p.blit_resize = function blit_resize(img, srcX1, srcY1, srcX2, srcY2, destPixels, argument
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | export.js | 599 loadResource: function( src, addons ) { argument 944 fabric.Image.fromURL( childNode.getAttribute( "xlink:href" ), function( img ) { argument 1514 return function( img ) { argument 2803 img: img, property
|
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 1256 this.saveAsImage = function(img){ argument 1521 function mixin(target, src){ argument
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 5342 fabric.util.loadImage(options.source, function(img) { argument 6011 fabric.util.loadImage(image, function(img) { argument 6035 fabric.util.loadImage(color.source, function(img) { argument 10387 fabric.Image.fromObject(value, function(img) { argument 11654 fabric.util.loadImage(dataUrl, function(img) { argument 17080 src: this._originalElement.src || this._originalElement._src, property 17158 setSrc: function(src, callback, options) { argument 17159 fabric.util.loadImage(src, function(img) { argument 17413 fabric.util.loadImage(object.src, function(img) { argument 17430 fabric.util.loadImage(url, function(img) { argument [all …]
|
| D | fabric.min.js | 4 …sourceFromHsl=function(color){var match=color.match(Color.reHSLa);if(!match){return}var h=(parseFl… 6 …ector.left=pointer.x-groupSelector.ex;groupSelector.top=pointer.y-groupSelector.ey;this.renderTop(… 9 …rtY=0,x=0,y=0,controlX=0,controlY=0,tempX,tempY,l=-this.pathOffset.x,t=-this.pathOffset.y;if(this.… 11 …|(global.fabric={}),extend=fabric.util.object.extend;fabric.Image.filters.GradientTransparency=fab… 15 …r(this.hiddenTextarea,"keypress",this.onKeyPress.bind(this));fabric.util.addListener(this.hiddenTe…
|
| /plugin/imapmarkers/ |
| D | jquery.imagemapster.js | 287 $.each(Array.prototype.slice.call(arguments, 1), function (_, src) { argument 559 u['img' + capProp] = function (img, jqwidth) { argument
|
| /plugin/jcapture/lib/ |
| D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | abc2svg-1.js | 2756 …{name:"serif",style:"italic",size:10},measurenb:-1,musicfont:{name:"music",src:musicfont,size:24},… property 3039 function cnv_escape(src,flag){var c,c2,dst="",i,j=0 argument 3138 function uncomment(src,flag){if(!src) argument 7167 …outline-offset: 1px}',font_style='',posx=cfmt.leftmargin/cfmt.scale,posy=0,img={width:cfmt.pagewid… variable
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 57 …1,cite:1,code:1,command:1,datalist:1,del:1,dfn:1,em:1,embed:1,i:1,iframe:1,img:1,input:1,ins:1,kbd… property 59 body:1},c,g),i:b,iframe:h,img:k,input:k,ins:b,kbd:b,keygen:k,label:b,legend:b,li:c,link:k,main:c,ma… property 61 …empty:{area:1,base:1,basefont:1,br:1,col:1,command:1,dialog:1,embed:1,hr:1,img:1,input:1,isindex:1… property 62 …ipt:1,textarea:1,video:1},$object:{applet:1,audio:1,button:1,hr:1,iframe:1,img:1,input:1,object:1,… property 260 new CKEDITOR.dom.element("script");e.setAttributes({type:"text/javascript",src:b});c&&(CKEDITOR.env… property 461 …Text="",this._.cache.ranges=new CKEDITOR.dom.rangeList;return this};var N={img:1,hr:1,li:1,table:1… property 503 …ogress:1,details:1,datagrid:1,datalist:1},N={a:1,blockquote:1,embed:1,hr:1,img:1,li:1,object:1,ol:… property 765 src:d})}d=g.output(e);b&&b.push(d);return d},addBlock:function(a,b){b=this._.blocks[a]=b instanceof… property 1291 src:CKEDITOR.tools.transparentImageData,width:15,title:b.lang.widget.move,height:15,role:"presentat… property 1294 …);b||(b=new CKEDITOR.dom.element("img",a.editor.document),b.setAttributes({src:CKEDITOR.tools.tran… property [all …]
|
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 49 …1,cite:1,code:1,command:1,datalist:1,del:1,dfn:1,em:1,embed:1,i:1,iframe:1,img:1,input:1,ins:1,kbd… property 51 …:1,h2:1,h3:1,h4:1,h5:1,h6:1},hr:k,html:a({head:1,body:1},c,l),i:b,iframe:d,img:k,input:k,ins:b,kbd… property 54 …empty:{area:1,base:1,basefont:1,br:1,col:1,command:1,dialog:1,embed:1,hr:1,img:1,input:1,isindex:1… property 55 img:1,input:1,object:1,select:1,table:1,textarea:1,video:1},$removeEmpty:{abbr:1,acronym:1,b:1,bdi:… property 234 …new CKEDITOR.dom.element("script");e.setAttributes({type:"text/javascript",src:b});c&&(CKEDITOR.en… property 421 …Text="",this._.cache.ranges=new CKEDITOR.dom.rangeList;return this};var D={img:1,hr:1,li:1,table:1… property 463 …ogress:1,details:1,datagrid:1,datalist:1},C={a:1,blockquote:1,embed:1,hr:1,img:1,li:1,object:1,ol:… property 708 …n+")();document.close();")+"}())":"";l.frame=f.output({id:this.id+"_frame",src:k})}k=a.output(l);e… property 929 …DITOR.tools.objectKeys(p)}},showDisplayTextForElement:function(a,b){var c={img:1,table:1,tbody:1,t… property
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 747 this.addScript = function(doc, id, src) argument 5620 "img": 1, property 28944 var renderProcess = function renderProcess(src) argument
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 264 this.addScript=function(doc,id,src){var element=doc.createElementNS("http://www.w3.org/1999/xhtml",… argument 1351 this.selfClosingTags={meta:1,link:1,area:1,base:1,col:1,input:1,img:1,br:1,hr:1,param:1,embed:1}; property 7696 …(index){if(this.sourceIndex!=index){var renderProcess=function renderProcess(src){var html=[],hl=0; argument
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 275 this.addScript=function(doc,id,src){var element=doc.createElementNS("http://www.w3.org/1999/xhtml",… argument 1362 this.selfClosingTags={meta:1,link:1,area:1,base:1,col:1,input:1,img:1,br:1,hr:1,param:1,embed:1}; property 7707 …(index){if(this.sourceIndex!=index){var renderProcess=function renderProcess(src){var html=[],hl=0; argument
|