Home
last modified time | relevance | path

Searched refs:width (Results 51 – 75 of 109) sorted by last modified time

12345

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedImage.php19 public $width, $height, $description;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css8 width: 100%;
36 width: 100%;
49 width: 100%;
85 width: 15px;
H A D_footnotes.css12 max-width: 40%;
13 min-width: 5em;
H A D_links.css21 border-bottom-width: 0;
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_media_popup.css18 width: 30%;
28 border-right-width: 0;
36 width: 69.7%;
H A D_modal.css22 width: 293px;
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_tabs.css17 width: 100%;
H A Dcontent.less91 min-width: 50%;
99 min-width: 50%;
221 border-left-width: 0;
228 border-left-width: 1px;
243 border-left-width: 1px;
251 border-left-width: 0;
252 border-right-width: 1px;
259 border-width: 0 1em;
276 border-right-width: 0;
288 width
[all...]
H A Ddesign.less23 width: 49%;
39 width: auto;
141 width: 18em;
147 border-width: 0;
148 width: 19px;
282 border-width: 1px 1px 0;
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 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 Dstructure.less12 max-width: @ini_site_width;
20 width: 100%;
49 width: @ini_sidebar_width;
69 width: 100%;
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
/dokuwiki/lib/tpl/dokuwiki/images/
H A Ddokuwiki.svg60 <path transform="matrix(.98991 -.14067 .20106 .97564 -158.095 -157.774)" d="m120.22 196.44 70.907-.792-2.403 109.05-71.718.373 3.214-108.63z" fill="url(#b)" stroke-width=".722"/>
62 <path transform="matrix(.99561 -.09253 .08102 .9927 -158.095 -157.774)" d="m159.01 181.74 85.586.534v110.47l-84.534-2.513-1.052-108.5z" fill="url(#d)" stroke-width="1.004"/>
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/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...]
H A DItem.php1403 $width = null;
1439 $width = null;
1491 if (isset($content['attribs']['']['width'])) {
1492 $width = $this->sanitize($content['attribs']['']['width'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1870 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width]);
1894 $width = null;
1946 if (isset($content['attribs']['']['width'])) {
1947 $width = $this->sanitize($content['attribs']['']['width'], \SimplePi
[all...]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php449 protected $table_linenumber_style = 'width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;';
810 * means more source code but more control over tab width and line-wrapping.
1347 * @param int $width The tab width
1350 public function set_tab_width($width) { argument
1351 $this->tab_width = intval($width);
1361 * Sets whether or not to use tab-stop width specifed by language
1371 * Returns the tab width to use, based on the current language and user
1374 * @return int Tab width
4005 // Have to use divs so the full width o
[all...]
/dokuwiki/lib/images/fileicons/svg/
H A Dbash.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#fff" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#999"/><path d="M42.3 44.2h15.4V48H42.3v-3.8zm0 7.7h15.4v3.8H42.3v-3.8zm0 7.7h15.4v3.8H42.3v-3.8zM69.2 25H38.5c-4.2 0-7.7 3.4-7.7 7.7v34.6h-7.7c0 4.2 3.4 7.7 7.7 7.7h30.8c4.2 0 7.7-3.4 7.7-7.7V36.5H77v-3.8c-.1-4.3-3.5-7.7-7.8-7.7zm-3.8 41.6c0 2.5-2 4.5-4.5 4.5H32.7c1.9-1.3 1.9-3.8 1.9-3.8V32.7c0-2.1 1.7-3.8 3.8-3.8s3.8 1.7 3.8 3.8v3.8h23.1v30.1zM46.2 32.7v-3.8h23.1c3.5 0 3.8 2.2 3.8 3.8H46.2z" fill="#999" stroke="#999" stroke-width=".75" stroke-miterlimit="10"/></svg
H A Dh.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#fff" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#666"/><path d="M33.4 29.8h7.4V47h18.5V29.8h7.4v40.5h-7.4v-17H40.7v17h-7.4V29.8z" fill="#215997" stroke="#215997" stroke-width="1.75" stroke-miterlimit="10"/></svg
H A Djson.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#999}</style><path fill="#fff" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7"/><path d="M22 53.4v-5.9c1.3-.1 2.3-.2 2.9-.6.6-.2 1.1-.8 1.6-1.4.5-.7.8-1.5 1-2.6.1-.8.3-2.1.3-4 0-3.2.1-5.4.5-6.7.3-1.2.9-2.3 1.6-3 .8-.7 2-1.3 3.5-1.8 1-.2 2.6-.5 4.9-.5h1.4v5.8c-1.9 0-3.2.1-3.7.4-.5.2-.9.5-1.3 1-.3.4-.4 1.1-.4 2.1s-.1 3-.3 5.8c-.1 1.7-.3 3-.6 3.9-.4 1-.9 1.8-1.4 2.5-.5.6-1.4 1.3-2.5 2 1 .6 1.9 1.2 2.5 1.9.6.7 1.1 1.7 1.5 2.7.4 1.1.6 2.5.6 4.3.1 2.7.1 4.4.1 5.2 0 1.1.1 1.8.4 2.3.3.5.8.7 1.3 1 .5.2 1.8.4 3.7.4V74h-1.4c-2.3 0-4.2-.1-5.3-.5-1.3-.4-2.3-1-3.2-1.8-.9-.8-1.4-1.8-1.8-3-.3-1.2-.4-3.1-.4-5.7 0-3-.1-5-.4-5.8-.4-1.3-1-2.3-1.8-2.9-.5-.5-1.7-.9-3.3-.9zm55.9 0c-1.3.1-2.3.2-2.9.6-.6.2-1.1.8-1.6 1.4-.5.7-.8 1.5-1 2.6-.1.8-.3 2.1-.3 4 0 3.2-.1 5.4-.5 6.7-.3 1.3-.9 2.3-1.6 3-.8.7-2 1.3-3.5 1.8-1 .2-2.6.5-4.9.5h-1.4v-5.8c1.9 0 3-.1 3.7-.4.6-.2 1-.6 1.3-1s.4-1.1.4-2.1.1-2.9.3-5.7c.1-1.7.4-3.1.8-4 .4-1.1.9-1.9 1.5-2.6.6-.7 1.4-1.3 2.4-1.9-1.6-1-2.6-1.7-3.1-2.4-.8-1.1-1.4-2.5-1.6-4-.3-1.2-.4-3.7-.4-7.5 0-1.2-.1-2-.4-2.5-.3-.4-.6-.7-1.1-1-.5-.2-1.8-.4-3.8-.4v-5.8h1.4c2.3 0 4.2.1 5.3.5 1.3.4 2.3 1 3.2 1.8.9.8 1.4 1.8 1.8 3 .3 1.2.5 3.1.5 5.7 0 3 .1 4.9.4 5.8.4 1.3 1 2.3 1.8 2.7.8.6 2 .8 3.5 1v5.9l-.2.1z" stroke="#999" stroke-width=".5" stroke-miterlimit="10" fill="#999"/><path class="st1" d="M61.1 52.8c-1-.3-1.6-1.2-1.6-2.2 0-1 (…)
/dokuwiki/lib/plugins/acl/
H A Dadmin.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M22 18v4h-4v-3h-3v-3h-3l-2.26-2.26c-.55.17-1.13.26-1 (…)
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG596 - Missing tab width information could lead to warnings (BenBE)
700 * per-language tab-widths (Adjustable for width>=1)
917 - Removed min and max tab width checks

12345