Home
last modified time | relevance | path

Searched defs:Deletion (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/
H A Dcollection_range_deleter.h116 struct Deletion { struct
117 Deletion(ChunkRange r, Date_t when) : range(std::move(r)), whenToDelete(when) {} in Deletion() function
138 boost::optional<Date_t> add(std::list<Deletion> ranges); argument
H A Dmetadata_manager.h57 using Deletion = CollectionRangeDeleter::Deletion; variable
/dports/math/polymake/polymake-4.5/apps/matroid/include/
H A Ddeletion_contraction.h38 struct Deletion { struct
39 typedef Contraction dual;
40 const static bool is_deletion = 1;
41 const static bool is_contraction = 0;
83 Array<Set<Int>> minor_circuits(Deletion, in minor_circuits() argument
114 …Matrix<E> minor_vectors(Deletion, const GenericMatrix<TMatrix, E>& vectors, const GenericSet<TMino… in minor_vectors() argument
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocbcore/v9/
H A Dtestdcpobserver_test.go17 type Deletion struct { struct
18 IsExpiration bool
19 DeleteTime uint32
20 Cas uint64
21 CollectionID uint32
22 StreamID uint16
86 func (so *TestStreamObserver) Deletion(seqNo, revNo uint64, deleteTime uint32, cas uint64, datatype… func
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/diff/
H A Ddelete.rs45 struct Deletion { struct
46 edges: Vec<crate::change::NewEdge<Option<ChangeId>>>,
47 resurrect: Vec<crate::change::NewEdge<Option<ChangeId>>>,
105 ) -> Result<Deletion, TxnErr<T::GraphError>> { in delete_lines()
175 deletion: &mut Deletion, in delete_parents()
302 deletion: &mut Deletion, in resurrect_zombies()
357 deletion: &mut Deletion, in resurrect_zombie()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/data/
H A Ddeletable.h44 class SafePtr : DENG2_OBSERVES(Deletable, Deletion) in DENG2_OBSERVES() argument
/dports/databases/py-mongoengine/mongoengine-0.20.0/docs/guide/
H A Dgridfs.rst66 Deletion section in GridFS
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/common/
H A Dpasswords_directory_util_ios_unittest.cc14 TEST(PasswordsDirectoryUtilTest, Deletion) { in TEST() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/common/
H A Dpasswords_directory_util_ios_unittest.cc14 TEST(PasswordsDirectoryUtilTest, Deletion) { in TEST() argument
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/sbml/
H A DDeletion.cpp55 Deletion::Deletion (unsigned int level, unsigned int version, unsigned int pkgVersion) in Deletion() function in Deletion
63 Deletion::Deletion(CompPkgNamespaces* compns) in Deletion() function in Deletion
72 Deletion::Deletion(const Deletion& source) : SBaseRef(source) in Deletion() function in Deletion
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/
H A Dcfx_widetextbuf_unittest.cpp24 TEST(WideTextBuf, Deletion) { in TEST() argument
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dstar_deletion.cc32 std::list<Set<Int>> Deletion; in star_deletion_complex() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/filesys/
H A Dfile.h107 DENG2_DEFINE_AUDIENCE2(Deletion, void fileBeingDeleted(File const &file)) in DENG2_DEFINE_AUDIENCE2() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/
H A Dcfx_widetextbuf_unittest.cpp24 TEST(WideTextBuf, Deletion) { in TEST() argument
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/world/
H A Dmap.cpp53 DENG2_AUDIENCE_METHOD(BaseMap, Deletion) in DENG2_AUDIENCE_METHOD() argument
H A Dthinkerdata.cpp61 DENG2_AUDIENCE_METHOD(ThinkerData, Deletion) in DENG2_AUDIENCE_METHOD() argument
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dcorrupttest.c59 static const l_int32 Deletion = FALSE; variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/infine/
H A Dfinale.cpp73 DENG2_AUDIENCE_METHOD(Finale, Deletion) in DENG2_AUDIENCE_METHOD() argument
/dports/biology/ugene/ugene-40.1/src/plugins/dbi_bam/src/
H A DAlignment.h42 Deletion, enumerator
/dports/net/p5-Net-Cassandra-Easy/Net-Cassandra-Easy-0.15/
H A Dcassandra.thrift263 struct Deletion { struct
276 2: optional Deletion deletion, argument
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/discovery/
H A DSimpleSVType.java79 public static final class Deletion extends SimpleSVType { class in SimpleSVType
87 …public Deletion(final String variantCHR, final int variantPOS, final int variantEND, final String … in Deletion() method in SimpleSVType.Deletion
92 public Deletion(final NovelAdjacencyAndAltHaplotype novelAdjacencyAndAltHaplotype, in Deletion() method in SimpleSVType.Deletion
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/devops-rdc/
H A Dstruct_pipeline_inst.go29 Deletion string `json:"Deletion" xml:"Deletion"` member
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DA3MReader.cpp83 Deletion = 0, enumerator
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/docs/interop/
H A Dbitmaps.rst81 Deletion subsection
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/Diff-0.4.0/src/Data/Algorithm/
H A DDiffOutput.hs128 data DiffOperation a = Deletion a LineNo constructor

1234567