Home
last modified time | relevance | path

Searched refs:kvp (Results 251 – 275 of 1357) sorted by relevance

1...<<11121314151617181920>>...55

/dports/devel/isl/isl-0.24/interface/
H A Dcpp.cc70 for (auto &kvp : classes) { in set_construction_types() local
71 auto &clazz = kvp.second; in set_construction_types()
203 for (const auto &kvp : super.methods) { in copy_super_methods() local
204 const auto &name = kvp.first; in copy_super_methods()
205 const auto &methods = kvp.second; in copy_super_methods()
254 for (auto &kvp : classes) { in copy_super_methods() local
255 auto &clazz = kvp.second; in copy_super_methods()
287 for (const auto &kvp : clazz.methods) in print_methods() local
288 print_method_group(kvp.second, kvp.first); in print_methods()
312 print_set_enums(kvp.first); in print_set_enums()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/BSE/
H A Ddistrib_kernel.f9034 integer :: ik,ikp,kvp,jcp,iownmax,iownwfmax,iownkmax local
216 do kvp=1,vmax
222 +(kv-1)*xct%nvb_co+(kvp-1),peinf%npes)
234 ipool = (kvp-1)/(nown)
242 if ((xct%ivpar .eq. 1 .or. (kv .eq. 1 .and. kvp .eq. 1)) .and. &
247 if ((mod(kvp,nown) .eq. 1 .or. nown .eq. 1)) then
268 peinf%ivp(ipe,iown(ipe)) = kvp
312 if (peinf%ipev(ipe,kvp,kgq%indr(ikp)).eq.0) then
315 peinf%ipev(ipe,kvp,kgq%indr(ikp))=peinf%iownwfv(ipe)
316 else if (kvp .eq. 1) then
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/interface/
H A Dcpp.cc70 for (auto &kvp : classes) { in set_construction_types() local
71 auto &clazz = kvp.second; in set_construction_types()
203 for (const auto &kvp : super.methods) { in copy_super_methods() local
204 const auto &name = kvp.first; in copy_super_methods()
205 const auto &methods = kvp.second; in copy_super_methods()
254 for (auto &kvp : classes) { in copy_super_methods() local
255 auto &clazz = kvp.second; in copy_super_methods()
287 for (const auto &kvp : clazz.methods) in print_methods() local
288 print_method_group(kvp.second, kvp.first); in print_methods()
312 print_set_enums(kvp.first); in print_set_enums()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/interface/
H A Dcpp.cc70 for (auto &kvp : classes) { in set_construction_types() local
71 auto &clazz = kvp.second; in set_construction_types()
203 for (const auto &kvp : super.methods) { in copy_super_methods() local
204 const auto &name = kvp.first; in copy_super_methods()
205 const auto &methods = kvp.second; in copy_super_methods()
254 for (auto &kvp : classes) { in copy_super_methods() local
255 auto &clazz = kvp.second; in copy_super_methods()
287 for (const auto &kvp : clazz.methods) in print_methods() local
288 print_method_group(kvp.second, kvp.first); in print_methods()
312 print_set_enums(kvp.first); in print_set_enums()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/isl/interface/
H A Dcpp.cc70 for (auto &kvp : classes) { in set_construction_types() local
71 auto &clazz = kvp.second; in set_construction_types()
203 for (const auto &kvp : super.methods) { in copy_super_methods() local
204 const auto &name = kvp.first; in copy_super_methods()
205 const auto &methods = kvp.second; in copy_super_methods()
254 for (auto &kvp : classes) { in copy_super_methods() local
255 auto &clazz = kvp.second; in copy_super_methods()
287 for (const auto &kvp : clazz.methods) in print_methods() local
288 print_method_group(kvp.second, kvp.first); in print_methods()
312 print_set_enums(kvp.first); in print_set_enums()
[all …]
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/
H A DIdle.cs72 foreach (KeyValuePair<uint, SourceProxy> kvp in Source.source_handlers) { in Remove()
73 uint code = kvp.Key; in Remove()
74 IdleProxy p = kvp.Value as IdleProxy; in Remove()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Mono.Web.Util/
H A DMembershipSectionMapper.cs103 foreach (KeyValuePair <string, string> kvp in attrs) { in SetProviderProperties()
104 key = kvp.Key; in SetProviderProperties()
108 prov.Type = kvp.Value; in SetProviderProperties()
111 prov.Parameters [key] = kvp.Value; in SetProviderProperties()
H A DRoleManagerSectionMapper.cs103 foreach (KeyValuePair <string, string> kvp in attrs) { in SetProviderProperties()
104 key = kvp.Key; in SetProviderProperties()
108 prov.Type = kvp.Value; in SetProviderProperties()
111 prov.Parameters [key] = kvp.Value; in SetProviderProperties()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DDialect.cpp45 for (const auto &kvp : ifaces.dialectInterfaces) { in addDialectInterface() local
46 if (kvp.first == interfaceTypeID) { in addDialectInterface()
107 for (const auto &kvp : it->getSecond().dialectInterfaces) { in registerDelayedInterfaces() local
108 if (dialect->getRegisteredInterface(kvp.first)) in registerDelayedInterfaces()
110 dialect->addInterface(kvp.second(dialect)); in registerDelayedInterfaces()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DDashlaneJson6.cs125 foreach(KeyValuePair<string, object> kvp in jo.Items) in ImportEntry()
127 string strValue = (kvp.Value as string); in ImportEntry()
131 if(kvp.Value != null) strValue = kvp.Value.ToString(); in ImportEntry()
140 string strKey = kvp.Key; in ImportEntry()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/
H A Dtest_tables.cpp189 auto fxpair = [&fx](std::pair<sol::object, sol::object> kvp) { fx(kvp.first, kvp.second); }; in __anonc50f59440402() argument
239 auto fxpair = [&fx](std::pair<sol::object, sol::object> kvp) { fx(kvp.first, kvp.second); }; in __anonc50f59440602() argument
248 for (const auto& kvp : tbl) { variable
249 fxpair(kvp);
276 for (auto& kvp : tbl) { variable
308 }(kvp.first, kvp.second); in __anonc50f59440702()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/
H A Dtest_tables.cpp189 auto fxpair = [&fx](std::pair<sol::object, sol::object> kvp) { fx(kvp.first, kvp.second); }; in __anon7d1c636c0402() argument
239 auto fxpair = [&fx](std::pair<sol::object, sol::object> kvp) { fx(kvp.first, kvp.second); }; in __anon7d1c636c0602() argument
248 for (const auto& kvp : tbl) { variable
249 fxpair(kvp);
276 for (auto& kvp : tbl) { variable
308 }(kvp.first, kvp.second); in __anon7d1c636c0702()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/
H A DKdbFile.cs455 foreach(KeyValuePair<string, ProtectedBinary> kvp in pe.Binaries) in WriteEntries()
457 e.BinaryDescription = kvp.Key; in WriteEntries()
459 byte[] pbAttached = kvp.Value.ReadData(); in WriteEntries()
662 foreach(KeyValuePair<string, string> kvp in m_dSeq1xTo2x) in ConvertAutoTypeSequence()
663 str = StrUtil.ReplaceCaseInsensitive(str, kvp.Key, kvp.Value); in ConvertAutoTypeSequence()
666 foreach(KeyValuePair<string, string> kvp in m_dSeq1xTo2xBiDir) in ConvertAutoTypeSequence()
668 if(b1xTo2x) str = StrUtil.ReplaceCaseInsensitive(str, kvp.Key, kvp.Value); in ConvertAutoTypeSequence()
669 else str = StrUtil.ReplaceCaseInsensitive(str, kvp.Value, kvp.Key); in ConvertAutoTypeSequence()
704 foreach(KeyValuePair<string, ProtectedString> kvp in peSource.Strings) in ExportCustomStrings()
706 if(PwDefs.IsStandardField(kvp.Key)) continue; in ExportCustomStrings()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mongodbv3/
H A Dogrmongodbv3driver.cpp47 using bsoncxx::builder::basic::kvp;
246 b.append(kvp("layer", m_oColl.name())); in WriteOGRMetadata()
250 b.append(kvp("fid", m_osFID)); in WriteOGRMetadata()
916 b.append(kvp("v", val)); in Stringify()
1458 b.append(kvp( in CreateGeomField()
1549 b.append( kvp(osFieldName, bin) ); in SerializeField()
1696 b.append(kvp("_id", generated)); in BuildBSONObjFromFeature()
1708 b.append(kvp( std::string(m_osFID), in BuildBSONObjFromFeature()
1717 b.append(kvp("_id", generated)); in BuildBSONObjFromFeature()
1721 b.append(kvp( in BuildBSONObjFromFeature()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mongodbv3/
H A Dogrmongodbv3driver.cpp47 using bsoncxx::builder::basic::kvp;
246 b.append(kvp("layer", m_oColl.name())); in WriteOGRMetadata()
250 b.append(kvp("fid", m_osFID)); in WriteOGRMetadata()
916 b.append(kvp("v", val)); in Stringify()
1458 b.append(kvp( in CreateGeomField()
1549 b.append( kvp(osFieldName, bin) ); in SerializeField()
1696 b.append(kvp("_id", generated)); in BuildBSONObjFromFeature()
1708 b.append(kvp( std::string(m_osFID), in BuildBSONObjFromFeature()
1717 b.append(kvp("_id", generated)); in BuildBSONObjFromFeature()
1721 b.append(kvp( in BuildBSONObjFromFeature()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mongodbv3/
H A Dogrmongodbv3driver.cpp47 using bsoncxx::builder::basic::kvp;
246 b.append(kvp("layer", m_oColl.name())); in WriteOGRMetadata()
250 b.append(kvp("fid", m_osFID)); in WriteOGRMetadata()
916 b.append(kvp("v", val)); in Stringify()
1458 b.append(kvp( in CreateGeomField()
1549 b.append( kvp(osFieldName, bin) ); in SerializeField()
1696 b.append(kvp("_id", generated)); in BuildBSONObjFromFeature()
1708 b.append(kvp( std::string(m_osFID), in BuildBSONObjFromFeature()
1717 b.append(kvp("_id", generated)); in BuildBSONObjFromFeature()
1721 b.append(kvp( in BuildBSONObjFromFeature()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Xunit.NetCore.Extensions/AssemblyFixtureSupport/
H A DXunitTestCollectionRunnerWithAssemblyFixture.cs42 foreach (var kvp in CollectionFixtureMappings) in RunTestClassAsync()
43 combinedFixtures[kvp.Key] = kvp.Value; in RunTestClassAsync()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/
H A DConcurrentDictionary.cs315 return GetPart<TKey> ((kvp) => kvp.Key);
321 return GetPart<TValue> ((kvp) => kvp.Value);
341 foreach (KeyValuePair<TKey, TValue> kvp in this) in GetPart()
342 temp.Add (extractor (kvp)); in GetPart()
368 foreach (var kvp in this) { in CopyTo()
369 array [startIndex++] = kvp; in CopyTo()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/dot2l/
H A Ddot2l.c464 for (Tgetfirst (to, &tkvi); tkvi.kvp; Tgetnext (&tkvi)) { in writeattr()
465 switch (Tgettype (tkvi.kvp->ko)) { in writeattr()
467 sprintf (s1, "%ld = ", Tgetinteger (tkvi.kvp->ko)); in writeattr()
470 sprintf (s1, "%lf = ", Tgetreal (tkvi.kvp->ko)); in writeattr()
473 sprintf (s1, "%s = ", Tgetstring (tkvi.kvp->ko)); in writeattr()
477 switch (Tgettype (tkvi.kvp->vo)) { in writeattr()
479 sprintf (s2, "\"%ld\"", Tgetinteger (tkvi.kvp->vo)); in writeattr()
482 sprintf (s2, "\"%lf\"", Tgetreal (tkvi.kvp->vo)); in writeattr()
487 *(s3 = Tgetstring (tkvi.kvp->vo)) == '>' && in writeattr()
731 for (Tgetfirst (tnodes, &tkvi); tkvi.kvp; Tgetnext (&tkvi)) in D2Lendedge()
[all …]
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPC/Forms/
H A DOptionsForm.cs127 foreach (KeyValuePair<string, string> kvp in configValues) in FindAuthorisedConnections()
129 if (kvp.Key.StartsWith("KeePassRPC.Key.")) in FindAuthorisedConnections()
131 string username = kvp.Key.Substring(15); in FindAuthorisedConnections()
136 if (string.IsNullOrEmpty(kvp.Value)) in FindAuthorisedConnections()
141 Convert.FromBase64String(kvp.Value), in FindAuthorisedConnections()
155 serialisedKeyContainer = Convert.FromBase64String(kvp.Value); in FindAuthorisedConnections()
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-merkle-tree/
H A Dsorted_map.go87 func (s *SortedMap) replace(kvp KeyValuePair) *SortedMap {
89 i, eq := s.binarySearch(kvp.Key)
100 out[j] = kvp
105 s.list = []KeyValuePair{kvp}
/dports/cad/opentimer/OpenTimer-18d28ff/ot/timer/
H A Dnet.cpp104 for(auto& kvp : _nodes) { in update_rc_timing() local
106 kvp.second._ures[el][rf] = 0.0f; in update_rc_timing()
107 kvp.second._beta[el][rf] = 0.0f; in update_rc_timing()
108 kvp.second._load[el][rf] = 0.0f; in update_rc_timing()
109 kvp.second._delay[el][rf] = 0.0f; in update_rc_timing()
110 kvp.second._ldelay[el][rf] = 0.0f; in update_rc_timing()
111 kvp.second._impulse[el][rf] = 0.0f; in update_rc_timing()
194 for(auto& kvp : _nodes) { in _scale_capacitance() local
195 kvp.second._scale_capacitance(s); in _scale_capacitance()
/dports/security/keybase/client-v5.7.1/go/merkletree2/
H A Dutil_for_test.go154 func (i IdentityHasher) HashKeyValuePairWithKeySpecificSecret(kvp KeyValuePair, kss KeySpecificSecr…
155 encVal, err := i.Encode(kvp.Value)
159 …return i.HashKeyEncodedValuePairWithKeySpecificSecret(KeyEncodedValuePair{Key: kvp.Key, Value: enc…
212 func (i IdentityHasherBlinded) HashKeyValuePairWithKeySpecificSecret(kvp KeyValuePair, kss KeySpeci…
213 encVal, err := i.Encode(kvp.Value)
217 …return i.HashKeyEncodedValuePairWithKeySpecificSecret(KeyEncodedValuePair{Key: kvp.Key, Value: enc…
372 func (e SHA512_256Encoder) HashKeyValuePairWithKeySpecificSecret(kvp KeyValuePair, kss KeySpecificS…
373 encVal, err := e.Encode(kvp.Value)
377 …return e.HashKeyEncodedValuePairWithKeySpecificSecret(KeyEncodedValuePair{Key: kvp.Key, Value: enc…
/dports/net/inlets/inlets-3.0.2/cmd/
H A Dclient.go49 kvp := strings.Split(entry, "=")
50 if len(kvp) == 1 {
51 items[""] = strings.TrimSpace(kvp[0])
53 items[strings.TrimSpace(kvp[0])] = strings.TrimSpace(kvp[1])
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/Common/
H A DWriteDictionary.cs190 foreach (var kvp in map) in WriteGenericIDictionary()
192 var isNull = (kvp.Value == null); in WriteGenericIDictionary()
204 writeKeyFn(writer, kvp.Key); in WriteGenericIDictionary()
209 writeKeyFn(writer, kvp.Key); in WriteGenericIDictionary()
223 writeValueFn(writer, kvp.Value); in WriteGenericIDictionary()

1...<<11121314151617181920>>...55