Lines Matching refs:label
101 $label = count(explode(' ',$match)) > 1 ? explode(' ',$match)[1] : null;
108 if ($label) {
110 $caption_labels[$label] = $this->_fignum;
111 $this->_figlabels[$this->_fignum] = $label;
112 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
125 if ($label) {
127 $caption_labels[$label] = $this->_tabnum;
128 $this->_tablabels[$this->_tabnum] = $label;
129 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
142 if ($label) {
144 $caption_labels[$label] = $this->_tabnum;
145 $this->_codelabels[$this->_codenum] = $label;
146 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
161 if ($label) {
163 $caption_labels[$label] = $this->_filenum;
164 $this->_tablabels[$this->_filenum] = $label;
165 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
324 list($match,$label) = explode(' ',$match);
331 if ($label) {
332 $this->_label = $label;
337 if ($label) {
338 $this->_label = $label;
392 list($match,$label) = explode(' ',$match);
398 if ($label) {
400 $caption_labels[$label] = $this->_fignum;
401 $this->_label = $label;
406 if ($label) {
408 $caption_labels[$label] = $this->_tabnum;
409 $this->_label = $label;