Home
last modified time | relevance | path

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

123

/dports/www/ilias6/ILIAS-6.14/Services/UI/classes/
H A Dclass.ilUIServiceDependencies.php5 use ILIAS\DI\UIServices; alias
26 * @var UIServices
32 * @param UIServices
36 …public function __construct(UIServices $ui, ilUIFilterRequestAdapter $request, ilUIFilterServiceSe…
46 * @return UIServices
H A Dclass.ilUIService.php5 use ILIAS\DI\UIServices; alias
27 public function __construct(ServerRequestInterface $request, UIServices $ui)
H A Dclass.ilUIFilterService.php5 use \ILIAS\DI\UIServices; alias
32 * @var UIServices
/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/
H A DCredentials.java42 …tatic final Map<String, UIServices.AuthenticationInfo> savedAuthInfo = Collections.synchronizedMap…
93 …public static UIServices.AuthenticationInfo forLocation(URI location, boolean prompt, UIServices.A… in forLocation()
128 UIServices.AuthenticationInfo loginDetails = null; in forLocation()
169 return new UIServices.AuthenticationInfo(username, password, true); in forLocation()
187 UIServices.AuthenticationInfo latest = restoreFromMemory(nodeName); in forLocation()
197 UIServices.AuthenticationInfo latest = restoreFromMemory(nodeName); in forLocation()
223 UIServices adminUIService = agent.getService(UIServices.class); in forLocation()
237 if (loginDetails == UIServices.AUTHENTICATION_PROMPT_CANCELED) in forLocation()
241 if (loginDetails == UIServices.AUTHENTICATION_PROMPT_CANCELED) { in forLocation()
327 private static UIServices.AuthenticationInfo restoreFromMemory(String nodeName) { in restoreFromMemory()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/repository/
H A DAllServerTests.java22 import org.eclipse.equinox.p2.core.UIServices;
37 static UIServices hookedAuthDialog;
38 private static ServiceRegistration<UIServices> certificateUIRegistration;
124 …certificateUIRegistration = context.registerService(UIServices.class, new DelegatingAuthService(),… in oneTimeSetUp()
164 static public void setServiceUI(UIServices hook) { in setServiceUI()
168 public static class DelegatingAuthService extends UIServices {
H A DAuthTest.java16 import org.eclipse.equinox.p2.core.UIServices;
84 public class AladdinNotSavedService extends UIServices {
H A DHttpStatusTest.java20 import org.eclipse.equinox.p2.core.UIServices;
175 public class AladdinNotSavedService extends UIServices {
H A DTimeoutTest.java19 import org.eclipse.equinox.p2.core.UIServices;
163 public class AladdinNotSavedService extends UIServices {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/testserver/helper/
H A DTestServerController.java21 import org.eclipse.equinox.p2.core.UIServices;
38 static UIServices hookedAuthDialog;
96 …certificateUIRegistration = context.registerService(UIServices.class.getName(), new DelegatingAuth… in oneTimeSetUp()
136 static public void setServiceUI(UIServices hook) { in setServiceUI()
140 public static class DelegatingAuthService extends UIServices {
H A DAbstractTestServerClientCase.java23 import org.eclipse.equinox.p2.core.UIServices;
123 public class AladdinNotSavedService extends UIServices {
152 public class BadLoginService extends UIServices {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/engine/
H A DCertificateCheckerTest.java23 import org.eclipse.equinox.p2.core.UIServices;
32 class CertificateTestService extends UIServices {
63 testAgent.registerService(UIServices.SERVICE_NAME, serviceUI); in setUp()
158 testAgent.registerService(UIServices.SERVICE_NAME, null); in testBug291049()
/dports/www/ilias6/ILIAS-6.14/Services/Tasks/classes/
H A Dclass.ilTaskServiceDependencies.php47 \ILIAS\DI\UIServices $ui,
93 public function ui() : \ILIAS\DI\UIServices
H A Dclass.ilTaskService.php32 \ILIAS\DI\UIServices $ui,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/
H A DUIServices.java31 public abstract class UIServices { class
35 public static final String SERVICE_NAME = UIServices.class.getName();
/dports/www/ilias/ILIAS-5.4.25/src/DI/
H A DContainer.php121 * @return UIServices
125 return new UIServices($this);
H A DUIServices.php9 class UIServices class
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/phases/
H A DCertificateChecker.java25 import org.eclipse.equinox.p2.core.UIServices;
26 import org.eclipse.equinox.p2.core.UIServices.TrustInfo;
65 UIServices serviceUI = agent.getService(UIServices.class); in checkCertificates()
/dports/www/ilias6/ILIAS-6.14/src/DI/
H A DContainer.php122 * @return UIServices
126 return new UIServices($this);
H A DUIServices.php9 class UIServices class
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/
H A DServiceUIComponent.java16 import org.eclipse.equinox.p2.core.UIServices;
/dports/www/ilias6/ILIAS-6.14/Services/UICore/classes/
H A Dclass.ilGlobalPageTemplate.php4 use ILIAS\DI\UIServices; alias
34 * @var UIServices
50 public function __construct(Services $gs, UIServices $ui, HTTPServices $http)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/repository/
H A DTimeoutTest.java17 import org.eclipse.equinox.p2.core.UIServices;
209 public class AladdinNotSavedService extends UIServices {
/dports/www/ilias/ILIAS-5.4.25/Services/LearningHistory/classes/
H A Dclass.ilLearningHistoryService.php45 …public function __construct(ilObjUser $user, ilLanguage $lng, \ILIAS\DI\UIServices $ui, ilAccessHa…
/dports/www/ilias6/ILIAS-6.14/Services/LearningHistory/classes/
H A Dclass.ilLearningHistoryService.php45 …public function __construct(ilObjUser $user, ilLanguage $lng, \ILIAS\DI\UIServices $ui, ilAccessHa…
/dports/www/ilias/ILIAS-5.4.25/Services/Certificate/classes/Migration/
H A Dclass.ilCertificateMigrationUIElements.php31 \ILIAS\DI\UIServices $ui = null,

123