Home
last modified time | relevance | path

Searched +refs:delete +refs:trailing +refs:lines (Results 1 – 25 of 14135) sorted by relevance

12345678910>>...566

/dports/devel/quilt/quilt-0.66/test/
H A Dremove-trailing-ws.test1 # Unit test for the remove-trailing-ws script.
32 $ cat > files.orig/delete
33 < delete
126 $ diff -cN files.orig/delete files/delete >> context.diff
132 > Removing trailing whitespace from line 5 of files/add
133 > Removing trailing whitespace from lines 2,3 of files/change
134 > Removing trailing whitespace from lines 12,16 of files/complex
135 > Removing trailing whitespace from lines 1,2,3 of files/create
166 > Removing trailing whitespace from lines 2,3 of files/change
167 > Removing trailing whitespace from lines 12,16 of files/complex
[all …]
/dports/astro/py-astropy/astropy-5.0/docs/development/
H A Dcodeguide_emacs.rst37 Delete trailing white spaces
40 One can `delete trailing whitespace
42 delete-trailing-whitespace``. To ensure this is done every time a python file
47 ;; Automatically remove trailing whitespace when file is saved.
49 (lambda () (add-to-list 'write-file-functions 'delete-trailing-whitespace)))
52 ``(add-hook 'before-save-hook 'delete-trailing-whitespace)``.
57 One can make lines that do not satisfy syntax requirements using flycheck_.
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_quilt11 '(-u -c -C -h)-U+[create a unified diff with num lines of context]:lines'
13 '(-u -U -c -h)-C+[create a context diff with num lines of context]:lines'
39 ':quilt command:(add annotate applied delete diff edit files fold fork graph
58 delete)
60 '(:)-n[delete the next patch after topmost]' \
68 "--no-index[don't output Index: lines]" \
98 '--lines=-[compute dependencies by looking at lines patches modify]::number of lines' \
110 '--strip-trailing-whitespace[strip trailing whitespace at the end of lines of the header]' \
166 '--no-index[do not output Index: lines]' \
171 '--strip-trailing-whitespace[strip trailing whitespace at the end of lines]' \
/dports/devel/p5-Badger/Badger-0.13/t/filesystem/
H A Ddirectory.t68 is( $dir, lp '/foo/bar/baz', 'foo/bar/baz path with trailing slash');
69 is( $dir->dir, lp '/foo/bar/', 'foo/bar dir with trailing slash');
70 is( $dir->name, 'baz', 'baz file with trailing slash' );
151 my @lines = $callsigns->read;
152 print "read lines: \n - ", join(" - ", @lines), "\n" if $DEBUG;
153 is( scalar(@lines), 26, 'read 26 lines from test file' );
154 is( $lines[0], "Alpha\n", 'read first line' );
182 # create/delete directory
189 ok( $newdir->delete, "cleanup deleting $newdir" );
200 ok( $newdir->delete, "deleting $newdir" );
[all …]
/dports/editors/elementary-code/code-6.0.0/plugins/strip-trailing-save/
H A Dstrip-trailing-save.vala46 * Strip trailing spaces in document.
72 string[] lines = Regex.split_simple ("""[\r\n]""", text);
73 if (lines.length != buffer.get_line_count ()) {
74 … critical ("Mismatch between line counts when stripping trailing spaces, not continuing");
85 critical ("Error while building regex to replace trailing whitespace: %s", e.message);
89 for (int line_no = 0; line_no < lines.length; line_no++) {
90 if (whitespace.match (lines[line_no], 0, out info)) {
96 buffer.@delete (ref start_delete, ref end_delete);
/dports/security/p5-Crypt-License/Crypt-License-2.04/t/
H A Dtxt_n_tags.t22 my $tf = 'delete.me.tmp';
28 It has trailing blanks here
33 Multiple internal blank lines, but tabs are converted to
40 TAG2::no space here and trailing spaces here and TAG1
46 It has trailing blanks here
51 Multiple internal blank lines, but tabs are converted to
58 TAG2::no space here and trailing spaces here and TAG1
66 'TAG2' => 'no space here and trailing spaces here and TAG1',
85 print "could not delete $tf\nnot "
/dports/devel/bcpp/bcpp-20210108/
H A DCHANGES53 with trailing "}" (request by Daniel Lin).
79 + correct one of the valgrind fixes from 2003/04/23 which used delete[]
80 in a special case where delete was correct (reports by Gert van de
85 + fix several mismatches between new and delete (versus delete[])
95 + check in OutputToOutFile() for a trailing C-comment fragment which
117 leading/trailing braces of a block by one level (adapted from patch
121 -nbi, -ybi options to allow user to indent the trailing brace of a
313 trailing quote.
423 + moved delete for lineState into bcpp.cpp
450 + fixes for blank-lines: ensure that we don't emit trailing
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_display.vim77 let lines =<< trim END
87 call term_sendkeys(buf, ":3delete\<cr>")
98 call term_sendkeys(buf, ":3delete\<cr>")
106 call delete('Xtestscroll')
116 " remove blank trailing line
185 call delete(filename)
202 call delete(longName)
224 call delete('Xunix.txt')
225 call delete('Xmac.txt')
226 call delete(filename)
[all …]
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dutil.aug20 s:string - the string to delete and default to
52 Delete end of line, including optional trailing whitespace
59 including optional trailing whitespace
72 It allows indentation for comments, removes the leading and trailing spaces
74 ignored together with empty lines
137 Map empty lines, including empty comments *)
145 Map empty lines, including empty comments *)
152 Map empty lines, including C-style empty comment *)
161 Map empty lines, including empty comments *)
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_display.vim76 let lines =<< trim END
86 call term_sendkeys(buf, ":3delete\<cr>")
97 call term_sendkeys(buf, ":3delete\<cr>")
105 call delete('Xtestscroll')
114 " remove blank trailing line
183 call delete(filename)
198 call delete(longName)
220 call delete('Xunix.txt')
221 call delete('Xmac.txt')
222 call delete(filename)
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/01_vars/02_functions/staging/
H A Dparserealarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
52 "num" int => "3"; # 4 lines, but 3 unique keys
79 # Make sure there are no trailing elements
H A Dreadintarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
51 "num" int => "3"; # 4 lines, but 3 unique keys
78 # Make sure there are no trailing elements
H A Dreadintarray_non_integers.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
52 "num" int => "3"; # 4 lines, but 3 unique keys
79 # Make sure there are no trailing elements
H A Dreadrealarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
51 "num" int => "3"; # 4 lines, but 3 unique keys
78 # Make sure there are no trailing elements
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/01_vars/02_functions/staging/
H A Dreadintarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
51 "num" int => "3"; # 4 lines, but 3 unique keys
78 # Make sure there are no trailing elements
H A Dreadintarray_non_integers.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
52 "num" int => "3"; # 4 lines, but 3 unique keys
79 # Make sure there are no trailing elements
H A Dparserealarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
52 "num" int => "3"; # 4 lines, but 3 unique keys
79 # Make sure there are no trailing elements
H A Dreadrealarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
51 "num" int => "3"; # 4 lines, but 3 unique keys
78 # Make sure there are no trailing elements
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/staging/
H A Dreadintarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
51 "num" int => "3"; # 4 lines, but 3 unique keys
78 # Make sure there are no trailing elements
H A Dreadintarray_non_integers.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
52 "num" int => "3"; # 4 lines, but 3 unique keys
79 # Make sure there are no trailing elements
H A Dreadrealarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
51 "num" int => "3"; # 4 lines, but 3 unique keys
78 # Make sure there are no trailing elements
H A Dparserealarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
52 "num" int => "3"; # 4 lines, but 3 unique keys
79 # Make sure there are no trailing elements
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/01_vars/02_functions/staging/
H A Dreadintarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
51 "num" int => "3"; # 4 lines, but 3 unique keys
78 # Make sure there are no trailing elements
H A Dreadrealarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
51 "num" int => "3"; # 4 lines, but 3 unique keys
78 # Make sure there are no trailing elements
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/01_vars/02_functions/staging/
H A Dparserealarray_duplicate_key.cf21 delete => init_delete;
39 body delete init_delete
41 dirlinks => "delete";
52 "num" int => "3"; # 4 lines, but 3 unique keys
79 # Make sure there are no trailing elements

12345678910>>...566