Searched refs:children (Results 276 - 300 of 619) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dparse.tcl8 # - children of the root = if any, elements of the table, references and divisions.
9 # - children of divisions = if any, elements of the division, references and divisions.
209 # Commands can be children/arguments of other
224 # children and replace this node with a fake.
237 set argc [llength [$t children $n]]
301 set argv [$t children $n]
319 ProcessInclude $t $n [lindex [$t children $n] 0]
361 set children [$t children $root]
362 lappend children
[all...]
H A Dcontainer.tcl219 method children {id} {
221 return [$mytree children $id]
423 foreach id [$mytree children $root] {
460 foreach id [$mytree children $myroot] {
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDebuggerSidebarPanel.js280 this._breakpointsContentTreeOutline.insertChild(parentTreeElement, insertionIndexForObjectInListSortedByFunction(parentTreeElement, this._breakpointsContentTreeOutline.children, this._compareTopLevelTreeElements.bind(this)));
291 parentTreeElement.insertChild(breakpointTreeElement, insertionIndexForObjectInListSortedByFunction(breakpointTreeElement, parentTreeElement.children, this._compareBreakpointTreeElements));
328 for (var i = this._breakpointsContentTreeOutline.children.length - 1; i >= 0; --i) {
329 var treeElement = this._breakpointsContentTreeOutline.children[i];
384 if (!parentTreeElement.children.length)
435 var breakpointTreeElements = treeElement.children;
526 // If the resource is being selected when it has no children it is in the process of being deleted, don't do anything.
527 if (!treeElement.children.length)
H A DFrameTreeElement.js160 if (this.children.length && !this.shouldRefreshChildren)
197 // Only store the setting if we have children, since setting hasChildren to false will cause a collapse,
418 this.insertChild(folderTreeElement, insertionIndexForObjectInListSortedByFunction(folderTreeElement, this.children, this._compareTreeElementsByMainTitle));
445 parentTreeElement.insertChild(childTreeElement, insertionIndexForObjectInListSortedByFunction(childTreeElement, parentTreeElement.children, this._compareResourceTreeElements));
464 if (!oldParent.children.length)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_me.tcl222 set pe [lindex [$t children $n] 0]
312 set pe [lindex [$t children $n] 0]
374 set pe [lindex [$t children $n] 0]
426 set pe [lindex [$t children $n] 0]
481 set args [$t children $n]
562 set args [$t children $n]
773 set pe [lindex [$t children $n] 0]
H A Dgen_peg_cpkg.tcl40 set eroot [lindex [$t children $def] 0]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxinclude.c827 result = xmlXIncludeCopyNodeList(ctxt, target, source, elem->children);
880 cur = cur->children;
1020 cur = cur->children;
1545 * Add the top children list as the replacement copy.
1551 ctxt->incTab[nr]->inc = xmlCopyNodeList(ctxt->doc->children);
1554 doc, doc->children);
1967 if (fallback->children != NULL) {
1978 ret = xmlXIncludeDoProcess(newctxt, ctxt->doc, fallback->children);
1986 fallback->children);
2130 xmlNodePtr children; local
[all...]
H A DdebugXML.c315 } else if ((node->parent != NULL) && (node->parent->children != node))
835 if (attr->children != NULL) {
837 xmlCtxtDumpNodeList(ctxt, attr->children);
1071 (node->children != NULL) && (node->type != XML_ENTITY_REF_NODE)) {
1073 xmlCtxtDumpNodeList(ctxt, node->children);
1222 && (doc->children != NULL)) {
1224 xmlCtxtDumpNodeList(ctxt, doc->children);
1322 if (dtd->children == NULL)
1326 xmlCtxtDumpNodeList(ctxt, dtd->children);
1597 * Count the children o
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebViewBase.cpp97 WebKitWebViewChildrenMap children; member in struct:_WebKitWebViewBasePrivate
308 // allocations so we don't need to add them to our list of children.
312 priv->children.set(widget, childAllocation);
360 ASSERT(priv->children.contains(widget));
361 priv->children.remove(widget);
372 Vector<GtkWidget*> children; local
373 copyKeysToVector(priv->children, children);
374 for (const auto& child : children) {
375 if (priv->children
[all...]
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxsltutils.c115 tmp = xmlNodeListGetString(node->doc, prop->children, 1);
212 ret = xmlNodeListGetString(node->doc, prop->children, 1);
1460 if ((result->children == NULL) ||
1461 ((result->children->type == XML_DTD_NODE) &&
1462 (result->children->next == NULL)))
1507 cur = result->children;
1515 if (cur->children != NULL) {
1516 if ((cur->children->type != XML_ENTITY_DECL) &&
1517 (cur->children->type != XML_ENTITY_REF_NODE) &&
1518 (cur->children
[all...]
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm49 my ($self, $node, $parent, $children) = @_;
55 $self->{_children} = $children;
152 # check the bounds of our children
174 # if index is equal to the number of children
198 || die "Illegal Operation : There are no children to remove";
199 # check the bounds of our children
208 # if index is equal to the number of children
232 # child (and all its sub-children)
481 # when you clone all the children, and then
483 # the parent of the children t
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DBreakpoint.js503 var nextElement = this._actionsContainer.children[index + 1] || null;
513 var children = this._actionsContainer.children;
514 for (var i = 0; children.length; ++i) {
515 if (children[i] === breakpointActionView.element) {
531 if (!this._actionsContainer.children.length) {
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DUserMessageCoders.h171 encoder << Owner(coder, renderObject->children());
433 RefPtr<API::Object> children; local
448 Owner messageCoder(coder, children);
451 if (children && children->type() != API::Object::Type::Array)
453 coder.m_root = WebRenderObject::create(name, elementTagName, elementID, static_pointer_cast<API::Array>(elementClassNames), absolutePosition, frameRect, static_pointer_cast<API::Array>(children));
H A DSessionState.h109 Vector<FrameState> children; member in struct:WebKit::FrameState
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DdebugXML.c315 } else if ((node->parent != NULL) && (node->parent->children != node))
836 if (attr->children != NULL) {
838 xmlCtxtDumpNodeList(ctxt, attr->children);
1072 (node->children != NULL) && (node->type != XML_ENTITY_REF_NODE)) {
1074 xmlCtxtDumpNodeList(ctxt, node->children);
1223 && (doc->children != NULL)) {
1225 xmlCtxtDumpNodeList(ctxt, doc->children);
1323 if (dtd->children == NULL)
1327 xmlCtxtDumpNodeList(ctxt, dtd->children);
1598 * Count the children o
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/log/
H A Dlogger.tcl100 set children [namespace children $start]
101 foreach c $children {
207 # service, and its 'children'.
215 # through all services that are 'children' and enables
254 # service, and its 'children'.
262 # through all services that are 'children' and disables
487 # Delete the namespace and its children.
514 set children [list]
517 lappend children
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/irc/
H A Dirc.tcl46 foreach ns [namespace children] {
62 foreach ns [namespace children] {
79 foreach ns [namespace children] {
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dgenerate_offset_extractor.rb74 children.each {
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dentities.h42 struct _xmlNode *children; /* First child link */ member in struct:_xmlEntity
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dentities.h42 struct _xmlNode *children; /* First child link */ member in struct:_xmlEntity
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dlabelframe.rb70 TkWinfo.children(w).each{|child|
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dlabelframe.rb77 TkWinfo.children(w).each{|child|
/macosx-10.10.1/ruby-106/ruby/lib/rss/maker/
H A Dbase.rb312 children = content
313 children = [children] unless content.is_a?(Array)
314 children = set_xhtml_uri_as_default_uri(children)
317 children)
331 def set_xhtml_uri_as_default_uri(children)
332 children.collect do |child|
337 set_xhtml_uri_as_default_uri(child.children))
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dmenubar.tcl673 foreach node [${mtree} children menubar] {
955 foreach node [${mtree} children ${parent_node}] {
1196 foreach child [${mtree} children ${node}] {
1420 foreach child [${mtree} children ${node}] {
1470 if { ${name} in [${mtree} children ${parent}] } {
1541 return [${mtree} children ${parent}]
1571 if { ${name} ni [${mtree} children ${parent}] } {
1628 if { ${name} ni [${mtree} children ${parent}] } {
1701 if { ${name} ni [${mtree} children ${parent}] } {
1807 foreach name [${mtree} children
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DMC.xotcl70 set alts [my permute [lsort [$questionObj info children]]]
124 foreach alternative [[$exam pool]::$q info children] {

Completed in 574 milliseconds

<<11121314151617181920>>