Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
think2011 committed Jan 20, 2016
1 parent 5e9502d commit bb8c481
Show file tree
Hide file tree
Showing 73 changed files with 416 additions and 440 deletions.
4 changes: 2 additions & 2 deletions VERSION.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,10 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>VERSION <a class="fa-link" href="./VERSION" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L14057" title="View in source." target="github">source</a> </h2>
<div data-render-page="entry"><h2>VERSION <a class="fa-link" href="./VERSION" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L14049" title="View in source." target="github">source</a> </h2>
<div class="signature">_.VERSION</div>

<div data-render-html="/VERSION"><p>(string): The semantic version number.</p>
<div data-render-html="/VERSION"><p>(string): 语义化版本号</p>
</div>

<div id="disqus_thread" style="margin-top:50px;"></div>
Expand Down
2 changes: 1 addition & 1 deletion add.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>add <a class="fa-link" href="./add" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L13442" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.add" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>add <a class="fa-link" href="./add" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L13434" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.add" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.add(augend, addend)</div>

<div data-render-html="/add"><p>相加两个数</p>
Expand Down
282 changes: 137 additions & 145 deletions all.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion attempt.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>attempt <a class="fa-link" href="./attempt" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12658" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.attempt" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>attempt <a class="fa-link" href="./attempt" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12650" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.attempt" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.attempt(func)</div>

<div data-render-html="/attempt"><p>Attempts to invoke <code>func</code>, returning either the result or the caught error
Expand Down
2 changes: 1 addition & 1 deletion bindAll.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>bindAll <a class="fa-link" href="./bindAll" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12692" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.bindall" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>bindAll <a class="fa-link" href="./bindAll" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12684" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.bindall" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.bindAll(object, methodNames)</div>

