Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/plugin/moaieditor/scripts/scroll/
Dscroll_sync.js34 const scroll = moaiEditor.editor.current.scroll.top;
35 const sameScroll = Math.abs(scroll - this.lastScroll) <= 2;
46 this.lastScroll = scroll;
57 const leftScroll = moaiEditor.editor.current.scroll.top;
66 if (matches[i].scroll === null)
69 if (match.scroll.top > leftScroll) {
74 if (match.scroll.bottom > leftScroll) {
99 const scroll = {p1:p1, p2:p2, right:right}; variable
100 this.debugLine(scroll);
103 return scroll;
[all …]
Dscroll_to.js47 this.lastScroll = Math.floor(this.object.scroll.top);
49 const scroll = Math.floor(this.object.scroll.top);
50 const distance = Math.abs(scroll-this.targetScroll);
60 this.object.scroll.smooth = this.smooth;
62 this.object.scroll.top = this.targetScroll;
66 moaiEditor.scroll.sync.disabled = true;
88 this.object.scroll.smooth = false;
92 moaiEditor.scroll.onScrollEnd();
103 target = Math.min(target, this.object.scroll.max);
150 const scroll = Math.floor(this.object.scroll.top);
[all …]
Dscroll.js48 if (this.scroll.type == 'click') {
54 else if (this.scroll.type == 'toc') {
60 moaiEditor.editor.current.flash(flashleft, this.scroll);
61 moaiEditor.preview.flash(flashright, this.scroll);
65 this.sync.lastScroll = Math.round(moaiEditor.editor.current.scroll.top);
66 moaiEditor.scroll.sync.disabled = false;
74 this.scroll = {type:'top'}; property
86 this.scroll = {type:'bottom'}; property
88 this.left.getTargetScroll = function() {return this.object.scroll.max;};
89 this.right.getTargetScroll = function() {return this.object.scroll.max;};
[all …]
/plugin/moaieditor/scripts/match/
Dmatches.js34 scroll : null, property
73 match.scroll = {top:top, bottom:bottom};
101 if (match.scroll !== null) {
103 shift = editor.getLineRect(match.startline).top - match.scroll.top;
104 match.scroll.top += shift;
105 match.scroll.bottom += shift;
153 match.scroll = {top:top, bottom:bottom};
168 element.style.top = match.scroll.top+'px';
169 element.style.height = (match.scroll.bottom - match.scroll.top)+'px';
/plugin/s5reloaded/ui/effects_support/
Ddragdrop.js248 scroll: false, property
274 if(options.scroll && !options.scroll.scrollTo && !options.scroll.outerHTML) {
275 options.scroll = $(options.scroll);
276 this._isScrollChild = Element.childOf(this.element, options.scroll);
341 if(this.options.scroll) {
342 if (this.options.scroll == window) {
343 var where = this._getWindowScroll(this.options.scroll);
347 this.originalScrollLeft = this.options.scroll.scrollLeft;
348 this.originalScrollTop = this.options.scroll.scrollTop;
370 if(this.options.scroll) {
[all …]
/plugin/qstat/
Dstyle.css53 background: url(images/defrag_shad.png) no-repeat scroll center center;
56 background: url(images/ctf_shad.png) no-repeat scroll center center;
59 background: url(images/tdm_shad.png) no-repeat scroll center center;
62 background: url(images/quad_shad.png) no-repeat scroll center center;
/plugin/imagebox/
Dstyle.css40 background: #FFF none repeat scroll 0 0;
53 background: transparent none repeat scroll 0 0;
59 background: transparent none repeat scroll 0 0;
/plugin/moaieditor/scripts/
Dpreview.js18 this.scroll = new MoaiEditor.PreviewScroll(this);
51 const rect = moaiEditor.scroll.tools.getRectRelativeToParent(data.element);
81 return moaiEditor.scroll.tools.getMaxScrollY(this.outer.container);
Deditor.js54 moaiEditor.scroll.halt();
56 moaiEditor.scroll.copy();
66 moaiEditor.scroll.paste();
Dmirror.js58 this.scroll = new MoaiEditor.MirrorScroll(this);
231 if (!moaiEditor.scroll.sync.disabled) {
236 moaiEditor.scroll.sync.onScroll();
440 return moaiEditor.scroll.tools.getMaxScrollY(this.outer.textarea);
496 const scroll = Math.floor(this.outer.textarea.scrollTop);
497 const maxScroll = moaiEditor.scroll.tools.getMaxScrollY(this.outer.textarea);
498 const text = "scroll:"+scroll+" maxScroll:"+maxScroll;
Ddirty.js137 moaiEditor.scroll.sync.disabled = true;
141 const scroll = preview.scrollTop;
175 preview.scrollTop = scroll;
176 moaiEditor.scroll.sync.disabled = false;
360 var bottom = editor.scroll.height;
/plugin/cryptsign/
Dstyle.css2 background: #dfffe6 url(pix/lock.png) no-repeat scroll right top;
7 background: #ffafaf url(pix/lock_break.png) no-repeat scroll right top;
/plugin/frootysearch/
Dstyle.css13 background: transparent url(images/searchfield_caps.png) repeat-x scroll;
38 background:transparent url(images/searchfield_caps.png) no-repeat scroll;
53 background:transparent url(images/searchfield_caps.png) no-repeat scroll 100% top;
72 background:transparent url(images/searchfield_caps.png) no-repeat scroll;
/plugin/indobible/
Dstyle.css8 overflow-y:scroll
18 overflow-y:scroll
/plugin/combo/resources/theme/default/components/css/
H A Dbackground.css24 background-attachment: scroll;
25 /* the background will scroll with the content
26 /* background-attachment: local; !* the background will scroll with the content *!*/
/plugin/photogallery/lightGallery/css/
Dlg-fb-comment-box.css16 background: #fff url("../img/loading.gif") no-repeat scroll center center;
24 background: #fff url("../img/loading.gif") no-repeat scroll center center;
45 background: url("../img/loading.gif") no-repeat scroll transparent;
/plugin/owncloud/
Dstyle.css38 background:#FFF none repeat scroll 0 0;
50 background:transparent none repeat scroll 0 0;
55 background:transparent none repeat scroll 0 0;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dsearch-operations.asciidoc247 `scroll` enabled. This returns a "page" of documents, and a `scroll_id` which is
251 {ref-7x}/search-request-body.html#request-body-search-scroll[reference documentation].
259 'scroll' => '30s', // how long between scroll requests. should be small!
274 // Now we loop until the scroll "cursors" are exhausted
286 $response = $client->scroll([
289 'scroll' => '30s' // and the same timeout window
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_smart_rendering.js143 var scroll = gantt.getScrollState();
144 scroll.x = scroll.x || 0;
145 scroll.y = scroll.y || gantt.getVisibleTaskCount()*gantt.config.row_height;
146 return scroll;
/plugin/moaieditor/plugins/codemirror/
Dcm_scroll.js84 const scroll = Math.floor(info.top);
87 const text = "scroll:"+scroll+" h:"+height+" vp:"+viewport+" max:"+this.max;
/plugin/quickstats/
Dstyle.wide.css8 overflow:scroll;
12 #qs_admin_form_div { overflow:scroll !important; }
27 overflow: scroll;
Dstyle.css8 overflow:scroll;
12 #qs_admin_form_div { overflow:scroll !important; }
27 overflow: scroll;
/plugin/revealjs/plugin/zoom-js/
Dzoom.js174 window.scroll( scrollOffset.x, scrollOffset.y - ( 1 - ( mouseY / rangeY ) ) * ( 14 / level ) );
178 …window.scroll( scrollOffset.x, scrollOffset.y + ( 1 - ( window.innerHeight - mouseY ) / rangeY ) *…
183 window.scroll( scrollOffset.x - ( 1 - ( mouseX / rangeX ) ) * ( 14 / level ), scrollOffset.y );
187 …window.scroll( scrollOffset.x + ( 1 - ( window.innerWidth - mouseX ) / rangeX ) * ( 14 / level ), …
/plugin/tindexmenu/
Dstyle.css98 background: transparent url(images/toc_bullet.gif) no-repeat scroll;
108 background:transparent url(images/larrow.gif) repeat-y scroll;
136 background:white url(images/rarrow.gif) no-repeat scroll;
182 background: transparent url(images/empty.gif) no-repeat scroll;
/plugin/pagestat/
Dstyle.css22 overflow-y: scroll;
82 overflow-y: scroll;
135 overflow-y: scroll;
158 overflow-y: scroll;

12345678910>>...15