Home
last modified time | relevance | path

Searched refs:size (Results 251 – 275 of 1862) sorted by relevance

1...<<11121314151617181920>>...75

/plugin/howhard/
H A Dstyle.css16 font-size: 14px;
21 font-size: 16px;
38 font-size: 14px;
/plugin/s5reloaded/ui/thesis/
H A Dprint.css26 font-size: 12pt;
38 font-size: 200%;
74 font-size: 10pt; color: #333;
128 font-size:90%;
137 font-size:1pt;
/plugin/geogebrembed/syntax/
H A Dggb.php108 $size = array();
109 if (preg_match('/^(\d+)(?:x(\d+))?$/', $params[0], $size)) {
110 $params[0] = "width=$size[1]";
111 if (count($size)==3) {
112 $params[0] .= ", height=$size[2], autoHeight=false";
/plugin/html5video2/syntax/
H A Dvideo.php79 if(preg_match('#(\d+)(x(\d+))?#i',$param,$size)){
80 ($size[1]) ? $w = $size[1] : $w = NULL;
81 ($size[3]) ? $h = $size[3] : $h = NULL;
/plugin/fontsize/
H A Dsyntax.php43 $size = (strlen($match)*20)+80 .'%';
45 $size = 120-(strlen($match)*20) . '%';
46 return array($state, $size);
/plugin/indexmenu2/cms/extensions/dom/
H A Dautosuggest.js13size=2;else if(Z<Q.size)o.firstChild.size=Z;else o.firstChild.size=Q.size}else{return false}setTim… property in Autosuggest.Q
/plugin/revealjs/css/theme/template/
H A Dtheme.scss14 font-size: $mainFontSize;
61 .reveal h1 {font-size: $heading1Size; }
62 .reveal h2 {font-size: $heading2Size; }
63 .reveal h3 {font-size: $heading3Size; }
64 .reveal h4 {font-size: $heading4Size; }
164 font-size: 0.55em;
220 font-size: smaller;
224 font-size: smaller;
229 font-size: 0.6em;
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DSvg.php13 * @param int $size The width / height of the resulting SVG
19 public function output(QrCode $qrCode, $size = 100, $background = 'white', $color = 'black') argument
32 $rectSize = $size / ($maxSize - $minSize);
37 $svg->addAttribute('width', $size);
38 $svg->addAttribute('height', $size);
46 'width' => $size,
47 'height' => $size,
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dmain.css56 font-size: 12px;
72 font-size: 40px;
85 font-size: 13px;
182 font-size: 12px;
193 font-size: 12px;
200 font-size: 20px;
270 font-size: 16px;
299 font-size: 14px;
329 font-size: 20px;
345 font-size: 60px;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DEmbeddedObject.php178 public function setSize(Size $size) argument
180 $this->size = $size;
187 return $this->size;
/plugin/netlogo/syntax/
H A Dapplet.php143 if (preg_match('#^(\d+)(x(\d+))?#i',$param,$size)){
144 ($size[1]) ? $w = $size[1] : $w = NULL;
145 ($size[3]) ? $h = $size[3] : $h = NULL;
/plugin/owncloud/
H A Dsyntax.php83 if(preg_match('#[\?|&](\d+)(x(\d+))?#i',$match['raw'],$size)){
84 ($size[1])?$match['width'] = $size[1]:$match['width'] = NULL;
85 ($size[3])?$match['height'] = $size[3]:$match['height'] = NULL;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php58 // size of record given in WORDs (= 2 bytes)
59 $size = $recordInfo['size'];
62 if ($size > 3) {
63 $parms = substr($data, $p, 2 * ($size - 3));
64 $p += 2 * ($size - 3);
171 $coords = unpack('s' . ($size - 3), $parms);
208 $coords = unpack('s' . ($size - 3), $parms);
/plugin/medialist/
H A Dstyle.less9 font-size: 80%;
26 font-size: 100%;
47 font-size: 90%;
/plugin/gtime/gtlib/asn1/cms/
H A DCMSIssuerAndSerialNumber.php68 $size = $object->getObjectCount();
70 if ($size != 2) {
71 throw new GTException("Invalid sequence size: {$size}");
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php51 private $size; variable in Google\\Http\\MediaFileUpload
106 public function setFileSize($size) argument
108 $this->size = $size;
135 'content-range' => "bytes $this->progress-$lastBytePos/$this->size",
202 'content-range' => "bytes */$this->size",
306 'x-upload-content-length' => $this->size,
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php63 $size = octdec(isset($attr['size'] ) ? trim($attr['size'] ) : '');
91 $this->fseek($size, SEEK_CUR);
93 $diff = $size % 512;
108 'size' => $size,
120 …']['files'], getid3_lib::CreateDeepArray($info['tar']['file_details'][$name]['name'], '/', $size));
/plugin/ipa/
H A Dipa.css13 font-size: 90%;
32 font-size: 75%;
41 font-size: .75em;
55 font-size: 170%;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php60 $size = $this->remoteStream->getSize();
61 if ($size === null) {
62 $size = $this->cacheEntireStream();
64 $byte = $size + $offset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DPageElement.php156 public function setSize(Size $size) argument
158 $this->size = $size;
165 return $this->size;
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php707 * @param $size
710 public function displayText($text, $size) argument
713 $size = max($size, 6);
717 $heightDim = imagettfbbox($size, 0, $font, $textHeight);
718 $widthDim = imagettfbbox($size, 0, $font, $text);
719 $dx = max($widthDim[2], $widthDim[4]) - min($widthDim[0], $widthDim[6]) + ceil($size / 8);
720 $dy = max($heightDim[1], $heightDim[3]) - min($heightDim[5], $heightDim[7]) + ceil($size / 8);
726 imagettftext($img, $size, $angle, 0, -min($heightDim[5], $heightDim[7]), $black, $font, $text);
733 * @param $size
736 displayMath($text, $size) global() argument
[all...]
/plugin/yearbox/
H A Dreadme.txt7 4. size=?? : font size to use; this controls the width/height of the calendar table (default:12px)
9 E.g.: {{yearbox>year=2010;name=journal;size=12;ns=diary}}
/plugin/gtime/gtlib/asn1/gt/
H A DGTPublishedData.php66 $size = $object->getObjectCount();
68 if ($size != 2) {
69 throw new GTException("Invalid sequence size: {$size}");
/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DGeneratorInterface.php9 * @param integer $size
12 public function random($size); argument
/plugin/zip/pear/File/Archive/Reader/
H A DZip.php297 $size = 30 + $this->header['File'] + $this->header['Extra'] + $this->header['CLen'];
301 $seek = $size;
302 $blocks[] = $size;
305 $blocks[] = $size;
306 $seek += $size;
308 $blocks[count($blocks)-1] += $size; //Also remove this file
309 $seek += $size;
314 $seek += $size;
315 $gap += $size;

1...<<11121314151617181920>>...75