Searched refs:children (Results 76 - 100 of 783) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/themes/
H A Dkroc.rb77 ['Scrollbar.trough', {:children=>[
87 ['Scrollbar.trough', {:children=>[
189 'Button.button', {:children=>[
190 'Button.focus', {:children=>[
191 'Button.padding', {:children=>[
201 'Checkbutton.border', {:children=>[
202 'Checkbutton.padding', {:children=>[
204 'Checkbutton.focus', {:side=>:left, :children=>[
214 'Radiobutton.border', {:children=>[
215 'Radiobutton.padding', {:children
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dme_util.tcl37 set children [lrange $ast 3 end]
39 if {($type eq "") && [llength $children]} {
41 "Terminal node \"[lrange $ast 0 2]\" has children"
53 # children of the root.
66 foreach child $children {
88 set children [lrange $ast 3 end]
90 if {($type eq "") && [llength $children]} {
92 "Terminal node \"[lrange $ast 0 2]\" has children"
104 # children of the root.
129 foreach child $children {
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodes.cpp93 ScopeNode::ScopeNode(VM* vm, const JSTokenLocation& startLocation, const JSTokenLocation& endLocation, const SourceCode& source, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, CodeFeatures features, int numConstants) argument
102 , m_statements(children)
119 inline ProgramNode::ProgramNode(VM* vm, const JSTokenLocation& startLocation, const JSTokenLocation& endLocation, unsigned startColumn, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants) argument
120 : ScopeNode(vm, startLocation, endLocation, source, children, varStack, funcStack, capturedVariables, features, numConstants)
125 PassRefPtr<ProgramNode> ProgramNode::create(VM* vm, const JSTokenLocation& startLocation, const JSTokenLocation& endLocation, unsigned startColumn, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants) argument
127 RefPtr<ProgramNode> node = new ProgramNode(vm, startLocation, endLocation, startColumn, children, varStack, funcStack, capturedVariables, source, features, numConstants);
138 inline EvalNode::EvalNode(VM* vm, const JSTokenLocation& startLocation, const JSTokenLocation& endLocation, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants) argument
139 : ScopeNode(vm, startLocation, endLocation, source, children, varStack, funcStack, capturedVariables, features, numConstants)
143 PassRefPtr<EvalNode> EvalNode::create(VM* vm, const JSTokenLocation& startLocation, const JSTokenLocation& endLocation, unsigned, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants) argument
145 RefPtr<EvalNode> node = new EvalNode(vm, startLocation, endLocation, children, varStac
187 FunctionBodyNode(VM* vm, const JSTokenLocation& startLocation, const JSTokenLocation& endLocation, unsigned startColumn, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& sourceCode, CodeFeatures features, int numConstants) argument
212 create(VM* vm, const JSTokenLocation& startLocation, const JSTokenLocation& endLocation, unsigned startColumn, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& sourceCode, CodeFeatures features, int numConstants) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/visitors/
H A Dto_ruby.rb113 coder.seq = o.children.map { |c| accept c }
125 o.children.each { |a|
126 map[accept(a.children.first)] = accept a.children.last
132 o.children.each { |c| list.push accept c }
152 o.children.each_slice(2) do |k,v|
163 members = o.children.map { |c| accept c }
172 h = Hash[*o.children.map { |c| accept c }]
175 h = Hash[*o.children.map { |c| accept c }]
184 members = Hash[*o.children
[all...]
H A Ddepth_first.rb11 o.children.each { |x| visit x }
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dtreeview.test16 # Since [$tv children] follows ->next links and [$tv index]
21 foreach child [$tv children $item] {
83 .tv children {}
93 .tv children {}
101 .tv children {}
107 .tv children {}
113 .tv children {}
119 .tv children {}
125 .tv children {}
132 test treeview-2.15 "insert -- at position 0 w/no children"
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A Datom.rb131 children = @xhtml
132 children = [children] unless children.is_a?(Array)
134 {"xmlns" => XHTML_URI}, children)
258 ["author", "*", :children],
259 ["category", "*", :children, "categories"],
260 ["contributor", "*", :children],
264 ["link", "*", :children],
270 ["entry", "*", :children, "entrie
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-dav.el65 "")) (xml-node-children node) " "))
187 (let ((children (xml-node-children node))
192 (when (not children)
195 (while children
196 (setq node (car children)
229 children (cdr children)))
237 (let ((children (xml-node-children nod
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DGtkPopupMenu.cpp92 GList* children = gtk_container_get_children(GTK_CONTAINER(m_popup.get())); local
93 GList* p = children;
114 g_list_free(children);
193 GList* children = gtk_container_get_children(GTK_CONTAINER(m_popup.get())); local
194 if (!children)
200 GList* currentChild = children;
202 currentChild = g_list_find(children, m_currentlySelectedMenuItem);
205 currentChild = children;
219 currentChild = children;
228 g_list_free(children);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDataGrid.js197 var nodes = dataGrid._rootNode.children.slice();
284 var element = this._editingNode._element.children[columnOrdinal];
530 var children = this._enumerateChildren(this._rootNode, [], maxDescentLevel + 1);
531 for (var i = 0; i < children.length; ++i) {
532 var node = children[i];
554 for (var i = 0; i < rootNode.children.length; ++i)
555 this._enumerateChildren(rootNode.children[i], result, maxLevel - 1);
576 var headerTableColumns = this._headerTableColumnGroup.children;
590 this._headerTableColumnGroup.children[i].style.width = percentWidth;
591 this._dataTableColumnGroup.children[
[all...]
H A DCPUProfileView.js102 var current = this.profileDataGridTree.children[0];
175 var children = this.profileDataGridTree.children;
176 var count = children.length;
179 this.dataGrid.rootNode().appendChild(children[index]);
187 var child = this.dataGrid.rootNode().children[0];
339 var current = this.profileDataGridTree.children[0];
543 var nodesToTraverse = [ { parent: head, children: head.children } ];
547 var children
600 children: [] property in class:idleNode
[all...]
H A DAuditResultView.js107 var treeElement = new TreeElement(null, null, !!result.children);
116 if (result.children) {
117 for (var i = 0; i < result.children.length; ++i)
118 this._appendResult(treeElement, result.children[i]);
H A DHeapSnapshotDataGrids.js70 var children = this.topLevelNodes();
71 for (var i = 0, l = children.length; i < l; ++i)
72 children[i].dispose();
133 return this.rootNode().children;
179 var children = this.topLevelNodes();
180 for (var i = 0, l = children.length; i < l; ++i) {
181 var node = children[i];
220 var children = this._topLevelNodes;
222 children.sort(sortFunction);
223 for (var i = 0, l = children
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A Dxpath.tcl89 set children [dom::node children $node]
91 foreach child $children {
151 set children [dom::node children $root]
152 foreach node $children {
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/rss/
H A DRSS10Parser.cpp52 xmlNode* childnode = node->children;
60 m_root = parseFeed(childnode->children);
64 RSSItem* item = parseItem(childnode->children);
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/subtest/
H A Dexceptions.t29 ok my $child2 = $child->child('two'), 'Trying to create nested children should succeed';
33 '... but trying to finalize() a child with open children should fail';
60 like $error, qr/\QCannot run test (This should throw an exception) with active children/,
61 'Running a test with active children should fail';
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DIFrameShimSupport.cpp138 const HashSet<RefPtr<Widget> >* children = parentFrameView->children(); local
139 for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != children->end(); ++it) {
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderEmbeddedObject.h72 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderEmbeddedObject
73 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderEmbeddedObject
103 virtual RenderObjectChildList* virtualChildren() { return children(); }
104 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dpush.py15 root = doc.children
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dpush.py15 root = doc.children
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/
H A Dtoolbutton.tcl56 Toolbutton.border -children {
57 Toolbutton.padding -children {
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_xml_declaration.rb19 @xml_declaration = @doc.children[0]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceSelection.cpp67 AccessibilityObject::AccessibilityChildrenVector children = coreSelection->children();
68 if (!children.size())
71 AccessibilityObject* listObject = children.at(0).get();
89 AccessibilityObject::AccessibilityChildrenVector options = listObject->children();
231 AccessibilityObject::AccessibilityChildrenVector children = coreSelection->children();
234 listBox->setSelectedChildren(children);
237 return selectedItems.size() == children.size();
/macosx-10.9.5/procmail-14/procmail/src/
H A Dformisc.c165 static int children; local
177 (unsigned long)children*CHILD_FACTOR,excode;
178 while(children&&waitpid((pid_t)-1,&excode,WNOHANG)>0)
180 { children--;
184 } /* reap some children */
185 while(childlimit&&children>=childlimit||(child=fork())==-1&&children)
186 for(--children;(excode=waitfor((pid_t)0))!=NO_PROCESS;)
189 if(--children<=maxchild)
203 children
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/
H A Dtkvfs.tcl46 set len [llength [winfo children ${widg}.${name}]]
110 foreach ch [winfo children $wpp] {
119 foreach ch [winfo children $wpp] {
121 if {[llength [winfo children $ch]]} {
128 if {[llength [winfo children $wpp]]} {
137 foreach ch [winfo children $wpp] {
139 if {![llength [winfo children $ch]]} {
146 if {![llength [winfo children $wpp]]} {
172 if {[llength [winfo children $widg.$name]]} {

Completed in 311 milliseconds

1234567891011>>