Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 25 of 70) sorted by relevance

123

/plugin/farmer/3rdparty/
H A DPHPIco.php29 …* @param array $sizes Optional. An array of sizes (each size is an array with a width and height) …
32 function __construct( $file = false, $sizes = array() ) { argument
53 $this->add_image( $file, $sizes );
65 …* @param array $sizes Optional. An array of sizes (each size is an array with a width and height) …
68 function add_image( $file, $sizes = array() ) { argument
73 if ( empty( $sizes ) )
74 $sizes = array( imagesx( $im ), imagesy( $im ) );
77 if ( ! is_array( $sizes[0] ) )
78 $sizes = array( $sizes );
80 foreach ( (array) $sizes as $size ) {
/plugin/combo/ComboStrap/
H A DRasterImageLink.php216 $sizes = "";
227 $sizes .= ", ";
233 $sizes .= $this->getSizes($breakpointWidth, $breakpointWidthMinusMargin);
245 $sizes .= ", ";
248 $sizes .= "{$targetWidth}px";
301 $attributes->addOutputAttributeValue("data-sizes", $sizes);
322 $attributes->addOutputAttributeValue("sizes", $sizes);
400 …$sizes = "(max-width: {$screenWidth}px) and (min-resolution:" . (3 * $dpiBase) . "dpi) " . intval(…
402 …$sizes .= ", (max-width: {$screenWidth}px) and (min-resolution:" . (1 * $dpiBase) . "dpi) {$imageW…
404 $sizes = "(max-width: {$screenWidth}px) {$imageWidth}px";
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSizesListResponse.php47 public function setSizes($sizes) argument
49 $this->sizes = $sizes;
56 return $this->sizes;
/plugin/icons/syntax/
H A Doxygen.php24 $sizes = array(8, 16, 22, 32, 48, 64, 128, 256, 512);
25 $size = (($size > max($sizes)) ? max($sizes) : $size);
H A Dbreeze.php24 $sizes = array(8, 16, 22, 32, 48, 64, 128, 256, 512);
25 $size = (($size > max($sizes)) ? max($sizes) : $size);
H A Dfugue.php24 $sizes = array(16, 24, 32);
25 $size = (($size > max($sizes)) ? max($sizes) : $size);
/plugin/a2s/
H A Dsyntax.php195 $sizes=array();
196 preg_match( '/width="(.*?)px" height="(.*?)px"/', $svgtxt, $sizes );
197 array_shift($sizes);
199 return array_map( function($v) { return ($v/96.0)."in"; }, $sizes );
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Product.php114 public $sizes; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2Product
505 public function setSizes($sizes) argument
507 $this->sizes = $sizes;
514 return $this->sizes;
/plugin/vshare/syntax/
H A Dvideo.php13 protected $sizes = [ variable in syntax_plugin_vshare_video
224 $known = join('|', array_keys($this->sizes));
230 return $this->sizes[strtolower($m[4])];
238 return $this->sizes['medium'];
/plugin/combo/resources/snippet/js/
H A Dlozad-raster.js8 el.sizes = el.dataset.sizes;
/plugin/vimeo/
H A Dsyntax.php202 $src = $video['pictures']['sizes'][2]['link_with_play_button'];
204 foreach ($video['pictures']['sizes'] as $picture) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DProduct.php311 public $sizes; variable in Google\\Service\\ShoppingContent\\Product
1458 public function setSizes($sizes) argument
1460 $this->sizes = $sizes;
1467 return $this->sizes;
/plugin/combo/syntax/
H A Drow.php314 $sizes = [];
333 $sizes[] = "$breakpoint-$ratio";
339 $sizeValue = implode(" ", $sizes);
/plugin/captcha/fonts/
H A DREADME3 should be aware that most fonts are very hard to read when used for small sizes.
/plugin/colorswatch/
H A Dstyle.css6 /* sizes etc. as CSS variables */
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc124 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
159 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
189 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc124 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
159 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
189 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
/plugin/cloud/
H A Dstyle.less11 /* Font sizes from largest to smallest font. */
/plugin/bootswrapper/exe/help/
H A Dmodal.txt60 ==== Optional sizes ====
62 Modals have two optional sizes, available via ''size'' attribute.
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js145 var sizes = [6, 8, 9, 10, 11, 12, 14, 18, 24, 36, 48, 72];
147 if (mxUtils.indexOf(sizes, this.defaultFontSize) < 0)
149 sizes.push(this.defaultFontSize);
150 sizes.sort(function(a, b)
195 for (var i = 0; i < sizes.length; i++)
197 addItem(sizes[i]);
208 if (mxUtils.indexOf(sizes, this.customFontSizes[i]) < 0)
/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample14.styles.css101 * Font sizes.
/plugin/stats/
H A Dsyntax.php895 $sizes = array();
898 $sizes[] = $size;
920 $DataSet->AddPoint($sizes,'sizes');
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1247 var sizes = res.icons[i].raster_sizes;
1248 var index = sizes.length - 1;
1250 while (index > 0 && sizes[index].size > 128)
1255 var size = sizes[index].size;
1256 var url = sizes[index].formats[0].preview_url;
/plugin/bibtex/OSBib/create/
H A Dosbib.css108 * alternate background colours and font sizes for <td>resources</td> in a bibliographic list
/plugin/combo/resources/library/combo/
H A DREADME.md22 …rt Parcel's targets, which will likely result in unnecessary transpilation and larger bundle sizes.

123