Lines Matching refs:label

99                     // Handle case that there is a label in the opening tag
101 $label = count(explode(' ',$match)) > 1 ? explode(' ',$match)[1] : null;
107 // If we have a label, assign it to the global label array
108 if ($label) {
110 $caption_labels[$label] = $this->_fignum;
111 $this->_figlabels[$this->_fignum] = $label;
112 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
124 // If we have a label, assign it to the global label array
125 if ($label) {
127 $caption_labels[$label] = $this->_tabnum;
128 $this->_tablabels[$this->_tabnum] = $label;
129 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
141 // If we have a label, assign it to the global label array
142 if ($label) {
144 $caption_labels[$label] = $this->_tabnum;
145 $this->_codelabels[$this->_codenum] = $label;
146 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
160 // If we have a label, assign it to the global label array
161 if ($label) {
163 $caption_labels[$label] = $this->_filenum;
164 $this->_tablabels[$this->_filenum] = $label;
165 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
323 // Handle case that there is a label in the opening tag
324 list($match,$label) = explode(' ',$match);
330 // If we have a label, assign it to the global label array
331 if ($label) {
332 $this->_label = $label;
337 if ($label) {
338 $this->_label = $label;
354 $renderer->doc .= "\n" . '\label{'.$this->_label.'}';
391 // Handle case that there is a label in the opening tag
392 list($match,$label) = explode(' ',$match);
397 // If we have a label, assign it to the global label array
398 if ($label) {
400 $caption_labels[$label] = $this->_fignum;
401 $this->_label = $label;
405 // If we have a label, assign it to the global label array
406 if ($label) {
408 $caption_labels[$label] = $this->_tabnum;
409 $this->_label = $label;