Home
last modified time | relevance | path

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

/plugin/abc2/
Dsyntax.php123 $transSrc = $this->_replace_first($transSrc, $keyLine, $keyLineNew);
127 $transSrc = $this->_replace_first($transSrc, $titleLine, $titleLineNew);
289 $src = $this->_replace_first($src, $xLine, $xLineNoSpaces);
300 $src = $this->_replace_first($src, $mLine, $mLineAndLline);
369 function _replace_first($haystack, $needle, $replace) { function in syntax_plugin_abc2