Home
last modified time | relevance | path

Searched refs:getName (Results 1 – 25 of 112) sorted by relevance

12345

/template/twigstarter/vendor/twig/twig/src/Extension/
DStagingExtension.php37 if (isset($this->functions[$function->getName()])) {
38 … throw new \LogicException(sprintf('Function "%s" is already registered.', $function->getName()));
41 $this->functions[$function->getName()] = $function;
51 if (isset($this->filters[$filter->getName()])) {
52 … throw new \LogicException(sprintf('Filter "%s" is already registered.', $filter->getName()));
55 $this->filters[$filter->getName()] = $filter;
89 if (isset($this->tests[$test->getName()])) {
90 … throw new \LogicException(sprintf('Test "%s" is already registered.', $test->getName()));
93 $this->tests[$test->getName()] = $test;
/template/strap/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;
/template/strap/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;
H A DResourceName.php65 static public function getName(): string function in ComboStrap\\ResourceName
116 return static::getName();
H A DPageUrlType.php51 $confCanonicalType = $this->getName();
80 static public function getName(): string function in ComboStrap\\PageUrlType
H A DPageTitle.php38 static public function getName(): string function in ComboStrap\\PageTitle
87 …dataCurrentAndPersistent[MetadataDokuWikiStore::PERSISTENT_DOKUWIKI_KEY][$this->getName()] ?? null;
H A DBrand.php97 $brandNames[] = $brand->getName();
132 $brandNamesForType[] = $brand->getName();
217 public function getName(): string function in ComboStrap\\Brand
H A DBrandTag.php143 if ($brandButton->getBrand()->getName() === Brand::CURRENT_BRAND) {
168 $brandButton->getBrand()->getName() === Brand::CURRENT_BRAND
172 $htmlOutput .= Site::getName();
H A DMetadataStoreTransfer.php93 $name = $metadataObject::getName();
175 …$messages[] = Message::createWarningMessage("The metadata ({$metadata->getName()}) is not persiste…
H A DResourceCombo.php51 function getName(): ?string; function
H A DReference.php37 public static function getName(): string function in ComboStrap\\Reference
/template/strap/action/
H A Dmetatitle.php52 if (!empty(Site::getName())) {
53 $pageTitle .= self::TITLE_SEPARATOR . Site::getName();
/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php160 …'Unable to add function "%s" as extensions have already been initialized.', $function->getName()));
219 …ntf('Unable to add filter "%s" as extensions have already been initialized.', $filter->getName()));
347 …sprintf('Unable to add test "%s" as extensions have already been initialized.', $test->getName()));
434 $this->filters[$filter->getName()] = $filter;
439 $this->functions[$function->getName()] = $function;
444 $this->tests[$test->getName()] = $test;
DSource.php42 public function getName() function in Twig\\Source
/template/twigstarter/vendor/twig/twig/src/Node/
DModuleNode.php128 ->repr($this->getSourceContext()->getName())
164 ->write('/* '.str_replace('*/', '* /', $this->getSourceContext()->getName())." */\n")
165 …$compiler->getEnvironment()->getTemplateClass($this->getSourceContext()->getName(), $this->getAttr…
328 ->repr($this->getSourceContext()->getName())
367 ->repr($this->getSourceContext()->getName())
445 ->string($this->getSourceContext()->getName())
DNode.php197 return $this->sourceContext ? $this->sourceContext->getName() : null;
207 $this->setTemplateName($source->getName(), false);
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php37 if ($command->getName() === DriverCommand::NEW_SESSION) {
43 if ($command->getName() === DriverCommand::QUIT) {
/template/strap/ComboStrap/Meta/Api/
H A DMetadata.php289 return static::getName();
316 return $this->getName();
357 return static::getName();
395 return static::getName();
405 public static abstract function getName(): string; function in ComboStrap\\Meta\\Api\\Metadata
638 $attribute = $this->getName();
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php294 if ($command->getName() === DriverCommand::NEW_SESSION) {
401 $commandName = $command->getName();
404 … throw new InvalidArgumentException($command->getName() . ' is not a valid command.');
409 $raw = self::$w3cCompliantCommands[$command->getName()];
411 $raw = self::$commands[$command->getName()];
H A DWebDriverCommand.php40 public function getName() function in Facebook\\WebDriver\\Remote\\WebDriverCommand
/template/strap/ComboStrap/Meta/Field/
H A DPageH1.php43 static public function getName(): string function in ComboStrap\\Meta\\Field\\PageH1
103 return static::getName();
/template/strap/resources/library/combo/
H A Dcombo.min.js4getName().split(/[_\-]/).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" "):this.label}getUrl(…
16 …">`,p=h.getLabelWidth(),a=h.getFieldWidth();let v=this.getFieldsForTab(h.getName());if(v.length===…
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
DTextDumper.php28 …intf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->getName());
/template/strap/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint47 ->setDefaultCommand($command->getName(), true)

12345