Home
last modified time | relevance | path

Searched refs:value (Results 76 – 100 of 582) sorted by last modified time

12345678910>>...24

/template/twigstarter/vendor/twig/twig/src/Node/
H A DAutoEscapeNode.php29 public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape') argument
31 parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag);
H A DModuleNode.php216 foreach ($trait->getNode('targets') as $key => $value) {
233 ->subcompile($value)
H A DNode.php55 foreach ($this->attributes as $name => $value) {
56 … $attributes[] = sprintf('%s: %s', $name, str_replace("\n", '', var_export($value, true)));
119 * @param mixed $value
121 public function setAttribute($name, $value) argument
123 $this->attributes[$name] = $value;
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php59 public function addElement(AbstractExpression $value, AbstractExpression $key = null) argument
62 $key = new ConstantExpression(++$this->index, $value->getTemplateLine());
65 array_push($this->nodes, $key, $value);
H A DConstantExpression.php19 public function __construct($value, int $lineno) argument
21 parent::__construct([], ['value' => $value], $lineno);
H A DCallExpression.php204 foreach ($parameters as $key => $value) {
206 $arbitraryArguments->addElement($value);
208 $arbitraryArguments->addElement($value, new ConstantExpression($key, -1));
/template/twigstarter/vendor/twig/twig/src/
H A DToken.php22 private $value; variable in Twig\\Token
43 * @param string $value The token value
46 public function __construct($type, $value, $lineno) argument
49 $this->value = $value;
55 return sprintf('%s(%s)', self::typeToString($this->type, true), $this->value);
80 (\is_array($values) && \in_array($this->value, $values)) ||
81 $this->value == $values
106 return $this->value;
H A DTokenStream.php71 public function expect($type, $value = null, string $message = null): Token argument
74 if (!$token->test($type, $value)) {
80 Token::typeToEnglish($type), $value ? sprintf(' with value "%s"', $value) : ''),
H A DEnvironment.php901 * @param mixed $value The global value
903 public function addGlobal($name, $value) argument
910 $this->resolvedGlobals[$name] = $value;
912 $this->globals[$name] = $value;
947 foreach ($this->getGlobals() as $key => $value) {
949 $context[$key] = $value;
H A DCompiler.php123 * @param string $value The string
127 public function string($value) argument
137 * @param mixed $value The value to convert
141 public function repr($value) argument
143 if (\is_int($value) || \is_float($value)) {
148 $this->raw(var_export($value, true));
153 } elseif (null === $value) {
155 } elseif (\is_bool($value)) {
157 } elseif (\is_array($value)) {
160 foreach ($value as $key => $v) {
[all …]
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php30 $value = 'html';
36 $value = $expr->getAttribute('value');
43 return new AutoEscapeNode($value, $body, $lineno, $this->getTag());
H A DBlockTokenParser.php47 $value = $token->getValue();
49 if ($value != $name) {
50 …ror(sprintf('Expected endblock for block "%s" (but "%s" given).', $name, $value), $stream->getCurr…
H A DMacroTokenParser.php41 $value = $token->getValue();
43 if ($value != $name) {
44 …ror(sprintf('Expected endmacro for macro "%s" (but "%s" given).', $name, $value), $stream->getCurr…
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php49 …function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding… argument
/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php53 …$this->allowedMethods[$class] = array_map(function ($value) { return strtr($value, 'ABCDEFGHIJKLMN…
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DDebugExtension.php53 foreach ($context as $key => $value) {
54 if (!$value instanceof Template && !$value instanceof TemplateWrapper) {
55 $vars[$key] = $value;
/template/strap/_test/
H A DtplUtilityTest.php171 $value = TplUtility::getHeaderSlotPageName();
172 $this->assertEquals($expectedValue, $value);
220 $value = TplUtility::getHeaderSlotPageName();
221 $this->assertEquals($expectedValue, $value);
H A DconfigTest.php99 foreach ($conf as $key => $value) {
107 foreach ($meta as $key => $value) {
143 foreach ($conf as $key => $value) {
151 foreach ($lang as $key => $value) {
176 foreach ($meta as $key => $value) {
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.js.map1value","valueType","toString","match","toLowerCase","RegExp","test","TypeError","toUpperCase","isV…
H A Dpopper.min.js5 …rator=K,e.popperOffsets=$,e.preventOverflow=le,Object.defineProperty(e,"__esModule",{value:!0})}));
/template/strap/bootstrap/4.4.1/
H A Dbootstrap.min.css6value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;wid…
H A Dpopper.min.js4value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e},le=Object.assign||function(e){for(va…
/template/strap/bootstrap/4.5.0/
H A Dbootstrap.cyborg.min.css12value{color:#282828;background-color:#fff}.form-control-file,.form-control-range{display:block;wid…
H A Dbootstrap.darkly.min.css12value{color:#444;background-color:#fff}.form-control-file,.form-control-range{display:block;width:…
H A Dbootstrap.flatly.min.css12value{color:#7b8a8b;background-color:#fff}.form-control-file,.form-control-range{display:block;wid…

12345678910>>...24