Home
last modified time | relevance | path

Searched refs:transform (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/plugin/photogallery/lightGallery/css/
H A Dlg-transitions.min.css1transform:scale3d(1.3,1.3,1.3);transform:scale3d(1.3,1.3,1.3)}.lg-css3.lg-zoom-in .lg-item.lg-curr…
H A Dlg-transitions.css14 transform: scale3d(1, 1, 1);
25 transform: scale3d(2, 2, 2); }
28 transform: scale3d(2, 2, 2); }
31 transform: scale3d(1, 1, 1);
48 transform: scale3d(1, 1, 1);
65 transform: scale3d(1, 1, 1);
82 transform: scale3d(1, 1, 1);
99 transform: scale3d(1, 1, 1);
116 transform: scale3d(1, 1, 1);
719 transform: rotate(0deg);
[all …]
H A Dlightgallery.css17 text-transform: none;
256 -moz-transform-origin: 50% 50%;
257 -ms-transform-origin: 50% 50%;
258 transform-origin: 50% 50%;
262 transform: scale3d(1, 1, 1);
494 transform: translate3d(0, 0, 0);
501 transform: scale3d(1, 1, 1);
506 -webkit-transform-origin: 0 0;
507 -moz-transform-origin: 0 0;
508 -ms-transform-origin: 0 0;
[all …]
H A Dlightgallery.min.css1transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}…
/plugin/revealjs/css/
H A Dreveal.css42 -webkit-transform: scale(1.3);
53 -webkit-transform: scale(0.1);
56 -webkit-transform: none;
57 transform: none; }
266 will-change: transform; }
339 -webkit-transform: none;
917 -webkit-transform: none;
918 transform: none;
930 -webkit-transform: none;
931 transform: none;
[all …]
H A Dreveal.scss54 transform: scale( 1.3 );
63 transform: scale( 0.7 );
68 transform: scale( 0.1 );
71 transform: none;
396 transform: none;
604 transform-style: flat;
799 transform: scale(16);
806 transform: scale(16);
972 transform: none;
988 transform: none;
[all …]
/plugin/combo/resources/background/
H A Dbackground1.svg10 <g id="Group_243" data-name="Group 243" transform="translate(-1838 1118)">
11 <rect id="Rectangle_689" data-name="Rectangle 689" class="cls-1" width="89" height="75" transform="translate(54 476)"></rect>
12 <rect id="Rectangle_690" data-name="Rectangle 690" class="cls-1" width="89" height="75" transform="translate(333 140)"></rect>
13 <rect id="Rectangle_691" data-name="Rectangle 691" class="cls-1" width="89" height="75" transform="translate(479 200)"></rect>
14 <rect id="Rectangle_692" data-name="Rectangle 692" class="cls-1" width="89" height="75" transform="translate(493 327)"></rect>
15 <rect id="Rectangle_694" data-name="Rectangle 694" class="cls-1" width="89" height="75" transform="translate(280 364)"></rect>
16 <rect id="Rectangle_695" data-name="Rectangle 695" class="cls-1" width="89" height="75" transform="translate(100 354)"></rect>
17 <rect id="Rectangle_696" data-name="Rectangle 696" class="cls-1" width="89" height="75" transform="translate(493 41)"></rect>
18 <rect id="Rectangle_697" data-name="Rectangle 697" class="cls-1" width="89" height="75" transform="translate(10 39)"></rect>
19 <rect id="Rectangle_698" data-name="Rectangle 698" class="cls-1" width="89" height="75" transform
[all...]
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jar ... com/flagstone/transform/ com/flagstone/transform/action/ com/flagstone/transform/button ...
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css263 -webkit-transform: translateZ(20px);
350 -webkit-transform: rotate(-10deg);
351 -moz-transform: rotate(-10deg);
352 -ms-transform: rotate(-10deg);
353 -o-transform: rotate(-10deg);
354 transform: rotate(-10deg);
367 -webkit-transform: scale(0.7);
368 -moz-transform: scale(0.7);
369 -ms-transform: scale(0.7);
370 -o-transform: scale(0.7);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc38 $params['transform_id'] = (string) The id of the transform to delete
39 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
53 $params['from'] = (int) skips a number of transform configs, defaults to 0
56 $params['exclude_generated'] = (boolean) Omits fields that are illegal to set on transform PUT (Default = false)
69 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
70 $params['from'] = (number) skips a number of transform stats, defaults to 0
71 $params['size'] = (number) specifies a max number of transform stats to get, defaults to 100
97 $params['transform_id'] = (string) The id of the new transform.
110 $params['transform_id'] = (string) The id of the transform t
[all...]
H A DDataFrameTransformDeprecatedNamespace.asciidoc39 $params['transform_id'] = (string) The id of the transform to delete
40 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
55 $params['from'] = (int) skips a number of transform configs, defaults to 0
58 $params['exclude_generated'] = (boolean) Omits generated fields. Allows transform configurations to be easily copied between clusters and within the same cluster (Default = false)
72 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
73 $params['from'] = (number) skips a number of transform stats, defaults to 0
74 $params['size'] = (number) specifies a max number of transform stats to get, defaults to 100
101 $params['transform_id'] = (string) The id of the new transform.
115 $params['transform_id'] = (string) The id of the transform t
[all...]
/plugin/photogallery/
H A Dall.less65 -o-transition: -o-transform 0.15s ease 0s;
66 transition: transform 0.15s ease 0s;
67 -webkit-transform: scale3d(1, 1, 1);
68 transform: scale3d(1, 1, 1);
73 -webkit-transform: scale3d(1.1, 1.1, 1.1);
74 transform: scale3d(1.1, 1.1, 1.1);
112 -o-transition: -o-transform 0.15s ease 0s;
113 transition: transform 0.15s ease 0s;
114 -webkit-transform: scale3d(1, 1, 1);
115 transform: scale3d(1, 1, 1);
[all …]
/plugin/pgn4web/pgn4web/images/tilesvg/
H A Dwq.svg5 …<path transform="translate(-1.87476 4.0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="…
6 …<path transform="translate(-1.87476 4.0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="…
7 …<path transform="translate(-1.87476 4.0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="…
8 …<path transform="translate(-1.87476 4.0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="…
9 …<path transform="translate(-1.87476 4.0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="…
10 …<path transform="translate(-1.87476 4.0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="…
11 …<path transform="translate(-1.87476 4.0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="…
12 …<path transform="translate(-1.87476 4.0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="…
13 …<path transform="translate(-1.87476 4.0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="…
14 …<path transform="translate(-1.87476 4.0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="…
[all …]
H A Dwr.svg4 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#000000" id="im…
5 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
6 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
7 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
8 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
9 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
10 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
/plugin/diagramsnet/lib/img/lib/mscae/
H A DAzure_Data_Explorer_Clusters.svg1transform="rotate(315 13.428 46.58)"/><rect x="-1.347" y="30.819" width="21.126" height="5.991" rx…
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dbrightness-low-fill.svg5 <circle cx="13.5" cy="8" r=".5" transform="rotate(90 13.5 8)"/>
6 <circle cx="2.5" cy="8" r=".5" transform="rotate(90 2.5 8)"/>
7 <circle cx="11.889" cy="4.111" r=".5" transform="rotate(45 11.89 4.11)"/>
8 <circle cx="4.111" cy="11.889" r=".5" transform="rotate(45 4.11 11.89)"/>
9 <circle cx="11.889" cy="11.889" r=".5" transform="rotate(135 11.89 11.889)"/>
10 <circle cx="4.111" cy="4.111" r=".5" transform="rotate(135 4.11 4.11)"/>
H A Dbrightness-low.svg5 <circle cx="13.5" cy="8" r=".5" transform="rotate(90 13.5 8)"/>
6 <circle cx="2.5" cy="8" r=".5" transform="rotate(90 2.5 8)"/>
7 <circle cx="11.889" cy="4.111" r=".5" transform="rotate(45 11.89 4.11)"/>
8 <circle cx="4.111" cy="11.889" r=".5" transform="rotate(45 4.11 11.89)"/>
9 <circle cx="11.889" cy="11.889" r=".5" transform="rotate(135 11.89 11.889)"/>
10 <circle cx="4.111" cy="4.111" r=".5" transform="rotate(135 4.11 4.11)"/>
/plugin/html2pdf/html2pdf/html2ps/
H A Dpath.php81 function fill($transform, $image, $color) { argument
86 $transform->apply($coords[$i*2], $coords[$i*2+1]);
92 function stroke($transform, $image, $color) { argument
97 $transform->apply($coords[$i*2], $coords[$i*2+1]);
117 function fill($transform, $image, $color) { argument
121 $transform->apply($x, $y);
124 $transform->apply($r, $dummy);
158 function stroke($transform, $image, $color) { argument
162 $transform->apply($x, $y);
165 $transform->apply($r, $dummy);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java24 import com.flagstone.transform.Background;
25 import com.flagstone.transform.DefineTag;
26 import com.flagstone.transform.DoAction;
27 import com.flagstone.transform.Movie;
28 import com.flagstone.transform.MovieHeader;
29 import com.flagstone.transform.MovieTag;
30 import com.flagstone.transform.Place2;
31 import com.flagstone.transform.Remove;
32 import com.flagstone.transform.Remove2;
33 import com.flagstone.transform.ShowFrame;
[all …]
/plugin/jirainfo/
H A Dstyle.less28 0% { transform: rotate(0deg); }
29 100% { transform: rotate(360deg); }
52 text-transform: uppercase;
159 -webkit-transform: scale(0.8);
160 -o-transform: scale(0.8);
161 transform: scale(0.8);
169 -webkit-transform: none;
170 -o-transform: none;
171 transform: none;
177 -o-transition-property: "opacity,transform";
[all …]
/plugin/translation/flags/
H A Dzh.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 640 480"><defs><path id="a" fill="#ff0" d="M-.6.8 0-1 .6.8-1-.3h2z"/></defs><path fill="#ee1c25" d="M0 0h640v480H0z"/><use xlink:href="#a" width="30" height="20" transform="matrix(71.9991 0 0 72 120 120)"/><use xlink:href="#a" width="30" height="20" transform="matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)"/><use xlink:href="#a" width="30" height="20" transform="matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)"/><use xlink:href="#a" width="30" height="20" transform="matrix(6.5991 -23.0749 23.0746 6.59919 288 168)"/><use xlink:href="#a" width="30" height="20" transform="matrix(14.9991 -18.73557 18.73533 14.99929 240 216)"/></svg
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js206 transform = "",
247 transform = startVal[0] + "(" +
250 transform;
256 transform = startVal[0] + "(" +
258 transform;
263 fx.origin && ( transform = fx.origin + transform );
275 function matrix( transform ) { argument
276 transform = transform.split(")");
281 , l = transform.length -1
293 split = transform[i].split("(");
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DUpdatePageElementTransformRequest.php64 public function setTransform(AffineTransform $transform) argument
66 $this->transform = $transform;
73 return $this->transform;
H A DPageElementProperties.php62 public function setTransform(AffineTransform $transform) argument
64 $this->transform = $transform;
71 return $this->transform;
/plugin/combo/resources/theme/default/components/css/
H A Dbackground.css12 transform: translate3d(0px, 0px, 0px);
13 -webkit-transform-style: preserve-3d;
14 transform-style: preserve-3d;
30 transform: translate3d(0px, 0px, 0px);
31 -webkit-transform-style: preserve-3d;
32 transform-style: preserve-3d;

12345678910>>...22