Searched refs:hierarchy (Results 26 - 50 of 73) sorted by relevance

123

/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DGetAllDescendents.pm101 Given a Tree::Simple instance this Visitor will return all the descendents recursively on down the hierarchy.
H A DPostOrderTraversal.pm64 Tree::Simple::Visitor::PostOrderTraversal - A Visitor for post-order traversal a Tree::Simple hierarchy
H A DPreOrderTraversal.pm26 Tree::Simple::Visitor::PreOrderTraversal - A Visitor for pre-order traversal a Tree::Simple hierarchy
H A DVariableDepthClone.pm86 Tree::Simple::Visitor::VariableDepthClone - A Visitor for cloning parts of Tree::Simple hierarchy
H A DFromNestedHash.pm158 B<NOTE:> Hash keys are sorted ascii-betically before being added to the tree, this results in a somewhat more predictable hierarchy.
H A DCreateDirectoryTree.pm122 This visitor can be used to create a set of directories and files from a Tree::Simple object hierarchy.
H A DLoadDirectoryTree.pm146 This visitor can be used to load a directory tree into a Tree::Simple hierarchy.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DGetAllDescendents.pm101 Given a Tree::Simple instance this Visitor will return all the descendents recursively on down the hierarchy.
H A DPostOrderTraversal.pm64 Tree::Simple::Visitor::PostOrderTraversal - A Visitor for post-order traversal a Tree::Simple hierarchy
H A DPreOrderTraversal.pm26 Tree::Simple::Visitor::PreOrderTraversal - A Visitor for pre-order traversal a Tree::Simple hierarchy
H A DVariableDepthClone.pm86 Tree::Simple::Visitor::VariableDepthClone - A Visitor for cloning parts of Tree::Simple hierarchy
H A DFromNestedHash.pm158 B<NOTE:> Hash keys are sorted ascii-betically before being added to the tree, this results in a somewhat more predictable hierarchy.
H A DCreateDirectoryTree.pm122 This visitor can be used to create a set of directories and files from a Tree::Simple object hierarchy.
H A DLoadDirectoryTree.pm146 This visitor can be used to load a directory tree into a Tree::Simple hierarchy.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DAppender.pm380 C<Log::Dispatch> hierarchy on how to use each one of them.
472 B<Please note that the standard appenders in the Log::Dispatch hierarchy
H A DConfig.pm976 This sets all loggers under the C<Bar::Twix> hierarchy on priority
1011 hierarchy and assigns the C<A1> appender to it, which is later on
/macosx-10.9.5/vim-53/runtime/indent/
H A Dcdl.vim51 elseif match(thisline, '^\c\s*\([{}]\|\/[*/]\|dimension\|schedule\|group\|hierarchy\|class\)') >= 0
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DComplexFormat.java509 * class hierarchy, storing class formats in order from the highest
520 ComplexFormat[] hierarchy = new ComplexFormat[depth];
526 hierarchy[level] = format;
538 * in the class hierarchy.
542 ComplexFormat format = hierarchy[level];
558 ComplexFormat format = hierarchy[level];
571 ComplexFormat format = hierarchy[level];
590 * field determines which RawObject in the instance hierarchy to use.
796 * the hierarchy. This ensures that the super format's
834 * + Old superclass repositioned in the hierarchy
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DASN.pm27 -- in the hierarchy as it is not really needed
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/Exporter/
H A DUtil.pm237 If the target of importing is an object, the hierarchy is reversed: the new
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl26 filesystem hierarchy will be searched. A value of zero is interpreted
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DAppender.pm409 C<Log::Dispatch> hierarchy on how to use each one of them.
501 B<Please note that the standard appenders in the Log::Dispatch hierarchy
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-group.el527 "The complete topic hierarchy.")
2984 implementation-defined hierarchy, RENAME or DELETE mailbox)
3861 url hierarchy)
3863 (setq hierarchy (match-string 1 name))
3864 (if (and (setq url (cdr (assoc hierarchy gnus-group-charter-alist)))
3869 (setq url (concat "http://" hierarchy
3887 hierarchy)
3889 (setq hierarchy (match-string 1 name))
3892 hierarchy "/" name ".gz"))
3899 hierarchy "/" nam
[all...]
/macosx-10.9.5/libxslt-13/libxslt/doc/
H A DMakefile.am267 rm -f *~ *.1 *.bak *.hierarchy *.signals *-unused.txt
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm664 In this case, C<Log::Log4perl> will walk up the class hierarchy
930 hierarchy and has the system write them to the console.
950 it will just propagate the message up the hierarchy until the root logger
1169 Note that you can separate your category hierarchy levels
1176 it will bubble up the hierarchy and call the appropriate appenders.
1177 Internally, categories are not related to the class hierarchy of the program
1212 in object-oriented style, using the class hierarchy is usually your best
1214 class hierarchy is probably what they know right up front, so it's easy
1233 log4perl.logger.deep.down.the.hierarchy = ERROR, LOGFILE
1831 sets the system-wide (or hierarchy
[all...]

Completed in 308 milliseconds

123