Home
last modified time | relevance | path

Searched full:smooth (Results 1 – 25 of 137) sorted by relevance

123456

/plugin/ryubin/syntax/
Dryubin.php74 $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/
DREADME.md22 *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/
Dsyntax.php62 '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 DHover.php12 * Smooth animation
93 // Smooth Transition in and out of hover
/plugin/cosmocode/lang/en/
Dsupport.txt3 expert training, workshops, and seamless infrastructure integration to ensure a smooth and efficien…
/plugin/ryubin/conf/
Ddefault.php32 $conf['smooth'] = 0;
Dmetadata.php32 $meta['smooth'] = array('onoff');
/plugin/stlviewer/
DREADME.md24 - display: Set model display/shading ("flat", "smooth" or "wireframe")
Dsyntax.php14 * - display: Model shading to display (String: "flat" / "smooth"/ "wireframe", Default: "flat")
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
Dprocessing.min.js1 …endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap strokeJo…
Dglsl.min.js1 …gba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stre…
Dnsis.min.js1 …eave listonly none normal notset off on open print show silent silentlog smooth textonly true user…
/plugin/snow/lang/en/
Dsettings.php27 $lang['animationinterval'] = 'Theoretical "miliseconds per frame" measurement. 20 = fast + smooth, …
/plugin/ryubin/lang/de/
Dsettings.php32 $lang['smooth'] = '<i>Glättung</i> (aus)';
/plugin/ryubin/lang/en/
Dsettings.php32 $lang['smooth'] = '<i>Smoothing</i> (off)';
/plugin/simplewikipagetree/img/
Dchevron-down.svg58 inkscape:snap-smooth-nodes="true" /><g
Dbullet.svg58 inkscape:snap-smooth-nodes="true" /><g
/plugin/radarchart/
Dplugin.info.txt44 - Smooth hover effects
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
Ddmn.css12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
Ddmn-embedded.css14 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/plugin/elasticsearch/vendor/react/promise/
DCHANGELOG.md6 This is a compatibility release to ensure a smooth upgrade path for those not yet
/plugin/fuzzysearch/
H A Deditor.js156 items[index].scrollIntoView({ block: 'nearest', behavior: 'smooth' });
/plugin/eventum/
Dsyntax.php92 // expire as long as page edit time to make page edit smooth but still
/plugin/asciidocjs/node_modules/asap/
DREADME.md45 As a consequence, ASAP can interfere with smooth animation.
/plugin/diagramsnet/lib/js/diagramly/
DmxFreehand.js17 //Code inspired by https://stackoverflow.com/questions/40324313/svg-smooth-freehand-drawing

123456