mirror of
https://github.com/danog/sass-site.git
synced 2025-01-09 06:28:37 +01:00
198 lines
17 KiB
HTML
198 lines
17 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>
|
|
Class: Sass::Script::CssLexer
|
|
|
|
— Documentation by YARD 0.9.12
|
|
|
|
</title>
|
|
|
|
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
|
|
|
<link rel="stylesheet" href="../../../assets/css/docs.css" type="text/css" charset="utf-8" />
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
|
hasFrames = window.top.frames.main ? true : false;
|
|
relpath = '../../';
|
|
framesUrl = "../../frames.html#!Sass/Script/CssLexer.html";
|
|
</script>
|
|
|
|
|
|
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
|
|
|
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<div id="menu">
|
|
|
|
<a href="../../_index.html">Index (C)</a> »
|
|
<span class='title'><span class='object_link'><a href="../../Sass.html" title="Sass (module)">Sass</a></span></span> » <span class='title'><span class='object_link'><a href="../Script.html" title="Sass::Script (module)">Script</a></span></span>
|
|
»
|
|
<span class="title">CssLexer</span>
|
|
|
|
|
|
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
|
</div>
|
|
|
|
<div id="search">
|
|
|
|
<a class="full_list_link" id="class_list_link"
|
|
href="../../class_list.html">
|
|
Class List
|
|
</a>
|
|
|
|
<a class="full_list_link" id="method_list_link"
|
|
href="../../method_list.html">
|
|
Method List
|
|
</a>
|
|
|
|
<a class="full_list_link" id="file_list_link"
|
|
href="../../file_list.html">
|
|
File List
|
|
</a>
|
|
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
|
|
<iframe id="search_frame"></iframe>
|
|
|
|
<div id="content"><h1>Class: Sass::Script::CssLexer
|
|
|
|
|
|
|
|
</h1>
|
|
|
|
<dl class="box">
|
|
|
|
<dt class="r1">Inherits:</dt>
|
|
<dd class="r1">
|
|
<span class="inheritName"><span class='object_link'><a href="Lexer.html" title="Sass::Script::Lexer (class)">Lexer</a></span></span>
|
|
|
|
<ul class="fullTree">
|
|
<li>Object</li>
|
|
|
|
<li class="next"><span class='object_link'><a href="Lexer.html" title="Sass::Script::Lexer (class)">Lexer</a></span></li>
|
|
|
|
<li class="next">Sass::Script::CssLexer</li>
|
|
|
|
</ul>
|
|
<a href="#" class="inheritanceTree">show all</a>
|
|
|
|
</dd>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dt class="r2 last">Defined in:</dt>
|
|
<dd class="r2 last">.ruby-sass/lib/sass/script/css_lexer.rb</dd>
|
|
|
|
</dl>
|
|
<div class="clear"></div>
|
|
|
|
<h2>Overview</h2><div class="docstring">
|
|
<div class="discussion">
|
|
|
|
<p>This is a subclass of <span class='object_link'><a href="Lexer.html" title="Sass::Script::Lexer (class)">Lexer</a></span> for use in parsing plain CSS properties.</p>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="tags">
|
|
|
|
|
|
<p class="tag_title">See Also:</p>
|
|
<ul class="see">
|
|
|
|
<li><span class='object_link'><a href="../SCSS/CssParser.html" title="Sass::SCSS::CssParser (class)">Sass::SCSS::CssParser</a></span></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
<h2>Constant Summary</h2>
|
|
|
|
|
|
|
|
|
|
<h2>Constant Summary</h2>
|
|
|
|
<h3 class="inherited">Constants inherited
|
|
from <span class='object_link'><a href="Lexer.html" title="Sass::Script::Lexer (class)">Lexer</a></span></h3>
|
|
<p class="inherited"><span class='object_link'><a href="Lexer.html#IDENT_OP_NAMES-constant" title="Sass::Script::Lexer::IDENT_OP_NAMES (constant)">Lexer::IDENT_OP_NAMES</a></span>, <span class='object_link'><a href="Lexer.html#OPERATORS-constant" title="Sass::Script::Lexer::OPERATORS (constant)">Lexer::OPERATORS</a></span>, <span class='object_link'><a href="Lexer.html#OPERATORS_REVERSE-constant" title="Sass::Script::Lexer::OPERATORS_REVERSE (constant)">Lexer::OPERATORS_REVERSE</a></span>, <span class='object_link'><a href="Lexer.html#OP_NAMES-constant" title="Sass::Script::Lexer::OP_NAMES (constant)">Lexer::OP_NAMES</a></span>, <span class='object_link'><a href="Lexer.html#PARSEABLE_NUMBER-constant" title="Sass::Script::Lexer::PARSEABLE_NUMBER (constant)">Lexer::PARSEABLE_NUMBER</a></span>, <span class='object_link'><a href="Lexer.html#REGULAR_EXPRESSIONS-constant" title="Sass::Script::Lexer::REGULAR_EXPRESSIONS (constant)">Lexer::REGULAR_EXPRESSIONS</a></span>, <span class='object_link'><a href="Lexer.html#STRING_REGULAR_EXPRESSIONS-constant" title="Sass::Script::Lexer::STRING_REGULAR_EXPRESSIONS (constant)">Lexer::STRING_REGULAR_EXPRESSIONS</a></span>, <span class='object_link'><a href="Lexer.html#TOKEN_NAMES-constant" title="Sass::Script::Lexer::TOKEN_NAMES (constant)">Lexer::TOKEN_NAMES</a></span></p>
|
|
|
|
|
|
|
|
<h3 class="inherited">Constants included
|
|
from <span class='object_link'><a href="../SCSS/RX.html" title="Sass::SCSS::RX (module)">Sass::SCSS::RX</a></span></h3>
|
|
<p class="inherited"><span class='object_link'><a href="../SCSS/RX.html#ANY-constant" title="Sass::SCSS::RX::ANY (constant)">Sass::SCSS::RX::ANY</a></span>, <span class='object_link'><a href="../SCSS/RX.html#CDC-constant" title="Sass::SCSS::RX::CDC (constant)">Sass::SCSS::RX::CDC</a></span>, <span class='object_link'><a href="../SCSS/RX.html#CDO-constant" title="Sass::SCSS::RX::CDO (constant)">Sass::SCSS::RX::CDO</a></span>, <span class='object_link'><a href="../SCSS/RX.html#COMMENT-constant" title="Sass::SCSS::RX::COMMENT (constant)">Sass::SCSS::RX::COMMENT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#DASHMATCH-constant" title="Sass::SCSS::RX::DASHMATCH (constant)">Sass::SCSS::RX::DASHMATCH</a></span>, <span class='object_link'><a href="../SCSS/RX.html#DOMAIN-constant" title="Sass::SCSS::RX::DOMAIN (constant)">Sass::SCSS::RX::DOMAIN</a></span>, <span class='object_link'><a href="../SCSS/RX.html#ESCAPE-constant" title="Sass::SCSS::RX::ESCAPE (constant)">Sass::SCSS::RX::ESCAPE</a></span>, <span class='object_link'><a href="../SCSS/RX.html#FUNCTION-constant" title="Sass::SCSS::RX::FUNCTION (constant)">Sass::SCSS::RX::FUNCTION</a></span>, <span class='object_link'><a href="../SCSS/RX.html#GREATER-constant" title="Sass::SCSS::RX::GREATER (constant)">Sass::SCSS::RX::GREATER</a></span>, <span class='object_link'><a href="../SCSS/RX.html#H-constant" title="Sass::SCSS::RX::H (constant)">Sass::SCSS::RX::H</a></span>, <span class='object_link'><a href="../SCSS/RX.html#HASH-constant" title="Sass::SCSS::RX::HASH (constant)">Sass::SCSS::RX::HASH</a></span>, <span class='object_link'><a href="../SCSS/RX.html#HEXCOLOR-constant" title="Sass::SCSS::RX::HEXCOLOR (constant)">Sass::SCSS::RX::HEXCOLOR</a></span>, <span class='object_link'><a href="../SCSS/RX.html#IDENT-constant" title="Sass::SCSS::RX::IDENT (constant)">Sass::SCSS::RX::IDENT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#IDENT_HYPHEN_INTERP-constant" title="Sass::SCSS::RX::IDENT_HYPHEN_INTERP (constant)">Sass::SCSS::RX::IDENT_HYPHEN_INTERP</a></span>, <span class='object_link'><a href="../SCSS/RX.html#IDENT_START-constant" title="Sass::SCSS::RX::IDENT_START (constant)">Sass::SCSS::RX::IDENT_START</a></span>, <span class='object_link'><a href="../SCSS/RX.html#IMPORTANT-constant" title="Sass::SCSS::RX::IMPORTANT (constant)">Sass::SCSS::RX::IMPORTANT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#INCLUDES-constant" title="Sass::SCSS::RX::INCLUDES (constant)">Sass::SCSS::RX::INCLUDES</a></span>, <span class='object_link'><a href="../SCSS/RX.html#INTERP_START-constant" title="Sass::SCSS::RX::INTERP_START (constant)">Sass::SCSS::RX::INTERP_START</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NAME-constant" title="Sass::SCSS::RX::NAME (constant)">Sass::SCSS::RX::NAME</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NL-constant" title="Sass::SCSS::RX::NL (constant)">Sass::SCSS::RX::NL</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NMCHAR-constant" title="Sass::SCSS::RX::NMCHAR (constant)">Sass::SCSS::RX::NMCHAR</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NMSTART-constant" title="Sass::SCSS::RX::NMSTART (constant)">Sass::SCSS::RX::NMSTART</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NONASCII-constant" title="Sass::SCSS::RX::NONASCII (constant)">Sass::SCSS::RX::NONASCII</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NOT-constant" title="Sass::SCSS::RX::NOT (constant)">Sass::SCSS::RX::NOT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NUMBER-constant" title="Sass::SCSS::RX::NUMBER (constant)">Sass::SCSS::RX::NUMBER</a></span>, <span class='object_link'><a href="../SCSS/RX.html#OPTIONAL-constant" title="Sass::SCSS::RX::OPTIONAL (constant)">Sass::SCSS::RX::OPTIONAL</a></span>, <span class='object_link'><a href="../SCSS/RX.html#PERCENTAGE-constant" title="Sass::SCSS::RX::PERCENTAGE (constant)">Sass::SCSS::RX::PERCENTAGE</a></span>, <span class='object_link'><a href="../SCSS/RX.html#PLUS-constant" title="Sass::SCSS::RX::PLUS (constant)">Sass::SCSS::RX::PLUS</a></span>, <span class='object_link'><a href="../SCSS/RX.html#PREFIXMATCH-constant" title="Sass::SCSS::RX::PREFIXMATCH (constant)">Sass::SCSS::RX::PREFIXMATCH</a></span>, <span class='object_link'><a href="../SCSS/RX.html#RANGE-constant" title="Sass::SCSS::RX::RANGE (constant)">Sass::SCSS::RX::RANGE</a></span>, <span class='object_link'><a href="../SCSS/RX.html#S-constant" title="Sass::SCSS::RX::S (constant)">Sass::SCSS::RX::S</a></span>, <span class='object_link'><a href="../SCSS/RX.html#SINGLE_LINE_COMMENT-constant" title="Sass::SCSS::RX::SINGLE_LINE_COMMENT (constant)">Sass::SCSS::RX::SINGLE_LINE_COMMENT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#STATIC_COMPONENT-constant" title="Sass::SCSS::RX::STATIC_COMPONENT (constant)">Sass::SCSS::RX::STATIC_COMPONENT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#STATIC_SELECTOR-constant" title="Sass::SCSS::RX::STATIC_SELECTOR (constant)">Sass::SCSS::RX::STATIC_SELECTOR</a></span>, <span class='object_link'><a href="../SCSS/RX.html#STATIC_VALUE-constant" title="Sass::SCSS::RX::STATIC_VALUE (constant)">Sass::SCSS::RX::STATIC_VALUE</a></span>, <span class='object_link'><a href="../SCSS/RX.html#STRING-constant" title="Sass::SCSS::RX::STRING (constant)">Sass::SCSS::RX::STRING</a></span>, <span class='object_link'><a href="../SCSS/RX.html#STRING1-constant" title="Sass::SCSS::RX::STRING1 (constant)">Sass::SCSS::RX::STRING1</a></span>, <span class='object_link'><a href="../SCSS/RX.html#STRING1_NOINTERP-constant" title="Sass::SCSS::RX::STRING1_NOINTERP (constant)">Sass::SCSS::RX::STRING1_NOINTERP</a></span>, <span class='object_link'><a href="../SCSS/RX.html#STRING2-constant" title="Sass::SCSS::RX::STRING2 (constant)">Sass::SCSS::RX::STRING2</a></span>, <span class='object_link'><a href="../SCSS/RX.html#STRING2_NOINTERP-constant" title="Sass::SCSS::RX::STRING2_NOINTERP (constant)">Sass::SCSS::RX::STRING2_NOINTERP</a></span>, <span class='object_link'><a href="../SCSS/RX.html#STRING_NOINTERP-constant" title="Sass::SCSS::RX::STRING_NOINTERP (constant)">Sass::SCSS::RX::STRING_NOINTERP</a></span>, <span class='object_link'><a href="../SCSS/RX.html#SUBSTRINGMATCH-constant" title="Sass::SCSS::RX::SUBSTRINGMATCH (constant)">Sass::SCSS::RX::SUBSTRINGMATCH</a></span>, <span class='object_link'><a href="../SCSS/RX.html#SUFFIXMATCH-constant" title="Sass::SCSS::RX::SUFFIXMATCH (constant)">Sass::SCSS::RX::SUFFIXMATCH</a></span>, <span class='object_link'><a href="../SCSS/RX.html#TILDE-constant" title="Sass::SCSS::RX::TILDE (constant)">Sass::SCSS::RX::TILDE</a></span>, <span class='object_link'><a href="../SCSS/RX.html#UNICODE-constant" title="Sass::SCSS::RX::UNICODE (constant)">Sass::SCSS::RX::UNICODE</a></span>, <span class='object_link'><a href="../SCSS/RX.html#UNICODERANGE-constant" title="Sass::SCSS::RX::UNICODERANGE (constant)">Sass::SCSS::RX::UNICODERANGE</a></span>, <span class='object_link'><a href="../SCSS/RX.html#UNIT-constant" title="Sass::SCSS::RX::UNIT (constant)">Sass::SCSS::RX::UNIT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#UNITLESS_NUMBER-constant" title="Sass::SCSS::RX::UNITLESS_NUMBER (constant)">Sass::SCSS::RX::UNITLESS_NUMBER</a></span>, <span class='object_link'><a href="../SCSS/RX.html#URI-constant" title="Sass::SCSS::RX::URI (constant)">Sass::SCSS::RX::URI</a></span>, <span class='object_link'><a href="../SCSS/RX.html#URL-constant" title="Sass::SCSS::RX::URL (constant)">Sass::SCSS::RX::URL</a></span>, <span class='object_link'><a href="../SCSS/RX.html#URLCHAR-constant" title="Sass::SCSS::RX::URLCHAR (constant)">Sass::SCSS::RX::URLCHAR</a></span>, <span class='object_link'><a href="../SCSS/RX.html#URL_PREFIX-constant" title="Sass::SCSS::RX::URL_PREFIX (constant)">Sass::SCSS::RX::URL_PREFIX</a></span>, <span class='object_link'><a href="../SCSS/RX.html#VARIABLE-constant" title="Sass::SCSS::RX::VARIABLE (constant)">Sass::SCSS::RX::VARIABLE</a></span>, <span class='object_link'><a href="../SCSS/RX.html#W-constant" title="Sass::SCSS::RX::W (constant)">Sass::SCSS::RX::W</a></span></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Method Summary</h2>
|
|
|
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Lexer.html" title="Sass::Script::Lexer (class)">Lexer</a></span></h3>
|
|
<p class="inherited"><span class='object_link'><a href="Lexer.html#after_interpolation%3F-instance_method" title="Sass::Script::Lexer#after_interpolation? (method)">#after_interpolation?</a></span>, <span class='object_link'><a href="Lexer.html#char-instance_method" title="Sass::Script::Lexer#char (method)">#char</a></span>, <span class='object_link'><a href="Lexer.html#done%3F-instance_method" title="Sass::Script::Lexer#done? (method)">#done?</a></span>, <span class='object_link'><a href="Lexer.html#expected!-instance_method" title="Sass::Script::Lexer#expected! (method)">#expected!</a></span>, <span class='object_link'><a href="Lexer.html#initialize-instance_method" title="Sass::Script::Lexer#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Lexer.html#line-instance_method" title="Sass::Script::Lexer#line (method)">#line</a></span>, <span class='object_link'><a href="Lexer.html#next-instance_method" title="Sass::Script::Lexer#next (method)">#next</a></span>, <span class='object_link'><a href="Lexer.html#offset-instance_method" title="Sass::Script::Lexer#offset (method)">#offset</a></span>, <span class='object_link'><a href="Lexer.html#peek-instance_method" title="Sass::Script::Lexer#peek (method)">#peek</a></span>, <span class='object_link'><a href="Lexer.html#str-instance_method" title="Sass::Script::Lexer#str (method)">#str</a></span>, <span class='object_link'><a href="Lexer.html#unpeek!-instance_method" title="Sass::Script::Lexer#unpeek! (method)">#unpeek!</a></span>, <span class='object_link'><a href="Lexer.html#whitespace%3F-instance_method" title="Sass::Script::Lexer#whitespace? (method)">#whitespace?</a></span></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="../SCSS/RX.html" title="Sass::SCSS::RX (module)">Sass::SCSS::RX</a></span></h3>
|
|
<p class="inherited"><span class='object_link'><a href="../SCSS/RX.html#escape_char-class_method" title="Sass::SCSS::RX.escape_char (method)">escape_char</a></span>, <span class='object_link'><a href="../SCSS/RX.html#escape_ident-class_method" title="Sass::SCSS::RX.escape_ident (method)">escape_ident</a></span>, <span class='object_link'><a href="../SCSS/RX.html#quote-class_method" title="Sass::SCSS::RX.quote (method)">quote</a></span></p>
|
|
<div id="constructor_details" class="method_details_list">
|
|
<h2>Constructor Details</h2>
|
|
|
|
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Lexer.html#initialize-instance_method" title="Sass::Script::Lexer#initialize (method)">Sass::Script::Lexer</a></span></p>
|
|
|
|
</div>
|
|
<div id="constructor_details" class="method_details_list">
|
|
<h2>Constructor Details</h2>
|
|
|
|
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Lexer.html#initialize-instance_method" title="Sass::Script::Lexer#initialize (method)">Sass::Script::Lexer</a></span></p>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<div id="footer">
|
|
Generated on Mon Oct 22 13:20:52 2018 by
|
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
0.9.12 (ruby-2.5.3).
|
|
</div>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-535380-14', 'sass-lang.com');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
|
|
</body>
|
|
</html> |