Home
last modified time | relevance | path

Searched refs:newlabels (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/db/sql/
H A DSqlWriteLabelCapability.cpp36 SqlWriteLabelCapability::setLabels( const QStringList &removedLabels, const QStringList &newlabels ) in setLabels() argument
45 for ( int x = 0; x < newlabels.length(); x++) in setLabels()
49 …QStringList result = m_storage->query( checkQuery.arg( m_storage->escape( newlabels.at( x ) ) ) ); in setLabels()
54 m_storage->query( newQuery.arg( m_storage->escape( newlabels.at( x ) ) ) ); in setLabels()
59 …result = m_storage->query( checkNewQuery.arg( m_storage->escape( newlabels.at( x ) ), m_storage->… in setLabels()
64 …m_storage->query( insertQuery.arg( m_storage->escape( newlabels.at( x ) ), m_storage->escape( m_t… in setLabels()
H A DSqlWriteLabelCapability.h37 void setLabels( const QStringList &removedLabels, const QStringList &newlabels ) override;
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/lib/Bio/NEXUS/
H A DTaxUnitSet.pm461 my @newlabels = ();
463 push @newlabels, $labels[$i];
466 $self->set_charlabels( \@newlabels );
485 my @newlabels = ();
487 push @newlabels, $labels[$i];
490 $self->set_charstatelabels( \@newlabels );
/dports/astro/gnuastro/gnuastro-0.16/bin/noisechisel/
H A Ddetection.c928 int32_t *newlabels=gal_pointer_allocate(GAL_TYPE_UINT32, in detection_remove_false_initial() local
946 newlabels[ *l ] = in detection_remove_false_initial()
947 newlabels[ *l ] /* Have we already checked this label? */ in detection_remove_false_initial()
954 newlabels[0]=0; in detection_remove_false_initial()
959 for(i=0;i<p->numinitialdets;++i) if(newlabels[i]) newlabels[i] = curlab++; in detection_remove_false_initial()
978 *b = ( *l = newlabels[ *l ] ) > 0; /* AND label images. */ in detection_remove_false_initial()
1000 *b = newlabels[ *l ] > 0; in detection_remove_false_initial()
1014 do if(*l!=GAL_BLANK_INT32) *l = newlabels[ *l ]; while(++l<lf); in detection_remove_false_initial()
1020 free(newlabels); in detection_remove_false_initial()
/dports/math/R-cran-memisc/memisc/R/
H A Dmtable.R150 oldlabels <- newlabels <- levels functionVar
152 oldlabels <- newlabels <- as.character(1:ncol(contrast.matrix))
161 newlabels <- paste(colnames(contrast.matrix),baselevel,sep=baselevel.sep)
163 newlabels <- colnames(contrast.matrix)
171 newlabels <- apply(contrast.matrix,2,
180 newlabels <- paste(colnames(contrast.matrix),baselevel,sep=baselevel.sep)
182 newlabels <- colnames(contrast.matrix)
186 oldlabels <- newlabels <- colnames(contrast.matrix)
189 to <- sapply(newlabels,
/dports/graphics/R-cran-qcc/qcc/R/
H A Dcusum.R8 se.shift = 1, data.name, labels, newdata, newsizes, newlabels, plot = TRUE, ...) argument
87 if(missing(newlabels))
90 newlabels <- seq(start+1, start+length(newstats)) }
92 { newlabels <- rownames(newdata) }
94 names(newstats) <- newlabels
H A Dewma.R38 …d.dev, lambda = 0.2, nsigmas = 3, data.name, labels, newdata, newsizes, newlabels, plot = TRUE, ..… argument
109 if(missing(newlabels))
112 newlabels <- seq(start+1, start+length(newstats)) }
114 { newlabels <- rownames(newdata) }
116 names(newstats) <- newlabels
H A Dmqcc.R15 data.name, labels, newdata, newlabels, argument
84 if(missing(newlabels))
86 newlabels <- seq(start+1, start+length(newstats))
87 if(length(newlabels) != length(newstats))
92 names(newstats$statistics) <- newlabels
H A Dqcc.R18 …r, std.dev, limits, data.name, labels, newdata, newsizes, newdata.name, newlabels, nsigmas = 3, co… argument
107 if (missing(newlabels))
110 newlabels <- seq(start+1, start+length(newstats)) }
112 { newlabels <- rownames(newdata) }
114 names(newstats) <- newlabels
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Dname.cc651 unsigned int newlabels = (first + n == labelcount_) ? n : n + 1; in split() local
657 retname.offsets_.reserve(newlabels); in split()
658 transform(offsets_.begin() + first, offsets_.begin() + first + newlabels, in split()
674 isc_throw_assert(retname.labelcount_ == newlabels); in split()
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Drandom_discrete_morse.cc52 Set<Int> newlabels(const Set<Int>& s) const in newlabels() function in polymake::topaz::CompareByHasseDiagram
64 return operations::cmp()( newlabels( HD_.face(a) ),newlabels( HD_.face(b) ) ); in operator ()()
/dports/graphics/R-cran-qcc/qcc/man/
H A Dqcc.Rd14 newlabels, nsigmas = 3, confidence.level,
71 \item{newlabels}{a character vector of labels for each new group defined in the argument \code{newd…
201 newdata=x[!trial], newsizes=size[!trial], newlabels=which(!trial))
203 newdata=x[!trial], newsizes=size[!trial], newlabels=which(!trial))
H A Dewma.Rd13 data.name, labels, newdata, newsizes, newlabels,
49 \item{newlabels}{a character vector of labels for each new group defined in the argument \code{newd…
H A Dcusum.Rd14 newdata, newsizes, newlabels, plot = TRUE, \dots)
53 \item{newlabels}{a character vector of labels for each new group defined in the argument \code{newd…
H A Dmqcc.Rd11 data.name, labels, newdata, newlabels,
53 \item{newlabels}{a character vector of labels for each new group defined in the argument \code{newd…
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/molecule/
H A Dmolecule.cc294 char **newlabels = 0; in add_atom() local
296 newlabels = new char*[natoms_+1]; in add_atom()
317 memcpy(newlabels,labels_,sizeof(char*)*natoms_); in add_atom()
319 else if (newlabels) { in add_atom()
320 memset(newlabels,0,sizeof(char*)*natoms_); in add_atom()
349 labels_ = newlabels; in add_atom()
/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DName.java155 int newlabels = labels + n; in append() local
156 if (newlabels > MAXLABELS) in append()
167 setlabels(newlabels); in append()
/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/lib/
H A Dfsamicomp.c52 gen ***newlabels, ***oldlabels; in mimult_minimize() local
271 tmalloc(newlabels, gen **, nlab + 1); in mimult_minimize()
274 tmalloc(newlabels[i], gen *, lablen[i] + 1); in mimult_minimize()
282 tmalloc(newlabels[l][lablen[l]], gen, genstrlen(oldlabels[m][0]) + 1); in mimult_minimize()
283 genstrcpy(newlabels[l][lablen[l]], oldlabels[m][0]); in mimult_minimize()
287 newlabels[i][lablen[i]] = 0; in mimult_minimize()
297 fsaptr->states->labels->wordslist = newlabels; in mimult_minimize()
/dports/math/vtk9/VTK-9.1.0/Imaging/Morphological/
H A DvtkImageConnectivityFilter.cxx672 std::vector<OT> newlabels(n); in PruneBySize() local
673 newlabels[0] = 0; in PruneBySize()
687 newlabels[i] = static_cast<OT>(l); in PruneBySize()
717 *outPtr = newlabels[v]; in PruneBySize()
/dports/graphics/R-cran-qcc/qcc/inst/doc/
H A Dqcc_a_quick_tour.R86 newdata=x[!trial], newsizes=size[!trial], newlabels=which(!trial)))
91 newdata=x[!trial], newsizes=size[!trial], newlabels=which(!trial)))
/dports/math/vtk8/VTK-8.2.0/Imaging/Morphological/
H A DvtkImageConnectivityFilter.cxx681 std::vector<OT> newlabels(n); in PruneBySize() local
682 newlabels[0] = 0; in PruneBySize()
696 newlabels[i] = static_cast<OT>(l); in PruneBySize()
726 *outPtr = newlabels[v]; in PruneBySize()
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dfilemerge.py895 newlabels = [
900 newlabels.append(_formatconflictmarker(ca, tmpl, labels[2], pad))
901 return newlabels
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dworld.c1514 short *newlabels; in renumber_features() local
1525 newlabels = (short *) xmalloc((maxoldfid + 1) * sizeof(short)); in renumber_features()
1527 newlabels[feature->id] = feature->relabel; in renumber_features()
1531 set_raw_feature_at(x, y, newlabels[raw_feature_at(x, y)]); in renumber_features()
1536 free(newlabels); in renumber_features()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Doce.py1568 newlabels = []
1578 newlabels.append(newlabel)
1581 operator.index = newlabels[oldlabels.index(operator.index)]
1585 operator.index = newlabels[oldlabels.index(operator.index)]
1589 operator.index = newlabels[oldlabels.index(operator.index)]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Doce.py1572 newlabels = []
1582 newlabels.append(newlabel)
1585 operator.index = newlabels[oldlabels.index(operator.index)]
1589 operator.index = newlabels[oldlabels.index(operator.index)]
1593 operator.index = newlabels[oldlabels.index(operator.index)]

12