Searched refs:aText (Results 1 – 2 of 2) sorted by relevance
/plugin/diff/ |
H A D | syntax.php | 78 function _addDiff(&$aText, &$aFormat, &$aDoc) { argument 97 $aText); 103 $aText), 157 $aText); 167 $aText); 170 $aDoc .= $aText; // just append any unrecognized text
|
/plugin/code2/ |
H A D | syntax.php | 89 function _addDiff(&$aText, &$aFormat, &$aDoc) { argument 108 $aText); 114 $aText), 168 $aText); 179 $aText); 182 $aDoc .= $aText; // just append any unrecognized text 374 function _rawMarkup(&$aText, $aStart, &$aDoc, $aClass, $addTags = TRUE) { argument 380 $aText = explode("\n", $aText); 382 $this->_addLines($aText, $aStart, $aDoc); 384 $aDoc .= $aText; [all …]
|