Searched refs:transSrc (Results 1 – 2 of 2) sorted by relevance
| /plugin/abc/ |
| D | syntax.php | 72 $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/ |
| D | syntax.php | 119 $transSrc = $src; 123 $transSrc = $this->_replace_first($transSrc, $keyLine, $keyLineNew); 127 $transSrc = $this->_replace_first($transSrc, $titleLine, $titleLineNew); 130 $this->_renderAbcBlock($renderer, $transSrc, false);
|