Home
last modified time | relevance | path

Searched refs:stripped (Results 1 – 25 of 8922) sorted by relevance

12345678910>>...357

/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dstrip_addr.c80 char *stripped; in strip_addr_internal() local
104 myfree(stripped); in strip_addr_internal()
110 return (stripped); in strip_addr_internal()
121 char *stripped; in main() local
136 if (stripped != 0) in main()
140 if (stripped != 0) in main()
146 if (stripped != 0) in main()
190 myfree(stripped); in main()
199 myfree(stripped); in main()
217 myfree(stripped); in main()
[all …]
/dports/editors/kate/kate-21.12.3/addons/symbolviewer/
H A Dfortran_parser.cpp27 QString stripped; in parseFortranSymbols() local
91 stripped.clear(); in parseFortranSymbols()
96 stripped.clear(); in parseFortranSymbols()
107 stripped.clear(); in parseFortranSymbols()
118 stripped = stripped.simplified(); in parseFortranSymbols()
150 stripped.clear(); in parseFortranSymbols()
166 stripped = stripped.simplified(); in parseFortranSymbols()
184 stripped.clear(); in parseFortranSymbols()
194 stripped = stripped.trimmed(); in parseFortranSymbols()
199 stripped = stripped.simplified(); in parseFortranSymbols()
[all …]
H A Dcpp_parser.cpp22 QString stripped; in parseCppSymbols() local
119 stripped = stripped.trimmed(); in parseCppSymbols()
133 stripped.clear(); in parseCppSymbols()
199 stripped.clear(); in parseCppSymbols()
260 stripped = stripped.trimmed(); in parseCppSymbols()
291stripped = stripped.left(stripped.indexOf(QLatin1Char('('))); in parseCppSymbols()
294stripped = stripped.mid(stripped.indexOf(QLatin1String("::")) + 2); in parseCppSymbols()
296 stripped = stripped.trimmed(); in parseCppSymbols()
298 stripped = stripped.mid(stripped.indexOf(0x20, 0) + 1); in parseCppSymbols()
300 …while ((stripped.length() > 0) && ((stripped.at(0) == QLatin1Char('*')) || (stripped.at(0) == QLat… in parseCppSymbols()
[all …]
/dports/net/netatalk3/netatalk-3.1.12/libatalk/acl/
H A Dldap.c280 char stripped[MAX_FILTER_SIZE]; in gen_uuid_filter() local
293 stripped[s++] = toupper(c); in gen_uuid_filter()
302 stripped[6], stripped[7], stripped[4], stripped[5], in gen_uuid_filter()
303 stripped[2], stripped[3], stripped[0], stripped[1], in gen_uuid_filter()
305 stripped[10], stripped[11], stripped[8], stripped[9], in gen_uuid_filter()
307 stripped[14], stripped[15], stripped[12], stripped[13], in gen_uuid_filter()
309 stripped[16], stripped[17], stripped[18], stripped[19], in gen_uuid_filter()
310 stripped[20], stripped[21], stripped[22], stripped[23], in gen_uuid_filter()
311 stripped[24], stripped[25], stripped[26], stripped[27], in gen_uuid_filter()
312 stripped[28], stripped[29], stripped[30], stripped[31]); in gen_uuid_filter()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/util/comments/
H A Dtests.rs8 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_1() localVariable
9 assert_eq!(stripped.as_str(), " Test \n* Test\n Test"); in test_block_doc_comment_1()
17 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_2() localVariable
18 assert_eq!(stripped.as_str(), " Test\n Test"); in test_block_doc_comment_2()
26 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_3() localVariable
27 assert_eq!(stripped.as_str(), " let a: *i32;\n *a = 5;"); in test_block_doc_comment_3()
35 assert_eq!(stripped.as_str(), " test"); in test_line_doc_comment()
37 assert_eq!(stripped.as_str(), "! test"); in test_line_doc_comment()
38 let stripped = beautify_doc_string(Symbol::intern("test")); in test_line_doc_comment() localVariable
39 assert_eq!(stripped.as_str(), "test"); in test_line_doc_comment()
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/util/comments/
H A Dtests.rs8 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_1() localVariable
9 assert_eq!(stripped.as_str(), " Test \n* Test\n Test"); in test_block_doc_comment_1()
17 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_2() localVariable
18 assert_eq!(stripped.as_str(), " Test\n Test"); in test_block_doc_comment_2()
26 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_3() localVariable
27 assert_eq!(stripped.as_str(), " let a: *i32;\n *a = 5;"); in test_block_doc_comment_3()
35 assert_eq!(stripped.as_str(), " test"); in test_line_doc_comment()
37 assert_eq!(stripped.as_str(), "! test"); in test_line_doc_comment()
38 let stripped = beautify_doc_string(Symbol::intern("test")); in test_line_doc_comment() localVariable
39 assert_eq!(stripped.as_str(), "test"); in test_line_doc_comment()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/util/comments/
H A Dtests.rs8 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_1() localVariable
9 assert_eq!(stripped.as_str(), " Test \n* Test\n Test"); in test_block_doc_comment_1()
17 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_2() localVariable
18 assert_eq!(stripped.as_str(), " Test\n Test"); in test_block_doc_comment_2()
26 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_3() localVariable
27 assert_eq!(stripped.as_str(), " let a: *i32;\n *a = 5;"); in test_block_doc_comment_3()
35 assert_eq!(stripped.as_str(), " test"); in test_line_doc_comment()
37 assert_eq!(stripped.as_str(), "! test"); in test_line_doc_comment()
38 let stripped = beautify_doc_string(Symbol::intern("test")); in test_line_doc_comment() localVariable
39 assert_eq!(stripped.as_str(), "test"); in test_line_doc_comment()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_ast/src/util/comments/
H A Dtests.rs8 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_1() localVariable
9 assert_eq!(stripped.as_str(), " Test \n* Test\n Test"); in test_block_doc_comment_1()
17 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_2() localVariable
18 assert_eq!(stripped.as_str(), " Test\n Test"); in test_block_doc_comment_2()
26 let stripped = beautify_doc_string(Symbol::intern(comment)); in test_block_doc_comment_3() localVariable
27 assert_eq!(stripped.as_str(), " let a: *i32;\n *a = 5;"); in test_block_doc_comment_3()
35 assert_eq!(stripped.as_str(), " test"); in test_line_doc_comment()
37 assert_eq!(stripped.as_str(), "! test"); in test_line_doc_comment()
38 let stripped = beautify_doc_string(Symbol::intern("test")); in test_line_doc_comment() localVariable
39 assert_eq!(stripped.as_str(), "test"); in test_line_doc_comment()
[all …]
/dports/mail/p5-Mail-Message/Mail-Message-3.011/t/
H A D400msg-stripsig.t23 my $equal = $stripped==$body;
27 cmp_ok($stripped->nrLines, "==", @lines);
40 ok($stripped!=$body);
43 cmp_ok($stripped->nrLines, "==", 2);
44 my @stripped_lines = $stripped->lines;
63 cmp_ok($stripped->nrLines, "==", 11);
73 cmp_ok($stripped->nrLines, "==", 3);
74 @stripped_lines = $stripped->lines;
88 ok(defined $stripped);
89 cmp_ok($stripped->nrLines , "==", 0);
[all …]
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dmips11 >8 belong >0 not stripped
12 >8 belong 0 stripped
21 >8 belong 0 stripped
30 >8 belong 0 stripped
39 >8 belong 0 stripped
50 >8 belong 0 stripped
59 >8 belong 0 stripped
68 >8 belong 0 stripped
77 >8 belong 0 stripped
88 >8 belong 0 stripped
[all …]
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dmips11 >8 belong >0 not stripped
12 >8 belong 0 stripped
21 >8 belong 0 stripped
30 >8 belong 0 stripped
39 >8 belong 0 stripped
50 >8 belong 0 stripped
59 >8 belong 0 stripped
68 >8 belong 0 stripped
77 >8 belong 0 stripped
88 >8 belong 0 stripped
[all …]
/dports/textproc/p5-Pod-Strip/Pod-Strip-1.100/t/
H A D11_replace_with_comments.t44 # stripped POD
45 # stripped POD
46 # stripped POD
47 # stripped POD
48 # stripped POD
49 # stripped POD
50 # stripped POD
57 # stripped POD
58 # stripped POD
59 # stripped POD
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dmanual_strip.stderr16 LL ~ str::to_string(<stripped>);
17 LL ~ <stripped>.to_string();
19 LL ~ str::to_string(<stripped>);
20 LL ~ <stripped>.to_string();
37 LL ~ str::to_string(<stripped>);
38 LL ~ <stripped>.to_string();
40 LL ~ str::to_string(<stripped>);
41 LL ~ <stripped>.to_string();
58 LL ~ str::to_string(<stripped>);
59 LL ~ <stripped>.to_string();
[all …]
/dports/math/cantor/cantor-21.12.3/src/backends/sage/
H A Dsageexpression.cpp172 QString stripped=m_outputCache; in evalFinished() local
180 stripped.insert(curr_index, QLatin1String("&")); in evalFinished()
185 stripped.remove(curr_index, bol_command_len); in evalFinished()
187 stripped.insert(curr_index, QLatin1String("&")); in evalFinished()
192 stripped.prepend(QLatin1String("\\begin{align*}")); in evalFinished()
193 stripped.append(QLatin1String("\\end{align*}")); in evalFinished()
196 qDebug()<<stripped; in evalFinished()
205 if (stripped.endsWith(QLatin1Char('\n'))) in evalFinished()
206 stripped.chop(1); in evalFinished()
210 stripped = stripped.toHtmlEscaped(); in evalFinished()
[all …]
/dports/print/magicfilter/magicfilter-2.3.h/file/Magdir/
H A Dnetbsd9 >16 lelong >0 not stripped
11 >16 belong >0 not stripped
19 >16 lelong >0 not stripped
23 >16 lelong >0 not stripped
30 >16 lelong >0 not stripped
40 >16 belong >0 not stripped
44 >16 belong >0 not stripped
51 >16 belong >0 not stripped
61 >16 belong >0 not stripped
65 >16 belong >0 not stripped
[all …]
H A Dsgi35 >8 belong 0 stripped
44 >8 belong 0 stripped
53 >8 belong 0 stripped
62 >8 belong 0 stripped
73 >8 belong 0 stripped
82 >8 belong 0 stripped
91 >8 belong 0 stripped
100 >8 belong 0 stripped
111 >8 belong 0 stripped
120 >8 belong 0 stripped
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/magic/d/default/
H A Dopenbsd10 # >16 lelong >0 not stripped
12 # >16 belong >0 not stripped
20 # >16 lelong >0 not stripped
24 # >16 lelong >0 not stripped
31 # >16 lelong >0 not stripped
41 # >16 belong >0 not stripped
45 # >16 belong >0 not stripped
52 # >16 belong >0 not stripped
62 # >16 belong >0 not stripped
66 # >16 belong >0 not stripped
[all …]
/dports/devel/elfutils/elfutils-0.179/tests/
H A Drun-strip-strmerge.sh26 stripped=${merged}.stripped
30 tempfiles $merged $stripped $debugfile $remerged
39 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged
40 echo elflint $stripped
41 testrun ${abs_top_builddir}/src/elflint --gnu $stripped
45 testrun ${abs_top_builddir}/src/unstrip -o $remerged $stripped $debugfile
54 stripped=${merged}.stripped
58 tempfiles $merged $stripped $debugfile $remerged
67 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged
68 echo elflint $stripped
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/write_ops/
H A Dbatch_downconvert_test.cpp171 BSONObj stripped = stripNonWCInfo(gleResponse); in TEST() local
173 ASSERT(stripped["ok"].trueValue()); in TEST()
182 ASSERT_EQUALS(stripped.nFields(), 1); in TEST()
183 ASSERT(!stripped["ok"].trueValue()); in TEST()
190 ASSERT_EQUALS(stripped.nFields(), 3); in TEST()
191 ASSERT(!stripped["ok"].trueValue()); in TEST()
193 ASSERT(stripped["wcField"].trueValue()); in TEST()
201 ASSERT(stripped["ok"].trueValue()); in TEST()
217 ASSERT_EQUALS(stripped.nFields(), 4); in TEST()
218 ASSERT(!stripped["ok"].trueValue()); in TEST()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/tools/test/
H A DLineAnalyser.java29 private String stripped; field in LineAnalyser
41 stripped = line; in stripTimeStamp()
42 final int pos = stripped.indexOf(']'); in stripTimeStamp()
46 stripped = stripped.substring(pos + 2); in stripTimeStamp()
52 stripped = line.substring(2).trim(); in stripComment()
60 final int posStart = stripped.indexOf('<'); in extractProtagonist()
61 final int posEnd = stripped.indexOf('>'); in extractProtagonist()
65 protagonist = stripped.substring(posStart + 1, posEnd); in extractProtagonist()
77 return stripped; in getStripped()
82 return stripped; in getText()
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/manifestparser/manifestparser/
H A Dini.py62 stripped = line.strip()
65 if not stripped:
71 if any(stripped.startswith(c) for c in comments):
80 index = stripped.find(prefix, index + 1)
84 if index == 0 or (index > 0 and stripped[index - 1].isspace()):
89 stripped = stripped[:comment_start].rstrip()
92 if len(stripped) > 2 and stripped[0] == "[" and stripped[-1] == "]":
93 section = stripped[1:-1].strip()
126 value = "%s%s%s" % (value, os.linesep, stripped)
132 if separator in stripped:
[all …]
/dports/www/firefox/firefox-99.0/testing/mozbase/manifestparser/manifestparser/
H A Dini.py62 stripped = line.strip()
65 if not stripped:
71 if any(stripped.startswith(c) for c in comments):
80 index = stripped.find(prefix, index + 1)
84 if index == 0 or (index > 0 and stripped[index - 1].isspace()):
89 stripped = stripped[:comment_start].rstrip()
92 if len(stripped) > 2 and stripped[0] == "[" and stripped[-1] == "]":
93 section = stripped[1:-1].strip()
126 value = "%s%s%s" % (value, os.linesep, stripped)
132 if separator in stripped:
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/manifestparser/manifestparser/
H A Dini.py62 stripped = line.strip()
65 if not stripped:
71 if any(stripped.startswith(c) for c in comments):
80 index = stripped.find(prefix, index + 1)
84 if index == 0 or (index > 0 and stripped[index - 1].isspace()):
89 stripped = stripped[:comment_start].rstrip()
92 if len(stripped) > 2 and stripped[0] == "[" and stripped[-1] == "]":
93 section = stripped[1:-1].strip()
126 value = "%s%s%s" % (value, os.linesep, stripped)
132 if separator in stripped:
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/manifestparser/manifestparser/
H A Dini.py55 stripped = line.strip()
58 if not stripped:
64 if any(stripped.startswith(c) for c in comments):
73 index = stripped.find(prefix, index+1)
77 if index == 0 or (index > 0 and stripped[index-1].isspace()):
82 stripped = stripped[:comment_start].rstrip()
85 if len(stripped) > 2 and stripped[0] == '[' and stripped[-1] == ']':
86 section = stripped[1:-1].strip()
115 value = '%s%s%s' % (value, os.linesep, stripped)
121 if separator in stripped:
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/magic/Magdir/
H A Dmips36 >8 belong 0 stripped
45 >8 belong 0 stripped
54 >8 belong 0 stripped
63 >8 belong 0 stripped
74 >8 belong 0 stripped
83 >8 belong 0 stripped
92 >8 belong 0 stripped
101 >8 belong 0 stripped
112 >8 belong 0 stripped
121 >8 belong 0 stripped
[all …]

12345678910>>...357