| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | StagingExtension.php | 37 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 D | FormMeta.php | 76 $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 D | Lead.php | 38 static public function getName(): string function in ComboStrap\\Lead 55 return self::getName();
|
| H A D | MetadataFormDataStore.php | 37 $childrenValue = $this->data[$childrenObject::getName()]; 51 $value = $this->data[$metadata::getName()] ?? null;
|
| H A D | ResourceName.php | 65 static public function getName(): string function in ComboStrap\\ResourceName 116 return static::getName();
|
| H A D | PageUrlType.php | 51 $confCanonicalType = $this->getName(); 80 static public function getName(): string function in ComboStrap\\PageUrlType
|
| H A D | PageTitle.php | 38 static public function getName(): string function in ComboStrap\\PageTitle 87 …dataCurrentAndPersistent[MetadataDokuWikiStore::PERSISTENT_DOKUWIKI_KEY][$this->getName()] ?? null;
|
| H A D | Brand.php | 97 $brandNames[] = $brand->getName(); 132 $brandNamesForType[] = $brand->getName(); 217 public function getName(): string function in ComboStrap\\Brand
|
| H A D | BrandTag.php | 143 if ($brandButton->getBrand()->getName() === Brand::CURRENT_BRAND) { 168 $brandButton->getBrand()->getName() === Brand::CURRENT_BRAND 172 $htmlOutput .= Site::getName();
|
| H A D | MetadataStoreTransfer.php | 93 $name = $metadataObject::getName(); 175 …$messages[] = Message::createWarningMessage("The metadata ({$metadata->getName()}) is not persiste…
|
| H A D | ResourceCombo.php | 51 function getName(): ?string; function
|
| H A D | Reference.php | 37 public static function getName(): string function in ComboStrap\\Reference
|
| /template/strap/action/ |
| H A D | metatitle.php | 52 if (!empty(Site::getName())) { 53 $pageTitle .= self::TITLE_SEPARATOR . Site::getName();
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | ExtensionSet.php | 160 …'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;
|
| D | Source.php | 42 public function getName() function in Twig\\Source
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | ModuleNode.php | 128 ->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())
|
| D | Node.php | 197 return $this->sourceContext ? $this->sourceContext->getName() : null; 207 $this->setTemplateName($source->getName(), false);
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Remote/Service/ |
| H A D | DriverCommandExecutor.php | 37 if ($command->getName() === DriverCommand::NEW_SESSION) { 43 if ($command->getName() === DriverCommand::QUIT) {
|
| /template/strap/ComboStrap/Meta/Api/ |
| H A D | Metadata.php | 289 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 D | HttpCommandExecutor.php | 294 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 D | WebDriverCommand.php | 40 public function getName() function in Facebook\\WebDriver\\Remote\\WebDriverCommand
|
| /template/strap/ComboStrap/Meta/Field/ |
| H A D | PageH1.php | 43 static public function getName(): string function in ComboStrap\\Meta\\Field\\PageH1 103 return static::getName();
|
| /template/strap/resources/library/combo/ |
| H A D | combo.min.js | 4 …getName().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/ |
| D | TextDumper.php | 28 …intf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->getName());
|
| /template/strap/vendor/symfony/yaml/Resources/bin/ |
| H A D | yaml-lint | 47 ->setDefaultCommand($command->getName(), true)
|