Searched refs:ct (Results 1 – 6 of 6) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportHtmlText.php | 100 $ct = substr_count($this->text, "\n"); 101 if ($ct > 0) { 102 $ct += 1; 106 return $style['size'] * $ct * $renderer->cellHeightRatio;
|
H A D | HtmlRenderer.php | 417 $ct = count($this->printedfootnotes); 420 while ($i < $ct) { 431 $footnote->setNum($ct + 1); 432 $footnote->setAddlink((string) ($ct + 1));
|
H A D | PdfRenderer.php | 293 $ct = count($this->printedfootnotes); 296 while ($i < $ct) { 307 $footnote->setNum($ct + 1);
|
H A D | ReportHtmlFootnote.php | 96 $ct = substr_count($this->text, "\n"); 99 return $fsize * $ct * $renderer->cellHeightRatio;
|
H A D | ReportParserGenerate.php | 237 …$ct = preg_match_all($searchTarget, $gedrec, $match, PREG_SET_ORDER | PREG_OFFSET_CAPTUR… 238 if ($ct === 0) { 241 if ($ct < $num) { 2789 $ct = preg_match("/$level $t(.*)/", $subrec, $match); 2790 if ($ct === 0) { 2791 $ct = preg_match("/$level @.+@ (.+)/", $subrec, $match); 2793 if ($ct === 0) { 2794 $ct = preg_match("/@ $t (.+)/", $subrec, $match); 2796 if ($ct > 0) {
|
/webtrees/resources/lang/cs/ |
H A D | messages.po | 13464 msgstr "Mapa webu je způsob, jak správci stránek mohou říct vyhledávacím enginům o webu, který moho…
|