Home
last modified time | relevance | path

Searched defs:img (Results 26 – 50 of 170) sorted by relevance

1234567

/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.print.js198 $('img', win.document.body).each(function (i, img) { argument
/plugin/html2pdf/html2pdf/html2ps/
Dbox.img.php228 function ImgBox($img) {
/plugin/bibtex/OSBib/create/
DMISC.php117 function img($src, $width, $height, $alt = "") function in MISC
/plugin/orphanmedia2/
Dsyntax.php769 function _prepare_output($m_link,$page,$img,$counter,$class=NULL)
/plugin/orphanmedia/
Dsyntax.php768 function _prepare_output($m_link,$page,$img,$counter,$class=NULL)
/plugin/geonav/tpl/startermap/css/
Dprint.css84 img { selector
Dbasic.css240 img { selector
249 img, selector
/plugin/s5/ui/dokuwiki/
Dpretty.css72 img{border: none;} selector
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckxhtml.js315 img : function( node, htmlNode ) method
Dfcklistslib.js43 EmptyElements : { base:1,col:1,meta:1,link:1,hr:1,br:1,param:1,img:1,area:1,input:1 }, property
55 StyleObjectElements : { img:1,hr:1,li:1,table:1,tr:1,td:1,embed:1,object:1,ol:1,ul:1 }, property
/plugin/html2pdf/snorriheim/
Dprint.css16 img {border:0} selector
/plugin/zoom/
Dscript.js9 …'+(i-1),arguments[i])}return str}function CloudZoom(jWin,opts){var sImg=$('img',jWin);var img1;var… argument
/plugin/jcapture/src/com/hammurapi/jcapture/
DRegion.java46 BufferedImage img = master.getImage(); in Region() local
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckxhtml.js332 img : function( node, htmlNode ) method
Dfcklistslib.js40 EmptyElements : { base:1,meta:1,link:1,hr:1,br:1,param:1,img:1,area:1,input:1 }, property
/plugin/database2/
Dmedia.php358 $img = ( $major == 'image' ) ? @imagecreatefromstring( $data ) : false; variable
/plugin/wysiwyg/fckeditor/editor/dtd/
Dfck_xhtml10transitional.js36 H = X({sub:1, img:1, object:1, sup:1, basefont:1, map:1, applet:1, font:1, big:1, small:1}, G) ; property
39 …K = {img:1, noscript:1, br:1, kbd:1, center:1, button:1, basefont:1, h5:1, h4:1, samp:1, h6:1, ol:… property
/plugin/lytebox/
Dlytebox.js694 LyteBox.prototype.getPixelRate = function(cur, img) { argument
/plugin/layeranimation/
Dscript.js449 this.IsImageOk = function(img) { argument
/plugin/popupviewer/
H A Dscript.js668 $.each(allImgs, function (i, img) { argument
695 function img(url) { var i = new Image(); i.src = url; return i; } function
/plugin/epub/scripts/
Depub_utils.php267 function epub_save_image($img,$fullpath){
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
DimageFonts.js19 …6).toUpperCase();while(l.length<4){l="0"+l}var j=k+"/"+l+".png";var o=r[5].img[p];var g={width:Mat… property
/plugin/epub/
Drenderer.php404 function set_image($img,$width=null,$height=null,$align=null) {
/plugin/godiag/
Dsyntax.php355 function circ( &$img, $cx, $cy, $cr, $color) {
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js28 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
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
10150 function createPreview(diagram, elt, img, evt) argument
[all …]

1234567