Home
last modified time | relevance | path

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

/plugin/abc/
Dsyntax.php72 $transSrc = $this->_getTransSrc($trans);
73 $transNew = $this->_getTransNew($fileBase, $transSrc);
75 $transSrc = array(0);
78 $renderList = $srcChanged ? $transSrc : $transNew;
79 if($debug || $_REQUEST['purge']) $renderList = $transSrc;
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);'));
[all …]
/plugin/abc2/
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);