Home
last modified time | relevance | path

Searched refs:getName (Results 26 – 50 of 1767) sorted by relevance

12345678910>>...71

/plugin/refnotes/
H A Daction.php145 switch ($call->getName()) {
190 if (($call->getName() == 'plugin_refnotes_references') && ($call->getPluginData(0) == 'render')) {
203 if ($call->getName() == 'cdata' && empty(trim($call->getData(0)))) {
234 switch ($call->getName()) {
251 if (($call->getName() == 'plugin_refnotes_notes') && ($call->getPluginData(0) == 'split')) {
263 if ($call->getName() == 'plugin_refnotes_notes') {
277 if ($call->getName() == 'plugin_include_include') {
330 if (($call->getName() == 'plugin_refnotes_notes') && ($call->getPluginData(0) == 'style')) {
339 if (($call->getName() == 'plugin_refnotes_notes') && ($call->getPluginData(0) == 'map')) {
348 if (($call->getName()
[all...]
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php116 $removablePrefix = explode('_',$aSuite->getName());
117 $aSuiteResult['name'] = str_replace($removablePrefix[0].'_', '', $aSuite->getName());
197 $ret['testName'] = $test->getName();
233 $ret['testName'] = $passed->getName();
239 $ret['testName'] = $error->getName();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php55 function getName() { function in Sabre\\CalDAV\\Principal\\ProxyRead
118 return $this->principalInfo['uri'] . '/' . $this->getName();
177 return $this->getName();
H A DProxyWrite.php55 function getName() { function in Sabre\\CalDAV\\Principal\\ProxyWrite
118 return $this->principalInfo['uri'] . '/' . $this->getName();
177 return $this->getName();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php55 function getName() { function in Sabre\\CalDAV\\Principal\\ProxyRead
118 return $this->principalInfo['uri'] . '/' . $this->getName();
177 return $this->getName();
H A DProxyWrite.php55 function getName() { function in Sabre\\CalDAV\\Principal\\ProxyWrite
118 return $this->principalInfo['uri'] . '/' . $this->getName();
177 return $this->getName();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php172 $doc->setIndex($this->getName());
276 $doc->setIndex($this->getName());
314 $doc = new Document($id, $data, $this->getName());
412 $doc->setIndex($this->getName());
590 public function getName(): string
621 $data['actions'][] = ['remove' => ['index' => $index->getName(), 'alias' => $name]];
625 $data['actions'][] = ['add' => ['index' => $this->getName(), 'alias' => $name]];
669 if (!isset($responseData[$this->getName()])) {
673 $data = $responseData[$this->getName()];
757 $path = $this->getName()
517 public function getName(): string global() function in Elastica\\Index
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php32 $this->assertEquals('hi2', $tree->getNodeForPath('hi')->getName());
60 $this->assertEquals('hi', $children[0]->getName());
71 $this->assertEquals('sub', $result['hi/sub']->getName());
72 $this->assertEquals('file', $result['hi/file']->getName());
176 function getName() { function in Sabre\\DAV\\TreeFileTester
H A DBasicNodeTest.php195 $this->assertEquals('simpledir',$dir->getName());
213 function getName() { function in Sabre\\DAV\\DirectoryMock
229 function getName() { function in Sabre\\DAV\\FileMock
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DSimpleAnnotationReader.php67 return $this->parser->parse($class->getDocComment(), 'class '.$class->getName());
75 …ethod->getDocComment(), 'method '.$method->getDeclaringClass()->name.'::'.$method->getName().'()');
83 …rty->getDocComment(), 'property '.$property->getDeclaringClass()->name.'::$'.$property->getName());
H A DCachedReader.php72 $cacheKey = $class->getName();
106 $cacheKey = $class->getName().'$'.$property->getName();
140 $cacheKey = $class->getName().'#'.$method->getName();
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php77 if (isset($this->loadedClassMetadata[$name = $class->getName()])) {
86 … if (($classMetadata = $this->cache->load($class->getName())) instanceof NullMetadata) {
119 $this->cache->put(new NullMetadata($class->getName()));
188 if (isset($addedInterfaces[$interface->getName()])) {
191 $addedInterfaces[$interface->getName()] = true;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php62 'filename' => $this->source->getName(),
68 $this->setTemplateName($this->source->getName());
146 ->repr($this->source->getName())
181 ->write('/* '.str_replace('*/', '* /', $this->source->getName())." */\n")
182 …->write('class '.$compiler->getEnvironment()->getTemplateClass($this->source->getName(), $this->ge…
207 ->repr($this->source->getName())
370 ->repr($this->source->getName())
462 ->string($this->source->getName())
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php155 $this->setName($theClass->getName());
166 $theClass->getName()
183 $theClass->getName()
199 return $this->getName();
272 $method->invoke(null, $testClass->getName())
431 $className = $theClass->getName();
529 $test->getName()
617 public function getName() function in PHPUnit_Framework_TestSuite
844 $name = $method->getName();
852 $class->getName()
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php34 $this->assertEquals('book1', $this->ab->getName());
42 $this->assertEquals('card1', $card->getName());
60 $this->assertEquals('card1', $cards[0]->getName());
61 $this->assertEquals('card2', $cards[1]->getName());
H A DAddressBookHomeTest.php27 $this->assertEquals('user1', $this->s->getName());
77 $this->assertEquals('book1', $child->getName());
95 $this->assertEquals('book1', $children[0]->getName());
H A DAddressBookRootTest.php14 $this->assertEquals('addressbooks', $root->getName());
28 $this->assertEquals('user1', $children[0]->getName());
/plugin/farm/
H A Dvirtualhostconfig.class.php83 if(!in_array($a->getName(), array_values($vh))) {
84 ptln(' <option value="'.$a->getName().'">'.$a->getName().'</option>');
H A Danimalmanager.class.php33 $a = array_merge(array('aid' => $this->animal->getName()), $opts);
179 if($this->animal->getName() == $this->manager->conf['animaltemplate']) {
187 …imal_delete_errors', array('code' => 'animal_delete_failure', 'data' => $this->animal->getName()));
301 …$this->manager->formHead(array('farm_cmd' => 'animal', 'farm_opt[aid]' => $this->animal->getName()…
327 ptln(' '.$this->manager->getLang('animal_editfile_fs', $this->animal->getName()));
339 …$this->manager->formHead(array('farm_cmd' => 'animal', 'farm_opt[aid]' => $this->animal->getName()…
345 …formHead(array('farm_cmd' => 'animal', 'farm_opt[aid]' => $this->animal->getName(), 'farm_opt[edit…
364 …<option '.($a->getName() == $this->manager->conf['animaltemplate'] ? 'selected="selected"' : '').'…
377 …$this->manager->formHead(array('farm_cmd' => 'animal', 'farm_opt[aid]' => $this->animal->getName()…
378 …ptln(' '.$this->manager->getLang('animal_delete_sure', $this->animal->getName()).' <input type="su…
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php76 $this->tabs[$tab->getName()] = $tab;
88 $fieldsArray[$element->getName()] = $element->toAssociativeArray();
100 $tabs[$tab->getName()] = $tab->toAssociativeArray();
181 $data[$field->getName()] = $value;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php249 $testSuite->setAttribute('name', $suite->getName());
251 if (class_exists($suite->getName(), false)) {
253 $class = new ReflectionClass($suite->getName());
326 $testCase->setAttribute('name', $test->getName());
330 $methodName = $test->getName();
333 $method = $class->getMethod($test->getName());
335 $testCase->setAttribute('class', $class->getName());
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DUnexpectedValueException.php22 $reflectionClass->getName()
40 $reflectionClass->getName(),
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php94 public function getName() function in Prophecy\\Doubler\\Generator\\Node\\MethodNode
182 'return parent::%s(%s);', $this->getName(), implode(', ',
190 $argument = '$'.$arg->getName();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php15 $this->assertEquals('inbox', $inbox->getName());
126 $inbox->getChildren()[0]->getName()
154 $inbox->getChildren()[0]->getName()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DGroupTestSuite.php29 $name = $suite->getName();
45 $test->getName(false)

12345678910>>...71