Home
last modified time | relevance | path

Searched refs:image (Results 201 – 225 of 1085) sorted by last modified time

12345678910>>...44

/plugin/elasticsearch/
H A Ddocker-compose.yml4 image: elasticsearch:7.5.2
13 image: kibana:7.5.2
19 image: mattfullerton/tika-tesseract-docker
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md695 - Remove Elastica/Query/Image.php and test/Elastica/Query/ImageTest.php, no more support for image-plugin.
1006 - Update elasticsearch-image to work with ES 1.7.1 [#907](https://github.com/ruflin/Elastica/pull/907)
/plugin/latexcaption/
H A DREADME.md71 <caption>A really long subfigure caption much longer than the image that needs to wrap</caption>
86 It is also possible to have more than one image in a figure/subfigure to group them with one captio…
/plugin/imagepreview/
H A DREADME3 Preview image in editor in Dokuwiki
/plugin/ocr/
H A Dplugin.info.txt6 desc to ocr image
H A DREADME3 to OCR image in editor by using tesseract.js library
/plugin/folded/
H A Dstyle.css37 background-image: url(pagetools-close-open-sprite.png);
/plugin/achart/assets/
H A Dapexcharts.min.js6image.path){var A=t.image.width?t.image.width:20,S=t.image.height?t.image.height:20;this.annoCtx.a… class in AnonymousFunction1cae5b510100.S.t.pointAnnotation
10image:function(t){return this.put(new SVG.ImageEffect(t))},merge:function(){var t=[void 0];for(var… method in AnonymousFunction1cae5b514ce00.t
/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Ddialog_ie.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Ddialog_ie7.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Ddialog_ie8.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Ddialog_iequirks.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Ddialog_opera.css5image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-mo…
H A Deditor.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor_gecko.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…
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…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md220 * Fixed: Accessibility issue: No `alt` attribute for the logo image in the About tab of SCAYT.
610 …dev.ckeditor.com/ticket/13812): Fixed: When aborting file upload the placeholder for image is left.
866 …m/ticket/13454): Removed unused `lang.image.alertUrl` token from the [Image](https://ckeditor.com/…
977 …xed: Link lost when editing a linked image with the Link tab disabled. This also fixed a bug when …
1077 …s://dev.ckeditor.com/ticket/12111): Fixed: Linked image attributes are not read when opening the i…
1134 * [#10867](https://dev.ckeditor.com/ticket/10867): Fixed: Issue with setting encoded URI as image l…
1185 * [#11880](https://dev.ckeditor.com/ticket/11880): [IE8-9] Fixed: Linked image has a default thick …
1214 …* Default image caption can be translated (customized) with the `editor.lang.image2.captionPlaceho…
1222 …ansparentImageData) property which contains transparent image data to be used in CSS or as image s…
1237 …editor.com/ticket/11727): Fixed: The editor tries to select a non-editable image which was clicked.
[all …]
H A Dckeditor.js.unc14571 var d = ["image/png", "image/jpeg", "image/gif"],
18227 var k = a.plugins.image;
18306 case "image":
18341 case "image":
18637 group: "image"
18927 CKEDITOR.plugins.add("image", {
18931 CKEDITOR.dialog.add("image", this.path + "dialogs/image.js");
18934 b.addCommand("image", new CKEDITOR.dialogCommand("image", {
18944 command: "image",
18953 image: {
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1image[h=="image"?"title":"titleButton"],minWidth:420,minHeight:360,onShow:function(){this.imageEle…
H A Dimage.js.unc13 // Load image preview.
165 // Check image ratio and original image ratio, but respecting user's preference.
276 // Set Error image.
297 title: editor.lang.image[ dialogType == 'image' ? 'title' : 'titleButton' ],
330 // Copy of the image
353 if ( dialogType == 'image' )
414 type: 'image',
423 } else // Create a new image.
426 if ( dialogType == 'image' )
486 if ( dialogType != 'image' )
[all …]
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js1image,command:d,toolbar:"insert,10"});c.on("doubleclick",function(e){var f=e.data.element;if(f.is(…
H A Dplugin.js.unc12 CKEDITOR.plugins.add( 'image', {
15 icons: 'image', // %REMOVE_LINE_CORE%
17 var pluginName = 'image';
27 label: editor.lang.common.image,
36 evt.data.dialog = 'image';
42 image: {
43 label: editor.lang.image.menu,
44 command: 'image',
45 group: 'image'
54 return { image: CKEDITOR.TRISTATE_OFF };
[all …]

12345678910>>...44