Home
last modified time | relevance | path

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

/dports/x11-fm/konqueror/konqueror-21.12.3/settings/konqhtml/
H A Dgeneralopts.cpp111 homeURL = new QLineEdit(this); in addHomeUrlWidgets()
112 homeURL->setWindowTitle(i18nc("@title:window", "Select Home Page")); in addHomeUrlWidgets()
113 formLayout->addRow(label, homeURL); in addHomeUrlWidgets()
114 connect(homeURL, &QLineEdit::textChanged, this, &KKonqGeneralOptions::slotChanged); in addHomeUrlWidgets()
115 label->setBuddy(homeURL); in addHomeUrlWidgets()
121 homeURL->setToolTip(homestr); in addHomeUrlWidgets()
185 homeURL->setText(homeUrl.toString()); in load()
229 homeURL->setText(QUrl(DEFAULT_HOMEPAGE).toString()); in defaults()
248 userSettings.writeEntry("HomeURL", homeURL->text()); in save()
H A Dgeneralopts.h42 QLineEdit *homeURL; variable
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/runners/locations/autotests/
H A Dlocationsrunnertest.cpp85 const QUrl homeURL = QUrl::fromLocalFile(QDir::homePath()); in shouldProduceResult_data() local
86 QTest::newRow("folder") << QDir::homePath() << QVariant(homeURL); in shouldProduceResult_data()
87 QTest::newRow("folder tilde") << KShell::tildeCollapse(QDir::homePath()) << QVariant(homeURL); in shouldProduceResult_data()
88 QTest::newRow("folder URL") << homeURL.toString() << QVariant(homeURL); in shouldProduceResult_data()
/dports/multimedia/iriverter/iriverter-0.16/src/org/thestaticvoid/iriverter/
H A DHelpBrowser.java13 private String homeURL; field in HelpBrowser
19 homeURL = url; in HelpBrowser()
53 browser.setUrl(homeURL); in HelpBrowser()
79 browser.setUrl(homeURL); in widgetSelected()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/jamendo/
H A DJamendoMeta.cpp200 JamendoArtist::setHomeURL( const QString &homeURL ) in setHomeURL() argument
202 m_homeURL = homeURL; in setHomeURL()
206 JamendoArtist::homeURL( ) const in homeURL() function in JamendoArtist
H A DJamendoMeta.h112 void setHomeURL( const QString &homeURL );
113 QString homeURL() const;
H A DJamendoDatabaseHandler.cpp224 + sqlDb->escape( jArtist->homeURL() ) + "' );"; in insertArtist()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/utils/
H A DFileUtils.java182 final String homeURL = ScilabConstants.SCIHOME.toURI().toURL().toString(); in decodeStyle() local
192 xml = xml.replaceAll("\\$SCIHOME", homeURL); in decodeStyle()
202 xml = xml.replaceAll("\\$SCIHOME", homeURL); in decodeStyle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug326117_EmbeddedBrowser.java79 public static Browser installBrowser(Composite parent, String homeURL) in installBrowser() argument
82 browser.setUrl(homeURL); in installBrowser()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.webapp/advanced/
H A DcontentToolbar.jsp28 String homeURL = UrlUtil.getHelpURL(prefs.getHelpHome());
63 <jsp:param name="param" value="<%=homeURL%>"/>
/dports/sysutils/khelpcenter/khelpcenter-21.12.3/
H A Dnavigator.h39 QUrl homeURL();
H A Dnavigator.cpp303 if ( url != homeURL() ) { in selectItem()
543 QUrl Navigator::homeURL() in homeURL() function in Navigator
H A Dmainwindow.cpp435 viewUrl( mNavigator->homeURL() ); in slotShowHome()
/dports/graphics/renrot/renrot-1.2.0/
H A Drenrot43 my $homeURL = 'http://puszcza.gnu.org.ua/projects/renrot/'; # homepage of the project
57 NAMESPACE => [ 'RenRot' => $homeURL ],
221 value => $homeURL,
1020 my @left_up_row = ("RenRot v$VERSION (r$REVISION)", $homeURL);
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/handler/impl/
H A DAbstractHandler.cpp428 pair<bool,const char*> homeURL=application.getString("homeURL"); in recoverRelayState() local
429 if (homeURL.first) in recoverRelayState()
430 relayState = homeURL.second; in recoverRelayState()
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/components/
H A DSafeMode.jsm74 let url = Services.io.newURI(shell.homeURL, null, null)
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsGlobalWindowOuter.cpp4586 nsAutoString homeURL; in HomeOuter() local
4587 Preferences::GetLocalizedString(PREF_BROWSER_STARTUP_HOMEPAGE, homeURL); in HomeOuter()
4589 if (homeURL.IsEmpty()) { in HomeOuter()
4594 CopyASCIItoUTF16(DEFAULT_HOME_PAGE, homeURL); in HomeOuter()
4608 int32_t firstPipe = homeURL.FindChar('|'); in HomeOuter()
4611 homeURL.Truncate(firstPipe); in HomeOuter()
4622 aError = webNav->LoadURI(homeURL.get(), nsIWebNavigation::LOAD_FLAGS_NONE, in HomeOuter()
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkfilewidget.cpp2632 QUrl homeURL; in togglePlacesPanel() local
2633 homeURL.setPath(QDir::homePath()); in togglePlacesPanel()
2639 if (homeURL.matches(url, QUrl::StripTrailingSlash)) { in togglePlacesPanel()
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqmainwindow.cpp1701 const QString homeURL = m_paHomePopup->data().toString(); in slotHome() local
1715 openFilteredUrl(homeURL, req); in slotHome()
1718 openFilteredUrl(homeURL, req); in slotHome()
1720 const QUrl finalURL = KonqMisc::konqFilteredURL(this, homeURL); in slotHome()
1725 openFilteredUrl(homeURL, false); in slotHome()
2108 actHomePage->setData(KonqSettings::homeURL()); in slotPartActivated()
/dports/devel/cdash/CDash-2-2-3/
H A DcreateProject.xsl256 <input name="homeURL" onchange="saveChanges();"
257 onfocus="showHelp('homeurl_help');" type="text" id="homeURL"
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsGlobalWindow.cpp7579 nsAdoptingString homeURL = in HomeOuter() local
7582 if (homeURL.IsEmpty()) { in HomeOuter()
7587 CopyASCIItoUTF16(DEFAULT_HOME_PAGE, homeURL); in HomeOuter()
7601 int32_t firstPipe = homeURL.FindChar('|'); in HomeOuter()
7604 homeURL.Truncate(firstPipe); in HomeOuter()
7615 aError = webNav->LoadURI(homeURL.get(), in HomeOuter()
/dports/www/sogo/SOGo-5.4.0/
H A DChangeLog.old8818 we properly fallback to the homeURL field when
/dports/www/sogo-activesync/SOGo-5.4.0/
H A DChangeLog.old8818 we properly fallback to the homeURL field when
/dports/www/sogo2/SOGo-2.4.1/
H A DChangeLog.old8818 we properly fallback to the homeURL field when
/dports/net/keycloak/keycloak-15.1.1/themes/keycloak.v2/admin/resources/
H A Dindex.js.map4homeURL\",\n cellFormatters: [formattedLinkTableCell(), emptyFormatter()],\n cellRen…