Home
last modified time | relevance | path

Searched refs:doAdd (Results 26 – 50 of 456) sorted by relevance

12345678910>>...19

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData_Net.cpp57 const bool doAdd, in MSLaneMeanDataValues() argument
59 : MSMeanData::MeanDataValues(lane, length, doAdd, parent), in MSLaneMeanDataValues()
313 MSMeanData_Net::createValues(MSLane* const lane, const double length, const bool doAdd) const {
314 return new MSLaneMeanDataValues(lane, length, doAdd, this);
H A DMSMeanData.h72 …MeanDataValues(MSLane* const lane, const double length, const bool doAdd, const MSMeanData* const …
370 …:MeanDataValues* createValues(MSLane* const lane, const double length, const bool doAdd) const = 0;
/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DPathRouter.php90 protected function doAdd( $path, $params, $options, $key = null ) { function in PathRouter
161 $this->doAdd( $onePath, $params, $options, $key );
164 $this->doAdd( $path, $params, $options );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DPathRouter.php90 protected function doAdd( $path, $params, $options, $key = null ) {
161 $this->doAdd( $onePath, $params, $options, $key );
164 $this->doAdd( $path, $params, $options );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DPathRouter.php90 protected function doAdd( $path, $params, $options, $key = null ) { function in PathRouter
161 $this->doAdd( $onePath, $params, $options, $key );
164 $this->doAdd( $path, $params, $options );
/dports/astro/py-ro/RO-3.6.9/python/RO/Wdg/
H A DHistoryMenu.py121 def doAdd(*args): function
132 nameWdg.bind("<Return>", doAdd)
/dports/devel/binaryen/binaryen-version_98/src/
H A Dpass.h180 doAdd(std::move(pass)); in add()
185 doAdd(std::move(pass)); in add()
238 void doAdd(std::unique_ptr<Pass> pass);
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkPlot3DMetaReader.cxx290 bool doAdd = true; in SetFileNames() local
295 doAdd = false; in SetFileNames()
305 doAdd = false; in SetFileNames()
328 if (doAdd) in SetFileNames()
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DAbstractCache.h80 doAdd(key, val); in add()
100 doAdd(key, val); in add()
207 void doAdd(const TKey& key, const TValue& val) in doAdd() function
221 void doAdd(const TKey& key, SharedPtr<TValue>& val) in doAdd() function
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/DynamicElements/
H A DWOSetHeader.m103 BOOL doAdd;
105 doAdd = (self->addToExisting != nil)
122 if (doAdd) {
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/DynamicElements/
H A DWOSetHeader.m103 BOOL doAdd;
105 doAdd = (self->addToExisting != nil)
122 if (doAdd) {
/dports/math/vtk8/VTK-8.2.0/IO/Parallel/
H A DvtkPlot3DMetaReader.cxx292 bool doAdd = true; in SetFileNames() local
297 doAdd = false; in SetFileNames()
307 doAdd = false; in SetFileNames()
330 if (doAdd) in SetFileNames()
/dports/math/vtk9/VTK-9.1.0/IO/Parallel/
H A DvtkPlot3DMetaReader.cxx279 bool doAdd = true; in SetFileNames() local
284 doAdd = false; in SetFileNames()
294 doAdd = false; in SetFileNames()
314 if (doAdd) in SetFileNames()
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dadjust.c169 if (pmargin.doAdd) { in makeInfo()
784 if (sep.doAdd) { in fdpAdjust()
861 if (margin.doAdd) { in vpscAdjust()
1255 pp->doAdd = 1; in parseFactor()
1257 else pp->doAdd = 0; in parseFactor()
1261 if (pp->doAdd) { in parseFactor()
1298 pmargin.doAdd = 1; in sepFactor()
1302 pmargin.doAdd, pmargin.x, pmargin.y); in sepFactor()
1324 pmargin.doAdd = 1; in esepFactor()
1328 pmargin.doAdd, pmargin.x, pmargin.y); in esepFactor()
/dports/devel/arduino-core/Arduino-b439a77/app/src/processing/app/syntax/
H A DSketchTextAreaEditorKit.java225 boolean doAdd = false; in getDoAdd()
232 doAdd = true; in getDoAdd()
236 return doAdd; in getDoAdd()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DStringIdentifier.h21 virtual void doAdd(String &str, int id);
H A DStringIdentifier.cc21 void StringIdentifier::doAdd(String &str, int id) { in doAdd() function in StringIdentifier
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtgui/
H A Dhydrogentools.cpp106 bool doAdd(adjustment == Add || adjustment == AddAndRemove); in adjustHydrogens() local
118 if (doAdd && hDiff > 0) { in adjustHydrogens()
153 bool doAdd(adjustment == Add || adjustment == AddAndRemove); in adjustHydrogens() local
186 if (doAdd && hDiff > 0) { in adjustHydrogens()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtgui/
H A Dhydrogentools.cpp106 bool doAdd(adjustment == Add || adjustment == AddAndRemove); in adjustHydrogens() local
118 if (doAdd && hDiff > 0) { in adjustHydrogens()
153 bool doAdd(adjustment == Add || adjustment == AddAndRemove); in adjustHydrogens() local
186 if (doAdd && hDiff > 0) { in adjustHydrogens()
/dports/security/keepassxc/keepassxc-2.6.6/src/gui/databasekey/
H A DKeyComponentWidget.cpp44 connect(this, SIGNAL(componentAddRequested()), SLOT(doAdd())); in KeyComponentWidget()
148 void KeyComponentWidget::doAdd() in doAdd() function in KeyComponentWidget
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/misc/cgo/test/
H A Dcthread_unix.c22 doAdd(int max, int nthread) in doAdd() function
/dports/lang/gcc8/gcc-8.5.0/libgo/misc/cgo/test/
H A Dcthread_unix.c22 doAdd(int max, int nthread) in doAdd() function
H A Dcthread.go38 C.doAdd(10, 6)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/misc/cgo/test/
H A Dcthread_unix.c22 doAdd(int max, int nthread) in doAdd() function
H A Dcthread.go38 C.doAdd(10, 6)

12345678910>>...19