Home
last modified time | relevance | path

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

12

/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php12 protected $image; variable in splitbrain\\slika\\GdAdapter
25 $this->image = $this->loadImage($imagepath);
34 if (is_resource($this->image)) {
35 imagedestroy($this->image);
67 $transparency = imagecolorallocatealpha($this->image, 0, 0, 0, 127);
70 $image = $this->image;
72 $image = imagerotate($this->image, 180, $transparency);
74 $image = imagerotate($this->image, -90, $transparency);
77 $image = imagerotate($this->image, 90, $transparency);
83 imageflip($image, IMG_FLIP_HORIZONTAL);
[all …]
/dokuwiki/conf/
H A 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/vendor/openpsa/universalfeedcreator/lib/Creator/
H A 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."' ";
H A 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…
H A 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";
H A DFeedCreator.php22 …public $syndicationURL, $image, $language, $copyright, $pubDate, $lastBuildDate, $editor, $editorE…
/dokuwiki/inc/
H A Dmedia.php803 * @param string $image filename of the current image
806 function media_tabs_details($image, $selected_tab = '') argument
816 [, $mime] = mimetype($image);
817 if ($mime == 'image/jpeg' && file_exists(mediaFN($image))) {
1007 * @param string $image media id
1012 function media_tab_view($image, $ns, $auth = null, $rev = '') argument
1017 if ($image && $auth >= AUTH_READ) {
1018 $mf = new MediaFile($image, $rev);
1020 media_preview_buttons($image, $auth, $rev);
1021 media_details($image, $auth, $rev, $mf->getMeta());
[all …]
H A 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();
H A Dtemplate.php1491 * @param string $image
1496 function tpl_mediaFileDetails($image, $rev) argument
1503 !file_exists(mediaFN($image)) &&
1504 file_exists(mediaMetaFN($image, '.changes')) &&
1507 if (!$image || (!file_exists(mediaFN($image)) && !$removed) || $DEL) return;
1508 if ($rev && !file_exists(mediaFN($image, $rev))) $rev = false;
1509 $ns = getNS($image);
1515 [, $mime] = mimetype($image);
1527 media_tabs_details($image, $opened_tab);
1530 [$ext] = mimetype($image, false);
[all …]
/dokuwiki/_test/tests/inc/
H A 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/
H A 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.
99 Sometimes you need to know what dimensions an image *would* have after a chain of operations withou…
123 without doing any actual image work.
/dokuwiki/lib/tpl/dokuwiki/css/
H A 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);
H A D_modal.css50 background-image: url(../../images/up.png);
53 background-image: url(../../images/page.png);
56 background-image: url(../../images/ns.png);
H A D_links.css43 background-image: url(../../images/external-link.svg);
47 background-image: url(../../images/unc.svg);
51 background-image: url(../../images/email.svg);
H A D_imgdetail.css2 * This file provides styles for the image detail page (detail.php).
H A 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/
H A DFeedItem.php19 …public $author, $authorEmail, $authorURL, $image, $category, $categoryScheme, $comments, $guid, $s…
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A 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/lib/styles/
H A 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);
H A Dall.css40 /* image alignment */
H A Dfeed.css13 category, image { selector
/dokuwiki/inc/Feed/
H A DFeedCreator.php210 $this->feed->image = new \FeedImage();
211 $this->feed->image->title = $conf['title'];
212 $this->feed->image->link = DOKU_URL;
213 $this->feed->image->url = tpl_getMediaFile([
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php86 if ($return = $this->image()) {
161 public function image() function in SimplePie\\Content\\Type\\Sniffer
/dokuwiki/_test/tests/Parsing/ParserMode/
H A DLinksTest.php778 $image = [
793 ['internallink',['x:1:y:foo_bar:z',$image]],
805 $image = [
820 ['internallink',['x:1:y:foo_bar:z',$image]],
832 $image = [
847 ['emaillink',['foo@example.com',$image]],
/dokuwiki/data/pages/wiki/
H A 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://www.php.net/images/php.gif?200x50}}
144 Resized external image:           {{https://www.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