Searched refs:edits (Results 1 – 18 of 18) sorted by relevance
2 dnl # Set the flags used for sed in-place edits.
18 # named with your domain and make the edits; then, copy the appropriate
10 (1) Inetd is broken. Normally one edits inetd.conf, sends a HUP signal
821 Then perform the following edits on the inetd configuration file
64 # further edits to config.mk
1512 const std::vector<EditType> edits = CalculateOptimalEdits(left, right); in CreateUnifiedDiff() local1516 while (edit_i < edits.size()) { in CreateUnifiedDiff()1518 while (edit_i < edits.size() && edits[edit_i] == kMatch) { in CreateUnifiedDiff()1534 for (; edit_i < edits.size(); ++edit_i) { in CreateUnifiedDiff()1537 auto it = edits.begin() + static_cast<int>(edit_i); in CreateUnifiedDiff()1538 while (it != edits.end() && *it == kMatch) ++it; in CreateUnifiedDiff()1539 if (it == edits.end() || in CreateUnifiedDiff()1540 static_cast<size_t>(it - edits.begin()) - edit_i >= context) { in CreateUnifiedDiff()1546 EditType edit = edits[edit_i]; in CreateUnifiedDiff()
88 This allows us to do testing, and to make any additional edits or changes
100 * awk.1: Fix a typo, minor edits.
457 # Change a setting in the system configuration files (edits the files in-place649 # Remove a setting from the system configuration files (edits files in-place).
5 with some edits by Harlan Stenn
[all...]
3495 std::string EditsToString(const std::vector<EditType>& edits) { in EditsToString() argument3497 for (size_t i = 0; i < edits.size(); ++i) { in EditsToString()3499 out.append(1, kEdits[edits[i]]); in EditsToString()
915 # This is where we display a menu that edits the entry
1679 - 0.3.0 : minor edits to match RFC8478
1078 * Minor documentations edits were performed.
1171 the command @samp{(cat d && echo w) | ed - old} edits @file{old} to make1176 ed - old} edits @file{old} to make it a copy of @file{newN}.
973 were two small and unique edits, they were not included in the scripts.
5858 * flex.texi: a few more faq edits; remove faq-89