Home
last modified time | relevance | path

Searched refs:width (Results 876 – 900 of 3606) sorted by relevance

1...<<31323334353637383940>>...145

/plugin/stlviewer/
H A DREADME.md12 - s: size in pixel (defines height and width in one call)
14 - w: width in pixel
/plugin/diagramsnet/lib/img/lib/mscae/
H A DDevice_Compliance.svg1width="40.959" height="49.959"><path d="M28 41c0 1.657-1.323 3-2.956 3H2.956C1.323 44 0 42.657 0 4…
/plugin/diagramsnet/lib/img/lib/ibm/data/
H A Ddevice_identity_service.svg1 …6l1.2 1.2-5.8 5.8z" stroke-width=".47"/><path d="M34 28.9c-.8.9-1.2 2.1-1.3 3.3v2.4c-1.1 1.3-1.7 2…
/plugin/blog/
H A Dstyle.css7 width: 95%;
37 width: 5px;
/plugin/pagestat/
H A Dscript.js145 this.width=PTwindow.MakeDimen({value:param_obj.width ,default_v:"auto"});
168 this.jqwin.css("width",this.width);
518 var width = medit.width?medit.width:"auto";
525 </div>'.format(medit.nclass,height,width,display);
1018 {type:"static",nclass:"wc_inf",height:"8%",width:"100%"},
1135 function XXtest_Win(top,left,width,height){ argument
1167 var width = jQuery(this).attr("arg3");
1169 var ptwin =new XXtest_Win(top,left,width,height);
1612 var width = jQuery(this).attr("arg4");
1719 var width = jQuery(this).attr("arg3");
[all …]
/plugin/odt/ODT/
H A DODTImport.php186 list($width, $height) = ODTUtility::getImageSize($file);
187 if (empty($width) || empty($height)) {
188 $width = '0.5';
189 $height = $width;
191 $style->setPropertyForLevel($level, 'width', $width.'cm');
199 $minimum = $margin_left + $text_indent + $width;
532 $width = $properties ['width'];
533 if (isset($width)) {
540 if ($width [strlen($width)-1] == '%') {
541 $properties ['rel-width'] = $width;
/plugin/dokuprism/prism/
H A Dprism.css5 .prism-previewer,.prism-previewer:after,.prism-previewer:before{position:absolute;pointer-events:none}.prism-previewer,.prism-previewer:after{left:50%}.prism-previewer{margin-top:-48px;width:32px;height:32px;margin-left:-16px;z-index:10;opacity:0;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.prism-previewer.flipped{margin-top:0;margin-bottom:-48px}.prism-previewer:after,.prism-previewer:before{content:'';position:absolute;pointer-events:none}.prism-previewer:before{top:-5px;right:-5px;left:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer:after{top:100%;width:0;height:0;margin:5px 0 0 -7px;border:7px solid transparent;border-color:rgba(255,0,0,0);border-top-color:#fff}.prism-previewer.flipped:after{top:auto;bottom:100%;margin-top:0;margin-bottom:5px;border-top-color:rgba(255,0,0,0);border-bottom-color:#fff}.prism-previewer.active{opacity:1}.prism-previewer-angle:before{border-radius:50%;background:#fff}.prism-previewer-angle:after{margin-top:4px}.prism-previewer-angle svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.prism-previewer-angle[data-negative] svg{-webkit-transform:scaleX(-1) rotate(-90deg);-moz-transform:scaleX(-1) rotate(-90deg);-ms-transform:scaleX(-1) rotate(-90deg);-o-transform:scaleX(-1) rotate(-90deg);transform:scaleX(-1) rotate(-90deg)}.prism-previewer-angle circle{fill:transparent;stroke:#2d3438;stroke-opacity:.9;stroke-width:32;stroke-dasharray:0,500}.prism-previewer-gradient{background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);background-size:10px 10px;background-position:0 0,5px 5px;width:64px;margin-left:-32px}.prism-previewer-gradient:before{content:none}.prism-previewer-gradient div{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer-color{background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);background-size:10px 10px;background-position:0 0,5px 5px}.prism-previewer-color:before{background-color:inherit;background-clip:padding-box}.prism-previewer-easing{margin-top:-76px;margin-left:-30px;width:60px;height:60px;background:#333}.prism-previewer-easing.flipped{margin-bottom:-116px}.prism-previewer-easing svg{width:60px;height:60px}.prism-previewer-easing circle{fill:#2d3438;stroke:#fff}.prism-previewer-easing path{fill:none;stroke:#fff;stroke-linecap:round;stroke-width:4}.prism-previewer-easing line{stroke:#fff;stroke-opacity:.5;stroke-width:2}@-webkit-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@-o-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@-moz-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}.prism-previewer-time:before{border-radius:50%;background:#fff}.prism-previewer-time:after{margin-top:4px}.prism-previewer-time svg{width
[all...]
/plugin/ckgedit/ckeditor/skins/kama/
H A Deditor_ie8.css5width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:n…
/plugin/advrack/
H A Dstyle.css19 max-width: 280px;
20 min-width: 50px;
45 border-width: 0 0 1px;
59 border-width: 1px;
86 width: 18px;
106 border-width: 1px;
268 border-width: 0;
426 border-bottom-width: 0;
529 * width: 18px;
533 width: auto;
[all …]
/plugin/ckgdoku/ckeditor/skins/moono/
H A Deditor_ie7.css5width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:n…
/plugin/ckgedit/ckeditor/skins/moono/
H A Deditor_ie7.css5width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:n…
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js169 …pnotify.css("height", "auto").animate({"width": opts.width, "opacity": opts.nonblock ? opts.nonblo…
313 if (opts.width !== old_opts.width)
314 pnotify.animate({width: opts.width});
419 (s.dir1 == "left" && s.nextpos1 + pnotify.width() > jwindow.width()) ||
420 (s.dir1 == "right" && s.nextpos1 + pnotify.width() > jwindow.width()) ) {
454 s.addpos2 = pnotify.width();
489 s.nextpos1 += pnotify.width() + (typeof s.spacing1 == "undefined" ? 25 : s.spacing1);
693 if (typeof opts.width == "string")
694 pnotify.css("width", opts.width);
876 width: "300px", property in $.pnotify.defaults
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js169 …pnotify.css("height", "auto").animate({"width": opts.width, "opacity": opts.nonblock ? opts.nonblo…
313 if (opts.width !== old_opts.width)
314 pnotify.animate({width: opts.width});
419 (s.dir1 == "left" && s.nextpos1 + pnotify.width() > jwindow.width()) ||
420 (s.dir1 == "right" && s.nextpos1 + pnotify.width() > jwindow.width()) ) {
454 s.addpos2 = pnotify.width();
489 s.nextpos1 += pnotify.width() + (typeof s.spacing1 == "undefined" ? 25 : s.spacing1);
693 if (typeof opts.width == "string")
694 pnotify.css("width", opts.width);
876 width: "300px", property in $.pnotify.defaults
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3332 width = x.width;
3340 width: width,
5568 width: width,
28203 width: width,
33922 width: width,
39381 width: width,
39412 width: width,
39464 width: element.width / bbox.width * bounds.width, property in AnonymousFunctionf8d14cd140300.newBounds
40671 width: width,
47198 width: width,
[all …]
/plugin/pgn4web/pgn4web/images/igorsvg/
H A Dbp.svg1 <svg width="90" height="90" xmlns="http://www.w3.org/2000/svg">
4 …<path transform="matrix(1 0 0 1 -903.454 -67.4099)" label="Layer 1" fill="#000000" stroke-width="1…
/plugin/webcode/_test/data/pages/
H A Dtwo.txt8 <webcode name="Default" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=…
14 <webcode name="Default" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=…
/plugin/orgchart/
H A Dstyle.css3 border-width: 0;
11 width: auto !important;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.facebook.js68 params.width = '120';
73 params.width = 62;
/plugin/diagramsnet/lib/img/lib/ibm/infrastructure/
H A Denterprise_messaging.svg1width=".75" stroke-miterlimit="10"><path d="M44.4 52.1l-2.7-2.4-4.7-4.4c-.3-.2-.6-.3-.9-.4-3.6-.6-…
/plugin/bibtex4dw/
H A Dstyle.css29 max-width: 25em;
30 min-width: 5em;
/plugin/diagramsnet/lib/js/grapheditor/
H A DToolbar.js51 var sw = screen.width;
71 viewMenu.style.width = '50px';
75 viewMenu.style.width = '36px';
203 menuElt.style.width = '30px';
259 menu.style.width = (width - 10) + 'px';
331 this.fontMenu.style.width = '68px';
434 alignMenu.style.width = '30px';
479 formatMenu.style.width = '30px';
533 insertMenu.style.width = '16px';
549 insertMenu.style.width = '30px';
[all …]
/plugin/tagfilter/
H A Dstyle.css9 min-width:150px;
24 max-width: 99%;
187 width: auto;
192 width: 12px;
224 min-width: 100%;
226 width: auto;
235 width: 100%;
272 .select2-drop-auto-width {
274 width: auto;
277 .select2-drop-auto-width
[all...]
/plugin/mp3play2/
H A Dsyntax.php101 $options['width'] = $this->getConf('width');
/plugin/namespacesearch/
H A Dstyle.css22 width: 49%;
45 width: 36em;
/plugin/tiledblog/
H A Dstyle.css13 width: 10em;
47 max-width: 9em;

1...<<31323334353637383940>>...145