/plugin/farmer/3rdparty/ |
H A D | PHPIco.php | 29 …* @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 D | RasterImageLink.php | 216 $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 D | SizesListResponse.php | 47 public function setSizes($sizes) argument 49 $this->sizes = $sizes; 56 return $this->sizes;
|
/plugin/icons/syntax/ |
H A D | oxygen.php | 24 $sizes = array(8, 16, 22, 32, 48, 64, 128, 256, 512); 25 $size = (($size > max($sizes)) ? max($sizes) : $size);
|
H A D | breeze.php | 24 $sizes = array(8, 16, 22, 32, 48, 64, 128, 256, 512); 25 $size = (($size > max($sizes)) ? max($sizes) : $size);
|
H A D | fugue.php | 24 $sizes = array(16, 24, 32); 25 $size = (($size > max($sizes)) ? max($sizes) : $size);
|
/plugin/a2s/ |
H A 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/ |
H A 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 | 13 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 D | lozad-raster.js | 8 el.sizes = el.dataset.sizes;
|
/plugin/vimeo/ |
H A 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/ |
H A 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/combo/syntax/ |
H A D | row.php | 314 $sizes = []; 333 $sizes[] = "$breakpoint-$ratio"; 339 $sizeValue = implode(" ", $sizes);
|
/plugin/captcha/fonts/ |
H A D | README | 3 should be aware that most fonts are very hard to read when used for small sizes.
|
/plugin/colorswatch/ |
H A D | style.css | 6 /* sizes etc. as CSS variables */
|
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/ |
H A 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/ |
H A 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/cloud/ |
H A D | style.less | 11 /* Font sizes from largest to smallest font. */
|
/plugin/bootswrapper/exe/help/ |
H A D | modal.txt | 60 ==== Optional sizes ==== 62 Modals have two optional sizes, available via ''size'' attribute.
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A 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/wysiwyg/fckeditor/_samples/html/ |
H A D | sample14.styles.css | 101 * Font sizes.
|
/plugin/stats/ |
H A D | syntax.php | 895 $sizes = array(); 898 $sizes[] = $size; 920 $DataSet->AddPoint($sizes,'sizes');
|
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
H A 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/bibtex/OSBib/create/ |
H A D | osbib.css | 108 * alternate background colours and font sizes for <td>resources</td> in a bibliographic list
|
/plugin/combo/resources/library/combo/ |
H A D | README.md | 22 …rt Parcel's targets, which will likely result in unnecessary transpilation and larger bundle sizes.
|