Searched refs:addedName (Results 1 – 10 of 10) sorted by relevance
92 QTreeWidgetItem* updatePatternList(const QString& addedName = "");93 QTreeWidgetItem* updateGradientList(const QString& addedName = "");94 QTreeWidgetItem* updateColorList(const QString& addedName = "");
179 QTreeWidgetItem* ColorsAndFillsDialog::updatePatternList(const QString& addedName) in updatePatternList() argument205 if (patK[a] == addedName) in updatePatternList()213 QTreeWidgetItem* ColorsAndFillsDialog::updateGradientList(const QString& addedName) in updateGradientList() argument244 if (patK[a] == addedName) in updateGradientList()252 QTreeWidgetItem* ColorsAndFillsDialog::updateColorList(const QString& addedName) in updateColorList() argument291 if (itc.value() == addedName) in updateColorList()307 if (it.key() == addedName) in updateColorList()
38 private $addedName = "<added>"; variable in Fossology\\Lib\\BusinessRules\\ClearingEventProcessorTest52 $this->addedLicense->shouldReceive("getShortName")->withNoArgs()->andReturn($this->addedName);56 …$this->addedEvent->shouldReceive("getLicenseShortName")->withNoArgs()->andReturn($this->addedName);
144 addedName := changeName(add)146 score := nameSimilarityScore(addedName, deletedName)