Home
last modified time | relevance | path

Searched refs:square (Results 251 – 275 of 289) sorted by path

1...<<1112

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt534 * Bugfix: zoomcrop was broken for non-square output
617 * Bugfix: square source images were not resized when only (w|h)(p|l)
709 landscape and/or portrait and/or square images, and to
715 width and height of portrait, landscape and square
H A Dphpthumb.readme.txt208 ws = max width for square images
209 hs = max height for square images
/plugin/remotescript/lib/
H A Dlicense.txt183 (For example, a function in a library to compute square roots has
187 be optional: if the application does not supply it, the square
188 root function must still compute square roots.)
/plugin/revealjs/css/theme/
H A Dbeige.css111 list-style-type: square; }
H A Dblack.css107 list-style-type: square; }
H A Dblood.css110 list-style-type: square; }
H A Dleague.css113 list-style-type: square; }
H A Dmoon.css111 list-style-type: square; }
H A Dnight.css105 list-style-type: square; }
H A Dserif.css107 list-style-type: square; }
H A Dsimple.css110 list-style-type: square; }
H A Dsky.css114 list-style-type: square; }
H A Dsolarized.css111 list-style-type: square; }
H A Dwhite.css107 list-style-type: square; }
/plugin/revealjs/css/theme/template/
H A Dtheme.scss114 list-style-type: square;
/plugin/s5/ui/blue/
H A Dpretty.css33 ul ul li {margin: .2em; font-size: 85%; list-style: square;}
/plugin/s5/ui/default/
H A Dpretty.css29 .slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
/plugin/s5/ui/dokuwiki/
H A Dpretty.css28 .slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
74 ul li {list-style-type: square}
/plugin/s5/ui/pixel/
H A Dpretty.css30 ul {margin-right: 7%; margin-left: 50px; list-style: square;}
33 ul ul li {margin: .2em; font-size: 85%; list-style: square;}
/plugin/s5/ui/yatil/
H A Dpretty.css50 ul ul li {margin: .2em; font-size: 85%; list-style: square;}
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css216 list-style: square;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3051 function square(n) {
3055 _.map([4, 8], square);
3058 _.map({ 'a': 4, 'b': 8 }, square);
4109 function square(n) {
4115 }, [square, doubled]);
8647 function square(n) {
8658 var squares = wrapped.map(square);
8952 function square(n) {
8956 var wrapped = _([1, 2]).map(square);
10302 function square(n) {
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js27 square = function(n) { return n * n; }; function
688 actual = fp.update('a.b')(square)(value);
1114 return square(value);
2153 actual = fp.update('a.b')(square)(object);
H A Dtest.js89 square = function(n) { return n * n; }; function
2521 .map(square)
6684 combined = isFlow ? func(add, square, fixed) : func(fixed, square, add);
16074 var over = _.overArgs(fn, doubled, square);
16126 var over = _.overArgs(fn, doubled, square);
21861 square(LARGE_ARRAY_SIZE),
21863 lodashStable.map(array.slice(1), square)
24039 result[key] = square(value);
24094 result.push(square(value));
24105 result[key] = square(value);
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js310 …butt = {round: width, square: width, butt: 0}[o.attrs["stroke-linecap"] || params["stroke-linecap"… property in AnonymousFunctionc1baaa4d0300.butt

1...<<1112