Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Report/
H A DReportHtmlText.php100 $ct = substr_count($this->text, "\n");
101 if ($ct > 0) {
102 $ct += 1;
106 return $style['size'] * $ct * $renderer->cellHeightRatio;
H A DHtmlRenderer.php417 $ct = count($this->printedfootnotes);
420 while ($i < $ct) {
431 $footnote->setNum($ct + 1);
432 $footnote->setAddlink((string) ($ct + 1));
H A DPdfRenderer.php293 $ct = count($this->printedfootnotes);
296 while ($i < $ct) {
307 $footnote->setNum($ct + 1);
H A DReportHtmlFootnote.php96 $ct = substr_count($this->text, "\n");
99 return $fsize * $ct * $renderer->cellHeightRatio;
H A DReportParserGenerate.php237 …$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 Dmessages.po13464 msgstr "Mapa webu je způsob, jak správci stránek mohou říct vyhledávacím enginům o webu, který moho…