Searched refs:node (Results 126 - 150 of 1513) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/
H A Dtsort.rb17 # * tsort_each_child is used to iterate for child nodes of a given node.
26 # the hash as a node in the graph, and so we simply alias the required
28 # hash, the associated value is an array of the node's child nodes. This
38 # def tsort_each_child(node, &block)
39 # fetch(node).each(&block)
91 # def tsort_each_child(node, &block)
92 # @dep[node].each(&block)
129 # the first element has no child and the last node has no parent.
147 def tsort_each # :yields: node
180 tsort_each_node {|node|
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Ddommap.tcl32 # The callback command is invoked with the node ID of the
33 # matching DOM node as its argument. The command may return
45 # If a filter is specified then the node must match for the
50 # node DOM document node
57 proc dommap::apply {node cmd args} {
60 # Does this node match?
62 catch {set match [expr $match && [regexp $opts(-nodeType) [::dom::node cget $node -nodeType]]]}
63 catch {set match [expr $match && [regexp $opts(-nodeName) [::dom::node cge
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dpktmetadatafilter.h32 struct node;
33 typedef struct node node_t;
/macosx-10.10/WebCore-7600.1.25/editing/
H A DSimplifyMarkupCommand.cpp55 for (Node* node = m_firstNode.get(); node && node != m_nodeAfterLast; node = NodeTraversal::next(node)) {
56 if (node->firstChild() || (node->isTextNode() && node->nextSibling()))
59 Node* startingNode = node->parentNode();
87 for (Node* node
[all...]
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Ddumper.c46 yaml_emitter_dump_scalar(yaml_emitter_t *emitter, yaml_node_t *node,
50 yaml_emitter_dump_sequence(yaml_emitter_t *emitter, yaml_node_t *node,
54 yaml_emitter_dump_mapping(yaml_emitter_t *emitter, yaml_node_t *node,
179 yaml_node_t node = emitter->document->nodes.start[index]; local
181 yaml_free(node.tag);
182 if (node.type == YAML_SCALAR_NODE) {
183 yaml_free(node.data.scalar.value);
186 if (node.type == YAML_SEQUENCE_NODE) {
187 STACK_DEL(emitter, node.data.sequence.items);
189 if (node
209 yaml_node_t *node = emitter->document->nodes.start + index - 1; local
266 yaml_node_t *node = emitter->document->nodes.start + index - 1; local
316 yaml_emitter_dump_scalar(yaml_emitter_t *emitter, yaml_node_t *node, yaml_char_t *anchor) argument
339 yaml_emitter_dump_sequence(yaml_emitter_t *emitter, yaml_node_t *node, yaml_char_t *anchor) argument
369 yaml_emitter_dump_mapping(yaml_emitter_t *emitter, yaml_node_t *node, yaml_char_t *anchor) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dtree.tcl125 proc DemoTree::getdir { tree node path } {
133 $tree insert end $node n:$count \
143 $tree itemconfigure $node -drawcross auto -data $lfiles
147 proc DemoTree::moddir { idx tree node } {
148 if { $idx && [$tree itemcget $node -drawcross] == "allways" } {
149 getdir $tree $node [$tree itemcget $node -data]
150 if { [llength [$tree nodes $node]] } {
151 $tree itemconfigure $node -image [Bitmap::get openfold]
153 $tree itemconfigure $node
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dutils.tcl85 proc ::SOAP::Utils::setElementAttribute {node name value} {
86 $node setAttribute $name $value
97 # node - reference to a dom tree
100 # Returns the selected node or a list of matching nodes or an empty list
103 proc ::SOAP::Utils::selectNode {node path} {
104 return [$node selectNodes $path]
222 # domNode - a reference to a node in a dom tree
227 foreach node [Children $domNode] {
228 if {[IsElement $node]} {
229 lappend elements $node
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dtree.tcl178 set data(dnd,node) ""
220 # Bind <Button-1> to select the clicked node -- no reason not to, right?
222 ## Bind button 1 to select the node via the _mouse_select command.
279 # of the standard node bindings
281 foreach event [$path.c bind "node"] {
282 $path.c bind "box" $event [$path.c bind "node" $event]
285 foreach event [$path.c bind "node"] {
329 proc Tree::insert { path index parent node args } {
333 set node [_node_name $path $node]
[all...]
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DYouTubeEmbedShadowElement.cpp53 Node* node = const_cast<YouTubeEmbedShadowElement*>(this)->deprecatedShadowAncestorNode(); local
54 ASSERT(!node || embedTag == toElement(node)->tagQName() || objectTag == toElement(node)->tagQName());
55 return static_cast<HTMLPlugInImageElement*>(node);
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_file.c241 struct node_entry *node; local
249 error = RetrieveDataFromOpaqueID(request_open->obj_id, (void **)&node);
252 require_action_quiet(!NODE_IS_DELETED(node), deleted_node, error = ESTALE);
259 if (node->node_type == WEBDAV_FILE_TYPE)
263 if ( NODE_FILE_IS_CACHED(node) )
269 node->file_inactive_time = 0;
273 error = nodecache_add_file_cache(node, theCacheFile);
286 error = network_lock(request_open->pcr.pcr_uid, FALSE, node);
290 (void) nodecache_delete_node(node, TRUE);
304 require_noerr_action(fchflags(node
374 struct node_entry *node; local
448 struct node_entry *node; local
553 struct node_entry *node; local
624 struct node_entry *node; local
702 struct node_entry *node; local
811 struct node_entry *node; local
895 struct node_entry *node; local
1029 struct node_entry *node; local
1084 struct node_entry *node; local
1138 struct node_entry *node; local
1215 struct node_entry *node; local
1441 struct node_entry *node; local
1458 filesystem_lock(struct node_entry *node) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAXObjectCache.cpp174 // get the focused node in the page
222 AccessibilityObject* AXObjectCache::get(Node* node) argument
224 if (!node)
227 AXID renderID = node->renderer() ? m_renderObjectMapping.get(node->renderer()) : 0;
230 AXID nodeID = m_nodeObjectMapping.get(node);
233 if (node->renderer() && nodeID && !renderID) {
234 // This can happen if an AccessibilityNodeObject is created for a node that's not
252 bool nodeHasRole(Node* node, const String& role) argument
254 if (!node || !nod
269 Node* node = renderer->node(); local
330 createFromNode(Node* node) argument
366 getOrCreate(Node* node) argument
538 remove(Node* node) argument
615 textChanged(Node* node) argument
637 updateCacheAfterNodeIsAttached(Node* node) argument
644 handleMenuOpened(Node* node) argument
652 handleLiveRegionCreated(Node* node) argument
669 childrenChanged(Node* node, Node* newChild) argument
766 postNotification(Node* node, AXNotification notification, PostTarget postTarget, PostType postType) argument
808 checkedStateChanged(Node* node) argument
813 handleMenuItemSelected(Node* node) argument
833 selectedChildrenChanged(Node* node) argument
852 nodeTextChangeNotification(Node* node, AXTextChange textChange, unsigned offset, const String& text) argument
890 handleAriaExpandedChange(Node* node) argument
896 handleActiveDescendantChanged(Node* node) argument
902 handleAriaRoleChanged(Node* node) argument
1028 rootAXEditableElement(const Node* node) argument
1057 nodeIsTextControl(const Node* node) argument
1066 isNodeAriaVisible(Node* node) argument
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlreader.c2 * xmlreader.c: implements the xmlTextReader streaming node API
135 xmlNodePtr node; /* current node */ member in struct:_xmlTextReader
136 xmlNodePtr curnode;/* current attribute node */
137 int depth; /* depth of the current node */
159 xmlNodePtr rngFullNode; /* the node if RNG not progressive */
277 * @cur: the node
279 * Free a node.
333 * @cur: the first node in the list
335 * Free a node an
931 xmlNodePtr node = reader->node; local
1022 xmlNodePtr node = reader->node; local
1074 xmlNodePtr node = reader->node; local
1226 xmlTextReaderCollectSiblings(xmlNodePtr node) argument
1564 xmlNodePtr node = reader->node; local
1689 xmlNodePtr node, cur_node; local
1735 xmlNodePtr node; local
1778 xmlNodePtr node; local
2720 xmlNodePtr node; local
2948 xmlNodePtr node; local
2991 xmlNodePtr node; local
3093 xmlNodePtr node; local
3124 xmlNodePtr node; local
3155 xmlNodePtr node; local
3231 xmlNodePtr node; local
3299 xmlNodePtr node; local
3331 xmlNodePtr node; local
3363 xmlNodePtr node; local
3391 xmlNodePtr node; local
3482 xmlNodePtr node; local
3509 xmlNodePtr node; local
3544 xmlNodePtr node; local
3590 xmlNodePtr node; local
4612 xmlNodePtr node; local
[all...]
H A Dcheck-xsddata-test-suite.py56 def handle_valid(node, schema):
61 instance = node.prop("dtd")
64 child = node.children
84 print "instance line %d" % (node.lineNo())
96 nb_instances_tests, node.lineNo())
109 def handle_invalid(node, schema):
114 instance = node.prop("dtd")
117 child = node.children
137 print "instance line %d" % (node.lineNo())
150 # nb_instances_tests, node
[all...]
H A Dcheck-relaxng-test-suite2.py57 def handle_valid(node, schema):
62 instance = node.prop("dtd")
65 child = node.children
85 print "instance line %d" % (node.lineNo())
97 # nb_instances_tests, node.lineNo())
110 def handle_invalid(node, schema):
115 instance = node.prop("dtd")
118 child = node.children
138 print "instance line %d" % (node.lineNo())
152 # nb_instances_tests, node
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dregparse.h39 /* node type */
52 /* node type bit */
71 #define NTYPE(node) ((node)->u.base.type)
72 #define SET_NTYPE(node, ntype) (node)->u.base.type = (ntype)
74 #define NSTR(node) (&((node)->u.str))
75 #define NCCLASS(node) (&((node)
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlreader.c2 * xmlreader.c: implements the xmlTextReader streaming node API
133 xmlNodePtr node; /* current node */ member in struct:_xmlTextReader
134 xmlNodePtr curnode;/* current attribute node */
135 int depth; /* depth of the current node */
156 xmlNodePtr rngFullNode; /* the node if RNG not progressive */
274 * @cur: the node
276 * Free a node.
330 * @cur: the first node in the list
332 * Free a node an
915 xmlNodePtr node = reader->node; local
1006 xmlNodePtr node = reader->node; local
1058 xmlNodePtr node = reader->node; local
1210 xmlTextReaderCollectSiblings(xmlNodePtr node) argument
1549 xmlNodePtr node = reader->node; local
1674 xmlNodePtr node, cur_node; local
1720 xmlNodePtr node; local
1759 xmlNodePtr node; local
2699 xmlNodePtr node; local
2927 xmlNodePtr node; local
2970 xmlNodePtr node; local
3072 xmlNodePtr node; local
3103 xmlNodePtr node; local
3134 xmlNodePtr node; local
3210 xmlNodePtr node; local
3278 xmlNodePtr node; local
3310 xmlNodePtr node; local
3342 xmlNodePtr node; local
3370 xmlNodePtr node; local
3461 xmlNodePtr node; local
3488 xmlNodePtr node; local
3523 xmlNodePtr node; local
3569 xmlNodePtr node; local
4461 xmlNodePtr node; local
[all...]
H A Dcheck-xsddata-test-suite.py56 def handle_valid(node, schema):
61 instance = node.prop("dtd")
64 child = node.children
84 print "instance line %d" % (node.lineNo())
96 nb_instances_tests, node.lineNo())
109 def handle_invalid(node, schema):
114 instance = node.prop("dtd")
117 child = node.children
137 print "instance line %d" % (node.lineNo())
150 # nb_instances_tests, node
[all...]
H A Dcheck-relaxng-test-suite2.py57 def handle_valid(node, schema):
62 instance = node.prop("dtd")
65 child = node.children
85 print "instance line %d" % (node.lineNo())
97 # nb_instances_tests, node.lineNo())
110 def handle_invalid(node, schema):
115 instance = node.prop("dtd")
118 child = node.children
138 print "instance line %d" % (node.lineNo())
152 # nb_instances_tests, node
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGConstantFoldingPhase.cpp77 Node* node = block->at(indexInBlock); local
81 switch (node->op()) {
83 if (node->child1().useKind() == UntypedUse
84 && !m_interpreter.needsTypeCheck(node->child1(), SpecBoolean))
85 node->child1().setUseKind(BooleanUse);
92 m_graph.argumentsRegisterFor(node->origin.semantic)).m_type))
94 node->convertToPhantom();
101 AbstractValue& value = m_state.forNode(node->child1());
103 if (node->op() == ArrayifyToStructure)
104 set = node
333 emitGetByOffset(unsigned indexInBlock, Node* node, Structure* structure, const GetByIdVariant& variant, unsigned identifierNumber) argument
383 emitPutByOffset(unsigned indexInBlock, Node* node, Structure* structure, const PutByIdVariant& variant, unsigned identifierNumber) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraph1.tcl33 # node values
34 # node relationships (arcs)
40 # node:$node array mapping keys to values for the node $node
58 "node" \
144 # Set up a value for use in creating unique node names
382 # source source node of the new arc
383 # target target node o
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DSentinelLinkedList.h125 template <typename T, typename RawNode> inline void SentinelLinkedList<T, RawNode>::push(T* node) argument
127 ASSERT(node);
128 ASSERT(!node->prev());
129 ASSERT(!node->next());
134 node->setPrev(prev);
135 node->setNext(next);
137 prev->setNext(node);
138 next->setPrev(node);
141 template <typename T, typename RawNode> inline void SentinelLinkedList<T, RawNode>::remove(T* node) argument
143 ASSERT(node);
157 isOnList(T* node) argument
[all...]
H A DMetaAllocator.cpp40 for (FreeSpaceNode* node = m_freeSpaceSizeMap.first(); node;) {
41 FreeSpaceNode* next = node->successor();
42 m_freeSpaceSizeMap.remove(node);
43 freeFreeSpaceNode(node);
44 node = next;
207 FreeSpaceNode* node = m_freeSpaceSizeMap.findLeastGreaterThanOrEqual(sizeInBytes); local
209 if (!node)
212 ASSERT(node->m_sizeInBytes >= sizeInBytes);
214 m_freeSpaceSizeMap.remove(node);
379 FreeSpaceNode* node = allocFreeSpaceNode(); local
442 freeFreeSpaceNode(FreeSpaceNode* node) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A DHeimODAdmin.h85 /* Creates a support principal in the realm in node */
86 int HeimODCreateRealm(ODNodeRef node, CFStringRef realm, CFErrorRef *error);
89 int HeimODCreatePrincipalData(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFStringRef principal, CFErrorRef *error);
90 int HeimODRemovePrincipalData(ODNodeRef node, ODRecordRef record, CFStringRef principal, CFErrorRef *error);
93 int HeimODSetKerberosFlags(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error);
94 CFArrayRef HeimODCopyKerberosFlags(ODNodeRef node, ODRecordRef record, CFErrorRef *error); /* return set flags */
95 int HeimODClearKerberosFlags(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error);
99 HeimODSetACL(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error);
101 HeimODCopyACL(ODNodeRef node, ODRecordRef record, CFErrorRef *error);
103 HeimODClearACL(ODNodeRef node, ODRecordRe
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dcompress.c64 dns_compressnode_t *node; local
72 node = cctx->table[i];
74 if (node->count < DNS_COMPRESS_INITIALNODES)
76 isc_mem_put(cctx->mctx, node, sizeof(*node));
120 #define NODENAME(node, name) \
122 (name)->length = (node)->r.length; \
123 (name)->labels = (node)->labels; \
124 (name)->ndata = (node)->r.base; \
138 dns_compressnode_t *node local
204 dns_compressnode_t *node; local
254 dns_compressnode_t *node; local
[all...]
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_tree.c9 * Each node may represent either a relation or a section header.
42 #define CHECK_MAGIC(node) \
43 if ((node)->magic != PROF_MAGIC_NODE) \
47 * Free a node, and any children
49 void profile_free_node(struct profile_node *node) argument
53 if (node->magic != PROF_MAGIC_NODE)
56 if (node->name)
57 free(node->name);
58 if (node->value)
59 free(node
119 profile_verify_node(struct profile_node *node) argument
193 profile_make_node_final(struct profile_node *node) argument
204 profile_is_node_final(struct profile_node *node) argument
214 profile_get_node_name(struct profile_node *node) argument
224 profile_get_node_value(struct profile_node *node) argument
243 profile_find_node(struct profile_node *section, const char *name, const char *value, int section_flag, void **state, struct profile_node **node) argument
393 struct profile_node *node; member in struct:profile_iterator
613 profile_remove_node(struct profile_node *node) argument
630 profile_set_relation_value(struct profile_node *node, const char *new_value) argument
655 profile_rename_node(struct profile_node *node, const char *new_name) argument
[all...]

Completed in 394 milliseconds

1234567891011>>