• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/

Lines Matching refs:href

1371 # href, html-name, node-name, name after removal of texi commands of
1975 print $fh map {s/\bhref=/target="main" href=/; $_;} @$stoc_lines;
1996 # 'file': the file containing the element, usefull to do href to that file
2246 my $href = &$anchor('', $Texi2HTML::HREF{'This'}, $Texi2HTML::NAME{'This'});
2247 my $string = &$I('The node you are looking for is at %{href}.',
2248 { 'href' => $href });
4087 my $href = shift;
4089 return '<dt>' . &$anchor('', $href, $float_style) . '</dt><dd>' . $caption
4190 # $href : anchor href
4196 my $href = shift;
4199 #print STDERR "!$name!$href!$text!$attributes!\n";
4209 $href = '' if (!defined($href) or ($href !~ /\S/));
4211 return $text if (($name eq '') and ($href eq ''));
4213 $href = "href=\"$href\"" if ($href ne '');
4214 $href = ' ' . $href if (($name ne '') and ($href ne ''));
4215 #print STDERR "!!!$name!$href!$text!$attributes!\n";
4216 return "<a ${name}${href}${attributes}>$text</a>";
4309 my $href = shift;
4319 $entry = &$anchor('', $href, $entry) if ($href);
4334 # href is optionnal. It is the reference to the section or the node anchor
4336 # of a href= attribute in a <a> element).
4341 my $href = shift;
4351 $entry = &$anchor ('', $href, $entry) if (defined($href));
4417 # Construct a href to an external source of information.
4442 my $href;
4448 $href_split = $Texi2HTML::THISDOC{'htmlxref'}->{$file}->{'split'}->{'href'};
4453 $href_mono = $Texi2HTML::THISDOC{'htmlxref'}->{$file}->{'mono'}->{'href'};
4583 # href linking to the html page containing the referenced node. A typical
4584 # use for this href is a href attribute in an <a> element
4592 my $href = shift;
4596 $file_node = &$anchor('', $href, $file_node) if ($file_node ne '');
4659 # href linking to the html page containing the node or the section. A typical
4660 # use for this href is a href attribute in an <a> element
4669 my $href = shift;
4676 $name = &$anchor('', $href, $name);
4694 $name = &$anchor('', $href, $short_name);
5438 # href to the main text, linking to the place where the index entry appears
5440 # href to the main text, linking to the section or node where the index
5638 'The node you are looking for is at %{href}.' => '',
5765 'The node you are looking for is at %{href}.' => '',
5888 'The node you are looking for is at %{href}.' => '',
6015 'The node you are looking for is at %{href}.' => 'Le n@oe{}ud que vous recherchez est ici@ : %{href}.',
6188 'The node you are looking for is at %{href}.' => '',
6333 'The node you are looking for is at %{href}.' => '',
6460 'The node you are looking for is at %{href}.' => '',
6587 'The node you are looking for is at %{href}.' => 'O nodo que vo@^e est@\'a olhando est@\'a em %{href}.',
6735 'The node you are looking for is at %{href}.' => 'O nodo que vo@^e est@\'a olhando est@\'a em %{href}.',
10565 my $href = shift @htmlxref;
10566 next if (exists($Texi2HTML::THISDOC{'htmlxref'}->{$manual}->{$split_or_mono}) and exists($Texi2HTML::THISDOC{'htmlxref'}->{$manual}->{$split_or_mono}->{'href'}));
10568 if (defined($href))
10570 $href =~ s/\/*$// if ($split_or_mono eq 'split');
10571 $Texi2HTML::THISDOC{'htmlxref'}->{$manual}->{$split_or_mono}->{'href'} = $href;
10587 my $href = 'NO';
10589 $href = $Texi2HTML::THISDOC{'htmlxref'}->{$manual}->{$split}->{'href'} if
10590 exists($Texi2HTML::THISDOC{'htmlxref'}->{$manual}->{$split}->{'href'});
10591 print STDERR "$manual: $split, href: $href\n";
13686 $Texi2HTML::HREF{'First'} = href($element_first, $element->{'file'});
13688 $Texi2HTML::HREF{'Last'} = href($element_last, $element->{'file'});
13690 $Texi2HTML::HREF{'Index'} = href($element_chapter_index, $element->{'file'}) if (defined($element_chapter_index));
13692 $Texi2HTML::HREF{'Top'} = href($element_top, $element->{'file'});
13695 $Texi2HTML::HREF{'Contents'} = href($content_element{'contents'}, $element->{'file'});
13696 $Texi2HTML::HREF{'Overview'} = href($content_element{'shortcontents'}, $element->{'file'});
13719 $Texi2HTML::HREF{$direction} = href($elem, $element->{'file'});
14015 $Texi2HTML::HREF{'Top'} = href($element_top, $element->{'file'});
14355 # do a href using file and id and taking care of ommitting file if it is
14359 sub href($$)
14364 my $href = '';
14372 $href .= $element->{'file'} if (defined($element->{'file'}) and $file ne $element->{'file'});
14373 $href .= "#$element->{'id'}" if (defined($element->{'id'}));
14374 return $href;
15149 my $href;
15159 #$href = $nodes{$node_name}->{'file'};
15160 $href = do_external_href($node_name);
15193 $href = href($element, $file);
15200 # save the element used for the href for the description
15203 return &$Texi2HTML::Config::menu_link($entry, $substitution_state, $href, $node_formatted, $name, $menu_entry->{'ending'}) unless ($simple);
15204 return &$Texi2HTML::Config::simple_menu_link($entry, $state->{'preformatted'}, $href, $node_formatted, $name, $menu_entry->{'ending'});
15287 my $href = '';
15291 $href = do_external_href($node_texi);
15303 $result = &$Texi2HTML::Config::external_ref($macro, $section, $args[4], $node_file, $href, $args[1]);
15323 # a href with the file name. if ! Texi2HTML::Config::SPLIT
15328 my $href = href($element, $file);
15341 $result = &$Texi2HTML::Config::internal_ref ($macro, $href, $short_name, $name, $element->{'section'});
15752 href($entry_element, ''),
15848 href($entry_element, $element->{'file'}),
17577 push @listoffloats_entries, &$Texi2HTML::Config::listoffloats_entry($arg, $float, $float_style, $caption, href($float, $state->{'element'}->{'file'}));