Home
last modified time | relevance | path

Searched refs:transform (Results 426 – 450 of 546) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_skyblue.css660 transform: scale(1.02, 1.1);
661 -moz-transform-origin: 50%;
662 -o-transform-origin: 50%;
664 transform-origin: 50%;
669 -o-transform: scaleY(1.3);
671 transform: scaleY(1.3);
672 -moz-transform-origin: 50%;
673 -o-transform-origin: 50%;
675 transform-origin: 50%;
872 transform-origin: 0% 0%;
[all …]
/plugin/extlist/css/
H A D_bullets.less38 -webkit-transform: rotate(-45deg);
39 transform: rotate(-45deg);
/plugin/icons/assets/font-linux/
H A Dfont-linux.css81 text-transform: none;
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rota…
/plugin/icons/assets/rpg-awesome/css/
H A Drpg-awesome.min.css5transform:none}.ra-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.ra-2x{font-size:2…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css98 text-transform: uppercase;
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js523 function overArg(func, transform) {
534 args[index] = transform(args[index]);
H A Dlodash.fp.min.js16 transform:2},e.iterateeRearg={mapKeys:[1],reduceRight:[1,0]},e.methodRearg={assignInAllWith:[1,0],a…
H A Dlodash.js1196 function overArg(func, transform) { argument
1198 return func(transform(arg));
6546 function overRest(func, start, transform) {
6562 otherArgs[start] = transform(array);
13788 function transform(object, iteratee, accumulator) {
16649 lodash.transform = transform;
H A Dlodash.min.js107 …n){return ff(n)?c(n,Me):wu(n)?[n]:Ur(jo(Iu(n)))},An.toPlainObject=Ou,An.transform=function(n,t,e){… function
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md282 * <a href="#_transformobject-iteratee_identity-accumulator">`_.transform`</a>
2509 2. `[iteratee=_.identity]` *(Function)*: The iteratee to transform keys.
2889 2. `[iteratee=_.identity]` *(Function)*: The iteratee to transform keys.
2995 2. `[iteratee=_.identity]` *(Function)*: The iteratee to transform keys.
3173 `_.reduce`, `_.reduceRight`, and `_.transform`.
8301 <h3 id="_transformobject-iteratee_identity-accumulator"><code>_.transform(object, [iteratee=_.ident…
8302 …13788 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.transform "See the npm pac…
8325 _.transform([2, 3, 4], function(result, n) {
8331 _.transform({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {
8605 `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js16149 over = _.overArgs(noop, transform, transform, transform);
24043 return index ? _.transform(object, iteratee, accumulator) : _.transform(object, iteratee);
24080 return lodashStable.isArray(_.transform(array, noop));
24093 return _.transform(value, function(result, value) {
24113 return _.transform(value, noop, accumulator);
24137 assert.ok(_.transform(new Foo) instanceof Foo);
24148 return _.transform(value);
24166 assert.notOk(_.transform(new Foo) instanceof Foo);
24176 return index ? _.transform(object) : _.transform();
24192 _.transform(object, function() {
[all …]
H A Dtest-fp.js361 var actual = _.transform(mapping.aliasToReal, function(result, realName, alias) {
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js175 "transform" in params && o.transform(params.transform);
435 transform: [], property in AnonymousFunctionc81a058c0c00._
456 return this._.transform;
494 this._.transform = oldt;
519 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
536 this.transform(this._.transform.concat([["t", dx, dy]]));
560 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
627 res.transform = this._.transform;
755 p.transform(E);
862 p.transform(E);
[all …]
H A Draphael.core.js196 transform: "",
219 transform: "transform",
2202 toMatrix = R.toMatrix = function (path, transform) { argument
2206 transform: E property in AnonymousFunction19fc41e65400.el._
2212 extractTransform(el, transform);
2227 transformPath = R.transformPath = function (path, transform) { argument
2228 return mapPath(path, toMatrix(path, transform));
2232 return el._.transform;
2243 _.transform = tdata || [];
4477 _: {transform: _.transform}, property in runAnimation.to2._
[all …]
H A Draphael.svg.js370 o.transform(value);
689 transform: [], property in AnonymousFunctionc1baaa4d0900._
762 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
798 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
822 this.transform(this._.transform.concat([["t", dx, dy]]));
862 elproto.transform = function (tstr) {
865 return _.transform;
869 this.clip && $(this.clip, {transform: this.matrix.invert()});
871 this.node && $(this.node, {transform: this.matrix});
1060 res.transform = this._.transform;
[all …]
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js443 function overArg(func, transform) { argument
454 args[index] = transform(args[index]);
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dfile.js33 return _.transform(glob.sync(pattern), (result, filePath) => {
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1196 function overArg(func, transform) { argument
1198 return func(transform(arg));
6546 function overRest(func, start, transform) {
6562 otherArgs[start] = transform(array);
13788 function transform(object, iteratee, accumulator) {
16649 lodash.transform = transform;
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1transform:"",width:0,x:0,y:0,class:""},q=e._availableAnimAttrs={blur:T,"clip-rect":"csv",cx:T,cy:T… property in e._
H A Dyarn.lock1707 parallel-transform "^1.1.0"
1945 parallel-transform@^1.1.0:
1947 …resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.1.0.tgz#d410f065b…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19transform:[]},a.snap=d,V[d]=this,"g"==this.type&&(this.add=r),this.type in{g:1,mask:1,pattern:1,sy…
20transform(a),b.stop()})(-1),b.on("snap.util.attr.r",function(a){"rect"==this.type&&(b.stop(),p(thi…
21transform:l+(l?"T":"t")+[a,b]})},function(){l=this.transform().local})}return b.on("snap.draginit.…
H A Dsnap.svg.js2149 transform: []
2723 el.matrix = el.transform().localMatrix;
2758 el._.transform = tstr;
2787 elproto.transform = function (tstr) {
2798 Str(_.transform) : localString;
2820 this._.transform = tstr.toTransformString();
2831 $(this.node, {transform: this.matrix});
4132 this.transform(value);
4230 return this.transform();
7696 origTransform = this.transform().local;
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dmain.css39 transform: translate3d(0, 0, 0);
40 -webkit-transform: translate3d(0, 0, 0);
51 transform: translate3d(250px, 0, 0);
52 -webkit-transform: translate3d(250px, 0, 0);
308 transform: translate3d(0, 0, 0);
309 -webkit-transform: translate3d(0, 0, 0);

1...<<11121314151617181920>>...22