Home
last modified time | relevance | path

Searched refs:overlap (Results 26 – 45 of 45) sorted by last modified time

12

/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
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-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-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.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-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.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;
/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/issuetracker/
H A Dprototype.js5920 overlap: function(mode, element) { method in Position
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js4111 overlap: function(mode, element) { method in Position
/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/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/tline/
H A DCHANGES.txt103 Problem was that label was too close to tape (and would sometimes overlap)
/plugin/jmol2/jmol/
H A DCHANGES.txt3877 # Note: In CPK mode atoms overlap, but are capped at the same height.
/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 */

12