Home
last modified time | relevance | path

Searched refs:range (Results 201 – 225 of 874) sorted by last modified time

12345678910>>...35

/plugin/ckgedit/ckeditor/
H A Dckeditor.js147 CKEDITOR.dom.range=function(a){this.endOffset=this.endContainer=this.startOffset=this.startContaine…
200range.mergeRanges=function(a){return CKEDITOR.tools.array.reduce(a,function(a,b){var c=a[a.length-…
212 this.range.root;for(a=a.getNextSourceNode(b,null,d);!g(a);)a=a.getNextSourceNode(b,null,d);return a…
383range:a.clone()};w.eol.detect(a,this);w.bogus.exclude(a);w.cell.shrink(a);a.fragment=a.range.clone… property in AnonymousFunctiona9e2af6b28c00.a
384range;var f=this.editor.createRange();f.moveToPosition(d.bookmark.startNode,CKEDITOR.POSITION_BEFO…
403 …==CKEDITOR.NODE_ELEMENT}function b(c,d){var e,f,g,t,k=[],z=d.range.startContainer;e=d.range.startP…
421 …b=a.range.getBoundaryNodes(),c=b.startNode,b=b.endNode;!b||!x(b)||c&&c.equals(b)||a.range.setEndBe…
432range.clone(),b=b.createElement("p");b.insertBefore(a.purgeTableBookmark.startNode);c.moveToBookma…
820range,c=b._extractStylesFromRange(a,d),f=b._determineContext(d),g,h;if(a.copyFormatting._isContext…
821range);"list"===c&&a.copyFormatting._isContextAllowed("list")?d._applyStylesToListContext(b.editor…
[all …]
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc596 var range = selection.getRanges( true )[ 0 ];
597 range.shrink( CKEDITOR.SHRINK_TEXT );
598 var root = range.getCommonAncestor();
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js48 range = sel && sel.getRanges()[ 0 ];
51 if ( range.collapsed )
68 range.insertNode( anchor );
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc277 var range = selection.getRanges( true )[ 0 ];
278 range.shrink( CKEDITOR.SHRINK_TEXT );
279 var root = range.getCommonAncestor();
/plugin/ckgedit/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/twofactortelegram/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/tagfilter/script/select2/
H A Dselect2.js269 var el=$el[0], pos=$el.val().length, range;
285 range = el.createTextRange();
286 range.collapse(false);
287 range.select();
1904 var el, range, len;
1913 // IE appends focusser.val() at the end of field :/ so we manually insert it at the beginning using a range
1923 range = el.createTextRange();
1924 range.collapse(false);
1925 range.select();
/plugin/tagfilter/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/html5video2/script/
H A Dvideo.min.js21range)?"":n,e=void 0===(e=e.indexRange)?"":e,i={uri:i,resolvedUri:nr((void 0===t?"":t)||"",i)};ret…
/plugin/html5video2/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/icon/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/bootswrapper/exe/help/
H A Dthumbnail.txt50 … number of plugins contributed by its vibrant community allow for a broad range of use cases beyon…
66 … number of plugins contributed by its vibrant community allow for a broad range of use cases beyon…
76 … number of plugins contributed by its vibrant community allow for a broad range of use cases beyon…
86 … number of plugins contributed by its vibrant community allow for a broad range of use cases beyon…
96 … number of plugins contributed by its vibrant community allow for a broad range of use cases beyon…
/plugin/bootswrapper/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/discussion/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/evesso/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/blockquote/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/tos/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/wrap/
H A DCOPYING223 generous contributions to the wide range of software distributed
/plugin/dokucrypt2/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/avbarchart/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/avtaskbox/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/yourip/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1017 var range = new UnzonedRange(this.startMs, this.endMs);
1018 range.isStart = this.isStart;
1019 range.isEnd = this.isEnd;
1020 return range;
7520 var range = this.getCellRange(hit.row, hit.col);
7521 …return new ComponentFootprint_1.default(new UnzonedRange_1.default(range.start, range.end), true /…
10529 DateComponent.prototype.formatRange = function (range, isAllDay, formatStr, separator) {
10530 var end = range.end;
10534 return date_formatting_1.formatRange(range.start, end, formatStr, separator, this.isRTL);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php125 $range = $this->getHTTPUpdateRange($request);
127 if (!$range) {
142 switch ($range[0]) {
145 if (!$range[2]) {
146 $range[2] = $range[1] + $len - 1;
148 if ($range[2] < $range[1]) {
149 …uestedRangeNotSatisfiable('The end offset (' . $range[2] . ') is lower than the start offset (' . …
151 if ($range[2] - $range[1] + 1 != $len) {
164 $etag = $node->patch($body, $range[0], isset($range[1]) ? $range[1] : null);
199 $range = $request->getHeader('X-Update-Range');
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php603 $range = $this->httpRequest->getHeader('range');
604 if (is_null($range)) return null;
608 if (!preg_match('/^bytes=([0-9]*)-([0-9]*)$/i', $range, $matches)) return null;

12345678910>>...35