Home
last modified time | relevance | path

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

12345678910>>...14

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Security/Authentication/ExtendedProtection/
H A DServiceNameCollection.cs40 : this(list, additionalCapacity: GetCountOrOne(serviceNames)) in ServiceNameCollection()
44 AddIfNew(serviceNames, expectStrings: false); in ServiceNameCollection()
75 …ic ServiceNameCollection Merge(IEnumerable serviceNames) => new ServiceNameCollection(InnerList, s… field in System.Security.Authentication.ExtendedProtection.ServiceNameCollection
82 List<string> list = serviceNames as List<string>; in AddIfNew()
98 foreach (object item in serviceNames) in AddIfNew()
111 private void AddIfNew(List<string> serviceNames) in AddIfNew() argument
113 Debug.Assert(serviceNames != null); in AddIfNew()
115 foreach (string serviceName in serviceNames) in AddIfNew()
124 private void AddIfNew(IList serviceNames) in AddIfNew() argument
126 Debug.Assert(serviceNames != null); in AddIfNew()
[all …]
/dports/devel/gitlist/gitlist/vendor/silex/silex/src/Silex/
H A DConstraintValidatorFactory.php33 protected $serviceNames; variable in Silex\\ConstraintValidatorFactory
39 * @param array $serviceNames Validator service names
41 …public function __construct(\Pimple $container, array $serviceNames = array(), $propertyAccessor =… argument
49 $this->serviceNames = $serviceNames;
59 if (isset($this->serviceNames[$name])) {
60 return $this->container[$this->serviceNames[$name]];
/dports/www/itop/web/lib/silex/vendor/silex/silex/src/Silex/Provider/Validator/
H A DConstraintValidatorFactory.php34 protected $serviceNames; variable in Silex\\Provider\\Validator\\ConstraintValidatorFactory
40 * @param array $serviceNames Validator service names
42 …public function __construct(Container $container, array $serviceNames = array(), $propertyAccessor… argument
47 $this->serviceNames = $serviceNames;
57 if (isset($this->serviceNames[$name])) {
58 return $this->container[$this->serviceNames[$name]];
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/services/
H A DXServiceManagerStub.java44 private static String serviceNames[] = { field in XServiceManagerStub
79 String result[] = new String[serviceNames.length]; in getServiceNames()
80 System.arraycopy(serviceNames, 0, result, 0, serviceNames.length); in getServiceNames()
92 for (int i = 0; i < serviceNames.length; i++) in lookup()
93 if (serviceNames[i].equals(name)) in lookup()
97 for (int i = 0; i < serviceNames.length; i++) in lookup()
98 if (-1 != serviceNames[i].indexOf(name)) in lookup()
/dports/www/bolt/bolt-2.2.24/vendor/silex/silex/src/Silex/
H A DConstraintValidatorFactory.php34 protected $serviceNames; variable in Silex\\ConstraintValidatorFactory
45 * @param array $serviceNames Validator service names
47 public function __construct(\Pimple $container, array $serviceNames = array()) argument
50 $this->serviceNames = $serviceNames;
81 if (isset($this->serviceNames[$name])) {
82 return $this->container[$this->serviceNames[$name]];
/dports/www/itop/web/lib/silex/vendor/silex/silex/src/Silex/
H A DConstraintValidatorFactory.php34 protected $serviceNames; variable in Silex\\ConstraintValidatorFactory
45 * @param array $serviceNames Validator service names
47 public function __construct(\Pimple $container, array $serviceNames = array()) argument
50 $this->serviceNames = $serviceNames;
81 if (isset($this->serviceNames[$name])) {
82 return $this->container[$this->serviceNames[$name]];
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/postgresql/
H A Dpq_statics.cxx185 ist.serviceNames = Sequence< OUString > ( 1 ); in getStatics()
186 ist.serviceNames[0] = "com.sun.star.sdbcx.Table"; in getStatics()
202 statics.refl.tableDescriptor.serviceNames[0] = in getStatics()
241 statics.refl.columnDescriptor.serviceNames[0] = in getStatics()
265 statics.refl.key.serviceNames = Sequence< OUString > ( 1 ); in getStatics()
266 statics.refl.key.serviceNames[0] = "com.sun.star.sdbcx.Key"; in getStatics()
285 statics.refl.keyDescriptor.serviceNames[0] = in getStatics()
326 statics.refl.keycolumnDescriptor.serviceNames[0] = in getStatics()
372 statics.refl.userDescriptor.serviceNames[0] = in getStatics()
402 statics.refl.indexDescriptor.serviceNames[0] = in getStatics()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/test/deployment/active/
H A Dactive_python.py32 serviceNames = ("com.sun.star.test.deployment.active_python",) variable in Provider
41 return ServiceName in self.serviceNames
44 return self.serviceNames
59 serviceNames = () variable in Dispatch
68 return ServiceName in self.serviceNames
71 return self.serviceNames
93 Provider, Provider.implementationName, Provider.serviceNames)
96 Dispatch, Dispatch.implementationName, Dispatch.serviceNames)
104 for j in i.serviceNames:
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/test/deployment/active/
H A Dactive_python.py32 serviceNames = ("com.sun.star.test.deployment.active_python",) variable in Provider
41 return ServiceName in self.serviceNames
44 return self.serviceNames
59 serviceNames = () variable in Dispatch
68 return ServiceName in self.serviceNames
71 return self.serviceNames
93 Provider, Provider.implementationName, Provider.serviceNames)
96 Dispatch, Dispatch.implementationName, Dispatch.serviceNames)
104 for j in i.serviceNames:
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/postgresql/
H A Dpq_statics.cxx187 ist.serviceNames = Sequence< OUString > ( 1 ); in getStatics()
188 ist.serviceNames[0] = "com.sun.star.sdbcx.Table"; in getStatics()
241 statics.refl.columnDescriptor.serviceNames[0] = in getStatics()
265 statics.refl.key.serviceNames = Sequence< OUString > ( 1 ); in getStatics()
266 statics.refl.key.serviceNames[0] = "com.sun.star.sdbcx.Key"; in getStatics()
285 statics.refl.keyDescriptor.serviceNames[0] = in getStatics()
326 statics.refl.keycolumnDescriptor.serviceNames[0] = in getStatics()
338 statics.refl.view.serviceNames = Sequence< OUString > ( 1 ); in getStatics()
372 statics.refl.userDescriptor.serviceNames[0] = in getStatics()
402 statics.refl.indexDescriptor.serviceNames[0] = in getStatics()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/test/deployment/passive/
H A Dpassive_python.py31 serviceNames = ("com.sun.star.test.deployment.passive_python",) variable in Provider
40 return ServiceName in self.serviceNames
43 return self.serviceNames
58 serviceNames = () variable in Dispatch
67 return ServiceName in self.serviceNames
70 return self.serviceNames
91 Provider, Provider.implementationName, Provider.serviceNames)
93 Dispatch, Dispatch.implementationName, Dispatch.serviceNames)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/test/deployment/passive/
H A Dpassive_python.py31 serviceNames = ("com.sun.star.test.deployment.passive_python",) variable in Provider
40 return ServiceName in self.serviceNames
43 return self.serviceNames
58 serviceNames = () variable in Dispatch
67 return ServiceName in self.serviceNames
70 return self.serviceNames
91 Provider, Provider.implementationName, Provider.serviceNames)
93 Dispatch, Dispatch.implementationName, Dispatch.serviceNames)
/dports/editors/libreoffice/libreoffice-7.2.6.2/pyuno/source/module/
H A Dunohelper.py123 def createSingleServiceFactory( clazz, implementationName, serviceNames ): argument
124 return _FactoryHelper_( clazz, implementationName, serviceNames )
127 def __init__(self, ctor,serviceNames): argument
129 self.serviceNames = serviceNames
142 for serviceName in i[1].serviceNames:
156 return entry.serviceNames
162 return serviceName in entry.serviceNames
277 def __init__( self, clazz, implementationName, serviceNames ): argument
280 self.serviceNames = serviceNames
286 return ServiceName in self.serviceNames
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/pyuno/source/module/
H A Dunohelper.py123 def createSingleServiceFactory( clazz, implementationName, serviceNames ): argument
124 return _FactoryHelper_( clazz, implementationName, serviceNames )
127 def __init__(self, ctor,serviceNames): argument
129 self.serviceNames = serviceNames
142 for serviceName in i[1].serviceNames:
156 return entry.serviceNames
162 return serviceName in entry.serviceNames
277 def __init__( self, clazz, implementationName, serviceNames ): argument
280 self.serviceNames = serviceNames
286 return ServiceName in self.serviceNames
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/container/
H A D_XContentEnumerationAccess.java37 String[] serviceNames = null; field in _XContentEnumerationAccess
47 serviceNames = oObj.getAvailableServiceNames(); in _getAvailableServiceNames()
48 bResult = serviceNames != null ; in _getAvailableServiceNames()
70 if (serviceNames.length == 0) { in _createContentEnumeration()
79 XEnumeration oEnum = oObj.createContentEnumeration(serviceNames[0]); in _createContentEnumeration()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/container/
H A D_XContentEnumerationAccess.java37 String[] serviceNames = null; field in _XContentEnumerationAccess
47 serviceNames = oObj.getAvailableServiceNames(); in _getAvailableServiceNames()
48 bResult = serviceNames != null ; in _getAvailableServiceNames()
70 if (serviceNames.length == 0) { in _createContentEnumeration()
79 XEnumeration oEnum = oObj.createContentEnumeration(serviceNames[0]); in _createContentEnumeration()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/stack/
H A Dlist_test.go68 serviceNames []string
74 serviceNames: []string{"service-name-foo"},
82 serviceNames: []string{"service-name-foo"},
87 serviceNames: []string{
95 serviceNames: []string{
107 for _, name := range tc.serviceNames {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/stack/
H A Dlist_test.go68 serviceNames []string
74 serviceNames: []string{"service-name-foo"},
82 serviceNames: []string{"service-name-foo"},
87 serviceNames: []string{
95 serviceNames: []string{
107 for _, name := range tc.serviceNames {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_ServiceNameStore.cs10 private List<string> serviceNames; field in System.Net.ServiceNameStore
17 serviceNameCollection = new ServiceNameCollection(serviceNames);
25 serviceNames = new List<string>(); in ServiceNameStore()
38 serviceNames.Add(spn); in AddSingleServiceName()
88 serviceNames.Remove(newServiceName); in Remove()
115 return ServiceNameCollection.Contains(newServiceName, serviceNames); in Contains()
120 serviceNames.Clear(); in Clear()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/docker/compose-on-kubernetes/api/labels/
H A Dlabels.go36 func SelectorForStack(stackName string, serviceNames ...string) string {
37 switch len(serviceNames) {
41 return fmt.Sprintf("%s=%s,%s=%s", ForStackName, stackName, ForServiceName, serviceNames[0])
43 …rintf("%s=%s,%s in (%s)", ForStackName, stackName, ForServiceName, strings.Join(serviceNames, ","))
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/docker/compose-on-kubernetes/api/labels/
H A Dlabels.go36 func SelectorForStack(stackName string, serviceNames ...string) string {
37 switch len(serviceNames) {
41 return fmt.Sprintf("%s=%s,%s=%s", ForStackName, stackName, ForServiceName, serviceNames[0])
43 …rintf("%s=%s,%s in (%s)", ForStackName, stackName, ForServiceName, strings.Join(serviceNames, ","))
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/kubernetes/labels/
H A Dlabels.go36 func SelectorForStack(stackName string, serviceNames ...string) string {
37 switch len(serviceNames) {
41 return fmt.Sprintf("%s=%s,%s=%s", ForStackName, stackName, ForServiceName, serviceNames[0])
43 …rintf("%s=%s,%s in (%s)", ForStackName, stackName, ForServiceName, strings.Join(serviceNames, ","))
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/drawing/
H A D_XShapeDescriptor.java58 String[] serviceNames = SI.getSupportedServiceNames(); in _getShapeType() local
61 for (int i = 0; i < serviceNames.length; i++) { in _getShapeType()
62 log.println(" " + serviceNames[i]); in _getShapeType()
63 if (serviceNames[i].equals(stype)) in _getShapeType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/drawing/
H A D_XShapeDescriptor.java58 String[] serviceNames = SI.getSupportedServiceNames(); in _getShapeType() local
61 for (int i = 0; i < serviceNames.length; i++) { in _getShapeType()
62 log.println(" " + serviceNames[i]); in _getShapeType()
63 if (serviceNames[i].equals(stype)) in _getShapeType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/test/deployment/active/com/sun/star/comp/test/deployment/
H A DServices.java35 Dispatch.serviceNames); in __getComponentFactory()
39 Provider.serviceNames); in __getComponentFactory()
47 Dispatch.implementationName, Dispatch.serviceNames, key) && in __writeRegistryServiceInfo()
49 Provider.implementationName, Provider.serviceNames, key))) in __writeRegistryServiceInfo()

12345678910>>...14