Home
last modified time | relevance | path

Searched refs:width (Results 2551 – 2575 of 3734) sorted by last modified time

1...<<101102103104105106107108109110>>...150

/plugin/issuelinks/
H A Dstyle.less11 min-width: 15rem;
12 max-width: 30%;
34 width: @avatar_dimensions;
116 width: 16px;
132 border-width: 1px;
202 width: 80%;
226 width: 100%;
249 width: 1em;
/plugin/issuelinks/images/
H A Dissue-opened.svg1 <svg style="width:24px;height:24px" viewBox="0 0 24 24">
/plugin/etherpadlite/scripts/
H A Detherpadlite.js129 ep.pwdlg.dlg.dialog({modal: true, width: 500,height:150, autoOpen: false});
186 ep.dlg.dlg.dialog({modal: true, width: 600,height:300, autoOpen: false});
/plugin/etherpadlite/
H A Dstyle.css9 min-width: 200px;
29 width: 100%;
/plugin/magnifier/images/
H A Dmagnifier.svg1 …xmlns="http://www.w3.org/2000/svg" width="320" height="270" viewBox="0 0 320 270"><defs><filter id…
/plugin/magnifier/
H A Dscript.js87 (rootOffset.left + $$.rootNode.width()) < event.offsetX ||
105 …var posX = -(contentX / $$.rootNode.width() * $$.magnifierImage.width - $$.magnifierContent.width(…
109 var position = (1 / $$.rootNode.width() * ($$.rootNode.width() - contentX));
H A Dstyle.css5 width: 320px;
44 width: 252px;
/plugin/overlay/
H A Daction.php60 $width = preg_replace('/[^0-9]+/', '', $this->getConf('width'));
65 if($width) {
66 $JSINFO['ol_width'] = $width ;
H A Dstyle.css5 width: 325px;
29 width: 95%;
96 width: 10px;
H A Dscript.js79 var width = parseInt(jQuery("#overlay").css('width'));
80 if(width < 200) width = 200;
86 var dim = height.toString() + '#' + width.toString();
/plugin/filelisting/images/
H A Dfolder.svg1 <svg style="width:16px;height:16px" viewBox="0 0 24 24">
H A Dfolder-open.svg1 <svg style="width:16px;height:16px" viewBox="0 0 24 24">
/plugin/filelisting/
H A Dstyle.less50 width: 100%;
H A Dscript.js430 var tablediff = $bodyTable.width() - $headerWrapper.find('table').width();
/plugin/flowcharts/
H A Dmermaid-override.css2 width: 100%;
H A Drenderer.php50 function internalmedia($src, $title = null, $align = null, $width = null, argument
52 … $xhtml = parent::internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
H A Dmermaid.min.js1width,t.y+t.height]]:[[0,0],[t.width.baseVal.value,t.height.baseVal.value]]}function bi(){return n…
24width/2,c=t.height/2;if(!o&&!s)throw new Error("Not possible to find intersection inside of the re… property in t.exports.addBorderNode.i
/plugin/dropfiles/src/
H A Dupload.js135 width: 510,
302 width: 600,
/plugin/dropfiles/
H A Dstyle.less10 width: 50%;
14 width: 45%;
H A Dyarn.lock460 cli-width@^2.0.0:
476 string-width "^1.0.1"
1128 string-width "^1.0.1"
1368 cli-width "^2.0.0"
1376 string-width "^2.1.0"
2590 string-width@^1.0.1, string-width@^1.0.2:
2598 string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
2714 string-width "^2.1.0"
2755 string-width "^2.1.1"
2971 string-width "^1.0.2"
[all …]
/plugin/tiledblog/
H A Dsyntax.php84 $width = $this->getConf ('iconSize');
87 $text = $this->getEntry ($entries [$keys [$rand]], $width);
110 $width = $this->getConf ('iconSize');
112 $text .= $this->getEntry ($entry, $width);
147 function getEntry ($entry, $width) { argument
163 … <img src="'.ml ($img, array ('cache'=>$_REQUEST['cache'], 'w'=>$width)).'" width="'.$width.'"/>
/plugin/revealjs/css/print/
H A Dpaper.css11 /* SECTION 1: Set default width, margin, float, and
17 width: auto;
24 width: auto;
97 width: auto;
118 width: auto !important;
145 width: auto !important;
H A Dpdf.css21 width: 100%;
50 width: auto;
57 width: auto !important;
63 width: 100% !important;
127 width: 100%;
134 max-width: none;
139 width: 100%;
/plugin/revealjs/css/
H A Dreveal.css12 width: 100%;
421 width: 100%;
433 width: 100%;
439 width: 0px;
470 width: 100%;
478 width: 100%;
502 width: 100%;
782 width: 100%;
795 width: 90%;
873 width: 90%;
[all …]
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js95 rect.width = rect.width || 1;
99 rect.x -= ( window.innerWidth - ( rect.width * scale ) ) / 2;
135 document.body.style.width = '';
144 document.body.style.width = ( scale * 100 ) + '%';
228 options.width = bounds.width + ( padding * 2 );
233 if( options.width !== undefined && options.height !== undefined ) {
234 …options.scale = Math.max( Math.min( window.innerWidth / options.width, window.innerHeight / option…

1...<<101102103104105106107108109110>>...150