Home
last modified time | relevance | path

Searched refs:image (Results 226 – 250 of 1085) sorted by relevance

12345678910>>...44

/plugin/mathpublish/phpmathpublisher/
H A DTextExpression.php42 $this->image = $this->helper->displayMath($this->text, $size);
43 $this->verticalBased = imagesy($this->image) / 2;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DNote.php193 public function setImage(ImageNote $image) argument
195 $this->image = $image;
202 return $this->image;
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js546 var bitmap = texture.image;
847 var image = texture.image;
849 if ( image.complete === false ) {
867 canvas.width = image.width * ( mirrorX ? 2 : 1 );
872 context.drawImage( image, 0, 0 );
876 context.setTransform( - 1, 0, 0, - 1, image.width, image.height );
877 context.drawImage( image, - image.width, 0 );
884 context.drawImage( image, 0, image.height );
891 context.drawImage( image, - image.width, image.height );
950 width = texture.image.width * texture.repeat.x,
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/skins/
H A Ddhtmlxgantt_broadway.css1image:linear-gradient(45deg,hsla(0,0%,100%,.05) 25%,transparent 0,transparent 75%,hsla(0,0%,100%,.…
/plugin/photogallery/phpThumb/
H A DREADME.md8 image or only a portion of the original image. True color and resampling is used if GD v2.0+ is ava…
9 otherwise low-color and simple resizing is used. Source image can be a physical file on the server …
/plugin/imapmarkers/
H A Djquery.imagemapster.js372 ? image.width || image.naturalWidth
375 ? image.height || image.naturalHeight
1441 image,
1882 if (!image) {
1887 src = image;
1897 image
2425 me.image = image;
3558 if (image) {
4275 image,
4407 $(md.image),
[all …]
/plugin/lightbox/
H A Dplugin.info.txt6 desc Implements lightbox js for image media that uses {{images:image.png}} and similar
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dimages.md4 Here is an image tag: ![Total Downloads](https://poser.pugx.org/cebe/markdown/downloads.png).
12 This is not an image: ![[ :-)
14 This is not an image: ![[ :-)]]
/plugin/currentlyreading/
H A Dsyntax.php87 $image = (p_get_metadata($pagename, 'relation firstimage', METADATA_DONT_RENDER));
89 if ($image) {
90 …ass="plugin_currentlyreading" style="max-width: '.$width.'px;" src="'.ml($image).'" alt="'.$title.…
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog.css178 background-image: url(images/sprites.png);
184 background-image: url(images/sprites.gif);
190 background-image: url(images/dialog.sides.png);
196 background-image: url(images/dialog.sides.gif);
202 background-image: url(images/dialog.sides.rtl.png);
208 background-image: url(images/dialog.sides.gif);
336 background-image: url(images/sprites.png);
344 background-image: url(images/sprites.gif);
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css178 background-image: url(images/sprites.png);
184 background-image: url(images/sprites.gif);
190 background-image: url(images/dialog.sides.png);
196 background-image: url(images/dialog.sides.gif);
202 background-image: url(images/dialog.sides.rtl.png);
208 background-image: url(images/dialog.sides.gif);
336 background-image: url(images/sprites.png);
344 background-image: url(images/sprites.gif);
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki27 … Office files (ODT, DOCX, PPTX, etc.) are supported natively. If you need image or PDF support, th…
32 * Support for PDF and image thumbnails:
62 … office file (ODT, DOCX, PPTX, etc.), this will only work, if a thumbnail image already has been s…
64 In order to be able to show the thumbnail image, the image itself is stored within the media librar…
72 This will show a thumbnail of the Powerpoint presentation in your wiki page. The thumbnail image wi…
76 In all cases where a file format is supported by the plugin, it will add a thumbnail image into the…
94 …in essentially assumes these files to be ZIP files containing a thumbnail image at a specific path…
98 …n and Dependencies]]). Then it will load the image into ImageMagick and transform it into a thumbn…
108 …). The thumbnail will fit into a quadratic box of this size - in case the image is not quadratic, …
119 If your PDF and/or image thumbnails don't show up, consider activating the `allowdebug` option in t…
[all …]
/plugin/combo/ComboStrap/
H A DLazyLoad.php34 * it supports background image
57 * The default when the image are above the fold
108 * and the class lazyloaded as soon as the image is loaded.
119 // https://github.com/ApoorvSaxena/lozad.js#large-image-improvment
131 * Support background image
156 * Snippet to download the image before print
158 * The others javascript snippet to download lazy load depend on the image type
191 * but if present, it should have the same target ratio of the image
202 * When lazy loading, we set the srcset to a transparent image to not download the image i
[all...]
/plugin/combo/resources/theme/default/pages/partials/
H A Dmain-header-partial.hbs10 {{#page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" zoom="-10" lazy="none"}}{{/page-image}}
/plugin/mindmap/
H A Dsyntax.php219 $image = null;
238 $image = null;
250 $cmd .= ' -o'.escapeshellarg($image); //output
253 exec($cmd, $image, $error);
257 dbglog(join("\n",$image),'mindmap command failed: '.$cmd);
271 $image = $http->post('http://chart.apis.google.com/chart',$pass,'&');
/plugin/imageflow/
H A DREADME.md13image implementation - meaning: when an image is not being loaded within a certain time frame - an…
24 <image %IMAGE%[?width=%WIDTH%&linkto=%LINKTO%]>%DESCRIPTION%</image>
33 …, the user will be redirected to the wiki page, instead of getting a popup when clicking the image.
/plugin/advrack/
H A Dstyle.css273 background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
274 background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
275 background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
305 background-image: -moz-linear-gradient(top, #717171, #232323);
306 background-image: -webkit-linear-gradient(top, #717171, #232323);
307 background-image: -ms-linear-gradient(top, #717171, #232323);
308 background-image: -o-linear-gradient(top, #717171, #232323);
431 background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
432 background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
433 background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
[all …]
/plugin/metaeditor/
H A Dstyle.css21 list-style-image: none;
407 background-image: url("img/32px.png");
499 background-image: none;
521 background-image: url("img/32px.png");
571 background-image: url("img/32px.png");
663 background-image: none;
685 background-image: url("img/32px.png");
735 background-image: url("img/32px.png");
827 background-image: none;
849 background-image: url("img/32px.png");
[all …]
/plugin/fckg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css87 background-image: url(images/Folder.gif);
92 background-image: url(images/FolderOpened.gif);
97 background-image: url(images/FolderRO.gif);
102 background-image: url(images/FolderOpenedRO.gif);
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Ddefault-style.xml.bak56 <add as="image" extend="defaultVertex">
57 <add as="shape" value="image"/>
62 <add as="roundImage" extend="image">
65 <add as="rhombusImage" extend="image">
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php158 public $image; variable in Google_Promotion
180 public function setImage(Google_PromotionImage $image) { argument
181 $this->image = $image;
184 return $this->image;
527 public $image; variable in Google_Result
579 public function setImage(Google_ResultImage $image) { argument
580 $this->image = $image;
583 return $this->image;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultInvalidImage.txt
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Ddebugger.css103 background-image: url(chrome://firebug/skin/exe.png);
108 background-image: url(chrome://firebug/skin/breakpoint.png);
112 background-image: url(chrome://firebug/skin/breakpointCondition.png);
116 background-image: url(chrome://firebug/skin/breakpointDisabled.png);
120 background-image: url(chrome://firebug/skin/breakpointExe.png);
124 background-image: url(chrome://firebug/skin/breakpointDisabledExe.png);
128 background-image: url(chrome://firebug/skin/breakpoint.png);
/plugin/routeplaner/
H A Dstyle.css17 background-image: url(http://static.lycos-europe.net/de/i_slim/button_left.gif);
20 div.button .btnright{background-image: url(http://static.lycos-europe.net/de/i_slim/button_right.gi…
24 background-image: url(http://static.lycos-europe.net/de/i_slim/button_center.gif);
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php23 public ?string $image; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelNews
75 return (bool)$this->image;
120 $model->image = $data['image'];

12345678910>>...44