Home
last modified time | relevance | path

Searched refs:Node (Results 176 – 200 of 567) sorted by last modified time

12345678910>>...23

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1Node = /** @class */ (function () {\n function Node(offset, len, nodeType) {\n if (offse…
H A Dbundle.js1Node?e.appendChild(t):e.appendChild(document.createTextNode(t))})}var we;function Ce(e,t,n,...i){l…
315 …aid"):"string"==typeof e?document.querySelectorAll(e):e instanceof window.Node?[e]:e,o.log.debug("…
/plugin/ol3/
H A Dscript.js8Node.CDATA_SECTION_NODE||t.nodeType==Node.TEXT_NODE)e?r.push(String(t.nodeValue).replace(/(\r\n|\r…
/plugin/webcode/vendor/
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.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.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/DAV/
H A DNode.php14 abstract class Node implements INode { class
H A DCollection.php15 abstract class Collection extends Node implements ICollection {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php10 use Sabre\VObject\Node; alias
192 * @return Node
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php885 $options = VObject\Node::PROFILE_CALDAV;
889 $options |= VObject\Node::REPAIR;
H A DCalendarQueryValidator.php255 if ($check instanceof VObject\Node) {
276 protected function validateTimeRange(VObject\Node $component, $start, $end) {
/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/vobject/lib/
H A DParameter.php20 class Parameter extends Node
H A DNode.php14 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable, \JsonSerializable, Xml… class
45 * @var Node
H A DComponent.php17 class Component extends Node
64 if ($value instanceof Node) {
81 if ($child instanceof Node) {
103 * @return Node
109 if ($arguments[0] instanceof Node) {
H A DProperty.php17 abstract class Property extends Node
420 * @return Node
/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/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/DAVACL/
H A DPrincipal.php23 class Principal extends DAV\Node implements IPrincipal, DAV\IProperties, IACL {
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md7 Partially inspired by [Node.js URL library][3], and created to solve real
/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 {

12345678910>>...23