Home
last modified time | relevance | path

Searched refs:size (Results 1 – 25 of 55) sorted by last modified time

123

/dokuwiki/lib/plugins/extension/
H A Dstyle.less29 font-size: 12px;
130 font-size: 100%;
135 font-size: 120%;
166 font-size: 85%;
198 font-size: 85%;
320 font-size: 95%;
340 font-size: 12px;
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php154 // number and size of pages
167 // number and size of media
179 // number and size of cache
189 // number and size of index
199 // number and size of meta
209 // number and size of attic
301 $size = filesize($base . '/' . $file);
304 $data['file_size'] += $size;
305 if (!isset($data['file_min']) || $data['file_min'] > $size) $data['file_min'] = $size;
[all...]
/dokuwiki/lib/styles/
H A Dfeed.css25 font-size: 200%;
49 font-size: 1.4em;
H A Dall.css8 font-size: 0;
H A Dscreen.css15 font-size: 90%;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_edit.css70 /* size and wrap controls */
133 font-size: 75%;
H A Dbasic.less24 /* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */
25 -webkit-text-size-adjust: 100%;
60 font-size: 2em;
64 font-size: 1.5em;
68 font-size: 1.125em;
72 font-size: 1em;
76 font-size: .875em;
80 font-size: .75em;
83 /* bottom margin = 1 / font-size */
148 font-size
[all...]
H A Dprint.css69 font-size: 90%;
145 font-size: 1.5em;
171 font-size: 90%;
/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php78 $size = count($matches);
80 for ($i = 1; $i < $size; $i++) {
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php721 $size = count($input);
725 for ($i = 0; $i < $size-1; ++$i) {
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js56 this._find(item, 'size').style.display = 'none';
95 ' <span class="qq-upload-size"></span>' +
112 size: 'qq-upload-size',
296 return file.fileSize != null ? file.fileSize : file.size;
302 size = this.getSize(id);
303 if (name == null || size == null) return;
H A Dmedia.js19 size: false, property in dw_mediamanager
174 id: 'size', label: LANG.mediasize,
249 s = parseInt(dw_mediamanager.size, 10);
250 var size = s * 200; variable
254 opts += size;
730 size: ['4']
739 dw_mediamanager.setOpt('size');
741 // toggle buttons for detail and linked image, original size
857 dw_mediamanager.setOpt('size');
859 dw_mediamanager.forbid('linkonly', {align: false, size
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php19 protected $size = 0; variable in splitbrain\\PHPArchive\\FileInfo
100 return $this->size;
104 * @param int $size
106 public function setSize($size) argument
108 $this->size = $size;
H A DTar.php121 $this->skipbytes(ceil($header['size'] / 512) * 512);
181 $this->skipbytes(ceil($header['size'] / 512) * 512);
199 $size = floor($header['size'] / 512);
200 for ($i = 0; $i < $size; $i++) {
203 if (($header['size'] % 512) != 0) {
204 fwrite($fp, $this->readbytes(512), $header['size'] % 512);
211 $this->skipbytes(ceil($header['size'] / 512) * 512); // the size is usually 0 for directories
308 throw new ArchiveCorruptedException("The size o
530 writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') global() argument
[all...]
H A DZip.php209 $size = $header['compressed_size'];
210 while ($size != 0) {
211 $read_size = ($size < 2048 ? $size : 2048);
215 $size -= $read_size;
220 $binary_data = pack('VV', $header['crc'], $header['size']);
239 $size = $header['size'];
240 while ($size != 0) {
241 $read_size = ($size < 204
[all...]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md9 jsstrip is a open-source library to remove whitespace and comments from a javascript file. You might want to do this to optimize size and performance, or to make a file harder to read. It typically makes 30-40% savings in file size.
/dokuwiki/inc/
H A Dcommon.php439 //reduce size
1423 * Return the human readable size of a file
1425 * @param int $size A file size
1427 * @return string human readable size
1433 function filesize_h($size, $dec = 1)
1439 while ($size >= 1024 && ($i < $count - 1)) {
1440 $size /= 1024;
1444 return round($size, $dec) . "\xC2\xA0" . $sizes[$i]; //non-breaking space
1570 * -1 (infinite size) wil
1418 filesize_h($size, $dec = 1) global() argument
[all...]
H A DPassHash.php828 $size = 64;
829 $opad = str_repeat(chr(0x5C), $size);
830 $ipad = str_repeat(chr(0x36), $size);
832 if (strlen($key) > $size) {
833 $key = str_pad(pack($pack, $algo($key)), $size, chr(0x00));
835 $key = str_pad($key, $size, chr(0x00));
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php142 $size = filesize($logfilePath);
148 if ($size < self::MAX_READ_SIZE) {
149 $toread = $size;
161 if ($size >= self::MAX_READ_SIZE) {
H A Dstyle.less46 font-size: 80%;
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt7 Data collected contains information like your DokuWiki version, the number and size of your pages and files, installed plugins and information about your PHP install.
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css29 font-size: 100%;
99 font-size: 100%;
135 font-size: 0;
266 font-size: 80%;
362 font-size: 1em;
371 font-size: .9em;
442 font-size: 0;
590 font-size: 0.1px;
696 font-size: 1em;
738 font-size
[all...]
/dokuwiki/vendor/splitbrain/slika/src/
H A DImageMagickAdapter.php71 $size = $width . 'x' . $height;
74 $this->args[] = $size;
91 $size = $width . 'x' . $height;
94 $this->args[] = "$size^";
98 $this->args[] = "$size+0+0";
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt131 You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
133 Real size: {{wiki:dokuwiki-128.png}}
141 Real size: {{wiki:dokuwiki-128.png}}
/dokuwiki/
H A Dfeed.php

123