| /plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/ |
| D | NodeTrait.php | 35 * @param NodeList $nodeList 39 public function result(NodeList $nodeList) { argument 40 if ($nodeList->count()) { 41 return $nodeList->first();
|
| D | CommonTrait.php | 26 * @param NodeList $nodeList 30 abstract public function result(NodeList $nodeList); argument
|
| D | ManipulationTrait.php | 155 $nodeList = $this->newNodeList(); 157 $nodes->each(function($node) use($nodeList) { 159 $nodeList[] = $node->parent()->removeChild($node); 165 return $nodeList;
|
| D | TraversalTrait.php | 436 foreach ($nodeLists as $nodeList) { 438 foreach ($nodeList as $node) {
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/src/ |
| D | NodeList.php | 76 public function result(NodeList $nodeList) { argument 77 return $nodeList; 221 $nodeList = array_slice($this->toArray(), $start, $end); 223 return $this->newNodeList($nodeList);
|
| D | Document.php | 71 public function result(NodeList $nodeList) { argument 72 if ($nodeList->count()) { 73 return $nodeList->first();
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.grid.js | 94 nodeList = this.visibleNodeList; 100 if (nodeList) { 689 nodeList = tree.visibleNodeList, 704 nextIdx = nodeList.length - 1; 714 nextIdx = Math.min(Math.max(0, nextIdx), nodeList.length - 1); 715 nextNode = nodeList[nextIdx];
|
| D | jquery.fancytree.js | 666 nodeList = []; 675 nodeList.push(new FancytreeNode(this, children[i])); 677 firstNode = nodeList[0]; 679 this.children = this.children.concat(nodeList); 688 [pos, 0].concat(nodeList) 694 for (i = 0, l = nodeList.length; i < l; i++) { 695 nodeList[i].render(); // New nodes were never rendered before 716 nodeList.length === 1 ? nodeList[0] : null 1396 var nodeList = []; 1399 nodeList.push(node); [all …]
|
| /plugin/clipboardutils/lib/ |
| D | clipboard.min.js | 7 …nodeList=function(t){var e=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList… function
|
| /plugin/indexmenu/scripts/fancytree/ |
| D | jquery.fancytree-all.js | 666 nodeList = []; 675 nodeList.push(new FancytreeNode(this, children[i])); 677 firstNode = nodeList[0]; 679 this.children = this.children.concat(nodeList); 688 [pos, 0].concat(nodeList) 694 for (i = 0, l = nodeList.length; i < l; i++) { 695 nodeList[i].render(); // New nodes were never rendered before 716 nodeList.length === 1 ? nodeList[0] : null 1396 var nodeList = []; 1399 nodeList.push(node); [all …]
|
| D | jquery.fancytree-all-deps.js | 2127 nodeList = []; 2136 nodeList.push(new FancytreeNode(this, children[i])); 2138 firstNode = nodeList[0]; 2140 this.children = this.children.concat(nodeList); 2149 [pos, 0].concat(nodeList) 2155 for (i = 0, l = nodeList.length; i < l; i++) { 2156 nodeList[i].render(); // New nodes were never rendered before 2177 nodeList.length === 1 ? nodeList[0] : null 2857 var nodeList = []; 2860 nodeList.push(node); [all …]
|
| D | jquery.fancytree-all-deps.min.js.map | 1 …tNode","origFirstChild","getFirstChild","origLastChild","getLastChild","nodeList","splice","render…
|
| /plugin/asciimath/ |
| D | asciimathml148r.js | 665 var symbol, node, result, i, nodeList = [],
|
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 80 a);return new CKEDITOR.dom.nodeList(this.$.getElementsByTagName(a))},getHead:function(){var a=this.… 81 …his.$.write(a);this.$.close()},find:function(a){return new CKEDITOR.dom.nodeList(this.$.querySelec… 82 …Data("html5ShivFrag",a));return a}}),CKEDITOR.dom.nodeList=function(a){this.$=a},CKEDITOR.dom.node… class in CKEDITOR.dom 94 return b},getChildren:function(){return new CKEDITOR.dom.nodeList(this.$.childNodes)},getComputedSt… 118 …return g;return null},find:function(a){var c=f(this);a=new CKEDITOR.dom.nodeList(this.$.querySelec… 1107 …an=t;t>=k?b.removeAttribute("colSpan"):b.$.colSpan=w;d=new CKEDITOR.dom.nodeList(f.$.rows);e=d.cou…
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 92 …v.ie&&8>=document.documentMode||!d||(a=d+":"+a);return new CKEDITOR.dom.nodeList(this.$.getElement… 94 …nodeList(this.$.querySelectorAll(a))},findOne:function(a){return(a=this.$.querySelector(a))?new CK… 95 CKEDITOR.dom.nodeList.prototype={count:function(){return this.$.length},getItem:function(a){return … 108 …e]=c[e].value);return b},getChildren:function(){return new CKEDITOR.dom.nodeList(this.$.childNodes… 132 …return e;return null},find:function(a){var c=d(this);a=new CKEDITOR.dom.nodeList(this.$.querySelec… 1180 d.$.colSpan=p;b=new CKEDITOR.dom.nodeList(e.$.rows);c=b.count();for(f=c-1;0<=f;f--)e=b.getItem(f),e…
|
| D | CHANGES.md | 401 …nodeList.toArray()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_nodeList.html#met…
|
| D | ckeditor.js.unc | 2186 return new CKEDITOR.dom.nodeList(this.$.getElementsByTagName(a)) 2209 return new CKEDITOR.dom.nodeList(this.$.querySelectorAll(a)) 2220 CKEDITOR.dom.nodeList = function(a) { 2223 CKEDITOR.dom.nodeList.prototype = { 2455 return new CKEDITOR.dom.nodeList(this.$.childNodes) 2910 a = new CKEDITOR.dom.nodeList(this.$.querySelectorAll(b(this, 23275 b = new CKEDITOR.dom.nodeList(e.$.rows);
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 30481 function toArray(nodeList) { argument 30482 return [].slice.call(nodeList);
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …nodeList","boolean","subGraph","getDepthFirstPos","indexNodes","indexNodes2","posCount","childPos"…
|
| /plugin/ckeditor5markdown/ |
| D | ckeditor.js | 2 …f(t!=e)throw new p("model-nodelist-offset-out-of-bounds",this,{offset:e,nodeList:this});return thi… property
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …nodeList = [];\n nodeList = uniq(nodeList.concat.apply(nodeList, list));\n\n if (version === 'ge…
|