Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 37) sorted by relevance

12

/dokuwiki/vendor/splitbrain/slika/src/
DGdAdapter.php12 protected $image; variable in splitbrain\\slika\\GdAdapter
25 $this->image = $this->loadImage($imagepath);
33 if (is_resource($this->image)) {
34 imagedestroy($this->image);
89 $transparency = imagecolorallocatealpha($this->image, 0, 0, 0, 127);
93 $image = imagerotate($this->image, 180, $transparency);
96 $image = imagerotate($this->image, -90, $transparency);
99 $image = imagerotate($this->image, 90, $transparency);
106 imageflip($image, IMG_FLIP_HORIZONTAL);
109 imagedestroy($this->image);
[all …]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
DHTMLCreator.php82 if ($this->image != null) {
83 $imageStr = "<a href='".$this->image->link."'".$targetInsert.">".
84 "<img src='".$this->image->url."' border='0' alt='".
85 FeedCreator::iTrunc(htmlspecialchars($this->image->title), 100).
87 if ($this->image->width) {
88 $imageStr .= " width='".$this->image->width."' ";
90 if ($this->image->height) {
91 $imageStr .= " height='".$this->image->height."' ";
DRSSCreator091.php69 if ($this->image != null) {
71 $feed .= " <url>".$this->image->url."</url>\n";
72 …$feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars($this->image->title), 100)."</…
73 $feed .= " <link>".$this->image->link."</link>\n";
74 if ($this->image->width != "") {
75 $feed .= " <width>".$this->image->width."</width>\n";
77 if ($this->image->height != "") {
78 $feed .= " <height>".$this->image->height."</height>\n";
80 if ($this->image->description != "") {
81 …$feed .= " <description>".htmlspecialchars($this->image->description)."</description>\n…
DRSSCreator10.php37 if ($this->image != null) {
38 $feed .= " <image rdf:resource=\"".$this->image->url."\" />\n";
50 if ($this->image != null) {
51 $feed .= " <image rdf:about=\"".$this->image->url."\">\n";
52 $feed .= " <title>".$this->image->title."</title>\n";
53 $feed .= " <link>".$this->image->link."</link>\n";
54 $feed .= " <url>".$this->image->url."</url>\n";
DFeedCreator.php22 …public $syndicationURL, $image, $language, $copyright, $pubDate, $lastBuildDate, $editor, $editorE…
/dokuwiki/conf/
Dmime.conf6 jpg image/jpeg
7 jpeg image/jpeg
8 gif image/gif
9 png image/png
10 webp image/webp
11 ico image/vnd.microsoft.icon
52 odi !application/vnd.oasis.opendocument.image
57 svg image/svg+xml
/dokuwiki/inc/
Dmedia.php800 * @param string $image filename of the current image
803 function media_tabs_details($image, $selected_tab = '') argument
813 [, $mime] = mimetype($image);
814 if ($mime == 'image/jpeg' && file_exists(mediaFN($image))) {
1004 * @param string $image media id
1009 function media_tab_view($image, $ns, $auth = null, $rev = '') argument
1014 if ($image && $auth >= AUTH_READ) {
1015 $meta = new JpegMeta(mediaFN($image, $rev));
1016 media_preview($image, $auth, $rev, $meta);
1017 media_preview_buttons($image, $auth, $rev);
[all …]
DAjax.php240 $image = '';
241 if ($INPUT->has('image')) $image = cleanID($INPUT->str('image'));
242 if (isset($IMG)) $image = $IMG;
243 if (isset($JUMPTO)) $image = $JUMPTO;
248 tpl_mediaFileDetails($image, $rev);
260 $image = '';
261 if ($INPUT->has('image')) $image = cleanID($INPUT->str('image'));
262 (new MediaDiff($image))->preference('fromAjax', true)->show();
Dtemplate.php1509 * @param string $image
1514 function tpl_mediaFileDetails($image, $rev) argument
1521 !file_exists(mediaFN($image)) &&
1522 file_exists(mediaMetaFN($image, '.changes')) &&
1525 if (!$image || (!file_exists(mediaFN($image)) && !$removed) || $DEL) return;
1526 if ($rev && !file_exists(mediaFN($image, $rev))) $rev = false;
1527 $ns = getNS($image);
1533 [, $mime] = mimetype($image);
1545 media_tabs_details($image, $opened_tab);
1548 [$ext] = mimetype($image, false);
[all …]
/dokuwiki/_test/tests/inc/
Dchangelog_getlastrevisionat.test.php145 $image = 'wiki:imageat.png';
147 $ret = copy(mediaFn('wiki:kind_zu_katze.png'),mediaFn($image));
149 $revexpected = @filemtime(mediaFn($image));
154 $ret = media_delete($image, 0);
156 $medialog = new MediaChangeLog($image);
/dokuwiki/vendor/splitbrain/slika/
DREADME.md1 # Slika - simple image handling for PHP
49 All resize operations will keep the original aspect ratio of the image. There will be no distortion.
54 # fit the image into a bounding box of 500x500 pixels
57 # adjust the image to a maximum width of 500 pixels
60 # adjust the image to a maximum height of 500 pixels
66 Similar to resizing, but this time the image will be cropped to fit the new aspect ratio.
74 Rotates the image. The parameter passed is one of the EXIF orientation flags:
91 Rotates the image according to the EXIF rotation tag if found.
/dokuwiki/lib/tpl/dokuwiki/css/
D_toc.css83 list-style-image: url(../../images/bullet.png);
86 list-style-image: url(../../images/open.png);
89 list-style-image: url(../../images/closed.png);
92 list-style-image: url(../../images/closed-rtl.png);
D_modal.css50 background-image: url(../../images/up.png);
53 background-image: url(../../images/page.png);
56 background-image: url(../../images/ns.png);
D_links.css43 background-image: url(../../images/external-link.svg);
47 background-image: url(../../images/unc.svg);
51 background-image: url(../../images/email.svg);
D_imgdetail.css2 * This file provides styles for the image detail page (detail.php).
Dbasic.less404 input[type=image] {
420 …background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdm…
421 background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%);
449 …background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmc…
450 background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #dddddd 99%, #bbbbbb 99%);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
DFeedItem.php19 …public $author, $authorEmail, $authorURL, $image, $category, $categoryScheme, $comments, $guid, $s…
/dokuwiki/lib/styles/
Dscreen.css34 background-image: url(../images/error.png);
40 background-image: url(../images/info.png);
46 background-image: url(../images/success.png);
52 background-image: url(../images/notify.png);
Dall.css40 /* image alignment */
Dfeed.css13 category, image { selector
/dokuwiki/vendor/openpsa/universalfeedcreator/
DREADME.md26 $image = new FeedImage();
27 $image->title = "dailyphp.net logo";
28 $image->url = "http://www.dailyphp.net/images/logo.gif";
29 $image->link = "http://www.dailyphp.net";
30 $image->description = "Feed provided by dailyphp.net. Click to visit.";
33 $image->descriptionTruncSize = 500;
34 $image->descriptionHtmlSyndicated = true;
36 $rss->image = $image;
/dokuwiki/inc/Feed/
DFeedCreator.php215 $this->feed->image = new \FeedImage();
216 $this->feed->image->title = $conf['title'];
217 $this->feed->image->link = DOKU_URL;
218 $this->feed->image->url = tpl_getMediaFile([
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
DSniffer.php111 if ($return = $this->image()) {
182 public function image() function in SimplePie\\Content\\Type\\Sniffer
/dokuwiki/_test/tests/inc/parser/
Dparser_links.test.php777 $image = array(
792 array('internallink',array('x:1:y:foo_bar:z',$image)),
804 $image = array(
819 array('internallink',array('x:1:y:foo_bar:z',$image)),
831 $image = array(
846 array('emaillink',array('foo@example.com',$image)),
/dokuwiki/_test/data/pages/wiki/
Dsyntax.txt97 You can also use an image to link to another internal or external page by combining the syntax for …
103 Please note: The image formatting is the only formatting syntax accepted in link names.
105 The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including imag…
137 … the aspect ratio of the given width and height doesn't match that of the image, it will be croppe…
139 Resized external image:           {{https://secure.php.net/images/php.gif?200x50}}
144 Resized external image:           {{https://secure.php.net/images/php.gif?200x50}}
165 For linking an image to another page see [[#Image Links]] above.
182 {{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
194 Additionally DokuWiki supports a "poster" image which will be shown before the video has started. T…
228 The text to image conversion is mainly done for smileys. And the text to HTML conversion is used fo…

12