Searched refs:href (Results 1 - 25 of 35) sorted by relevance

12

/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dhtml.h53 extern void add_anchor_name (char *nodename, int href);
54 extern void add_url_name (char *nodename, int href);
55 extern void add_nodename_to_filename (char *nodename, int href);
H A Dhtml.c244 add_word ("<link title=\"Top\" rel=\"top\" href=\"#Top\">\n");
248 add_word ("<link title=\"Top\" rel=\"start\" href=\"index.html#Top\">\n");
268 add_word ("<link title=\"Top\" rel=\"start\" href=\"#Top\">\n");
271 add_word ("<link href=\"http://www.gnu.org/software/texinfo/\" \
595 add_word_args (" href=\"");
649 If HREF is positive, generate the name for an href= attribute, i.e.,
652 add_anchor_name (char *nodename, int href)
654 if (href > 0)
657 add_url_name (nodename, href);
670 add_escaped_anchor_name (nodename, href <
647 add_anchor_name(char *nodename, int href) argument
671 add_url_name(char *nodename, int href) argument
715 nodename_to_filename_1(char *nodename, int href) argument
811 add_nodename_to_filename(char *nodename, int href) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dxhtml15.t18 like $results, qr/ href="$style" /, 'CSS is correct when link is passed in';
21 my $link = qq{<link rel="stylesheet" href="$style" type="text/css">};
24 like $results, qr/ href="$style" /, 'CSS is correct when <link> is passed in';
H A Dxhtml10.t52 <li><a href="#Foo">Foo</a></li>
66 <li><a href="#Foo-Bar">Foo Bar</a></li>
78 <li><a href="#Foo-Bar">Foo Bar</a></li>
79 <li><a href="#Foo-Baz">Foo Baz</a></li>
92 <li><a href="#Foo">Foo</a></li>
93 <li><a href="#Bar">Bar</a></li>
107 <li><a href="#Foo-Bar">Foo Bar</a></li>
108 <li><a href="#Baz">Baz</a></li>
122 <li><a href="#Foo">Foo</a></li>
123 <li><a href
[all...]
H A Dxhtml01.t531 like($results, qr/<link rel="stylesheet" href="style.css" type="text\/css" \/>/,
553 <p>A plain paragraph with a <a href="$PERLDOC/Newlines">Newlines</a>.</p>
564 <p>A plain paragraph with a <a href="$PERLDOC/perlport#Newlines">&quot;Newlines&quot; in perlport</a>.</p>
575 <p>A plain paragraph with a <a href="http://link.included.here">Boo</a>.</p>
586 <p>A plain paragraph with a <a href="http://link.included.here">http://link.included.here</a>.</p>
597 <p>A plain paragraph with a <a href="http://link.included.here?o=1&amp;p=2">http://link.included.here?o=1&amp;p=2</a>.</p>
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dst-dump.pl113 my ($href) = @_;
114 my $items = scalar(keys %{$href});
116 foreach $key (sort keys %{$href}) {
119 unless (defined $href->{$key}) {
124 &recursive_dump(\$href->{$key}, 1);
H A Dtied.t114 my ($href, $key) = @$self;
116 untie $href->{$key};
117 return $href->{$key} = 1;
H A Dutf8hash.t60 my $href = shift;
61 return scalar keys %$href;
/openbsd-current/gnu/llvm/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp126 if (Def->prefix && xmlStringsEqual(Def->href, HRef)) {
167 searchOrDefine(AdditionalAttribute->ns->href, OriginalNode);
228 if (namespaceOverrides(OriginalAttribute->ns->href,
229 Attribute->ns->href)) {
236 xmlStringsEqual(Attribute->ns->href, ClosestDefault->href)) {
250 (ClosestDefault && !xmlStringsEqual(OriginalAttribute->ns->href,
251 ClosestDefault->href))) {
267 searchOrDefine(Attribute->ns->href, OriginalNode);
282 if (namespaceOverrides(Node1->ns->href, Node
[all...]
/openbsd-current/gnu/usr.bin/perl/t/cmd/
H A Dsubval.t181 my $href = {};
182 print keys %$href ? 'not ' : '', "ok 35\n";
183 autov($href->{b});
184 print join(':', %$href) eq 'b:23' ? '' : 'not ', "ok 36\n";
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/
H A DConditional.pm93 =head2 $href = check_install( module => NAME [, version => VERSION, verbose => BOOL ] );
181 my $href = {
191 $filename = $href->{'file'} =
197 $href->{version} = ${ "$args->{module}"."::VERSION" };
250 $href->{dir} = $dir;
254 $href->{file} = ON_VMS
271 $href->{version} = $ver;
280 return unless defined $href->{file};
283 if( $FIND_VERSION and not defined $href->{version} ) {
291 $href
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm296 my $href = $class->_parse_uri( $uri ) or return;
298 $href->{file_default} = $file_default if $file_default;
299 $href->{tempdir_root} = File::Spec->rel2abs( $tempdir_root ) if $tempdir_root;
300 $href->{tempdir_root} = File::Spec->rel2abs( Cwd::cwd ) if not $href->{tempdir_root};
303 my $ff = $class->_create( %$href ) or return;
316 ### $href = {
355 my $href = { uri => $uri };
359 $href->{scheme} = $1;
365 if( $href
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/
H A DFieldHash.xs363 _fieldhash(SV* href, int mode)
369 href && SvROK(href) &&
370 (field = (HV*)SvRV(href)) &&
376 SvRV(href),
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dinccode.t123 my $href = bless( {}, 'FooLoader' );
124 push @INC, $href;
132 is( $INC{'Quux.pm'}, $href, ' val Quux.pm is correct in %INC' );
H A Dlex_assign.t19 $href = \%h;
341 %$href # rv2hv
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/
H A DCommon.pm422 # my $href = shift ;
424 # while (my($k, $v) = each %$href)
605 my $href = $_[0] ;
608 if ! defined $href or ! ref $href or ref $href ne "HASH" ;
610 foreach my $key (keys %$href) {
612 push @entered, \$href->{$key} ;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info/
H A DTable.pm101 =item $href = $t->as_hash()
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DShell.pm744 my $href = $att{href};
745 next unless $href =~ s|^\.\./authors/id/./../||;
748 if ($href =~ $qrarg) {
749 push @hrefs, $href;
752 if ($href =~ /\Q$arg\E/) {
753 push @hrefs, $href;
757 push @hrefs, $href;
763 my $href = $_;
767 push @{$stems{$stem}}, $href;
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/
H A DCheck.pm246 my ($utmpl, $href, $verbose) = @_;
252 if ( !$utmpl or !$href ) {
272 $args = $href;
275 for my $key (keys %$href) {
279 $args->{$key} = $href->{$org};
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTML.pm167 'L' => "<a href='YOU_SHOULD_NEVER_SEE_THIS'>", # ideally never used!
288 qq[<link rel="stylesheet" type="text/css" title="pod_stylesheet" href="%s">\n],
445 "%s<li class='indexItem indexItem%s'><a href='#%s'>%s</a>",
479 print $fh qq{<a href="$linkto" class="podlink$linktype"\n>};
502 ? " href='#___top' title='click to go to top of document'\n"
962 <link rel="stylesheet" type="text/css" title="pod_stylesheet" href="http://remote.server.com/jquery.css">
963 <link rel="stylesheet" type="text/css" title="pod_stylesheet" href="/style.css">');
H A DHTMLBatch.pm373 print $Contents qq{ <a href="$path">}, esc($name), "</a>&nbsp;&nbsp;\n";
487 qq[<p class="backlinktop"><b><a name="___top" href="],
501 qq[<p class="backlinkbottom"><b><a name="___bottom" href="],
651 $out .= qq{<link rel="$rel" title="$title" type="$type" href="$url1$url2" media="$media" >\n};
/openbsd-current/gnu/llvm/clang/www/demo/
H A Dindex.cgi23 my $CONTACT_ADDRESS = 'Questions or comments? Discuss on the <a href="https://discourse.llvm.org">LLVM forum</a>.';
103 $input =~ s@(_ZNSt8ios_base4Init[DC]1Ev)@<a href="../docs/FAQ.html#iosinit">$1</a>@g;
104 $input =~ s@\bundef\b@<a href="../docs/FAQ.html#undef">undef</a>@g;
170 print "Type your source code in below: (<a href='DemoInfo.html#hints'>hints and
201 ),' <a href="DemoInfo.html#lto">?</a><br>';
206 ), ' <a href="DemoInfo.html#stats">?</a><br>';
211 ),' <a href="DemoInfo.html#demangle">?</a><p>';
219 ),' <a href="DemoInfo.html#bcanalyzer">?</a><br>';
224 ), ' <a href="DemoInfo.html#llvm2cpp">?</a>';
232 front-end, please check the <a href
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs1450 Data_Dumper_Dumpxs(href, ...)
1451 SV *href;
1468 if (!SvROK(href)) { /* call new to get an object first */
1477 PUSHs(href);
1485 href = newSVsv(POPs);
1491 (void)sv_2mortal(href);
1507 if (SvROK(href)
1508 && (hv = (HV*)SvRV((SV*)href))
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/
H A DLocale.pm115 my $href = _fetchpl($hash{accepted_locale});
116 while (my($k,$v) = each %$href) {
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/
H A DHtml.pm573 $csslink = qq(\n<link rel="stylesheet" href="$self->{Css}" type="text/css" />);
596 <link rev="made" href="mailto:$Config{perladmin}" />

Completed in 188 milliseconds

12