Home
last modified time | relevance | path

Searched refs:condense (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/dports/games/legesmotus/legesmotus-0.4.0/common/
H A DStringTokenizer.hpp73 …ing& str, const char* delimiters, bool condense =false) { m_buffer = NULL; init(str.c_str(), delim… in StringTokenizer() argument
74 …tr, const char* delimiters, bool condense, size_t max_tokens) { m_buffer = NULL; init(str.c_str(),… in StringTokenizer() argument
75 …st char* str, const char* delimiters, bool condense =false) { m_buffer = NULL; init(str, delimiter… in StringTokenizer() argument
76 …r* str, const char* delimiters, bool condense, size_t max_tokens) { m_buffer = NULL; init(str, del… in StringTokenizer() argument
85 void init(const char* str, const char* delimiters, bool condense =false);
86 void init(const char* str, const char* delimiters, bool condense, size_t max_tokens);
87 …void init_from_raw_data(const char* str, size_t len, bool condense =false); // Initialize from t…
H A DStringTokenizer.cpp106 void StringTokenizer::init(const char* str, const char* delimiters, bool condense) { in init() argument
108 init_from_raw_data(str, strlen(str), condense); in init()
111 void StringTokenizer::init(const char* str, const char* delimiters, bool condense, size_t max_token… in init() argument
113 init_from_raw_data(str, strlen(str), condense); in init()
118 void StringTokenizer::init_from_raw_data(const char* str, size_t len, bool condense) { in init_from_raw_data() argument
125 if (condense) { in init_from_raw_data()
/dports/devel/R-cran-reshape/reshape/man/
H A Dcondense-df-34.rd1 \name{condense.df}
2 \alias{condense.df}
9 \usage{condense.df(data, variables, fun, ...)}
12 \item{variables}{character vector of variables to condense over}
13 \item{fun}{function to condense with}
H A Dcondense-ss.rd1 \name{condense}
2 \alias{condense}
9 \usage{condense(data, variables, fun, ...)}
12 \item{variables}{variables to condense over}
/dports/math/arb/arb-2.21.1/examples/
H A Dpi.c9 slong prec, digits, condense; in main() local
20 condense = atol(argv[2]); in main()
22 condense = 20; in main()
36 arb_printn(x, digits, ARB_STR_CONDENSE * condense); in main()
/dports/biology/bbmap/bbmap/current/structures/
H A DLongListSet.java30 set.condense(); in main()
63 list.condense(); in add()
76 public void condense(){ in condense() method in LongListSet
78 for(LongList list : array){list.condense();} in condense()
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/cell/
H A Dtext.py83 condense = Font.condense variable in InlineFont
104 condense=None, argument
120 self.condense = condense
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/io-streams-1.5.2.0/src/System/IO/Streams/
H A DDebug.hs57 debugInputBS = debugInput condense
88 debugOutputBS = debugOutput condense
92 condense :: ByteString -> ByteString
93 condense s | l < 32 = S.concat [ "\"", s, "\"" ] function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/io-streams-1.5.1.0/src/System/IO/Streams/
H A DDebug.hs57 debugInputBS = debugInput condense
88 debugOutputBS = debugOutput condense
92 condense :: ByteString -> ByteString
93 condense s | l < 32 = S.concat [ "\"", s, "\"" ] function
/dports/textproc/p5-Text-MarkdownTable/Text-MarkdownTable-0.3.1/lib/Text/
H A DMarkdownTable.pm67 has condense => ( attribute in Text::MarkdownTable
101 if (!$self->streaming and ($self->condense or $self->_fixed_width)) {
156 if ($self->condense) {
170 if ( $_[0]->condense ) {
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/styles/
H A Dfonts.py54 condense = NestedBool(allow_none=True) variable in Font
73 vertAlign=None, outline=None, shadow=None, condense=None, argument
97 self.condense = condense
/dports/math/eprover/eprover-E-2.0/CONTROL/
H A Dcco_forward_contraction.c66 bool condense, in forward_contract_keep() argument
79 context_sr, condense, level); in forward_contract_keep()
177 bool condense, in ForwardModifyClause() argument
207 if(condense) in ForwardModifyClause()
262 bool condense, in ForwardContractClause() argument
273 non_unit_subsumption, context_sr, condense, in ForwardContractClause()
H A Dcco_forward_contraction.h55 bool condense,
64 bool condense,
/dports/textproc/p5-Text-MarkdownTable/Text-MarkdownTable-0.3.1/t/
H A Dsimple.t55 widths => '5,3,6', condense => 1,
56 <<TABLE, "condense with truncation";
65 my $table = Text::MarkdownTable->new( condense => 1, file => \$out );
87 header => 0, condense => 1,
/dports/textproc/R-cran-readr/readr/R/
H A Dcol_types.R211 print.col_spec <- function(x, n = Inf, condense = NULL, colour = crayon::has_color(), ...) { argument
212 cat(format.col_spec(x, n = n, condense = condense, colour = colour, ...))
234 format.col_spec <- function(x, n = Inf, condense = NULL, colour = crayon::has_color(), ...) { argument
240 condense <- condense %||% (length(x$cols) >= n)
241 if (isTRUE(condense)) {
334 txt <- strsplit(format(spec, n = n, condense = NULL), "\n")[[1]]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DBSPTree.java397 private void condense() { in condense() method in BSPTree
468 merged.condense(); in merge()
586 split.plus.condense(); in split()
591 split.minus.condense(); in split()
602 split.plus.condense(); in split()
607 split.minus.condense(); in split()
625 split.plus.condense(); in split()
626 split.minus.condense(); in split()
720 condense(); in insertInTree()
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Ddescribe.s339 print.describe <- function(x, condense=TRUE, ...)
352 print.describe.single(z, condense=condense)
359 } else print.describe.single(x, condense=condense)
364 print.describe.single <- function(x, condense=TRUE, ...)
387 if(condense) {
399 if(condense && (mean(nchar(lev))>10 | length(lev) < 5)) {
438 function(object, title=NULL, condense=TRUE,
482 latex.describe.single(z, condense=condense, vname=vnames[i],
511 condense=condense,
525 function(object, title=NULL, condense=TRUE, vname,
/dports/devel/poco/poco-1.10.1-all/JSON/include/Poco/JSON/
H A DStringifier.h35 …static void condense(const Dynamic::Var& any, std::ostream& out, int options = Poco::JSON_WRAP_STR…
64 inline void Stringifier::condense(const Dynamic::Var& any, std::ostream& out, int options) in condense() function
/dports/biology/bbmap/bbmap/current/clump/
H A DKmerSort1.java100 condense=Parse.parseBoolean(b); in KmerSort1()
179 Clump.renameConsensus=condense; in KmerSort1()
248 if((reorderMode!=REORDER_FALSE) && (passes>1 || condense || correct || groups>1)){ in KmerSort1()
249 …outstream.println("Clump reordering disabled because "+(passes>1 ? "passes>1" : condense ? " conde… in KmerSort1()
292 KmerComparator kc=new KmerComparator(k, addName, (rcomp || condense || correct)); in processInner()
294 ClumpList.UNRCOMP=(!rcomp && !condense); in processInner()
378 }else if(condense){ in processInner()
448 assert(reads.size()==readsProcessedThisPass || dedupe || condense || in processInner()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/lac/
H A Daffine_constraints.inst.in25 // Instantiate AffineConstraints<S>::condense variants
32 template void AffineConstraints<S>::condense<Vector<S>>(SparseMatrix<S> &,
35 template void AffineConstraints<S>::condense<BlockVector<S>>(
41 template void AffineConstraints<S>::condense<T<S>>(const T<S> &, T<S> &)
45 AffineConstraints<S>::condense<LinearAlgebra::distributed::T<S>>(
49 template void AffineConstraints<S>::condense<T<S>>(T<S> & vec) const;
52 AffineConstraints<S>::condense<LinearAlgebra::distributed::T<S>>(
346 template void dealii::AffineConstraints<double>::condense<T<float>>(
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/test/
H A Dtest_numpy_helper.py183 self.assertTrue(numpy.allclose(a, lib.condense('sum', a, locs)))
184 self.assertTrue(numpy.allclose(a, lib.condense('max', a, locs)))
185 self.assertTrue(numpy.allclose(a, lib.condense('min', a, locs)))
186 self.assertTrue(numpy.allclose(abs(a), lib.condense('abssum', a, locs)))
187 self.assertTrue(numpy.allclose(abs(a), lib.condense('absmax', a, locs)))
188 self.assertTrue(numpy.allclose(abs(a), lib.condense('absmin', a, locs)))
189 self.assertTrue(numpy.allclose(abs(a), lib.condense('norm', a, locs)))
/dports/textproc/R-cran-vroom/vroom/R/
H A Dcol_types.R149 print.col_spec <- function(x, n = Inf, condense = NULL, colour = crayon::has_color(), ...) { argument
150 cat(format.col_spec(x, n = n, condense = condense, colour = colour, ...))
173 format.col_spec <- function(x, n = Inf, condense = NULL, colour = crayon::has_color(), ...) { argument
180 condense <- condense %||% (length(x$cols) >= n)
181 if (isTRUE(condense)) {
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Ddigraph_utils.erl207 lists:foreach(fun(SC) -> condense(SC, G, SCG, V2I, I2C) end, SCs),
357 condense(SC, G, SCG, V2I, I2C) -> function
358 T = ets:new(condense, []),
366 condense(ets:first(T), T, SC, G, SCG, I2C),
369 condense('$end_of_table', _T, _SC, _G, _SCG, _I2C) -> function
371 condense(I, T, SC, G, SCG, I2C) -> function
375 condense(ets:next(T, I), T, SC, G, SCG, I2C).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Ddigraph_utils.erl207 lists:foreach(fun(SC) -> condense(SC, G, SCG, V2I, I2C) end, SCs),
357 condense(SC, G, SCG, V2I, I2C) -> function
358 T = ets:new(condense, []),
366 condense(ets:first(T), T, SC, G, SCG, I2C),
369 condense('$end_of_table', _T, _SC, _G, _SCG, _I2C) -> function
371 condense(I, T, SC, G, SCG, I2C) -> function
375 condense(ets:next(T, I), T, SC, G, SCG, I2C).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Ddigraph_utils.erl207 lists:foreach(fun(SC) -> condense(SC, G, SCG, V2I, I2C) end, SCs),
357 condense(SC, G, SCG, V2I, I2C) -> function
358 T = ets:new(condense, []),
366 condense(ets:first(T), T, SC, G, SCG, I2C),
369 condense('$end_of_table', _T, _SC, _G, _SCG, _I2C) -> function
371 condense(I, T, SC, G, SCG, I2C) -> function
375 condense(ets:next(T, I), T, SC, G, SCG, I2C).

12345678910>>...45