Home
last modified time | relevance | path

Searched refs:overlap (Results 26 – 45 of 45) sorted by path

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …s INCORRECT behavior.\n // \"Figures on adjacent tiles should not overlap\" (PDF spec 8.7.3…
/plugin/projects/
H A Dcodemirror.css36 .CodeMirror-scrollbar.cm-sb-overlap {
/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 …]
H A Dprototype.js4769 overlap: function(mode, element) { method in Position
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
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-min.js.map1 …aX","drawLine","drawSelfSignal","drawSignal","drawNote","drawText","bX","overlap","margin","paddin…
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-raphael-min.js.map1 …aX","drawLine","drawSelfSignal","drawSignal","drawNote","drawText","bX","overlap","margin","paddin…
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-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-snap-min.js.map1 …aX","drawLine","drawSelfSignal","drawSignal","drawNote","drawText","bX","overlap","margin","paddin…
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.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;
/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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …bered capture. In practice, this does not\n // overlap with numbered cap…
/plugin/tagfilter/script/select2/
H A Dselect2.css20 container without overlap because of margin/padding.
/plugin/tagfilter/
H A Dstyle.css123 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/webdav/vendor/sabre/http/
H A DREADME.md62 overlap with [Symfony's `HttpFoundation`][3].

12