Lines Matching refs:internallink

577 	var $internallink;
1539 $this->internallink = [];
13866 if (!empty($this->internallink)) {
13868 foreach ($this->internallink as $k => $v) {
13882 while (array_key_exists($sharp . $k, $this->internallink)) {
13883 $internallink = $this->internallink[$sharp . $k];
13884 $this->SetLink($internallink, $ypos, $pagenum);
16098 $this->internallink[$vetor[7]] = ["Y" => $ily, "PAGE" => $this->page, "tbrot" => true];
16100 $this->internallink[$vetor[7]] = ["Y" => $ily, "PAGE" => $this->page, "kwt" => true];
16102 $this->internallink[$vetor[7]] = ["Y" => $ily, "PAGE" => $this->page, "col" => $this->CurrCol];
16104 $this->internallink[$vetor[7]] = ["Y" => $ily, "PAGE" => $this->page];
16134 while (array_key_exists($vetor[1], $this->internallink)) {
16137 $this->internallink[$vetor[1]] = $this->AddLink();
16138 $vetor[1] = $this->internallink[$vetor[1]];
23476 $this->internallink[$uid] = ["Y" => $ily, "PAGE" => $this->page, "tbrot" => true];
23478 $this->internallink[$uid] = ["Y" => $ily, "PAGE" => $this->page, "kwt" => true];
23480 $this->internallink[$uid] = ["Y" => $ily, "PAGE" => $this->page, "col" => $this->CurrCol];
23482 $this->internallink[$uid] = ["Y" => $ily, "PAGE" => $this->page];
23484 $this->internallink['#' . $uid] = $linkn;
23668 if (count($this->internallink)) {
23669 foreach ($this->internallink as $key => $o) {
23671 $this->internallink[$key]['PAGE'] += ($target_page - $start_page);
23673 $this->internallink[$key]['PAGE'] += $n_toc;
23879 foreach ($this->internallink as $key => $o) {
23881 $this->internallink[$key]['PAGE'] -= $n_tod;
23883 unset($this->internallink[$key]);
24459 foreach ($this->internallink as $key => $f) {
24461 $this->internallink[$key]['rel_y'] = $f['Y'] + $this->ColDetails[$f['col']]['add_y'] - $this->y0;
24641 foreach ($this->internallink as $key => $f) {
24653 $this->internallink[$key] = $f;
24869 foreach ($this->internallink as $key => $f) {
24871 if (isset($this->internallink[$key]['col'])) {
24872 unset($this->internallink[$key]['col']);
24875 if (isset($this->internallink[$key]['rel_y'])) {
24876 unset($this->internallink[$key]['rel_y']);
25077 foreach ($this->internallink as $key => $f) {
25082 $this->internallink[$key] = $f;
25237 foreach ($this->internallink as $key => $f) {
25242 $this->internallink[$key] = $f;