Home
last modified time | relevance | path

Searched refs:factor (Results 26 – 50 of 86) sorted by relevance

1234

/plugin/twofactor/
H A DREADME3 Creates a two factor authentication mechanism.
/plugin/cloud/
H A Dstyle.less1 /* Size factor. */
/plugin/pubmed2020/tests/
H A DPM15924077.ris16 …f Alzheimer's disease or non-Alzheimer dementia, is recognized as a risk factor for falling. Throu…
H A DPM15924077.nbib16 non-Alzheimer dementia, is recognized as a risk factor for falling. Through the
/plugin/404manager/
H A DREADME.md58 * set the weight factor for the [Redirection by best namepage](#redirection-by-best-namepage)
86 A weight factor is applied and in this way, you can influence the redirection :
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js899 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
906 var xfactor = Math.random() > 0.5 ? factor : -factor;
907 var yfactor = Math.random() > 0.5 ? factor : -factor;
H A Dsequence-diagram-snap-min.js6factor=Math.sqrt((x2-x1)*(x2-x1)+(y2-y1)*(y2-y1))/25,r1=clamp(Math.random(),.2,.8),r2=clamp(Math.r…
H A Dsequence-diagram-raphael.js899 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
906 var xfactor = Math.random() > 0.5 ? factor : -factor;
907 var yfactor = Math.random() > 0.5 ? factor : -factor;
H A Dsequence-diagram.js899 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
906 var xfactor = Math.random() > 0.5 ? factor : -factor;
907 var yfactor = Math.random() > 0.5 ? factor : -factor;
H A Dsequence-diagram-raphael-min.js6factor=Math.sqrt((x2-x1)*(x2-x1)+(y2-y1)*(y2-y1))/25,r1=clamp(Math.random(),.2,.8),r2=clamp(Math.r…
H A Dsequence-diagram-min.js6factor=Math.sqrt((x2-x1)*(x2-x1)+(y2-y1)*(y2-y1))/25,r1=clamp(Math.random(),.2,.8),r2=clamp(Math.r…
H A Dsequence-diagram-snap-min.js.map1 …ight","clamp","min","max","wobble","x1","y1","x2","y2","all","isFinite","factor","Math","sqrt","r1…
/plugin/ebnf/
H A Debnf.php51 term = factor { factor } .
52 factor = identifier
337 $factor = ebnf_parse_factor($dom, $tokens, $i);
338 $sequence->appendChild($factor);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst151 The goal of the ``vertical_boxes_skeleton.twig`` template being to factor
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D47.47.js.map1 …\n 'numeric',\n 'vector',\n 'data.frame',\n 'factor',\n 'librar…
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1920 function drawLine(ctx,x,y,width,height,dist,array,factor,color,fill){ argument
1927 ctx.lineTo(x+(i*dist),y+height-(array[i]*factor));
1937 ctx.moveTo(x,y+height-(array[0]*factor));
1939 ctx.lineTo(x+(i*dist),y+height-(array[i]*factor));
2744 if(audioVolume>0) {var factor = audioVolume/100;}else {var factor = 0;}
2745 return Math.max(0,Math.min(parseInt(value*factor),audioVolume));
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js436 this.factor = (this.options.scaleTo - this.options.scaleFrom)/100;
448 var currentScale = (this.options.scaleFrom/100.0) + (this.factor * position);
/plugin/authlinotp/
H A DLICENSE293 authentication plugin for dokuwiki to do two factor authentication against privacyIDEA
/plugin/passpolicy/
H A Dwords.txt1207 factor
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/mantis/lib/
H A Dchangelog373 - soapclient: factor out new getProxyClassCode method
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md624 multiplier | Scale factor for the generated image
/plugin/jmol2/jmol/
H A DCHANGES.txt886 # yes yes t yes temperature temperature factor (B-factor)
2815 …eature: isosurface DOWNSAMPLE n # down-factors the number of points in a CUBE file by a factor of n
4985 # moveTo timeSec {x y z w} (atom expression) 0 [zoom factor]
4987 # moveTo timeSec {x y z w} 0 transX transY (atom expression) 0 [zoom factor]
4989 # where [zoom factor] is x, where x > 0
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt2060 …['m_wQuality']=>integer() // quality factor (0=most compressed lossy; 99=best qu…

1234