Home
last modified time | relevance | path

Searched refs:ImageStyle (Results 1 – 25 of 142) sorted by relevance

123456

/dports/www/drupal8/drupal-8.9.20/core/modules/media_library/tests/src/Functional/Update/
H A DMediaLibraryUpdateFormAndViewDisplaysTest.php8 use Drupal\image\Entity\ImageStyle; alias
36 $this->assertNull(ImageStyle::load('media_library'));
42 $this->assertInstanceOf(ImageStyle::class, ImageStyle::load('media_library'));
/dports/www/drupal8/drupal-8.9.20/core/modules/image/tests/src/Functional/
H A DImageAdminStylesTest.php8 use Drupal\image\Entity\ImageStyle; alias
146 $style = ImageStyle::load($style_name);
231 $style = ImageStyle::load($style_name);
296 foreach (ImageStyle::loadMultiple() as $image_style) {
315 $style = ImageStyle::create(['name' => $style_name, 'label' => $style_label]);
355 $style = ImageStyle::load($new_style_name);
366 $replacement_style = ImageStyle::load('thumbnail');
432 $style = ImageStyle::create(['name' => $style_name, 'label' => $this->randomString()]);
462 $style = ImageStyle::create(['name' => $style_name, 'label' => $style_label]);
501 $this->assertNull(ImageStyle::load($style_name), 'Style deleted after config import.');
[all …]
H A DFileMoveTest.php7 use Drupal\image\Entity\ImageStyle; alias
43 $styles = ImageStyle::loadMultiple();
/dports/www/drupal9/drupal-9.2.10/core/modules/image/tests/src/Functional/
H A DImageAdminStylesTest.php8 use Drupal\image\Entity\ImageStyle; alias
148 $style = ImageStyle::load($style_name);
234 $style = ImageStyle::load($style_name);
302 foreach (ImageStyle::loadMultiple() as $image_style) {
320 $style = ImageStyle::create(['name' => $style_name, 'label' => $style_label]);
361 $style = ImageStyle::load($new_style_name);
372 $replacement_style = ImageStyle::load('thumbnail');
438 $style = ImageStyle::create(['name' => $style_name, 'label' => $this->randomString()]);
469 $style = ImageStyle::create(['name' => $style_name, 'label' => $style_label]);
508 $this->assertNull(ImageStyle::load($style_name), 'Style deleted after config import.');
[all …]
H A DFileMoveTest.php7 use Drupal\image\Entity\ImageStyle; alias
43 $styles = ImageStyle::loadMultiple();
/dports/www/drupal8/drupal-8.9.20/core/modules/image/tests/src/Kernel/
H A DImageImportTest.php5 use Drupal\image\Entity\ImageStyle; alias
24 $style = ImageStyle::create([
42 $style = ImageStyle::load('test');
H A DImageStyleIntegrationTest.php9 use Drupal\image\Entity\ImageStyle; alias
46 $style = ImageStyle::create(['name' => 'main_style']);
49 $replacement = ImageStyle::create(['name' => 'replacement_style']);
133 $style = ImageStyle::create(['name' => 'main_style']);
/dports/www/drupal9/drupal-9.2.10/core/modules/image/tests/src/Kernel/
H A DImageImportTest.php5 use Drupal\image\Entity\ImageStyle; alias
24 $style = ImageStyle::create([
42 $style = ImageStyle::load('test');
H A DImageStyleIntegrationTest.php9 use Drupal\image\Entity\ImageStyle; alias
46 $style = ImageStyle::create(['name' => 'main_style']);
49 $replacement = ImageStyle::create(['name' => 'replacement_style']);
133 $style = ImageStyle::create(['name' => 'main_style']);
/dports/www/drupal8/drupal-8.9.20/core/modules/responsive_image/tests/src/Functional/
H A DResponsiveImageFieldDisplayTest.php5 use Drupal\image\Entity\ImageStyle; alias
287 $large_style = ImageStyle::load('large');
296 $thumbnail_style = ImageStyle::load('thumbnail');
309 $medium_style = ImageStyle::load('medium');
406 $thumbnail_style = ImageStyle::load('thumbnail');
452 $large_style = ImageStyle::load('large');
453 $medium_style = ImageStyle::load('medium');
509 $large_style = ImageStyle::load('large');
/dports/www/drupal9/drupal-9.2.10/core/modules/responsive_image/tests/src/Functional/
H A DResponsiveImageFieldDisplayTest.php5 use Drupal\image\Entity\ImageStyle; alias
287 $large_style = ImageStyle::load('large');
296 $thumbnail_style = ImageStyle::load('thumbnail');
309 $medium_style = ImageStyle::load('medium');
404 $thumbnail_style = ImageStyle::load('thumbnail');
450 $large_style = ImageStyle::load('large');
451 $medium_style = ImageStyle::load('medium');
507 $large_style = ImageStyle::load('large');
/dports/www/drupal8/drupal-8.9.20/core/modules/image/src/Plugin/Field/FieldFormatter/
H A DImageFormatter.php12 use Drupal\image\Entity\ImageStyle; alias
245 if ($style_id && $style = ImageStyle::load($style_id)) {
260 if ($style_id && $style = ImageStyle::load($style_id)) {
266 if ($replacement_id && ImageStyle::load($replacement_id)) {
/dports/www/drupal9/drupal-9.2.10/core/modules/image/src/Plugin/Field/FieldFormatter/
H A DImageFormatter.php11 use Drupal\image\Entity\ImageStyle; alias
244 if ($style_id && $style = ImageStyle::load($style_id)) {
259 if ($style_id && $style = ImageStyle::load($style_id)) {
265 if ($replacement_id && ImageStyle::load($replacement_id)) {
/dports/www/drupal9/drupal-9.2.10/core/modules/image/tests/src/Functional/Rest/
H A DImageStyleResourceTestBase.php5 use Drupal\image\Entity\ImageStyle; alias
49 $camelids = ImageStyle::create([
/dports/www/drupal8/drupal-8.9.20/core/modules/image/tests/src/Functional/Rest/
H A DImageStyleResourceTestBase.php5 use Drupal\image\Entity\ImageStyle; alias
49 $camelids = ImageStyle::create([
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DTreeView.cs159 class ImageStyle class in System.Web.UI.WebControls.TreeView
187 …imageStyles [TreeViewImageSet.Events] = new ImageStyle (null, null, null, "warning", "warning", "w… in TreeView()
188 …imageStyles [TreeViewImageSet.Inbox] = new ImageStyle (null, null, null, "inbox", "inbox", "inbox"… in TreeView()
189 …imageStyles [TreeViewImageSet.Msdn] = new ImageStyle ("box_plus", "box_minus", "box_noexpand", nul… in TreeView()
190 … imageStyles [TreeViewImageSet.Simple] = new ImageStyle (null, null, "box_full", null, null, null); in TreeView()
191 …imageStyles [TreeViewImageSet.Simple2] = new ImageStyle (null, null, "box_empty", null, null, null… in TreeView()
712 ImageStyle GetImageStyle () in GetImageStyle()
715 return (ImageStyle) imageStyles [ImageSet]; in GetImageStyle()
1113 ImageStyle imageStyle = GetImageStyle (); in OnPreRender()
1374 ImageStyle imageStyle = GetImageStyle (); in RenderNode()
[all …]
/dports/devel/upp/upp/reference/Chameleon/
H A Dmain.cpp58 Button::Style ImageStyle() in ImageStyle() function
86 Button::StyleNormal().Write() = ImageStyle(); in ImageSkin()
116 simage = ImageStyle(); in MyApp()
/dports/www/drupal9/drupal-9.2.10/core/modules/image/tests/src/Functional/ImageEffect/
H A DConvertTest.php6 use Drupal\image\Entity\ImageStyle; alias
31 $image_style = ImageStyle::create([
/dports/www/drupal9/drupal-9.2.10/core/modules/image/src/Plugin/Field/FieldWidget/
H A DImageWidget.php12 use Drupal\image\Entity\ImageStyle; alias
307 if ($style_id && $style = ImageStyle::load($style_id)) {
323 if ($style_id && $style = ImageStyle::load($style_id)) {
330 if ($replacement_id && ImageStyle::load($replacement_id)) {
/dports/www/drupal8/drupal-8.9.20/core/modules/image/src/Plugin/Field/FieldWidget/
H A DImageWidget.php12 use Drupal\image\Entity\ImageStyle; alias
307 if ($style_id && $style = ImageStyle::load($style_id)) {
323 if ($style_id && $style = ImageStyle::load($style_id)) {
330 if ($replacement_id && ImageStyle::load($replacement_id)) {
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@nteract/outputs/src/components/media/
H A Dimage.tsx10 const ImageStyle = styled.img`
24 <ImageStyle
/dports/security/keybase/client-v5.7.1/shared/styles/
H A Dcss.d.ts2 import {ViewStyle, TextStyle, ImageStyle} from 'react-native'
116 export type _StylesMobile = ViewStyle & TextStyle & ImageStyle & _StylesMobileOverride
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/tests/src/Functional/
H A DImageStyleTest.php6 use Drupal\image\Entity\ImageStyle; alias
61 $camelids = ImageStyle::create([
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/tests/src/Functional/
H A DImageStyleTest.php6 use Drupal\image\Entity\ImageStyle; alias
61 $camelids = ImageStyle::create([
/dports/www/drupal8/drupal-8.9.20/core/modules/media/tests/src/FunctionalJavascript/
H A DMediaSourceImageTest.php7 use Drupal\image\Entity\ImageStyle; alias
107 ImageStyle::load('large')->delete();
169 if (ImageStyle::load('large')) {

123456