Lines Matching refs:content
107 my $content = $3;
127 $content =~ s/[,.;]$//;
129 push @{$symbols{$content}->{file}}, " $file:" . ($ln - 1);
132 $what .= ", " . $content;
142 $what = $content;
143 $label = $content;
146 push @labels, [($content, $label)];
149 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what});
184 $content = ' ' x length($new_tag) . $sep . $content;
185 while ($content =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {}
186 if ($content =~ m/^(\s*)(\S.*)$/) {
189 $content = "$2\n";
190 $data{$what}->{$tag} .= $content;
196 $data{$what}->{$tag} = $content;
209 my $content = $_;
210 while ($content =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {}
218 if ($content =~ m/^(\s*)(\S.*)$/) {
220 $content = "$2\n";
223 $space = "" if (!($content =~ s/^($space)//));
225 $data{$what}->{$tag} .= $content;
256 my ($content, $label) = @{$p};
431 foreach my $content(@{$data{$what}->{symbols}}) {
432 my $label = $data{$symbols{$content}->{xref}}->{label};
435 $content =~s/([\x00-\x1f\x21-\x2f\x3a-\x40\x7b-\xff])/\\$1/g;
437 print "- :ref:`$content <$label>`\n\n";