Home
last modified time | relevance | path

Searched refs:WIDTH (Results 1 – 25 of 42) sorted by relevance

12

/plugin/photogallery/
DpgFetch.php22 $WIDTH = $INPUT->int('w'); variable
44 list($STATUS, $STATUSMESSAGE) = checkFileStatus($MEDIA, $FILE, $REV, $WIDTH, $HEIGHT);
55 'width' => $WIDTH,
85 if((substr($MIME, 0, 5) == 'image') && ($WIDTH || $HEIGHT)) {
87 $data['file'] = $FILE = media_photogallery_image($data['file'],$EXT,$WIDTH,$HEIGHT,$opt);
89 if($HEIGHT && $WIDTH) {
90 $data['file'] = $FILE = media_crop_image($data['file'], $EXT, $WIDTH, $HEIGHT);
92 $data['file'] = $FILE = media_resize_image($data['file'], $EXT, $WIDTH, $HEIGHT);
107 list($STATUS, $STATUSMESSAGE) = checkLocalFileStatus($FILE, $WIDTH, $HEIGHT);
113 $FILE = media_photogallery_image($FILE,$EXT,$WIDTH,$HEIGHT,$opt);
[all …]
/plugin/templateconfhelper/action/
Dfetchaction.php33 global $data, $conf, $MEDIA, $EXT, $WIDTH, $HEIGHT;
59 if((substr($MIME,0,5) == 'image') && $WIDTH){
61 $file = media_crop_image($file,$EXT,$WIDTH,$HEIGHT);
63 $file = media_resize_image($file,$EXT,$WIDTH,$HEIGHT);
/plugin/pgn4web/
Dpgn4web.patch4 …(this,event);" ONFOCUS="this.blur();"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '…
6 …(this,event);" ONFOCUS="this.blur();"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '…
11 …(this,event);" ONFOCUS="this.blur();"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '…
/plugin/google_adsense2/lang/en/
Dintro.txt27 Options may be: WIDTH and or direction like LEFT and RIGHT e.g. %%{{googleads>ads_under_sidebar_lef…
/plugin/imageflow/
DREADME.md24 <image %IMAGE%[?width=%WIDTH%&linkto=%LINKTO%]>%DESCRIPTION%</image>
32 __``%WIDTH%``__ (optional)|Width in px. The only option that should be given, so that DokuWiki will…
/plugin/codeblockedit/
H A Dstyle.css21 width: 22px; /* <<< BUTTON WIDTH: Adjust along with icon size */
/plugin/advrack/
Djquery.qtip.js38 WIDTH = 'width',
2333 inner.attr(WIDTH, newSize[0] * SCALE).attr(HEIGHT, newSize[1] * SCALE);
2334 inner.css(WIDTH, newSize[0]).css(HEIGHT, newSize[1]);
2974 …overflow2 = initialPos + elemLength - (lengthName === WIDTH ? viewportWidth : viewportHeight) - si…
2988 …-containerOffset[side1] + viewportOffset[side1] + (lengthName === WIDTH ? viewportWidth : viewport…
3031 …left: methodX !== 'none' ? calculate( X, Y, methodX, adjust.x, LEFT, RIGHT, WIDTH, targetWidth, el…
3362 tipAdjust = (plugin.corner.precedance === 'x') ? [WIDTH, LEFT] : [HEIGHT, TOP];
3384 if(style.width) { tooltip.css(WIDTH, style.width); }
3389 tooltip.css(WIDTH, '').appendTo(this.redrawContainer);
3408 tooltip.css(WIDTH, Math.round(width)).appendTo(container);
/plugin/grensladawritezor/fckeditor/
Dfckeditor.cfm170 …<textarea name="#attributes.instanceName#" rows="4" cols="40" style="WIDTH: #attributes.width#; HE…
Dfckeditor.cfc136 …<textarea name="#this.instanceName#" rows="4" cols="40" style="WIDTH: #this.width#; HEIGHT: #this.…
/plugin/wysiwyg/fckeditor/
Dfckeditor.cfm204 …<textarea name="#attributes.instanceName#" rows="4" cols="40" style="WIDTH: #attributes.width#; HE…
Dfckeditor.cfc167 …result = result & "<textarea name=""#this.instanceName#"" rows=""4"" cols=""40"" style=""WIDTH: #t…
/plugin/openlayersmapoverlays/lib/
Dlayers.js59 ….toBBOX(null,reverseAxisOrder):bounds.toArray(reverseAxisOrder);newParams.WIDTH=imageSize.w;newPar…
/plugin/diagramsnet/lib/math/jax/element/mml/
Djax.js19WIDTH:{AUTO:"auto",FIT:"fit"},ACTIONTYPE:{TOGGLE:"toggle",STATUSLINE:"statusline",TOOLTIP:"tooltip… property
/plugin/pgn4web/pgn4web/
Dpgn4web.js3352 …(this,event);" ONFOCUS="this.blur();"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '…
3354 …(this,event);" ONFOCUS="this.blur();"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '…
/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js1865 w = geoRect[mxGraphMlConstants.WIDTH];
3019 WIDTH: "Width", property
/plugin/diagramsnet/lib/math/config/
DMML_HTMLorMML.js50WIDTH:{AUTO:"auto",FIT:"fit"},ACTIONTYPE:{TOGGLE:"toggle",STATUSLINE:"statusline",TOOLTIP:"tooltip… property
DAM_HTMLorMML.js49WIDTH:{AUTO:"auto",FIT:"fit"},ACTIONTYPE:{TOGGLE:"toggle",STATUSLINE:"statusline",TOOLTIP:"tooltip… property
DAccessible.js66WIDTH:{AUTO:"auto",FIT:"fit"},ACTIONTYPE:{TOGGLE:"toggle",STATUSLINE:"statusline",TOOLTIP:"tooltip… property
DTeX-MML-AM_HTMLorMML.js63WIDTH:{AUTO:"auto",FIT:"fit"},ACTIONTYPE:{TOGGLE:"toggle",STATUSLINE:"statusline",TOOLTIP:"tooltip… property
DMML_HTMLorMML-full.js52WIDTH:{AUTO:"auto",FIT:"fit"},ACTIONTYPE:{TOGGLE:"toggle",STATUSLINE:"statusline",TOOLTIP:"tooltip… property
DTeX-MML-AM_SVG-full.js59WIDTH:{AUTO:"auto",FIT:"fit"},ACTIONTYPE:{TOGGLE:"toggle",STATUSLINE:"statusline",TOOLTIP:"tooltip… property
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js2472 mxVsdxConstants.WIDTH = "Width";
8917 …{ return m[k] ? m[k] : null; })(_this.cellElements, com.mxgraph.io.vsdx.mxVsdxConstants.WIDTH), 0);
9856 …lement$double(_this.getCellElement$java_lang_String(com.mxgraph.io.vsdx.mxVsdxConstants.WIDTH), 0);
10530 …lValue$org_w3c_dom_Element$double(this.getShapeNode(com.mxgraph.io.vsdx.mxVsdxConstants.WIDTH), 0);
10553 …lValue$org_w3c_dom_Element$double(this.getShapeNode(com.mxgraph.io.vsdx.mxVsdxConstants.WIDTH), 0);
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dbootstrap.min.js.map1WIDTH : 'width',\n HEIGHT : 'height'\n}\n\nconst Selector = {\n ACTIVES : '.show, .collapsi…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js6WIDTH",48:"UNDO",49:"CUT",50:"COPY",51:"PASTE",52:"CLEAR",53:"PASTE.SPECIAL",54:"EDIT.DELETE",55:"…
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.js.map1WIDTH = 'width'\nconst HEIGHT = 'height'\n\nconst SELECTOR_ACTIVES = '.show, .collapsing'\nconst S…

12