Home | History | Annotate | Download | only in bookmaker

Lines Matching refs:refOut

708     string refOut(ref);
710 std::replace(refOut.begin(), refOut.end(), '_', ' ');
713 refOut = refOut.substr(0, refOut.length() - 2);
715 string result = leadingSpaces + "<a href=\"" + buildup + "\">" + refOut + "</a>";