Home
last modified time | relevance | path

Searched refs:ReplacedBy (Results 1 – 25 of 60) sorted by relevance

123

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/sbml/
H A DReplacedBy.cpp56 ReplacedBy::ReplacedBy (unsigned int level, unsigned int version, unsigned int pkgVersion) in ReplacedBy() function in ReplacedBy
62 ReplacedBy::ReplacedBy(CompPkgNamespaces* compns) in ReplacedBy() function in ReplacedBy
69 ReplacedBy::ReplacedBy(const ReplacedBy& source) in ReplacedBy() function in ReplacedBy
74 ReplacedBy& ReplacedBy::operator=(const ReplacedBy& source) in operator =()
83 ReplacedBy*
84 ReplacedBy::clone() const in clone()
86 return new ReplacedBy(*this); in clone()
89 ReplacedBy::~ReplacedBy () in ~ReplacedBy()
95 ReplacedBy::getElementName () const in getElementName()
103 ReplacedBy::getTypeCode () const in getTypeCode()
[all …]
H A DReplacedBy.h70 class LIBSBML_EXTERN ReplacedBy : public Replacing
84 ReplacedBy(unsigned int level = CompExtension::getDefaultLevel(),
98 ReplacedBy(CompPkgNamespaces* compns);
106 ReplacedBy(const ReplacedBy& source);
115 ReplacedBy& operator=(const ReplacedBy& source);
123 virtual ReplacedBy* clone () const;
129 virtual ~ReplacedBy ();
H A DMakefile.in70 ReplacedBy.h \
90 ReplacedBy.cpp \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Ddeprecation.cc135 String ReplacedBy(const char* feature, const char* replacement) { in ReplacedBy() function
165 ReplacedBy("'window.webkitStorageInfo'", in GetDeprecationInfo()
171 ReplacedBy("'HTMLVideoElement.webkitSupportsFullscreen'", in GetDeprecationInfo()
176 ReplacedBy("'HTMLVideoElement.webkitDisplayingFullscreen'", in GetDeprecationInfo()
181 ReplacedBy("'HTMLVideoElement.webkitEnterFullscreen()'", in GetDeprecationInfo()
186 ReplacedBy("'HTMLVideoElement.webkitExitFullscreen()'", in GetDeprecationInfo()
191 ReplacedBy("'HTMLVideoElement.webkitEnterFullScreen()'", in GetDeprecationInfo()
196 ReplacedBy("'HTMLVideoElement.webkitExitFullScreen()'", in GetDeprecationInfo()
223 ReplacedBy("'webkitURL'", "'URL'")}; in GetDeprecationInfo()
227 ReplacedBy("'Range.expand()'", "'Selection.modify()'")}; in GetDeprecationInfo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Ddeprecation.cc154 String ReplacedBy(const char* feature, const char* replacement) { in ReplacedBy() function
184 ReplacedBy("'window.webkitStorageInfo'", in GetDeprecationInfo()
190 ReplacedBy("'HTMLVideoElement.webkitSupportsFullscreen'", in GetDeprecationInfo()
195 ReplacedBy("'HTMLVideoElement.webkitDisplayingFullscreen'", in GetDeprecationInfo()
200 ReplacedBy("'HTMLVideoElement.webkitEnterFullscreen()'", in GetDeprecationInfo()
205 ReplacedBy("'HTMLVideoElement.webkitExitFullscreen()'", in GetDeprecationInfo()
210 ReplacedBy("'HTMLVideoElement.webkitEnterFullScreen()'", in GetDeprecationInfo()
215 ReplacedBy("'HTMLVideoElement.webkitExitFullScreen()'", in GetDeprecationInfo()
242 ReplacedBy("'webkitURL'", "'URL'")}; in GetDeprecationInfo()
246 ReplacedBy("'Range.expand()'", "'Selection.modify()'")}; in GetDeprecationInfo()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/extension/
H A DCompSBasePlugin.h89 ReplacedBy* mReplacedBy;
338 const ReplacedBy* getReplacedBy () const;
346 ReplacedBy* getReplacedBy ();
375 int setReplacedBy (const ReplacedBy* replacedBy);
384 ReplacedBy* createReplacedBy ();
H A DCompSBasePlugin.cpp176 mReplacedBy = new ReplacedBy(compns); in createObject()
386 const ReplacedBy*
393 ReplacedBy*
407 CompSBasePlugin::setReplacedBy (const ReplacedBy* replacedBy) in setReplacedBy()
446 ReplacedBy*
453 mReplacedBy = new ReplacedBy(compns); in createReplacedBy()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/validator/constraints/
H A DUnitReplacementCheck.h69 void checkReferencedElement(ReplacedBy& repBy);
75 void logMismatchUnits (ReplacedBy& repBy,
82 void logMismatchSpatialDimensions (ReplacedBy& repBy,
H A DClassReplacements.h69 void checkReferencedElement(ReplacedBy& repBy);
75 void logBadClassReplacement (ReplacedBy& repBy,
H A DPackageIdReplacementCheck.h69 void checkReferencedElement(ReplacedBy& repBy);
75 void logMissingIdAttribute (ReplacedBy& repBy,
H A DPackageIdReplacementCheck.cpp169 checkReferencedElement(*(const_cast<ReplacedBy*> in check_()
178 PackageIdReplacementCheck::checkReferencedElement(ReplacedBy& repBy) in checkReferencedElement()
240 PackageIdReplacementCheck::logMissingIdAttribute (ReplacedBy& repBy, in logMissingIdAttribute()
H A DClassReplacements.cpp170 checkReferencedElement(*(const_cast<ReplacedBy*> in check_()
179 ClassReplacements::checkReferencedElement(ReplacedBy& repBy) in checkReferencedElement()
285 ClassReplacements::logBadClassReplacement (ReplacedBy& repBy, in logBadClassReplacement()
H A DUnitReplacementCheck.cpp171 checkReferencedElement(*(const_cast<ReplacedBy*> in check_()
179 UnitReplacementCheck::checkReferencedElement(ReplacedBy& repBy) in checkReferencedElement()
408 UnitReplacementCheck::logMismatchUnits (ReplacedBy& repBy, in logMismatchUnits()
499 UnitReplacementCheck::logMismatchSpatialDimensions (ReplacedBy& repBy, in logMismatchSpatialDimensions()
H A DCompConsistencyConstraints.cpp228 ReferencedModel(const Model & m, const ReplacedBy & repBy) in ReferencedModel()
319 const ReplacedBy* repBy = NULL; in ReferencedModel()
339 static_cast<const ReplacedBy*>(sbRef.getParentSBMLObject()); in ReferencedModel()
404 static_cast<const ReplacedBy*>(grandParent); in ReferencedModel()
1052 START_CONSTRAINT (CompPortRefMustReferencePort, ReplacedBy, repBy) in START_CONSTRAINT() argument
1125 msg += static_cast<const ReplacedBy*>(sbRef.getParentSBMLObject()) in START_CONSTRAINT()
1444 START_CONSTRAINT (CompIdRefMustReferenceObject, ReplacedBy, repBy) in START_CONSTRAINT() argument
1772 START_CONSTRAINT (CompUnitRefMustReferenceUnitDef, ReplacedBy, repBy) in START_CONSTRAINT() argument
3744 START_CONSTRAINT (CompReplacedByMustRefObject, ReplacedBy, repBy) in START_CONSTRAINT() argument
3795 START_CONSTRAINT (CompReplacedByMustRefOnlyOne, ReplacedBy, repBy) in START_CONSTRAINT() argument
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/coredns/corefile-migration/migration/
H A Dnotice.go10 ReplacedBy string member
29 if n.ReplacedBy != "" {
30 s += fmt.Sprintf(` It is replaced by "%v".`, n.ReplacedBy)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/validator/
H A DCompValidator.cpp154 ConstraintSet<ReplacedBy> mReplacedBy;
232 if (dynamic_cast< TConstraint<ReplacedBy>* >(c) != NULL) in add()
234 mReplacedBy.add( static_cast< TConstraint<ReplacedBy>* >(c) ); in add()
305 virtual bool visit (const ReplacedBy &x) in visit()
373 return visit((const ReplacedBy&)x); in visit()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/
H A Dlocal-packages-comp.i155 return new ReplacedBy(cPtr, owner); in DowncastSBase()
181 SBMLCONSTRUCTOR_EXCEPTION(ReplacedBy)
219 COVARIANT_REMOVEFROMPARENTANDDELETE(ReplacedBy)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/
H A Dlocal-packages-comp.i126 return new ReplacedBy(cPtr, owner); in DowncastSBase()
158 SBMLCONSTRUCTOR_EXCEPTION(ReplacedBy)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/javascript/
H A Dlocal-comp.i23 SBMLCONSTRUCTOR_EXCEPTION(ReplacedBy)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/perl/
H A Dlocal-comp.i23 SBMLCONSTRUCTOR_EXCEPTION(ReplacedBy)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/php/
H A Dlocal-comp.i23 SBMLCONSTRUCTOR_EXCEPTION(ReplacedBy)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/
H A Dlocal-comp.i23 SBMLCONSTRUCTOR_EXCEPTION(ReplacedBy)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/r/
H A Dlocal-comp.i23 SBMLCONSTRUCTOR_EXCEPTION(ReplacedBy)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/
H A Dlocal-comp.i23 SBMLCONSTRUCTOR_EXCEPTION(ReplacedBy)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/common/
H A Dcompfwd.h92 typedef CLASS_OR_STRUCT ReplacedBy ReplacedBy_t;

123