Skip to content

Commit

Permalink
Merge pull request #1 from apemsel/bitmap
Browse files Browse the repository at this point in the history
Merge new attribute interface for 2.0
  • Loading branch information
apemsel committed Mar 16, 2016
2 parents 23e905d + 012fb75 commit ee72012
Show file tree
Hide file tree
Showing 28 changed files with 3,798 additions and 700 deletions.
7 changes: 7 additions & 0 deletions doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,17 @@ <h3>Namespaces</h3>
<h3>Classes</h3>
<ul>
<li><a href="class-apemsel.AttributedString.AttributedString.html">apemsel\AttributedString\AttributedString</a></li>
<li><a href="class-apemsel.AttributedString.Bitmap.html">apemsel\AttributedString\Bitmap</a></li>
<li><a href="class-apemsel.AttributedString.BooleanArray.html">apemsel\AttributedString\BooleanArray</a></li>
<li><a href="class-apemsel.AttributedString.MutableAttributedString.html">apemsel\AttributedString\MutableAttributedString</a></li>
<li><a href="class-apemsel.AttributedString.TokenizedAttributedString.html">apemsel\AttributedString\TokenizedAttributedString</a></li>
</ul>

<h3>Interfaces</h3>
<ul>
<li><a href="class-apemsel.AttributedString.Attribute.html">apemsel\AttributedString\Attribute</a></li>
<li><a href="class-apemsel.AttributedString.MutableAttribute.html">apemsel\AttributedString\MutableAttribute</a></li>
</ul>



Expand Down
269 changes: 269 additions & 0 deletions doc/class-apemsel.AttributedString.Attribute.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,269 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">

<title>Interface apemsel\AttributedString\Attribute</title>

<link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71">
<link rel="stylesheet" href="resources/style.css?49f43d3208c5d7e33fa16d36107a345bf11cc00d">

</head>

<body>
<nav id="navigation" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">Overview</a>
</div>
<div class="collapse navbar-collapse">

<form id="search" class="navbar-form navbar-left" role="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<div class="form-group">
<input type="text" name="q" class="search-query form-control" placeholder="Search">
</div>
</form>

<ul class="nav navbar-nav">
<li>
<a href="namespace-apemsel.AttributedString.html" title="Summary of apemsel\AttributedString"><span>Namespace</span></a>
</li>
<li class="active">
<span>Class</span> </li>





</ul>
</div>
</div>
</nav>

<div id="left">
<div id="menu">

<div id="groups">
<h3>Namespaces</h3>
<ul>
<li class="active">
<a href="namespace-apemsel.html">
apemsel<span></span>
</a>
<ul>
<li class="active">
<a href="namespace-apemsel.AttributedString.html">
AttributedString </a>
</li>
</ul></li>
</ul>
</div>


<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-apemsel.AttributedString.AttributedString.html">AttributedString</a></li>
<li><a href="class-apemsel.AttributedString.Bitmap.html">Bitmap</a></li>
<li><a href="class-apemsel.AttributedString.BooleanArray.html">BooleanArray</a></li>
<li><a href="class-apemsel.AttributedString.MutableAttributedString.html">MutableAttributedString</a></li>
<li><a href="class-apemsel.AttributedString.TokenizedAttributedString.html">TokenizedAttributedString</a></li>
</ul>

<h3>Interfaces</h3>
<ul>
<li class="active"><a href="class-apemsel.AttributedString.Attribute.html">Attribute</a></li>
<li><a href="class-apemsel.AttributedString.MutableAttribute.html">MutableAttribute</a></li>
</ul>




</div>
</div>
</div>

<div id="splitter"></div>

<div id="right">
<div id="rightInner">
<div id="content" class="class">
<h1>Interface Attribute</h1>



<dl class="tree well">
<dd style="padding-left:0px">
<b><span>apemsel\AttributedString\Attribute</span></b>
implements
<span>ArrayAccess</span>,

<span>Countable</span>


</dd>
</dl>




<div>
<h3>Direct known implementers</h3>
<p class="elementList">
<code><a href="class-apemsel.AttributedString.Bitmap.html">apemsel\AttributedString\Bitmap</a></code>,
<code><a href="class-apemsel.AttributedString.MutableAttribute.html">apemsel\AttributedString\MutableAttribute</a></code>
</p>
</div>

<div>
<h3>Indirect known implementers</h3>
<p class="elementList">
<code><a href="class-apemsel.AttributedString.BooleanArray.html">apemsel\AttributedString\BooleanArray</a></code>
</p>
</div>



<div class="alert alert-info">


<b>Namespace:</b> <a href="namespace-apemsel.html">apemsel</a>\<a href="namespace-apemsel.AttributedString.html">AttributedString</a><br>


<b>Located at</b> <a href="source-class-apemsel.AttributedString.Attribute.html#4-9" title="Go to source code">Attribute.php</a>
<br>
</div>



<div class="panel panel-default">
<div class="panel-heading"><h2>Methods summary</h2></div>
<table class="summary table table-bordered table-striped methods" id="methods">
<tr data-order="setRange" id="_setRange">

<td class="attributes"><code>
public


</code>
</td>

<td class="name"><div>
<a class="anchor" href="#_setRange">#</a>
<code><a href="source-class-apemsel.AttributedString.Attribute.html#6" title="Go to source code">setRange</a>( <span> <var>$from</var></span>, <span> <var>$to</var></span>, <span> <var>$state</var> = <span class="php-keyword1">true</span></span> )</code>

<div class="description short">

</div>

<div class="description detailed hidden">








</div>
</div></td>
</tr>
<tr data-order="toString" id="_toString">

<td class="attributes"><code>
public


</code>
</td>

<td class="name"><div>
<a class="anchor" href="#_toString">#</a>
<code><a href="source-class-apemsel.AttributedString.Attribute.html#7" title="Go to source code">toString</a>( <span> <var>$true</var> = <span class="php-quote">&quot;1&quot;</span></span>, <span> <var>$false</var> = <span class="php-quote">&quot;0&quot;</span></span> )</code>

<div class="description short">

</div>

<div class="description detailed hidden">








</div>
</div></td>
</tr>
<tr data-order="search" id="_search">

<td class="attributes"><code>
public


</code>
</td>

<td class="name"><div>
<a class="anchor" href="#_search">#</a>
<code><a href="source-class-apemsel.AttributedString.Attribute.html#8" title="Go to source code">search</a>( <span> <var>$offset</var> = <span class="php-num">0</span></span>, <span> <var>$returnLength</var> = <span class="php-keyword1">false</span></span>, <span> <var>$state</var> = <span class="php-keyword1">true</span></span>, <span> <var>$strict</var> = <span class="php-keyword1">true</span></span> )</code>

<div class="description short">

</div>

<div class="description detailed hidden">








</div>
</div></td>
</tr>
</table>
</div>

<div class="panel panel-default">
<div class="panel-heading"><h3>Methods inherited from ArrayAccess</h3></div>
<p class="elementList">
<code>offsetExists()</code>,
<code>offsetGet()</code>,
<code>offsetSet()</code>,
<code>offsetUnset()</code>
</p>
</div>
<div class="panel panel-default">
<div class="panel-heading"><h3>Methods inherited from Countable</h3></div>
<p class="elementList">
<code>count()</code>
</p>
</div>










</div>
</div>

<div id="footer">
API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js"></script>
<script src="elementlist.js"></script>
</body>
</html>
Loading

0 comments on commit ee72012

Please sign in to comment.