Lines Matching refs:self

65     my $self = shift;
74 if ($self->in_string) {
75 $result .= $self->command_string($command) ."\n" if ($cmdname ne 'node');
80 my $element_id = $self->command_id($command);
86 if ($self->get_conf('DEBUG'));
95 $result .= &{get_formatting_function($self, 'format_element_header')}($self, $cmdname,
117 my $heading = $self->command_text($command);
124 my $content_href = $self->command_contents_href($command, 'contents',
125 $self->{'current_filename'});
143 if ($self->in_preformatted()) {
156 $result .= &{get_formatting_function($self,'format_heading_text')}(
157 $self, $cmdname, $heading,
159 $self->get_conf('CHAPTER_HEADER_LEVEL') - 1, $command);
187 my $self = shift;
192 if ($element and $self->get_conf('SPLIT')) {
193 $command = $self->element_command($element);
204 $program, $generator) = $self->_file_header_information($command);
209 $program, $generator) = $self->_file_header_informations($command);
212 my $links = $self->_get_links ($filename, $element);
251 my $self = shift;
252 if (defined($self->get_conf('PROGRAM'))
253 and $self->get_conf('PROGRAM') ne ''
254 and defined($self->get_conf('PACKAGE_URL'))) {
255 return $self->convert_tree(
256 $self->gdt('This document was generated using @uref{{program_homepage}, @emph{{program}}}.',
257 { 'program_homepage' => $self->get_conf('PACKAGE_URL'),
258 'program' => $self->get_conf('PROGRAM') }));
260 return $self->convert_tree(
261 $self->gdt('This document was generated automatically.'));
273 my $self = shift;
274 my $program_string = &{get_formatting_function($self,'format_program_string')}($self);
307 my $self = shift;
315 ($caption, $prepended) = Texinfo::Convert::Converter::float_name_caption($self,
318 ($caption, $prepended) = Texinfo::Common::float_name_caption($self,
325 if ($self->in_string()) {
327 $prepended_text = $self->convert_tree_new_formatting_context(
333 $caption_text = $self->convert_tree_new_formatting_context(
340 my $id = $self->command_id($command);
370 $caption_text = $self->convert_tree_new_formatting_context(
376 $prepended_text = $self->convert_tree_new_formatting_context(
388 $caption_text = $self->convert_tree_new_formatting_context(
393 $prepended_text = $self->html_attribute_class('div',['float-caption']). '>'
396 $prepended_text = $self->_attribute_class('div','float-caption'). '>'
412 return $self->html_attribute_class('div', [$html_class]). '>' . "\n" .
415 return $self->_attribute_class('div', $html_class). '>' . "\n" .