Home | History | Annotate | Download | only in docs

Lines Matching full:sourcetext

948     * @param {string} sourceText plain text
950 * by their position in sourceText in order.
952 * position in sourceText in order.
956 function recombineTagsAndDecorations(sourceText, extractedTags, decorations) {
958 // index past the last char in sourceText written to html
994 tabExpander(sourceText.substring(outputIdx, sourceIdx)))
1040 emitTextUpTo(sourceText.length);