Home
last modified time | relevance | path

Searched refs:imageUrl (Results 1 – 25 of 773) sorted by relevance

12345678910>>...31

/dports/www/gallery2/gallery2/modules/webcam/templates/
H A DItemAddWebCam.tpl10 {if empty($form.imageUrl) || !empty($form.error)}
14 name="{g->formVar var="form[imageUrl]"}" value="{$form.imageUrl}"/>
16 {if isset($form.error.imageUrl.missing)}
21 {if isset($form.error.imageUrl.invalid)}
26 {if isset($form.error.imageUrl.unavailable)}
31 {if isset($form.error.imageUrl.notImage)}
43 {g->text text="URL: %s" arg1=$form.imageUrl}
50 <img src="{$form.imageUrl}" alt="{$form.imageUrl}"/>
53 <input type="hidden" name="{g->formVar var="form[imageUrl]"}" value="{$form.imageUrl}"/>
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/leanplum/
H A DLeanplumInboxMessage.java48 private String imageUrl; field in LeanplumInboxMessage
54 imageUrl = context.stringNamed(Constants.Keys.INBOX_IMAGE); in LeanplumInboxMessage()
55 if (imageUrl != null) { in LeanplumInboxMessage()
57 imageFileName = Util.sha256(imageUrl); in LeanplumInboxMessage()
116 if (TextUtils.isEmpty(imageUrl)) { in getImageUrl()
120 return Uri.parse(imageUrl); in getImageUrl()
151 if (TextUtils.isEmpty(imageUrl) || LeanplumInbox.downloadedImageUrls.contains(imageUrl)) { in downloadImageIfPrefetchingEnabled()
156 imageUrl, imageUrl, null); in downloadImageIfPrefetchingEnabled()
157 LeanplumInbox.downloadedImageUrls.add(imageUrl); in downloadImageIfPrefetchingEnabled()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DBackgroundImagePanel.java51 public BackgroundImagePanel(URL imageUrl) { in BackgroundImagePanel() argument
52 setBackgroundImage(imageUrl); in BackgroundImagePanel()
60 public final void setBackgroundImage(URL imageUrl) { in setBackgroundImage() argument
61 if (imageUrl != null) { in setBackgroundImage()
63 img = ImageIO.read(imageUrl); in setBackgroundImage()
78 public final void setBackgroundImage(URL imageUrl, double scale) { in setBackgroundImage() argument
79 this.setBackgroundImage(imageUrl); in setBackgroundImage()
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Image/QueryResult/
H A DProductImage.php59 private $imageUrl; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Image\\QueryResult\\ProductImage
71 * @param string $imageUrl
79 string $imageUrl, argument
86 $this->imageUrl = $imageUrl;
127 return $this->imageUrl;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor.php20 public $imageUrl; variable in Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor
23 public function setImageUrl($imageUrl) argument
25 $this->imageUrl = $imageUrl;
29 return $this->imageUrl;
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.php20 public $imageUrl; variable in Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor
25 public function setImageUrl($imageUrl) argument
27 $this->imageUrl = $imageUrl;
31 return $this->imageUrl;
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.php21 public $imageUrl; variable in Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating
34 public function setImageUrl($imageUrl) argument
36 $this->imageUrl = $imageUrl;
40 return $this->imageUrl;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/
H A DActingUser.php21 public $imageUrl; variable in Google_Service_FirebaseHosting_ActingUser
31 public function setImageUrl($imageUrl) argument
33 $this->imageUrl = $imageUrl;
37 return $this->imageUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FactCheckTools/
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor.php20 public $imageUrl; variable in Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor
23 public function setImageUrl($imageUrl) argument
25 $this->imageUrl = $imageUrl;
29 return $this->imageUrl;
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.php20 public $imageUrl; variable in Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor
25 public function setImageUrl($imageUrl) argument
27 $this->imageUrl = $imageUrl;
31 return $this->imageUrl;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/JobService/
H A DCompletionResult.php20 public $imageUrl; variable in Google_Service_JobService_CompletionResult
24 public function setImageUrl($imageUrl) argument
26 $this->imageUrl = $imageUrl;
30 return $this->imageUrl;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/
H A DImage.php20 public $imageUrl; variable in Google_Service_ManufacturerCenter_Image
24 public function setImageUrl($imageUrl) argument
26 $this->imageUrl = $imageUrl;
30 return $this->imageUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ManufacturerCenter/
H A DImage.php20 public $imageUrl; variable in Google_Service_ManufacturerCenter_Image
24 public function setImageUrl($imageUrl) argument
26 $this->imageUrl = $imageUrl;
30 return $this->imageUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/JobService/
H A DCompletionResult.php20 public $imageUrl; variable in Google_Service_JobService_CompletionResult
24 public function setImageUrl($imageUrl) argument
26 $this->imageUrl = $imageUrl;
30 return $this->imageUrl;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DWebPartDescription.cs22 public WebPartDescription(string id, string title, string description, string imageUrl) { in WebPartDescription() argument
32 _imageUrl = (imageUrl != null) ? imageUrl : String.Empty; in WebPartDescription()
49 string imageUrl = part.CatalogIconImageUrl; in WebPartDescription()
50 _imageUrl = (imageUrl != null) ? imageUrl : String.Empty; in WebPartDescription()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/
H A DImage.php21 public $imageUrl; variable in Google_Service_HangoutsChat_Image
33 public function setImageUrl($imageUrl) argument
35 $this->imageUrl = $imageUrl;
39 return $this->imageUrl;
H A DCardHeader.php21 public $imageUrl; variable in Google_Service_HangoutsChat_CardHeader
33 public function setImageUrl($imageUrl) argument
35 $this->imageUrl = $imageUrl;
39 return $this->imageUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HangoutsChat/
H A DGoogleAppsCardV1Image.php21 public $imageUrl; variable in Google_Service_HangoutsChat_GoogleAppsCardV1Image
33 public function setImageUrl($imageUrl) argument
35 $this->imageUrl = $imageUrl;
39 return $this->imageUrl;
H A DImage.php21 public $imageUrl; variable in Google_Service_HangoutsChat_Image
33 public function setImageUrl($imageUrl) argument
35 $this->imageUrl = $imageUrl;
39 return $this->imageUrl;
H A DCardHeader.php21 public $imageUrl; variable in Google_Service_HangoutsChat_CardHeader
33 public function setImageUrl($imageUrl) argument
35 $this->imageUrl = $imageUrl;
39 return $this->imageUrl;
H A DGoogleAppsCardV1CardHeader.php22 public $imageUrl; variable in Google_Service_HangoutsChat_GoogleAppsCardV1CardHeader
42 public function setImageUrl($imageUrl) argument
44 $this->imageUrl = $imageUrl;
48 return $this->imageUrl;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/doc/library/Doc/Renderer/
H A DDocRenderer.php22 protected $imageUrl; variable in Icinga\\Module\\Doc\\Renderer\\DocRenderer
52 return $this->imageUrl;
58 * @param string $imageUrl
62 public function setImageUrl($imageUrl) argument
64 $this->imageUrl = (string) $imageUrl;
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Combination/QueryResult/
H A DEditableCombinationForListing.php76 private $imageUrl; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Combination\\QueryResult\\EditableCombinationForListing
86 * @param string|null $imageUrl
96 ?string $imageUrl = null argument
105 $this->imageUrl = $imageUrl;
169 return $this->imageUrl;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Books/
H A DSeriesSeries.php21 public $imageUrl; variable in Google_Service_Books_SeriesSeries
34 public function setImageUrl($imageUrl) argument
36 $this->imageUrl = $imageUrl;
40 return $this->imageUrl;
/dports/deskutils/dosage/dosage-2.17/dosagelib/plugins/
H A Dl.py27 def namer(self, imageUrl, pageUrl): argument
30 ext = imageUrl.rsplit('.', 1)[-1]
99 def namer(self, imageUrl, pageUrl): argument
101 filename = imageUrl.rsplit('/', 1)[-1]
132 def namer(self, imageUrl, pageUrl): argument
133 return imageUrl.rsplit('/', 1)[-1].split('-', 1)[1]
159 def namer(self, imageUrl, pageUrl): argument
161 ext = imageUrl.rsplit('.', 1)[-1]
194 def namer(self, imageUrl, pageUrl): argument

12345678910>>...31