Home
last modified time | relevance | path

Searched refs:step (Results 51 – 75 of 236) sorted by relevance

12345678910

/plugin/ckgdoku/ckeditor/
H A DREADME.md21 http://ckeditor.com. You should have already completed this step, but be
/plugin/pgpinlinesupport/
H A DPlugin.txt40 Without this Plugin, step will 6 fail.
/plugin/ckgedit/ckeditor/
H A DREADME.md21 http://ckeditor.com. You should have already completed this step, but be
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst15 to the *evaluation* step, otherwise:
112 The last step is done by the compiler. It takes a node tree as an input and
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js31 this.step = parseInt(this.options.step || '1');
/plugin/ol3/
H A Dstyle.css1 …bottom:8px;left:8px}.ol-scale-step-marker{width:1px;height:15px;background-color:#000;float:right;…
/plugin/runcommand/
H A Dsyntax.php397 function renderJQuerySlider($name, $min, $max, $value, $step) { argument
402 …$result .= "min: ".$min.", max: ".$max.", value: ".$value.", step: ".$step.", orientation: \"horiz…
/plugin/stlviewer/stlviewer/
H A DProjector.js693 var step = object instanceof THREE.LineSegments ? 2 : 1;
695 for ( var i = 0, l = ( positions.length / 3 ) - 1; i < l; i += step ) {
714 var step = object instanceof THREE.LineSegments ? 2 : 1;
721 if ( ( v + 1 ) % step > 0 ) continue;
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/
H A Dcircle.player.css50 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt7 After completing this setup step your current DokuWiki (the one you're looking at) will be known as the "Farmer".
/plugin/openlayersmap/ol7/
H A Dol.css
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D62.62.js.map1step', 'end_step'],\n ['initial_step', 'end_step'],\n ['transaction', 'end_transacti…
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js34 function step(){var C=Es.pop();var L=C.shift();var X=C.pop();for(var I=0;I<C.length;I++) function
37 step()}}}
39 Ps0.prototype.run=run;Ps0.prototype.exec=exec;Ps0.prototype.step=step;Ps0.prototype.parse=parse;return this} method in Ps0
67 Ps.step()})};Sd[".minv"]=function(){var M=Os.pop();var a=M[0];var b=M[1];var d=M[2];var e=M[3];var g=M[4];var h=M[5];Os.push([e,b,d,a,d*h-e*g,b*g-a*h])};Sd[".mmul"]=function(){var B=Os.pop();var A=Os.pop();var a=A[0];var b=A[1];var d=A[2];var e=A[3];var g=A[4];var h=A[5];var r=B[0];var s=B[1];var u=B[2];var v=B[3];var x=B[4];var y=B[5];Os.push([a*r+b*u,a*s+b*v,d*r+e*u,d*s+e*v,g*r+h*u+x,g*s+h*v+y])};Sd[".xy"]=function(){var M=Os.pop();var Y=Os.pop();var X=Os.pop();Os.push(M[0]*X+M[2]*Y+M[4]);Os.push(M[1]*X+M[3]*Y+M[5])};Sd[".rgb"]=function(){var B=Os.pop();var G=Os.pop();var R=Os.pop();Os.push("rgb("+R+","+G+","+B+")")};Sd[".rgba"]=function(){var A=Os.pop();var B=Os.pop();var G=Os.pop();var R=Os.pop();Os.push("rgba("+R+","+G+","+B+","+A+")")};function parse(){var T=arguments;if(T.length)
/plugin/diagramsnet/lib/shapes/
H A DmxFloorplan.js440 var step = 25;
445 for (var i = 25; i < w; i = i + step)
456 c.moveTo(w - step, 0);
458 c.lineTo(w - step, h);
581 var step = 25;
586 for (var i = 25; i < w - h * 0.5; i = i + step)
/plugin/mikioplugin/assets/
H A Dstyles.less1521 .mikiop-step {
1531 color: var(--mikiop-steps-step-text-color);
1532 background-color: var(--mikiop-steps-step-background-color);
1541 .mikiop-step-icon {
1546 .mikiop-step-title {
1552 background-color: var(--mikiop-steps-step-background-complete-color);
1758 .mikiop-step {
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php138 * @param integer $step The step size, such that $result - ($step
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar-setup.js186 cal.yearStep = params.step;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js987 var step = dir < 0 ? -scale.step : scale.step;
988 date = gantt.date.add(date, step, scale.unit);
994 var step = gantt.config.row_height;
995 gantt.scrollTo(null, top + (dir < 0 ? -1 : 1) * step);
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js678 _.range = function(start, stop, step) { argument
683 step = step || 1;
685 var length = Math.max(Math.ceil((stop - start) / step), 0);
688 for (var idx = 0; idx < length; idx++, start += step) {
/plugin/authsmartcard/
H A DREADME.md42 If you don't do the above step, you'll need to edit your main wiki login page (YOUR_DOKUWIKI_INSTAL…
/plugin/c3chart/assets/
H A Dc3.css95 .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js692 _.range = function(start, stop, step) { argument
697 if (!step) {
698 step = stop < start ? -1 : 1;
701 var length = Math.max(Math.ceil((stop - start) / step), 0);
704 for (var idx = 0; idx < length; idx++, start += step) {
/plugin/structtemplate/_vagrant/
H A DVagrantfile103 # info "On Windows hosts the virtual machine should be running for this step."
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js144 mxWebColaAdaptor.prototype.step = function (colaAdaptor) method in mxWebColaAdaptor
228 layout.step();
/plugin/abc2/abc-libraries/abcjs/
H A Dabcjs-midi.css62 content: "\f048"; /* fa-step-backward [&#xf048;] */

12345678910