Home
last modified time | relevance | path

Searched refs:aspect (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DPartOfSpeech.php25 public $aspect; variable in Google\\Service\\CloudNaturalLanguage\\PartOfSpeech
74 public function setAspect($aspect) argument
76 $this->aspect = $aspect;
83 return $this->aspect;
/plugin/database2/
H A Dmedia.php376 $aspect = ( imagesx( $img ) / imagesy( $img ) ); variable
379 $height = round( $width / $aspect );
381 $width = round( $height * $aspect );
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Daspect-ratio-fill.svg1 <svg class="bi bi-aspect-ratio-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Daspect-ratio.svg1 <svg class="bi bi-aspect-ratio" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/vshare/
H A Dall.css2 aspect-ratio: 16/9;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc4 Almost every aspect of the client is configurable. Most users only need to
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md37 * Removed the 'trailing data' aspect of decoded types.
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxAsyncCanvas.js148 mxAsyncCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
H A DmxJsCanvas.js525 mxJsCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
541 if (aspect)
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js550 mxVsdxCanvas2D.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
636 aspect = (aspect != null) ? aspect : true;
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js107 macroData.aspect = vSettings.aspect;
1810 aspect: macroData.aspect, property in desc.viewerSettings
/plugin/drawio/
H A DREADME.md35 … PR or an Issue please make sure your contribution works. Very important aspect of all contributio…
/plugin/sphinxsearch-was/
H A DINSTALL79 into separate files. You should be able to edit ''css/style.css'' to change the aspect of
/plugin/flowplay/flowplayer/
H A DREADME.txt111 …ially the size is maximized according to the 'videoHeight' setting and preserving the aspect ratio.
134 …"fill window" that will fill all available space (does not care about preserving the aspect ratios)
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …", \"aspect-ratio\",\n \"min-aspect-ratio\", \"max-aspect-ratio\", \"device-aspect-ratio\",\n …
H A Dstylus.min.js.map1 …-height\",\"aspect-ratio\",\"min-aspect-ratio\",\"max-aspect-ratio\",\"device-aspect-ratio\",\"min…
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki108 …size - in case the image is not quadratic, the other dimension will be reduced per aspect ratio. ||
/plugin/flowplay2/flowplayer/
H A DREADME.txt283 …ially the size is maximized according to the 'videoHeight' setting and preserving the aspect ratio.
306 …"fill window" that will fill all available space (does not care about preserving the aspect ratios)
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt687 aspect ratio no longer use EXIF thumbnails as source unless
716 images. This allows you to display any image aspect
1069 * 'bw=0' to force aspect ratio has been replaced by
1070 'far=1' (force aspect ratio)
1488 regardless of source aspect ration. Set the 'bw'
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js8967 function addButton(data, mimeType, x, y, w, h, img, aspect, title) argument
9108 if (aspect != null)
9110 entry.aspect = aspect;
9118 img.aspect = 'fixed';
9345 addButton(img.data, null, 0, 0, img.w, img.h, img, img.aspect, img.title);
11861 …this.aspect = {pageId : pageId || (editorUi.pages? editorUi.pages[0].getId() : null), layerIds : l… class in AspectDialog
12032 if(this.aspect.pageId == pageId)
12071 if(this.aspect.layerIds.indexOf(layer.id) != -1)
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2aspect);let l=a.z/2+Math.abs(a.x/2/Math.tan(n/2)),s=a.z/2+Math.abs(a.y/2/Math.tan(i/2)),r=Math.max…
H A Dthree.min.js2aspect=void 0!==e?e:1,this.view=null,this.filmGauge=35,this.filmOffset=0,this.updateProjectionMatr… property in cameraR._cache
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt111 ['pixel_aspect_ratio']=>double() // pixel display aspect ratio
1131 ['aspect']=>string() //
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt132 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default184 …ground_hexcolor'] = 'FFFFFF'; // Default background color when thumbnail aspect ratio does not mat…

1234