Home
last modified time | relevance | path

Searched refs:node (Results 126 – 150 of 709) sorted by path

12345678910>>...29

/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js890 setCaretPos = function (node, pos) { argument
891node = (typeof node === "string" || node instanceof String) ? document.getElementById(node) : node;
892 if (!node) {
895 if (node.createTextRange) {
896 var textRange = node.createTextRange();
903 if (node.setSelectionRange) {
904 node.setSelectionRange(pos, pos);
1838 node = datetimepicker[0];
1840 node = node.parentNode;
1841 …if (window.getComputedStyle(node).getPropertyValue('position') === 'relative' && $(window).width()…
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js4626 $(html).each(function (i, node) {
4628 var el = $(node);
6124 this.els.each(function (i, node) {
6125 var el = $(node);
6138 this.els.each(function (i, node) {
6139 var el = $(node);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php66 $server->on('browserButtonActions', function($path, $node, &$actions) {
67 if ($node instanceof ICalendar) {
88 $node = $this->server->getProperties($path, [
96 …if (!isset($node['{DAV:}resourcetype']) || !$node['{DAV:}resourcetype']->is('{' . Plugin::NS_CALDA…
102 $properties = $node;
215 foreach ($nodes as $node) {
216 if (isset($node[200][$calDataProp])) {
217 $blobs[$node['href']] = $node[200][$calDataProp];
H A DPlugin.php77 if ($node instanceof DAV\IExtendedCollection) {
79 $node->getChild($name);
142 $node = $this->server->tree->getNodeForPath($uri);
145 if ($node instanceof ICalendarObjectContainer || $node instanceof ICalendarObject) {
149 if ($node instanceof ICalendar) {
325 if ($node instanceof DAVACL\IPrincipal) {
327 $principalUrl = $node->getPrincipalUrl();
392 if ($node instanceof ICalendarObject) {
398 $val = $node->get();
720 if (!$node instanceof ICalendarObject)
[all …]
H A DSharingPlugin.php117 if ($node instanceof IShareableCalendar) {
121 $node->getShares()
127 if ($node instanceof ISharedCalendar) {
131 $node->getSharedUrl()
144 'href' => $node->getOwner(),
161 $node->getShares(),
219 $shares = $node->getShares();
224 $node->updateShares([], $remove);
317 $url = $node->shareReply(
361 $node->setPublishStatus(true);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php146 $node->getNotificationType()->xmlSerializeFull($writer);
150 $response->setHeader('ETag', $node->getETag());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php148 if ($node instanceof IOutbox) {
179 if (!$node instanceof IOutbox)
197 * @param INode $node
200 function propFind(PropFind $propFind, INode $node) { argument
205 $principalUrl = $node->getPrincipalUrl();
289 $oldObj = Reader::read($node->get());
336 if (!$node instanceof ICalendarObject || $node instanceof ISchedulingObject) {
345 $node->getOwner()
791 if (!$node instanceof ICalendar) {
813 $urls = $node->calendarQuery([
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php63 * @param INode $node
66 function propFind(PropFind $propFind, INode $node) { argument
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php121 if ($node instanceof IAddressBook || $node instanceof ICard) {
143 if ($node instanceof IAddressBook) {
154 if ($node instanceof DAVACL\IPrincipal) {
168 if ($node instanceof ICard) {
174 $val = $node->get();
290 if (!$node instanceof ICard)
412 foreach ($candidateNodes as $node) {
414 if (!$node instanceof ICard)
417 $blob = $node->get();
426 $validNodes[] = $node;
[all …]
H A DVCFExportPlugin.php41 $server->on('browserButtonActions', function($path, $node, &$actions) {
42 if ($node instanceof IAddressBook) {
62 $node = $this->server->tree->getNodeForPath($path);
64 if (!($node instanceof IAddressBook)) return;
97 foreach ($nodes as $node) {
99 if (!isset($node[200]['{' . Plugin::NS_CARDDAV . '}address-data'])) {
102 $nodeData = $node[200]['{' . Plugin::NS_CARDDAV . '}address-data'];
/plugin/davcal/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]);
498 function htmlActionsPanel(DAV\INode $node, &$output) { argument
500 if (!$node instanceof DAV\ICollection)
505 if (get_class($node) === 'Sabre\\DAV\\SimpleCollection')
625 * @param INode $node
628 private function mapResourceType(array $resourceTypes, $node) { argument
631 if ($node instanceof DAV\IFile) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php81 if (!$node instanceof IFile) return;
83 $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 DServer.php205 foreach ($treeOrNode as $node) {
989 * @param INode $node
1065 $etag = $node->put($data);
1221 $node = null;
1248 $etag = $node instanceof IFile ? $node->getETag() : null;
1274 if (!$node) {
1288 $etag = $node instanceof IFile ? $node->getETag() : null;
1325 if (is_null($node)) {
1348 if (is_null($node)) {
1408 $etagValid = $node instanceof IFile && $node->getETag() == $token['etag'];
[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();
229 foreach ($this->cache as $nodePath => $node) {
258 $parents[$parent] = [$node];
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php134 $node = $entry->getFilename();
136 if ($node === '.sabredav')
139 $nodes[] = $this->getChild($node);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php94 function propFind(DAV\PropFind $propFind, DAV\INode $node) { argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php84 $node = $tree->getNodeForPath($uri);
85 if ($node instanceof IPatchSupport) {
120 $node = $this->server->tree->getNodeForPath($path);
121 if (!$node instanceof IPatchSupport) {
158 if (!$this->server->emit('beforeWriteContent', [$path, $node, null]))
164 $etag = $node->patch($body, $range[0], isset($range[1]) ? $range[1] : null);
166 $this->server->emit('afterWriteContent', [$path, $node]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php78 * @param INode $node
81 function propFind(PropFind $propFind, INode $node) { argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php88 $node = $this->server->tree->getNodeForPath($uri);
89 if ($node instanceof ISyncCollection && $node->getSyncToken()) {
110 $node = $this->server->tree->getNodeForPath($uri);
111 if (!$node instanceof ISyncCollection) {
114 $token = $node->getSyncToken();
129 $changeInfo = $node->getChanges($syncToken, $report->syncLevel, $report->limit);
208 function propFind(DAV\PropFind $propFind, DAV\INode $node) { argument
210 $propFind->handle('{DAV:}sync-token', function() use ($node) {
211 if (!$node instanceof ISyncCollection || !$token = $node->getSyncToken()) {
241 $node = $this->server->tree->getNodeForPath($condition['uri']);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php322 * @param string|INode $node
327 if (is_string($node)) {
328 $node = $this->server->tree->getNodeForPath($node);
412 * @param string|INode $node
470 function getACL($node) { argument
472 if (is_string($node)) {
473 $node = $this->server->tree->getNodeForPath($node);
478 $acl = $node->getACL();
503 if (is_string($node)) {
504 $node = $this->server->tree->getNodeForPath($node);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DNodeTest.php25 return $node;
31 $node = $this->getInstance();
38 $node = $this->getInstance();
45 $node = $this->getInstance();
52 $node = $this->getInstance();
53 $node->delete();
60 $node = $this->getInstance();
67 $node = $this->getInstance();
90 $node = $this->getInstance();
91 $node->setACL(array());
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DAbstractPDOTest.php270 foreach($check as $index=>$node) {
272 foreach($node as $k=>$v) {

12345678910>>...29