Home
last modified time | relevance | path

Searched refs:node (Results 101 – 125 of 709) sorted by last modified time

12345678910>>...29

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DLicenseNamespace.asciidoc49 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
/plugin/highlight2wiki/
H A Daction.php193 foreach($dom->getElementsByTagName('*') as $node)
195 foreach($node->attributes as $attribute)
202 $node->removeAttributeNode($attribute);
208 //$node->removeAttributeNode($attribute);
215 foreach($dom->getElementsByTagName('script') as $node){$node->nodeValue="";}
221 foreach($dom->getElementsByTagName('style') as $node){$node->nodeValue="";}
/plugin/achart/assets/
H A Dapexcharts.min.js6node.classList.contains("apexcharts-marker")&&this.dropShadow(t,i.config.chart.dropShadow,e)}},{ke…
10 …unc"+t.toUpperCase()])("identity"),this.rgb.add(this[t]),this.node.appendChild(this[t].node)}.bind…
14node.createSVGPoint(),this.m=this.el.node.getScreenCTM().inverse();var i,a=this.getBBox();if(this.…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md208 …: Error in RangyWrappedRange module: createRange(): Parameter must be a Window object or DOM node".
401 …t.html#method-toArray) method which returns an array representation of a [node list](https://ckedi…
1040 …or.com/ticket/12279): Added a possibility to pass a custom evaluator to [`node.getAscendant()`](ht…
1152 …] Fixed: `IndexSizeError` thrown when pasting into a non-empty selection anchored in one text node.
1439 …* New methods for [`htmlParser.node`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html…
H A Dckeditor.js.unc1802 CKEDITOR.dom.node = function(a) {
1845 f = new CKEDITOR.dom.node(f);
1953 new CKEDITOR.dom.node(d) : null
1998 if (c(f ? new CKEDITOR.dom.node(b) : b)) return new CKEDITOR.dom.node(b);
2232 return new CKEDITOR.dom.node(a)
8133 node: e,
8138 node: e,
16325 node: f,
19027 l = b.data.node;
19415 b.setStartBefore(a.data.node);
[all …]
H A Dckeditor.js73node=function(a){return a?new CKEDITOR.dom[a.nodeType==CKEDITOR.NODE_DOCUMENT?"document":a.nodeTyp…
80 …&new CKEDITOR.dom.node(d);while(b&&a&&!a(b));return b},getNext:function(a){var d=this.$,b;do b=(d=…
83 …=typeof a?b==a:b in a});for(;b;){if(c(f?new CKEDITOR.dom.node(b):b))return new CKEDITOR.dom.node(b…
95 …])?new CKEDITOR.dom.node(a):null},toArray:function(){return CKEDITOR.tools.array.map(this.$,functi…
404node:I.getItem(h+1))&&(!a(f)||!f.is("br")),f=f&&a(f)&&D.$block[f.getName()]),-1!=q||t||(q=h),t||(p…
414node);G.lastNotAllowed&&B<l.length-1&&((M=v?J:M)&&y.setEndAt(M,CKEDITOR.POSITION_AFTER_START),A=0)…
441node:d.focusNode,offset:d.focusOffset}];d.anchorNode==c.$&&d.anchorOffset>f&&(l[0].offset-=f);d.fo…
467node(g),h);a.setEnd(new CKEDITOR.dom.node(g),h+1);d.push(a)}return d}return[]}}():function(){var a…
521 …(a=(d?d.$:document).createTextNode(a));this.$=a};CKEDITOR.dom.text.prototype=new CKEDITOR.dom.node;
830node:f,offset:n}}var c=/\b\w+\b/ig,f,g,h,m,k;h=m=k=a.startContainer;for(f=e(h);null!=(g=c.exec(f))…
[all …]
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc42 // Trigger blur manually if there is focused node.
52 // Memorize focused node.
/plugin/tagfilter/script/select2/
H A Dselect2.js887 var i, l, result, selectable, disabled, compound, node, label, innerContainer, formatted;
900 node=$("<li></li>");
901 node.addClass("select2-results-dept-"+depth);
902 node.addClass("select2-result");
903 node.addClass(selectable ? "select2-result-selectable" : "select2-result-unselectable");
904 if (disabled) { node.addClass("select2-disabled"); }
905 if (compound) { node.addClass("select2-result-with-children"); }
906 node.addClass(self.opts.formatResultCssClass(result));
907 node.attr("role", "presentation");
917 node
[all...]
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2node=tu.findNode(t,this.parsedPath.nodeName)||t,this.rootNode=t}function eu(){this.uuid=st.generat…
/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/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/
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/Subscriptions/
H A DPlugin.php63 * @param INode $node
66 function propFind(PropFind $propFind, INode $node) { argument
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php75 foreach($nodes as $node) {
76 $this->add($node);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
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/xml/
H A DCHANGELOG.md109 * #25: Added `readText` to quickly grab all text from a node and advance the
110 reader to the next node.
157 a string (in case of a text-node), or an array (in case there were child
/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/
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/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 …]

12345678910>>...29