/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
H A D | Trees.php | 25 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 D | AbstractParseTreeVisitor.php | 16 public function visit(ParseTree $tree) 81 public function visitErrorNode(ErrorNode $tree)
|
H A D | ParseTreeVisitor.php | 19 public function visit(ParseTree $tree);
|
H A D | ParseTreeWalker.php | 18 public function walk(ParseTreeListener $listener, ParseTree $tree) : void
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | Tree.php | 14 public $tree; variable in JMS\\Serializer\\Tests\\Fixtures\\Tree 16 public function __construct($tree)
|
/plugin/nspages/printers/ |
H A D | printerTree.php | 30 function _orderTree($tree) { 69 private function _getTrimmedTree($tree){ 138 private function _fillTree($tree, $keys, $item, $parentId) { 157 private function _printTree($tree) { 171 private function _printSubTree($tree, $level) {
|
/plugin/linkscollection/ |
H A D | script.js | 117 const addCheckboxes = function ($tree) { 139 const processTree = function ($tree) {
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | filter.data._interface.class.php | 3 function process(&$tree) {
|
H A D | filter.post._interface.class.php | 3 function process(&$tree) {
|
H A D | layout._interface.class.php | 3 function process(&$tree, &$media) {
|
H A D | filter.pre._interface.class.php | 3 function process(&$tree, $data, &$pipeline) {
|
H A D | filter.pre.footnotes.class.php | 13 function process(&$tree, $data, &$pipeline) {
|
H A D | filter.pre.height-constraint.class.php | 8 function process(&$tree, $data, &$pipeline) {
|
H A D | filter.post.positioned.class.php | 10 function process(&$tree, $data, &$pipeline) {
|
H A D | filter.post.postponed.class.php | 10 function process(&$tree, $data, &$pipeline) {
|
H A D | filter.pre.headfoot.class.php | 19 function process(&$tree, $data, &$pipeline) {
|
H A D | filter.pre.fields.class.php | 18 function process(&$tree, $data, &$pipeline) {
|
/plugin/acmenu/ |
H A D | syntax.php | 388 private function _print($renderer, $tree, $sub_ns, $open_items) 461 private function _sort_ns_pg($tree)
|
/plugin/ahrefmenu/ |
H A D | tree.dtd | 1 <!ELEMENT tree (branch+)> element
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ObjectTreeTest.php | 9 protected $tree; variable in Sabre\\DAV\\ObjectTreeTest
|
/plugin/move/admin/ |
H A D | tree.php | 104 public function tree($type = self::TYPE_PAGES, $open = '', $base = '') { function in admin_plugin_move_tree
|
/plugin/davcal/ |
H A D | calendarserver.php | 55 $tree = array( variable
|
/plugin/strata/syntax/ |
H A D | select.php | 152 function handleUI(&$tree, &$result, &$typemap) { 238 function handleBody(&$tree, &$result, &$typemap) {
|
H A D | entry.php | 203 function handleBody(&$tree, &$result) {
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/ |
H A D | Compiler.php | 43 …public function compile($source, array $tree, $name, $customEscape = false, $charset = 'UTF-8', $s… 85 private function walk(array $tree, $level = 0) 225 private function writeCode($tree, $name)
|