| /template/strap/vendor/symfony/yaml/ |
| H A D | Dumper.php | 100 …$flags && \is_string($value->getValue()) && false !== strpos($value->getValue(), "\n") && false ==… 103 …$blockIndentationIndicator = (' ' === substr($value->getValue(), 0, 1)) ? (string) $this->indentat… 106 foreach (explode("\n", $value->getValue()) as $row) { 113 … if ($inline - 1 <= 0 || null === $value->getValue() || \is_scalar($value->getValue())) { 114 $output .= ' '.$this->dump($value->getValue(), $inline - 1, 0, $flags)."\n"; 117 …$output .= $this->dump($value->getValue(), $inline - 1, $dumpAsMap ? $indent + $this->indentation … 147 …$flags && \is_string($value->getValue()) && false !== strpos($value->getValue(), "\n") && false ==… 150 …$blockIndentationIndicator = (' ' === substr($value->getValue(), 0, 1)) ? (string) $this->indentat… 153 foreach (explode("\n", $value->getValue()) as $row) { 160 if ($inline - 1 <= 0 || null === $value->getValue() || \is_scalar($value->getValue())) { [all …]
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | ExpressionParser.php | 72 …while ($this->isBinary($token) && $this->binaryOperators[$token->getValue()]['precedence'] >= $pre… 73 $op = $this->binaryOperators[$token->getValue()]; 76 if ('is not' === $token->getValue()) { 78 } elseif ('is' === $token->getValue()) { 109 $names = [new AssignNameExpression($token->getValue(), $token->getLine())]; 144 $names[] = new AssignNameExpression($token->getValue(), $token->getLine()); 161 $operator = $this->unaryOperators[$token->getValue()]; 201 …urn $token->test(/* Token::OPERATOR_TYPE */ 8) && isset($this->unaryOperators[$token->getValue()]); 206 …rn $token->test(/* Token::OPERATOR_TYPE */ 8) && isset($this->binaryOperators[$token->getValue()]); 215 switch ($token->getValue()) { [all …]
|
| D | Parser.php | 136 $rv[] = new TextNode($token->getValue(), $token->getLine()); 166 if (!isset($this->handlers[$token->getValue()])) { 168 …$e = new SyntaxError(sprintf('Unexpected "%s" tag', $token->getValue()), $token->getLine(), $this-… 174 …$e = new SyntaxError(sprintf('Unknown "%s" tag.', $token->getValue()), $token->getLine(), $this->s… 175 … $e->addSuggestions($token->getValue(), array_keys($this->env->getTags())); 183 $subparser = $this->handlers[$token->getValue()];
|
| /template/strap/ComboStrap/ |
| H A D | SiteConfig.php | 168 …public function getValue(string $key, ?string $default = null, ?string $scope = PluginUtility::PLU… function in ComboStrap\\SiteConfig 180 $value = $this->getValue($key, $default); 238 return $this->getValue(self::LOG_EXCEPTION_LEVEL, LogUtility::DEFAULT_THROW_LEVEL); 247 $value = $this->getValue(self::REM_CONF); 296 …return DataType::toInteger($this->getValue(SiteConfig::HTML_MAX_KB_SIZE_FOR_INLINE_ELEMENT, self::… 357 $value = $this->getValue('maxseclevel', null, self::GLOBAL_SCOPE); 373 return $this->getValue("start", self::CONF_DEFAULT_INDEX_NAME, self::GLOBAL_SCOPE); 415 $metadataDirectory = $this->getValue('metadir', null, self::GLOBAL_SCOPE); 435 return $this->getValue(TemplateEngine::CONF_THEME, TemplateEngine::CONF_THEME_DEFAULT); 444 …return $this->getValue(PageTemplateName::CONF_DEFAULT_NAME, PageTemplateName::HOLY_TEMPLATE_VALUE); [all …]
|
| H A D | FirstImage.php | 49 public function getValue(): WikiPath function in ComboStrap\\FirstImage 53 return FirstSvgIllustration::createForPage($contextPage)->getValue(); 55 return FirstRasterImage::createForPage($contextPage)->getValue();
|
| H A D | CacheExpirationDate.php | 82 public function getValue(): DateTime function in ComboStrap\\CacheExpirationDate 86 return parent::getValue(); 88 … $cronExpression = CacheExpirationFrequency::createForPage($this->getResource())->getValue();
|
| H A D | HeadingTag.php | 192 $text = $tagAttributes->getValue(HeadingTag::HEADING_TEXT_ATTRIBUTE); 196 $level = $tagAttributes->getValue(HeadingTag::LEVEL); 201 $parsedLabel = $tagAttributes->getValue(self::PARSED_LABEL); 225 $text = $tagAttributes->getValue(HeadingTag::HEADING_TEXT_ATTRIBUTE); 226 $level = $tagAttributes->getValue(HeadingTag::LEVEL); 339 …->getValue(Outline::CONF_OUTLINE_NUMBERING_ENABLE, Outline::CONF_OUTLINE_NUMBERING_ENABLE_DEFAULT); 513 $level = $tagAttributes->getValue(HeadingTag::LEVEL);
|
| H A D | TagAttributes.php | 439 $value = $this->getValue(self::CLASS_KEY, $default); 504 $actualValue = $this->getValue($attributeName); 804 public function getValue($attributeName, $default = null) function in ComboStrap\\TagAttributes 828 $value = $this->getValue($attributeName); 850 $generatedId = $this->getValue(TagAttributes::GENERATED_ID_KEY); 901 $value = $this->getValue($lowerAttribute); 1005 if (!$this->getValue(self::OPEN_TAG, false)) { 1110 return $this->getValue(self::TYPE_KEY); 1194 $value = $this->getValue($attribute, $default); 1271 $value = $this->getValue($attribute); [all …]
|
| H A D | Canonical.php | 41 return $this->getValue(); 181 ->addQueryParameter(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $this->getValue()->getWikiId()); 191 $path = $this->getValue()->toAbsoluteId();
|
| H A D | Router.php | 248 $actionReaderFirst = $conf->getValue('ActionReaderFirst'); 256 $readerAlgorithms[1] = $conf->getValue('ActionReaderSecond'); 257 $readerAlgorithms[2] = $conf->getValue('ActionReaderThird'); 543 $weightFactorForSamePageName = $config->getValue('WeightFactorForSamePageName'); 544 $weightFactorForSameNamespace = $config->getValue('WeightFactorForSameNamespace'); 605 $startPageFactor = $config->getValue('WeightFactorForStartPage'); 606 $nameSpaceFactor = $config->getValue('WeightFactorForSameNamespace');
|
| H A D | PageId.php | 290 $actualId = $this->getValue(); 329 $value = $this->getValue(); 350 public function getValue(): string function in ComboStrap\\PageId 353 return parent::getValue();
|
| H A D | IconTag.php | 37 $requestedColor = $tagAttributes->getValue(ColorRgb::COLOR); 48 … $requestedWidth = $tagAttributes->getValue(Dimension::WIDTH_KEY, FetcherSvg::DEFAULT_ICON_LENGTH); 72 … $message = "Icon ({$tagAttribute->getValue("name")}). Error while rendering: {$e->getMessage()}";
|
| H A D | Locale.php | 42 public function getValue(): string function in ComboStrap\\Locale 96 return $this->getValue();
|
| H A D | LowQualityCalculatedIndicator.php | 33 public function getValue(): bool function in ComboStrap\\LowQualityCalculatedIndicator 37 return parent::getValue();
|
| H A D | CacheManager.php | 100 ->getValue(); 108 $expirationDate = $cacheExpirationDateMeta->getValue();
|
| /template/strap/ComboStrap/Meta/Field/ |
| H A D | Aliases.php | 45 $rows = $this->getValue(); 52 $alias = Alias::create($this->getResource(), $aliasMeta->getValue()); 59 $alias->setType($aliasType->getValue()); 238 public function getValue(): array function in ComboStrap\\Meta\\Field\\Aliases 266 return parent::getValue(); 293 $alias = Alias::create($this->getResource(), $path->getValue()); 301 $this->rows[$path->getValue()->toAbsoluteId()] = $row;
|
| H A D | AncestorImage.php | 65 public function getValue(): WikiPath function in ComboStrap\\Meta\\Field\\AncestorImage 77 return FeaturedImage::createFromResourcePage($actual)->getValue(); 86 return FirstImage::createForPage($actual)->getValue();
|
| H A D | FeaturedImage.php | 63 public function getValue(): WikiPath function in ComboStrap\\Meta\\Field\\FeaturedImage 82 return $featuredSvgImage->getValue(); 85 return $featuredRasterImage->getValue();
|
| H A D | PageImages.php | 182 $rows = parent::getValue(); 193 $pageImagePathValue = $pageImagePath->getValue(); 206 $usages = $pageImageUsage->getValue(); 313 $firstImage = FirstRasterImage::createForPage($this->getResource())->getValue();
|
| H A D | SocialCardImage.php | 62 public function getValue(): WikiPath function in ComboStrap\\Meta\\Field\\SocialCardImage 96 return FirstRasterImage::createForPage($contextPage)->getValue();
|
| H A D | PageH1.php | 78 ->getValue(); 94 return $this->getValue();
|
| /template/twigstarter/vendor/twig/twig/src/TokenParser/ |
| D | UseTokenParser.php | 45 $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); 49 $alias = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue();
|
| D | FromTokenParser.php | 33 $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); 37 $alias = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue();
|
| D | MacroTokenParser.php | 33 $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); 41 $value = $token->getValue();
|
| /template/strap/ComboStrap/Meta/Api/ |
| H A D | MetadataTabular.php | 52 public function getValue(): array function in ComboStrap\\Meta\\Api\\MetadataTabular 322 ->getValue(); 345 $identifier = $meta->getValue(); 387 $identifierValue = $identifierMetadata->getValue(); // normalize if any
|