Searched refs:tree (Results 1 - 17 of 17) sorted by relevance
| /PHP_5_5/ext/phar/phar/ |
| H A D | directorygraphiterator.inc | 13 * @brief A tree iterator that only shows directories.
|
| H A D | directorytreeiterator.inc | 38 $tree = ''; 40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' '; 42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
|
| H A D | pharcommand.inc | 783 * @return string The description of a directory tree for a Phar archive. 787 return "Get a directory tree for a PHAR archive.";
|
| /PHP_5_5/ext/spl/examples/ |
| H A D | directorygraphiterator.inc | 13 * @brief A tree iterator that only shows directories.
|
| H A D | directorytreeiterator.inc | 38 $tree = ''; 40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' '; 42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
|
| /PHP_5_5/ext/spl/internal/ |
| H A D | recursivetreeiterator.inc | 72 $tree = ''; 75 $tree .= $this->getSubIterator($level)->hasNext() ? $this->prefix[1] : $this->prefix[2]; 77 $tree .= $this->getSubIterator($level)->hasNext() ? $this->prefix[3] : $this->prefix[4]; 79 return $this->prefix[0] . $tree . $this->prefix[5];
|
| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 146 ** The maximum depth of an expression tree. This is limited to 651 ** hash of the entire source tree. 3257 ** <dd>The maximum depth of the parse tree on any expression.</dd>)^ 7932 sqlite3_vfs *pVfs, /* VFS to use with this b-tree */ 7949 #define BTREE_SINGLE 8 /* The file contains at most 1 b-tree */ 10188 ** Each node of an expression in the parse tree is an instance 10195 ** tree. 10289 int nHeight; /* Height of the tree headed by this node */ 10380 ** the parse tree for an expression and the span of input text for an 10384 Expr *pExpr; /* The expression parse tree */ 127515 Rtree tree; local [all...] |
| /PHP_5_5/ext/tidy/examples/ |
| H A D | dumpit5.php | 21 $tree = $tidy->root(); variable 22 dump_tree($tree);
|
| /PHP_5_5/ext/dom/ |
| H A D | documentfragment.c | 89 static void php_dom_xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) /* {{{ */ argument 94 if (tree) { 95 if(tree->type == XML_ELEMENT_NODE) { 96 prop = tree->properties; 109 if (tree->children != NULL) { 110 cur = tree->children; 116 tree->doc = doc;
|
| H A D | element.c | 698 static xmlNsPtr _dom_new_reconNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) /* {{{ */ argument 704 if ((tree == NULL) || (ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) { 718 def = xmlSearchNs(doc, tree, prefix); 726 def = xmlSearchNs(doc, tree, prefix); 732 def = xmlNewNs(tree, ns->href, prefix);
|
| H A D | php_dom.h | 35 #include <libxml/tree.h>
|
| /PHP_5_5/ext/imap/ |
| H A D | php_imap.c | 4663 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) argument 4670 add_assoc_long(tree, buf, cur->num); 4675 add_assoc_long(tree, buf, *numNodes); 4676 build_thread_tree_helper(cur->next, tree, numNodes, buf); 4678 add_assoc_long(tree, buf, 0); 4684 add_assoc_long(tree, buf, *numNodes); 4685 build_thread_tree_helper(cur->branch, tree, numNodes, buf); 4687 add_assoc_long(tree, buf, 0); 4694 static int build_thread_tree(THREADNODE *top, zval **tree) argument 4699 array_init(*tree); [all...] |
| /PHP_5_5/ext/simplexml/ |
| H A D | php_simplexml.h | 34 #include <libxml/tree.h>
|
| /PHP_5_5/ext/xml/ |
| H A D | expat_compat.h | 38 #include <libxml/tree.h>
|
| /PHP_5_5/ext/xmlwriter/ |
| H A D | php_xmlwriter.h | 32 #include <libxml/tree.h>
|
| /PHP_5_5/ext/libxml/ |
| H A D | libxml.c | 41 #include <libxml/tree.h>
|
| H A D | php_libxml.h | 38 #include <libxml/tree.h>
|
Completed in 132 milliseconds