Lines Matching refs:num
108 $num=explode('/',$num); // Strip size
109 if (!isset($num[1]))
110 $num[1] = $num[0];
112 if ($num[0]>$num[1])
113 $num[1]=$num[0];
115 if ($num[1]>10)
117 $num[0] = 10 * $num[0] / $num[1];
118 $num[1] = 10;
123 $renderer->doc .= $this->_Stars_static($num);
125 $renderer->doc .= $this->_Stars_dynamic($num);
129 $this->_Stars_static_for_odt($renderer, $num);