Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 134) sorted by relevance

123456

/template/strap/vendor/symfony/yaml/
H A DDumper.php100 …$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/TokenParser/
DGuardTokenParser.php29 if (!\in_array($typeToken->getValue(), ['function', 'filter', 'test'], true)) {
30 …ed guard types are function, filter and test, "%s" given.', $typeToken->getValue()), $typeToken->g…
32 $method = 'get'.$typeToken->getValue();
35 $name = $nameToken->getValue();
36 if ('test' === $typeToken->getValue() && $stream->test(Token::NAME_TYPE)) {
38 $name .= ' '.$stream->getCurrent()->getValue();
56 if ('else' === $stream->next()->getValue()) {
DAbstractTokenParser.php46 … if ($stream->test(Token::OPERATOR_TYPE) && preg_match(Lexer::REGEX_NAME, $token->getValue())) {
52 $targets[] = new AssignContextVariable($token->getValue(), $token->getLine());
DUseTokenParser.php49 $name = $stream->expect(Token::NAME_TYPE)->getValue();
53 $alias = $stream->expect(Token::NAME_TYPE)->getValue();
DMacroTokenParser.php41 $name = $stream->expect(Token::NAME_TYPE)->getValue();
48 $value = $token->getValue();
88 … $name = new LocalVariable($token->getValue(), $this->parser->getCurrentToken()->getLine());
/template/twigstarter/vendor/twig/twig/src/ExpressionParser/Prefix/
DLiteralExpressionParser.php39 switch ($token->getValue()) {
55 return new ContextVariable($token->getValue(), $token->getLine());
62 return new ConstantExpression($token->getValue(), $token->getLine());
70 if ($node = match ($token->getValue()) {
79 if ('[' === $token->getValue()) {
83 …if (preg_match(Lexer::REGEX_NAME, $token->getValue(), $matches) && $matches[0] == $token->getValue
87 return new ContextVariable($token->getValue(), $token->getLine());
92 …tf('Unexpected token "%s" of value "%s".', $token->toEnglish(), $token->getValue()), $token->getLi…
126 $nodes[] = new ConstantExpression($token->getValue(), $token->getLine());
206 $key = new ConstantExpression($token->getValue(), $token->getLine());
[all …]
/template/strap/ComboStrap/
H A DSiteConfig.php168 …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 DFirstImage.php49 public function getValue(): WikiPath function in ComboStrap\\FirstImage
53 return FirstSvgIllustration::createForPage($contextPage)->getValue();
55 return FirstRasterImage::createForPage($contextPage)->getValue();
H A DCacheExpirationDate.php82 public function getValue(): DateTime function in ComboStrap\\CacheExpirationDate
86 return parent::getValue();
88 … $cronExpression = CacheExpirationFrequency::createForPage($this->getResource())->getValue();
H A DHeadingTag.php192 $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 DTagAttributes.php439 $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 DCanonical.php41 return $this->getValue();
181 ->addQueryParameter(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $this->getValue()->getWikiId());
191 $path = $this->getValue()->toAbsoluteId();
H A DPageId.php290 $actualId = $this->getValue();
329 $value = $this->getValue();
350 public function getValue(): string function in ComboStrap\\PageId
353 return parent::getValue();
H A DIconTag.php37 $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 DRouter.php248 $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 DLocale.php42 public function getValue(): string function in ComboStrap\\Locale
96 return $this->getValue();
H A DLowQualityCalculatedIndicator.php33 public function getValue(): bool function in ComboStrap\\LowQualityCalculatedIndicator
37 return parent::getValue();
H A DCacheManager.php100 ->getValue();
108 $expirationDate = $cacheExpirationDateMeta->getValue();
/template/twigstarter/vendor/twig/twig/src/
DExpressionParser.php140 if ('.' == $token->getValue() || '[' == $token->getValue()) {
142 } elseif ('|' == $token->getValue()) {
164 if ('.' === $this->parser->getStream()->next()->getValue()) {
165 …return $parsers->getValue($this->parser)->getByClass(DotExpressionParser::class)->parse($this->par…
168 …return $parsers->getValue($this->parser)->getByClass(SquareBracketExpressionParser::class)->parse(…
192 $op = $parsers->getValue($this->parser)->getByClass(FilterExpressionParser::class);
246 … $value = new ContextVariable($token->getValue(), $this->parser->getCurrentToken()->getLine());
307 … if ($stream->test(Token::OPERATOR_TYPE) && preg_match(Lexer::REGEX_NAME, $token->getValue())) {
313 $targets[] = new AssignContextVariable($token->getValue(), $token->getLine());
/template/strap/ComboStrap/Meta/Field/
H A DAliases.php45 $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 DAncestorImage.php65 public function getValue(): WikiPath function in ComboStrap\\Meta\\Field\\AncestorImage
77 return FeaturedImage::createFromResourcePage($actual)->getValue();
86 return FirstImage::createForPage($actual)->getValue();
H A DFeaturedImage.php63 public function getValue(): WikiPath function in ComboStrap\\Meta\\Field\\FeaturedImage
82 return $featuredSvgImage->getValue();
85 return $featuredRasterImage->getValue();
H A DSocialCardImage.php62 public function getValue(): WikiPath function in ComboStrap\\Meta\\Field\\SocialCardImage
96 return FirstRasterImage::createForPage($contextPage)->getValue();
H A DPageImages.php182 $rows = parent::getValue();
193 $pageImagePathValue = $pageImagePath->getValue();
206 $usages = $pageImageUsage->getValue();
313 $firstImage = FirstRasterImage::createForPage($this->getResource())->getValue();
/template/twigstarter/vendor/twig/twig/src/ExpressionParser/Infix/
DDotExpressionParser.php40 $nullSafe = '?.' === $token->getValue();
55 … || ($token->test(Token::OPERATOR_TYPE) && preg_match(Lexer::REGEX_NAME, $token->getValue()))
57 $attribute = new ConstantExpression($token->getValue(), $token->getLine());
59 …printf('Expected name or number, got value "%s" of type "%s".', $token->getValue(), $token->toEngl…

123456