Searched refs:children (Results 251 - 275 of 783) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dbutton.tcl33 set l [concat [lassign $l b] [winfo children $b]]
H A Dclrpick.tcl53 foreach child [winfo children $w] {
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dbutton.tcl70 foreach sibling [winfo children [winfo parent $w]] {
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dbutton.tcl35 set l [concat [lrange $l 1 end] [winfo children [set b [lindex $l 0]]]]
H A Dclrpick.tcl53 foreach child [winfo children $w] {
/macosx-10.9.5/vim-53/src/
H A Dgui_gtk_f.h34 GList *children; member in struct:_GtkForm
H A Dgui_gtk_f.c19 * children at arbitrary positions width arbitrary sizes. This finally puts
127 form->children = g_list_append(form->children, child);
157 for (tmp_list = form->children; tmp_list; tmp_list = tmp_list->next)
242 form->children = NULL;
305 for (tmp_list = form->children; tmp_list; tmp_list = tmp_list->next)
340 for (tmp_list = form->children; tmp_list; tmp_list = tmp_list->next)
360 tmp_list = form->children;
405 tmp_list = form->children;
436 tmp_list = form->children;
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dxslt.c902 if (cur->children) {
903 cur = cur->children;
1355 if (cur->children != NULL) {
1356 xsltParseContentError(style, cur->children);
1469 if (cur->children != NULL) {
1470 xsltParseContentError(style, cur->children);
1535 if (cur->children != NULL) {
1536 xsltParseContentError(style, cur->children);
1674 if (cur->children != NULL) {
1675 xsltParseContentError(style, cur->children);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DtimeControlBlackBerry.js139 offset = Math.floor(col.children.length / 2);
144 Array.prototype.forEach.call(col.children, function (child) {
151 Array.prototype.forEach.call(col.children, function (child) {
159 Array.prototype.forEach.call(col.children, function (child) {
172 Array.prototype.forEach.call(col.children, function (child) {
180 Array.prototype.forEach.call(col.children, function (child) {
187 Array.prototype.forEach.call(col.children, function (child) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-common.c67 obj->children = NULL;
348 obj->children = XRESIZEVEC (long, obj->children, obj->count);
349 obj->children[obj->count - 1] = pid;
531 if (obj->funcs->wait (obj, obj->children[i], &obj->status[i],
603 /* If the caller forgot to wait for the children, we do it here, to
616 if (obj->children != NULL)
617 free (obj->children);
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_prettyprint.rb187 def initialize(string, *children)
189 @children = children
196 unless @children.empty?
200 @children.each {|t|
219 unless @children.empty?
224 @children.each {|t|
/macosx-10.9.5/CF-855.17/
H A DCFTree.c43 CFTreeRef _child; /* All children get a retain from the parent */
100 CFStringAppendFormat(result, NULL, CFSTR("<CFTree %p [%p]>{children = %lu, context = %@}"), cf, allocator, (unsigned long)CFTreeGetChildCount(tree), contextDesc);
308 void CFTreeGetChildren(CFTreeRef tree, CFTreeRef *children) { argument
312 *children++ = tree;
434 CFIndex children; local
437 children = CFTreeGetChildCount(tree);
438 if (1 < children) {
444 list = (children < 128) ? buffer : (CFTreeRef *)CFAllocatorAllocate(kCFAllocatorSystemDefault, children * sizeof(CFTreeRef), 0); // XXX_PCB GC OK
454 CFQSortArray(list, children, sizeo
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/examples/
H A Ddomtree.tcl297 # all children.
431 foreach child [::dom::node children $node] {
624 # tnode tree node to add children to
666 # We are the root node, so definitely go ahead and build children
669 foreach child [::dom::node children $dnode] {
720 # If we haven't done this node's children yet,
758 set children [dom::node children $target]
760 if {[llength $children] < [llength $branch]} {
762 if {![string length [lindex $children
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlreader.c261 ID = xmlNodeListGetString(doc, attr->children, 1);
298 if (cur->children != NULL)
299 xmlTextReaderFreeNodeList(reader, cur->children);
317 * Free a property and all its siblings, all the children are freed too.
336 * the children are freed too.
359 if ((cur->children != NULL) &&
361 if (cur->children->parent == cur)
362 xmlTextReaderFreeNodeList(reader, cur->children);
363 cur->children = NULL;
413 * Free a node, this is a recursive behaviour, all the children ar
[all...]
H A Dcheck-relaxng-test-suite.py76 child = node.children
117 child = node.children
157 child = node.children
183 child = node.children
226 child = node.children
H A Dcheck-relaxng-test-suite2.py65 child = node.children
118 child = node.children
171 child = node.children
197 child = node.children
240 child = node.children
H A Dcheck-xsddata-test-suite.py64 child = node.children
117 child = node.children
169 child = node.children
195 child = node.children
238 child = node.children
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlreader.c258 ID = xmlNodeListGetString(doc, attr->children, 1);
295 if (cur->children != NULL)
296 xmlTextReaderFreeNodeList(reader, cur->children);
314 * Free a property and all its siblings, all the children are freed too.
333 * the children are freed too.
356 if ((cur->children != NULL) &&
358 if (cur->children->parent == cur)
359 xmlTextReaderFreeNodeList(reader, cur->children);
360 cur->children = NULL;
410 * Free a node, this is a recursive behaviour, all the children ar
[all...]
H A Dcheck-relaxng-test-suite.py76 child = node.children
117 child = node.children
157 child = node.children
183 child = node.children
226 child = node.children
H A Dcheck-relaxng-test-suite2.py65 child = node.children
118 child = node.children
171 child = node.children
197 child = node.children
240 child = node.children
H A Dcheck-xsddata-test-suite.py64 child = node.children
117 child = node.children
169 child = node.children
195 child = node.children
238 child = node.children
H A Dxinclude.c826 result = xmlXIncludeCopyNodeList(ctxt, target, source, elem->children);
879 cur = cur->children;
1017 cur = cur->children;
1542 * Add the top children list as the replacement copy.
1548 ctxt->incTab[nr]->inc = xmlCopyNodeList(ctxt->doc->children);
1551 doc, doc->children);
1938 if (fallback->children != NULL) {
1949 ret = xmlXIncludeDoProcess(newctxt, ctxt->doc, fallback->children);
1957 fallback->children);
2101 xmlNodePtr children; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DWatchExpressionsSidebarPane.js261 var children = this.propertiesTreeOutline.children;
262 for (var i = 0; i < children.length; ++i) {
263 if (children[i].property.name === WebInspector.WatchExpressionsSection.NewWatchExpression)
264 return children[i];
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DRegionInfo.h218 RegionSet children; member in class:llvm::Region
234 /// verifyRegionNest - Verify if the region and its children are valid
429 /// @param moveChildren Move the children of this region, that are also
465 iterator begin() { return children.begin(); }
466 iterator end() { return children.end(); }
468 const_iterator begin() const { return children.begin(); }
469 const_iterator end() const { return children.end(); }
494 // Mark the exit of the region as visited, so that the children of the
535 /// are direct children of this Region. It does not iterate over any
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/
H A Dtile.rb310 children = lst.shift
311 children = _style_layout(children) if children.kind_of?(Array)
312 keys[k] = children

Completed in 302 milliseconds

<<11121314151617181920>>