Home
last modified time | relevance | path

Searched refs:existsAlready (Results 1 – 24 of 24) sorted by relevance

/dports/net-mgmt/cacti/cacti-1.2.19/cli/
H A Dadd_graphs.php554 $existsAlready = db_fetch_cell_prepared('SELECT gl.id variable
563 if ((isset($existsAlready)) &&
564 ($existsAlready > 0) &&
572 array($existsAlready));
574 …print "NOTE: Not Adding Graph - this graph already exists - graph-id: ($existsAlready) - data-sour…
654 $existsAlready = db_fetch_cell_prepared('SELECT gl.id variable
665 if (isset($existsAlready) && $existsAlready > 0) {
670 array($graphTitle, $existsAlready));
672 update_graph_title_cache($existsAlready);
681 array($existsAlready));
[all …]
H A Dadd_tree.php213 $existsAlready = db_fetch_cell("SELECT id FROM graph_tree WHERE name = '$name'"); variable
214 if ($existsAlready) {
215 print "ERROR: Not adding tree - it already exists - tree-id: ($existsAlready)\n";
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/export/cacti/
H A Dnetdot_to_cacti.php601 $existsAlready = db_fetch_cell("SELECT id
606 if (isset($existsAlready) && $existsAlready > 0) {
607 debug("$description: Graph already exists: ($existsAlready)");
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/conversion/
H A DSBMLInferUnitsConverter.cpp196 newId = existsAlready(*(mModel), inferred); in convert()
260 SBMLInferUnitsConverter::existsAlready(Model& m, UnitDefinition *newUD) in existsAlready() function in SBMLInferUnitsConverter
H A DSBMLInferUnitsConverter.h191 std::string existsAlready(Model& m, UnitDefinition *newUD);
H A DSBMLUnitsConverter.h215 std::string existsAlready(Model& m, UnitDefinition *newUD);
H A DSBMLUnitsConverter.cpp893 newId = existsAlready(m, newUD); in applyNewUnitDefinition()
1448 SBMLUnitsConverter::existsAlready(Model& m, UnitDefinition *newUD) in existsAlready() function in SBMLUnitsConverter
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/conversion/
H A DSBMLInferUnitsConverter.cpp196 newId = existsAlready(*(mModel), inferred); in convert()
260 SBMLInferUnitsConverter::existsAlready(Model& m, UnitDefinition *newUD) in existsAlready() function in SBMLInferUnitsConverter
H A DSBMLInferUnitsConverter.h191 std::string existsAlready(Model& m, UnitDefinition *newUD);
H A DSBMLUnitsConverter.h215 std::string existsAlready(Model& m, UnitDefinition *newUD);
H A DSBMLUnitsConverter.cpp893 newId = existsAlready(m, newUD); in applyNewUnitDefinition()
1448 SBMLUnitsConverter::existsAlready(Model& m, UnitDefinition *newUD) in existsAlready() function in SBMLUnitsConverter
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/discover/
H A Dlocal.go220 ce, existsAlready := c.Get(device.ID)
221 …isNewDevice := !existsAlready || time.Since(ce.when) > CacheLifeTime || ce.instanceID != device.In…
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dapi_automation.php2358 $existsAlready = db_fetch_cell_prepared('SELECT id
2364 if ($existsAlready > 0) {
2370 LIMIT 1', array($existsAlready));
2372 …ce[' . $host_id . "] Graph Creation Skipped - Already Exists - Graph[$existsAlready] - DS[$dataSou…
2628 $existsAlready = db_fetch_cell_prepared('SELECT DISTINCT gl.id
2636 if (isset($existsAlready) && $existsAlready > 0) {
2637 …ce[' . $host_id . "] Graph Creation Skipped - Already Exists - Graph[$existsAlready]", false, 'AUT…
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/
H A DBuild.hs584 existsAlready <- doesPackageDBExist dbPath
585 when existsAlready $ deletePackageDB dbPath
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/
H A DBuild.hs592 existsAlready <- doesPackageDBExist dbPath
593 when existsAlready $ deletePackageDB dbPath
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/
H A DBuild.hs592 existsAlready <- doesPackageDBExist dbPath
593 when existsAlready $ deletePackageDB dbPath
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/
H A DBuild.hs593 existsAlready <- doesPackageDBExist dbPath
594 when existsAlready $ deletePackageDB dbPath
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/
H A DBuild.hs587 existsAlready <- doesPackageDBExist dbPath
588 when existsAlready $ deletePackageDB dbPath
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qlistwidget/
H A Dtst_qlistwidget.cpp497 …QWidget *existsAlready = testWidget->indexWidget(testWidget->model()->index(testWidget->row(item),… in editItem() local
502 if (!existsAlready && flags & Qt::ItemIsEditable && flags & Qt::ItemIsEnabled) { in editItem()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/
H A Dpydoc-doxygen.i42875 %feature("docstring") SBMLInferUnitsConverter::existsAlready "
45387 %feature("docstring") SBMLUnitsConverter::existsAlready "
H A Dpydoc-normal.i39487 %feature("docstring") SBMLInferUnitsConverter::existsAlready "
41273 %feature("docstring") SBMLUnitsConverter::existsAlready "
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/
H A Djavadoc.i44808 %javamethodmodifiers SBMLInferUnitsConverter::existsAlready(Model& m, UnitDefinition *newUD) "
46795 %javamethodmodifiers SBMLUnitsConverter::existsAlready(Model& m, UnitDefinition *newUD) "
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/
H A Dcsdoc.i48467 %csmethodmodifiers SBMLInferUnitsConverter::existsAlready(Model& m, UnitDefinition *newUD) "
51022 %csmethodmodifiers SBMLUnitsConverter::existsAlready(Model& m, UnitDefinition *newUD) "
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/perl/
H A DLibSBML.pod24239 =item SBMLInferUnitsConverter::existsAlready
25290 =item SBMLUnitsConverter::existsAlready