Searched refs:edits (Results 1 – 19 of 19) sorted by relevance
3 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
1524 const std::vector<EditType> edits = CalculateOptimalEdits(left, right); in CreateUnifiedDiff() local1528 while (edit_i < edits.size()) { in CreateUnifiedDiff()1530 while (edit_i < edits.size() && edits[edit_i] == kMatch) { in CreateUnifiedDiff()1546 for (; edit_i < edits.size(); ++edit_i) { in CreateUnifiedDiff()1549 auto it = edits.begin() + static_cast<int>(edit_i); in CreateUnifiedDiff()1550 while (it != edits.end() && *it == kMatch) ++it; in CreateUnifiedDiff()1551 if (it == edits.end() || in CreateUnifiedDiff()1552 static_cast<size_t>(it - edits.begin()) - edit_i >= context) { in CreateUnifiedDiff()1558 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.
548 # Change a setting in the system configuration files (edits the files in-place740 # Remove a setting from the system configuration files (edits files in-place).
24 and edits loader.conf(5), sysctl.conf(5), and the make.conf(5)
5 with some edits by Harlan Stenn
[all...]
388 writing) four small edits in
3544 std::string EditsToString(const std::vector<EditType>& edits) { in EditsToString() argument3546 for (size_t i = 0; i < edits.size(); ++i) { in EditsToString()3548 out.append(1, kEdits[edits[i]]); in EditsToString()
916 # This is where we display a menu that edits the entry
4488 placed correctly). These edits can be seen with this command:5045 I rewrapped a few overlong lines. Those edits aren't in the6367 common_w32res.rc: White space edits6484 [ Lasse: Commit message edits ]9536 with trivial edits by Lasse Collin.10793 liblzma: Minor comment edits.14377 - Author line edits16196 and made a few related minor edits.18180 Docs: Minor edits to SECURITY.md.19463 liblzma: Minor edits to lzma_block header_size documentation.
1100 * Minor documentations edits were performed.
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