Lines Matching refs:cite
528 $atts = $cite = $graf = $ext = '';
537 list(,$tag,$atts,$ext,$cite,$graf) = $m;
538 … list($o1, $o2, $content, $c2, $c1) = $this->fBlock(array(0,$tag,$atts,$ext,$cite,$graf));
550 … list($o1, $o2, $content, $c2, $c1) = $this->fBlock(array(0,$tag,$atts,$ext,$cite,$line));
575 $cite = '';
589 list(, $tag, $atts, $ext, $cite, $content) = $m;
604 $cite = $this->checkRefs($cite);
605 $cite = ($cite != '') ? ' cite="' . $cite . '"' : '';
606 $o1 = "\t<blockquote$cite$atts>\n";
700 list(,, $tag, $atts, $cite, $content, $end) = $m;
703 $atts .= ($cite != '') ? 'cite="' . $cite . '"' : '';