Home
last modified time | relevance | path

Searched refs:tree (Results 126 – 150 of 377) sorted by relevance

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php14 $tree = array(
31 $fakeServer = new DAV\Server($tree);
/plugin/catlist/
H A DREADME.md3 Static tree-like page listing plugin for DokuWiki.
15 The plugin directly scans the file system for pages, and does not use the tree-walking DokuWiki primitive. DokuWiki permissions should be respected, but there is *no absolute guarantee*, as there may be unexplored corner cases. Use with care.
/plugin/combo/ComboStrap/
H A DPageSql.php57 $tree = $parser->pageSql();
60 * Performs a walk on the given parse tree starting at the root
64 ParseTreeWalker::default()->walk($this->listener, $tree);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php71 $this->server->tree->getNodeForPath('files')->createFile('source');
83 $this->server->tree->getNodeForPath('files')->createFile('source');
/plugin/indexmenu2/syntax/
H A Dindexmenu.php564 $tree=array();
566 return $tree;
567 … _array2treer($source_arr, $tree, $parent_id, $parent_id, $key_children, $key_id, $key_parent_id);
568 return $tree;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php152 $node = $this->server->tree->getNodeForPath('test.txt');
187 $node = $this->server->tree->getNodeForPath('test.txt');
221 $node = $this->server->tree->getNodeForPath('test.txt');
256 $node = $this->server->tree->getNodeForPath('test.txt');
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md63 We propose a quick overview of how to list the current tree of the protocol, how
64 to resolve a `hoa://` path and finally how to add a new node in this tree.
70 represents the root of the protocol tree:
111 each node of the `hoa://` tree resolves to a valid directory which contains your
130 ### Register new nodes in the tree
132 The `hoa://` protocol is a tree. Thus, to add a new “component”/“directory” in
133 this tree, we must create a node and register it as a child of an existing node.
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php341 $node = $this->server->tree->getNodeForPath($principal);
444 $node = $this->server->tree->getNodeForPath($node);
590 $node = $this->server->tree->getNodeForPath($node);
621 $node = $this->server->tree->getNodeForPath($node);
715 $principalCollection = $this->server->tree->getNodeForPath($collection);
770 $principalCollection = $this->server->tree->getNodeForPath($uri);
878 $exists = $this->server->tree->nodeExists($path);
1106 $node = $this->server->tree->getNodeForPath($path);
1182 $node = $this->server->tree->getNodeForPath($path);
1226 $principal = $this->server->tree->getNodeForPath($newAce['principal']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php88 $node = $this->server->tree->getNodeForPath($uri);
110 $node = $this->server->tree->getNodeForPath($uri);
241 $node = $this->server->tree->getNodeForPath($condition['uri']);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php88 $node = $this->server->tree->getNodeForPath($uri);
110 $node = $this->server->tree->getNodeForPath($uri);
241 $node = $this->server->tree->getNodeForPath($condition['uri']);
/plugin/diagrams/script/
H A DDiagramsMediaManager.js10 const tree = document.querySelector('#media__tree');
11 if (tree) {
17 tree.prepend(createLink);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php16 $tree = new DAV\FS\Directory(SABRE_TEMPDIR . '/mstest');
18 $server = new DAV\Server($tree);
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js23 tree: false
57 if(drop.tree) {
630 tree: false,
691 tree: options.tree, property in Sortable.create.options_for_droppable
710 if(options.dropOnEmpty || options.tree) {
721 if(options.tree) e.treeNode = element;
725 if(options.tree) {
744 element, options.only, options.tree ? true : false, options.tag);
755 if(overlap > .33 && overlap < .66 && Sortable.options(dropon).tree) {
868 tree: function(element) { method in Sortable
[all …]
/plugin/combo/
H A Dcomposer.lock56 "source": "https://github.com/antlr/antlr-php-runtime/tree/0.5.1"
99 "source": "https://github.com/ThomasWeinert/PhpCss/tree/2.0.0"
146 "source": "https://github.com/dragonmantank/cron-expression/tree/v1.2.0"
203 "source": "https://github.com/hidehalo/nanoid-php/tree/1.1.8"
318 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.1"
375 "source": "https://github.com/salesforce/handlebars-php/tree/3.0.1"
428 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
510 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
593 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
676 "source": "https://github.com/symfony/polyfill-php80/tree/v
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php64 …$r = $this->server->emit('onHTMLActionsPanel', [$this->server->tree->getNodeForPath('addressbooks/…
78 $node = $this->server->tree->getNodeForPath('addressbooks/user1/book1');
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php149 * @param bool $tree Whether build tree or not.
153 public function parse($text, $rule = null, $tree = true) argument
232 if (false === $tree) {
236 $tree = $this->_buildTree();
238 if (!($tree instanceof TreeNode)) {
245 return $this->_tree = $tree;
/plugin/elasticsearch/
H A Dcomposer.lock120 "source": "https://github.com/ezimuel/guzzlestreams/tree/3.1.0"
177 "source": "https://github.com/ezimuel/ringphp/tree/1.2.2"
233 "source": "https://github.com/Nyholm/dsn/tree/2.0.1"
291 "source": "https://github.com/patrickschur/language-detection/tree/v5.3.0"
341 "source": "https://github.com/php-fig/log/tree/1.1.4"
407 "source": "https://github.com/reactphp/promise/tree/v2.11.0"
482 "source": "https://github.com/ruflin/Elastica/tree/7.x"
535 "source": "https://github.com/symfony/deprecation-contracts/tree/2.5"
615 "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.data._interface.class.php3 function process(&$tree) { argument
H A Dfilter.post._interface.class.php3 function process(&$tree) { argument
H A Dlayout._interface.class.php3 function process(&$tree, &$media) { argument
H A Dfilter.pre._interface.class.php3 function process(&$tree, $data, &$pipeline) { argument
/plugin/combo/resources/slot/
H A Dpage-side.md1 <page-explorer tree></page-explorer>
/plugin/upgrade/vendor/splitbrain/php-cli/
H A Dapigen.neon1 tree: Yes
/plugin/upgrade/vendor/splitbrain/php-archive/
H A Dapigen.neon1 tree: Yes
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.iframe.src.empty.php5 $tree = $this->runPipeline('

12345678910>>...16