Home
last modified time | relevance | path

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

1234

/plugin/farmer/vendor/splitbrain/php-ico/src/
H A DPhpIco.php26 … * @param array $sizes Optional. An array of sizes (each size is an array with a width and height)
30 public function __construct($file = false, $sizes = array()) argument
57 $this->addImage($file, $sizes);
70 …* @param array $sizes Optional. An array of sizes (each size is an array with a width and height) …
75 public function addImage($file, $sizes = array()) argument
82 if (empty($sizes)) {
83 $sizes = array(imagesx($im), imagesy($im));
87 if (!is_array($sizes[0])) {
88 $sizes = array($sizes);
91 foreach ((array)$sizes as $size) {
/plugin/combo/ComboStrap/
H A DRasterImageLink.php179 $sizes = "";
216 $sizes .= ", ";
239 $sizes .= $this->getSizes($breakpointPixels, $breakpointWidthMinusMargin);
250 $sizes .= ", ";
253 $sizes .= "{$targetWidth}px";
306 $attributes->addOutputAttributeValue("data-sizes", $sizes);
327 $attributes->addOutputAttributeValue("sizes", $sizes);
372 …$sizes = "(max-width: {$screenWidth}px) and (min-resolution:" . (3 * $dpiBase) . "dpi) " . intval(…
373 …$sizes .= ", (max-width: {$screenWidth}px) and (min-resolution:" . (2 * $dpiBase) . "dpi) " . intv…
374 …$sizes .= ", (max-width: {$screenWidth}px) and (min-resolution:" . (1 * $dpiBase) . "dpi) {$imageW…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DSizesListResponse.php47 public function setSizes($sizes) argument
49 $this->sizes = $sizes;
56 return $this->sizes;
/plugin/icons/syntax/
Doxygen.php24 $sizes = array(8, 16, 22, 32, 48, 64, 128, 256, 512);
25 $size = (($size > max($sizes)) ? max($sizes) : $size);
Dbreeze.php24 $sizes = array(8, 16, 22, 32, 48, 64, 128, 256, 512);
25 $size = (($size > max($sizes)) ? max($sizes) : $size);
Dfugue.php24 $sizes = array(16, 24, 32);
25 $size = (($size > max($sizes)) ? max($sizes) : $size);
/plugin/a2s/
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/
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.php15 protected $sizes = [ variable in syntax_plugin_vshare_video
232 $known = implode('|', array_keys($this->sizes));
238 return $this->sizes[strtolower($m[4])];
246 return $this->sizes['medium'];
/plugin/combo/resources/snippet/js/
H A Dlozad-raster.js8 el.sizes = el.dataset.sizes;
/plugin/farmer/vendor/splitbrain/php-ico/
H A DREADME.md53 …oduces `example.ico` from the `example.gif` source file. In this example, sizes were passed to the…
55sizes contained inside an ICO file can create much better results. For instance, you can use a hig…
73 By using this feature of supplying multiple source images with specific sizes for each, you can gen…
83 $sizes = [
90 $ico = new \splitbrain\phpico\PhpIco( $source, $sizes );
94 …2x32, and 48x48 image sizes cover all the sizes that browsers and Windows will try to use a favico…
/plugin/vimeo/
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/
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/fontsizefixed/
Dplugin.info.txt6 desc Allow different font sizes.
/plugin/simplebox/
DREADME.md3 A plugin that adds support for displaying boxes in various sizes and colors with text.
/plugin/captcha/fonts/
DREADME3 should be aware that most fonts are very hard to read when used for small sizes.
/plugin/colorswatch/
Dstyle.css6 /* sizes etc. as CSS variables */
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
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/
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/bootswrapper/exe/help/
Dmodal.txt60 ==== Optional sizes ====
62 Modals have two optional sizes, available via ''size'' attribute.
/plugin/cloud/
Dstyle.less11 /* Font sizes from largest to smallest font. */
/plugin/diagramsnet/lib/js/grapheditor/
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/diagramsnet/lib/js/diagramly/sidebar/
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/stats/
Dsyntax.php895 $sizes = array();
898 $sizes[] = $size;
920 $DataSet->AddPoint($sizes,'sizes');
/plugin/wysiwyg/fckeditor/_samples/html/
Dsample14.styles.css101 * Font sizes.

1234