Searched refs:children (Results 176 - 200 of 783) sorted by relevance

1234567891011>>

/macosx-10.9.5/libxml2-26/libxml2/
H A Dcatalog.c137 struct _xmlCatalogEntry *children; member in struct:_xmlCatalogEntry
287 ret->children = NULL;
384 xmlCatalogEntryPtr children, next; local
389 children = catal->children;
390 while (children != NULL) {
391 next = children->next;
392 children->dealloc = 0;
393 children->children
[all...]
H A Dtree.c125 xmlNodePtr ulccur = (n)->children; \
919 cur = doc->children;
998 if (doc->children == NULL) {
999 doc->children = (xmlNodePtr) cur;
1005 prev = doc->children;
1008 doc->children = (xmlNodePtr) cur;
1012 next = doc->children;
1024 doc->children = (xmlNodePtr) cur;
1104 if (cur->children != NULL) {
1105 xmlNodePtr next, c = cur->children;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/treeql/
H A Dtreeql84.tcl263 # node children
264 method children {args} {
265 set nodes [$self apply children]
284 set children $node
286 set children [$tree children [$tree parent $node]]
288 set index [expr {[lsearch $children $node] - 1}]
289 return [lrange $children 0 $index]
307 set children $node
309 set children [
[all...]
H A Dtreeql85.tcl258 # node children
259 method children {args} {
260 set nodes [$self apply children]
279 set children $node
281 set children [$tree children [$tree parent $node]]
283 set index [expr {[lsearch $children $node] - 1}]
284 return [lrange $children 0 $index]
302 set children $node
304 set children [
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dast.rb32 # node.children -> Returns an array of immediate children.
34 # node.descendents -> Returns an array of all strict descendants (children
35 # and children of children, transitively).
43 # node.mapChildren{|v| ...} -> Returns a new node with all children
66 children.collect{|v| v.flatten}.flatten
83 def children method in class:NoChildren
246 def children method in class:AddImmediates
284 def children method in class:SubImmediates
322 def children method in class:MulImmediates
359 def children method in class:NegImmediate
397 def children method in class:OrImmediates
435 def children method in class:AndImmediates
473 def children method in class:XorImmediates
510 def children method in class:BitnotImmediate
678 def children method in class:Address
738 def children method in class:BaseIndex
810 def children method in class:Instruction
853 def children method in class:ConstDecl
940 def children method in class:LabelReference
977 def children method in class:LocalLabelReference
1014 def children method in class:Sequence
1110 def children method in class:And
1132 def children method in class:Or
1153 def children method in class:Not
1187 def children method in class:IfThenElse
1214 def children method in class:Macro
1239 def children method in class:MacroCall
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/themes/blue/
H A Dblue.tcl39 Button.button -children {
40 Button.focus -children {
41 Button.padding -children {
102 Scrollbar.trough -children {
111 Scrollbar.trough -children {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dutil_norm_lemon.tcl100 foreach n [$t children -all root] {
102 if {[llength [$t children $n]] != 1} continue
171 # Some nodes can be dropped, but not their children.
181 $t cut [lindex [$t children root] 0]
182 $t cut [lindex [$t children root] 0]
220 if {[$t children $n] < 1} {
282 set seq [lindex [$t children $n] 0]
303 return [Rightmost $t [lindex [$t children $n] end]]
315 foreach c [$t children $choice] {
332 children \
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/extensions/tnc/
H A Dtnc.c55 TNC_Content *children; member in struct:TNC_cp
385 if (tmodel->children) {
387 TncFreeTncModel (&tmodel->children[i]);
389 FREE ((char *) tmodel->children);
423 tmodel->children = NULL;
428 tmodel->children = (TNC_Content *)
431 TncRewriteModel (&emodel->children[i], &tmodel->children[i],
442 tmodel->children = (TNC_Content *)
445 TncRewriteModel (&emodel->children[
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtree-widget.el51 ;; tree's children in response to an expand request. This function
541 :value-delete 'widget-children-value-delete
589 (defun tree-widget-children-value-save (widget &optional args node)
590 "Save WIDGET children values.
598 (children (widget-get widget :children))
600 (while (and args children)
603 child (car children)
604 children (cdr children))
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGArgumentsSimplificationPhase.cpp525 node->children.setChild1(Edge());
543 node->children.child1() = node->children.child2();
544 node->children.child2() = Edge();
558 node->children.child1() = Edge();
624 AdjacencyList children = node->children; local
636 children);
675 indexInBlock, SpecNone, Phantom, node->codeOrigin, node->children);
677 node->children
[all...]
H A DDFGDCEPhase.cpp136 node->children.reset();
181 Edge edge = node->children.child(i);
185 node->children.removeEdge(i--);
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dattributes.c325 child = cur->children;
708 * "Adding an attribute to an element after children have been added
716 if (targetElem->children != NULL) {
723 "element if children have been already added "
922 if (inst->children == NULL) {
928 } else if ((inst->children->next == NULL) &&
929 ((inst->children->type == XML_TEXT_NODE) ||
930 (inst->children->type == XML_CDATA_SECTION_NODE)))
954 copyTxt->content = inst->children->content;
960 if (inst->children
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DAXObjectCacheAtk.cpp63 AccessibilityObject::AccessibilityChildrenVector children = object->children();
64 if (!children.size())
67 AccessibilityObject* listObject = children.at(0).get();
107 AccessibilityObject::AccessibilityChildrenVector items = listObject->children();
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DPageScriptDebugServer.cpp222 const HashSet<RefPtr<Widget> >* children = view->children(); local
223 ASSERT(children);
225 HashSet<RefPtr<Widget> >::const_iterator end = children->end();
226 for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != end; ++it) {
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DRevisionHistoryView.js88 for (var i = 0; i < this._treeOutline.children.length; ++i) {
89 if (this._treeOutline.children[i].title.localeCompare(uiSourceCode.displayName()) > 0) {
94 if (i === this._treeOutline.children.length)
139 if (uiSourceCodeItem.children.length)
140 uiSourceCodeItem.children[0].allowRevert();
H A DTimelinePresentationModel.js166 if (record.children)
167 stack.push({array: record.children, index: 0, record: record});
291 records = record.children;
327 var children = record.children;
336 if ((record.type === recordTypes.TimerFire || record.type === recordTypes.FireAnimationFrame) && children && children.length) {
337 var childRecord = children[0];
343 children = childRecord.children
[all...]
H A DExtensionAuditCategory.js114 if (node.children) {
115 for (var i = 0; i < node.children.length; ++i)
116 this._addNode(addedNode, node.children[i]);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtree.c122 xmlNodePtr ulccur = (n)->children; \
901 cur = doc->children;
980 if (doc->children == NULL) {
981 doc->children = (xmlNodePtr) cur;
987 prev = doc->children;
990 doc->children = (xmlNodePtr) cur;
994 next = doc->children;
1006 doc->children = (xmlNodePtr) cur;
1086 if (cur->children != NULL) {
1087 xmlNodePtr next, c = cur->children;
[all...]
H A Dxmlsave.c431 xmlNodePtr children; local
433 children = attr->children;
434 while (children != NULL) {
435 switch (children->type) {
438 attr, children->content);
442 xmlBufferAdd(buf->buffer, children->name,
443 xmlStrlen(children->name));
450 children = children
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTextBTree.c69 * to the bottom of the tree (children are
71 union { /* First in linked list of children. */
74 } children; member in struct:Node
75 int numChildren; /* Number of children of this node. */
91 * Upper and lower bounds on how many children a node may have: rebalance when
287 rootPtr->children.linePtr = linePtr;
734 Node *loopPtr = nodePtr->children.nodePtr;
742 register TkTextLine *linePtr = nodePtr->children.linePtr;
823 nodePtr = nodePtr->children.nodePtr;
829 register TkTextLine *linePtr = nodePtr->children
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGGlyphMap.h46 GlyphMapLayer children; member in struct:WebCore::GlyphMapNode
79 currentLayer = &node->children;
128 currentLayer = &node->children;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftree.py72 children = CFTreeGetChildren(root, None)
73 self.failUnless(isinstance(children, (list, tuple)))
74 self.assertEquals(len(children), 2)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftree.py79 children = CFTreeGetChildren(root, None)
80 self.assertIsInstance(children, (list, tuple))
81 self.assertEqual(len(children), 2)
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Ddoctype.rb102 # indentation will be this number of spaces, and children will be
117 unless @children.empty?
119 @children.each { |child|
173 children().select {|node| node.kind_of?(REXML::NotationDecl)}
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/cursor/
H A Dcursor.tcl57 # w Parent widget to set cursor on (includes children)
72 foreach child [winfo children $w] { propagate $child $cursor }
80 # w Parent widget to restore cursor for (includes children)
91 foreach child [winfo children $w] { restore $child $cursor }
100 foreach child [winfo children $w] { restore $child $cursor }

Completed in 248 milliseconds

1234567891011>>