Home
last modified time | relevance | path

Searched refs:checkDuplicates (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/finance/beancount/beancount-2.3.3/beancount/plugins/
H A Dnoduplicates_test.py14 def checkDuplicates(self, entries, options_map): member in TestValidateDuplicates
26 self.checkDuplicates(entries, options_map)
35 self.checkDuplicates(entries, options_map)
47 self.checkDuplicates(entries, options_map)
62 self.checkDuplicates(entries, options_map)
78 self.checkDuplicates(entries, options_map)
87 self.checkDuplicates(entries, options_map)
95 self.checkDuplicates(entries, options_map)
103 self.checkDuplicates(entries, options_map)
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DElementInteger.java97 public final boolean checkDuplicates; field in ElementInteger
143 … ElementInteger(IntVar index, int[] list, IntVar value, int indexOffset, boolean checkDuplicates) { in ElementInteger() argument
149 this.checkDuplicates = checkDuplicates; in ElementInteger()
192 …Integer(IntVar index, List<Integer> list, IntVar value, int indexOffset, boolean checkDuplicates) { in ElementInteger() argument
193 this(index, list.stream().mapToInt(i -> i).toArray(), value, indexOffset, checkDuplicates); in ElementInteger()
249 if (checkDuplicates) in consistency()
346 if (checkDuplicates) { in impose()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/locator/
H A Dlocatorsearchutils.cpp47 const bool checkDuplicates = (filters.size() > 1); in runSearch() local
56 if (checkDuplicates && alreadyAdded.contains(entry)) in runSearch()
59 if (checkDuplicates) in runSearch()
/dports/cad/sumo/sumo-1.2.0/src/utils/common/
H A DStringBijection.h64 StringBijection(Entry entries[], T terminatorKey, bool checkDuplicates = true) {
67 insert(entries[i].str, entries[i].key, checkDuplicates);
72 void insert(const std::string str, const T key, bool checkDuplicates = true) {
73 if (checkDuplicates) {
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/plugin_interface/
H A Didwarningitem.cpp53 checkDuplicates(oldId); in setId()
60 checkDuplicates(m_id); in setId()
63 void IdWarningItem::checkDuplicates(const QString &id) in checkDuplicates() function in IdWarningItem
/dports/misc/tellico/tellico-3.4.2/src/
H A Dbibtexkeydialog.cpp72 QPushButton* checkDuplicates = new QPushButton(buttonBox); in BibtexKeyDialog() local
73 …KGuiItem::assign(checkDuplicates, KGuiItem(i18n("Check for duplicates"), QStringLiteral("system-se… in BibtexKeyDialog()
74 buttonBox->addButton(checkDuplicates, QDialogButtonBox::ActionRole); in BibtexKeyDialog()
89 … connect(checkDuplicates, &QAbstractButton::clicked, this, &BibtexKeyDialog::slotCheckDuplicates); in BibtexKeyDialog()
/dports/lang/nim/nim-1.6.2/tests/casestmt/
H A Dtcaseoverlaprange2.nim9 proc checkDuplicates(myval: int32): bool =
18 echo checkDuplicates(0x7B)
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Query/Processor/
H A DQQueryBase.cs416 bool checkDuplicates = r.checkDuplicates; in ExecuteLocal()
429 checkDuplicates = true; in ExecuteLocal()
431 if (checkDuplicates) in ExecuteLocal()
582 if (!r.checkDuplicates) in ExecuteLazy()
702 public readonly bool checkDuplicates; field in Db4objects.Db4o.Internal.Query.Processor.QQueryBase.CreateCandidateCollectionResult
713 checkDuplicates = checkDuplicates_; in CreateCandidateCollectionResult()
730 if (!r.checkDuplicates) in ExecuteSnapshot()
810 bool checkDuplicates = false; in CreateCandidateCollection()
820 checkDuplicates = true; in CreateCandidateCollection()
830 return new QQueryBase.CreateCandidateCollectionResult(candidatesList, checkDuplicates in CreateCandidateCollection()
/dports/cad/sumo/sumo-1.2.0/src/utils/distribution/
H A DRandomDistributor.h71 bool add(T val, double prob, bool checkDuplicates = true) {
74 if (checkDuplicates) {
/dports/deskutils/egroupware/egroupware/vendor/composer/installers/src/Composer/Installers/
H A DBitrixInstaller.php68 $this->checkDuplicates($templatePath, $vars);
79 protected function checkDuplicates($path, array $vars = array()) function in Composer\\Installers\\BitrixInstaller
/dports/audio/ampache/ampache-php74-5.0.0/vendor/composer/installers/src/Composer/Installers/
H A DBitrixInstaller.php68 $this->checkDuplicates($templatePath, $vars);
79 protected function checkDuplicates($path, array $vars = array()) function in Composer\\Installers\\BitrixInstaller
/dports/finance/prestashop/prestashop/vendor/composer/installers/src/Composer/Installers/
H A DBitrixInstaller.php68 $this->checkDuplicates($templatePath, $vars);
79 protected function checkDuplicates($path, array $vars = array()) function in Composer\\Installers\\BitrixInstaller
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/composer/installers/src/Composer/Installers/
H A DBitrixInstaller.php68 $this->checkDuplicates($templatePath, $vars);
79 protected function checkDuplicates($path, array $vars = array()) function in Composer\\Installers\\BitrixInstaller
/dports/www/elgg/elgg-3.3.23/vendor/composer/installers/src/Composer/Installers/
H A DBitrixInstaller.php68 $this->checkDuplicates($templatePath, $vars);
79 protected function checkDuplicates($path, array $vars = array()) function in Composer\\Installers\\BitrixInstaller
/dports/www/drupal8/drupal-8.9.20/vendor/composer/installers/src/Composer/Installers/
H A DBitrixInstaller.php68 $this->checkDuplicates($templatePath, $vars);
79 protected function checkDuplicates($path, array $vars = array()) function in Composer\\Installers\\BitrixInstaller
/dports/www/drupal9/drupal-9.2.10/vendor/composer/installers/src/Composer/Installers/
H A DBitrixInstaller.php68 $this->checkDuplicates($templatePath, $vars);
79 protected function checkDuplicates($path, array $vars = array()) function in Composer\\Installers\\BitrixInstaller
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/composer/installers/src/Composer/Installers/
H A DBitrixInstaller.php68 $this->checkDuplicates($templatePath, $vars);
79 protected function checkDuplicates($path, array $vars = array()) function in Composer\\Installers\\BitrixInstaller
/dports/devel/kdev-python/kdev-python-21.12.3/duchain/types/
H A Dunsuretype.cpp198 QStringList checkDuplicates; in addType() local
212 if (checkDuplicates.contains(str)) { in addType()
215 checkDuplicates.append(str); in addType()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/helpers/
H A DCMessageHelper.php195 if (!self::checkDuplicates($message, $current_messages)) {
215 protected static function checkDuplicates(array $message, array $current_messages): bool { function in CMessageHelper
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/helpers/
H A DCMessageHelper.php195 if (!self::checkDuplicates($message, $current_messages)) {
215 protected static function checkDuplicates(array $message, array $current_messages): bool {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/helpers/
H A DCMessageHelper.php195 if (!self::checkDuplicates($message, $current_messages)) {
215 protected static function checkDuplicates(array $message, array $current_messages): bool { function in CMessageHelper
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/go-critic/go-critic/checkers/
H A DmapKey_checker.go59 c.checkDuplicates(lit)
62 func (c *mapKeyChecker) checkDuplicates(lit *ast.CompositeLit) { func
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/helpers/
H A DCMessageHelper.php195 if (!self::checkDuplicates($message, $current_messages)) {
215 protected static function checkDuplicates(array $message, array $current_messages): bool { function in CMessageHelper
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/helpers/
H A DCMessageHelper.php195 if (!self::checkDuplicates($message, $current_messages)) {
215 protected static function checkDuplicates(array $message, array $current_messages): bool { function in CMessageHelper
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/go-critic/go-critic/checkers/
H A DmapKey_checker.go59 c.checkDuplicates(lit)
62 func (c *mapKeyChecker) checkDuplicates(lit *ast.CompositeLit) { func

12345678910>>...13