Home
last modified time | relevance | path

Searched refs:Node (Results 526 – 550 of 567) sorted by path

1...<<212223

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1733 if (!window.Node) var Node = { };
1735 if (!Node.ELEMENT_NODE) {
1736 Object.extend(Node, {
4328 if (node.nodeType == Node.TEXT_NODE)
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml60 # Use exact Node version.
106 # Test in Node.js and PhantomJS.
H A DREADME.md43 In Node.js:
62 Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL.
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md10985 // Create a suped-up `defer` in Node.js.
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst28 In Node.js:
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1897 if (elt.nodeType == Node.ELEMENT_NODE)
1952 else if (elt.nodeType == Node.TEXT_NODE)
1956 else if (elt.nodeType == Node.COMMENT_NODE)
1969 if (elt.nodeType == Node.ELEMENT_NODE)
2006 else if (elt.nodeType == Node.TEXT_NODE)
2010 else if (elt.nodeType == Node.COMMENT_NODE)
3562 Node: class in instanceCheckMap
3783 { return domMemberCache.Node; }
4002 domMemberMap.Node =
4521 domMemberMap.Text = extendArray(domMemberMap.Node,
[all …]
/plugin/socialshareprivacy2/JC/
H A DREADME.md101 Requires Node. Startup server:
/plugin/tindexmenu/
H A Dindexmenu-full.js27 function Node(dokuid, id, pid, name, hns, isdir, ajax) { class
81 this.root = new Node(false, -1);
92 this.aNodes[this.aNodes.length] = new Node(dokuid, id, pid, name, hns,
H A Dindexmenu.js25 function Node(a,c,b,d,e,f,g){this.dokuid=a;this.id=c;this.pid=b;this.name=d;this.hns=e;this.isdir=f… class
27Node(!1,-1);this.selectedNode=null;this.completed=this.selectedFound=!1;this.scrllTmr=0;this.pagei…
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js16 if (Node && !Node.prototype) {
18 var Node = node.constructor; variable
20 if (window.Node) {
21 Node.prototype.removeNode = function(removeChildren) { class
31 Node.prototype.swapNode = function(swapNode) {
40 if (!Node.prototype.attachEvent)
41 Node.prototype.attachEvent = function (e,f,c) {
45 if (!Node.prototype.fireEvent)
46 Node.prototype.fireEvent = function (e) {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js60 …urnParentVal=null,len=element.childNodes.length,nodeLink;if(!window.Node){window.Node={TEXT_NODE:3… class in window
62 …;if(element.childNodes&&(len==0||(len==1&&element.childNodes[0].nodeType==Node.TEXT_NODE)))return;…
64 …ldLen=item.childNodes.length;if(childLen==1&&item.childNodes[0].nodeType==Node.TEXT_NODE){if(isFin…
H A Dfirebug-lite-1.2.js1380 if (!window.Node) {
1381 window.Node = {TEXT_NODE:3,COMMENT_NODE:8}; class in window
1395 … if(element.childNodes&&(len==0||(len==1&&element.childNodes[0].nodeType==Node.TEXT_NODE)))return;
1450 if (childLen == 1 && item.childNodes[0].nodeType == Node.TEXT_NODE) {
H A Dfirebug-lite-1.4.js699 function toHTML(elt){if(elt.nodeType==Node.ELEMENT_NODE){if(unwrapObject(elt).firebugIgnore){return
711 child=child.nextSibling){pureText=pureText&&(child.nodeType==Node.TEXT_NODE)
720 }}}}else{if(elt.nodeType==Node.TEXT_NODE){html.push(escapeForTextNode(elt.textContent))
721 }else{if(elt.nodeType==Node.CDATA_SECTION_NODE){html.push("<![CDATA[",elt.nodeValue,"]]>")
722 }else{if(elt.nodeType==Node.COMMENT_NODE){html.push("<!--",elt.nodeValue,"-->")
727 this.getElementXML=function(element){function toXML(elt){if(elt.nodeType==Node.ELEMENT_NODE){if(unw…
741 }}else{if(elt.nodeType==Node.TEXT_NODE){xml.push(elt.nodeValue)
742 }else{if(elt.nodeType==Node.CDATA_SECTION_NODE){xml.push("<![CDATA[",elt.nodeValue,"]]>")
743 }else{if(elt.nodeType==Node.COMMENT_NODE){xml.push("<!--",elt.nodeValue,"-->")
1312 }else{if(this.instanceOf(object,"Node")){return domMemberCache.Node
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php255 if ($check instanceof VObject\Node) {
276 protected function validateTimeRange(VObject\Node $component, $start, $end) {
H A DPlugin.php885 $options = VObject\Node::PROFILE_CALDAV;
889 $options |= VObject\Node::REPAIR;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php66 $children[] = new Node(
H A DNode.php21 class Node extends DAV\File implements INode, DAVACL\IACL { class
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php364 $options = VObject\Node::PROFILE_CARDDAV;
368 $options |= VObject\Node::REPAIR;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCollection.php15 abstract class Collection extends Node implements ICollection {
H A DFile.php15 abstract class File extends Node implements IFile {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php14 class Directory extends Node implements DAV\ICollection, DAV\IQuota {
H A DFile.php14 class File extends Node implements DAV\IFile {
H A DNode.php17 abstract class Node implements DAV\INode { class
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php6 use Sabre\DAV\FS\Node; alias
15 class Directory extends Node implements DAV\ICollection, DAV\IQuota, DAV\IMoveTarget {
H A DFile.php6 use Sabre\DAV\FS\Node; alias
15 class File extends Node implements DAV\PartialUpdate\IPatchSupport {

1...<<212223