Home
last modified time | relevance | path

Searched refs:Deletion (Results 1 – 25 of 3570) sorted by relevance

12345678910>>...143

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/sbml/
H A DDeletion.cpp63 Deletion::Deletion(CompPkgNamespaces* compns) in Deletion() function in Deletion
72 Deletion::Deletion(const Deletion& source) : SBaseRef(source) in Deletion() function in Deletion
79 Deletion& Deletion::operator=(const Deletion& source) in operator =()
91 Deletion*
92 Deletion::clone() const in clone()
98 Deletion::~Deletion () in ~Deletion()
104 Deletion::getId() const in getId()
111 Deletion::isSetId() const in isSetId()
129 Deletion::unsetId() in unsetId()
138 Deletion::getName() const in getName()
[all …]
H A DListOfDeletions.cpp79 Deletion *
82 return static_cast<Deletion*>(ListOf::get(n)); in get()
87 const Deletion *
95 Deletion*
98 return const_cast<Deletion*>( in get()
104 const Deletion*
114 Deletion*
117 return static_cast<Deletion*>(ListOf::remove(n)); in remove()
121 Deletion*
135 return static_cast<Deletion*>(item); in remove()
[all …]
H A DDeletion.h109 class LIBSBML_EXTERN Deletion : public SBaseRef
129 Deletion(unsigned int level = CompExtension::getDefaultLevel(),
143 Deletion(CompPkgNamespaces* compns);
151 Deletion(const Deletion& source);
160 Deletion& operator=(const Deletion& source);
168 virtual Deletion* clone () const;
174 virtual ~Deletion ();
H A DListOfDeletions.h119 virtual Deletion* get(unsigned int n);
132 virtual const Deletion * get(unsigned int n) const;
149 virtual Deletion* get (const std::string& sid);
166 virtual const Deletion* get (const std::string& sid) const;
179 virtual Deletion* remove (unsigned int n);
192 virtual Deletion* remove (const std::string& sid);
H A DSubmodel.h517 Deletion* getDeletion (unsigned int n);
529 const Deletion* getDeletion (unsigned int n) const;
540 Deletion* getDeletion (std::string id);
551 const Deletion* getDeletion (std::string id) const;
569 int addDeletion (const Deletion* deletion);
587 Deletion* createDeletion ();
601 Deletion* removeDeletion(unsigned int index);
616 Deletion* removeDeletion(const std::string& sid);
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dstar_deletion.cc32 std::list<Set<Int>> Deletion; in star_deletion_complex() local
33 copy_range(entire(deletion(C,face)), std::back_inserter(Deletion)); in star_deletion_complex()
35 if (Int(Deletion.size()) == C.size()) { in star_deletion_complex()
41 const Set<Int> V = accumulate(Deletion, operations::add()); in star_deletion_complex()
43 adj_numbering(Deletion,V); in star_deletion_complex()
48 if (Deletion.empty()) in star_deletion_complex()
51 p_out.take("FACETS") << as_array(Deletion); in star_deletion_complex()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/libwebrtcglue/
H A DTaskQueueWrapper.h30 template <DeletionPolicy Deletion>
45 MOZ_RELEASE_ASSERT(Deletion == DeletionPolicy::NonBlocking || in Delete()
65 if constexpr (Deletion == DeletionPolicy::Blocking) { in Delete()
136 template <DeletionPolicy Deletion>
137 class DefaultDelete<TaskQueueWrapper<Deletion>>
140 void operator()(TaskQueueWrapper<Deletion>* aPtr) const { in operator()
149 template <DeletionPolicy Deletion>
150 UniquePtr<TaskQueueWrapper<Deletion>> CreateTaskQueueWrapper(
157 return MakeUnique<TaskQueueWrapper<Deletion>>(std::move(taskQueue),
/dports/devel/git-delta/delta-0.9.2/src/
H A Dedits.rs192 align::Operation::Deletion => { in annotate()
277 Deletion, enumerator
539 (Deletion, "b"), in test_infer_edits_4()
669 (Deletion, "the"), in test_infer_edits_10()
670 (Deletion, " "), in test_infer_edits_10()
671 (Deletion, "commit"), in test_infer_edits_10()
672 (Deletion, " "), in test_infer_edits_10()
673 (Deletion, "number "), in test_infer_edits_10()
714 (Deletion, " info"), in test_infer_edits_12()
740 Deletion, in assert_edits()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/
H A Dcollection_range_deleter_test.cpp56 using Deletion = CollectionRangeDeleter::Deletion; typedef
145 std::list<Deletion> ranges; in TEST_F()
166 std::list<Deletion> ranges; in TEST_F()
167 auto deletion = Deletion{ChunkRange(BSON(kPattern << 0), BSON(kPattern << 10)), Date_t{}}; in TEST_F()
201 std::list<Deletion> ranges; in TEST_F()
202 auto deletion = Deletion{ChunkRange(BSON(kPattern << 0), BSON(kPattern << 10)), Date_t{}}; in TEST_F()
224 std::list<Deletion> ranges; in TEST_F()
225 auto deletion = Deletion{ChunkRange(BSON(kPattern << 0), BSON(kPattern << 10)), Date_t{}}; in TEST_F()
255 std::list<Deletion> ranges; in TEST_F()
262 std::list<Deletion> ranges2; in TEST_F()
[all …]
H A Dcollection_range_deleter.h116 struct Deletion { struct
117 Deletion(ChunkRange r, Date_t when) : range(std::move(r)), whenToDelete(when) {} in Deletion() argument
138 boost::optional<Date_t> add(std::list<Deletion> ranges); argument
223 std::list<Deletion> _orphans;
224 std::list<Deletion> _delayedOrphans;
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocbcore/v9/
H A Dtestdcpobserver_test.go17 type Deletion struct { struct
32 deletions map[string]Deletion
33 expirations map[string]Deletion
51 deletions: make(map[string]Deletion),
52 expirations: make(map[string]Deletion),
86 func (so *TestStreamObserver) Deletion(seqNo, revNo uint64, deleteTime uint32, cas uint64, datatype… func
88 mutation := Deletion{
102 mutation := Deletion{
/dports/www/gitea/gitea-1.16.5/templates/repo/diff/
H A Dstats.tmpl1 {{Add .file.Addition .file.Deletion}}
2 …Tr "repo.diff.stats_desc_file" (Add .file.Addition .file.Deletion) .file.Addition .file.Deletion |…
3 …<div class="diff-stats-add-bar" style="width: {{DiffStatsWidth .file.Addition .file.Deletion}}%"><…
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/world/
H A Dmap.cpp28 , DENG2_OBSERVES(Record, Deletion) in DENG2_PIMPL()
38 DENG2_FOR_PUBLIC_AUDIENCE2(Deletion, i) i->mapBeingDeleted(self()); in DENG2_PIMPL()
50 DENG2_PIMPL_AUDIENCE(Deletion) in DENG2_PIMPL()
53 DENG2_AUDIENCE_METHOD(BaseMap, Deletion) in DENG2_AUDIENCE_METHOD() argument
/dports/lang/cython/Cython-0.29.24/tests/errors/
H A De_del.pyx28 11:8: Deletion of non-Python, non-C++ object
29 13:9: Deletion of non-Python, non-C++ object
30 14:9: Deletion of non-Python, non-C++ object
32 23:4: Deletion of global C variable
/dports/lang/cython-devel/cython-2b1e743/tests/errors/
H A De_del.pyx28 11:8: Deletion of non-Python, non-C++ object
29 13:9: Deletion of non-Python, non-C++ object
30 14:9: Deletion of non-Python, non-C++ object
32 23:4: Deletion of global C variable
/dports/math/polymake/polymake-4.5/apps/matroid/include/
H A Ddeletion_contraction.h30 struct Deletion;
33 typedef Deletion dual;
38 struct Deletion { struct
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/graphics/leptonica/leptonica-1.76.0/prog/
H A Dcorrupttest.c59 static const l_int32 Deletion = FALSE; variable
85 if (Deletion == TRUE) { in main()
127 if (Deletion == TRUE) { in main()
145 if (pix && nwarn != 1 && Deletion == TRUE) { in main()
162 if (pix && j == 10 && i == 10 && Deletion == FALSE) in main()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Artist/Deletion/
H A DArtistDeleter.php22 namespace Ampache\Module\Artist\Deletion;
31 use Ampache\Module\Album\Deletion\AlbumDeleterInterface;
32 use Ampache\Module\Album\Deletion\Exception\AlbumDeletionException;
33 use Ampache\Module\Artist\Deletion\Exception\ArtistDeletionException;
/dports/sysutils/hexpeek/hexpeek-v1.0.20200804/test/fixedxl/data/
H A Dhugetest-6GiB.in11 # Deletion at start
15 # Deletion at start
17 # Deletion after middle
/dports/net-mgmt/promscale/promscale-0.6.2/docs/
H A Dmetric_deletion_and_retention.md3 Deletion of data in Promscale can be categorized under:
5 1. Deletion of series
6 2. Deletion of metric
7 3. Deletion of data by time
8 4. Metric retention (Deletion via scheduling data retention policies (SQL))
16 ## Deletion of series (HTTP API)
44 ## Deletion of metric
86 ## Deletion of data by time (SQL)
88 Deletion of series or metrics based on time can be done only through SQL. The support for time-base…
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/csharp/comp/
H A DCompExample1.cs138 Deletion del1 = submod1.createDeletion(); in Main()
148 Deletion del2 = new Deletion(); in Main()
165 Deletion del3 = new Deletion(); in Main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tests/yaml/
H A Dinpos_outpos.yaml71 # Deletion with correct rule: append to previous
91 # Deletion with context rule: append to previous
111 # Deletion with pass2 rule: append to previous
131 # Deletion with pass3 rule: append to previous
151 # Deletion with pass4 rule: append to previous
213 # Deletion at the start of a string: append to previous from pov of output (braille), prepend to ne…
228 # Deletion at the end of a string: append to previous
246 # Deletion of all characters: append to (missing) previous
259 # Deletion with replace rule: append to previous
275 # Deletion of undefined character: append to previous
[all …]
/dports/devel/liblouis/liblouis-3.20.0/tests/yaml/
H A Dinpos_outpos.yaml71 # Deletion with correct rule: append to previous
91 # Deletion with context rule: append to previous
111 # Deletion with pass2 rule: append to previous
131 # Deletion with pass3 rule: append to previous
151 # Deletion with pass4 rule: append to previous
213 # Deletion at the start of a string: append to previous from pov of output (braille), prepend to ne…
228 # Deletion at the end of a string: append to previous
246 # Deletion of all characters: append to (missing) previous
259 # Deletion with replace rule: append to previous
275 # Deletion of undefined character: append to previous
[all …]
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/feature/
H A DRFormulaParser.scala44 case Deletion(term: Term) =>
57 case _: Deletion =>
75 case Deletion(Intercept(enabled)) =>
165 private[ml] case class Deletion(term: Term) extends Term
191 case (left, "-" ~ right) => left ++ Seq(Deletion(right))
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/
H A Dpatch.go227 Deletion int member
257 totalChange := fs.Addition + fs.Deletion
289 deln := float64(fs.Deletion)
292 finalOutput += fmt.Sprintf(" %s | %d %s%s\n", fs.Name, (fs.Addition + fs.Deletion), adds, dels)
335 cs.Deletion += strings.Count(s, "\n")
337 cs.Deletion++

12345678910>>...143