Searched refs:traversal (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DPostOrderTraversal.pm29 # this traversal using recursion
64 Tree::Simple::Visitor::PostOrderTraversal - A Visitor for post-order traversal a Tree::Simple hierarchy
93 Post-order traversal is a variation of the depth-first traversal in which the sub-tree's are processed I<before> the parent. It is another alternative to Tree::Simple's C<traverse> method which implements a depth-first, pre-order traversal.
105 Based upon the value of C<$boolean>, this will tell the visitor to include the trunk of the tree in the traversal as well.
H A DBreadthFirstTraversal.pm71 Tree::Simple::Visitor::BreadthFirstTraversal - A Visitor for breadth-first traversal a Tree::Simple hierarchy
100 This implements a breadth-first traversal of a Tree::Simple hierarchy. This can be an alternative to the built in depth-first traversal of the Tree::Simple C<traverse> method.
112 Based upon the value of C<$boolean>, this will tell the visitor to include the trunk of the tree in the traversal as well.
H A DPreOrderTraversal.pm26 Tree::Simple::Visitor::PreOrderTraversal - A Visitor for pre-order traversal a Tree::Simple hierarchy
55 Pre-order traversal is a depth-first traversal method in which the sub-tree's are processed I<after> the parent. It is essentially a wrapper around the base Tree::Simple::Visitor class, and is a seperate module here for completeness. (If you have a post-order, you should have a pre-order too).
67 Based upon the value of C<$boolean>, this will tell the visitor to include the trunk of the tree in the traversal as well.
H A DVariableDepthClone.pm116 Based upon the value of C<$boolean>, this will tell the visitor to include the trunk of the tree in the traversal as well. This basically means it will clone the root node as well.
H A DLoadDirectoryTree.pm198 The node value of the C<$tree> argument (gotten by calling C<getNodeValue>) is considered the root directory from which we begin our traversal. We use File::Spec to keep our paths cross-platform, but it is expected that you will feed in a valid path for your OS. If the path either does not exist, or is not a directory, then an exception is thrown.
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/Traversal/
H A DBFS.pm26 Graph::Traversal::BFS - breadth-first traversal of graphs
35 $b->bfs; # Do the traversal.
H A DDFS.pm26 Graph::Traversal::DFS - depth-first traversal of graphs
35 $d->dfs; # Do the traversal.
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/Traversal/
H A DBFS.pm26 Graph::Traversal::BFS - breadth-first traversal of graphs
35 $b->bfs; # Do the traversal.
H A DDFS.pm26 Graph::Traversal::DFS - depth-first traversal of graphs
35 $d->dfs; # Do the traversal.
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/t/
H A D12_Tree_Simple_exceptions_test.t263 } qr/^Insufficient Arguments \: Cannot traverse without traversal function/, '... this should die';
268 } qr/^Incorrect Object Type \: traversal function is not a function/, '... this should die';
273 } qr/^Incorrect Object Type \: traversal function is not a function/, '... this should die';
278 } qr/^Incorrect Object Type \: post traversal function is not a function/, '... this should die';
283 } qr/^Incorrect Object Type \: post traversal function is not a function/, '... this should die';
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DTraversal.pm481 $u and $v are vertices, and the $self is the traversal object itself.
491 Called when traversing an edge that belongs to the traversal tree.
496 Called when an edge is met which either leads back to the traversal tree
541 Called when choosing the first root (start) vertex for traversal.
548 traversal (useful when the graph is not connected). Called with
602 Return the vertices in preorder traversal order.
606 Return the vertices in postorder traversal order.
644 Return the traversal tree as a graph.
650 Test whether the traversal has state 's' attached to it.
656 Get the state 's' attached to the traversal (
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DTraversal.pm481 $u and $v are vertices, and the $self is the traversal object itself.
491 Called when traversing an edge that belongs to the traversal tree.
496 Called when an edge is met which either leads back to the traversal tree
541 Called when choosing the first root (start) vertex for traversal.
548 traversal (useful when the graph is not connected). Called with
602 Return the vertices in preorder traversal order.
606 Return the vertices in postorder traversal order.
644 Return the traversal tree as a graph.
650 Test whether the traversal has state 's' attached to it.
656 Get the state 's' attached to the traversal (
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/
H A DVisitorFactory.pm102 This implements a breadth-first traversal of a Tree::Simple hierarchy.
106 Post-order traversal is a variation of the depth-first traversal in which the sub-tree's are processed I<before> the parent.
110 Pre-order traversal is a depth-first traversal method in which the sub-tree's are processed I<after> the parent.
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DuDNS.c803 mDNSexport mStatus mDNS_StartNATOperation_internal(mDNS *const m, NATTraversalInfo *traversal) argument
807 LogInfo("mDNS_StartNATOperation_internal %p Protocol %d IntPort %d RequestedPort %d NATLease %d", traversal,
808 traversal->Protocol, mDNSVal16(traversal->IntPort), mDNSVal16(traversal->RequestedPort), traversal->NATLease);
810 // Note: It important that new traversal requests are appended at the *end* of the list, not prepended at the start
813 if (traversal == *n)
815 LogMsg("Error! Tried to add a NAT traversal that's already in the active list: request %p Prot %d Int %d TTL %d",
816 traversal, traversa
873 mDNS_StopNATOperation_internal(mDNS *m, NATTraversalInfo *traversal) argument
944 mDNS_StartNATOperation(mDNS *const m, NATTraversalInfo *traversal) argument
953 mDNS_StopNATOperation(mDNS *const m, NATTraversalInfo *traversal) argument
5804 mDNS_StartNATOperation_internal(mDNS *m, NATTraversalInfo *traversal) argument
5812 mDNS_StopNATOperation_internal(mDNS *m, NATTraversalInfo *traversal) argument
5907 mDNS_StartNATOperation(mDNS *const m, NATTraversalInfo *traversal) argument
5915 mDNS_StopNATOperation(mDNS *const m, NATTraversalInfo *traversal) argument
[all...]
H A DuDNS.h100 extern mStatus mDNS_StartNATOperation_internal(mDNS *const m, NATTraversalInfo *traversal);
142 // NAT traversal
H A DmDNSEmbeddedAPI.h1274 tcpLNTInfo tcpInfo; // Legacy NAT traversal (UPnP) TCP connection
1295 // Client API fields: The client must set up these fields *before* making any NAT traversal API calls
1430 regState_NATError = 9 // unable to complete NAT traversal
2299 mDNSs32 NextScheduledNATOp; // Next time to send NAT-traversal packets
2408 tcpLNTInfo tcpAddrInfo; // legacy NAT traversal TCP connection info for external address
2409 tcpLNTInfo tcpDeviceInfo; // legacy NAT traversal TCP connection info for device info
2668 extern mStatus mDNS_StartNATOperation(mDNS *const m, NATTraversalInfo *traversal);
2669 extern mStatus mDNS_StopNATOperation(mDNS *const m, NATTraversalInfo *traversal);
2670 extern mStatus mDNS_StopNATOperation_internal(mDNS *m, NATTraversalInfo *traversal);
3204 // Support for legacy NAT traversal protocol
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DMakefile.in64 traversal.$(OBJEXT) \
/macosx-10.10/srm-7/srm/src/
H A Dtree_walker.c225 #error No tree traversal function found
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/Simple/
H A DVisitor.pm189 This object is still pretty much a wrapper around the Tree::Simple C<traverse> method, and can be thought of as a depth-first traversal Visitor object.
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm437 (defined($func)) || die "Insufficient Arguments : Cannot traverse without traversal function";
438 (ref($func) eq "CODE") || die "Incorrect Object Type : traversal function is not a function";
439 (ref($post) eq "CODE") || die "Incorrect Object Type : post traversal function is not a function"
791 The same effect can be achieved by manual upwards traversal.
893 Here is an example of a traversal function that will print out the
901 Here is an example of a traversal function that will print out the
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices10696 traversal 4678/tcp # boundary traversal
10697 traversal 4678/udp # boundary traversal

Completed in 334 milliseconds