Home
last modified time | relevance | path

Searched defs:node (Results 76 – 100 of 535) sorted by relevance

12345678910>>...22

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstatement.js204 lp.parseFor = function(node, init) { argument
215 lp.parseForIn = function(node, init) { argument
306 lp.parseFunction = function(node, isStatement) { argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTreeListener.php11 public function visitTerminal(TerminalNode $node) : void;
13 public function visitErrorNode(ErrorNode $node) : void;
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstatement.js209 lp.parseFor = function(node, init) { argument
220 lp.parseForIn = function(node, init) { argument
320 lp.parseFunction = function(node, isStatement, isAsync) { argument
/plugin/mizarverifiabledocs/
H A Dpackage-lock.json211 "node": ">=12.0.0" string
313 "node": ">= 16.0.0", string
334 "node": ">= 16.0.0" string
354 "node": ">= 16.0.0" string
371 "node": ">= 16.0.0", string
461 "node": ">= 16.0.0" string
479 "node": ">= 16.0.0" string
493 "node": ">= 16.0.0" string
507 "node": ">= 16.0.0" string
521 "node": ">= 16.0.0" string
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php325 function getSupportedPrivilegeSet($node) {
415 final function getFlatPrivilegeSet($node) {
470 function getACL($node) {
501 function getCurrentUserPrivilegeSet($node) {
839 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
1282 function htmlActionsPanel(DAV\INode $node, &$output) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
DHTML.php237 protected function printTextBlock($node)
258 protected function printCodeComparisonBlock($node)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
DFile.php54 public function render(FileNode $node, $file)
75 protected function renderItems(FileNode $node)
293 protected function renderSource(FileNode $node)
DDashboard.php25 public function render(DirectoryNode $node, $file)
294 protected function getActiveBreadcrumb(AbstractNode $node)
/plugin/html2pdf/html2pdf/html2ps/
Dtree.navigation.inc.php11 function run(&$node) {
16 function walk_element(&$node) {
/plugin/asciidocjs/node_modules/babel-types/lib/
Dindex.js351 t["assert" + type] = function (node, opts) { argument
387 function is(type, node, opts) { argument
495 function validate(node, key, val) { argument
545 function ensureBlock(node) { argument
551 function clone(node) { argument
561 function cloneWithoutLoc(node) { argument
567 function cloneDeep(node) { argument
631 function removeComments(node) { argument
724 function assertNode(node) { argument
730 function isNode(node) { argument
[all …]
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DNodeList.php231 public function push(\DOMNode $node): self {
249 public function unshift(\DOMNode $node): self {
267 public function exists(\DOMNode $node): bool {
276 public function delete(\DOMNode $node): self {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
DMagicCallPatch.php42 public function supports(ClassNode $node)
52 public function apply(ClassNode $node)
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DListItemRenderer.php35 public function render(Node $node, ChildNodeRendererInterface $DWRenderer): string
52 private function startsTaskListItem(Node $node): bool
/plugin/findologicxmlexport/vendor/twig/twig/src/
DNodeTraverser.php51 public function traverse(\Twig_NodeInterface $node)
63 …tected function traverseForVisitor(NodeVisitorInterface $visitor, \Twig_NodeInterface $node = null)
DCompiler.php76 public function compile(\Twig_NodeInterface $node, $indentation = 0)
97 public function subcompile(\Twig_NodeInterface $node, $raw = true)
215 public function addDebugInfo(\Twig_NodeInterface $node)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerUpdatePropertiesTest.php73 function updatePropFail(&$propertyDelta, &$result, $node) {
114 function updatePropSuccess(&$propertyDelta, &$result, $node) {
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.filter.js148 filter = function (node) { argument
215 this.visit(function (node) { argument
228 this.visit(function (node) { argument
372 this.visit(function (node) { argument
384 { node: node, $title: $title } property
540 { node: node, $title: $title } property
/plugin/outliner/
Dscript.js11 var setState = function(node, state,actionState) { argument
49 var getOutlinerId = function(node) { argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserTraceListener.php33 public function visitTerminal(TerminalNode $node) : void
54 public function visitErrorNode(ErrorNode $node) : void
/plugin/datatables/assets/datatables.net-buttons/js/
DdataTables.buttons.js154 action: function (node, action) { argument
173 active: function (node, flag) { argument
238 collectionRebuild: function (node, newButtons) { argument
290 disable: function (node) { argument
338 enable: function (node, flag) { argument
356 index: function (node, nested, buttons) { argument
394 node: function (node) { method
409 processing: function (node, flag) { argument
435 remove: function (node) { argument
474 text: function (node, label) { argument
[all …]
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js127 function is_lhs(node, parent) { argument
148 var tw = new TreeWalker(function(node, descend) { argument
258 var tw = new TreeWalker(function(node) { argument
370 if (options.ie) self.walk(new TreeWalker(function(node) { argument
399 function redefine(node, scope) { argument
420 old_def.forEach(function(node) { argument
429 AST_Toplevel.DEFMETHOD("def_global", function(node) { argument
625 var tw = new TreeWalker(function(node, descend) { argument
737 this.walk(new TreeWalker(function(node) { argument
761 this.walk(new TreeWalker(function(node) { argument
[all …]
/plugin/fckg/fckeditor/editor/plugins/geshi/
Dfckplugin.js203 var removeWhiteSpace = function(node){ argument
205 var isWhite = function(node) { argument
209 var findWhite = function(node){ argument
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn_loose.es.js43 LooseParser.prototype.finishNode = function finishNode (node, type) { argument
284 function isDummy(node) { return node.name == "✖" } argument
491 lp$1.parseFor = function(node, init) { argument
502 lp$1.parseForIn = function(node, init) { argument
597 lp$1.parseFunction = function(node, isStatement) { argument
941 node.regex = {pattern: val.pattern, flags: val.flags} variable
1147 lp$2.initFunction = function(node) { argument
1159 lp$2.toAssignable = function(node, binding) { argument
1211 lp$2.parseArrowExpression = function(node, params) { argument
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
DPlugin.php441 function getSupportedPrivilegeSet($node) {
529 final function getFlatPrivilegeSet($node) {
587 function getAcl($node) {
618 function getCurrentUserPrivilegeSet($node) {
986 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
1596 function htmlActionsPanel(DAV\INode $node, &$output) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
DDefinedTest.php36 …ction __construct(\Twig_NodeInterface $node, $name, \Twig_NodeInterface $arguments = null, $lineno)
56 protected function changeIgnoreStrictCheck(GetAttrExpression $node)

12345678910>>...22