Home
last modified time | relevance | path

Searched refs:half (Results 1 – 25 of 119) sorted by relevance

12345

/plugin/stars/
Dreadme.txt14 - show half stars (number is floored to the nearest half)
36 including a fix for half stars, changing the pngs to gifs, and
/plugin/sphinxsearchwas/
Dfunctions.php288 $half = (int)floor($max / 2);
289 … return $keep . utf8_substr($short, 0, $half - 1) . $char . utf8_substr($short, $len - $half);
/plugin/freesync/
Dstyle.css2 #free__sync div.half {
/plugin/securelogin/
Dstyle.css2 #secure__login div.half {
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dcircle-half.svg1 <svg class="bi bi-circle-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
H A Dpentagon-half.svg1 <svg class="bi bi-pentagon-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" x…
H A Dsquare-half.svg1 <svg class="bi bi-square-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
H A Dtriangle-half.svg1 <svg class="bi bi-triangle-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" x…
H A Dhexagon-half.svg1 <svg class="bi bi-hexagon-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
H A Ddiamond-half.svg1 <svg class="bi bi-diamond-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
H A Dbattery-half.svg1 <svg class="bi bi-battery-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
H A Dheart-half.svg1 <svg class="bi bi-heart-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmln…
H A Doctagon-half.svg1 <svg class="bi bi-octagon-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
H A Dstar-half.svg1 <svg class="bi bi-star-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns…
H A Dlayers-half.svg1 <svg class="bi bi-layers-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
H A Ddroplet-half.svg1 <svg class="bi bi-droplet-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
H A Dbook-half.svg1 <svg class="bi bi-book-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns…
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
Dh.js19 …0B",HorizontalLine:"\u2500",Hstrok:"\u0126",hArr:"\u21D4",hairsp:"\u200A",half:"\u00BD",hamilt:"\u… property
/plugin/sphinxsearch-was/
H A Dfunctions.php416 $half = floor($max / 2);
417 … return $keep . utf8_substr($short, 0, $half - 1) . $char . utf8_substr($short, $len - $half);
/plugin/sphinxsearch/
Dfunctions.php423 $half = floor($max/2);
424 return $keep.utf8_substr($short,0,$half-1).$char.utf8_substr($short,$len-$half);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dround.rst22 places away from zero, when it is half way there -- making 1.5 into 2 and
/plugin/chordsheets/
H A DREADME.md41 The number indicates transposition in half-tones (negative numbers is down).
/plugin/behave/
Dbehave.js56 var half = this.repeat(times / 2);
57 return half + half;
/plugin/latexport/examples/
Dexample.tex110 \usepackage{pdfpages} % To import a full image for the half-title
/plugin/amcharts/
DREADME.md72 For instance to make your chart occupying half width of its container and floated to the right:

12345