Home
last modified time | relevance | path

Searched defs:node (Results 26 – 50 of 537) sorted by relevance

12345678910>>...22

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Dextract-props.js33 ast.walk(new U2.TreeWalker(function(node){ argument
48 function addStrings(node) { argument
51 (function walk(node){ argument
52 node.walk(new U2.TreeWalker(function(node){ argument
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
DOptimizerNodeVisitor.php70 protected function doEnterNode(Node $node, Environment $env)
93 protected function doLeaveNode(Node $node, Environment $env)
126 protected function optimizeVariables(\Twig_NodeInterface $node, Environment $env)
146 protected function optimizePrintNode(\Twig_NodeInterface $node, Environment $env)
170 protected function optimizeRawFilter(\Twig_NodeInterface $node, Environment $env)
182 protected function enterOptimizeFor(\Twig_NodeInterface $node, Environment $env)
246 protected function leaveOptimizeFor(\Twig_NodeInterface $node, Environment $env)
DSafeAnalysisNodeVisitor.php39 public function getSafe(\Twig_NodeInterface $node)
59 protected function setSafe(\Twig_NodeInterface $node, array $safe)
77 protected function doEnterNode(Node $node, Environment $env)
82 protected function doLeaveNode(Node $node, Environment $env)
DSandboxNodeVisitor.php42 protected function doEnterNode(Node $node, Environment $env)
100 protected function doLeaveNode(Node $node, Environment $env)
115 private function wrapNode(Node $node, $name)
123 private function wrapArrayNode(Node $node, $name)
/plugin/zotero/
DFeedZoteroRepository.php62 private function createEntry($node)
70 private function parseItemType($node)
80 private function parseId($node)
90 private function parseData($node, ZoteroEntry $e)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTreeVisitor.php27 public function visitChildren(RuleNode $node);
35 public function visitTerminal(TerminalNode $node);
43 public function visitErrorNode(ErrorNode $node);
H A DAbstractParseTreeVisitor.php38 public function visitChildren(RuleNode $node)
68 public function visitTerminal(TerminalNode $node)
154 protected function shouldVisitNextChild(RuleNode $node, $currentResult) : bool
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DDOMLex.php109 protected function tokenizeDOM($node, &$tokens, $config)
144 protected function getTagName($node)
161 protected function getData($node)
183 protected function createStartNode($node, &$tokens, $collect, $config)
245 protected function createEndNode($node, &$tokens)
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js96 return self.transform(new TreeTransformer(function(node) { argument
112 equals: function(node) { argument
129 this.walk(new TreeWalker(function(node) { argument
273 _equals: function(node) { argument
290 function is_statement(node) { argument
309 function must_be_expression(node, prop) { argument
318 _equals: function(node) { argument
361 function walk_body(node, visitor) { argument
362 node.body.forEach(function(node) { argument
372 _equals: function(node) { argument
[all …]
Dcompress.js139 this.pure_funcs = function(node) { argument
149 this.pure_funcs = function(node) { argument
188 Compressor.prototype = new TreeTransformer(function(node, descend, in_list) { argument
233 Compressor.prototype.compress = function(node) { argument
308 var tt = new TreeTransformer(function(node) { argument
379 function read_property(obj, node) { argument
415 function is_modified(compressor, tw, node, value, level, immutable, recursive) { argument
465 function is_lambda(node) { argument
469 function safe_for_extends(node) { argument
496 function has_escaped(d, scope, node, parent) { argument
[all …]
Dpropmangle.js126 ast.walk(new TreeWalker(function(node) { argument
147 function addStrings(node, add) { argument
201 ast.walk(new TreeWalker(function(node) { argument
235 ast.walk(new TreeWalker(function(node) { argument
318 function mangleStrings(node) { argument
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
DRenderer.php160 protected function setCommonTemplateVariables(\Text_Template $template, AbstractNode $node)
178 protected function getBreadcrumbs(AbstractNode $node)
207 protected function getActiveBreadcrumb(AbstractNode $node)
221 protected function getInactiveBreadcrumb(AbstractNode $node, $pathToRoot)
230 protected function getPathToRoot(AbstractNode $node)
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
DSimpleTokenParser.php54 …protected function getAttribute($node, $attribute, $arguments = array(), $type = Twig_Node_Express…
65 protected function call($node, $attribute, $arguments = array(), $line = -1)
70 protected function markAsSafe(Twig_Node $node, $line = -1)
80 protected function output(Twig_Node $node, $line = -1)
/plugin/asciidocjs/node_modules/nunjucks/src/
Dtransformer.js35 var children = mapCOW(ast.children, function (node) { argument
43 var contentArgs = mapCOW(ast.contentArgs, function (node) { argument
68 function _liftFilters(node, asyncFilters, prop) { argument
93 return depthWalk(ast, function (node) { argument
116 blockNode.body = walk(blockNode.body, function (node) { argument
129 return depthWalk(ast, function (node) { argument
/plugin/asciidocjs/node_modules/pug-filters/lib/
Dhandle-filters.js12 walk(ast, function (node) { argument
81 function handleNestedFilters(node, filters, options, filterAliases) { argument
87 function getBodyAsText(node) { argument
89 function(node){ return node.val; } argument
93 function getAttributes(node, options) { argument
/plugin/findologicxmlexport/vendor/twig/twig/src/
DExpressionParser.php336 public function parsePostfixExpression($node)
404 public function parseSubscriptExpression($node)
486 public function parseFilterExpression($node)
493 public function parseFilterExpressionRaw($node, $tag = null)
617 private function parseNotTestExpression(\Twig_NodeInterface $node)
622 private function parseTestExpression(\Twig_NodeInterface $node)
747 protected function checkConstantExpression(\Twig_NodeInterface $node)
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdomtools.js54 TrimNode : function( node ) argument
60 LTrimNode : function( node ) argument
86 RTrimNode : function( node ) argument
131 RemoveNode : function( node, excludeChildren ) argument
144 GetFirstChild : function( node, childNames ) argument
162 GetLastChild : function( node, childNames ) argument
317 GetParents : function( node ) argument
361 GetIndexOf : function( node ) argument
566 GetNodeAddress : function( node, normalized ) argument
822 GetNextSibling : function( node, includeEmpties ) argument
[all …]
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js1685 pp.addExtra = function (node, key, val) { argument
1915 pp$1.takeDecorators = function (node) { argument
1947 pp$1.parseBreakContinueStatement = function (node, keyword) { argument
1974 pp$1.parseDebuggerStatement = function (node) { argument
1980 pp$1.parseDoStatement = function (node) { argument
1999 pp$1.parseForStatement = function (node) { argument
2051 pp$1.parseFunctionStatement = function (node) { argument
2056 pp$1.parseIfStatement = function (node) { argument
2064 pp$1.parseReturnStatement = function (node) { argument
2085 pp$1.parseSwitchStatement = function (node) { argument
[all …]
/plugin/prosemirror/schema/
DNodeStack.php59 protected function top(Node $node)
70 public function addTop(Node $node)
102 public function add(Node $node)
/plugin/asciidocjs/node_modules/babel-types/lib/
Dconverters.js43 function toComputedKey(node) { argument
163 function toKeyAlias(node) { argument
223 function toStatement(node, ignore) { argument
258 function toExpression(node) { argument
280 function toBlock(node, parent) { argument
/plugin/diagramsnet/lib/plugins/
Dimport.js32 var hasChilds = function(node) argument
46 var generatePreprocessingNodeInfo = function(node) argument
69 var processFreeMindNode = function(node, nodeParent, x, y) argument
/plugin/asciidocjs/node_modules/babel-types/lib/definitions/
Dindex.js53 function validator(node, key, val) { argument
69 function validate(node, key, val) { argument
85 function validate(node, key, val) { argument
123 function validate(node, key, val) { argument
157 function validate(node, key, val) { argument
/plugin/asciidocjs/node_modules/with/
Dindex.js90 Function: function (node, st, c) { argument
95 ReturnStatement: function (node) { argument
100 function source(node) { argument
103 function replace(node, str) { argument
/plugin/asciidocjs/
Dpackage-lock.json23 "node": ">=16", string
39 "node": ">=16", string
52 "node": ">=16" string
81 "node": ">=0.4.0" string
102 "node": ">=0.10.0" string
110 "node": ">=8" string
121 "node": ">=8" string
149 "node": ">=16", string
216 "node": ">=0.10.0" string
228 "node": ">=0.10.0" string
[all …]
/plugin/asciidocjs/node_modules/
D.package-lock.json18 "node": ">=16", string
34 "node": ">=16", string
47 "node": ">=16" string
76 "node": ">=0.4.0" string
97 "node": ">=0.10.0" string
105 "node": ">=8" string
116 "node": ">=8" string
144 "node": ">=16", string
211 "node": ">=0.10.0" string
223 "node": ">=0.10.0" string
[all …]

12345678910>>...22