Searched refs:resize (Results 1 – 25 of 393) sorted by relevance
12345678910>>...16
/plugin/overlay/ |
D | action.php | 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>
|
/plugin/achart/ |
D | syntax.php | 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…
|
/plugin/snap/ |
D | snap.sh | 29 convert -resize x$7 $2 $2; 34 convert -resize $6 $2 $2;
|
/plugin/tplinc/ |
D | style.less | 20 cursor: ns-resize; 24 cursor: ns-resize;
|
/plugin/markdownextra/lib/meltdown-tweaks/ |
D | meltdown-tweaks.css | 21 /* For CSS3 browsers: allow user to resize the preview: */ 22 .meltdown_preview { resize: vertical; }
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
D | diagram-js.css | 74 --shape-resize-preview-stroke-color: var(--blue-base-65); 176 .djs-resize-overlay { 180 stroke: var(--shape-resize-preview-stroke-color); 203 .djs-cursor-resize-ns, 206 cursor: ns-resize; 209 .djs-cursor-resize-ew, 212 cursor: ew-resize; 215 .djs-cursor-resize-nwse, 218 cursor: nwse-resize; 221 .djs-cursor-resize-nesw, [all …]
|
/plugin/bpmnio/vendor/bpmn-js/dist/assets/ |
D | diagram-js.css | 92 --shape-resize-preview-stroke-color: var(--color-blue-205-100-50); 205 .djs-resize-overlay { 209 stroke: var(--shape-resize-preview-stroke-color); 231 .djs-cursor-resize-ns, 234 cursor: ns-resize; 237 .djs-cursor-resize-ew, 240 cursor: ew-resize; 243 .djs-cursor-resize-nwse, 246 cursor: nwse-resize; 249 .djs-cursor-resize-nesw, [all …]
|
/plugin/bpmnio/vendor/dmn-js/dist/assets/ |
D | diagram-js.css | 92 --shape-resize-preview-stroke-color: var(--color-blue-205-100-50); 205 .djs-resize-overlay { 209 stroke: var(--shape-resize-preview-stroke-color); 231 .djs-cursor-resize-ns, 234 cursor: ns-resize; 237 .djs-cursor-resize-ew, 240 cursor: ew-resize; 243 .djs-cursor-resize-nwse, 246 cursor: nwse-resize; 249 .djs-cursor-resize-nesw, [all …]
|
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/ |
D | dmn-codes.css | 22 .dmn-icon-resize-big:before { content: '\e814'; } /* '' */ 23 .dmn-icon-resize-small:before { content: '\e815'; } /* '' */
|
D | dmn.css | 78 .dmn-icon-resize-big:before { content: '\e814'; } /* '' */ 79 .dmn-icon-resize-small:before { content: '\e815'; } /* '' */
|
/plugin/imagemapping/ |
D | script.js | 20 $(window).resize(function () {
|
/plugin/shell/ |
D | P0wnyShell.css | 49 resize: both; 88 resize: none;
|
/plugin/bpmnioeditor/ |
D | style.css | 79 --shape-resize-preview-stroke-color: var(--blue-base-65); 181 .djs-resize-overlay { 185 stroke: var(--shape-resize-preview-stroke-color); 208 .djs-cursor-resize-ns, 211 cursor: ns-resize; 214 .djs-cursor-resize-ew, 217 cursor: ew-resize; 220 .djs-cursor-resize-nwse, 223 cursor: nwse-resize; 226 .djs-cursor-resize-nesw, [all …]
|
/plugin/ajaxpeon/ |
D | script.js | 68 jQuery(window).resize(xxright_resize);
|
/plugin/latexport/examples/ |
D | simplest.tex | 15 \usepackage[export]{adjustbox} % To resize images.
|
/plugin/simplechat/ |
D | style.css | 10 #sc-send { resize: none; border: 3px solid #999; width: 400px; height: 2em;padding: 10px; font: 12p…
|
/plugin/imagecarousel/vendor/swipebox/js/ |
D | jquery.swipebox.js | 199 $this.resize(); 242 resize : function () { 245 $( window ).resize( function() { 247 } ).resize();
|
/plugin/diagramsnet/lib/js/diagramly/ |
D | Embed.js | 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')
|
/plugin/diagramsnet/lib/js/ |
D | embed.dev.js | 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')
|
/plugin/diagramsnet/lib/js/croppie/ |
D | croppie.min.css | 1 …resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical::after{left:50%;margin-left:…
|
/plugin/heatmap/ |
D | scripts.js | 25 window.onresize = () => { chart.resize() };
|
/plugin/photogallery/phpThumb/ |
D | README.md | 12 to resize their thumbnails, or link to your images from another server. The cache feature reduces s…
|
/plugin/indexmenu2/cms/extensions/ |
D | domextensions.js | 15 …if(!Node.prototype.fireEvent)Node.prototype.fireEvent=function(i){var I={resize:['HTMLEvents',1,0]… property
|
/plugin/achart/assets/ |
D | apexcharts.css | 417 cursor: ew-resize; 664 .resize-triggers { 670 .resize-triggers, 671 .resize-triggers>div, 683 .resize-triggers>div {
|
/plugin/virtualkeyboard/vk/extensions/ |
D | domextensions.js | 47 var eventTypes = { resize : ['HTMLEvents',1,0], property
|
12345678910>>...16