Home
last modified time | relevance | path

Searched refs:overlap (Results 1 – 25 of 45) sorted by relevance

12

/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js104 drop.onHover(element, drop.element, Position.overlap(drop.overlap, drop.element));
632 overlap: 'vertical', // one of 'vertical', 'horizontal'
689 overlap: options.overlap, property in Sortable.create.options_for_droppable
698 overlap: options.overlap, property in Sortable.create.options_for_tree
752 onHover: function(element, dropon, overlap) { argument
755 if(overlap > .33 && overlap < .66 && Sortable.options(dropon).tree) {
757 } else if(overlap>0.5) {
781 onEmptyHover: function(element, dropon, overlap) { argument
792 var offset = Element.offsetSize(dropon, droponOptions.overlap) * (1.0 - overlap);
796 offset -= Element.offsetSize (children[index], droponOptions.overlap);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js1052 var overlap = this.overlaps[channel],
1073 output[i] = overlap[i] + (buf[i] * longWindowsPrev[i]);
1078 overlap[i] = buf[length + i] * longWindows[length - 1 - i];
1088 output[i] = overlap[i] + (buf[i] * longWindowsPrev[i]);
1093 overlap[i] = buf[length + i];
1101 overlap[mid + shortLen + i] = 0;
1113 output[i] = overlap[i];
1117 output[mid + i] = overlap[mid + i] + buf[i] * shortWindowsPrev[i];
1138 overlap[mid + shortLen + i] = 0;
1149 output[i] = overlap[i];
[all …]
H A Dmp3.js5234 this.overlap(output, frame.overlap[ch][sb], sample, sb);
5240 this.overlap(output, frame.overlap[ch][sb], sample, sb);
5258 this.overlap(output, frame.overlap[ch][sb], sample, sb);
5267 this.overlap(output, frame.overlap[ch][sb], sample, sb);
5276 this.overlap_z(frame.overlap[ch][sb], sample, sb);
6066 Layer3.prototype.overlap = function (output, overlap, sample, sb) { argument
6068 sample[i][sb] = output[i] + overlap[i];
6069 overlap[i] = output[i + 18];
6078 Layer3.prototype.overlap_z = function (overlap, sample, sb) { argument
6080 sample[i][sb] = overlap[i];
[all …]
/plugin/indexmenu2/cms/templates/TabControl/FlatPanel/
H A Ddesign.css42 margin: -1px 0 0 0; /* top margin should overlap top border width */
45 z-index: -1; /* special for IE, to overlap the border */
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js431 var overlap = NOTE_OVERLAP + NOTE_PADDING;
432 note.x = Math.min(aX, bX) - overlap;
433 note.width = (Math.max(aX, bX) + overlap) - note.x;
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js12overlap:d,state:0,ignoreCase:!!b,pattern:a}};z.prototype={feedCharacter:function(a){for(this._.ign… property in z._
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js12 …r(d.push(d[c]+1);0<d[c+1]&&a.charAt(c)!=a.charAt(d[c+1]-1);)d[c+1]=d[d[c+1]-1]+1;this._={overlap:d, property in AnonymousFunctiona8bda3ca1400._
13 ….pattern.length?(this._.state=0,2):1;if(this._.state)this._.state=this._.overlap[this._.state];els…
/plugin/projects/
H A Dcodemirror.css36 .CodeMirror-scrollbar.cm-sb-overlap {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js1234 var overlap = NOTE_OVERLAP + NOTE_PADDING;
1235 note.x = Math.min(aX, bX) - overlap;
1236 note.width = (Math.max(aX, bX) + overlap) - note.x;
H A Dsequence-diagram-snap-min.js6 …=getCenterX(note.actor[1]),overlap=NOTE_OVERLAP+NOTE_PADDING;note.x=Math.min(aX,bX)-overlap,note.w…
H A Dsequence-diagram-raphael.js1234 var overlap = NOTE_OVERLAP + NOTE_PADDING;
1235 note.x = Math.min(aX, bX) - overlap;
1236 note.width = (Math.max(aX, bX) + overlap) - note.x;
H A Dsequence-diagram.js1234 var overlap = NOTE_OVERLAP + NOTE_PADDING;
1235 note.x = Math.min(aX, bX) - overlap;
1236 note.width = (Math.max(aX, bX) + overlap) - note.x;
H A Dsequence-diagram-raphael-min.js6 …=getCenterX(note.actor[1]),overlap=NOTE_OVERLAP+NOTE_PADDING;note.x=Math.min(aX,bX)-overlap,note.w…
H A Dsequence-diagram-min.js6 …=getCenterX(note.actor[1]),overlap=NOTE_OVERLAP+NOTE_PADDING;note.x=Math.min(aX,bX)-overlap,note.w…
H A Dsequence-diagram-snap-min.js.map1 …aX","drawLine","drawSelfSignal","drawSignal","drawNote","drawText","bX","overlap","margin","paddin…
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1overlap;if(Bridge.staticEquals(this.BoundaryChanged,null)?null:this.BoundaryChanged(this,new OrgCh…
/plugin/webdav/vendor/sabre/http/
H A DREADME.md62 overlap with [Symfony's `HttpFoundation`][3].
/plugin/davcal/vendor/sabre/http/
H A DREADME.md62 overlap with [Symfony's `HttpFoundation`][3].
/plugin/tagfilter/
H A Dstyle.css123 container without overlap because of margin/padding.
/plugin/tagfilter/script/select2/
H A Dselect2.css20 container without overlap because of margin/padding.
/plugin/tline/
H A DCHANGES.txt103 Problem was that label was too close to tape (and would sometimes overlap)
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md580 - Borders around DIVs - solid (and double) borders overlap as in tables - now fixed so mitred joins as in browser
759 - ToC if nested > 3 levels, line spacing reduces and starts to overlap
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1377 * Fixed floats could overlap if parent had constrained width
1554 * box.table.php: fixed bug 1252463 - (PDFLIB) Table border overlap
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1166 overlap: true,
3057 if (this.overlap != null) {
3058 return this.overlap;
3060 if (this.source.overlap != null) {
3061 return this.source.overlap;
3138 overlap: true,
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1overlap\n const delta = diagonalReverseBase - diagonalForwardBase;\n const deltaIsEv…

12