Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 25 of 72) sorted by relevance

123

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php25 public static function toStringTree(Tree $tree, ?array $ruleNames = null) : string
52 public static function getNodeText(Tree $tree, ?array $ruleNames) : string
91 public static function getChildren(Tree $tree) : array
107 public static function getAncestors(Tree $tree) : array
124 public static function findAllTokenNodes(ParseTree $tree, int $ttype) : array
132 public static function findAllRuleNodes(ParseTree $tree, int $ruleIndex) : array
140 public static function findAllNodes(ParseTree $tree, int $index, bool $findTokens) : array
150 …private static function findNodesInTree(ParseTree $tree, int $index, bool $findTokens, array $node…
174 public static function descendants(ParseTree $tree) : array
H A DAbstractParseTreeVisitor.php16 public function visit(ParseTree $tree)
81 public function visitErrorNode(ErrorNode $tree)
H A DParseTreeVisitor.php19 public function visit(ParseTree $tree);
/plugin/nspages/printers/
DprinterTree.php30 function _orderTree($tree) {
71 private function _getTrimmedTree($tree){
140 private function _fillTree($tree, $keys, $item, $parentId, $myNs) {
173 private function _printTree($tree) {
187 private function _printSubTree($tree, $level) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DTree.php14 public $tree; variable in JMS\\Serializer\\Tests\\Fixtures\\Tree
16 public function __construct($tree)
/plugin/scrape/vendor/symfony/css-selector/Node/
DSelectorNode.php26 private $tree; variable in Symfony\\Component\\CssSelector\\Node\\SelectorNode
29 public function __construct(NodeInterface $tree, string $pseudoElement = null)
/plugin/linkscollection/
Dscript.js117 const addCheckboxes = function ($tree) {
139 const processTree = function ($tree) {
/plugin/acmenu/
Dsyntax.php380 private function _print($renderer, $tree, $sub_ns, $open_items)
461 private function _sort_ns_pg($tree)
/plugin/html2pdf/html2pdf/html2ps/
Dfilter.data._interface.class.php3 function process(&$tree) {
Dfilter.post._interface.class.php3 function process(&$tree) {
Dlayout._interface.class.php3 function process(&$tree, &$media) {
Dfilter.pre._interface.class.php3 function process(&$tree, $data, &$pipeline) {
Dfilter.pre.footnotes.class.php13 function process(&$tree, $data, &$pipeline) {
Dfilter.pre.height-constraint.class.php8 function process(&$tree, $data, &$pipeline) {
Dfilter.post.postponed.class.php10 function process(&$tree, $data, &$pipeline) {
Dfilter.post.positioned.class.php10 function process(&$tree, $data, &$pipeline) {
Dfilter.pre.headfoot.class.php19 function process(&$tree, $data, &$pipeline) {
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.menu.js60 tree.ext.menu.data = { variable
61 tree: tree, property
76 tree: node.tree, property
Djquery.fancytree.dnd5.js160 function autoScroll(tree, event) { argument
216 function evalEffectModifiers(tree, event, effectDefault) { argument
559 tree: tree, property
727 tree: tree, property
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php30 protected $tree = []; variable in Handlebars\\Template
46 public function __construct(Handlebars $engine, $tree, $source)
/plugin/combo/ComboStrap/
H A DTreeVisit.php9 public static function visit(TreeNode $tree, Callable $function, int $level = 0)
H A DTreeSystem.php30 public static function print(TreeNode $tree)
/plugin/addmedianamespace/
Dscript.js5 const tree=document.querySelector('#media__tree'); constant
/plugin/ahrefmenu/
Dtree.dtd1 <!ELEMENT tree (branch+)> element
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DObjectTreeTest.php9 protected $tree; variable in Sabre\\DAV\\ObjectTreeTest

123