Home
last modified time | relevance | path

Searched refs:a_child (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/ilias/ILIAS-5.4.25/Services/Form/classes/
H A Dclass.ilHierarchyFormGUI.php831 $a_tpl->setVariable("IMG_NODE", $a_child["node_id"]);
832 $a_tpl->setVariable("NODE_ID", $a_child["node_id"]);
833 $a_tpl->setVariable("TYPE", $a_child["type"]);
843 if (($info = $this->getChildInfo($a_child)) != "") {
850 $child_commands = $this->getChildCommands($a_child);
873 if ($this->getFocusId() == $a_child["node_id"]) {
1024 * @param array $a_child node array
1027 public function getChildTitle($a_child) argument
1029 return $a_child["title"];
1035 * @param array $a_child node array
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Form/classes/
H A Dclass.ilHierarchyFormGUI.php831 $a_tpl->setVariable("IMG_NODE", $a_child["node_id"]);
832 $a_tpl->setVariable("NODE_ID", $a_child["node_id"]);
833 $a_tpl->setVariable("TYPE", $a_child["type"]);
843 if (($info = $this->getChildInfo($a_child)) != "") {
850 $child_commands = $this->getChildCommands($a_child);
873 if ($this->getFocusId() == $a_child["node_id"]) {
1024 * @param array $a_child node array
1027 public function getChildTitle($a_child) argument
1029 return $a_child["title"];
1035 * @param array $a_child node array
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/protobuf-codegen-pure-2.25.2/tests/
H A Dbundled_proto_consistent.rs22 let a_child = a_contents.next(); in assert_equal_recursively() localVariable
24 match (a_child, b_child) { in assert_equal_recursively()
25 (Some(a_child), Some(b_child)) => { in assert_equal_recursively()
26 assert_eq!(a_child.file_name(), b_child.file_name()); in assert_equal_recursively()
27 assert_equal_recursively(&a_child, &b_child); in assert_equal_recursively()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-codegen-pure-2.25.2/tests/
H A Dbundled_proto_consistent.rs22 let a_child = a_contents.next(); in f()
24 match (a_child, b_child) { in f()
25 (Some(a_child), Some(b_child)) => { in f()
26 assert_eq!(a_child.file_name(), b_child.file_name()); in f()
27 assert_equal_recursively(&a_child, &b_child); in f()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/Shiny/
H A DShinyNode.h65 SHINY_INLINE void ShinyNode_addChild(ShinyNode* self, ShinyNode* a_child) { in ShinyNode_addChild() argument
67 self->lastChild->nextSibling = a_child; in ShinyNode_addChild()
68 self->lastChild = a_child; in ShinyNode_addChild()
71 self->lastChild = a_child; in ShinyNode_addChild()
72 self->firstChild = a_child; in ShinyNode_addChild()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/cib/
H A Dcib_ops.c386 xmlNode *a_child = NULL; in update_cib_object() local
452 for (a_child = pcmk__xml_first_child(update); a_child != NULL; in update_cib_object()
453 a_child = pcmk__xml_next(a_child)) { in update_cib_object()
456 crm_trace("Updating child <%s id=%s>", crm_element_name(a_child), ID(a_child)); in update_cib_object()
458 tmp_result = update_cib_object(target, a_child); in update_cib_object()
462 crm_err("Error updating child <%s id=%s>", crm_element_name(a_child), ID(a_child)); in update_cib_object()
553 xmlNode *a_child = NULL; in cib_process_create() local
555 for (a_child = pcmk__xml_first_child(input); a_child != NULL; in cib_process_create()
556 a_child = pcmk__xml_next(a_child)) { in cib_process_create()
557 result = add_cib_object(update_section, a_child); in cib_process_create()
[all …]
H A Dcib_attrs.c525 xmlNode *a_child = NULL; in query_node_uname() local
548 for (a_child = pcmk__xml_first_child(xml_obj); a_child != NULL; in query_node_uname()
549 a_child = pcmk__xml_next(a_child)) { in query_node_uname()
551 if (pcmk__str_eq((const char *)a_child->name, XML_CIB_TAG_NODE, in query_node_uname()
553 child_name = ID(a_child); in query_node_uname()
555 child_name = crm_element_value(a_child, XML_ATTR_UNAME); in query_node_uname()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/cib/
H A Dcib_ops.c393 xmlNode *a_child = NULL; in update_cib_object() local
461 for (a_child = __xml_first_child(update); a_child != NULL; a_child = __xml_next(a_child)) { in update_cib_object()
464 crm_trace("Updating child <%s id=%s>", crm_element_name(a_child), ID(a_child)); in update_cib_object()
466 tmp_result = update_cib_object(target, a_child); in update_cib_object()
470 crm_err("Error updating child <%s id=%s>", crm_element_name(a_child), ID(a_child)); in update_cib_object()
560 xmlNode *a_child = NULL; in cib_process_create() local
562 for (a_child = __xml_first_child(input); a_child != NULL; a_child = __xml_next(a_child)) { in cib_process_create()
563 result = add_cib_object(update_section, a_child); in cib_process_create()
564 if (update_results(failed, a_child, op, result)) { in cib_process_create()
H A Dcib_attrs.c530 xmlNode *a_child = NULL; in query_node_uname() local
552 for (a_child = __xml_first_child(xml_obj); a_child != NULL; a_child = __xml_next(a_child)) { in query_node_uname()
553 if (crm_str_eq((const char *)a_child->name, XML_CIB_TAG_NODE, TRUE)) { in query_node_uname()
554 child_name = ID(a_child); in query_node_uname()
556 child_name = crm_element_value(a_child, XML_ATTR_UNAME); in query_node_uname()
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilChapterHierarchyFormGUI.php50 public function getChildTitle($a_child) argument
53 $lmobjtrans = new ilLMObjTranslation($a_child["node_id"], $this->lang);
56 return $a_child["title"];
62 * @param array $a_child node array
65 public function getChildInfo($a_child) argument
68 return $a_child["title"];
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/
H A Dclass.ilChapterHierarchyFormGUI.php58 public function getChildTitle($a_child) argument
61 $lmobjtrans = new ilLMObjTranslation($a_child["node_id"], $this->lang);
64 return $a_child["title"];
70 * @param array $a_child node array
73 public function getChildInfo($a_child) argument
76 return $a_child["title"];
/dports/www/ilias/ILIAS-5.4.25/Modules/ScormAicc/classes/SCORM/
H A Dclass.ilSCORMExplorer.php110 …public function createTarget($a_type, $a_child, $a_highlighted_subtree = false, $a_append_anch = t… argument
115 $a_child = ($a_type == '+')
116 ? $a_child
117 : -(int) $a_child;
119 …RVER["PATH_INFO"] . "?cmd=explorer&ref_id=" . $this->slm_obj->getRefId() . "&scexpand=" . $a_child;
/dports/www/ilias6/ILIAS-6.14/Modules/ScormAicc/classes/SCORM/
H A Dclass.ilSCORMExplorer.php110 …public function createTarget($a_type, $a_child, $a_highlighted_subtree = false, $a_append_anch = t… argument
115 $a_child = ($a_type == '+')
116 ? $a_child
117 : -(int) $a_child;
119 …RVER["PATH_INFO"] . "?cmd=explorer&ref_id=" . $this->slm_obj->getRefId() . "&scexpand=" . $a_child;
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/common/
H A Dxml.c448 xmlNode *a_child = NULL; in find_xml_node() local
460 for (a_child = pcmk__xml_first_child(root); a_child != NULL; in find_xml_node()
461 a_child = pcmk__xml_next(a_child)) { in find_xml_node()
464 return a_child; in find_xml_node()
1693 for (a_child = pcmk__xml_first_child(data); a_child != NULL; in log_data_element()
1694 a_child = pcmk__xml_next(a_child)) { in log_data_element()
2438 for (a_child = pcmk__xml_first_child(root); a_child != NULL; in pcmk__xc_match()
2439 a_child = pcmk__xml_next(a_child)) { in pcmk__xc_match()
2458 return a_child; in pcmk__xc_match()
2587 for (a_child = pcmk__xml_first_child(update); a_child != NULL; in pcmk__xml_update()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/classmodel/
H A Dclassmodelnode.cpp419 void Node::addNode(Node* a_child) in addNode() argument
424 a_child->m_parentNode = this; in addNode()
425 m_children.push_back(a_child); in addNode()
429 void Node::removeNode(Node* a_child) in removeNode() argument
431 int row = a_child->row(); in removeNode()
434 delete a_child; in removeNode()
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/admin/
H A Dcompare.py402 for a_idx, a_child in enumerate(objs_a):
407 if a_child.pk is not None and b_child.pk is not None and a_child.pk == b_child.pk:
413 for a_idx, a_child in enumerate(objs_a):
418 if a_child.pk and b_child.pk and a_child.pk != b_child.pk:
438 for a_idx, a_child in enumerate(objs_a):
476 for a_idx, a_child in objs_a.items():
478 comparisons.append(self.get_child_comparison(a_child, None))
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/pengine/
H A Dclone.c131 xmlNode *a_child = NULL; in clone_unpack() local
174 for (a_child = __xml_first_child_element(xml_obj); a_child != NULL; in clone_unpack()
175 a_child = __xml_next_element(a_child)) { in clone_unpack()
177 if (crm_str_eq((const char *)a_child->name, XML_CIB_TAG_RESOURCE, TRUE) in clone_unpack()
178 || crm_str_eq((const char *)a_child->name, XML_CIB_TAG_GROUP, TRUE)) { in clone_unpack()
179 clone_data->xml_obj_child = a_child; in clone_unpack()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/test/
H A Dtree.py172 for a_child in a.children:
173 b_child = b.get_child(a_child.name)
176 result.append(_do_tree_difference(a_child, b_child, full_path))
178 result.removed_files.append(full_path + a_child.name)
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/test/
H A Dtree.py172 for a_child in a.children:
173 b_child = b.get_child(a_child.name)
176 result.append(_do_tree_difference(a_child, b_child, full_path))
178 result.removed_files.append(full_path + a_child.name)
/dports/databases/percona57-server/boost_1_59_0/tools/build/test/
H A Dtree.py172 for a_child in a.children:
173 b_child = b.get_child(a_child.name)
176 result.append(_do_tree_difference(a_child, b_child, full_path))
178 result.removed_files.append(full_path + a_child.name)
/dports/databases/xtrabackup/boost_1_59_0/tools/build/test/
H A Dtree.py172 for a_child in a.children:
173 b_child = b.get_child(a_child.name)
176 result.append(_do_tree_difference(a_child, b_child, full_path))
178 result.removed_files.append(full_path + a_child.name)
/dports/databases/percona57-client/boost_1_59_0/tools/build/test/
H A Dtree.py172 for a_child in a.children:
173 b_child = b.get_child(a_child.name)
176 result.append(_do_tree_difference(a_child, b_child, full_path))
178 result.removed_files.append(full_path + a_child.name)
/dports/devel/boost_build/build-29baa79/test/
H A Dtree.py174 for a_child in a.children:
175 b_child = b.get_child(a_child.name)
178 result.append(_do_tree_difference(a_child, b_child, full_path))
180 result.removed_files.append(full_path + a_child.name)
/dports/devel/boost-docs/boost_1_72_0/tools/build/test/
H A Dtree.py174 for a_child in a.children:
175 b_child = b.get_child(a_child.name)
178 result.append(_do_tree_difference(a_child, b_child, full_path))
180 result.removed_files.append(full_path + a_child.name)
/dports/devel/boost-libs/boost_1_72_0/tools/build/test/
H A Dtree.py174 for a_child in a.children:
175 b_child = b.get_child(a_child.name)
178 result.append(_do_tree_difference(a_child, b_child, full_path))
180 result.removed_files.append(full_path + a_child.name)

123