Home
last modified time | relevance | path

Searched refs:getName (Results 51 – 75 of 1767) sorted by relevance

12345678910>>...71

/plugin/farm/
H A Daction.php118 …$event->data['link'][$i]['href'] = preg_replace('`^/?'.$animal->getName().'`', '', $event->data['l…
123 …$event->data['script'][$i]['src'] = preg_replace('`^/?'.$animal->getName().'`', '', $event->data['…
129 …strrpos($event->data['link'][$i]['href'], '?') !== false ? '&' : '?').'animal='.$animal->getName();
135 …trrpos($event->data['script'][$i]['src'], '?') !== false ? '&' : '?').'animal='.$animal->getName();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DMockPrincipal.php24 function getName() { function in Sabre\\DAVACL\\MockPrincipal
32 return $this->getName();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeNotificationsTest.php40 $this->assertEquals('notifications', $result[0]->getName());
49 $this->assertEquals('notifications', $result->getName());
/plugin/combo/ComboStrap/
H A DLead.php38 static public function getName(): string function in ComboStrap\\Lead
55 return self::getName();
H A DMetadataFormDataStore.php37 $childrenValue = $this->data[$childrenObject::getName()];
51 $value = $this->data[$metadata::getName()] ?? null;
/plugin/combo/action/
H A Dmetatitle.php52 if (!empty(Site::getName())) {
53 $pageTitle .= self::TITLE_SEPARATOR . Site::getName();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php45 $this->assertEquals('foo', $loader->getSourceContext('foo')->getName());
48 …this->assertEquals('errors/index.html', $loader->getSourceContext('errors/index.html')->getName());
52 … $this->assertEquals('errors/base.html', $loader->getSourceContext('errors/base.html')->getName());
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php122 $name = $node->getName();
325 [$this->getName(), $id]
348 public function getName() function in Hoa\\Protocol\\Node\\Node
392 $out = str_repeat(' ', $i) . $this->getName() . "\n";
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DCachedDoubler.php59 $parts[] = $class->getName();
62 $parts[] = $interface->getName();
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php227 $rule->getName(),
233 $rule->getName(),
264 $rule->getName(),
279 $rule->getName(),
290 $rule->getName(),
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getName()=="a"&&(l=m.getChild(0).getHtml())){m.removeClass("cke_light_background");g.hide();var k=…
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getName()=="a"&&(l=m.getChild(0).getHtml())){m.removeClass("cke_light_background");g.hide();var k=…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndexTemplate.php101 public function getName()
130 $path = '_template/'.$this->getName();
86 public function getName() global() function in Elastica\\IndexTemplate
H A DNode.php73 public function getName(): string function in Elastica\\Node
76 $this->_name = $this->getInfo()->getName();
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php157 if (__CLASS__ !== $r->getDeclaringClass()->getName()) {
164 if (__CLASS__ !== $r->getDeclaringClass()->getName()) {
867 $parentClass = $m->getDeclaringClass()->getName();
974 if ($class !== $extension->getName()) {
983 $this->extensions[$extension->getName()] = $extension;
1130 $name = $filter->getName();
1225 $name = $test->getName();
1302 $name = $function->getName();
1558 $name = $filter->getName();
1569 $name = $function->getName();
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php36 public function getName() function in Twig_Extensions_Extension_Intl
59 $date->getTimezone()->getName(),
71 IntlTimeZone::createTimeZone($date->getTimezone()->getName()),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DCollectionTest.php26 $this->assertEquals('file.txt', $child->getName());
38 $this->assertEquals('dir', $child->getName());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php49 $coverage->getReport()->getName()
87 $dirObject = $context->addDirectory($directory->getName());
103 $file->getName(),
109 $fileReport = new Report($file->getName());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientExtendedOperationHandler.php60 if (!$this->extendedResponseFactory->has($request->getName())) {
69 $request->getName()
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php37 if ($command->getName() === DriverCommand::NEW_SESSION) {
43 if ($command->getName() === DriverCommand::QUIT) {
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php31 $propertyName = $prop->getName();
67 return self::getProperty($parentClass->getName(), $name);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DOptional.php46 …f (!$this->parser->getStream()->test($this->grammar[0]->getType(), $this->grammar[0]->getName())) {
67 $elements[$grammar->getName()] = $element;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php31 $propertyName = $prop->getName();
67 return self::getProperty($parentClass->getName(), $name);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerProtocolHandlerFactory.php54 if ($request instanceof ExtendedRequest && $request->getName() === ExtendedRequest::OID_WHOAMI) {
56 } elseif ($request instanceof ExtendedRequest && $request->getName() === ExtendedRequest::OID_START_TLS) {
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php42 public function getName(): string function in Nyholm\\Dsn\\Configuration\\DsnFunction
107 return sprintf('%s(%s)%s', $this->getName(), implode(' ', $this->getArguments()), empty($this->parameters) ? '' : '?'.http_build_query($this->parameters));

12345678910>>...71