Home
last modified time | relevance | path

Searched refs:UrlType (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/net/kget/kget-21.12.3/core/
H A Durlchecker.h39 enum UrlType { enum
52 explicit UrlChecker(UrlType type);
101 … static UrlError checkUrl(const QUrl &url, const UrlType type, bool showNotification = false);
152 static QList<QUrl> hasExistingTransferMessages(const QList<QUrl> &urls, const UrlType type);
163 static QString message(const QUrl &url, const UrlType type, const UrlError error);
174 static QString message(const QUrl &url, const UrlType type, const UrlWarning warning);
180 static QString message(const QList<QUrl> &urls, const UrlType type, const UrlError error);
186 … static QString message(const QList<QUrl> &urls, const UrlType type, const UrlWarning warning);
204 UrlType type() const;
211 void setType(UrlType type);
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kinesisanalyticsv2/source/model/
H A DUrlType.cpp27 UrlType GetUrlTypeForName(const Aws::String& name) in GetUrlTypeForName()
32 return UrlType::FLINK_DASHBOARD_URL; in GetUrlTypeForName()
36 return UrlType::ZEPPELIN_UI_URL; in GetUrlTypeForName()
42 return static_cast<UrlType>(hashCode); in GetUrlTypeForName()
45 return UrlType::NOT_SET; in GetUrlTypeForName()
48 Aws::String GetNameForUrlType(UrlType enumValue) in GetNameForUrlType()
52 case UrlType::FLINK_DASHBOARD_URL: in GetNameForUrlType()
54 case UrlType::ZEPPELIN_UI_URL: in GetNameForUrlType()
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/mainwindow/statusbar/
H A Dtest_url.py72 assert url_widget._urltype == url.UrlType.hover
74 assert url_widget._urltype == url.UrlType.normal
78 (usertypes.LoadStatus.success, url.UrlType.success),
80 (usertypes.LoadStatus.error, url.UrlType.error),
81 (usertypes.LoadStatus.warn, url.UrlType.warn),
82 (usertypes.LoadStatus.loading, url.UrlType.normal),
83 (usertypes.LoadStatus.none, url.UrlType.normal)
126 url.UrlType.success
131 url.UrlType.success_https
136 url.UrlType.normal
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kinesisanalyticsv2/include/aws/kinesisanalyticsv2/model/
H A DCreateApplicationPresignedUrlRequest.h83 inline const UrlType& GetUrlType() const{ return m_urlType; } in GetUrlType()
95 inline void SetUrlType(const UrlType& value) { m_urlTypeHasBeenSet = true; m_urlType = value; } in SetUrlType()
101 …inline void SetUrlType(UrlType&& value) { m_urlTypeHasBeenSet = true; m_urlType = std::move(value)… in SetUrlType()
107 …inline CreateApplicationPresignedUrlRequest& WithUrlType(const UrlType& value) { SetUrlType(value)… in WithUrlType()
113 …inline CreateApplicationPresignedUrlRequest& WithUrlType(UrlType&& value) { SetUrlType(std::move(v… in WithUrlType()
141 UrlType m_urlType;
H A DUrlType.h16 enum class UrlType enum
25 AWS_KINESISANALYTICSV2_API UrlType GetUrlTypeForName(const Aws::String& name);
27 AWS_KINESISANALYTICSV2_API Aws::String GetNameForUrlType(UrlType value);
/dports/science/gramps/gramps-5.1.4/gramps/plugins/gramplet/
H A Drepositorydetails.py33 from gramps.gen.lib import UrlType
126 self.display_url(repo, UrlType(UrlType.EMAIL))
127 self.display_url(repo, UrlType(UrlType.WEB_HOME))
128 self.display_url(repo, UrlType(UrlType.WEB_SEARCH))
129 self.display_url(repo, UrlType(UrlType.WEB_FTP))
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/mainwindow/statusbar/
H A Durl.py32 class UrlType(enum.Enum): class
93 self._normal_url_type = UrlType.normal
112 self._urltype = UrlType.hover
118 self._urltype = UrlType.normal
136 self._normal_url_type = UrlType[status.name]
138 self._normal_url_type = UrlType.normal
154 self._normal_url_type = UrlType.normal
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/kinesisanalyticsv2/types/
H A Denums.go261 type UrlType string type
265 UrlTypeFlinkDashboardUrl UrlType = "FLINK_DASHBOARD_URL"
266 UrlTypeZeppelinUiUrl UrlType = "ZEPPELIN_UI_URL"
272 func (UrlType) Values() []UrlType {
273 return []UrlType{
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/
H A DUrlTag.java91 private UrlType type;
109 this.type = UrlType.ABSOLUTE; in setValue()
113 this.type = UrlType.CONTEXT_RELATIVE; in setValue()
117 this.type = UrlType.RELATIVE; in setValue()
207 if (this.type == UrlType.CONTEXT_RELATIVE) { in createUrl()
216 …if (this.type != UrlType.RELATIVE && this.type != UrlType.ABSOLUTE && !this.value.startsWith("/"))… in createUrl()
223 if (this.type != UrlType.ABSOLUTE) { in createUrl()
306 private enum UrlType { enum in UrlTag
/dports/science/gramps/gramps-5.1.4/gramps/gen/lib/
H A Durl.py42 from .urltype import UrlType
64 self.type = UrlType(source.type)
68 self.type = UrlType()
97 "type": UrlType.get_schema()
196 if self.type == UrlType.EMAIL and not self.path.startswith("mailto:"):
198 elif self.type == UrlType.WEB_FTP and not self.path.startswith("ftp://"):
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/kinesisanalyticsv2/types/
H A Denums.go217 type UrlType string type
221 UrlTypeFlinkDashboardUrl UrlType = "FLINK_DASHBOARD_URL"
227 func (UrlType) Values() []UrlType {
228 return []UrlType{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2/types/
H A Denums.go217 type UrlType string type
221 UrlTypeFlinkDashboardUrl UrlType = "FLINK_DASHBOARD_URL"
227 func (UrlType) Values() []UrlType {
228 return []UrlType{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/kinesisanalyticsv2/types/
H A Denums.go217 type UrlType string
221 UrlTypeFlinkDashboardUrl UrlType = "FLINK_DASHBOARD_URL"
227 func (UrlType) Values() []UrlType {
228 return []UrlType{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2/types/
H A Denums.go217 type UrlType string type
221 UrlTypeFlinkDashboardUrl UrlType = "FLINK_DASHBOARD_URL"
227 func (UrlType) Values() []UrlType {
228 return []UrlType{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/kinesisanalyticsv2/types/
H A Denums.go217 type UrlType string type
221 UrlTypeFlinkDashboardUrl UrlType = "FLINK_DASHBOARD_URL"
227 func (UrlType) Values() []UrlType {
228 return []UrlType{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/kinesisanalyticsv2/types/
H A Denums.go217 type UrlType string type
221 UrlTypeFlinkDashboardUrl UrlType = "FLINK_DASHBOARD_URL"
227 func (UrlType) Values() []UrlType {
228 return []UrlType{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/kinesisanalyticsv2/types/
H A Denums.go223 type UrlType string type
227 UrlTypeFlinkDashboardUrl UrlType = "FLINK_DASHBOARD_URL"
233 func (UrlType) Values() []UrlType {
234 return []UrlType{
/dports/games/flightgear/flightgear-2020.3.11/src/Add-ons/
H A DAddon.cxx63 QualifiedUrl::QualifiedUrl(UrlType type, string url, string detail) in QualifiedUrl()
69 UrlType QualifiedUrl::getType() const in getType()
72 void QualifiedUrl::setType(UrlType type) in setType()
309 std::multimap<UrlType, QualifiedUrl> Addon::getUrls() const in getUrls()
311 std::multimap<UrlType, QualifiedUrl> res; in getUrls()
320 appendIfNonEmpty(UrlType::author, author->getUrl(), author->getName()); in getUrls()
327 appendIfNonEmpty(UrlType::homePage, getHomePage()); in getUrls()
328 appendIfNonEmpty(UrlType::download, getDownloadUrl()); in getUrls()
329 appendIfNonEmpty(UrlType::support, getSupportUrl()); in getUrls()
330 appendIfNonEmpty(UrlType::codeRepository, getCodeRepositoryUrl()); in getUrls()
[all …]
H A DAddon.hxx45 enum class UrlType { enum
58 QualifiedUrl(UrlType type, std::string url, std::string detail = "");
60 UrlType getType() const;
61 void setType(UrlType type);
70 UrlType _type;
185 std::multimap<UrlType, QualifiedUrl> getUrls() const;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Streaming/SomaFM/
H A DSomaFMStation.cpp39 QMap<QString, SomaFM::Station::UrlType> urls;
123 urls[url] = SomaFM::Station::UrlType::MP3; in parseUrls()
134 urls[url] = SomaFM::Station::UrlType::AAC; in parseUrls()
244 SomaFM::Station::UrlType SomaFM::Station::urlType(const QString& url) const in urlType()
251 SomaFM::Station::UrlType urlType = this->urlType(url); in urlTypeString()
252 if(urlType == SomaFM::Station::UrlType::MP3) { in urlTypeString()
256 else if(urlType == SomaFM::Station::UrlType::AAC) { in urlTypeString()
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DInputInterpreter.cpp103 result.type = InterpreterResult::UrlType; in interpret()
113 result.type = InterpreterResult::UrlType; in interpret()
123 result.type = InterpreterResult::UrlType; in interpret()
141 result.type = InterpreterResult::UrlType; in interpret()
164 if (result.type == InterpreterResult::UrlType) in interpret()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dany.h47 typedef ArenaStringPtr UrlType; typedef
51 AnyMetadata(UrlType* type_url, ValueType* value);
81 UrlType* type_url_;
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/
H A Dany.h47 typedef ArenaStringPtr UrlType; typedef
51 AnyMetadata(UrlType* type_url, ValueType* value);
81 UrlType* type_url_;
/dports/x11/konsole/konsole-21.12.3/src/filterHotSpots/
H A DUrlFilterHotspot.cpp34 const UrlType kind = urlType(); in UrlFilterHotSpot()
42 UrlFilterHotSpot::UrlType UrlFilterHotSpot::urlType() const in urlType()
60 const UrlType kind = urlType(); in activate()
91 const UrlType kind = urlType(); in actions()
/dports/devel/grantlee5/grantlee-5.2.0/templates/lib/
H A Dcontext.h241 enum UrlType { enum
250 void setUrlType(UrlType type);
255 UrlType urlType() const;

1234567