Home
last modified time | relevance | path

Searched refs:images (Results 426 – 450 of 785) sorted by relevance

1...<<11121314151617181920>>...32

/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1061 var $images; //array of used images variable in FPDF
1641 $this->images = array();
2086 if (!isset($this->images[$file])) {
2098 $info['i'] = count($this->images) + 1;
2099 $this->images[$file] = $info;
2102 $info = $this->images[$file];
2339 reset($this->images);
2340 while (list($file,$info) = each($this->images)) {
2342 $this->images[$file]['n']=$this->n;
2374 unset($this->images[$file]['data']);
[all …]
H A DChangeLog58 * Fixed: notices/errors caused by missing images
66 background images
107 * Change: JPEG images now will not be converted to PNG, decreasing
439 * Fixed: images were never rendered as links
709 pages with images
967 * Fixed: images with non-zero padding/margin or border width were
1100 * Fixed: iframes referring to images instead of HTML are ignored
1158 * Fixed: included files (images and stylesheets) are fetched using
1161 * Fixed: temporary images files were created in /tmp instead of
1326 * Fixed error with images as the list markers
[all …]
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css145 /*background: transparent url(../../images/resizecol.png) center center no-repeat;*/
155 /*background: transparent url(../../images/resizecol.png) center center no-repeat;*/
284 background: url('../../images/icon-list.png') 3px 1px no-repeat;
288 background: url('../../images/icon-sort.png') 3px 1px no-repeat;
/plugin/datatables/assets/datatables.net-dt/css/
H A Djquery.dataTables.min.css
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1144 var images = JSON.parse(mxUtils.getTextContent(doc.documentElement));
1146 for(var i = 0; i < images.length; i++)
1148 addImage(preview, images[i].data, images[i].w, images[i].h, images[i]);
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js1073 this.images = [];
1148 this.images.push(img);
1153 if (this.images != null)
1155 for (var i = 0; i < this.images.length; i++)
1157 var img = this.images[i];
1162 this.images = null;
/plugin/stars/
H A Dreadme.txt27 to use custom images, just replace the star.png, halfstar.png, and emptystar.png files
/plugin/move/
H A DREADME31 Sources of the icons contained in images/:
/plugin/pagebuttons/
H A DREADME.md9 ![Screenshot](images/screenshot.png)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGamesConfiguration.php137 'path' => 'games/v1configuration/images/{resourceId}/imageType/{imageType}',
/plugin/advanced/lang/en/
H A Dconfig.txt21 … | [[doku>exif]] | Metadata editable for images |
/plugin/adhoctags/images/
H A DREADME1 The icon images in this folder come from the "Material Design Icons" collection
/plugin/pdfjs/pdfjs/web/locale/ne-NP/
H A Dviewer.properties15 # Main toolbar buttons (tooltips and alt text for images)
115 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/kn/
H A Dviewer.properties15 # Main toolbar buttons (tooltips and alt text for images)
124 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/lo/
H A Dviewer.properties15 # Main toolbar buttons (tooltips and alt text for images)
106 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/sw/
H A Dviewer.properties15 # Main toolbar buttons (tooltips and alt text for images)
69 # Thumbnails panel item (tooltip and alt text for images)
/plugin/noticeboard/noticeboard/
H A Dstyle.css60 background:#fff url('../../tpl/default/images/buttonshadow.png');
92 background:#fff url('../../tpl/default/images/buttonshadow.png');
/plugin/noticeboard/
H A Dstyle.css60 background:#fff url('../../tpl/default/images/buttonshadow.png');
92 background:#fff url('../../tpl/default/images/buttonshadow.png');
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc54 icon: this.path + 'images/sig.png'
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc54 icon: this.path + 'images/sig.png'
/plugin/combo/
H A DREADME.md6 ![ComboStrap - Easy Markup WebSite Generator](./resources/images/banner-combostrap.png "combostrap website bootstrap dokuwiki")
/plugin/revealjs/
H A Dchangelog.md23 - Background images are recognized case insensitive by the endings gif, png, jpg, jpeg, svg
65 - In DokuWiki in the default theme images have no borders
66 - In Reveal the images have borders
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak2 images=Images
/plugin/stale/
H A DREADME.md27 …tps://www.dokuwiki.org/devel:menus) via the hand icon ![Hand index icon](images/hand-index-fill.sv…
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt37 from a directory of images.

1...<<11121314151617181920>>...32