Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstatement.js16 pp.parseTopLevel = function(node) { argument
116 pp.parseBreakContinueStatement = function(node, keyword) { argument
139 pp.parseDebuggerStatement = function(node) { argument
145 pp.parseDoStatement = function(node) { argument
167 pp.parseForStatement = function(node) { argument
196 pp.parseFunctionStatement = function(node) { argument
201 pp.parseIfStatement = function(node) { argument
209 pp.parseReturnStatement = function(node) { argument
223 pp.parseSwitchStatement = function(node) { argument
260 pp.parseThrowStatement = function(node) { argument
[all …]
/plugin/asciidocjs/node_modules/nunjucks/src/
Dcompiler.js77 _proto._emitFuncBegin = function _emitFuncBegin(node, name) { argument
122 _proto._compileChildren = function _compileChildren(node, frame) { argument
128 _proto._compileAggregate = function _compileAggregate(node, frame, startChar, endChar) { argument
143 _proto._compileExpression = function _compileExpression(node, frame) { argument
149 _proto.assertType = function assertType(node) { argument
159 _proto.compileCallExtension = function compileCallExtension(node, frame, async) { argument
217 _proto.compileCallExtensionAsync = function compileCallExtensionAsync(node, frame) { argument
220 _proto.compileNodeList = function compileNodeList(node, frame) { argument
223 _proto.compileLiteral = function compileLiteral(node) { argument
238 _proto.compileSymbol = function compileSymbol(node, frame) { argument
[all …]
/plugin/asciidocjs/node_modules/acorn-globals/
Dindex.js6 function isScope(node) { argument
9 function isBlockScope(node) { argument
13 function declaresArguments(node) { argument
17 function declaresThis(node) { argument
43 var declareFunction = function (node) { argument
46 node.params.forEach(function (node) { argument
53 var declarePattern = function (node, parent) { argument
59 node.properties.forEach(function (node) { argument
64 node.elements.forEach(function (node) { argument
79 var declareModuleSpecifier = function (node, parents) { argument
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js25 function simple(node, visitors, base, state, override) { argument
27 ;(function c(node, st, override) { argument
37 function ancestor(node, visitors, base, state) { argument
40 ;(function c(node, st, override) { argument
55 function recursive(node, state, funcs, base, override) { argument
57 ;(function c(node, st, override) { argument
71 var Found = function Found(node, state) { this.node = node; this.state = state }; argument
76 function findNodeAt(node, start, end, test, base, state) { argument
80 ;(function c(node, st, override) { argument
98 function findNodeAround(node, pos, test, base, state) { argument
[all …]
Dwalk.es.js19 function simple(node, visitors, base, state, override) { argument
21 ;(function c(node, st, override) { argument
31 function ancestor(node, visitors, base, state) { argument
34 ;(function c(node, st, override) { argument
49 function recursive(node, state, funcs, base, override) { argument
51 ;(function c(node, st, override) { argument
65 var Found = function Found(node, state) { this.node = node; this.state = state }; argument
70 function findNodeAt(node, start, end, test, base, state) { argument
74 ;(function c(node, st, override) { argument
92 function findNodeAround(node, pos, test, base, state) { argument
[all …]
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js19 function simple(node, visitors, base, state, override) { argument
21 ;(function c(node, st, override) { argument
31 function ancestor(node, visitors, base, state) { argument
34 ;(function c(node, st, override) { argument
49 function recursive(node, state, funcs, base, override) { argument
51 ;(function c(node, st, override) { argument
65 var Found = function Found(node, state) { this.node = node; this.state = state }; argument
70 function findNodeAt(node, start, end, test, base, state) { argument
74 ;(function c(node, st, override) { argument
92 function findNodeAround(node, pos, test, base, state) { argument
[all …]
Dwalk.js25 function simple(node, visitors, base, state, override) { argument
27 ;(function c(node, st, override) { argument
37 function ancestor(node, visitors, base, state) { argument
40 ;(function c(node, st, override) { argument
55 function recursive(node, state, funcs, base, override) { argument
57 ;(function c(node, st, override) { argument
71 var Found = function Found(node, state) { this.node = node; this.state = state }; argument
76 function findNodeAt(node, start, end, test, base, state) { argument
80 ;(function c(node, st, override) { argument
98 function findNodeAround(node, pos, test, base, state) { argument
[all …]
/plugin/asciidocjs/node_modules/acorn/src/
Dstatement.js16 pp.parseTopLevel = function(node) { argument
132 pp.parseBreakContinueStatement = function(node, keyword) { argument
155 pp.parseDebuggerStatement = function(node) { argument
161 pp.parseDoStatement = function(node) { argument
183 pp.parseForStatement = function(node) { argument
212 pp.parseFunctionStatement = function(node, isAsync) { argument
221 pp.parseIfStatement = function(node) { argument
230 pp.parseReturnStatement = function(node) { argument
244 pp.parseSwitchStatement = function(node) { argument
281 pp.parseThrowStatement = function(node) { argument
[all …]
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js19 export function simple(node, visitors, base, state, override) { argument
21 ;(function c(node, st, override) { argument
31 export function ancestor(node, visitors, base, state) { argument
34 ;(function c(node, st, override) { argument
49 export function recursive(node, state, funcs, base, override) { argument
51 ;(function c(node, st, override) { argument
66 constructor(node, state) { this.node = node; this.state = state } argument
72 export function findNodeAt(node, start, end, test, base, state) { argument
76 ;(function c(node, st, override) { argument
94 export function findNodeAround(node, pos, test, base, state) { argument
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js19 export function simple(node, visitors, base, state, override) { argument
21 ;(function c(node, st, override) { argument
31 export function ancestor(node, visitors, base, state) { argument
34 ;(function c(node, st, override) { argument
49 export function recursive(node, state, funcs, base, override) { argument
51 ;(function c(node, st, override) { argument
66 constructor(node, state) { this.node = node; this.state = state } argument
72 export function findNodeAt(node, start, end, test, base, state) { argument
76 ;(function c(node, st, override) { argument
94 export function findNodeAround(node, pos, test, base, state) { argument
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
DThrowablePatch.php16 public function supports(ClassNode $node)
25 private function implementsAThrowableInterface(ClassNode $node)
40 private function doesNotExtendAThrowableClass(ClassNode $node)
52 public function apply(ClassNode $node)
58 private function checkItCanBeDoubled(ClassNode $node)
72 private function setParentClassToException(ClassNode $node)
DSplFileInfoPatch.php32 public function supports(ClassNode $node)
47 public function apply(ClassNode $node)
93 private function nodeIsDirectoryIterator(ClassNode $node)
105 private function nodeIsSplFileObject(ClassNode $node)
117 private function nodeIsSymfonySplFileInfo(ClassNode $node)
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckxhtml.js28 FCKXHtml.GetXHTML = function( node, includeNode, format ) argument
315 img : function( node, htmlNode ) argument
328 a : function( node, htmlNode ) argument
352 script : function( node, htmlNode ) argument
363 style : function( node, htmlNode ) argument
378 pre : function ( node, htmlNode ) argument
392 title : function( node, htmlNode ) argument
400 ol : function( node, htmlNode, targetNode ) argument
422 span : function( node, htmlNode ) argument
435 iframe : function( node, htmlNode ) argument
[all …]
/plugin/asciidocjs/node_modules/esutils/lib/
Dast.js28 function isExpression(node) { argument
52 function isIterationStatement(node) { argument
64 function isStatement(node) { argument
90 function isSourceElement(node) { argument
94 function trailingStatement(node) { argument
112 function isProblematicIfStatement(node) { argument
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdomtools.js37 TrimNode : function( node, ignoreEndBRs ) argument
43 LTrimNode : function( node ) argument
69 RTrimNode : function( node, ignoreEndBRs ) argument
112 RemoveNode : function( node, excludeChildren ) argument
125 GetFirstChild : function( node, childNames ) argument
143 GetLastChild : function( node, childNames ) argument
264 GetParents : function( node ) argument
277 GetIndexOf : function( node ) argument
Dfckxhtml.js28 FCKXHtml.GetXHTML = function( node, includeNode, format ) argument
332 img : function( node, htmlNode ) argument
345 a : function( node, htmlNode ) argument
371 script : function( node, htmlNode ) argument
382 style : function( node, htmlNode ) argument
393 title : function( node, htmlNode ) argument
400 table : function( node, htmlNode ) argument
414 ol : function( node, htmlNode, targetNode ) argument
436 span : function( node, htmlNode ) argument
449 iframe : function( node, htmlNode ) argument
/plugin/scrape/vendor/symfony/css-selector/XPath/Extension/
DNodeExtension.php80 public function translateSelector(Node\SelectorNode $node, Translator $translator): XPathExpr
85 …ction translateCombinedSelector(Node\CombinedSelectorNode $node, Translator $translator): XPathExpr
90 public function translateNegation(Node\NegationNode $node, Translator $translator): XPathExpr
103 public function translateFunction(Node\FunctionNode $node, Translator $translator): XPathExpr
110 public function translatePseudo(Node\PseudoNode $node, Translator $translator): XPathExpr
117 public function translateAttribute(Node\AttributeNode $node, Translator $translator): XPathExpr
142 public function translateClass(Node\ClassNode $node, Translator $translator): XPathExpr
149 public function translateHash(Node\HashNode $node, Translator $translator): XPathExpr
156 public function translateElement(Node\ElementNode $node): XPathExpr
/plugin/fedauth/Auth/Yadis/
DXML.php94 function &evalXPath($xpath, $node = null)
107 function content($node)
121 function attributes($node)
165 function &evalXPath($xpath, $node = null)
186 function content($node)
193 function attributes($node)
255 function &evalXPath($xpath, $node = null)
276 function content($node)
283 function attributes($node)
/plugin/asciidocjs/node_modules/pug-linker/
Dindex.js26 ast.nodes.forEach(function addNode(node) { argument
40 walk(parent, function (node) { argument
66 walk(ast, function before(node) { argument
88 walk(ast, function before(node) { argument
112 }, function after(node) { argument
120 return walk(ast, function before(node, replace) { argument
124 }, function after(node, replace) { argument
135 return walk(ast, function (node, replace) { argument
148 ast = walk(ast, null, function (node, replace) { argument
155 function defaultYieldLocation(node) { argument
[all …]
/plugin/asciidocjs/node_modules/async/internal/
DDoublyLinkedList.js16 removeLink(node) { argument
30 insertAfter(node, newNode) { argument
38 insertBefore(node, newNode) { argument
46 unshift(node) { argument
50 push(node) { argument
88 function setInitial(dll, node) { argument
/plugin/openid/Auth/Yadis/
DXML.php96 function &evalXPath($xpath, $node = null)
110 function content($node)
125 function attributes($node)
170 function &evalXPath($xpath, $node = null)
191 function content($node)
198 function attributes($node)
279 function &evalXPath($xpath, $node = null)
300 function content($node)
312 function attributes($node)
/plugin/diagramsnet/lib/js/orgchart/
DmxOrgChartLayout.js298 var visitorFunc = function (node) { argument
322 branchOptimizerAllLinear: function(node) { argument
326 branchOptimizerAllHanger2: function(node) { argument
330 branchOptimizerAllHanger4: function(node) { argument
334 branchOptimizerAllFishbone1: function(node) { argument
338 branchOptimizerAllFishbone2: function (node) { argument
342 branchOptimizerAllSingleColumnLeft: function (node) { argument
346 branchOptimizerAllSingleColumnRight: function (node) { argument
350 branchOptimizerStackers: function(node) { argument
362 branchOptimizerSmart: function(node) { argument
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dpropmangle.js110 ast.walk(new TreeWalker(function(node){ argument
127 return ast.transform(new TreeTransformer(function(node){ argument
222 function addStrings(node, ignore) { argument
225 (function walk(node){ argument
226 node.walk(new TreeWalker(function(node){ argument
248 function mangleStrings(node) { argument
249 return node.transform(new TreeTransformer(function(node){ argument
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
DAbstractNodeVisitor.php24 final public function enterNode(\Twig_NodeInterface $node, Environment $env)
33 final public function leaveNode(\Twig_NodeInterface $node, Environment $env)
47 abstract protected function doEnterNode(Node $node, Environment $env);
54 abstract protected function doLeaveNode(Node $node, Environment $env);
/plugin/asciidocjs/node_modules/babel-types/lib/
Dvalidators.js44 function isBinding(node, parent) { argument
61 function isReferenced(node, parent) { argument
176 function isLet(node) { argument
180 function isBlockScoped(node) { argument
184 function isVar(node) { argument
192 function isScope(node, parent) { argument
200 function isImmutable(node) { argument

12345678910>>...22