| /plugin/farmer/vendor/splitbrain/php-ico/src/ |
| H A D | PhpIco.php | 26 … * @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 D | RasterImageLink.php | 179 $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/ |
| D | SizesListResponse.php | 47 public function setSizes($sizes) argument 49 $this->sizes = $sizes; 56 return $this->sizes;
|
| /plugin/icons/syntax/ |
| D | oxygen.php | 24 $sizes = array(8, 16, 22, 32, 48, 64, 128, 256, 512); 25 $size = (($size > max($sizes)) ? max($sizes) : $size);
|
| D | breeze.php | 24 $sizes = array(8, 16, 22, 32, 48, 64, 128, 256, 512); 25 $size = (($size > max($sizes)) ? max($sizes) : $size);
|
| D | fugue.php | 24 $sizes = array(16, 24, 32); 25 $size = (($size > max($sizes)) ? max($sizes) : $size);
|
| /plugin/a2s/ |
| D | syntax.php | 195 $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/ |
| D | GoogleCloudRetailV2Product.php | 114 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 D | video.php | 15 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 D | lozad-raster.js | 8 el.sizes = el.dataset.sizes;
|
| /plugin/farmer/vendor/splitbrain/php-ico/ |
| H A D | README.md | 53 …oduces `example.ico` from the `example.gif` source file. In this example, sizes were passed to the… 55 …sizes 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/ |
| D | syntax.php | 202 $src = $video['pictures']['sizes'][2]['link_with_play_button']; 204 foreach ($video['pictures']['sizes'] as $picture) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
| D | Product.php | 311 public $sizes; variable in Google\\Service\\ShoppingContent\\Product 1458 public function setSizes($sizes) argument 1460 $this->sizes = $sizes; 1467 return $this->sizes;
|
| /plugin/fontsizefixed/ |
| D | plugin.info.txt | 6 desc Allow different font sizes.
|
| /plugin/simplebox/ |
| D | README.md | 3 A plugin that adds support for displaying boxes in various sizes and colors with text.
|
| /plugin/captcha/fonts/ |
| D | README | 3 should be aware that most fonts are very hard to read when used for small sizes.
|
| /plugin/colorswatch/ |
| D | style.css | 6 /* sizes etc. as CSS variables */
|
| /plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/ |
| D | smiley.js.unc | 124 // 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/ |
| D | smiley.js.unc | 124 // 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/ |
| D | modal.txt | 60 ==== Optional sizes ==== 62 Modals have two optional sizes, available via ''size'' attribute.
|
| /plugin/cloud/ |
| D | style.less | 11 /* Font sizes from largest to smallest font. */
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Menus.js | 145 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/ |
| D | Sidebar.js | 1247 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/ |
| D | syntax.php | 895 $sizes = array(); 898 $sizes[] = $size; 920 $DataSet->AddPoint($sizes,'sizes');
|
| /plugin/wysiwyg/fckeditor/_samples/html/ |
| D | sample14.styles.css | 101 * Font sizes.
|