Home
last modified time | relevance | path

Searched refs:first_node (Results 1 – 25 of 1036) sorted by relevance

12345678910>>...42

/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/libs/network/example/atom/
H A Datom.cpp19 rapidxml::xml_node<> *feed = doc.first_node("feed"); in feed()
24 rapidxml::xml_node<> *title = feed->first_node("title"); in feed()
26 title_ = title->first_node()->value(); in feed()
31 subtitle_ = subtitle->first_node()->value(); in feed()
34 rapidxml::xml_node<> *id = feed->first_node("id"); in feed()
36 id_ = id->first_node()->value(); in feed()
41 updated_ = updated->first_node()->value(); in feed()
49 author_ = atom::author(name->first_node()->value(), in feed()
52 author_ = atom::author(name->first_node()->value()); in feed()
65 rapidxml::xml_node<> *id = entry->first_node("id"); in feed()
[all …]
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/libs/network/example/rss/
H A Drss.cpp19 rapidxml::xml_node<> *rss = doc.first_node("rss"); in channel()
24 rapidxml::xml_node<> *channel = rss->first_node("channel"); in channel()
29 rapidxml::xml_node<> *title = channel->first_node("title"); in channel()
31 title_ = title->first_node()->value(); in channel()
36 description_ = description->first_node()->value(); in channel()
39 rapidxml::xml_node<> *link = channel->first_node("link"); in channel()
41 link_ = link->first_node()->value(); in channel()
46 author_ = author->first_node()->value(); in channel()
49 rapidxml::xml_node<> *item = channel->first_node("item"); in channel()
53 rapidxml::xml_node<> *title = item->first_node("title"); in channel()
[all …]
/dports/science/octopus/octopus-10.5/src/species/
H A Dpsml.hpp86 node = node->first_node(tag2.c_str()); in psml()
156 …pidxml::xml_node<> * node = spec_node_->first_node("exchange-correlation")->first_node("libxc-info… in exchange()
168 …pidxml::xml_node<> * node = spec_node_->first_node("exchange-correlation")->first_node("libxc-info… in correlation()
183 node = node->first_node("proj"); in nchannels()
197 … rapidxml::xml_node<> * node = root_node_->first_node("nonlocal-projectors")->first_node("proj"); in nprojectors()
207 … rapidxml::xml_node<> * node = root_node_->first_node("nonlocal-projectors")->first_node("proj"); in projector()
220 … rapidxml::xml_node<> * node = root_node_->first_node("nonlocal-projectors")->first_node("proj"); in d_ij()
236 … rapidxml::xml_node<> * node = root_node_->first_node("pseudo-wave-functions")->first_node("pswf"); in radial_function()
246 … rapidxml::xml_node<> * node = root_node_->first_node("semilocal-potentials")->first_node("slps"); in radial_potential()
279 … rapidxml::xml_node<> * node = root_node_->first_node("nonlocal-projectors")->first_node("proj"); in projector_2j()
[all …]
H A Dqso.hpp48 root_node_ = doc_.first_node("fpmd:species"); in qso()
70 if(pseudo_node_->first_node("lmax")) { in qso()
71 lmax_ = value<int>(pseudo_node_->first_node("lmax")); in qso()
102 return value<double>(root_node_->first_node("mass")); in mass()
110 if(pseudo_node_->first_node("llocal")){ in llocal()
111 return value<int>(pseudo_node_->first_node("llocal")); in llocal()
152 node = pseudo_node_->first_node("vlocal"); in local_potential()
230 return node->first_node("radial_function") != NULL; in has_radial_function()
244 assert(node->first_node("radial_function")); in radial_function()
265 assert(node->first_node("radial_potential")); in radial_potential()
[all …]
H A Dupf2.hpp51 root_node_ = doc_.first_node("UPF"); in upf2()
78 rapidxml::xml_node<> * node = root_node_->first_node("PP_MESH")->first_node("PP_R"); in upf2()
100 rapidxml::xml_node<> * node = root_node_->first_node("PP_MESH")->first_node("PP_RAB"); in upf2()
130 …rapidxml::xml_node<> * node = root_node_->first_node("PP_NONLOCAL")->first_node(tag.str().c_str()); in upf2()
156 rapidxml::xml_node<> * node = root_node_->first_node("PP_NONLOCAL")->first_node("PP_DIJ"); in upf2()
189 return root_node_->first_node("PP_INFO")->value(); in description()
257 node = root_node_->first_node("PP_NONLOCAL")->first_node(tag.str().c_str()); in projector()
294 return root_node_->first_node("PP_NLCC"); in has_nlcc()
318 node = root_node_->first_node("PP_NONLOCAL")->first_node(tag.str().c_str()); in beta()
348 return root_node_->first_node("PP_RHOATOM"); in has_density()
[all …]
H A Dupf1.hpp106 rapidxml::xml_node<> * node = doc_.first_node("PP_MESH")->first_node("PP_R"); in upf1()
132 rapidxml::xml_node<> * node = doc_.first_node("PP_MESH")->first_node("PP_R"); in upf1()
149 rapidxml::xml_node<> * node = doc_.first_node("PP_NONLOCAL")->first_node("PP_BETA"); in upf1()
190 rapidxml::xml_node<> * node = doc_.first_node("PP_NONLOCAL")->first_node("PP_DIJ"); in upf1()
226 return doc_.first_node("PP_INFO")->value(); in description()
264 rapidxml::xml_node<> * node = doc_.first_node("PP_LOCAL"); in local_potential()
287 rapidxml::xml_node<> * node = doc_.first_node("PP_NONLOCAL")->first_node("PP_BETA"); in projector()
341 return doc_.first_node("PP_NLCC"); in has_nlcc()
345 rapidxml::xml_node<> * node = doc_.first_node("PP_NLCC"); in nlcc_density()
359 return doc_.first_node("PP_RHOATOM"); in has_density()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/utils/
H A DChParserOpenSim.cpp128 …auto elems = strToSTLVector<double>(doc.first_node()->first_node("Model")->first_node("gravity")->… in Parse()
132 xml_node<>* bodySet = doc.first_node()->first_node("Model")->first_node("BodySet"); in Parse()
155 xml_node<>* forceSet = doc.first_node()->first_node("Model")->first_node("ForceSet"); in Parse()
452 … jointNode->first_node("CoordinateSet")->first_node("objects")->first_node("Coordinate"); in initFunctionTable()
460 … jointNode->first_node("CoordinateSet")->first_node("objects")->first_node("Coordinate"); in initFunctionTable()
468 … jointNode->first_node("CoordinateSet")->first_node("objects")->first_node("Coordinate"); in initFunctionTable()
480 … jointNode->first_node("CoordinateSet")->first_node("objects")->first_node("Coordinate"); in initFunctionTable()
516 … transforms->first_node("function")->first_node()->first_node("coefficients")->value()); in initFunctionTable()
529 transforms->first_node("function")->first_node()->first_node("x")->value()); in initFunctionTable()
531 transforms->first_node("function")->first_node()->first_node("y")->value()); in initFunctionTable()
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/shared/
H A Dlist_op.c27 my_list->first_node = NULL; in OSList_Create()
73 return (list->first_node); in OSList_GetFirstNode()
126 if (list->first_node) { in OSList_DeleteOldestNode()
134 free(list->first_node); in OSList_DeleteOldestNode()
135 list->first_node = next; in OSList_DeleteOldestNode()
169 list->first_node = next; in OSList_DeleteThisNode()
172 list->first_node = NULL; in OSList_DeleteThisNode()
210 list->first_node = next; in OSList_DeleteCurrentlyNode()
213 list->first_node = NULL; in OSList_DeleteCurrentlyNode()
244 if (!list->first_node) { in OSList_AddData()
[all …]
H A Dstore_op.c29 my_list->first_node = NULL; in OSStore_Create()
45 list->cur_node = list->first_node; in OSStore_Free()
63 list->first_node = NULL; in OSStore_Free()
107 list->cur_node = list->first_node; in OSStore_Sort()
191 list->cur_node = list->first_node; in OSStore_GetPosition()
215 return (list->first_node); in OSStore_GetFirstNode()
224 list->cur_node = list->first_node; in OSStore_Get()
248 list->cur_node = list->first_node; in OSStore_Check()
272 list->cur_node = list->first_node; in OSStore_NCheck()
337 if (!list->first_node) { in OSStore_Put()
[all …]
H A Ddirtree_op.c30 my_tree->first_node = NULL; in OSDirTree_Create()
41 return (tree->first_node); in OSDirTree_GetFirstNode()
67 tree->first_node = NULL; in _OSTreeNode_Add()
71 curnode = tree->first_node; in _OSTreeNode_Add()
90 if (!tree->first_node && !tree->last_node) { in _OSTreeNode_Add()
92 tree->first_node = newnode; in _OSTreeNode_Add()
143 curnode = tree->first_node; in OSDirTree_AddToTree()
162 if (!tree->first_node && !tree->last_node) { in OSDirTree_AddToTree()
164 tree->first_node = newnode; in OSDirTree_AddToTree()
210 curnode = tree->first_node; in OSDirTree_SearchTree()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/shared/
H A Dlist_op.c27 my_list->first_node = NULL; in OSList_Create()
73 return (list->first_node); in OSList_GetFirstNode()
126 if (list->first_node) { in OSList_DeleteOldestNode()
134 free(list->first_node); in OSList_DeleteOldestNode()
135 list->first_node = next; in OSList_DeleteOldestNode()
169 list->first_node = next; in OSList_DeleteThisNode()
172 list->first_node = NULL; in OSList_DeleteThisNode()
210 list->first_node = next; in OSList_DeleteCurrentlyNode()
213 list->first_node = NULL; in OSList_DeleteCurrentlyNode()
244 if (!list->first_node) { in OSList_AddData()
[all …]
H A Dstore_op.c29 my_list->first_node = NULL; in OSStore_Create()
45 list->cur_node = list->first_node; in OSStore_Free()
63 list->first_node = NULL; in OSStore_Free()
107 list->cur_node = list->first_node; in OSStore_Sort()
191 list->cur_node = list->first_node; in OSStore_GetPosition()
215 return (list->first_node); in OSStore_GetFirstNode()
224 list->cur_node = list->first_node; in OSStore_Get()
248 list->cur_node = list->first_node; in OSStore_Check()
272 list->cur_node = list->first_node; in OSStore_NCheck()
337 if (!list->first_node) { in OSStore_Put()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/shared/
H A Dlist_op.c27 my_list->first_node = NULL; in OSList_Create()
73 return (list->first_node); in OSList_GetFirstNode()
126 if (list->first_node) { in OSList_DeleteOldestNode()
134 free(list->first_node); in OSList_DeleteOldestNode()
135 list->first_node = next; in OSList_DeleteOldestNode()
169 list->first_node = next; in OSList_DeleteThisNode()
172 list->first_node = NULL; in OSList_DeleteThisNode()
210 list->first_node = next; in OSList_DeleteCurrentlyNode()
213 list->first_node = NULL; in OSList_DeleteCurrentlyNode()
244 if (!list->first_node) { in OSList_AddData()
[all …]
H A Dstore_op.c29 my_list->first_node = NULL; in OSStore_Create()
45 list->cur_node = list->first_node; in OSStore_Free()
63 list->first_node = NULL; in OSStore_Free()
107 list->cur_node = list->first_node; in OSStore_Sort()
191 list->cur_node = list->first_node; in OSStore_GetPosition()
215 return (list->first_node); in OSStore_GetFirstNode()
224 list->cur_node = list->first_node; in OSStore_Get()
248 list->cur_node = list->first_node; in OSStore_Check()
272 list->cur_node = list->first_node; in OSStore_NCheck()
337 if (!list->first_node) { in OSStore_Put()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Ddoxygen_xml_parser.hpp195 get_contents(node->first_node(), p.fulltype); in parse_parameter()
223 parse_parameter(node->first_node(), config, p); in parse_parameter()
265 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
285 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
458 parse_parameter(node->first_node(), config, p); in parse_element()
463 parse_element(node->first_node(), config, full, el); in parse_element()
488 parse_parameter(node->first_node(), config, p); in parse_function()
493 get_contents(node->first_node(), f.return_type); in parse_function()
524 parse_function(node->first_node(), config, full, f); in parse_function()
544 parse_enumeration(node->first_node(), config, full, e); in parse_enumeration()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Ddoxygen_xml_parser.hpp195 get_contents(node->first_node(), p.fulltype); in parse_parameter()
223 parse_parameter(node->first_node(), config, p); in parse_parameter()
265 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
285 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
458 parse_parameter(node->first_node(), config, p); in parse_element()
463 parse_element(node->first_node(), config, full, el); in parse_element()
488 parse_parameter(node->first_node(), config, p); in parse_function()
493 get_contents(node->first_node(), f.return_type); in parse_function()
524 parse_function(node->first_node(), config, full, f); in parse_function()
544 parse_enumeration(node->first_node(), config, full, e); in parse_enumeration()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Ddoxygen_xml_parser.hpp195 get_contents(node->first_node(), p.fulltype); in parse_parameter()
223 parse_parameter(node->first_node(), config, p); in parse_parameter()
265 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
285 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
458 parse_parameter(node->first_node(), config, p); in parse_element()
463 parse_element(node->first_node(), config, full, el); in parse_element()
488 parse_parameter(node->first_node(), config, p); in parse_function()
493 get_contents(node->first_node(), f.return_type); in parse_function()
524 parse_function(node->first_node(), config, full, f); in parse_function()
544 parse_enumeration(node->first_node(), config, full, e); in parse_enumeration()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Ddoxygen_xml_parser.hpp195 get_contents(node->first_node(), p.fulltype); in parse_parameter()
223 parse_parameter(node->first_node(), config, p); in parse_parameter()
265 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
285 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
458 parse_parameter(node->first_node(), config, p); in parse_element()
463 parse_element(node->first_node(), config, full, el); in parse_element()
488 parse_parameter(node->first_node(), config, p); in parse_function()
493 get_contents(node->first_node(), f.return_type); in parse_function()
524 parse_function(node->first_node(), config, full, f); in parse_function()
544 parse_enumeration(node->first_node(), config, full, e); in parse_enumeration()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Ddoxygen_xml_parser.hpp195 get_contents(node->first_node(), p.fulltype); in parse_parameter()
223 parse_parameter(node->first_node(), config, p); in parse_parameter()
265 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
285 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
458 parse_parameter(node->first_node(), config, p); in parse_element()
463 parse_element(node->first_node(), config, full, el); in parse_element()
488 parse_parameter(node->first_node(), config, p); in parse_function()
493 get_contents(node->first_node(), f.return_type); in parse_function()
524 parse_function(node->first_node(), config, full, f); in parse_function()
544 parse_enumeration(node->first_node(), config, full, e); in parse_enumeration()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Ddoxygen_xml_parser.hpp195 get_contents(node->first_node(), p.fulltype); in parse_parameter()
223 parse_parameter(node->first_node(), config, p); in parse_parameter()
265 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
285 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
458 parse_parameter(node->first_node(), config, p); in parse_element()
463 parse_element(node->first_node(), config, full, el); in parse_element()
488 parse_parameter(node->first_node(), config, p); in parse_function()
493 get_contents(node->first_node(), f.return_type); in parse_function()
524 parse_function(node->first_node(), config, full, f); in parse_function()
544 parse_enumeration(node->first_node(), config, full, e); in parse_enumeration()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Ddoxygen_xml_parser.hpp195 get_contents(node->first_node(), p.fulltype); in parse_parameter()
223 parse_parameter(node->first_node(), config, p); in parse_parameter()
265 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
285 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
458 parse_parameter(node->first_node(), config, p); in parse_element()
463 parse_element(node->first_node(), config, full, el); in parse_element()
488 parse_parameter(node->first_node(), config, p); in parse_function()
493 get_contents(node->first_node(), f.return_type); in parse_function()
524 parse_function(node->first_node(), config, full, f); in parse_function()
544 parse_enumeration(node->first_node(), config, full, e); in parse_enumeration()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Ddoxygen_xml_parser.hpp195 get_contents(node->first_node(), p.fulltype); in parse_parameter()
223 parse_parameter(node->first_node(), config, p); in parse_parameter()
265 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
285 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
458 parse_parameter(node->first_node(), config, p); in parse_element()
463 parse_element(node->first_node(), config, full, el); in parse_element()
488 parse_parameter(node->first_node(), config, p); in parse_function()
493 get_contents(node->first_node(), f.return_type); in parse_function()
524 parse_function(node->first_node(), config, full, f); in parse_function()
544 parse_enumeration(node->first_node(), config, full, e); in parse_enumeration()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Ddoxygen_xml_parser.hpp195 get_contents(node->first_node(), p.fulltype); in parse_parameter()
223 parse_parameter(node->first_node(), config, p); in parse_parameter()
265 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
285 parse_parameter(node->first_node(), config, p); in parse_parameter_list()
458 parse_parameter(node->first_node(), config, p); in parse_element()
463 parse_element(node->first_node(), config, full, el); in parse_element()
488 parse_parameter(node->first_node(), config, p); in parse_function()
493 get_contents(node->first_node(), f.return_type); in parse_function()
524 parse_function(node->first_node(), config, full, f); in parse_function()
544 parse_enumeration(node->first_node(), config, full, e); in parse_enumeration()
[all …]
/dports/net-mgmt/py-junos-eznc/junos-eznc-2.5.4/lib/jnpr/junos/facts/
H A Dget_route_engine_information.py68 first_node = None
87 if first_node is None:
88 first_node = node
90 if node == first_node:
113 if first_node is not None and first_node != "default":
114 re_info["default"] = re_info[first_node]
115 if first_node in node_masters:
116 node_masters["default"] = node_masters[first_node]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/oid-0.1.1/src/
H A Dlib.rs124 first_node: u8, field
283 first_node, in try_from()
395 first_node: 0x00, in encode_binary_root_node_0()
407 first_node: 0x00, in encode_binary_root_node_1()
419 first_node: 0x00, in encode_binary_root_node_2()
446 first_node: 39, in encode_binary_example_2()
506 first_node: 39, in encode_string_example_2()
561 first_node: 39, in parse_binary_example_2()
620 first_node: 39, in parse_string_example_2()
759 first_node: 2, in encode_to_string()
[all …]

12345678910>>...42