Home
last modified time | relevance | path

Searched refs:clashes (Results 1 – 25 of 4466) sorted by relevance

12345678910>>...179

/dports/net/drive/drive-0.4.0/src/
H A Dclashes.go36 if len(clashes) < 1 {
58 if len(clashes) < 1 {
67 return fn(g, clashes)
111 return clashes, err
135 clashes = append(clashes, change)
139 clashes = append(clashes, ccl...)
166 return clashes, err
190 clashes = append(clashes, cl...)
197 return clashes, pageErr
212 clashes = append(clashes, ccl...)
[all …]
H A Dpull.go99 if len(clashes) >= 1 {
105 err := fn(g, clashes)
202 return cl, clashes, err
224 clashes = append(clashes, cclashes...)
298 return cl, clashes, nil
379 clashes = append(clashes, cclashes...)
385 if len(clashes) >= 1 {
389 return cl, clashes, err
397 clashes = append(clashes, cclashes...)
407 if len(clashes) >= 1 {
[all …]
H A Dchanges.go152 return cl, clashes, err
190 clashes = append(clashes, cclashes...)
198 clashes = append(clashes, cl...)
377 return cl, clashes, nil
388 return cl, clashes, nil
399 return cl, clashes, err
403 return cl, clashes, nil
521 clashes = append(clashes, cclashes...)
524 if len(clashes) >= 1 {
528 return cl, clashes, err
[all …]
H A Ddiff.go63 clashes := []*Change{}
69 clashes = append(clashes, cclashes...)
83 if !g.opts.IgnoreNameClashes && len(clashes) >= 1 {
84 warnClashesPersist(g.log, clashes)
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/ImportExport/
H A DMD5CheckPage.cpp29 if (countOfMD5Matches(settings) != 0 && clashes(settings).anyClashes()) in pageNeeded()
63 ClashInfo clashes = this->clashes(settings); in MD5CheckPage() local
64 createRow(grid, row, QString::fromLatin1("*Label*"), i18n("Label"), clashes.label, false); in MD5CheckPage()
65 …createRow(grid, row, QString::fromLatin1("*Description*"), i18n("Description"), clashes.descriptio… in MD5CheckPage()
66 …createRow(grid, row, QString::fromLatin1("*Orientation*"), i18n("Orientation"), clashes.orientatio… in MD5CheckPage()
67 createRow(grid, row, QString::fromLatin1("*Date*"), i18n("Date and Time"), clashes.date, false); in MD5CheckPage()
68 …for (QMap<QString, bool>::const_iterator it = clashes.categories.constBegin(); it != clashes.categ… in MD5CheckPage()
89 ImportExport::ClashInfo ImportExport::MD5CheckPage::clashes(const ImportSettings &settings) in clashes() function in ImportExport::MD5CheckPage
/dports/www/p5-Bigtop/Bigtop-0.38/t/tentmaker/ajax_04/
H A Daseq112 <!-- values are double qouted to prevent clashes with single
153 <!-- values are double qouted to prevent clashes with single
186 <!-- values are double qouted to prevent clashes with single
244 <!-- values are double qouted to prevent clashes with single
277 <!-- values are double qouted to prevent clashes with single
1107 <!-- values are double qouted to prevent clashes with single
1148 <!-- values are double qouted to prevent clashes with single
1241 <!-- values are double qouted to prevent clashes with single
1299 <!-- values are double qouted to prevent clashes with single
1332 <!-- values are double qouted to prevent clashes with single
[all …]
H A Dctable60 <!-- values are double qouted to prevent clashes with single
101 <!-- values are double qouted to prevent clashes with single
134 <!-- values are double qouted to prevent clashes with single
167 <!-- values are double qouted to prevent clashes with single
856 <!-- values are double qouted to prevent clashes with single
897 <!-- values are double qouted to prevent clashes with single
927 <!-- values are double qouted to prevent clashes with single
1020 <!-- values are double qouted to prevent clashes with single
1053 <!-- values are double qouted to prevent clashes with single
1088 <!-- values are double qouted to prevent clashes with single
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/python3/omniidl_be/
H A Dami.py150 clashes = set()
156 clashes.add(cb.identifier())
168 clashes.add(dec.identifier())
204 return operations, clashes
223 def _prefixName(self, prefix, oident, clashes): argument
227 if ident not in clashes:
232 def _suffixName(self, suffix, oident, clashes): argument
236 if ident not in clashes:
237 clashes.add(ident)
282 callables, clashes = self._callables(node)
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/python/omniidl_be/
H A Dami.py150 clashes = set()
156 clashes.add(cb.identifier())
168 clashes.add(dec.identifier())
204 return operations, clashes
223 def _prefixName(self, prefix, oident, clashes): argument
227 if ident not in clashes:
232 def _suffixName(self, suffix, oident, clashes): argument
236 if ident not in clashes:
237 clashes.add(ident)
282 callables, clashes = self._callables(node)
[all …]
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/src/lib/plugin/
H A Dkpluginfactory.cpp93 const QList<KPluginFactoryPrivate::Plugin> clashes(d->createInstanceHash.values(keyword)); in registerPlugin() local
98 for (const KPluginFactoryPrivate::Plugin &plugin : clashes) { in registerPlugin()
109 for (const KPluginFactoryPrivate::Plugin &plugin : clashes) { in registerPlugin()
138 …const QList<KPluginFactoryPrivate::PluginWithMetadata> clashes(d->createInstanceWithMetaDataHash.v… in registerPlugin() local
142 for (const KPluginFactoryPrivate::PluginWithMetadata &plugin : clashes) { in registerPlugin()
153 for (const KPluginFactoryPrivate::PluginWithMetadata &plugin : clashes) { in registerPlugin()
/dports/www/p5-Reaction/Reaction-0.002005/lib/Reaction/InterfaceModel/Action/DBIC/Role/
H A DCheckUniques.pm52 my %clashes;
67 $clashes{$_} = 1 for @attrs;
71 $self->_unique_constraint_results(\%clashes);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/template/
H A Dqual1.C19 Link_array<int> clashes; in f() local
20 clashes.sort (shift_compare); in f()

12345678910>>...179