Lines Matching refs:literal
2840 if ($this->literal('@', false)) {
2844 if ($this->literal('@media')) {
2846 && $this->literal('{')
2857 if ($this->literal("@", false) && $this->keyword($dirName)) {
2860 $this->literal("{")
2872 } elseif ($this->literal(":", true)) {
2875 $this->literal("{")
2908 $this->literal('{')
2920 if ($this->tags($tags) && $this->literal('{', false)) {
2929 if ($this->literal('}', false)) {
2980 if ($this->literal(';')) return true;
3035 if ($this->literal("/") && $this->value($rhs)) {
3113 if (!$this->literal(',')) break;
3137 $this->literal("(") &&
3139 $this->literal(")")
3161 $this->literal("-", false) &&
3191 if ($this->literal("~") && $this->stringValue($str)) {
3199 if ($this->literal('\\') && $this->match('([0-9]+)', $m)) {
3212 if (!$this->literal('@import')) return false;
3240 …if (($this->literal("only") && ($only = true) || $this->literal("not") && ($not = true) || true) &…
3251 if (!empty($mediaType) && !$this->literal("and")) {
3272 $this->literal("(") &&
3274 ($this->literal(":") && $this->expression($value) || true) &&
3275 $this->literal(")")
3361 if ($this->literal('"', false)) {
3363 } elseif ($this->literal("'", false)) {
3390 if ($this->literal($delim, false)) {
3401 if ($this->literal($delim)) {
3417 $this->literal("@{") &&
3419 $this->literal("}", false)
3470 if (!$this->literal('(')) return false;
3478 if ($this->literal("...")) {
3492 if ($this->literal("...")) {
3507 if (!$this->literal($delim)) {
3508 if ($delim == "," && $this->literal(";")) {
3555 if (!$this->literal(')')) {
3572 if (!$this->literal($delim)) break;
3586 $this->literal(">");
3606 if ($this->literal("[", false)) {
3610 if ($this->literal("]", false)) {
3652 if ($this->literal("]", false)) {
3701 if ($this->literal("@")) {
3737 if ($this->match('(%|[\w\-_][\w\-_:\.]+|[\w_])', $m) && $this->literal('(')) {
3746 if ($this->keyword($name) && $this->literal('=') && $this->expressionList($value)) {
3755 if (!$this->literal(',')) break;
3759 if ($this->literal(')')) {
3765 if ($this->openString(")", $string) && $this->literal(")")) {
3781 $this->literal($this->lessc->vPrefix, false) &&
3804 return $this->literal(':') || $this->literal('=');
3820 if ($this->literal(';', false)) {
3833 if (!$this->literal("when")) {
3842 if (!$this->literal(",")) break;
3862 if (!$this->literal("and")) break;
3877 $negate = $this->literal("not");
3879 if ($this->literal("(") && $this->expression($exp) && $this->literal(")")) {
3891 protected function literal($what, $eatWhitespace = null) function in lessc_parser
3922 if (!$this->literal($delim)) break;