Home
last modified time | relevance | path

Searched refs:goUrl (Results 1 – 6 of 6) sorted by relevance

/dports/www/e107/e107/e107_plugins/download/
H A Drequest.php79 …$goUrl = e107::url('download', 'index', null, array('query'=>array('action'=>'error','id'=>1))); /… variable
80 e107::redirect($goUrl);
255 $goUrl = e107::url('download', 'index', null, array('query'=>array('action'=>'error','id'=>1))); variable
256 e107::redirect($goUrl);
393 $goUrl = e107::url('download', 'index', null, array('query'=>array('action'=>'error','id'=>2)));
394 e107::redirect($goUrl);
426 $goUrl = e107::url('download', 'index', null, array('query'=>array('action'=>'error','id'=>2)));
427 e107::redirect($goUrl);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/api/
H A Doauth.php327 $goUrl = rtrim(go()->getSettings()->URL, '/') . '/';
328 $endpointBase = $goUrl . 'api/oauth.php';
333 'issuer' => $goUrl,
/dports/sysutils/khelpcenter/khelpcenter-21.12.3/
H A Dhistory.h52 void goUrl( const QUrl & );
H A Dhistory.cpp226 Q_EMIT goUrl( current->url ); in goHistory() local
H A Dmainwindow.cpp155 connect( &History::self(), &History::goUrl, mNavigator, &Navigator::selectItem ); in MainWindow()
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqmainwindow.cpp3829 QAction *goUrl = actionCollection()->addAction(QStringLiteral("go_url")); in initActions() local
3830 goUrl->setIcon(QIcon::fromTheme(QStringLiteral("go-jump-locationbar"))); in initActions()
3831 goUrl->setText(i18n("Go")); in initActions()
3832 connect(goUrl, &QAction::triggered, this, &KonqMainWindow::goURL); in initActions()
3833 goUrl->setWhatsThis(i18n("<html>Go<br /><br />" in initActions()