Home
last modified time | relevance | path

Searched refs:distance (Results 26 – 50 of 108) sorted by relevance

12345

/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js1107 _.each(a.distances, function(distance, b) { argument
1110 if (typeof distance == 'undefined') {
1115 distance = Math.max(distance, a.width / 2, b.width / 2);
1116 b.x = Math.max(b.x, a.x + a.width / 2 + distance - b.width / 2);
H A Dsequence-diagram-raphael-min.js6 …tion(distance,b){"undefined"!=typeof distance&&(b=actors[b],distance=Math.max(distance,a.width/2,b… argument
H A Dsequence-diagram-min.js6 …tion(distance,b){"undefined"!=typeof distance&&(b=actors[b],distance=Math.max(distance,a.width/2,b… argument
/plugin/tip/
H A Dsyntax_plugin_tip.css91 padding-top: 1ex; /* keep a small distance */
/plugin/jmol2/jmol/
H A DCHANGES.txt2420 # x = select(x;{*};x.distance({atomno=3}) / 3 > x.distance({atomno=2}))
4222 # var dist = {atomno=i}.distance({atomno=j})
4299 # return a.distance(b)
4431 # new feature: aPlane.distance({some atoms})
5597 # adds distance({carbon},{oxygen})
5608 # x1 = {molecule=1}.distance{molecule=2}
5618 # x3 = {molecule=1}.xyz.distance{molecule=2}
5621 # x6 = distance({molecule=1} {molecule=2})
5747 # echo the O-O distance is %{{oxygen and * /1}.distance{oxygen and * /2}}
5749 # message %{{atomno=3}.distance{atomno=4}}
[all …]
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59 …=OpenLayers.Class(OpenLayers.Filter,{type:null,property:null,value:null,distance:null,distanceUnit…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64distance|spell:is-correct|spell:insert|spell:double-metaphone|spell:add-word|sec:users-collection|…
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js501 …amount *= light.distance == 0 ? 1 : 1 - Math.min( position.distanceTo( lightPosition ) / light.dis…
H A Dthree.min.js2distance:c,point:Dn.clone(),object:t}}function Bn(t,e,n,r,i,a,o,s,c,l,u,h){_n.fromBufferAttribute(… function
/plugin/bookcreator/
H A Dscript.js765 distance: 5
/plugin/schedule/lib/
H A DscheduleCitiesMap.js368 distance: 10,
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js4254 distance = 100 - distance;
4256 distance = (distance < 10 ? '0' : '') + distance;
24509 var distance = input.distance;
26105 var distance = weight < 0
26111 distance: distance,
26121 var distance = weight > 0
26127 distance: distance,
26139 var distance = currentValue.distance,
26142 if (distance < 0 || distance > maxDistance) {
26152 …if (!accumulator.distance || accumulator[ accumulator.distance ] < accumulator[ String(distance) ]…
[all …]
/plugin/advrack/
H A Djquery.qtip.js742 if((!adjust.mouse || this.options.show.distance) && cache.origin && cache.origin.pageX) {
1593 if('number' === typeof options.hide.distance) {
1595 limit = this.options.hide.distance,
1953 distance: FALSE property in QTIP.defaults.hide
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.orig1 …=e([t,o[1]]);s>a&&n>a&&h.push({point:t,distance:s})}}}if(h.length>1){const e=h.sort(((t,e)=>t.dist…
H A Drough.min.js51 …[r,e[1]]);g>c&&n>c&&b.push({point:r,distance:g})}}if(1<b.length){c=b.sort(function(a,c){return a.d…
H A Drough.js.modified322 distance: _s4
330 return t.distance - e.distance;
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js11distance=options.distance||20},applyTo:function(canvasEl){var context=canvasEl.getContext("2d"),im…
H A Dfabric.js18462 this.distance = options.distance || 20;
18474 distance = this.distance,
18487 abs(r - g) < distance &&
18488 abs(r - b) < distance &&
18489 abs(g - b) < distance
18505 distance: this.distance
/plugin/openlayersmap/ol7/
H A Dol.js.map

12345