<div data-render-html="/bindAll"><p>Binds methods of an object to the object itself, overwriting the existing
Expand Down
6 changes: 3 additions & 3 deletions camelCase.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,16 +395,16 @@
<div data-render-page="entry"><h2>camelCase <a class="fa-link" href="./camelCase" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11610" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.camelcase" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.camelCase([string&#x3D;&#x27;&#x27;])</div>

<div data-render-html="/camelCase"><p>Converts <code>string</code> to <a href="https://en.wikipedia.org/wiki/CamelCase" target="_blank">camel case</a>.</p>
<div data-render-html="/camelCase"><p>转换字符串为 <a href="https://en.wikipedia.org/wiki/CamelCase" target="_blank">驼峰写法</a></p>
</div>

<h3>参数</h3>
<ol>
<li><span class="param-name">[string&#x3D;&#x27;&#x27;]</span> <span class="param-type">(string)</span> <div data-render-html="/#synthetic"><p>The string to convert. </p>
<li><span class="param-name">[string&#x3D;&#x27;&#x27;]</span> <span class="param-type">(string)</span> <div data-render-html="/#synthetic"><p>要转换的字符串 </p>
</div></li>
</ol>
<h3>返回值 <span class="return-type">(string)</span></h3>
<div class="returns"> <div data-render-html="/#synthetic"><p> Returns the camel cased string.</p>
<div class="returns"> <div data-render-html="/#synthetic"><p> 返回驼峰写法的字符串</p>
</div></div>
<h3>示例</h3>
<div data-render-html="/#synthetic"><pre><code class="lang-js">_<span class="token punctuation" >.</span><span class="token function" >camelCase</span><span class="token punctuation" >(</span><span class="token string" >'Foo Bar'</span><span class="token punctuation" >)</span><span class="token punctuation" >;</span>
Expand Down
9 changes: 4 additions & 5 deletions capitalize.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,20 +392,19 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>capitalize <a class="fa-link" href="./capitalize" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11629" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.capitalize" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>capitalize <a class="fa-link" href="./capitalize" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11628" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.capitalize" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.capitalize([string&#x3D;&#x27;&#x27;])</div>

<div data-render-html="/capitalize"><p>Converts the first character of <code>string</code> to upper case and the remaining
to lower case.</p>
<div data-render-html="/capitalize"><p>转换字符串首字母为大写,剩下为小写。</p>
</div>

<h3>参数</h3>
<ol>
<li><span class="param-name">[string&#x3D;&#x27;&#x27;]</span> <span class="param-type">(string)</span> <div data-render-html="/#synthetic"><p>The string to capitalize. </p>
<li><span class="param-name">[string&#x3D;&#x27;&#x27;]</span> <span class="param-type">(string)</span> <div data-render-html="/#synthetic"><p>要大写开头的字符串 </p>
</div></li>
</ol>
<h3>返回值 <span class="return-type">(string)</span></h3>
<div class="returns"> <div data-render-html="/#synthetic"><p> Returns the capitalized string.</p>
<div class="returns"> <div data-render-html="/#synthetic"><p> 返回大写开头的字符串</p>
</div></div>
<h3>示例</h3>
<div data-render-html="/#synthetic"><pre><code class="lang-js">_<span class="token punctuation" >.</span><span class="token function" >capitalize</span><span class="token punctuation" >(</span><span class="token string" >'FRED'</span><span class="token punctuation" >)</span><span class="token punctuation" >;</span>
Expand Down
2 changes: 1 addition & 1 deletion ceil.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>ceil <a class="fa-link" href="./ceil" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L13473" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.ceil" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>ceil <a class="fa-link" href="./ceil" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L13465" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.ceil" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.ceil(number, [precision&#x3D;0])</div>

<div data-render-html="/ceil"><p>根据 <code>precision</code> 向上舍入 <code>number</code></p>
Expand Down
2 changes: 1 addition & 1 deletion cond.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>cond <a class="fa-link" href="./cond" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12727" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.cond" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>cond <a class="fa-link" href="./cond" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12719" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.cond" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.cond(pairs)</div>

<div data-render-html="/cond"><p>Creates a function that iterates over <code>pairs</code> invoking the corresponding
Expand Down
2 changes: 1 addition & 1 deletion conforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>conforms <a class="fa-link" href="./conforms" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12769" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.conforms" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>conforms <a class="fa-link" href="./conforms" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12761" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.conforms" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.conforms(source)</div>

<div data-render-html="/conforms"><p>Creates a function that invokes the predicate properties of <code>source</code> with
Expand Down
2 changes: 1 addition & 1 deletion constant.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>constant <a class="fa-link" href="./constant" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12789" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.constant" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>constant <a class="fa-link" href="./constant" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12781" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.constant" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.constant(value)</div>

<div data-render-html="/constant"><p>Creates a function that returns <code>value</code>.</p>
Expand Down
9 changes: 4 additions & 5 deletions deburr.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,20 +392,19 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>deburr <a class="fa-link" href="./deburr" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11647" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.deburr" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>deburr <a class="fa-link" href="./deburr" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11645" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.deburr" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.deburr([string&#x3D;&#x27;&#x27;])</div>

<div data-render-html="/deburr"><p>Deburrs <code>string</code> by converting <a href="https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block" target="_blank">latin-1 supplementary letters</a>#Character_table)
to basic latin letters and removing <a href="https://en.wikipedia.org/wiki/Combining_Diacritical_Marks" target="_blank">combining diacritical marks</a>.</p>
<div data-render-html="/deburr"><p>转换 <a href="https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block" target="_blank">latin-1 supplementary letters</a>#Character_table) 为基本拉丁字母,并删除<a href="https://en.wikipedia.org/wiki/Combining_Diacritical_Marks" target="_blank">变音符</a></p>
</div>

<h3>参数</h3>
<ol>
<li><span class="param-name">[string&#x3D;&#x27;&#x27;]</span> <span class="param-type">(string)</span> <div data-render-html="/#synthetic"><p>The string to deburr. </p>
<li><span class="param-name">[string&#x3D;&#x27;&#x27;]</span> <span class="param-type">(string)</span> <div data-render-html="/#synthetic"><p>要处理的字符串 </p>
</div></li>
</ol>
<h3>返回值 <span class="return-type">(string)</span></h3>
<div class="returns"> <div data-render-html="/#synthetic"><p> Returns the deburred string.</p>
<div class="returns"> <div data-render-html="/#synthetic"><p> 返回处理后的字符串</p>
</div></div>
<h3>示例</h3>
<div data-render-html="/#synthetic"><pre><code class="lang-js">_<span class="token punctuation" >.</span><span class="token function" >deburr</span><span class="token punctuation" >(</span><span class="token string" >'déjà vu'</span><span class="token punctuation" >)</span><span class="token punctuation" >;</span>
Expand Down
12 changes: 6 additions & 6 deletions endsWith.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,23 +392,23 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>endsWith <a class="fa-link" href="./endsWith" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11673" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.endswith" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>endsWith <a class="fa-link" href="./endsWith" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11671" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.endswith" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.endsWith([string&#x3D;&#x27;&#x27;], [target], [position&#x3D;string.length])</div>

<div data-render-html="/endsWith"><p>Checks if <code>string</code> ends with the given target string.</p>
<div data-render-html="/endsWith"><p>检查给定的字符是否是字符串的结尾</p>
</div>

<h3>参数</h3>
<ol>
<li><span class="param-name">[string&#x3D;&#x27;&#x27;]</span> <span class="param-type">(string)</span> <div data-render-html="/#synthetic"><p>The string to search. </p>
<li><span class="param-name">[string&#x3D;&#x27;&#x27;]</span> <span class="param-type">(string)</span> <div data-render-html="/#synthetic"><p>要检索的字符串 </p>
</div></li>
<li><span class="param-name">[target]</span> <span class="param-type">(string)</span> <div data-render-html="/#synthetic"><p>The string to search for. </p>
<li><span class="param-name">[target]</span> <span class="param-type">(string)</span> <div data-render-html="/#synthetic"><p>要检索字符 </p>
</div></li>
<li><span class="param-name">[position&#x3D;string.length]</span> <span class="param-type">(number)</span> <div data-render-html="/#synthetic"><p>The position to search from. </p>
<li><span class="param-name">[position&#x3D;string.length]</span> <span class="param-type">(number)</span> <div data-render-html="/#synthetic"><p>检索的位置 </p>
</div></li>
</ol>
<h3>返回值 <span class="return-type">(boolean)</span></h3>
<div class="returns"> <div data-render-html="/#synthetic"><p> Returns <code>true</code> if <code>string</code> ends with <code>target</code>否则返回 <code>false</code></p>
<div class="returns"> <div data-render-html="/#synthetic"><p> 如果是结尾返回 <code>true</code>否则返回 <code>false</code></p>
</div></div>
<h3>示例</h3>
<div data-render-html="/#synthetic"><pre><code class="lang-js">_<span class="token punctuation" >.</span><span class="token function" >endsWith</span><span class="token punctuation" >(</span><span class="token string" >'abc'</span><span class="token punctuation" >,</span> <span class="token string" >'c'</span><span class="token punctuation" >)</span><span class="token punctuation" >;</span>
Expand Down
Loading

0 comments on commit bb8c481

Please sign in to comment.