Lines Matching refs:content
129 my $content = $3;
149 $content =~ s/[,.;]$//;
151 push @{$symbols{$content}->{file}}, " $file:" . ($ln - 1);
154 $what .= "\xac" . $content;
164 $what = $content;
165 $label = $content;
168 push @labels, [($content, $label)];
171 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what});
207 $content = ' ' x length($new_tag) . $sep . $content;
208 while ($content =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {}
209 if ($content =~ m/^(\s*)(\S.*)$/) {
212 $content = "$2\n";
213 $data{$what}->{$tag} .= $content;
219 $data{$what}->{$tag} = $content;
232 my $content = $_;
233 while ($content =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {}
241 if ($content =~ m/^(\s*)(\S.*)$/) {
243 $content = "$2\n";
246 $space = "" if (!($content =~ s/^($space)//));
248 $data{$what}->{$tag} .= $content;
279 my ($content, $label) = @{$p};
486 foreach my $content(@{$data{$what}->{symbols}}) {
487 my $label = $data{$symbols{$content}->{xref}}->{label};
490 $content =~s/([\x00-\x1f\x21-\x2f\x3a-\x40\x7b-\xff])/\\$1/g;
492 print "- :ref:`$content <$label>`\n\n";