Home
last modified time | relevance | path

Searched +refs:pair +refs:attributes (Results 1 – 25 of 20710) sorted by relevance

12345678910>>...829

/dports/audio/libmpdclient/libmpdclient-2.20/src/
H A Doutput.c46 struct mpd_kvlist attributes; member
56 assert(pair != NULL); in mpd_output_begin()
65 output->id = atoi(pair->value); in mpd_output_begin()
69 mpd_kvlist_init(&output->attributes); in mpd_output_begin()
83 output->name = strdup(pair->value); in mpd_output_feed()
92 mpd_kvlist_add(&output->attributes, in mpd_output_feed()
93 pair->value, eq - pair->value, in mpd_output_feed()
107 mpd_kvlist_deinit(&output->attributes); in mpd_output_free()
148 return mpd_kvlist_get(&output->attributes, name); in mpd_output_get_attribute()
156 return mpd_kvlist_first(&output->attributes); in mpd_output_first_attribute()
[all …]
/dports/lang/solidity/solidity_0.8.11/libsolidity/ast/
H A DASTJsonConverter.cpp204 std::vector<pair<string, Json::Value>> attributes = { in visit() local
242 std::vector<pair<string, Json::Value>> attributes = { in visit() local
270 std::vector<pair<string, Json::Value>> attributes = { in visit() local
322 std::vector<pair<string, Json::Value>> attributes = { in visit() local
339 std::vector<pair<string, Json::Value>> attributes = { in visit() local
364 std::vector<pair<string, Json::Value>> attributes = { in visit() local
394 std::vector<pair<string, Json::Value>> attributes = { in visit() local
432 std::vector<pair<string, Json::Value>> attributes = { in visit() local
460 std::vector<pair<string, Json::Value>> attributes = { in visit() local
478 std::vector<pair<string, Json::Value>> attributes{ in visit() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/python/
H A Dlog.27Nov18.pair_python_hybrid.g++.143 attributes: half, newton on
48 attributes: half, newton on
53 attributes: half, newton on
101 attributes: half, newton on
106 attributes: half, newton on
111 attributes: half, newton on
124 attributes: half, newton on
129 attributes: half, newton on
134 attributes: half, newton on
165 attributes: half, newton on
[all …]
H A Dlog.27Nov18.pair_python_hybrid.g++.443 attributes: half, newton on
48 attributes: half, newton on
53 attributes: half, newton on
101 attributes: half, newton on
106 attributes: half, newton on
111 attributes: half, newton on
124 attributes: half, newton on
129 attributes: half, newton on
134 attributes: half, newton on
165 attributes: half, newton on
[all …]
H A Dlog.27Nov18.pair_python_coulomb.g++.462 attributes: half, newton on
67 attributes: half, newton on
68 pair build: skip
80 attributes: half, newton on
85 attributes: half, newton on
86 pair build: skip
98 attributes: half, newton on
103 attributes: half, newton on
104 pair build: skip
129 (1) pair table, perpetual
[all …]
H A Dlog.27Nov18.pair_python_coulomb.g++.162 attributes: half, newton on
67 attributes: half, newton on
68 pair build: skip
80 attributes: half, newton on
85 attributes: half, newton on
86 pair build: skip
98 attributes: half, newton on
103 attributes: half, newton on
104 pair build: skip
129 (1) pair table, perpetual
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/System.ServiceModel.Syndication/
H A DSyndicationExtensions.cs41 Dictionary<XmlQualifiedName, string> attributes; field in System.ServiceModel.Syndication.SyndicationExtensions
46 if (attributes == null)
47 attributes = new Dictionary<XmlQualifiedName, string> ();
48 return attributes;
63 …ret.attributes = attributes == null ? null : new Dictionary<XmlQualifiedName, string> (attributes); in Clone()
70 if (attributes == null) in WriteAttributeExtensions()
73 foreach (KeyValuePair<XmlQualifiedName,string> pair in attributes) in WriteAttributeExtensions()
74 writer.WriteAttributeString (pair.Key.Name, pair.Key.Namespace, pair.Value); in WriteAttributeExtensions()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/debug/
H A Ddeg_debug_relations_graphviz.cc151 const int(*pair)[2]; in deg_debug_node_color_index() local
152 for (pair = deg_debug_node_type_color_map; (*pair)[0] >= 0; pair++) { in deg_debug_node_color_index()
153 if ((*pair)[0] == node->type) { in deg_debug_node_color_index()
154 return (*pair)[1]; in deg_debug_node_color_index()
201 const int(*pair)[2]; in deg_debug_graphviz_legend() local
202 for (pair = deg_debug_node_type_color_map; (*pair)[0] >= 0; pair++) { in deg_debug_graphviz_legend()
203 DepsNodeFactory *nti = type_get_factory((NodeType)(*pair)[0]); in deg_debug_graphviz_legend()
205 ctx, nti->tname().c_str(), deg_debug_colors_light[(*pair)[1] % deg_debug_max_colors], ss); in deg_debug_graphviz_legend()
281 edge.attributes.set("color", color); in deg_debug_graphviz_relation_color()
296 edge.attributes.set("style", style); in deg_debug_graphviz_relation_style()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglChooseConfigTests.cpp49 using std::pair;
161 void executeTest (const std::vector<std::pair<EGLenum, EGLint> >& attributes, bool checkOrder) in executeTest() argument
168 …for (vector<pair<EGLenum, EGLint> >::const_iterator i = attributes.begin(); i != attributes.end();… in executeTest()
177 …for (vector<pair<EGLenum, EGLint> >::const_iterator i = attributes.begin(); i != attributes.end();… in executeTest()
214 void fillDontCare (std::vector<std::pair<EGLenum, EGLint> >& attributes) in fillDontCare() argument
236 vector<pair<EGLenum, EGLint> > m_attributes;
321 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local
322 attributes.push_back(std::pair<EGLenum, EGLint>(m_attribute, getValue(m_attribute))); in iterate()
360 …std::vector<std::pair<EGLenum, EGLint> > attributes = genRandomAttributes(m_attribSet, numAttribs,… in iterate() local
496 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local
[all …]
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/handler/impl/
H A DSessionHandler.cpp58 pair<bool,long> doHTML(SPRequest& request) const;
59 pair<bool,long> doJSON(SPRequest& request) const;
79 pair<bool,const char*> prop = getString("contentType"); in SessionHandler()
85 pair<bool,bool> flag = getBool("showAttributeValues"); in SessionHandler()
141 pair<bool,long> SessionHandler::doJSON(SPRequest& request) const in doJSON()
209 if (!attributes.empty()) { in doJSON()
213 …for (multimap<string,const Attribute*>::const_iterator a = attributes.begin(); a != attributes.end… in doJSON()
216 if (a != attributes.begin()) { in doJSON()
302 …for (multimap<string,const Attribute*>::const_iterator a = attributes.begin(); a != attributes.end… in doHTML()
304 if (a != attributes.begin()) { in doHTML()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dxcode_writer.cc217 for (auto& pair : targets) { in FindApplicationTargetByName() local
218 const Target* target = pair.first; in FindApplicationTargetByName()
225 DCHECK(pair.first); in FindApplicationTargetByName()
226 DCHECK(pair.second); in FindApplicationTargetByName()
227 return pair; in FindApplicationTargetByName()
792 for (const auto& pair : bundle_targets) { in AddCXTestSourceFilesForTestModuleTargets() local
793 const Target* target = pair.first; in AddCXTestSourceFilesForTestModuleTargets()
835 const Target* target = pair.first; in AddDependencyTargetsForTestModuleTargets()
913 auto iter = targets.find(pair.ptr); in GetTargetsFromBuilder()
1013 std::sort(pair.second.begin(), pair.second.end(), in WriteFileContent()
[all …]
/dports/devel/gn/gn-1962/src/gn/
H A Dxcode_writer.cc213 for (auto& pair : targets) { in FindApplicationTargetByName() local
214 const Target* target = pair.first; in FindApplicationTargetByName()
221 DCHECK(pair.first); in FindApplicationTargetByName()
222 DCHECK(pair.second); in FindApplicationTargetByName()
223 return pair; in FindApplicationTargetByName()
787 for (const auto& pair : bundle_targets) { in AddCXTestSourceFilesForTestModuleTargets() local
788 const Target* target = pair.first; in AddCXTestSourceFilesForTestModuleTargets()
830 const Target* target = pair.first; in AddDependencyTargetsForTestModuleTargets()
909 targets.erase(pair.ptr); in GetTargetsFromBuilder()
1006 std::sort(pair.second.begin(), pair.second.end(), in WriteFileContent()
[all …]
/dports/devel/py-aioice/aioice-0.7.5/src/aioice/
H A Dice.py95 host=response.attributes["XOR-MAPPED-ADDRESS"][0],
96 port=response.attributes["XOR-MAPPED-ADDRESS"][1],
614 request.attributes["USERNAME"] = tx_username
615 request.attributes["PRIORITY"] = candidate_priority(pair.component, "prflx")
619 request.attributes["USE-CANDIDATE"] = None
621 request.attributes["ICE-CONTROLLED"] = self._tie_breaker
699 priority=message.attributes["PRIORITY"],
766 if "ICE-CONTROLLING" in request.attributes:
768 elif "ICE-CONTROLLED" in request.attributes:
1002 response.attributes["XOR-MAPPED-ADDRESS"] = addr
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/tags/
H A Dfacetagseditor.cpp95 QStringList attributes = FaceTagsIface::attributesForFlags(flags); in databaseFaces() local
99 foreach (const QString& attribute, attributes) in databaseFaces()
123 QStringList attributes = FaceTagsIface::attributesForFlags(flags); in faceItemTagPairs() local
142 if (!pair.hasAnyProperty(attributes)) in faceItemTagPairs()
147 pairs << pair; in faceItemTagPairs()
324 addFaceAndTag(pair, newEntry, in confirmName()
378 QStringList attributes = FaceTagsIface::attributesForFlags(FaceTagsIface::AllTypes); in removeAllFaces() local
382 foreach (const QString& attribute, attributes) in removeAllFaces()
387 if (pair.isAssigned()) in removeAllFaces()
399 QStringList attributes = FaceTagsIface::attributesForFlags(FaceTagsIface::AllTypes); in removeFace() local
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DOSAllocatorIntegrity.cpp118 Value attributes = MEMORY_READ; in setAttributes() local
120 attributes |= MEMORY_WRITE; in setAttributes()
122 attributes |= MEMORY_EXEC; in setAttributes()
123 return SetMemoryRegionAttributes(mr, attributes); in setAttributes()
146 MRPair pair; in reserveUncommitted() local
170 MRPair pair; in reserveAndCommit() local
178 CheckSuccess(MapMemoryRegion(pair.vmr, pair.pmr)); in reserveAndCommit()
195 if(pair == NULL) in commit()
199 CheckSuccess(MapMemoryRegion(pair->vmr, pair->pmr)); in commit()
210 if(pair == NULL) in decommit()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DOSAllocatorIntegrity.cpp118 Value attributes = MEMORY_READ; in setAttributes() local
120 attributes |= MEMORY_WRITE; in setAttributes()
122 attributes |= MEMORY_EXEC; in setAttributes()
123 return SetMemoryRegionAttributes(mr, attributes); in setAttributes()
146 MRPair pair; in reserveUncommitted() local
170 MRPair pair; in reserveAndCommit() local
178 CheckSuccess(MapMemoryRegion(pair.vmr, pair.pmr)); in reserveAndCommit()
195 if(pair == NULL) in commit()
199 CheckSuccess(MapMemoryRegion(pair->vmr, pair->pmr)); in commit()
210 if(pair == NULL) in decommit()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Common/
H A DDbConnectionStringBuilder.cs159 for (NameValuePair pair = constr._keyChain; null != pair; pair = pair.Next)
161 if (null != pair.Value)
163 this[pair.Name] = pair.Value;
167 Remove(pair.Name);
382 collection.CopyTo(attributes, 0); in GetAttributesFromCollection()
383 return attributes; in GetAttributesFromCollection()
418 Attribute[] attributes; in GetProperties()
446 attributes = null; in GetProperties()
489 else if (null == attributes) in GetProperties()
514 if ((null == attributes) || (0 == attributes.Length)) in GetProperties()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/import/ftable/
H A Dgtf_line_reader.cpp161 vector<pair<string, string>> attributes; in xInitializeRecord() local
162 xInitializeAttributes(columns, attributes); in xInitializeRecord()
173 vector<pair<string, string>>& attributes) in xInitializeAttributes() argument
187 attributes.clear(); in xInitializeAttributes()
194 attributes.push_back( in xInitializeAttributes()
195 pair<string, string>("gene_id", singleAttr)); in xInitializeAttributes()
201 attributes.push_back( in xInitializeAttributes()
202 pair<string, string>("gene_id", geneId)); in xInitializeAttributes()
204 attributes.push_back( in xInitializeAttributes()
205 pair<string, string>("transcript_id", singleAttr)); in xInitializeAttributes()
[all …]
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/paamg/
H A Dindicescoarsener.hh117 const IndexPair* pair= lookup_.pair(edge.target()); in operator ()() local
118 if(pair!=0) { in operator ()()
119 globalIndex(pair->global()); in operator ()()
120 attribute(pair->local().attribute()); in operator ()()
121 isPublic(pair->local().isPublic()); in operator ()()
274 const IndexPair* pair= lookup.pair(*index); in buildCoarseIndexSet() local
277 if(pair!=0) { in buildCoarseIndexSet()
321 std::vector<char> attributes(static_cast<std::size_t>(renumberer)); in buildCoarseRemoteIndices() local
337 for(CIterator iter=attributes.begin(); iter!= attributes.end(); ++iter) in buildCoarseRemoteIndices()
349 if (attributes[aggregates[index->localIndexPair().local()]] != 3) in buildCoarseRemoteIndices()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDbConnectionStringBuilder.cs146 for(NameValuePair pair = constr.KeyChain; null != pair; pair = pair.Next) {
147 if (null != pair.Value) {
148 this[pair.Name] = pair.Value;
151 Remove(pair.Name);
331 collection.CopyTo(attributes, 0); in GetAttributesFromCollection()
332 return attributes; in GetAttributesFromCollection()
363 Attribute[] attributes; in GetProperties()
387 attributes = null; in GetProperties()
423 else if (null == attributes) { in GetProperties()
445 if ((null == attributes) || (0 == attributes.Length)) { in GetProperties()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/interlayer/ilp_graphene_hbn/
H A Dlog.31Jul19.grhBN.g++.456 compute 0 all pair rebo
57 compute 1 all pair tersoff
81 attributes: full, newton on, ghost
82 pair build: skip/ghost
86 attributes: full, newton on
87 pair build: skip
91 attributes: full, newton on, ghost
96 attributes: half, newton on
101 attributes: full, newton on
102 pair build: copy
[all …]
H A Dlog.31Jul19.grhBN.g++.156 compute 0 all pair rebo
57 compute 1 all pair tersoff
81 attributes: full, newton on, ghost
82 pair build: skip/ghost
86 attributes: full, newton on
87 pair build: skip
91 attributes: full, newton on, ghost
96 attributes: half, newton on
101 attributes: full, newton on
102 pair build: copy
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/slater/
H A Dlog.lammps68 (1) pair dpd, perpetual
69 attributes: half, newton on
74 attributes: half, newton on
75 pair build: copy
10146 (1) pair dpd, perpetual
10147 attributes: half, newton on
10152 attributes: half, newton on
10153 pair build: copy
10157 attributes: half, newton on, cut 5
10162 attributes: half, newton on, cut 5
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/fep/CH4hyd/fdti01/
H A Dlog.fdti01106 attributes: half, newton on
111 attributes: half, newton on
116 attributes: half, newton on
220 attributes: half, newton on
225 attributes: half, newton on
230 attributes: half, newton on
701 attributes: half, newton on
706 attributes: half, newton on
711 attributes: half, newton on
789 attributes: half, newton on
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/fep/CH4hyd/fdti10/
H A Dlog.fdti10102 attributes: half, newton on
107 attributes: half, newton on
112 attributes: half, newton on
216 attributes: half, newton on
221 attributes: half, newton on
226 attributes: half, newton on
708 attributes: half, newton on
713 attributes: half, newton on
718 attributes: half, newton on
796 attributes: half, newton on
[all …]

12345678910>>...829