Home
last modified time | relevance | path

Searched refs:tree (Results 101 – 125 of 377) sorted by relevance

12345678910>>...16

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php34 * @param string $tree Parse tree of Mustache tokens
43 …public function compile($source, array $tree, $name, $customEscape = false, $charset = 'UTF-8', $s… argument
55 return $this->writeCode($tree, $name);
80 * @param array $tree Parse tree of Mustache tokens
85 private function walk(array $tree, $level = 0) argument
89 foreach ($tree as $node) {
220 * @param array $tree Parse tree of Mustache tokens
225 private function writeCode($tree, $name) argument
227 $code = $this->walk($tree);
/plugin/dirtylittlehelper/
H A DREADME.md9 …okubook template](https://github.com/samfisch/dokuwiki-template-dokubook) - here I found the tree
29 … i thought it would be nice to have a tree on the left side like "dokubook" template -> added syn…
31 The tree on the left is not always needed - added syntax for "no sidebar"...
64 ## dlh tree
65 ```` <dlh.tree>````
70 no tree will be rendered
73 only this tree will be rendered (overrides ````notree````)
80 The sidebar will not be shown (css) - beware that the sidebar / tree will be generated.
/plugin/csv/_test/
H A DREADME5 https://github.com/keboola/php-csv/tree/master/tests/Keboola/Csv
6 https://github.com/fivethirtyeight/data/tree/master/avengers
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAbstractPluginTest.php29 $tree = array(
36 $this->server = new DAV\Server($tree);
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dtreebuilder.class.php47 $tree = ActiveLinkDOMTree::from_XML(new XML($xmlstring));
49 return $tree;
H A Ddom.php4.inc.php27 $tree =& new PHP4DOMTree($domdocument);
28 return $tree;
H A Ddom.php5.inc.php26 $tree =& new DOMTree($domdocument->documentElement);
27 return $tree;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php143 $node = $this->server->tree->getNodeForPath($uri);
175 $node = $this->server->tree->getNodeForPath($path);
281 $calendarNode = $this->server->tree->getNodeForPath($calendarPath);
288 $node = $this->server->tree->getNodeForPath($request->getPath());
334 $node = $this->server->tree->getNodeForPath($path);
439 $home = $this->server->tree->getNodeForPath($homePath);
440 $inbox = $this->server->tree->getNodeForPath($inboxPath);
450 $objectNode = $this->server->tree->getNodeForPath($objectPath);
477 $calendar = $this->server->tree->getNodeForPath($calendarPath);
790 foreach ($this->server->tree->getNodeForPath($homeSet)->getChildren() as $node) {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dgeneric.test.php30 $tree = $this->layoutPipeline($html, $pipeline, $media, $context, $postponed);
31 return $tree;
/plugin/pycode/
H A Dsyntax.php479 * @param (arr) $tree the name of a class and its methods, that is:
502 private function _print_tree(Doku_Renderer $renderer, $loc_url, $tree, $docstr = null) { argument
513 foreach ($tree as $key => $val) {
521 … list($code, $sl, $el) = $this->mpp->_get_code($loc_url, "f", $val[1], $tree[0][1]);
555 if ($tree[0][2] == 1) {
557 $renderer->cdata($tree[0][0]);
561 $renderer->cdata($tree[0][0]);
575 foreach ($tree as $key => $val) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php147 $node = $this->server->tree->getNodeForPath($uri);
179 $node = $this->server->tree->getNodeForPath($path);
354 $calendarNode = $this->server->tree->getNodeForPath($calendarPath);
361 $node = $this->server->tree->getNodeForPath($request->getPath());
412 $node = $this->server->tree->getNodeForPath($path);
517 $home = $this->server->tree->getNodeForPath($homePath);
518 $inbox = $this->server->tree->getNodeForPath($inboxPath);
528 $objectNode = $this->server->tree->getNodeForPath($objectPath);
555 $calendar = $this->server->tree->getNodeForPath($calendarPath);
944 foreach ($this->server->tree->getNodeForPath($homeSet)->getChildren() as $node) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php289 $node = $this->server->tree->getNodeForPath($principal);
328 $node = $this->server->tree->getNodeForPath($node);
473 $node = $this->server->tree->getNodeForPath($node);
504 $node = $this->server->tree->getNodeForPath($node);
590 $principalCollection = $this->server->tree->getNodeForPath($collection);
640 $principalCollection = $this->server->tree->getNodeForPath($uri);
730 $exists = $this->server->tree->nodeExists($path);
963 $node = $this->server->tree->getNodeForPath($path);
1030 $node = $this->server->tree->getNodeForPath($path);
1074 $principal = $this->server->tree->getNodeForPath($newAce['principal']);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php124 $tree = $reader->parseInnerTree(['{DAV:}privilege' => 'Sabre\\Xml\\Element\\Elements']);
125 foreach ($tree as $element) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DSyncTokenPropertyTest.php37 $this->server->tree = new Tree(
60 $this->server->tree = new Tree(
H A DIssue33Test.php92 $tree = new Tree($dir);
94 $server = new Server($tree);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php124 $tree = $reader->parseInnerTree(['{DAV:}privilege' => 'Sabre\\Xml\\Element\\Elements']);
125 foreach ($tree as $element) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst19 * Then, the **parser** converts the token stream into a meaningful tree
79 node tree (an instance of ``\Twig\Node\ModuleNode``). The core extension defines
82 You can manually convert a token stream into a node tree by calling the
87 Echoing the node object gives you a nice representation of the tree::
112 The last step is done by the compiler. It takes a node tree as an input and
115 You can manually compile a node tree to PHP code with the ``compile()`` method
/plugin/barcodes/
H A Dcomposer.lock57 "source": "https://github.com/jucksearm/php-barcode/tree/1.0.0"
115 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
182 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
244 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
304 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
355 "source": "https://github.com/phar-io/version/tree/3.2.1"
761 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.28"
1133 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
1680 "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
1733 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
[all …]
/plugin/davcal/
H A Dcalendarserver.php55 $tree = array( variable
60 $server = new Sabre\DAV\Server($tree);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php81 $node = $this->server->tree->getNodeForPath($path);
287 $this->server->tree->delete($path);
506 if ($this->server->tree->nodeExists($path)) {
508 $node = $this->server->tree->getNodeForPath($path);
637 $this->server->tree->delete($moveInfo['destination']);
642 $this->server->tree->move($path, $moveInfo['destination']);
681 $this->server->tree->delete($copyInfo['destination']);
684 $this->server->tree->copy($path, $copyInfo['destination']);
770 $node = $this->server->tree->getNodeForPath($path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php79 $node = $this->server->tree->getNodeForPath($path, 0);
287 $this->server->tree->delete($path);
506 if ($this->server->tree->nodeExists($path)) {
508 $node = $this->server->tree->getNodeForPath($path);
637 $this->server->tree->delete($moveInfo['destination']);
642 $this->server->tree->move($path, $moveInfo['destination']);
680 $this->server->tree->delete($copyInfo['destination']);
684 $this->server->tree->copy($path, $copyInfo['destination']);
770 $node = $this->server->tree->getNodeForPath($path);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php574 $this->server->tree->getNodeForPath($this->calendarObjectUri),
599 $this->server->tree->getNodeForPath(dirname($this->calendarObjectUri)),
624 $parentNode = $this->server->tree->getNodeForPath($parent);
638 $inboxNode = $this->server->tree->getNodeForPath('calendars/'.$user.'/inbox');
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock63 "source": "https://github.com/composer/pcre/tree/3.1.0"
144 "source": "https://github.com/composer/semver/tree/3.3.2"
210 "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
300 "source": "https://github.com/doctrine/annotations/tree/2.0.1"
356 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
433 "source": "https://github.com/doctrine/lexer/tree/3.0.0"
531 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.14.3"
590 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
652 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
712 "source": "https://github.com/phar-io/manifest/tree/2.
[all...]
/plugin/bugzillaint/action/
H A Dfetch.php75 …$tree = $bugzillaClient->getBugDependencyTrees( $i['id'], $i['depth'], explode(',', $i['extras']) …
76 foreach ($tree as $k => $v) {

12345678910>>...16