Searched full:smooth (Results 1 – 25 of 137) sorted by relevance
123456
| /plugin/ryubin/syntax/ |
| D | ryubin.php | 74 $data['smooth'] = 'no'; if ($this->getConf('smooth')) $data['smooth'] = 'yes'; 116 case 'smooth': if ($value == 'yes') $data['smooth'] = $value; break; 154 if ($data['smooth'] == 'yes') $doc .= "&smooth=".$data['smooth'];
|
| /plugin/mcitem/ |
| D | README.md | 22 *Example: The vanilla block Smooth Stone would have its page on `:mods:minecraft:stone`.* 24 *Example: The vanilla block Smooth Stone would have an image under `:mods:minecraft:stone.png`.*
|
| /plugin/dataplot/ |
| D | syntax.php | 62 'smooth' => false, 118 if ( preg_match('/\b(smooth)\b/i', $conf, $match) ) { 119 $return['smooth'] = true; 181 if ( $return['smooth'] && ($return['plottype'] == 'linespoints') ) { 182 …$gnu_code .= $sep.'"@gnu_input@" using 1:'.$i.' notitle smooth csplines with lines linestyle '.$gn…
|
| /plugin/combo/ComboStrap/ |
| H A D | Hover.php | 12 * Smooth animation 93 // Smooth Transition in and out of hover
|
| /plugin/cosmocode/lang/en/ |
| D | support.txt | 3 expert training, workshops, and seamless infrastructure integration to ensure a smooth and efficien…
|
| /plugin/ryubin/conf/ |
| D | default.php | 32 $conf['smooth'] = 0;
|
| D | metadata.php | 32 $meta['smooth'] = array('onoff');
|
| /plugin/stlviewer/ |
| D | README.md | 24 - display: Set model display/shading ("flat", "smooth" or "wireframe")
|
| D | syntax.php | 14 * - display: Model shading to display (String: "flat" / "smooth"/ "wireframe", Default: "flat")
|
| /plugin/syntaxhighlightjs/static/lib/highlightjs/languages/ |
| D | processing.min.js | 1 …endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap strokeJo…
|
| D | glsl.min.js | 1 …gba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stre…
|
| D | nsis.min.js | 1 …eave listonly none normal notset off on open print show silent silentlog smooth textonly true user…
|
| /plugin/snow/lang/en/ |
| D | settings.php | 27 $lang['animationinterval'] = 'Theoretical "miliseconds per frame" measurement. 20 = fast + smooth, …
|
| /plugin/ryubin/lang/de/ |
| D | settings.php | 32 $lang['smooth'] = '<i>Glättung</i> (aus)';
|
| /plugin/ryubin/lang/en/ |
| D | settings.php | 32 $lang['smooth'] = '<i>Smoothing</i> (off)';
|
| /plugin/simplewikipagetree/img/ |
| D | chevron-down.svg | 58 inkscape:snap-smooth-nodes="true" /><g
|
| D | bullet.svg | 58 inkscape:snap-smooth-nodes="true" /><g
|
| /plugin/radarchart/ |
| D | plugin.info.txt | 44 - Smooth hover effects
|
| /plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/ |
| D | dmn.css | 12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
| D | dmn-embedded.css | 14 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | CHANGELOG.md | 6 This is a compatibility release to ensure a smooth upgrade path for those not yet
|
| /plugin/fuzzysearch/ |
| H A D | editor.js | 156 items[index].scrollIntoView({ block: 'nearest', behavior: 'smooth' });
|
| /plugin/eventum/ |
| D | syntax.php | 92 // expire as long as page edit time to make page edit smooth but still
|
| /plugin/asciidocjs/node_modules/asap/ |
| D | README.md | 45 As a consequence, ASAP can interfere with smooth animation.
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | mxFreehand.js | 17 //Code inspired by https://stackoverflow.com/questions/40324313/svg-smooth-freehand-drawing
|
123456