Home
last modified time | relevance | path

Searched +refs:this +refs:class (Results 1 – 25 of 190156) sorted by relevance

12345678910>>...7607

/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/app/Plugin/Crud/Test/Support/
H A DCrudControllerTestCase.php55 $this->_reflectionInstanceCache[$class] = $instance;
66 $class = $this->_getReflectionTargetClass($class);
67 if (empty($this->_reflectionInstanceCache[$class])) {
71 return $this->_reflectionInstanceCache[$class];
83 $class = $this->_getReflectionTargetClass($class);
91 …return $this->_reflectionMethodCache[$cacheKey]->invokeArgs($this->getReflectionInstance($class), …
102 $Instance = $this->_getReflectionPropertyInstance($property, $class);
103 return $Instance->getValue($this->getReflectionInstance($class));
115 $Instance = $this->_getReflectionPropertyInstance($property, $class);
127 $class = $this->_getReflectionTargetClass($class);
[all …]
H A DCrudTestCase.php55 $this->_reflectionInstanceCache[$class] = $instance;
66 $class = $this->_getReflectionTargetClass($class);
67 if (empty($this->_reflectionInstanceCache[$class])) {
71 return $this->_reflectionInstanceCache[$class];
83 $class = $this->_getReflectionTargetClass($class);
91 …return $this->_reflectionMethodCache[$cacheKey]->invokeArgs($this->getReflectionInstance($class), …
102 $Instance = $this->_getReflectionPropertyInstance($property, $class);
103 return $Instance->getValue($this->getReflectionInstance($class));
115 $Instance = $this->_getReflectionPropertyInstance($property, $class);
127 $class = $this->_getReflectionTargetClass($class);
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Console/Command/
H A DAclShell.php120 $class = ucfirst($this->args[0]);
137 $this->Acl->{$class}->create();
138 if ($this->Acl->{$class}->save($data)) {
181 'id' => $this->_getNodeId($class, $target),
185 $this->Acl->{$class}->create();
186 if (!$this->Acl->{$class}->save($data)) {
203 $nodes = $this->Acl->{$class}->getPath($id);
214 $this->_outputNode($class, $nodes[$i], $i);
308 'conditions' => array($class . '.id' => $this->_getNodeId($class, $identity))
329 $this->out($class . ' tree:');
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/vcd/
H A Dxineplug_inp_vcd.c880 n += this->class->mrl_entry_offset; in vcd_plugin_get_length()
891 n += this->class->mrl_track_offset; in vcd_plugin_get_length()
894 n += this->class->mrl_segment_offset; in vcd_plugin_get_length()
1081 if (n < this->class->num_mrls) { in vcd_plugin_get_mrl()
1084 return this->class->mrls[n]->mrl; in vcd_plugin_get_mrl()
1507 this->class->inuse = 0; in vcd_plugin_dispose()
1590 vcd_input_plugin_t *this = class->ip; in vcd_class_dispose() local
1684 class->ip = this; in vcd_plugin_open()
1723 this = class->ip; in vcd_class_get_instance()
1791 this->class = class; in vcd_class_get_instance()
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Di/Definition/
H A DArrayDefinition.php58 return array_key_exists($class, $this->dataArray);
66 if (!isset($this->dataArray[$class])) {
74 return $this->dataArray[$class]['supertypes'];
82 if (!isset($this->dataArray[$class])) {
90 return $this->dataArray[$class]['instantiator'];
98 if (!isset($this->dataArray[$class])) {
102 if (!isset($this->dataArray[$class]['methods'])) {
114 if (!isset($this->dataArray[$class])) {
130 if (!isset($this->dataArray[$class])) {
138 return $this->dataArray[$class]['methods'];
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Component/ProxyBuilder/
H A DProxyBuilderTest.php69 $result = $this->proxyBuilder->build($class);
70 $this->assertEquals($this->buildExpectedClass($class, ''), $result);
80 $result = $this->proxyBuilder->build($class);
93 $this->assertEquals($this->buildExpectedClass($class, $method_body), $result);
104 $result = $this->proxyBuilder->build($class);
117 $this->assertEquals($this->buildExpectedClass($class, $method_body), $result);
128 $result = $this->proxyBuilder->build($class);
153 $result = $this->proxyBuilder->build($class);
178 $result = $this->proxyBuilder->build($class);
204 $result = $this->proxyBuilder->build($class);
[all …]
/dports/databases/pecl-cassandra/php-driver-61faee0/tests/unit/Cassandra/
H A DNumberTest.php109 foreach ($this->numberClasses() as $class) {
155 foreach ($this->numberClasses() as $class) {
462 $this->assertValue($expected, $number);
503 $this->markTestSkipped("{$class} is not compatible with this test");
558 $this->assertValue(1, $number->abs());
568 $this->markTestSkipped("{$class} is not compatible with this test");
579 $this->assertValue(-1, $number->neg());
587 $this->assertValue(0, $number->sqrt());
614 $this->assertEquals($number, $equal);
615 $this->assertTrue($number == $equal);
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/
H A DFactory.php81 return $this->define($class, $attributes, $name);
94 $this->definitions[$class][$name] = $attributes;
109 $this->states[$class][$state] = $attributes;
124 $this->afterMaking[$class][$name][] = $callback;
152 $this->afterCreating[$class][$name][] = $callback;
179 return $this->of($class)->create($attributes);
204 return $this->of($class)->make($attributes);
217 return $this->of($class, $name)->make($attributes);
230 return $this->raw($class, $attributes, $name);
244 call_user_func($this->definitions[$class][$name], $this->faker), $attributes
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DUnitOfWork.php378 $this->executeInserts($class);
384 $this->executeUpdates($class);
452 $this->computeChangeSet($class, $entity);
500 $this->computeChangeSet($class, $entity);
1679 $this->persistNew($class, $entity);
1835 $this->persistNew($class, $managedCopy);
2065 $this->getEntityPersister($class->name)->refresh(
2510 $class = $this->em->getClassMetadata($className);
2564 $entity = $this->newInstance($class);
2593 …if (isset($this->eagerLoadingEntities[$class->rootEntityName]) && ! $this->eagerLoadingEntities[$c…
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DUnitOfWork.php401 $this->executeInserts($class);
407 $this->executeUpdates($class);
494 $this->computeChangeSet($class, $entity);
542 $this->computeChangeSet($class, $entity);
1781 $this->persistNew($class, $entity);
1937 $this->persistNew($class, $managedCopy);
2169 $this->getEntityPersister($class->name)->refresh(
2623 $class = $this->em->getClassMetadata($className);
2670 $entity = $this->newInstance($class);
2693 …if (isset($this->eagerLoadingEntities[$class->rootEntityName]) && ! $this->eagerLoadingEntities[$c…
[all …]
/dports/chinese/phpbb3-tw/phpBB3/includes/hooks/
H A Dindex.php72 if (isset($this->hooks[$class][$function]))
112 if (!empty($this->hooks[$class][$function]))
128 …$this->hook_result[$class][$function] = call_user_func_array($this->hooks[$class][$function]['stan…
165 if (!empty($this->hooks[$class][$function]) && isset($this->hook_result[$class][$function]))
184 if (!empty($this->hooks[$class][$function]) && isset($this->hook_result[$class][$function]))
203 if (!empty($this->hooks[$class][$function]) && isset($this->hook_result[$class][$function]))
205 $result = $this->hook_result[$class][$function];
206 unset($this->hook_result[$class][$function]);
238 if (isset($this->hooks[$class][$function]))
240 unset($this->hooks[$class][$function]);
[all …]
/dports/www/phpbb3/phpBB3/includes/hooks/
H A Dindex.php74 if (isset($this->hooks[$class][$function]))
114 if (!empty($this->hooks[$class][$function]))
130 …$this->hook_result[$class][$function] = call_user_func_array($this->hooks[$class][$function]['stan…
167 if (!empty($this->hooks[$class][$function]) && isset($this->hook_result[$class][$function]))
186 if (!empty($this->hooks[$class][$function]) && isset($this->hook_result[$class][$function]))
205 if (!empty($this->hooks[$class][$function]) && isset($this->hook_result[$class][$function]))
207 $result = $this->hook_result[$class][$function];
208 unset($this->hook_result[$class][$function]);
240 if (isset($this->hooks[$class][$function]))
242 unset($this->hooks[$class][$function]);
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Di/
H A DDefinitionList.php121 if (array_key_exists($class, $this->classes)) {
122 return $this->classes[$class];
140 return $this->getDefinitionForClass($class);
156 if (array_key_exists($class, $this->classes)) {
174 if (false === ($classDefinition = $this->getDefinitionForClass($class))) {
203 if (! $classDefinition = $this->getDefinitionForClass($class)) {
236 if (! $classDefinition = $this->getDefinitionForClass($class)) {
267 if (!$this->hasMethods($class)) {
270 $classDefinition = $this->getDefinitionForClass($class);
292 if (false === ($classDefinition = $this->getDefinitionForClass($class))) {
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/
H A DSchemaTool.php162 … $table = $schema->createTable($this->quoteStrategy->getTableName($class, $this->platform));
165 $this->gatherColumns($class, $table);
169 $this->addDiscriminatorColumnDefinition($class, $table);
193 $this->gatherColumn($class, $mapping, $table);
245 $this->gatherColumns($class, $table);
252 … $pkColumns[] = $this->quoteStrategy->getColumnName($identifierField, $class, $this->platform);
301 … $quotedName = $this->quoteStrategy->getSequenceName($seqDef, $class, $this->platform);
384 $this->gatherColumn($class, $mapping, $table);
387 …$pkColumns[] = $this->quoteStrategy->getColumnName($mapping['fieldName'], $class, $this->platform);
409 … $columnName = $this->quoteStrategy->getColumnName($mapping['fieldName'], $class, $this->platform);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f0335 class(link) :: this local
41 class(link) :: this local
47 class(link) :: this local
53 class(link) :: this local
71 class(link) :: this local
116 class(list) :: this local
124 class(list) :: this local
140 class(list) :: this local
148 class(list) :: this local
157 class(list) :: this local
[all …]

12345678910>>...7607