Searched refs:half (Results 1 – 25 of 119) sorted by relevance
12345
| /plugin/stars/ |
| D | readme.txt | 14 - 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/ |
| D | functions.php | 288 $half = (int)floor($max / 2); 289 … return $keep . utf8_substr($short, 0, $half - 1) . $char . utf8_substr($short, $len - $half);
|
| /plugin/freesync/ |
| D | style.css | 2 #free__sync div.half {
|
| /plugin/securelogin/ |
| D | style.css | 2 #secure__login div.half {
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | circle-half.svg | 1 <svg class="bi bi-circle-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
|
| H A D | pentagon-half.svg | 1 <svg class="bi bi-pentagon-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" x…
|
| H A D | square-half.svg | 1 <svg class="bi bi-square-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
|
| H A D | triangle-half.svg | 1 <svg class="bi bi-triangle-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" x…
|
| H A D | hexagon-half.svg | 1 <svg class="bi bi-hexagon-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
|
| H A D | diamond-half.svg | 1 <svg class="bi bi-diamond-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
|
| H A D | battery-half.svg | 1 <svg class="bi bi-battery-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
|
| H A D | heart-half.svg | 1 <svg class="bi bi-heart-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmln…
|
| H A D | octagon-half.svg | 1 <svg class="bi bi-octagon-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
|
| H A D | star-half.svg | 1 <svg class="bi bi-star-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns…
|
| H A D | layers-half.svg | 1 <svg class="bi bi-layers-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
|
| H A D | droplet-half.svg | 1 <svg class="bi bi-droplet-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
|
| H A D | book-half.svg | 1 <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/ |
| D | h.js | 19 …0B",HorizontalLine:"\u2500",Hstrok:"\u0126",hArr:"\u21D4",hairsp:"\u200A",half:"\u00BD",hamilt:"\u… property
|
| /plugin/sphinxsearch-was/ |
| H A D | functions.php | 416 $half = floor($max / 2); 417 … return $keep . utf8_substr($short, 0, $half - 1) . $char . utf8_substr($short, $len - $half);
|
| /plugin/sphinxsearch/ |
| D | functions.php | 423 $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/ |
| D | round.rst | 22 places away from zero, when it is half way there -- making 1.5 into 2 and
|
| /plugin/chordsheets/ |
| H A D | README.md | 41 The number indicates transposition in half-tones (negative numbers is down).
|
| /plugin/behave/ |
| D | behave.js | 56 var half = this.repeat(times / 2); 57 return half + half;
|
| /plugin/latexport/examples/ |
| D | example.tex | 110 \usepackage{pdfpages} % To import a full image for the half-title
|
| /plugin/amcharts/ |
| D | README.md | 72 For instance to make your chart occupying half width of its container and floated to the right:
|
12345