Lines Matching refs:literal

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)) {
2817 if ($this->literal(';')) return true;
2866 if ($this->literal("/") && $this->value($rhs)) {
2939 if (!$this->literal(',')) break;
2961 if ($this->literal("(") &&
2963 $this->literal(")"))
2983 if ($this->literal("-", false) &&
3013 if ($this->literal("~") && $this->stringValue($str)) {
3021 if ($this->literal('\\') && $this->match('([0-9]+)', $m)) {
3033 if (!$this->literal('@import')) return false;
3059 …if (($this->literal("only") && ($only = true) || $this->literal("not") && ($not = true) || true) &…
3070 if (!empty($mediaType) && !$this->literal("and")) {
3089 if ($this->literal("(") &&
3091 ($this->literal(":") && $this->expression($value) || true) &&
3092 $this->literal(")"))
3176 if ($this->literal('"', false)) {
3178 } elseif ($this->literal("'", false)) {
3205 if ($this->literal($delim, false)) {
3216 if ($this->literal($delim)) {
3230 if ($this->literal("@{") &&
3232 $this->literal("}", false))
3280 if (!$this->literal('(')) return false;
3288 if ($this->literal("...")) {
3302 if ($this->literal("...")) {
3317 if (!$this->literal($delim)) {
3318 if ($delim == "," && $this->literal(";")) {
3366 if (!$this->literal(')')) {
3382 if (!$this->literal($delim)) break;
3395 $this->literal(">");
3414 if ($this->literal("[", false)) {
3418 if ($this->literal("]", false)) {
3460 if ($this->literal("]", false)) {
3508 if ($this->literal("@")) {
3543 if ($this->match('(%|[\w\-_][\w\-_:\.]+|[\w_])', $m) && $this->literal('(')) {
3552 if ($this->keyword($name) && $this->literal('=') && $this->expressionList($value)) {
3561 if (!$this->literal(',')) break;
3565 if ($this->literal(')')) {
3571 if ($this->openString(")", $string) && $this->literal(")")) {
3585 if ($this->literal($this->lessc->vPrefix, false) &&
3607 return $this->literal(':') || $this->literal('=');
3621 if ($this->literal(';', false)) {
3633 if (!$this->literal("when")) {
3642 if (!$this->literal(",")) break;
3661 if (!$this->literal("and")) break;
3675 $negate = $this->literal("not");
3677 if ($this->literal("(") && $this->expression($exp) && $this->literal(")")) {
3689 protected function literal($what, $eatWhitespace = null) { function in lessc_parser
3718 if (!$this->literal($delim)) break;