Lines Matching refs:content
130 my $content = $3;
150 $content =~ s/[,.;]$//;
152 push @{$symbols{$content}->{file}}, " $file:" . ($ln - 1);
155 $what .= "\xac" . $content;
165 $what = $content;
166 $label = $content;
169 push @labels, [($content, $label)];
172 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what});
208 $content = ' ' x length($new_tag) . $sep . $content;
209 while ($content =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {}
210 if ($content =~ m/^(\s*)(\S.*)$/) {
213 $content = "$2\n";
214 $data{$what}->{$tag} .= $content;
220 $data{$what}->{$tag} = $content;
233 my $content = $_;
234 while ($content =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {}
242 if ($content =~ m/^(\s*)(\S.*)$/) {
244 $content = "$2\n";
247 $space = "" if (!($content =~ s/^($space)//));
249 $data{$what}->{$tag} .= $content;
280 my ($content, $label) = @{$p};
487 foreach my $content(@{$data{$what}->{symbols}}) {
488 my $label = $data{$symbols{$content}->{xref}}->{label};
491 $content =~s/([\x00-\x1f\x21-\x2f\x3a-\x40\x7b-\xff])/\\$1/g;
493 print "- :ref:`$content <$label>`\n\n";