Searched refs:literal (Results 1 – 14 of 14) sorted by relevance
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/ |
D | Attribute.php | 19 public $literal; variable in PhpCss\\Ast\\Selector\\Simple\\Attribute 22 string $name = '', int $match = self::MATCH_EXISTS, Ast\Value\Literal $literal = NULL 26 $this->literal = $literal ?? new Ast\Value\Literal('');
|
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
D | Xpath.php | 241 * @param string $literal 244 private function quoteLiteral(string $literal): string { argument 245 $hasDoubleQuote = FALSE !== strpos($literal, '"'); 247 $hasSingleQuote = FALSE !== strpos($literal, "'"); 250 $parts = explode('"', $literal); 259 return "'".$literal."'"; 261 return '"'.$literal.'"'; 422 $this->quoteLiteral($attribute->literal->value) 429 strlen($attribute->literal->value), 430 $this->quoteLiteral($attribute->literal->value) [all …]
|
D | Css.php | 162 $this->_buffer .= $this->quoteString($attribute->literal->value); 180 Ast\Value\Literal $literal 182 $this->_buffer .= $this->quoteString($literal->value); 186 Ast\Value\Number $literal 188 $this->_buffer .= $literal->value;
|
D | Explain.php | 301 str_replace(['\\', '"'], ['\\\\', '\\"'], $attribute->literal->value) 350 Ast\Value\Literal $literal 355 str_replace(['\\', '"'], ['\\\\', '\\"'], $literal->value)
|
/template/mikio/inc/stemmechanics/lesserphp/ |
D | lessc.inc.php | 2680 if ($this->literal('@', false)) { 2684 if ($this->literal('@media')) { 2686 && $this->literal('{')) 2697 if ($this->literal("@", false) && $this->keyword($dirName)) { 2700 $this->literal("{")) 2712 } elseif ($this->literal(":", true)) { 2715 $this->literal("{")) 2746 $this->literal('{')) 2758 if ($this->tags($tags) && $this->literal('{', false)) { 2767 if ($this->literal('}', false)) { [all …]
|
/template/strap/vendor/carica/phpcss/src/PhpCss/Parser/ |
D | Attribute.php | 58 $attribute->literal = new Ast\Value\Literal($token->content); 62 $attribute->literal = $this->delegate(Text::CLASS);
|
/template/strap/ComboStrap/PageSqlParser/ |
D | PageSql.interp | 1 token literal names:
|
D | PageSqlLexer.interp | 1 token literal names:
|
/template/dokui/css/ |
D | highlight.css | 61 pre .vhdl .literal,
|
/template/strap/ |
D | yarn.lock | 799 strip-literal@^2.0.0: 801 resolved "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.1.tgz" 907 strip-literal "^2.0.0"
|
/template/strap/grammar/ |
D | PageSql.g4 | 229 * The type of the literal value is
|
/template/dokui/js/ |
D | highlight.js | 1 …literal:"true false null undefined NaN Infinity"},c:[a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RS… property
|
/template/strap/vendor/symfony/yaml/ |
D | CHANGELOG.md | 180 * Added support for dumping multi line strings as literal blocks.
|
/template/strap/resources/library/rrdiagram/0.9.4.1/ |
D | rrdiagram.js.map | 1 …literal.js","webpack:///./model/repetition.js","webpack:///./model/rulereference.js","webpack:///.…
|