Home
last modified time | relevance | path

Searched refs:nodeList (Results 1 – 22 of 22) sorted by relevance

/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DNodeTrait.php35 * @param NodeList $nodeList
39 public function result(NodeList $nodeList) { argument
40 if ($nodeList->count()) {
41 return $nodeList->first();
DCommonTrait.php26 * @param NodeList $nodeList
30 abstract public function result(NodeList $nodeList); argument
DManipulationTrait.php155 $nodeList = $this->newNodeList();
157 $nodes->each(function($node) use($nodeList) {
159 $nodeList[] = $node->parent()->removeChild($node);
165 return $nodeList;
DTraversalTrait.php436 foreach ($nodeLists as $nodeList) {
438 foreach ($nodeList as $node) {
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DNodeList.php76 public function result(NodeList $nodeList) { argument
77 return $nodeList;
221 $nodeList = array_slice($this->toArray(), $start, $end);
223 return $this->newNodeList($nodeList);
DDocument.php71 public function result(NodeList $nodeList) { argument
72 if ($nodeList->count()) {
73 return $nodeList->first();
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.grid.js94 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];
Djquery.fancytree.js666 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/
Dclipboard.min.js7nodeList=function(t){var e=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList… function
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all.js666 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 …]
Djquery.fancytree-all-deps.js2127 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 …]
Djquery.fancytree-all-deps.min.js.map1 …tNode","origFirstChild","getFirstChild","origLastChild","getLastChild","nodeList","splice","render…
/plugin/asciimath/
Dasciimathml148r.js665 var symbol, node, result, i, nodeList = [],
/plugin/ckgdoku/ckeditor/
Dckeditor.js80 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/
Dckeditor.js92 …v.ie&&8>=document.documentMode||!d||(a=d+":"+a);return new CKEDITOR.dom.nodeList(this.$.getElement…
94nodeList(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…
DCHANGES.md401nodeList.toArray()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_nodeList.html#met…
Dckeditor.js.unc2186 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/
Dbpmn-modeler.development.js30481 function toArray(nodeList) { argument
30482 return [].slice.call(nodeList);
/plugin/diagramsnet/lib/WEB-INF/lib/
Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1nodeList","boolean","subGraph","getDepthFirstPos","indexNodes","indexNodes2","posCount","childPos"…
/plugin/ckeditor5markdown/
Dckeditor.js2 …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/
Dbundle.js.map1nodeList = [];\n nodeList = uniq(nodeList.concat.apply(nodeList, list));\n\n if (version === 'ge…