Home
last modified time | relevance | path

Searched refs:KEY_URL (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/kgraphviewer/kgraphviewer-2.4.3/src/part/
H A Dgraphelement.h85 inline QString url() const {return m_attributes[KEY_URL];} in url()
86 inline void setUrl(const QString& theUrl) {m_attributes[KEY_URL] = theUrl;} in setUrl()
128 static const QString KEY_URL; variable
H A Dgraphelement.cpp41 const QString GraphElement::KEY_URL = QLatin1String("URL"); member in KGraphViewer::GraphElement
/dports/net/grilo/grilo-0.3.14/tests/python/
H A Dconstants.py29 KEY_URL = 'url' variable
39 KEY_TITLE, KEY_URL, KEY_WIDTH]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/webapps/
H A DWebappDataStorageTest.java64 assertEquals("url", WebappDataStorage.KEY_URL); in testBackwardCompat()
132 mSharedPreferences.edit().putString(WebappDataStorage.KEY_URL, url).apply(); in testUrlRetrieval()
206 assertEquals(url, mSharedPreferences.getString(WebappDataStorage.KEY_URL, null)); in testWebappInfoUpdate()
225 .remove(WebappDataStorage.KEY_URL) in testWebappInfoUpdate()
238 assertEquals(null, mSharedPreferences.getString(WebappDataStorage.KEY_URL, null)); in testWebappInfoUpdate()
255 assertEquals(url, mSharedPreferences.getString(WebappDataStorage.KEY_URL, null)); in testWebappInfoUpdate()
H A DWebappRegistryTest.java502 WebappDataStorage.KEY_URL, WebappDataStorage.URL_INVALID); in testClearWebappHistory()
508 WebappDataStorage.KEY_URL, WebappDataStorage.URL_INVALID); in testClearWebappHistory()
527 WebappDataStorage.KEY_URL, WebappDataStorage.URL_INVALID); in testClearWebappHistory()
533 WebappDataStorage.KEY_URL, WebappDataStorage.URL_INVALID); in testClearWebappHistory()
569 WebappDataStorage.KEY_URL, WebappDataStorage.URL_INVALID); in testUpdateAfterClearWebappHistory()
582 actualUrl = webappPrefs.getString(WebappDataStorage.KEY_URL, WebappDataStorage.URL_INVALID); in testUpdateAfterClearWebappHistory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/webapps/
H A DWebappDataStorage.java42 static final String KEY_URL = "url"; field in WebappDataStorage
220 return ShortcutHelper.createWebappShortcutIntent(mId, mPreferences.getString(KEY_URL, null), in createWebappLaunchIntent()
249 String url = mPreferences.getString(KEY_URL, URL_INVALID); in updateFromWebappIntentDataProvider()
252 editor.putString(KEY_URL, url); in updateFromWebappIntentDataProvider()
322 editor.remove(KEY_URL); in clearHistory()
347 return mPreferences.getString(KEY_URL, URL_INVALID); in getUrl()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/
H A DWebServiceParameters.cpp46 static const char* KEY_URL = "Url"; variable
59 key == KEY_URL || in IsReservedKey()
271 std::string url = GetStringMember(peer, KEY_URL, ""); in FromAdvancedFormat()
530 value[KEY_URL] = url_; in Serialize()
618 target[KEY_URL] = url_; in FormatPublic()
/dports/security/gnutls/gnutls-3.6.16/doc/examples/
H A Dex-cert-select-pkcs11.c37 #define KEY_URL "pkcs11:manufacturer=SomeManufacturer;object=Private%20Key" \ macro
105 CHECK(gnutls_certificate_set_x509_key_file(xcred, CERT_URL, KEY_URL, in main()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DWebServiceParameters.cpp46 static const char* KEY_URL = "Url"; variable
60 key == KEY_URL || in IsReservedKey()
275 std::string url = GetStringMember(peer, KEY_URL, ""); in FromAdvancedFormat()
545 value[KEY_URL] = url_; in Serialize()
634 target[KEY_URL] = url_; in FormatPublic()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/
H A DWebServiceParameters.cpp46 static const char* KEY_URL = "Url"; variable
60 key == KEY_URL || in IsReservedKey()
275 std::string url = GetStringMember(peer, KEY_URL, ""); in FromAdvancedFormat()
545 value[KEY_URL] = url_; in Serialize()
634 target[KEY_URL] = url_; in FormatPublic()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DWebServiceParameters.cpp46 static const char* KEY_URL = "Url"; variable
60 key == KEY_URL || in IsReservedKey()
275 std::string url = GetStringMember(peer, KEY_URL, ""); in FromAdvancedFormat()
545 value[KEY_URL] = url_; in Serialize()
634 target[KEY_URL] = url_; in FormatPublic()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DWebServiceParameters.cpp46 static const char* KEY_URL = "Url"; variable
60 key == KEY_URL || in IsReservedKey()
275 std::string url = GetStringMember(peer, KEY_URL, ""); in FromAdvancedFormat()
545 value[KEY_URL] = url_; in Serialize()
634 target[KEY_URL] = url_; in FormatPublic()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/app/src/test/java/org/mozilla/gecko/activitystream/homepanel/topstories/
H A DTestPocketStoriesLoader.java23 private static final String KEY_URL = "url"; field in TestPocketStoriesLoader
53 storyItem.put(KEY_URL, POCKET_URL); in makeBasicStoryItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/
H A DCustomTabsConnectionTest.java307 urlBundle.putParcelable(CustomTabsService.KEY_URL, Uri.parse(URL)); in testUnderstandsLowConfidenceMayLaunchUrl()
324 urlStringBundle.putString(CustomTabsService.KEY_URL, URL); in testLowConfidenceMayLaunchUrlOnlyAcceptUris()
329 urlUriBundle.putParcelable(CustomTabsService.KEY_URL, Uri.parse(URL)); in testLowConfidenceMayLaunchUrlOnlyAcceptUris()
348 invalidBundle.putParcelable(CustomTabsService.KEY_URL, new Intent()); in testLowConfidenceMayLaunchUrlDoesntCrash()
365 urlBundle.putParcelable(CustomTabsService.KEY_URL, Uri.parse(URL)); in testStillHighConfidenceMayLaunchUrlWithSeveralUrls()
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/opds/
H A Dopdsprovider.cpp84 static const QLatin1String KEY_URL{"data##url="}; variable
396 tags.append(KEY_URL + linkUrl); in parseFeedData()
595 if (string.startsWith(KEY_URL)) { in loadEntryDetails()
621 if (string.startsWith(KEY_URL)) { in loadPayloadLink()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/customtabs/
H A DGeckoCustomTabsService.java89 Uri listUri = listItem.getParcelable(KEY_URL); in mayLaunchUrl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/url/
H A DIntroURL.java104 public static final String KEY_URL = "url"; //$NON-NLS-1$ field in IntroURL
179 return openBrowser(getParameter(KEY_URL), in doExecute()
187 return openURL(getParameter(KEY_URL), getParameter(KEY_PLUGIN_ID)); in doExecute()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/rss/
H A Drss_feed.cpp54 const QString KEY_URL(QStringLiteral("url")); variable
507 jsonObj.insert(KEY_URL, url()); in toJsonValue()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/
H A DAbstractRepositoryManager.java73 public static final String KEY_URL = "url"; //$NON-NLS-1$ field in AbstractRepositoryManager
541 locationString = node.get(KEY_URL, null); in getRepositoryLocation()
857 changed |= putValue(node, KEY_URL, null); in remember()
891 changed |= putValue(node, KEY_URL, null); in remember()
/dports/www/grails/grails-1.3.6/scripts/
H A DReleasePlugin.groovy71 KEY_URL = "url"
103 aHashMap[KEY_URL] = "${aURL.protocol}://${aURL.host}${aURL.path}".toString()
106 aHashMap[KEY_URL] = "${aURL.protocol}://${aURL.host}:${aURL.port}${aURL.path}".toString()
144 repoMapTmp[it.key] = aMap[KEY_URL]
191 aUrl = tokenizeUrl[KEY_URL]
/dports/x11/plank/plank-0.11.89/lib/Services/
H A DSystem.vala184 var url = keyfile.get_string (KeyFileDesktop.GROUP, KeyFileDesktop.KEY_URL);
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DGMPUtils.jsm131 KEY_URL: "media.gmp-manager.url",
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DGMPUtils.jsm112 KEY_URL: "media.gmp-manager.url",
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/
H A DGMPUtils.jsm139 KEY_URL: "media.gmp-manager.url",
/dports/www/firefox/firefox-99.0/toolkit/modules/
H A DGMPUtils.jsm147 KEY_URL: "media.gmp-manager.url",

12