Home
last modified time | relevance | path

Searched refs:ws_rule (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/git-svn/git-2.34.1/
H A Dws.c154 if ((ws_rule & WS_CR_AT_EOL) && in ws_check_emit_1()
161 if (ws_rule & WS_BLANK_AT_EOL) { in ws_check_emit_1()
181 if ((ws_rule & WS_SPACE_BEFORE_TAB) && written < i) { in ws_check_emit_1()
189 } else if (ws_rule & WS_TAB_IN_INDENT) { in ws_check_emit_1()
204 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && i - written >= ws_tab_width(ws_rule)) { in ws_check_emit_1()
289 if (ws_rule & WS_BLANK_AT_EOL) { in ws_fix_copy()
294 add_cr_to_tail = !!(ws_rule & WS_CR_AT_EOL); in ws_fix_copy()
312 if ((ws_rule & WS_SPACE_BEFORE_TAB) && in ws_fix_copy()
317 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && in ws_fix_copy()
329 if (ws_rule & WS_INDENT_WITH_NON_TAB) { in ws_fix_copy()
[all …]
H A Dapply.c1622 unsigned ws_rule) in check_whitespace() argument
1636 patch->ws_rule |= WS_CR_AT_EOL; in check_old_for_crlf()
2118 patch->ws_rule = 0; in parse_chunk()
2452 unsigned ws_rule, in match_fragment() argument
2469 (ws_rule & WS_BLANK_AT_EOF)) { in match_fragment()
2657 unsigned ws_rule, in find_pos() argument
2708 current, current_lno, ws_rule, in find_pos()
2898 if (plen && (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
2927 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
3033 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
[all …]
H A Dapply.h131 unsigned ws_rule; member
H A Ddiff.c540 unsigned ws_rule; member
634 unsigned ws_rule = ecbdata->ws_rule; in check_blank_at_eof() local
635 l1 = count_trailing_blank(mf1, ws_rule); in check_blank_at_eof()
636 l2 = count_trailing_blank(mf2, ws_rule); in check_blank_at_eof()
1306 unsigned ws_rule, int blank_at_eof) in emit_line_ws_markup() argument
1311 if (o->ws_error_highlight & ws_rule) { in emit_line_ws_markup()
1328 ws_check_emit(line, len, ws_rule, in emit_line_ws_markup()
3182 unsigned ws_rule; member
3590 if (ecbdata.ws_rule & WS_BLANK_AT_EOF) in builtin_diff()
3809 if (data.ws_rule & WS_BLANK_AT_EOF) { in builtin_checkdiff()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dws.c154 if ((ws_rule & WS_CR_AT_EOL) &&
161 if (ws_rule & WS_BLANK_AT_EOL) {
181 if ((ws_rule & WS_SPACE_BEFORE_TAB) && written < i) {
189 } else if (ws_rule & WS_TAB_IN_INDENT) {
204 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && i - written >= ws_tab_width(ws_rule)) {
289 if (ws_rule & WS_BLANK_AT_EOL) {
294 add_cr_to_tail = !!(ws_rule & WS_CR_AT_EOL);
312 if ((ws_rule & WS_SPACE_BEFORE_TAB) &&
317 if ((ws_rule & WS_INDENT_WITH_NON_TAB) &&
329 if (ws_rule & WS_INDENT_WITH_NON_TAB) {
[all …]
H A Dapply.c1622 unsigned ws_rule) in check_whitespace() argument
1636 patch->ws_rule |= WS_CR_AT_EOL; in check_old_for_crlf()
2118 patch->ws_rule = 0; in parse_chunk()
2452 unsigned ws_rule, in match_fragment() argument
2469 (ws_rule & WS_BLANK_AT_EOF)) { in match_fragment()
2657 unsigned ws_rule, in find_pos() argument
2708 current, current_lno, ws_rule, in find_pos()
2898 if (plen && (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
2927 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
3033 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
[all …]
H A Dapply.h131 unsigned ws_rule; member
H A Ddiff.c540 unsigned ws_rule; member
634 unsigned ws_rule = ecbdata->ws_rule; in check_blank_at_eof() local
635 l1 = count_trailing_blank(mf1, ws_rule); in check_blank_at_eof()
636 l2 = count_trailing_blank(mf2, ws_rule); in check_blank_at_eof()
1306 unsigned ws_rule, int blank_at_eof) in emit_line_ws_markup() argument
1311 if (o->ws_error_highlight & ws_rule) { in emit_line_ws_markup()
1328 ws_check_emit(line, len, ws_rule, in emit_line_ws_markup()
3182 unsigned ws_rule; member
3590 if (ecbdata.ws_rule & WS_BLANK_AT_EOF) in builtin_diff()
3809 if (data.ws_rule & WS_BLANK_AT_EOF) { in builtin_checkdiff()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dws.c154 if ((ws_rule & WS_CR_AT_EOL) && in ws_check_emit_1()
161 if (ws_rule & WS_BLANK_AT_EOL) { in ws_check_emit_1()
181 if ((ws_rule & WS_SPACE_BEFORE_TAB) && written < i) { in ws_check_emit_1()
189 } else if (ws_rule & WS_TAB_IN_INDENT) { in ws_check_emit_1()
204 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && i - written >= ws_tab_width(ws_rule)) { in ws_check_emit_1()
289 if (ws_rule & WS_BLANK_AT_EOL) { in ws_fix_copy()
294 add_cr_to_tail = !!(ws_rule & WS_CR_AT_EOL); in ws_fix_copy()
312 if ((ws_rule & WS_SPACE_BEFORE_TAB) && in ws_fix_copy()
317 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && in ws_fix_copy()
329 if (ws_rule & WS_INDENT_WITH_NON_TAB) { in ws_fix_copy()
[all …]
H A Dapply.c1622 unsigned ws_rule) in check_whitespace() argument
1636 patch->ws_rule |= WS_CR_AT_EOL; in check_old_for_crlf()
2118 patch->ws_rule = 0; in parse_chunk()
2452 unsigned ws_rule, in match_fragment() argument
2469 (ws_rule & WS_BLANK_AT_EOF)) { in match_fragment()
2657 unsigned ws_rule, in find_pos() argument
2708 current, current_lno, ws_rule, in find_pos()
2898 if (plen && (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
2927 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
3033 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
[all …]
H A Dapply.h131 unsigned ws_rule; member
H A Ddiff.c540 unsigned ws_rule; member
634 unsigned ws_rule = ecbdata->ws_rule; in check_blank_at_eof() local
635 l1 = count_trailing_blank(mf1, ws_rule); in check_blank_at_eof()
636 l2 = count_trailing_blank(mf2, ws_rule); in check_blank_at_eof()
1306 unsigned ws_rule, int blank_at_eof) in emit_line_ws_markup() argument
1311 if (o->ws_error_highlight & ws_rule) { in emit_line_ws_markup()
1328 ws_check_emit(line, len, ws_rule, in emit_line_ws_markup()
3182 unsigned ws_rule; member
3590 if (ecbdata.ws_rule & WS_BLANK_AT_EOF) in builtin_diff()
3809 if (data.ws_rule & WS_BLANK_AT_EOF) { in builtin_checkdiff()
[all …]
/dports/devel/git/git-2.34.1/
H A Dws.c154 if ((ws_rule & WS_CR_AT_EOL) && in ws_check_emit_1()
161 if (ws_rule & WS_BLANK_AT_EOL) { in ws_check_emit_1()
181 if ((ws_rule & WS_SPACE_BEFORE_TAB) && written < i) { in ws_check_emit_1()
189 } else if (ws_rule & WS_TAB_IN_INDENT) { in ws_check_emit_1()
204 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && i - written >= ws_tab_width(ws_rule)) { in ws_check_emit_1()
289 if (ws_rule & WS_BLANK_AT_EOL) { in ws_fix_copy()
294 add_cr_to_tail = !!(ws_rule & WS_CR_AT_EOL); in ws_fix_copy()
312 if ((ws_rule & WS_SPACE_BEFORE_TAB) && in ws_fix_copy()
317 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && in ws_fix_copy()
329 if (ws_rule & WS_INDENT_WITH_NON_TAB) { in ws_fix_copy()
[all …]
H A Dapply.c1622 unsigned ws_rule) in check_whitespace() argument
1636 patch->ws_rule |= WS_CR_AT_EOL; in check_old_for_crlf()
2118 patch->ws_rule = 0; in parse_chunk()
2452 unsigned ws_rule, in match_fragment() argument
2469 (ws_rule & WS_BLANK_AT_EOF)) { in match_fragment()
2657 unsigned ws_rule, in find_pos() argument
2708 current, current_lno, ws_rule, in find_pos()
2898 if (plen && (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
2927 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
3033 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
[all …]
H A Dapply.h131 unsigned ws_rule; member
H A Ddiff.c540 unsigned ws_rule; member
634 unsigned ws_rule = ecbdata->ws_rule; in check_blank_at_eof() local
635 l1 = count_trailing_blank(mf1, ws_rule); in check_blank_at_eof()
636 l2 = count_trailing_blank(mf2, ws_rule); in check_blank_at_eof()
1306 unsigned ws_rule, int blank_at_eof) in emit_line_ws_markup() argument
1311 if (o->ws_error_highlight & ws_rule) { in emit_line_ws_markup()
1328 ws_check_emit(line, len, ws_rule, in emit_line_ws_markup()
3182 unsigned ws_rule; member
3590 if (ecbdata.ws_rule & WS_BLANK_AT_EOF) in builtin_diff()
3809 if (data.ws_rule & WS_BLANK_AT_EOF) { in builtin_checkdiff()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dws.c154 if ((ws_rule & WS_CR_AT_EOL) && in ws_check_emit_1()
161 if (ws_rule & WS_BLANK_AT_EOL) { in ws_check_emit_1()
181 if ((ws_rule & WS_SPACE_BEFORE_TAB) && written < i) { in ws_check_emit_1()
189 } else if (ws_rule & WS_TAB_IN_INDENT) { in ws_check_emit_1()
204 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && i - written >= ws_tab_width(ws_rule)) { in ws_check_emit_1()
289 if (ws_rule & WS_BLANK_AT_EOL) { in ws_fix_copy()
294 add_cr_to_tail = !!(ws_rule & WS_CR_AT_EOL); in ws_fix_copy()
312 if ((ws_rule & WS_SPACE_BEFORE_TAB) && in ws_fix_copy()
317 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && in ws_fix_copy()
329 if (ws_rule & WS_INDENT_WITH_NON_TAB) { in ws_fix_copy()
[all …]
H A Dapply.c1622 unsigned ws_rule) in check_whitespace() argument
1636 patch->ws_rule |= WS_CR_AT_EOL; in check_old_for_crlf()
2118 patch->ws_rule = 0; in parse_chunk()
2452 unsigned ws_rule, in match_fragment() argument
2469 (ws_rule & WS_BLANK_AT_EOF)) { in match_fragment()
2657 unsigned ws_rule, in find_pos() argument
2708 current, current_lno, ws_rule, in find_pos()
2898 if (plen && (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
2927 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
3033 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
[all …]
H A Dapply.h131 unsigned ws_rule; member
H A Ddiff.c540 unsigned ws_rule; member
634 unsigned ws_rule = ecbdata->ws_rule; in check_blank_at_eof() local
635 l1 = count_trailing_blank(mf1, ws_rule); in check_blank_at_eof()
636 l2 = count_trailing_blank(mf2, ws_rule); in check_blank_at_eof()
1306 unsigned ws_rule, int blank_at_eof) in emit_line_ws_markup() argument
1311 if (o->ws_error_highlight & ws_rule) { in emit_line_ws_markup()
1328 ws_check_emit(line, len, ws_rule, in emit_line_ws_markup()
3182 unsigned ws_rule; member
3590 if (ecbdata.ws_rule & WS_BLANK_AT_EOF) in builtin_diff()
3809 if (data.ws_rule & WS_BLANK_AT_EOF) { in builtin_checkdiff()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dws.c154 if ((ws_rule & WS_CR_AT_EOL) && in ws_check_emit_1()
161 if (ws_rule & WS_BLANK_AT_EOL) { in ws_check_emit_1()
181 if ((ws_rule & WS_SPACE_BEFORE_TAB) && written < i) { in ws_check_emit_1()
189 } else if (ws_rule & WS_TAB_IN_INDENT) { in ws_check_emit_1()
204 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && i - written >= ws_tab_width(ws_rule)) { in ws_check_emit_1()
289 if (ws_rule & WS_BLANK_AT_EOL) { in ws_fix_copy()
294 add_cr_to_tail = !!(ws_rule & WS_CR_AT_EOL); in ws_fix_copy()
312 if ((ws_rule & WS_SPACE_BEFORE_TAB) && in ws_fix_copy()
317 if ((ws_rule & WS_INDENT_WITH_NON_TAB) && in ws_fix_copy()
329 if (ws_rule & WS_INDENT_WITH_NON_TAB) { in ws_fix_copy()
[all …]
H A Dapply.c1623 unsigned ws_rule) in check_whitespace() argument
1637 patch->ws_rule |= WS_CR_AT_EOL; in check_old_for_crlf()
2118 patch->ws_rule = 0; in parse_chunk()
2452 unsigned ws_rule, in match_fragment() argument
2469 (ws_rule & WS_BLANK_AT_EOF)) { in match_fragment()
2657 unsigned ws_rule, in find_pos() argument
2708 current, current_lno, ws_rule, in find_pos()
2898 if (plen && (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
2927 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
3033 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
[all …]
H A Dapply.h131 unsigned ws_rule; member
H A Ddiff.c534 unsigned ws_rule; member
624 unsigned ws_rule = ecbdata->ws_rule; in check_blank_at_eof() local
625 l1 = count_trailing_blank(mf1, ws_rule); in check_blank_at_eof()
626 l2 = count_trailing_blank(mf2, ws_rule); in check_blank_at_eof()
1296 unsigned ws_rule, int blank_at_eof) in emit_line_ws_markup() argument
1301 if (o->ws_error_highlight & ws_rule) { in emit_line_ws_markup()
1318 ws_check_emit(line, len, ws_rule, in emit_line_ws_markup()
3162 unsigned ws_rule; member
3565 if (ecbdata.ws_rule & WS_BLANK_AT_EOF) in builtin_diff()
3756 if (data.ws_rule & WS_BLANK_AT_EOF) { in builtin_checkdiff()
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/server/
H A Dtest_tornado__server.py150 ws_rule = ws_rules[0]
151 assert ws_rule.target_kwargs.get('compression_level') == 2
152 assert ws_rule.target_kwargs.get('mem_level') == 3

12