Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 109) sorted by relevance

12345

/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php13 /** @var int width of the current image */
14 protected $width = 0; variable in splitbrain\\slika\\GdAdapter
97 list($this->width, $this->height) = [$this->height, $this->width];
100 list($this->width, $this->height) = [$this->height, $this->width];
125 public function resize($width, $height) argument
127 list($width, $height) = $this->boundingBox($width, $height);
128 $this->resizeOperation($width,
136 crop($width, $height) global() argument
213 createImage($width, $height) global() argument
271 boundingBox($width, $height) global() argument
327 cropPosition($width, $height) global() argument
[all...]
H A DImageMagickAdapter.php63 public function resize($width, $height) argument
65 if ($width == 0 && $height == 0) {
68 if ($width == 0) $width = '';
71 $size = $width . 'x' . $height;
82 public function crop($width, $height) argument
84 if ($width == 0 && $height == 0) {
88 if ($width == 0) $width = $height;
89 if ($height == 0) $height = $width;
[all...]
H A DAdapter.php62 * @param int|string $width in pixels or %
66 abstract public function resize($width, $height); argument
74 * @param int|string $width in pixels or %
78 abstract public function crop($width, $height); argument
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php18 /** @var int the terminal width */
31 // try to get terminal width
32 $width = $this->getTerminalWidth();
33 if ($width) {
34 $this->max = $width - 1;
55 * Set the border. The border is set between each column. Its width is
78 * Set the width of the terminal to assume (in characters)
88 * Tries to figure out the width of the terminal
90 * @return int terminal width, 0 if unknown
102 $width
293 wordwrap($str, $width = 75, $break = 'n', $cut = false) global() argument
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dusertools.less4 right: 40px; // pagetool width
6 width: 100%;
11 max-width: @ini_site_width;
21 width: 1.4em;
39 left: 40px; // pagetool width
H A Dpagetools.less24 @ico-width: 28px;
26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
71 width
[all...]
H A Dmobile.less3 * and smaller screens (up to 480px and 768px width).
16 @media only screen and (max-width: @ini_tablet_width) {
24 width: 100%;
57 width: 100%;
82 width: auto;
83 border-left-width: 0;
89 border-right-width: 0;
122 border-width: 0 .5em;
143 @media only screen and (max-width: @ini_phone_width) {
156 max-width
[all...]
H A Dstructure.less12 max-width: @ini_site_width;
20 width: 100%;
49 width: @ini_sidebar_width;
69 width: 100%;
H A D_media_fullscreen.css6 * their site width) are the 4 min-width's (search for @change).
17 /* min-width must be summary of all 3 panels' min-widths */
18 min-width: 50em; /* @change */
19 width: 100%;
33 width: 20%;
34 min-width: 10em; /* @change */
38 width: 50%;
39 min-width: 25em; /* @change */
43 width
[all...]
H A D_admin.less6 width: 40%;
29 width: 1.5em;
35 width: 1.5em;
68 max-width: 20em;
H A D_diff.css7 width: 100%;
8 border-width: 0;
14 border-width: 0;
40 width: 50%;
45 width: .7em;
61 width: ~"calc(50% - .7em)";
66 width: ~"calc(50% - .7em)";
71 width: ~"calc(50% - .7em)";
133 width: 60%;
134 min-width
[all...]
H A D_search.less25 width: 100%;
29 width: 50%;
49 max-width: 10em;
70 min-width: 10em;
71 max-width: 15em;
116 width: 12em;
174 left: -13.5em; /* -( width of #qsearch__in + padding of .ajax_qsearch + a bit more ) */
175 width: 12em;
H A D_edit.css38 width: 300px;
45 width: auto;
52 border-width: 0;
58 width: 100%;
117 border-width: .2em 0;
141 border-width: 0 .5em;
/dokuwiki/inc/File/
H A DMediaFile.php17 protected $width;
123 * initializes width and height for images when requested
127 $this->width = 0;
132 [$this->width, $this->height] = $info;
136 * Returns the width if this is a supported image, 0 otherwise
142 if ($this->width === null) $this->initSizes();
143 return $this->width;
16 protected $width; global() variable in dokuwiki\\File\\MediaFile
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php220 public $width; variable in SimplePie\\Enclosure
230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) argument
256 $this->width = $width;
794 * Get the width
800 if ($this->width !== null) {
801 return $this->width;
849 * - `width` (integer): The width of the embedded media. Accepts any
856 * Note: Non-widescreen (4:3) mode with `width` an
[all...]
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpage-background.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
7 <rect x="0" y="0" width="100%" height="100%" fill="url(#g)" />
/dokuwiki/lib/plugins/extension/
H A Dall.less2 @media only screen and (max-width: 600px) {
14 width: auto;
H A Dstyle.less18 width: 100%;
34 max-width: 90%;
91 width: 75%;
105 max-width: 120px;
110 width: 120px;
118 min-width: 24px;
127 width: 100%;
153 width: 5.5em;
182 border-width: 0;
184 width
[all...]
/dokuwiki/lib/plugins/config/
H A Dstyle.css12 width: auto;
28 width: 100%;
38 /* fixed data column width */
39 width: 31em;
96 width: 30em;
99 width: 30.8em;
103 width: 27.5em;
140 width: 14.8em;
145 width: 14.8em;
152 width
[all...]
/dokuwiki/inc/
H A Dfetch.functions.php146 * @param int $width
150 function checkFileStatus(&$media, &$file, $rev = '', $width = 0, $height = 0)
157 if (media_get_token($media, $width, $height) !== $INPUT->str('tok')) {
172 if (($width || $height) && media_get_token($media, $width, $height) !== $INPUT->str('tok')) {
144 checkFileStatus(& $media, & $file, $rev = '', $width = 0, $height = 0) global() argument
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedImage.php19 public $width, $height, $description;
/dokuwiki/lib/scripts/
H A Dmedia.js110 dw_mediamanager.layout_width = $page.width();
159 autoOpen: false, width: 280, modal: true,
499 var widthFull = $page.width();
502 widthResizables += jQuery(this).width();
506 // set max width of resizable column
507 var widthOtherResizable = widthResizables - jQuery(this).width();
508 var minWidthNonResizable = parseFloat($filePanel.css("min-width"));
512 // width of file panel in % = 100% - width of resizables in %
515 // set width o
[all...]
/dokuwiki/lib/plugins/popularity/
H A Dadmin.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M2 21l21-9L2 3v7l15 2-15 2v7z"/></svg
/dokuwiki/lib/images/menu/
H A D06-revert_replay.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 5V1L7 6l5 5V7a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 (…)
H A D12-back_arrow-left.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 (…)

12345