Searched refs:resize (Results 1 – 25 of 376) sorted by relevance
12345678910>>...16
133 $resize = trim($this->getLang('resize'));137 <div class="ui-resizable-handle ui-resizable-nw" id="nwgrip" title="$resize"></div>138 <div class="ui-resizable-handle ui-resizable-ne" id="negrip" title="$resize"></div>139 <div class="ui-resizable-handle ui-resizable-sw" id="swgrip" title="$resize"></div>140 <div class="ui-resizable-handle ui-resizable-se" id="segrip" title="$resize"></div>141 <div class="ui-resizable-handle ui-resizable-n" id="ngrip" title="$resize"></div>142 <div class="ui-resizable-handle ui-resizable-e" id="egrip" title="$resize"></div>143 <div class="ui-resizable-handle ui-resizable-w" id="wgrip" title="$resize"></div>
91 $resize = '';96 $resize .= $n.':'.hsc($v).';';168 … if($align) $resize = ' style="'.$resize.'padding: 2px;border: 1px solid #eee;margin:3px 2px;"';171 …$renderer->doc .= '<div id="'.$chartid.'"'.$ClassAttr.$resize.' data-achart="'.base64_encode($char…
29 convert -resize x$7 $2 $2;34 convert -resize $6 $2 $2;
20 cursor: ns-resize;24 cursor: ns-resize;
21 /* For CSS3 browsers: allow user to resize the preview: */22 .meltdown_preview { resize: vertical; }
176 .djs-resize-overlay {203 .djs-cursor-resize-ns,206 cursor: ns-resize;209 .djs-cursor-resize-ew,212 cursor: ew-resize;218 cursor: nwse-resize;224 cursor: nesw-resize;342 cursor: ns-resize;346 cursor: ew-resize;665 cursor: ns-resize;[all …]
192 .djs-resize-overlay {218 .djs-cursor-resize-ns,221 cursor: ns-resize;224 .djs-cursor-resize-ew,227 cursor: ew-resize;233 cursor: nwse-resize;239 cursor: nesw-resize;351 cursor: ns-resize;355 cursor: ew-resize;827 cursor: ns-resize;[all …]
20 $(window).resize(function () {22 $(this).mapster('resize', $(this.offsetParent).width());
22 .dmn-icon-resize-big:before { content: '\e814'; } /* '' */23 .dmn-icon-resize-small:before { content: '\e815'; } /* '' */
78 .dmn-icon-resize-big:before { content: '\e814'; } /* '' */79 .dmn-icon-resize-small:before { content: '\e815'; } /* '' */
49 resize: both;88 resize: none;
68 jQuery(window).resize(xxright_resize);
181 .djs-resize-overlay {208 .djs-cursor-resize-ns,211 cursor: ns-resize;214 .djs-cursor-resize-ew,217 cursor: ew-resize;223 cursor: nwse-resize;229 cursor: nesw-resize;347 cursor: ns-resize;351 cursor: ew-resize;670 cursor: ns-resize;[all …]
15 \usepackage[export]{adjustbox} % To resize images.
10 #sc-send { resize: none; border: 3px solid #999; width: 400px; height: 2em;padding: 10px; font: 12p…
12 to resize their thumbnails, or link to your images from another server. The cache feature reduces s…
1 …resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical::after{left:50%;margin-left:…
199 $this.resize();242 resize : function () {245 $( window ).resize( function() {247 } ).resize();
274 var resize = configNode.getAttribute('resize');280 if ((container.style.width != '100%' && fit != '1' && resize != '0') ||289 if (resize != '0' && container.style.width == '100%' && container.style.height == '')619 if (container.style.width != '100%' && fit != '0' && resize == '1')
15 …if(!Node.prototype.fireEvent)Node.prototype.fireEvent=function(i){var I={resize:['HTMLEvents',1,0]… property in I
47 var eventTypes = { resize : ['HTMLEvents',1,0], property in eventTypes
417 cursor: ew-resize;664 .resize-triggers {670 .resize-triggers,671 .resize-triggers>div,683 .resize-triggers>div {
7 import { watchResize } from 'svelte-watch-resize';