Home
last modified time | relevance | path

Searched refs:startUrl (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/webapk/shell_apk/junit/src/org/chromium/webapk/shell_apk/
H A DMainActivityTest.java193 final String startUrl = "https://www.google.com/"; in testShouldLaunchInTabNonChromeBrowser() local
196 bundle.putString(WebApkMetaDataKeys.START_URL, startUrl); in testShouldLaunchInTabNonChromeBrowser()
197 bundle.putString(WebApkMetaDataKeys.SCOPE, startUrl); in testShouldLaunchInTabNonChromeBrowser()
217 final String startUrl = "https://www.google.com/"; in testShouldLaunchInTabWhenChromeVersionIsTooLow() local
221 bundle.putString(WebApkMetaDataKeys.SCOPE, startUrl); in testShouldLaunchInTabWhenChromeVersionIsTooLow()
241 final String startUrl = "https://www.google.com/"; in testShouldNotLaunchInTabWithNewVersionOfChrome() local
245 bundle.putString(WebApkMetaDataKeys.SCOPE, startUrl); in testShouldNotLaunchInTabWithNewVersionOfChrome()
254 assertWebApkLaunched(startedActivityIntent, startUrl); in testShouldNotLaunchInTabWithNewVersionOfChrome()
263 final String startUrl = "https://www.google.com/"; in testPropagatedDeepLinkExtras() local
276 bundle.putString(WebApkMetaDataKeys.SCOPE, startUrl); in testPropagatedDeepLinkExtras()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/firstrun/
H A DFirstRunIntegrationUnitTest.java202 String startUrl = "https://pwa.rocks/"; in testFreRelaunchesWebApkNotWebApkActivity() local
205 bundle.putString(WebApkMetaDataKeys.START_URL, startUrl); in testFreRelaunchesWebApkNotWebApkActivity()
208 WebApkTestHelper.addIntentFilterForUrl(webApkPackageName, startUrl); in testFreRelaunchesWebApkNotWebApkActivity()
233 String startUrl = "https://pwa.rocks/"; in testUserAcceptedLightweightFreLaunch() local
236 bundle.putString(WebApkMetaDataKeys.START_URL, startUrl); in testUserAcceptedLightweightFreLaunch()
239 WebApkTestHelper.addIntentFilterForUrl(webApkPackageName, startUrl); in testUserAcceptedLightweightFreLaunch()
260 String startUrl = "https://pwa.rocks/"; in testLightweightFre() local
263 bundle.putString(WebApkMetaDataKeys.START_URL, startUrl); in testLightweightFre()
266 WebApkTestHelper.addIntentFilterForUrl(webApkPackageName, startUrl); in testLightweightFre()
286 String startUrl = "https://pwa.rocks/"; in testFullFreIfWebApkInvalid() local
[all …]
/dports/editors/kate/kate-21.12.3/addons/katebuild-plugin/
H A DUrlInserter.cpp18 UrlInserter::UrlInserter(const QUrl &startUrl, QWidget *parent) in UrlInserter() argument
20 , m_startUrl(startUrl) in UrlInserter()
45 QUrl startUrl; in insertFolder() local
47 startUrl.setPath(m_lineEdit->text()); in insertFolder()
49 startUrl = m_startUrl; in insertFolder()
51 …der = QFileDialog::getExistingDirectory(this, i18n("Select directory to insert"), startUrl.path()); in insertFolder()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DWebApp.php25 public $startUrl; variable in Google_Service_AndroidManagement_WebApp
59 public function setStartUrl($startUrl) argument
61 $this->startUrl = $startUrl;
65 return $this->startUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DWebApp.php25 public $startUrl; variable in Google_Service_AndroidManagement_WebApp
59 public function setStartUrl($startUrl) argument
61 $this->startUrl = $startUrl;
65 return $this->startUrl;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/
H A DHostBrowserLauncherParams.java54 String startUrl = null; in createForIntent() local
73 startUrl = computeStartUrlForShareTarget(shareTargetMetaData, intent); in createForIntent()
77 startUrl = intent.getDataString(); in createForIntent()
82 startUrl = metadata.getString(WebApkMetaDataKeys.START_URL); in createForIntent()
87 if (startUrl == null) return null; in createForIntent()
89 startUrl = WebApkUtils.rewriteIntentUrlIfNecessary(startUrl, metadata); in createForIntent()
92 if (!doesUrlUseHttpOrHttpsScheme(startUrl)) return null; in createForIntent()
97 hostBrowserMajorChromiumVersion, dialogShown, intent, startUrl, source, in createForIntent()
210 String startUrl, int source, boolean forceNavigation, long launchTimeMs, in HostBrowserLauncherParams() argument
217 mStartUrl = startUrl; in HostBrowserLauncherParams()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/
H A DWebApp.php25 public $startUrl; variable in Google_Service_AndroidEnterprise_WebApp
60 public function setStartUrl($startUrl) argument
62 $this->startUrl = $startUrl;
66 return $this->startUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/
H A DWebApp.php25 public $startUrl; variable in Google_Service_AndroidEnterprise_WebApp
60 public function setStartUrl($startUrl) argument
62 $this->startUrl = $startUrl;
66 return $this->startUrl;
/dports/x11-fm/konqueror/konqueror-21.12.3/settings/konqhtml/
H A Dgeneralopts.cpp151 static StartPage urlToStartPageEnum(const QString &startUrl) in urlToStartPageEnum() argument
153 if (startUrl == QLatin1String("konq:blank")) { in urlToStartPageEnum()
156 if (startUrl == QLatin1String("konq:") || startUrl == QLatin1String("konq:konqueror")) { in urlToStartPageEnum()
159 if (startUrl == QLatin1String("bookmarks:") || startUrl == QLatin1String("bookmarks:/")) { in urlToStartPageEnum()
184 const QUrl startUrl(QUrl(userSettings.readEntry("StartURL", DEFAULT_STARTPAGE))); in load() local
186 startURL->setText(startUrl.toString()); in load()
187 const StartPage startPage = urlToStartPageEnum(startUrl.toString()); in load()
244 QString startUrl(startPageEnumToUrl(static_cast<StartPage>(choice))); in save() local
245 if (startUrl.isEmpty()) in save()
246 startUrl = startURL->text(); in save()
[all …]
/dports/databases/kexi/kexi-3.2.0/src/widget/
H A DKexiFileWidgetInterface.cpp44 QUrl startUrl; member in KexiFileWidgetInterface::Private
60 d->startUrl = KexiUtils::getStartUrl(startDirOrVariable, &d->recentDirClass, fileName); in KexiFileWidgetInterface()
62 d->startUrl = startDirOrVariable; in KexiFileWidgetInterface()
64 d->startUrl = startDirOrVariable; in KexiFileWidgetInterface()
65 d->startUrl.setPath(startDirOrVariable.path() + '/' + fileName); in KexiFileWidgetInterface()
74 QUrl KexiFileWidgetInterface::startUrl() const in startUrl() function in KexiFileWidgetInterface
76 return d->startUrl; in startUrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/
H A DWebApkActivityTestRule.java64 public WebappActivity startWebApkActivity(final String startUrl) { in startWebApkActivity() argument
68 intent.putExtra(ShortcutHelper.EXTRA_URL, startUrl); in startWebApkActivity()
71 return startWebApkActivity(intent, startUrl); in startWebApkActivity()
74 private WebappActivity startWebApkActivity(final Intent intent, final String startUrl) { in startWebApkActivity() argument
85 ChromeTabUtils.waitForTabPageLoaded(webApkActivity.getActivityTab(), startUrl); in startWebApkActivity() local
H A DWebApkUpdateManagerTest.java119 public String startUrl; field in WebApkUpdateManagerTest.CreationData
135 creationData.startUrl = mTestServer.getURL(WEBAPK_START_URL); in defaultCreationData()
181 creationData.manifestUrl, creationData.startUrl, in checkUpdateNeeded()
205 creationData.startUrl = in testCanonicalUrlsIdenticalShouldNotUpgrade()
222 creationData.startUrl = in testCanonicalUrlsDifferentShouldUpgrade()
235 creationData.startUrl = in testNoUpdateForPagesWithoutWST()
264 creationData.startUrl = in testNewMaskableIconShouldUpdate()
296 creationData.startUrl = in testManifestWithExtraShortcutsDoesNotCauseUpdate()
/dports/www/grafana8/grafana-8.3.6/public/app/features/playlist/
H A DPlaylistSrv.ts20 private declare startUrl: string; property in PlaylistSrv
41 window.location.href = this.startUrl;
74 this.startUrl = window.location.href;
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/webapps/
H A DWebAppManifest.java152 Uri startUrl = Uri.parse(manifest.optString("start_url", "/")); in readStartUrl() local
153 if (startUrl.isRelative()) { in readStartUrl()
154 startUrl = buildRelativeUrl(stripLastPathSegment(mManifestUri), startUrl); in readStartUrl()
157 return startUrl; in readStartUrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/webapk/android/libs/client/src/org/chromium/components/webapk/lib/client/
H A DWebApkValidator.java255 String startUrl = packageInfo.applicationInfo.metaData.getString(START_URL); in isNotWebApkQuick() local
256 return TextUtils.isEmpty(startUrl); in isNotWebApkQuick()
279 String startUrl = packageInfo.applicationInfo.metaData.getString(START_URL); in verifyMapsLite() local
280 if (startUrl == null || !startUrl.startsWith(MAPSLITE_URL_PREFIX)) { in verifyMapsLite()
H A DWebApkValidatorTest.java442 String sourceDir, String startUrl, String manifestUrl) { in newPackageInfo() argument
448 packageInfo.applicationInfo.metaData.putString(START_URL, startUrl + "?morestuff"); in newPackageInfo()
449 packageInfo.applicationInfo.metaData.putString(SCOPE, startUrl); in newPackageInfo()
458 String packageName, Signature signature, String startUrl, String manifestUrl) { in newPackageInfoWithBrowserSignature() argument
460 startUrl, manifestUrl); in newPackageInfoWithBrowserSignature()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Discovery/
H A DDynamicPhysicalDiscoSearcher.cs27 … internal DynamicPhysicalDiscoSearcher(string searchDir, string[] excludedUrls, string startUrl) : in DynamicPhysicalDiscoSearcher() argument
31 origUrl = startUrl; in DynamicPhysicalDiscoSearcher()
/dports/science/step/step-21.12.3/step/
H A Dmainwindow.h51 bool openFile(const QUrl& url = QUrl(), const QUrl& startUrl = QUrl());
52 bool saveFileAs(const QUrl& url = QUrl(), const QUrl& startUrl = QUrl());
/dports/www/nextcloud/nextcloud/apps-pkg/theming/lib/Controller/
H A DThemingController.php381 $startUrl = $this->urlGenerator->getBaseUrl();
388 $startUrl = $this->urlGenerator->getBaseUrl() . '/index.php/apps/' . $app . '/';
390 $startUrl = $this->urlGenerator->getBaseUrl() . '/apps/' . $app . '/';
397 'start_url' => $startUrl,
/dports/sysutils/signon-ui/signon-ui-075830f31096947fcea70802b8d3c142bccfbefa/src/
H A Dubuntu-browser-request.cpp45 Q_PROPERTY(QUrl startUrl READ startUrl CONSTANT) property in SignOnUi::UbuntuBrowserRequestPrivate
57 QUrl startUrl() const { return m_startUrl; } in startUrl() function in SignOnUi::UbuntuBrowserRequestPrivate
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dopenprojectpage.cpp24 OpenProjectPage::OpenProjectPage( const QUrl& startUrl, const QStringList& filters, in OpenProjectPage() argument
31 fileWidget = new KFileWidget( startUrl, this); in OpenProjectPage()
/dports/sysutils/signon-ui/signon-ui-075830f31096947fcea70802b8d3c142bccfbefa/src/qml/
H A Dbrowser-process.cpp45 Q_PROPERTY(QUrl startUrl READ startUrl CONSTANT) property in SignOnUi::BrowserProcessPrivate
57 QUrl startUrl() const { return m_startUrl; } in startUrl() function in SignOnUi::BrowserProcessPrivate
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqmain.cpp156 QUrl startUrl(KonqSettings::startURL()); in fixOldStartUrl() local
157 if (startUrl.scheme() == "about") { in fixOldStartUrl()
158 startUrl.setScheme(KonqUrl::scheme()); in fixOldStartUrl()
159 KonqSettings::setStartURL(startUrl.url()); in fixOldStartUrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/webapps/
H A DWebApkUpdateManagerUnitTest.java129 public void storeWebApkUpdateRequestToFile(String updateRequestPath, String startUrl, in storeWebApkUpdateRequestToFile() argument
222 public String startUrl; field in WebApkUpdateManagerUnitTest.ManifestData
287 metaData.putString(WebApkMetaDataKeys.START_URL, manifestData.startUrl); in registerWebApk()
347 manifestData.startUrl = START_URL; in defaultManifestData()
395 manifestData.startUrl, WebApkDistributor.BROWSER, in intentDataProviderFromManifestData()
923 oldData.scopeUrl = ShortcutHelper.getScopeFromUrl(oldData.startUrl); in testManifestEmptyScopeShouldNotUpgrade()
937 oldData.startUrl = "/fancy/scope/special/snowflake.html"; in testManifestNonEmptyScopeToEmptyScopeShouldUpgrade()
939 assertTrue(!oldData.scopeUrl.equals(ShortcutHelper.getScopeFromUrl(oldData.startUrl))); in testManifestNonEmptyScopeToEmptyScopeShouldUpgrade()
941 fetchedData.startUrl = "/fancy/scope/special/snowflake.html"; in testManifestNonEmptyScopeToEmptyScopeShouldUpgrade()
1113 oldData.startUrl = "/old_start_url.html"; in testManifestStartUrlChangedShouldUpgrade()
[all …]
/dports/www/falkon/falkon-3.2.0/src/lib/app/
H A Dbrowserwindow.cpp192 BrowserWindow::BrowserWindow(Qz::BrowserWindowType type, const QUrl &startUrl) in BrowserWindow() argument
194 , m_startUrl(startUrl) in BrowserWindow()
254 QUrl startUrl; in postLaunch() local
258 startUrl = QUrl(); in postLaunch()
262 startUrl = QUrl(QSL("falkon:speeddial")); in postLaunch()
268 startUrl = m_homepage; in postLaunch()
283 startUrl.clear(); in postLaunch()
302 startUrl = m_startUrl; in postLaunch()
318 m_tabWidget->addView(startUrl, Qz::NT_CleanSelectedTabAtTheEnd); in postLaunch()
320 if (startUrl.isEmpty() || startUrl.toString() == QLatin1String("falkon:speeddial")) { in postLaunch()

1234