Home
last modified time | relevance | path

Searched refs:tree (Results 151 – 175 of 377) sorted by relevance

12345678910>>...16

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.iframe.src.missing.php5 $tree = $this->runPipeline('
H A Dtest.html.mode.php5 $tree = $this->runPipeline(file_get_contents('test.html.mode.1.html'));
H A Dtest.css.content.php5 $tree = $this->runPipeline(file_get_contents('test.css.content.1.html'));
7 $element0 =& $tree->get_element_by_id('div1');
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.activelink.inc.php25 $tree =& new ActiveLinkDomTree($xml,0, array(), array());
26 return $tree;
H A Dbox.frame.php148 $tree = TreeBuilder::build($html);
154 $css->scan_styles($tree, $pipeline);
156 $frame_root = traverse_dom_tree_pdf($tree);
/plugin/move/admin/
H A Dtree.php35 echo $this->locale_xhtml('tree');
75 * print the HTML tree structure
80 $data = $this->tree($type);
97 * Build a tree info structure from media or page directories
104 public function tree($type = self::TYPE_PAGES, $open = '', $base = '') { function in admin_plugin_move_tree
131 * Item formatter for the tree view
/plugin/pureldap/
H A Dcomposer.lock64 "source": "https://github.com/FreeDSx/ASN1/tree/0.4.7"
128 "source": "https://github.com/FreeDSx/LDAP/tree/0.8.0"
182 "source": "https://github.com/FreeDSx/SASL/tree/0.1.1"
238 "source": "https://github.com/FreeDSx/Socket/tree/0.5.2"
288 "source": "https://github.com/php-fig/log/tree/1.1.4"
/plugin/dirtylittlehelper/
H A Ddokuwiki_plugin_dirtylittlehelper.txt45 …ps://github.com/samfisch/dokuwiki-template-dokubook|dokubook template]] - here I found the tree \\
68 … i thought it would be nice to have a tree on the left side like "dokubook" template -> added syn…
70 The tree on the left is not always needed - added syntax for "no sidebar"...
125 ==== dlh tree ====
127 <code> <dlh.tree> </code>
132 no tree will be rendered
135 only this tree will be rendered (overrides ''%%<dlh.notree>%%'')
142 The sidebar will not be shown (css) - beware that the sidebar / tree will be generated.
H A Dplugin.info.txt6 desc enhances editor, can build a navi-tree, mermaid integration, design fine tuning and some oth…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateVCardTest.php29 $tree = array(
33 $this->server = new DAV\Server($tree);
/plugin/authgooglesheets/
H A Dcomposer.lock62 "source": "https://github.com/firebase/php-jwt/tree/v6.1.2"
306 "source": "https://github.com/guzzle/guzzle/tree/6.5"
376 "source": "https://github.com/guzzle/promises/tree/1.5.1"
486 "source": "https://github.com/guzzle/psr7/tree/1.8.5"
589 "source": "https://github.com/Seldaek/monolog/tree/2.5.0"
811 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.14"
874 "source": "https://github.com/php-fig/cache/tree/master"
927 "source": "https://github.com/php-fig/http-message/tree/master"
977 "source": "https://github.com/php-fig/log/tree/1.1.4"
1021 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
[all …]
/plugin/linkscollection/
H A Dplugin.info.txt6 desc Create a link collection from site tree
/plugin/simplenavi/
H A Dplugin.info.txt6 desc Create a simple navigation tree based on namespaces
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php223 $tree = new DAV\Tree(new DAV\SimpleCollection('root', [
227 $this->server->tree = $tree;
/plugin/ahrefmenu/
H A Dtree.dtd1 <!ELEMENT tree (branch+)> element
/plugin/settingstree/
H A Dplugin.info.txt5 name Settings tree helper plugin
/plugin/mdpage/
H A DREADME.md3 …-mana/dokuwiki-plugin-mdpage/tree/master.svg?style=svg)](https://circleci.com/gh/mizunashi-mana/do…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerCopyMoveTest.php21 $tree = new Tree($dir);
22 $this->server = new Server($tree);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php226 $tree = $tpl->getTree();
230 foreach ($tree[0]['nodes'] as $node) {
243 foreach ($tree[0]['nodes'] as $key => $node) {
251 $remains = array_slice($tree[0]['nodes'], $key + 1);
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md42 Suppose you're using the JSON grammar from https://github.com/antlr/grammars-v4/tree/master/json.
54 tree visitor, but we won't be doing that here. For a full list of antlr4 tool
91 $tree = $parser->json();
93 ParseTreeWalker::default()->walk(new TreeShapeListener(), $tree);
/plugin/acmenu/
H A DREADME.md6 It provides an accordion menu which lists the content of namespaces in a tree-like format.
/plugin/edittable/
H A DREADME.handsontable2 maintained at https://github.com/cosmocode/handsontable/tree/dokuwiki2017
/plugin/pycode/
H A Dmethod.php378 $tree = array();
384 array_push($tree, array(trim($matches[0],": \t\n\r"), $matches[3], 0));
389 return $tree;
493 $tree = new ArrayObject($tree_old);
494 $tree_dif = $tree->getArrayCopy();
/plugin/move/action/
H A Dtree.php54 $data = $plugin->tree($type, $ns, $ns);
/plugin/imagecarousel/vendor/swipebox/
H A DREADME3 The modfied sources are available at https://github.com/splitbrain/swipebox/tree/dokuwiki - only th…

12345678910>>...16