Home
last modified time | relevance | path

Searched refs:image (Results 576 – 600 of 1085) sorted by relevance

1...<<21222324252627282930>>...44

/plugin/revealjs/
H A Dchangelog.md24 …- Background image size is recognized by postfix `%` and `px` or by keywords `auto`, `contain` and…
25 …- Background image position is recognized by keywords `top`, `bottom`, l`eft`, `right`, `center` (…
26 …- Background image repeat is recognized by the keyword `repeat` (no-repeat is the default in Revea…
64 - New conf option for image borders:
/plugin/s5reloaded/ui/thesis/pics/
H A Dbackground-head.xcf2 gimp-comment�������Created with The GIMP����gimp-image-grid������(style on-off-dash)
/plugin/imagepreview/
H A DREADME3 Preview image in editor in Dokuwiki
/plugin/advanced/lang/en/config/
H A Dmime.txt15 File type icons can be added by placing an image file (PNG or GIF) named after the file extension i…
/plugin/codemirror/dist/modes/
H A Dmarkdown.min.js1image:"image",imageAltText:"image-alt-text",imageMarker:"image-marker",formatting:"formatting",lin… property in AnonymousFunction75f14acc0200.g
/plugin/qrcode2/
H A Dphpqrcode.php943 $image = self::image($frame, $pixelPerPoint, $outerFrame);
947 ImagePng($image);
950 ImagePng($image, $filename);
952 ImagePng($image);
954 ImagePng($image, $filename);
958 ImageDestroy($image);
964 $image = self::image($frame, $pixelPerPoint, $outerFrame);
968 ImageJpeg($image, null, $q);
970 ImageJpeg($image, $filename, $q);
973 ImageDestroy($image);
[all …]
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt91 You can also use an image to link to another internal or external page by combining the syntax for …
97 Please note: The image formatting is the only formatting syntax accepted in link names.
99 The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including imag…
133 Resized external image: {{http://de3.php.net/images/php.gif?200x50}}
138 Resized external image: {{http://de3.php.net/images/php.gif?200x50}}
159 If you specify a filename (external or internal) that is not an image (''gif, jpeg, png''), then it…
161 For linking an image to another page see [[#Image Links]] above.
/plugin/dokutranslate/
H A Dstyle.css25 list-style-image: none;
/plugin/googledrawing/
H A DREADME3 Shows a published google drawing as an image.
/plugin/latex/
H A DTODO6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
/plugin/editonlink/
H A DREADME.md5 ![Test image](https://github.com/chang-zhao/dokuwiki-editonlink/blob/master/editonlink.gif)
/plugin/watermark/
H A DREADME3 The plugin places a watermark on every image after it is uploaded.
H A DREADME.md4 A Dokuwiki plugin to add a watermark during image upload.
/plugin/indexmenu/
H A DCREDITS34 Css dynamic properties and suggestion of js theme with differents image formats
/plugin/ckgedit/ckeditor/lang/
H A Den.js11 CKEDITOR.lang.en.image['alt'] = "HoverTip";
/plugin/ocr/
H A DREADME3 to OCR image in editor by using tesseract.js library
/plugin/latex-was/
H A DTODO6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties89 image=Image key
190 errorSaveImage=Error saving diagram image
H A Deditor.properties.bak85 image=Image
186 errorSaveImage=Error saving diagram image
/plugin/ckgdoku/ckeditor/skins/moono/
H A Deditor_gecko.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor_ie8.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor_iequirks.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor_ie.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js1616 editorUi.showBackgroundImageDialog(function(image, failed) argument
1620 newBackgroundImage = image;
2474 var image = 'none';
2484 image = unescape(encodeURIComponent(this.createSvgGrid(gridColor)));
2485 image = (window.btoa) ? btoa(image) : Base64.encode(image, true);
2486 image = 'url(' + 'data:image/svg+xml;base64,' + image + ')'
2492 image = 'url(' + this.gridImage + ')';
2521 graph.view.backgroundPageShape.node.style.backgroundImage = image;
2533 canvas.style.backgroundImage = image;
2767 mxPopupMenu.prototype.addItem = function(title, image, funct, parent, iconCls, enabled) argument

1...<<21222324252627282930>>...44