Home
last modified time | relevance | path

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

/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.php117 private $screen; variable in phpseclib3\\File\\ANSI
176 $this->screen = array_fill(0, $this->max_y + 1, '');
236 …s->history = array_merge($this->history, array_slice(array_splice($this->screen, $this->y + 1), 0,…
237 … $this->screen = array_merge($this->screen, array_fill($this->y, $this->max_y, ''));
248 $this->screen[$this->y] = substr($this->screen[$this->y], 0, $this->x);
253 $this->screen[$this->y] = str_repeat(' ', $this->x);
367 $this->screen[$this->y] = substr_replace(
368 $this->screen[$this->y],
386 if ($this->x > strlen($this->screen[$this->y])) {
387 $this->screen[$this->y] = str_repeat(' ', $this->x);
[all …]
/dokuwiki/_test/conf/tpl/dokuwiki/
H A Dstyle.ini2 css/_tests.less = screen
/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/styles/
H A Dscreen.css2 * Basic screen styles. These styles are needed for basic DokuWiki functions
83 (e.g. for screen readers or to keep access keys working) */
H A Dall.css2 * Basic screen and print styles. These styles are needed for basic DokuWiki functions
/dokuwiki/lib/plugins/extension/
H A DGuiExtension.php71 $screen = $this->extension->getScreenshotURL();
83 if ($screen) {
85 'href' => $screen,
/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 …