Lines Matching refs:sc
122 $sc = $this->getConf('gil_source');
128 $oc = $sc; // original source
129 $sc = substr($match, 0, 3);
139 if (!isset($conversions[$sc][$T]) ) {
140 $tcfactor= $this->_get_curfactor($sc, $T) ;
141 $conversions[$sc][$T] = $tcfactor;
148 'source' => $sc,
194 function _get_curfactor ($sc, $tc) { argument
197 $query= str_replace('$1', $sc, $query);
228 function _do_conv_text ($convs, $a, $sc) { argument
231 foreach ($convs[$sc] as $K => $M) {