Searched refs:hierarchy (Results 1 - 25 of 73) sorted by relevance

123

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/locks/netware/
H A Dthread_rwlock.c37 NXHierarchy_t hierarchy = 1; /* for libc NKS NXRwLockAlloc */ local
48 new_rwlock->rwlock = NXRwLockAlloc(hierarchy, info);
/macosx-10.9.5/apr-30/apr/apr/locks/netware/
H A Dthread_rwlock.c37 NXHierarchy_t hierarchy = 1; /* for libc NKS NXRwLockAlloc */ local
48 new_rwlock->rwlock = NXRwLockAlloc(hierarchy, info);
/macosx-10.9.5/zsh-60/zsh/Misc/
H A Dmake-zsh-urls7 make-zsh-urls -- create F<~/.zsh/urls> hierarchy
15 make-zsh-urls creates a hierarchy of files and directories under
26 hierarchy. Defaults to F<~/.zsh/urls>.
32 bookmarks which the hierarchy will be
133 --output-dir, -o Specify the output directory for the hierarchy.
138 the hierarchy will be created from. Defaults to
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/
H A DVisitorFactory.pm84 Given a path and Tree::Simple hierarchy, this Visitor will attempt to find the node specified by the path.
88 Given a UID and Tree::Simple hierarchy, this Visitor will attempt to find the node with the same UID.
92 Given a node value and Tree::Simple hierarchy, this Visitor will attempt to find the node with the same node value.
102 This implements a breadth-first traversal of a Tree::Simple hierarchy.
120 This visitor can be used to load a directory tree into a Tree::Simple hierarchy.
124 This visitor can be used to create a set of directories and files from a Tree::Simple object hierarchy.
156 Given a class name or instance, this Visitor will create a Tree::Simple hierarchy which models the classes inheritance heirarchy.
166 Given a Tree::Simple instance this Visitor will return all the descendents recursively on down the hierarchy.
174 A Visitor for cloning parts of Tree::Simple hierarchy
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/
H A DVisitorFactory.pm84 Given a path and Tree::Simple hierarchy, this Visitor will attempt to find the node specified by the path.
88 Given a UID and Tree::Simple hierarchy, this Visitor will attempt to find the node with the same UID.
92 Given a node value and Tree::Simple hierarchy, this Visitor will attempt to find the node with the same node value.
102 This implements a breadth-first traversal of a Tree::Simple hierarchy.
120 This visitor can be used to load a directory tree into a Tree::Simple hierarchy.
124 This visitor can be used to create a set of directories and files from a Tree::Simple object hierarchy.
156 Given a class name or instance, this Visitor will create a Tree::Simple hierarchy which models the classes inheritance heirarchy.
166 Given a Tree::Simple instance this Visitor will return all the descendents recursively on down the hierarchy.
174 A Visitor for cloning parts of Tree::Simple hierarchy
/macosx-10.9.5/rsync-42/rsync/support/
H A Datomic-rsync3 # This script lets you update a hierarchy of files in an atomic way by
4 # first creating a new hierarchy using rsync's --link-dest option, and
5 # then swapping the hierarchy into place. **See the usage message for
65 This script lets you update a hierarchy of files in an atomic way by first
66 creating a new hierarchy (using hard-links to leverage the existing files),
67 and then swapping the new hierarchy into place. You must be pulling files
/macosx-10.9.5/files-638.1.4/
H A DMakefile2 # Mac OS X file system hierarchy
14 # Read the hierarchy file and create the directories.
23 SRC_HIERARCHY=hierarchy hierarchy.$(Product)
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
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.
H A DFindByNodeValue.pm133 Tree::Simple::Visitor::FindByNodeValue - A Visitor for finding an element in a Tree::Simple hierarchy by node value
155 Given a node value and Tree::Simple hierarchy, this Visitor will attempt to find the node with the same node value.
H A DFindByPath.pm136 Tree::Simple::Visitor::FindByPath - A Visitor for finding an element in a Tree::Simple hierarchy with a path
162 Given a path and Tree::Simple hierarchy, this Visitor will attempt to find the node specified by the path.
H A DFindByUID.pm133 Tree::Simple::Visitor::FindByUID - A Visitor for finding an element in a Tree::Simple hierarchy by UID
155 Given a UID and Tree::Simple hierarchy, this Visitor will attempt to find the node with the same UID.
H A DLoadClassHierarchy.pm46 ($tree->isLeaf()) || die "Illegal Operation : The tree must be a leaf node to load a class hierarchy";
105 Tree::Simple::Visitor::LoadClassHierarchy - A Visitor for loading class hierarchies into a Tree::Simple hierarchy
123 # the $tree now mirrors the inheritance hierarchy of the $class
127 This visitor will traverse a class's inheritance hierarchy (through the @ISA arrays) and create a Tree::Simple hierarchy which mirrors it.
149 The argument C<$class> should be either a class name or an instance, it is then used as the root from which to determine the class hierarchy.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
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.
H A DFindByNodeValue.pm133 Tree::Simple::Visitor::FindByNodeValue - A Visitor for finding an element in a Tree::Simple hierarchy by node value
155 Given a node value and Tree::Simple hierarchy, this Visitor will attempt to find the node with the same node value.
H A DFindByPath.pm136 Tree::Simple::Visitor::FindByPath - A Visitor for finding an element in a Tree::Simple hierarchy with a path
162 Given a path and Tree::Simple hierarchy, this Visitor will attempt to find the node specified by the path.
H A DFindByUID.pm133 Tree::Simple::Visitor::FindByUID - A Visitor for finding an element in a Tree::Simple hierarchy by UID
155 Given a UID and Tree::Simple hierarchy, this Visitor will attempt to find the node with the same UID.
H A DLoadClassHierarchy.pm46 ($tree->isLeaf()) || die "Illegal Operation : The tree must be a leaf node to load a class hierarchy";
105 Tree::Simple::Visitor::LoadClassHierarchy - A Visitor for loading class hierarchies into a Tree::Simple hierarchy
123 # the $tree now mirrors the inheritance hierarchy of the $class
127 This visitor will traverse a class's inheritance hierarchy (through the @ISA arrays) and create a Tree::Simple hierarchy which mirrors it.
149 The argument C<$class> should be either a class name or an instance, it is then used as the root from which to determine the class hierarchy.
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A DCONVERT.mk23 * of the hierarchy with the ast nmake(1) (after setting PATH and VPATH):
58 * if no files are specified then the from hierarchy
96 hierarchy = src src/cmd src/lib macro
151 I := $(hierarchy:C,$,/Makefile)
/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm216 my @hierarchy = $class;
220 push @hierarchy, $parent;
229 } grep !$seen{$_}++, @hierarchy;
242 my @hierarchy = $class;
246 push @hierarchy, $parent;
255 } grep !$seen{$_}++, @hierarchy;
272 # Implement restricted methods (only callable within hierarchy)...
722 my %root_of; # The root directory of the file hierarchy
802 my %root_of; # The root directory of the file hierarchy
962 my %root_of; # The root directory of the file hierarchy
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm216 my @hierarchy = $class;
220 push @hierarchy, $parent;
229 } grep !$seen{$_}++, @hierarchy;
242 my @hierarchy = $class;
246 push @hierarchy, $parent;
255 } grep !$seen{$_}++, @hierarchy;
272 # Implement restricted methods (only callable within hierarchy)...
723 my %root_of; # The root directory of the file hierarchy
803 my %root_of; # The root directory of the file hierarchy
963 my %root_of; # The root directory of the file hierarchy
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Daxfr22 # hierarchy.
128 Zones will be stored in a directory hierarchy. For example, the
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcp.c53 "[h:hierarchy|parents?Form the name of each destination file by "
165 int hierarchy; /* preserve hierarchy */ member in struct:State_s
265 if (state->hierarchy)
296 if (state->hierarchy && ent->fts_level == 0 && strchr(base, '/'))
794 state->hierarchy = 1;
974 if (state->hierarchy)
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Dabs.t148 hierarchy ("/") character, and the query component is not normally
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dinherit.test120 test {"previous" command moves scope upward in hierarchy} {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcdl.vim14 sy keyword cdlStatement dimension hierarchy group grouphierarchy schedule class

Completed in 307 milliseconds

123