Home
last modified time | relevance | path

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

123456

/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-di/php-di/src/
H A DContainerBuilder.php41 private $containerClass; variable in DI\\ContainerBuilder
117 * @param string $containerClass Name of the container class, used to create the container.
119 public function __construct(string $containerClass = Container::class) argument
121 $this->containerClass = $containerClass;
173 $containerClass = $this->containerClass;
180 $containerClass,
186 if (!class_exists($containerClass, false)) {
191 return new $containerClass($source, $proxyFactory, $this->wrapperContainer);
207 * @param string $containerClass Name of the compiled class. Customize only if necessary.
212 string $containerClass = 'CompiledContainer', argument
[all …]
/dports/www/matomo/piwik/vendor/php-di/php-di/src/
H A DContainerBuilder.php41 private $containerClass; variable in DI\\ContainerBuilder
117 * @param string $containerClass Name of the container class, used to create the container.
119 public function __construct(string $containerClass = Container::class) argument
121 $this->containerClass = $containerClass;
173 $containerClass = $this->containerClass;
180 $containerClass,
186 if (!class_exists($containerClass, false)) {
191 return new $containerClass($source, $proxyFactory, $this->wrapperContainer);
207 * @param string $containerClass Name of the compiled class. Customize only if necessary.
212 string $containerClass = 'CompiledContainer', argument
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/php-di/php-di/src/DI/
H A DContainerBuilder.php36 private $containerClass; variable in DI\\ContainerBuilder
100 * @param string $containerClass Name of the container class, used to create the container.
102 public function __construct($containerClass = 'DI\Container') argument
104 $this->containerClass = $containerClass;
136 $containerClass = $this->containerClass;
138 return new $containerClass($source, $proxyFactory, $this->wrapperContainer);
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/
H A DBuilderContext.java108 public RtfContainer getContainer(Class containerClass, boolean required, in getContainer() argument
113 containerClass); in getContainer()
117 placeHolderHelper.createRTFPlaceholder(containerClass); in getContainer()
118 result = getContainer(containerClass, required, forWhichBuilder); in getContainer()
121 "No RtfContainer of class '" + containerClass.getName() in getContainer()
168 public void popContainer(Class containerClass, RTFHandler handler) { in popContainer() argument
169 handlePop(containerClass, handler); in popContainer()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationSupport.java103 Class<? extends Annotation> containerClass = repeatable.value(); in getIndirectlyPresent()
105 Annotation container = annotations.get(containerClass); in getIndirectlyPresent()
128 Class<? extends Annotation> containerClass = in containerBeforeContainee() local
132 if (c == containerClass) return true; in containerBeforeContainee()
187 Class<? extends Annotation> containerClass = container.annotationType(); in getValueArray() local
188 AnnotationType annoType = AnnotationType.getInstance(containerClass); in getValueArray()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationSupport.java103 Class<? extends Annotation> containerClass = repeatable.value(); in getIndirectlyPresent()
105 Annotation container = annotations.get(containerClass); in getIndirectlyPresent()
128 Class<? extends Annotation> containerClass = in containerBeforeContainee() local
132 if (c == containerClass) return true; in containerBeforeContainee()
187 Class<? extends Annotation> containerClass = container.annotationType(); in getValueArray() local
188 AnnotationType annoType = AnnotationType.getInstance(containerClass); in getValueArray()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/View/Helper/Placeholder/
H A DRegistry.php31 protected $containerClass = 'Zend\View\Helper\Placeholder\Container'; variable in Zend\\View\\Helper\\Placeholder\\Registry
125 $this->items[$key] = new $this->containerClass($value);
171 $this->containerClass = $name;
183 return $this->containerClass;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/codegen/templates/
H A DCaseSensitiveStructWriters.java23 <#assign containerClass = "NonNullableStructVector" />
25 <#assign containerClass = "StructVector" />
38 public ${mode}CaseSensitiveStructWriter(${containerClass} container) {
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/codegen/templates/
H A DCaseSensitiveStructWriters.java23 <#assign containerClass = "NonNullableStructVector" />
25 <#assign containerClass = "StructVector" />
38 public ${mode}CaseSensitiveStructWriter(${containerClass} container) {
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/codegen/templates/
H A DCaseSensitiveStructWriters.java23 <#assign containerClass = "NonNullableStructVector" />
25 <#assign containerClass = "StructVector" />
38 public ${mode}CaseSensitiveStructWriter(${containerClass} container) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationSupport.java106 Class<? extends Annotation> containerClass = repeatable.value(); in getIndirectlyPresent()
108 Annotation container = annotations.get(containerClass); in getIndirectlyPresent()
131 Class<? extends Annotation> containerClass = in containerBeforeContainee() local
135 if (c == containerClass) return true; in containerBeforeContainee()
190 Class<? extends Annotation> containerClass = container.annotationType(); in getValueArray() local
191 AnnotationType annoType = AnnotationType.getInstance(containerClass); in getValueArray()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationSupport.java106 Class<? extends Annotation> containerClass = repeatable.value(); in getIndirectlyPresent()
108 Annotation container = annotations.get(containerClass); in getIndirectlyPresent()
131 Class<? extends Annotation> containerClass = in containerBeforeContainee() local
135 if (c == containerClass) return true; in containerBeforeContainee()
190 Class<? extends Annotation> containerClass = container.annotationType(); in getValueArray() local
191 AnnotationType annoType = AnnotationType.getInstance(containerClass); in getValueArray()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationSupport.java106 Class<? extends Annotation> containerClass = repeatable.value(); in getIndirectlyPresent()
108 Annotation container = annotations.get(containerClass); in getIndirectlyPresent()
131 Class<? extends Annotation> containerClass = in containerBeforeContainee() local
135 if (c == containerClass) return true; in containerBeforeContainee()
190 Class<? extends Annotation> containerClass = container.annotationType(); in getValueArray() local
191 AnnotationType annoType = AnnotationType.getInstance(containerClass); in getValueArray()

123456