Home
last modified time | relevance | path

Searched +full:screenshot -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A Dall.less9 div.screenshot {
28 div.screenshot {
H A Dstyle.less101 // screenshot
102 div.screenshot {
234 div.screenshot {
302 .enabled div.screenshot span {
306 .disabled div.screenshot span {
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md56 ![Screenshot](screenshot.png)
157 ![Screenshot](screenshot2.png)
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php222 * Get the link and image tag for the screenshot/thumbnail
237 $title = sprintf($this->getLang('screenshot'), hsc($extension->getDisplayName()));
248 $html = '<div class="screenshot" >' . $img . '<span></span></div>' . DOKU_LF;
H A Dextension.php475 * Get the URL of the screenshot of the extension if there is any
477 * @return string|bool The screenshot URL if there is any, false otherwise