Home
last modified time | relevance | path

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

1234

/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Controller/Component/
H A DSessionComponentTest.php119 $this->ComponentCollection = new ComponentCollection();
139 $Session = new SessionComponent($this->ComponentCollection);
155 $Session = new SessionComponent($this->ComponentCollection);
163 $Session = new SessionComponent($this->ComponentCollection);
175 $Session = new SessionComponent($this->ComponentCollection);
185 $Session = new SessionComponent($this->ComponentCollection);
216 $Session = new SessionComponent($this->ComponentCollection);
230 $Session = new SessionComponent($this->ComponentCollection);
245 $Session = new SessionComponent($this->ComponentCollection);
268 $Session = new SessionComponent($this->ComponentCollection);
[all …]
H A DAclComponentTest.php40 $Collection = new ComponentCollection();
63 $Collection = new ComponentCollection();
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/framework/metrics/
H A De2e_metrics.go35 type ComponentCollection Collection type
37 func (m *ComponentCollection) filterMetrics() {
59 func (m *ComponentCollection) PrintHumanReadable() string {
109 func (m *ComponentCollection) PrintJSON() string {
115 func (m *ComponentCollection) SummaryKind() string {
121 func (m *ComponentCollection) ComputeClusterAutoscalerMetricsDelta(before Collection) {
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Controller/
H A DComponent.php45 * @var ComponentCollection
73 …* @param ComponentCollection $collection A ComponentCollection this component can use to lazy load…
76 public function __construct(ComponentCollection $collection, $settings = array()) {
81 $this->_componentMap = ComponentCollection::normalizeObjectArray($this->components);
H A DComponentCollection.php30 class ComponentCollection extends ObjectCollection implements CakeEventListener { class
51 $components = ComponentCollection::normalizeObjectArray($Controller->components);
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Controller/
H A DComponentTest.php223 $Collection = new ComponentCollection();
235 $Collection = new ComponentCollection();
250 $Collection = new ComponentCollection();
264 $Collection = new ComponentCollection();
299 $Collection = new ComponentCollection();
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Controller/Component/Auth/
H A DBaseAuthorize.php36 * @var ComponentCollection
66 * @param ComponentCollection $collection The controller for this request.
69 public function __construct(ComponentCollection $collection, $settings = array()) {
H A DBlowfishAuthenticate.php45 * @param ComponentCollection $collection The Component collection used on this request.
48 public function __construct(ComponentCollection $collection, $settings) {
H A DBaseAuthenticate.php58 * @var ComponentCollection
81 * @param ComponentCollection $collection The Component collection used on this request.
84 public function __construct(ComponentCollection $collection, $settings) {
H A DCrudAuthorize.php38 * @param ComponentCollection $collection The component collection from the controller.
41 public function __construct(ComponentCollection $collection, $settings = array()) {
H A DBasicAuthenticate.php56 * @param ComponentCollection $collection The Component collection used on this request.
59 public function __construct(ComponentCollection $collection, $settings) {
H A DDigestAuthenticate.php96 * @param ComponentCollection $collection The Component collection used on this request.
99 public function __construct(ComponentCollection $collection, $settings) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/tests/
H A DComponentCollectionTests.cs22 var collection = new ComponentCollection(components); in Ctor_Components()
48 var collection = new ComponentCollection(components); in Indexer_Name_ReturnsExpected()
56 var collection = new ComponentCollection(components); in CopyTo_ValidArray_Success()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DContainer.cs14 private ComponentCollection _components;
137 public virtual ComponentCollection Components
150 _components = new ComponentCollection(result);
168ComponentCollection filteredComponents = _filter.FilterComponents(_components);
H A DContainerFilterService.cs29 public virtual ComponentCollection FilterComponents(ComponentCollection components) in FilterComponents()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DContainerFilterService.cs32 public virtual ComponentCollection FilterComponents(ComponentCollection components) { in FilterComponents()
H A DContainer.cs27 private ComponentCollection components;
162 public virtual ComponentCollection Components {
170 components = new ComponentCollection(result);
185ComponentCollection filteredComponents = filter.FilterComponents(components);
H A DComponentCollection.cs41 public class ComponentCollection : ReadOnlyCollectionBase { class
45 public ComponentCollection(IComponent[] components) { in ComponentCollection() method in System.ComponentModel.ComponentCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DValidatedControlConverterTest.cs47 ComponentCollection col;
58 col = new ComponentCollection(controls); in ControlContainer()
61 public ComponentCollection Components {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/src/System/ComponentModel/
H A DComponentCollection.cs13 public class ComponentCollection : ReadOnlyCollectionBase class
15 public ComponentCollection(IComponent[] components) => InnerList.AddRange(components);
H A DIContainer.cs42 ComponentCollection Components { get; }
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Controller/Component/
H A DFlashComponent.php47 * @param ComponentCollection $collection The ComponentCollection object
50 public function __construct(ComponentCollection $collection, $settings = array()) {
H A DAclComponent.php56 * @param ComponentCollection $collection Collection instance.
60 public function __construct(ComponentCollection $collection, $settings = array()) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/ref/
H A DSystem.ComponentModel.Primitives.cs77 public partial class ComponentCollection : System.Collections.ReadOnlyCollectionBase class
79 internal ComponentCollection() { } in ComponentCollection() method in System.ComponentModel.ComponentCollection
80 public ComponentCollection(System.ComponentModel.IComponent[] components) { } in ComponentCollection() method in System.ComponentModel.ComponentCollection
166 System.ComponentModel.ComponentCollection Components { get; }
/dports/devel/libical/libical-3.0.8/src/python/
H A DCollection.py83 class ComponentCollection: class
90 return ComponentCollection(self._parent, self._components[beg:end])

1234