767 lines
126 KiB
HTML
767 lines
126 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
|
|
<meta charset="utf-8"/>
|
|
<title> » Markers
|
|
</title>
|
|
<meta name="author" content=""/>
|
|
<meta name="description" content=""/>
|
|
|
|
|
|
<link href="css/template.css" rel="stylesheet" media="all"/>
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
|
<![endif]-->
|
|
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
|
|
<script src="js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script>
|
|
<script src="js/jquery.mousewheel.min.js" type="text/javascript"></script>
|
|
<script src="js/bootstrap.js" type="text/javascript"></script>
|
|
<script src="js/template.js" type="text/javascript"></script>
|
|
<script src="js/prettify/prettify.min.js" type="text/javascript"></script>
|
|
|
|
<link rel="shortcut icon" href="img/favicon.ico"/>
|
|
<link rel="apple-touch-icon" href="img/apple-touch-icon.png"/>
|
|
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png"/>
|
|
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png"/>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="navbar navbar-fixed-top">
|
|
<div class="navbar-inner">
|
|
<div class="container">
|
|
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
|
<span class="icon-bar"></span> <span class="icon-bar"></span>
|
|
<span class="icon-bar"></span> </a>
|
|
<a class="brand" href="index.html">SYSTEM - PHP Framework</a>
|
|
|
|
<div class="nav-collapse">
|
|
<ul class="nav">
|
|
<li class="dropdown">
|
|
<a href="#api" class="dropdown-toggle" data-toggle="dropdown">
|
|
API Documentation <b class="caret"></b>
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a>Namespaces</a></li>
|
|
<li><a href="\LIB">LIB</a></li>
|
|
<li><a href="\GIT">GIT</a></li>
|
|
<li><a href="\vakata">vakata</a></li>
|
|
<li><a href="\Michelf">Michelf</a></li>
|
|
<li><a href="\MatthiasMullie">MatthiasMullie</a></li>
|
|
<li><a href="\PHPDocMD">PHPDocMD</a></li>
|
|
<li><a href="\ScssPhp">ScssPhp</a></li>
|
|
<li><a href="\SYSTEM">SYSTEM</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropdown" id="charts-menu">
|
|
<a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
|
|
Charts <b class="caret"></b>
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li>
|
|
<a href="graph_class.html">
|
|
<i class="icon-list-alt"></i> Class hierarchy diagram
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropdown" id="reports-menu">
|
|
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
|
|
Reports <b class="caret"></b>
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li>
|
|
<a href="errors.html">
|
|
<i class="icon-list-alt"></i> Errors
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="markers.html">
|
|
<i class="icon-list-alt"></i> Markers
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="deprecated.html">
|
|
<i class="icon-list-alt"></i> Deprecated
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="go_to_top">
|
|
<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="___" class="container">
|
|
<noscript>
|
|
<div class="alert alert-warning">
|
|
Javascript is disabled; several features are only available if Javascript is enabled.
|
|
</div>
|
|
</noscript>
|
|
|
|
|
|
<div class="row">
|
|
<div class="span4">
|
|
<ul class="side-nav nav nav-list">
|
|
<li class="nav-header">Navigation</li>
|
|
<li><a href="#lib/lib.php"><i class="icon-file"></i> lib/lib.php</a></li>
|
|
<li><a href="#lib/lib_css.php"><i class="icon-file"></i> lib/lib_css.php</a></li>
|
|
<li><a href="#lib/lib_js.php"><i class="icon-file"></i> lib/lib_js.php</a></li>
|
|
<li><a href="#lib/lib_jscss.php"><i class="icon-file"></i> lib/lib_jscss.php</a></li>
|
|
<li><a href="#lib/lib_php.php"><i class="icon-file"></i> lib/lib_php.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Ast/Selector/SelectorList.php"><i class="icon-file"></i> lib/scssphp/lib/src/Ast/Selector/SelectorList.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Ast/Selector/SimpleSelector.php"><i class="icon-file"></i> lib/scssphp/lib/src/Ast/Selector/SimpleSelector.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Collection/Map.php"><i class="icon-file"></i> lib/scssphp/lib/src/Collection/Map.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Importer/ImportCache.php"><i class="icon-file"></i> lib/scssphp/lib/src/Importer/ImportCache.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Logger/AdaptingLogger.php"><i class="icon-file"></i> lib/scssphp/lib/src/Logger/AdaptingLogger.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Logger/DeprecationHandlingLogger.php"><i class="icon-file"></i> lib/scssphp/lib/src/Logger/DeprecationHandlingLogger.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Node/Number.php"><i class="icon-file"></i> lib/scssphp/lib/src/Node/Number.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Parser/InterpolationMap.php"><i class="icon-file"></i> lib/scssphp/lib/src/Parser/InterpolationMap.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Parser/LineScanner.php"><i class="icon-file"></i> lib/scssphp/lib/src/Parser/LineScanner.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Parser/Parser.php"><i class="icon-file"></i> lib/scssphp/lib/src/Parser/Parser.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Parser/StylesheetParser.php"><i class="icon-file"></i> lib/scssphp/lib/src/Parser/StylesheetParser.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Parser.php"><i class="icon-file"></i> lib/scssphp/lib/src/Parser.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Serializer/Serializer.php"><i class="icon-file"></i> lib/scssphp/lib/src/Serializer/Serializer.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Serializer/SerializeVisitor.php"><i class="icon-file"></i> lib/scssphp/lib/src/Serializer/SerializeVisitor.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/SourceSpan/ConcreteFileSpan.php"><i class="icon-file"></i> lib/scssphp/lib/src/SourceSpan/ConcreteFileSpan.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Util/Path.php"><i class="icon-file"></i> lib/scssphp/lib/src/Util/Path.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/src/Value/SassFunction.php"><i class="icon-file"></i> lib/scssphp/lib/src/Value/SassFunction.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/tests/SassSpecTest.php"><i class="icon-file"></i> lib/scssphp/lib/tests/SassSpecTest.php</a></li>
|
|
<li><a href="#lib/scssphp/lib/tests/Value/ValueTestCase.php"><i class="icon-file"></i> lib/scssphp/lib/tests/Value/ValueTestCase.php</a></li>
|
|
<li><a href="#system/autoload.php"><i class="icon-file"></i> system/autoload.php</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="span8">
|
|
|
|
<ul class="breadcrumb">
|
|
<li><a href="?"><i class="icon-map-marker"></i></a><span class="divider">\</span></li>
|
|
<li>Markers</li>
|
|
</ul>
|
|
|
|
|
|
<div id="marker-accordion">
|
|
<div class="package-contents">
|
|
<a name="lib/lib.php" id="lib/lib.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/lib.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>18</td>
|
|
<td>better abstraction model</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/lib_css.php" id="lib/lib_css.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/lib_css.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>18</td>
|
|
<td>better abstraction model</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/lib_js.php" id="lib/lib_js.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/lib_js.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>18</td>
|
|
<td>better abstraction model</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/lib_jscss.php" id="lib/lib_jscss.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/lib_jscss.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>18</td>
|
|
<td>better abstraction model</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/lib_php.php" id="lib/lib_php.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/lib_php.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>18</td>
|
|
<td>better abstraction model</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Ast/Selector/SelectorList.php" id="lib/scssphp/lib/src/Ast/Selector/SelectorList.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Ast/Selector/SelectorList.php
|
|
<span class="pull-right badge badge-info">2</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>268</td>
|
|
<td>add the span on exceptions in those 2 ifs</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>287</td>
|
|
<td>add the span on exceptions in this callback</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Ast/Selector/SimpleSelector.php" id="lib/scssphp/lib/src/Ast/Selector/SimpleSelector.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Ast/Selector/SimpleSelector.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>81</td>
|
|
<td>use a multi-span exception</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Collection/Map.php" id="lib/scssphp/lib/src/Collection/Map.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Collection/Map.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>32</td>
|
|
<td>implement a better internal storage to allow reading keys in O(1).</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Importer/ImportCache.php" id="lib/scssphp/lib/src/Importer/ImportCache.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Importer/ImportCache.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>227</td>
|
|
<td>check if basename is safe to use for the URL context</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Logger/AdaptingLogger.php" id="lib/scssphp/lib/src/Logger/AdaptingLogger.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Logger/AdaptingLogger.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>53</td>
|
|
<td>implement the highlight of a span</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Logger/DeprecationHandlingLogger.php" id="lib/scssphp/lib/src/Logger/DeprecationHandlingLogger.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Logger/DeprecationHandlingLogger.php
|
|
<span class="pull-right badge badge-info">2</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>70</td>
|
|
<td>add trace</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>74</td>
|
|
<td>use the right exception type</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Node/Number.php" id="lib/scssphp/lib/src/Node/Number.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Node/Number.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>109</td>
|
|
<td>get rid of this once `$number[2]` is not used anymore</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Parser/InterpolationMap.php" id="lib/scssphp/lib/src/Parser/InterpolationMap.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Parser/InterpolationMap.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>62</td>
|
|
<td>implement the Multi-span support here</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Parser/LineScanner.php" id="lib/scssphp/lib/src/Parser/LineScanner.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Parser/LineScanner.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>70</td>
|
|
<td>check that</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Parser/Parser.php" id="lib/scssphp/lib/src/Parser/Parser.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Parser/Parser.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>946</td>
|
|
<td>handle multi-span exceptions</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Parser/StylesheetParser.php" id="lib/scssphp/lib/src/Parser/StylesheetParser.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Parser/StylesheetParser.php
|
|
<span class="pull-right badge badge-info">7</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>310</td>
|
|
<td>remove this when implementing modules</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>699</td>
|
|
<td>remove this when implementing modules</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>726</td>
|
|
<td>remove this when implementing modules</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>782</td>
|
|
<td>remove this when implementing modules</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>1402</td>
|
|
<td>remove this when implementing modules</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>3042</td>
|
|
<td>remove this when implementing modules</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>3047</td>
|
|
<td>remove this when implementing modules</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Parser.php" id="lib/scssphp/lib/src/Parser.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Parser.php
|
|
<span class="pull-right badge badge-info">2</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>900</td>
|
|
<td>output an error here if nothing found according to sass spec</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>3024</td>
|
|
<td>: warning</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Serializer/Serializer.php" id="lib/scssphp/lib/src/Serializer/Serializer.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Serializer/Serializer.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>46</td>
|
|
<td>build the source map</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Serializer/SerializeVisitor.php" id="lib/scssphp/lib/src/Serializer/SerializeVisitor.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Serializer/SerializeVisitor.php
|
|
<span class="pull-right badge badge-info">2</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>349</td>
|
|
<td>implement source map tracking</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>1386</td>
|
|
<td>implement sourcemap tracking</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/SourceSpan/ConcreteFileSpan.php" id="lib/scssphp/lib/src/SourceSpan/ConcreteFileSpan.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/SourceSpan/ConcreteFileSpan.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>97</td>
|
|
<td>implement the highlighting of a code snippet</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Util/Path.php" id="lib/scssphp/lib/src/Util/Path.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Util/Path.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>233</td>
|
|
<td>add support for returning a relative path using ../ in some cases, like Dart's path.prettyUri method</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/src/Value/SassFunction.php" id="lib/scssphp/lib/src/Value/SassFunction.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/src/Value/SassFunction.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>25</td>
|
|
<td>find a better representation of functions, as names won't be unique anymore once modules enter in the equation.</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/tests/SassSpecTest.php" id="lib/scssphp/lib/tests/SassSpecTest.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/tests/SassSpecTest.php
|
|
<span class="pull-right badge badge-info">2</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>389</td>
|
|
<td>assert the error message ?</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>400</td>
|
|
<td>assert the error message ?</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="lib/scssphp/lib/tests/Value/ValueTestCase.php" id="lib/scssphp/lib/tests/Value/ValueTestCase.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
lib/scssphp/lib/tests/Value/ValueTestCase.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>32</td>
|
|
<td>switch to an actual equivalent of dart-sass's parseValue test utility once the compiler uses value objects</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="package-contents">
|
|
<a name="system/autoload.php" id="system/autoload.php"></a>
|
|
<h3>
|
|
<i class="icon-file"></i>
|
|
system/autoload.php
|
|
<span class="pull-right badge badge-info">1</span>
|
|
</h3>
|
|
<div>
|
|
<table class="table markers table-bordered">
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Line</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TODO</td>
|
|
<td>118</td>
|
|
<td>Does this work? Is it useful?</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="span12">
|
|
Template is built using <a href="https://getbootstrap.com/">Twitter Bootstrap 2</a> and icons provided by
|
|
<a href="https://glyphicons.com/">Glyphicons</a>.<br/>
|
|
Documentation is powered by <a href="https://www.phpdoc.org/">phpDocumentor </a> and<br/>
|
|
generated on Thu, 21 Nov 2024 01:33:25 +0000.<br/>
|
|
</footer>
|
|
</body>
|
|
</html>
|