Home
last modified time | relevance | path

Searched refs:img (Results 476 – 500 of 749) sorted by relevance

1...<<11121314151617181920>>...30

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md3 [![Total Downloads](https://img.shields.io/packagist/dt/monolog/monolog.svg)](https://packagist.org…
4 [![Latest Stable Version](https://img.shields.io/packagist/v/monolog/monolog.svg)](https://packagis…
/plugin/openlayersmap/
H A Dstyle.less35 .olContainer img {
120 .coord img {
/plugin/openlayersmap/ol7/
H A Dol.css
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md118 - Images in PHP variables (`<img src="var:smileyface">`) were moved from direct Mpdf properties to `Mpdf::$imageVars` public property array
275 - transform (on `<img>` only)
326 - Images - image height is reset proportional to original if width is set to maximum e.g. `<img width="100%" height="20mm">`
327 - URL handling changed to work with special characters in path fragments; affects `<a>` links, `<img>` images and
382 - CSS style transform supported on `<img>` element (only)
386 - CSS background-color now supported on `<img>` element
538 - Image HTML attributes `<img>` added: max-height, max-width, min-height and min-width
554 - max-height, max-width, min-height and min-width for images `<img>`
591 - Paths to img or stylesheets - incorrectly reading "//www.domain.com" i.e. when starting with two /
623 CSS support added for for min-height, min-width, max-height and max-width in `<img>`
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js459 var img = new Image();
460 img.onload = function()
462 editorUi.resizeImage(img, img.src, function(data2, w, h)
471 img.onerror = function(e)
478 img.src = (format == 'svg') ? Editor.createSvgDataUri(data) :
H A DMenus.js73 var img = new Image();
74 img.src = IMAGE_PATH + '/help.png';
2011 var img = wnd.document.createElement('img');
2014 img.style.marginLeft = '6px';
2015 info.appendChild(img);
2405 editorUi.loadImage(data, mxUtils.bind(this, function(img) argument
4045 var img = document.createElement('span');
4046 img.className = 'geSprite geSprite-delete';
4047 img.style.cursor = 'pointer';
4048 img.style.display = 'inline-block';
[all …]
H A DDriveClient.js1810 var img = new Image();
1812 img.onload = mxUtils.bind(this, function()
1816 var s = this.thumbnailWidth / img.width;
1820 canvas.height = Math.floor(img.height * s);
1823 ctx.drawImage(img, 0, 0, canvas.width, canvas.height);
1849 img.src = 'data:image/png;base64,' + data;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css95 .logo img {
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md7 [![Downloads](https://img.shields.io/packagist/dt/paragonie/constant_time_encoding.svg)](https://pa…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css95 .logo img {
/plugin/anewssystem/
H A Dstyle.css358 img.anss_intLink {
365 img.anss_intLink:hover {
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.css148 .amcharts-export-menu li > a > img {
325 .amcharts-export-menu li img {
345 .amcharts-export-menu .export-drawing-shape a:hover img {
/plugin/addressbook/
H A Dstyle.css121 .plugin_addressbook_editform .photoupload img{
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js598 img.style.display = 'block';
599 img.style.right = '0px';
600 img.style.top = '8px';
601 img.style.cursor = 'pointer';
602 img.style.marginTop = '1px';
603 img.style.marginRight = '6px';
605 img.style.padding = '1px';
606 img.style.opacity = 0.5;
607 label2.appendChild(img)
1417 arrow.appendChild(img);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css203 img { selector
472 a img {
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js339 function submit(img) argument
341 pickedFileCallback(selectedFile, img);
/plugin/lytebox/
H A Dlytebox.js694 LyteBox.prototype.getPixelRate = function(cur, img) { argument
695 var diff = (img > cur) ? img - cur : cur - img;
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css162 .text-options img {
/plugin/slider/
H A Dscreen.css24 .bx-wrapper img {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm96 <cfset var tags = "<body,<head,<html,<img,<pre,<script,<table,<title">
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.css1 …n:center}.croppie-result{position:relative;overflow:hidden}.croppie-result img{position:absolute}.…
/plugin/s5/ui/pixel/
H A Dpretty.css34 img.leader {display: block; margin: 0 auto;}
/plugin/s5/ui/dokuwiki/
H A Dpretty.css72 img{border: none;} selector
/plugin/s5/ui/flower/
H A Dpretty.css34 img.leader {display: block; margin: 0 auto;}
/plugin/orphanmedia/
H A Dsyntax.php768 function _prepare_output($m_link,$page,$img,$counter,$class=NULL) argument
787 …"col0 centeralign"><img src="'.DOKU_URL.'lib/plugins/orphanmedia/images/'.$img.'" align="middle" /…

1...<<11121314151617181920>>...30