Home
last modified time | relevance | path

Searched refs:node (Results 301 – 325 of 709) sorted by last modified time

1...<<11121314151617181920>>...29

/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php344 if ($warn['node'] instanceof Property) {
386 if ($warn['node'] instanceof Property) {
H A DComponent.php76 foreach ($nodes as $node) {
77 $this->add($node);
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md647 * Changed: Component::remove() will throw an exception when trying to a node
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php70 * @param INode $node
73 function propFind(PropFind $propFind, INode $node) { argument
H A DMapGetToPropFind.php49 $node = $this->server->tree->getNodeForPath($request->getPath());
50 if ($node instanceof DAV\IFile) return;
H A DPlugin.php269 $node = $this->server->tree->getNodeForPath($path);
270 if ($node instanceof DAV\ICollection) {
338 $properties = $this->server->getPropertiesByNode($propFind, $node);
357 $this->server->emit('onHTMLActionsPanel', [$node, &$output, $path]);
505 function htmlActionsPanel(DAV\INode $node, &$output, $path) { argument
507 if (!$node instanceof DAV\ICollection)
512 if (get_class($node) === 'Sabre\\DAV\\SimpleCollection')
633 private function mapResourceType(array $resourceTypes, $node) { argument
636 if ($node instanceof DAV\IFile) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php83 if (!$node instanceof IFile) return;
85 $body = $node->get();
772 if ($node instanceof IProperties) {
773 $node->propPatch($propPatch);
784 * @param INode $node
790 $lm = $node->getLastModified();
796 if ($node instanceof IFile) {
802 if ($node instanceof IQuota) {
805 $quotaInfo = $node->getQuotaInfo();
841 * @param INode $node
[all …]
H A DTree.php68 $node = $this->rootNode->getChild($baseName);
76 $node = $parent->getChild($baseName);
80 $this->cache[$path] = $node;
81 return $node;
178 $node = $this->getNodeForPath($path);
179 $node->delete();
194 $node = $this->getNodeForPath($path);
195 $children = $node->getChildren();
231 foreach ($this->cache as $nodePath => $node) {
260 $parents[$parent] = [$node];
[all …]
/plugin/webdav/core/Plugin/
H A DDokuWiki.php50 * @param INode $node
53 public function propFind(PropFind $propFind, INode $node) argument
55 if (!isset($node->info)) {
59 $info = $node->info;
H A DFakeLocker.php92 * @param INode $node
95 public function propFind(PropFind $propFind, INode $node) argument
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php111 if ($node instanceof ISharedCalendar) {
122 'href' => $node->getOwner(),
139 $node->getInvites(),
160 if ($node instanceof ISharedCalendar) {
161 $shareAccess = $node->getShareAccess();
200 if (!$node instanceof ISharedCalendar)
207 $shares = $node->getInvites();
211 $node->updateInvites($shares);
292 $url = $node->shareReply(
336 $node->setPublishStatus(true);
[all …]
/plugin/structsection/
H A Dyarn.lock231 "@types/node@*":
233 …resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.17.tgz#29fab92f3986c0e379968ad3c20…
1055 node-releases "^1.1.67"
1331 eslint-import-resolver-node@^0.3.4:
1333 …resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0…
1368 eslint-import-resolver-node "^0.3.4"
1855 "@types/node" "*"
2083 node-releases@^1.1.67:
2085 …resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}stream.tty=tty;stream.seekable=fal… argument
H A Dopus.js2node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}stream.tty=tty;stream.seekable=fal… argument
H A Daurora.js3247 this.node = this.context[createProcessor](4096, this.channels, this.channels);
3248 this.node.onaudioprocess = this.refill;
3249 this.node.connect(this.context.destination);
3273 return this.node.disconnect(0);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js2340 var node = null;
2352 node = document.getElementById( selector );
2355 if ( node !== null ) {
2356 return node;
2362 node = context.querySelector( selector );
2369 return node;
H A Dpopcorn.player.js347 var node = typeof target === "string" ? Popcorn.dom.find( target ) : target,
354 if ( !node ) {
370 media = mediaWrapper( node );
384 if ( Popcorn.player.registry[ key ].canPlayType( node.nodeName, srci ) ) {
386 return Popcorn[ key ]( node, srci, options );
411 node.appendChild( videoElement );
422 node.appendChild( videoHTMLContainer );
433 node.addEventListener( "error", options.events.error, false );
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md96 * `LessFilter`: parses LESS into CSS (using less.js with node.js)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php57 private function loadNode(\Twig_Node $node) argument
61 if ($node instanceof AsseticNode) {
62 $formulae[$node->getAttribute('name')] = array(
63 $node->getAttribute('inputs'),
64 $node->getAttribute('filters'),
67 'name' => $node->getAttribute('name'),
70 'vars' => $node->getAttribute('vars'),
73 } elseif ($node instanceof AsseticFilterNode) {
74 $name = $node->getAttribute('name');
94 foreach ($node as $child) {
[all …]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js1185 node: node,
1186 id: node && node.getAttribute('data-requiremodule')
1790 node;
1793 node = config.xhtml ?
1797 node.charset = 'utf-8';
1798 node.async = true;
1811 if (node.attachEvent &&
1844 node.src = url;
1858 return node;
1941 var node, context;
[all …]
/plugin/jplayer/components/
H A Drequire-built.js1185 node: node,
1186 id: node && node.getAttribute('data-requiremodule')
1790 node;
1793 node = config.xhtml ?
1797 node.charset = 'utf-8';
1798 node.async = true;
1811 if (node.attachEvent &&
1844 node.src = url;
1858 return node;
1941 var node, context;
[all …]
H A Drequire.js1185 node: node,
1186 id: node && node.getAttribute('data-requiremodule')
1790 node;
1793 node = config.xhtml ?
1797 node.charset = 'utf-8';
1798 node.async = true;
1811 if (node.attachEvent &&
1844 node.src = url;
1858 return node;
1941 var node, context;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/
H A DMIGRATION.md42 …uery.jplayer.swf` file is now compiled using the Flex compiler in the `grunt-mxmlc` node.js module.
H A DCHANGELOG.md81 …uery.jplayer.swf` file is now compiled using the Flex compiler in the `grunt-mxmlc` node.js module.
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php89 foreach ($tree as $node) {
90 switch ($node[Mustache_Tokenizer::TYPE]) {
98 $node[Mustache_Tokenizer::NAME],
99 … isset($node[Mustache_Tokenizer::FILTERS]) ? $node[Mustache_Tokenizer::FILTERS] : array(),
101 $node[Mustache_Tokenizer::END],
112 … isset($node[Mustache_Tokenizer::FILTERS]) ? $node[Mustache_Tokenizer::FILTERS] : array(),
120 … isset($node[Mustache_Tokenizer::INDENT]) ? $node[Mustache_Tokenizer::INDENT] : '',
128 … isset($node[Mustache_Tokenizer::INDENT]) ? $node[Mustache_Tokenizer::INDENT] : '',
139 $node[Mustache_Tokenizer::END],
166 … isset($node[Mustache_Tokenizer::FILTERS]) ? $node[Mustache_Tokenizer::FILTERS] : array(),
[all …]

1...<<11121314151617181920>>...29