Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 8 of 8) sorted by path

/dokuwiki/lib/plugins/extension/
H A Dall.less2 @media only screen and (max-width: 600px) {
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php229 $screen = $extension->getScreenshotURL();
232 if ($screen) {
234 $screen = str_replace('http://www.dokuwiki.org', '//www.dokuwiki.org', $screen);
238 $img = '<a href="' . hsc($screen) . '" target="_blank" class="extension_screenshot">' .
/dokuwiki/lib/styles/
H A Dall.css2 * Basic screen and print styles. These styles are needed for basic DokuWiki functions
H A Dscreen.css2 * Basic screen styles. These styles are needed for basic DokuWiki functions
82 (e.g. for screen readers or to keep access keys working) */
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less14 /* for screen widths in the tablet range
16 @media only screen and (max-width: @ini_tablet_width) {
141 /* for screen widths in the smartphone range
143 @media only screen and (max-width: @ini_phone_width) {
322 /* for screen heights smaller than the pagetools permit
324 @media only screen and (max-height: 400px) {
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini12 ; print, screen and all are supported.
19 css/basic.less = screen
20 css/_imgdetail.css = screen
21 css/_media_popup.css = screen
22 css/_media_fullscreen.css = screen
23 css/_fileuploader.css = screen
24 css/_tabs.css = screen
25 css/_links.css = screen
26 css/_toc.css = screen
27 css/_footnotes.css = screen
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php113 * The current screen text
117 private $screen;
120 * The current screen attributes
164 * Resets the screen as well
176 $this->screen = array_fill(0, $this->max_y + 1, '');
235 case "\x1B[J": // Clear screen from cursor down
236 $this->history = array_merge($this->history, array_slice(array_splice($this->screen, $this->y + 1), 0, $this->old_y));
237 $this->screen = array_merge($this->screen, array_fill($this->y, $this->max_y, ''));
247 case "\x1B[K": // Clear screen fro
134 var $screen; global() variable in phpseclib\\File\\ANSI
[all...]
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md126 The table formatter is used for the automatic help screen accessible when calling your script with ``-h`` or ``--help``.