Home
last modified time | relevance | path

Searched refs:tree (Results 76 – 100 of 377) sorted by relevance

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php198 $this->tree = $treeOrNode;
200 $this->tree = new Tree($treeOrNode);
212 $this->tree = new Tree($root);
216 $this->tree = new Tree($root);
501 $this->tree->getNodeForPath($path);
898 $parentNode = $this->tree->getNodeForPath($path);
955 $nodes = $this->tree->getMultipleNodes($paths);
1018 $parent = $this->tree->getNodeForPath($dir);
1035 $this->tree->markDirty($dir . '/' . $name);
1055 $node = $this->tree->getNodeForPath($uri);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DSpecificationTest.php21 $tree = array(
24 $server = new Server($tree);
28 $tree[0]->put('1234567890');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php47 protected $tree = array(); variable in Sabre\\DAVServerTest
102 $this->server = new DAV\Server($this->tree);
179 $this->tree[] = new CalDAV\CalendarRoot(
185 $this->tree[] = new CardDAV\AddressBookRoot(
192 $this->tree[] = new DAVACL\PrincipalCollection(
198 $this->tree[] = new DAV\Mock\Collection('files');
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.iframe.php56 $tree = TreeBuilder::build($html);
62 $css->scan_styles($tree, $pipeline);
64 $frame_root = traverse_dom_tree_pdf($tree);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.textarea.height.php5 $tree = $this->runPipeline('
9 $element =& $tree->get_element_by_id('textarea');
H A Dtest.textarea.width.php5 $tree = $this->runPipeline('
9 $element =& $tree->get_element_by_id('textarea');
H A Dtest.css.page.break.inside.php5 $tree = $this->runPipeline('
18 $div = $tree->get_element_by_id('div');
H A Dtest.css.page.break.before.php5 $tree = $this->runPipeline(file_get_contents('test.css.page.break.before.1.html'));
7 $div = $tree->get_element_by_id('div');
H A Dtest.pagebreak.table.br.php11 $tree = $this->runPipeline('
45 $locations = PageBreakLocator::_getBreakLocations($tree);
H A Dtest.width.percentage.php5 $tree = $this->runPipeline('
22 $wrapper = $tree->get_element_by_id('wrapper');
H A Dtest.font-size.php5 $tree = $this->runPipeline('
18 $inline = $tree->get_first();
H A Dtest.input.text.php5 $tree = $this->runPipeline('
99 $element =& $tree->get_element_by_id(sprintf('i%d', $i+1));
H A Dtest.border-bottom.php5 $tree = $this->runPipeline(file_get_contents('test.border-bottom.1.html'));
7 $element =& $tree->get_element_by_id('div1');
24 $element =& $tree->get_element_by_id('div2');
H A Dtest.border-right.php5 $tree = $this->runPipeline(file_get_contents('test.border-right.1.html'));
7 $element =& $tree->get_element_by_id('div1');
24 $element =& $tree->get_element_by_id('div2');
H A Dtest.border-top.php5 $tree = $this->runPipeline(file_get_contents('test.border-top.1.html'));
7 $element =& $tree->get_element_by_id('div1');
24 $element =& $tree->get_element_by_id('div2');
H A Dtest.border-left.php5 $tree = $this->runPipeline(file_get_contents('test.border-left.1.html'));
7 $element =& $tree->get_element_by_id('div1');
24 $element =& $tree->get_element_by_id('div2');
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php77 $tree = false;
93 $tree = true;
119 if (true === $tree) {
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css324 dl.tree {
328 dl.tree dd {
483 div.tree ul {
485 background: url('tree-vertical.png') left repeat-y;
490 div.tree li {
495 div.tree div {
499 div.tree div.notlast {
500 background: url('tree-hasnext.png') left 10px no-repeat;
503 div.tree div.last {
504 background: url('tree
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTreeVisitor.php8 * This interface defines the basic notion of a parse tree visitor. Generated
14 * Visit a parse tree, and return a user-defined result of the operation.
15 * Must return the result of visiting the parse tree.
17 * @param ParseTree $tree The {@see ParseTree} to visit.
19 public function visit(ParseTree $tree); argument
23 * operation. Must return the result of visiting the parse tree.
31 * Must return the result of visiting the parse tree.
39 * Must return the result of visiting the parse tree.
/plugin/strata/syntax/
H A Dentry.php80 // parse tree
81 $tree = $this->syntax->constructTree($lines,'data entry');
83 // allow subclasses first pick in the tree
84 $this->handleBody($tree, $result);
87 $lines = $this->syntax->extractText($tree);
90 if(count($tree['cs'])) {
91 msg(sprintf($this->syntax->getLang('error_entry_block'), ($tree['cs'][0]['tag']?sprintf($this->syntax->getLang('named_group'),utf8_tohtml(hsc($tree['cs'][0]['tag']))):$this->syntax->getLang('unnamed_group')), utf8_tohtml(hsc($result['entry']))),-1);
203 * @param tree array the parsed tree argument
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DIDirectoryTest.php11 $tree = array(
15 $server = new DAV\Server($tree);
/plugin/strata/helper/
H A Dsyntax.php213 * Constructs a query from the give tree.
215 * @param root array the tree to transform
243 $tree = null;
245 $tree =& $root;
247 $tree =& $where[0];
255 list($group, $scope) = $this->transformGroup($tree, $typemap);
348 * @param root array the tree to transform
688 function getFields(&$tree, &$typemap) {
692 $fieldsGroups = $this->extractGroups($tree, 'fields');
779 * Constructs a tagged tree fro
684 getFields(& $tree, & $typemap) global() argument
[all...]
/plugin/combo/ComboStrap/
H A DTreeSystem.php30 public static function print(TreeNode $tree) argument
38 TreeVisit::visit($tree, $printRecursively);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DREADME.md38 | [7.x](https://github.com/ruflin/Elastica/tree/master) | 7.x | ^7.0 | ^7.2 \|\| ^8.0 |
39 | [6.x](https://github.com/ruflin/Elastica/tree/6.x) | 6.x | ^6.0 | ^7.0 \|\| ^8.0 |
45 | [5.x](https://github.com/ruflin/Elastica/tree/5.x) | 5.x | ^5.0 | \>=5.6 |
46 | [3.x](https://github.com/ruflin/Elastica/tree/3.x) | 2.4.0 | no | \>=5.4 |
47 | [2.x](https://github.com/ruflin/Elastica/tree/2.x) | 1.7.2 | no | \>=5.3.3 |
/plugin/combo/resources/dictionary/
H A DREADME.md9 * [fad](./fad-icons.json) - list of [fad svg](https://github.com/fefanto/fontaudio/tree/master/svgs) in iconify form
10 * [icomoon](./icomoon-icons.json) - list of [icomoon svg](https://github.com/Keyamoon/IcoMoon-Free/tree/master/SVG)
11 * [cib](./cib-icons.json) - list of [CoreUI Brands icons](https://github.com/coreui/coreui-icons/tree/master/svg/brand)

12345678910>>...16