Lines Matching refs:ins
18 $ins = $this->_instructions($value);
22 for($i=count($ins)-1;$i>=0;$i--) {
23 switch($ins[$i][0]) {
25 $replacement = $this->_normalize_internallink($ins[$i][1]);
28 $replacement = $this->_normalize_locallink($ins[$i][1]);
31 $replacement = $this->_normalize_media($ins[$i][1]);
34 $replacement = $this->_linkSyntax($ins[$i][1], $ins[$i][1][0]);
40 $value = substr_replace($value, $replacement, $ins[$i][2], $ins[$i+1][2] - $ins[$i][2]);