Home
last modified time | relevance | path

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

1...<<212223

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DNode.php14 abstract class Node implements 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/vobject/lib/
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 DNode.php14 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable, \JsonSerializable, Xml… class
45 * @var Node
H A DParameter.php20 class Parameter extends Node
H A DProperty.php17 abstract class Property extends Node
420 * @return Node
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php10 use Sabre\VObject\Node; alias
192 * @return Node
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php15 class Component extends Node {
63 if ($value instanceof Node) {
80 if ($child instanceof Node) {
105 * @return Node
109 if ($a1 instanceof Node) {
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable { class
43 * @var Node
H A DParameter.php20 class Parameter extends Node {
H A DProperty.php15 abstract class Property extends Node {
168 * @return Node
366 * @return Node
H A DReader.php62 * @return Node
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php156 * @return Node
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28118 base.Node = require('./node');
28140 function Node(enc, parent, name) {
28170 module.exports = Node;
28173 Node.prototype.clone = function clone() {
28184 Node.prototype._wrap = function wrap() {
28195 Node.prototype._init = function init(body) {
28266 Node.prototype.use = function use(item) {
28280 Node.prototype.def = function def(val) {
28302 Node.prototype.obj = function obj() {
28310 Node.prototype.key = function key(newKey) {
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …toString.call(global.process) === \"[object process]\") {\n // For Node.js before 0.9\n …

1...<<212223