Home
last modified time | relevance | path

Searched refs:untrimmed (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/cad/opencascade/opencascade-7.6.0/tests/lowalgos/intss/
H A Dbug2316616 puts "Error: untrimmed first hyperbola"
18 puts "OK: untrimmed first hyperbola"
23 puts "Error: untrimmed second hyperbola"
25 puts "OK: untrimmed second hyperbola"
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/test/
H A Dstringtools_test.cpp14 std::string untrimmed = " \n \t foo "; variable
15 REQUIRE_EQ(trim_whitespace_left(untrimmed), "foo ");
16 REQUIRE_EQ(trim_whitespace_right(untrimmed), " \n \t foo");
17 REQUIRE_EQ(trim_whitespace(untrimmed), "foo");
/dports/textproc/p5-String-Trim/String-Trim-0.005/t/
H A D05-default.t7 my $untrimmed;
10 $untrimmed .= $_;
16 isnt($trimmed, $untrimmed, 'trim has some effect');
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dinitial_commit_tx.c94 size_t n, untrimmed; in initial_commit_tx() local
116 untrimmed = 0; in initial_commit_tx()
123 base_fee = commit_tx_base_fee(feerate_per_kw, untrimmed, in initial_commit_tx()
187 tx = bitcoin_tx(ctx, chainparams, 1, untrimmed + 4, 0); in initial_commit_tx()
273 if (to_local || untrimmed != 0) { in initial_commit_tx()
279 if (to_remote || untrimmed != 0) { in initial_commit_tx()
/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Dtrimseq.usage7 % <b>trimseq untrimmed.seq trim1.seq -window 1 -percent 100 </b>
20 % <b>trimseq untrimmed.seq trim2.seq -window 5 -percent 40 </b>
33 % <b>trimseq untrimmed.seq trim3.seq -window 5 -percent 50 </b>
46 % <b>trimseq untrimmed.seq trim4.seq -window 5 -percent 50 -strict </b>
59 % <b>trimseq untrimmed.seq trim5.seq -window 5 -percent 50 -strict -noright </b>
H A Dtrimseq.input4 <p><h3>File: untrimmed.seq</h3>
/dports/net/yggdrasil/yggdrasil-go-0.3.11/vendor/github.com/hjson/hjson-go/assets/sorted/
H A Dstrings_result.hjson76 text4a: " untrimmed "
77 text4b: " untrimmed"
78 text4c: "untrimmed "
H A Dstrings2_result.hjson13 " untrimmed "
14 "untrimmed "
/dports/net/yggdrasil/yggdrasil-go-0.3.11/vendor/github.com/hjson/hjson-go/assets/
H A Dstrings_result.hjson5 text4a: " untrimmed "
6 text4b: " untrimmed"
7 text4c: "untrimmed "
H A Dstrings_test.hjson9 text4a: " untrimmed "
10 text4b: " untrimmed"
11 text4c: "untrimmed "
H A Dstrings2_result.hjson9 " untrimmed "
10 "untrimmed "
H A Dstrings2_test.hjson11 ' untrimmed '
12 'untrimmed '
/dports/textproc/py-hjson/hjson-py-3.0.2/hjson/tests/assets/
H A Dstrings_result.hjson5 text4a: " untrimmed "
6 text4b: " untrimmed"
7 text4c: "untrimmed "
H A Dstrings_test.hjson9 text4a: " untrimmed "
10 text4b: " untrimmed"
11 text4c: "untrimmed "
H A Dstrings2_result.hjson9 " untrimmed "
10 "untrimmed "
H A Dstrings2_test.hjson11 ' untrimmed '
12 'untrimmed '
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dutils.rb270 untrimmed = brackets
272 trimmed = untrimmed.gsub('[]', '')
274 return false if trimmed == untrimmed
276 untrimmed = trimmed
/dports/games/openrct2/OpenRCT2-0.3.5.1/test/tests/
H A DIniReaderTest.cpp24 static const std::string untrimmed; member in IniReaderTest
102 OpenRCT2::MemoryStream ms(untrimmed.c_str(), untrimmed.size()); in TEST_F()
148 const std::string IniReaderTest::untrimmed = "[section]\n" member in IniReaderTest
/dports/net-p2p/c-lightning/lightning-0.10.2/channeld/
H A Dcommit_tx.c122 size_t i, n, untrimmed; in commit_tx() local
144 untrimmed = commit_tx_num_untrimmed(htlcs, in commit_tx()
155 base_fee = commit_tx_base_fee(feerate_per_kw, untrimmed, in commit_tx()
199 tx = bitcoin_tx(ctx, chainparams, 1, untrimmed + 2 + 2, 0); in commit_tx()
351 if (to_local || untrimmed != 0) { in commit_tx()
357 if (to_remote || untrimmed != 0) { in commit_tx()
H A Dfull_channel.c417 size_t untrimmed; in fee_for_htlcs() local
420 untrimmed = num_untrimmed_htlcs(side, dust_limit, feerate, in fee_for_htlcs()
424 return commit_tx_base_fee(feerate, untrimmed, option_anchor_outputs); in fee_for_htlcs()
490 size_t untrimmed; in local_opener_has_fee_headroom() local
498 untrimmed = num_untrimmed_htlcs(LOCAL, channel->config[LOCAL].dust_limit, in local_opener_has_fee_headroom()
505 fee = commit_tx_base_fee(2 * feerate, untrimmed + 1, in local_opener_has_fee_headroom()
1229 size_t untrimmed; in can_opener_afford_feerate() local
1236 untrimmed = commit_tx_num_untrimmed(committed, feerate_per_kw, dust_limit, in can_opener_afford_feerate()
1246 fee = commit_tx_base_fee(feerate_per_kw, untrimmed, in can_opener_afford_feerate()
1282 feerate_per_kw, untrimmed, in can_opener_afford_feerate()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/credentialprovider/azure/
H A Dazure_acr_helper.go248 var untrimmed string
250 untrimmed = statements[cursor:commaIndex]
252 untrimmed = statements[cursor:]
254 value := strings.TrimSpace(untrimmed)
/dports/biology/py-cutadapt/cutadapt-3.3/src/cutadapt/
H A Dpipeline.py65 untrimmed: Optional[BinaryIO] = None,
82 self.untrimmed = untrimmed
101 self.untrimmed,
232 …if int(self.discard_trimmed) + int(self.discard_untrimmed) + int(outfiles.untrimmed is not None) >…
252 elif outfiles.untrimmed:
253 untrimmed_writer = self._open_writer(outfiles.untrimmed, outfiles.untrimmed2)
363 if outfiles.untrimmed is not None:
364 writers[None] = self._open_writer(outfiles.untrimmed, force_fasta=outfiles.force_fasta)
487 assert outfiles.untrimmed is None and outfiles.untrimmed2 is None
494 if outfiles.untrimmed is not None:
[all …]
H A D__main__.py437 demultiplex_out, demultiplex_out2, untrimmed, untrimmed2 = open_demultiplex_out(
444 combinatorial_out, combinatorial_out2, untrimmed, untrimmed2 = open_combinatorial_out(
449 untrimmed, untrimmed2 = file_opener.xopen_pair(
463 untrimmed=untrimmed,
495 untrimmed = untrimmed2 = None
496 return combinatorial_out, combinatorial_out2, untrimmed, untrimmed2
512 untrimmed = None
514 untrimmed = file_opener.xopen(untrimmed_path, "wb")
525 return demultiplex_out, demultiplex_out2, untrimmed, untrimmed2
/dports/biology/py-cutadapt/cutadapt-3.3/doc/
H A Drecipes.rst135 Use ``--discard-untrimmed`` to throw away all read pairs in
143 read is internally marked as “untrimmed”. This is done for both
144 R1 and R2 and as soon as *any* of them is marked as “untrimmed”,
145 the entire pair is considered to be “untrimmed”. If
146 ``--discard-untrimmed`` is used, this means that the entire
147 pair is discarded if R1 or R2 are untrimmed. (Option
149 that *both* were marked as untrimmed.)
155 …cutadapt -a FWDPRIMER...RCREVPRIMER -A REVPRIMER...RCFWDPRIMER --discard-untrimmed -o out.1.fastq.…
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug26077_213 ellipse Ellipse002-untrimmed 0 0 0 8.2 6.2
14 mkedge Ellipse002 Ellipse002-untrimmed 0 6.283185307179586

12345678910>>...12