Home
last modified time | relevance | path

Searched refs:transSrc (Results 1 – 2 of 2) sorted by relevance

/plugin/abc/
H A Dsyntax.php75 $transSrc = array(0);
119 foreach ($transSrc as $transMode) {
219 $transSrc = explode(" ", $trans);
221 $transSrc = array_map("intval", $transSrc);
223 $transSrc = array_unique($transSrc);
225 $transSrc = array_filter($transSrc, create_function('$t', 'return($t<24 && $t >-24);'));
227 array_splice($transSrc, 8);
228 return $transSrc;
235 function _getTransNew($fileBase, $transSrc) { argument
246 $transNew = array_diff($transSrc, $transFS);
[all …]
/plugin/abc2/
H A Dsyntax.php119 $transSrc = $src;
123 $transSrc = $this->_replace_first($transSrc, $keyLine, $keyLineNew);
127 $transSrc = $this->_replace_first($transSrc, $titleLine, $titleLineNew);
130 $this->_renderAbcBlock($renderer, $transSrc, false);