Lines Matching refs:size
46 'size' => 'int'
66 'width="' . (string) $size . '" ' .
67 'height="' . (string) $size . '" />';
175 return ml($monsterPath, ['w' => $size, 'h' => $size], true, '&', false);
183 private function saveMonsterIdAvatar(string $username, int $size): bool argument
209 … $monsterUrl = DOKU_URL . 'lib/plugins/avatar/monsterid.php?seed=' . $seed . '&size=' . $size;
222 private function getGravatarUrl(string $mail, int $size): string argument
227 ? $this->getMonsterIdUrl($seed, $size)
228 : $this->getDefaultImageUrl($size);
235 's' => $size,
248 private function getMonsterIdUrl(string $seed, int $size): string argument
250 $file = 'monsterid.php?seed=' . $seed . '&size=' . $size;
254 private function getDefaultImageUrl(int $size): string argument
256 $file = 'images/default_' . $size . '.png';