Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
think2011 committed Jan 17, 2016
1 parent f89e64d commit d49255e
Show file tree
Hide file tree
Showing 117 changed files with 427 additions and 430 deletions.
2 changes: 1 addition & 1 deletion VERSION.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>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#L14085" 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#L14084" 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>
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#L13468" 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#L13467" 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>Adds two numbers.</p>
Expand Down
285 changes: 142 additions & 143 deletions all.html

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions assign.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,27 +392,26 @@

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

<div data-render-html="/assign"><p>Assigns own enumerable properties of source objects to the destination
object. Source objects are applied from left to right. Subsequent sources
overwrite property assignments of previous sources.
<div data-render-html="/assign"><p>分配来源对象的可枚举属性到目标对象上。
来源对象的应用规则是从左到右,随后的下一个对象的属性会覆盖上一个对象的属性。
<br>
<br>
<strong>注意:</strong> This method mutates <code>object</code> and is loosely based on
<strong>注意:</strong> 这方法会改变源对象,参考自
<a href="https://mdn.io/Object/assign" target="_blank"><code>Object.assign</code></a>.</p>
</div>

<h3>参数</h3>
<ol>
<li><span class="param-name">object</span> <span class="param-type">(Object)</span> <div data-render-html="/#synthetic"><p>The destination object. </p>
<li><span class="param-name">object</span> <span class="param-type">(Object)</span> <div data-render-html="/#synthetic"><p>目标对象 </p>
</div></li>
<li><span class="param-name">[sources]</span> <span class="param-type">(...Object)</span> <div data-render-html="/#synthetic"><p>The source objects. </p>
<li><span class="param-name">[sources]</span> <span class="param-type">(...Object)</span> <div data-render-html="/#synthetic"><p>来源对象 </p>
</div></li>
</ol>
<h3>返回值 <span class="return-type">(Object)</span></h3>
<div class="returns"> <div data-render-html="/#synthetic"><p> Returns <code>object</code>.</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 keyword" >function</span> <span class="token function" >Foo</span><span class="token punctuation" >(</span><span class="token punctuation" >)</span> <span class="token punctuation" >{</span>
Expand Down
6 changes: 3 additions & 3 deletions assignIn.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,14 +392,14 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>assignIn <span class="aliases">extend</span> <a class="fa-link" href="./assignIn" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10306" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assignin" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>assignIn <span class="aliases">extend</span> <a class="fa-link" href="./assignIn" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10305" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assignin" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.assignIn(object, [sources])</div>

<div data-render-html="/assignIn"><p>This method is like <code>_.assign</code> except that it iterates over own and
<div data-render-html="/assignIn"><p>这个方法类似 <code>_.assign</code> except that it iterates over own and
inherited source properties.
<br>
<br>
<strong>注意:</strong> This method mutates <code>object</code>.</p>
<strong>注意:</strong> 这方法会改变源对象</p>
</div>

<h3>参数</h3>
Expand Down
6 changes: 3 additions & 3 deletions assignInWith.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,16 +392,16 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>assignInWith <span class="aliases">extendWith</span> <a class="fa-link" href="./assignInWith" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10337" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assigninwith" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>assignInWith <span class="aliases">extendWith</span> <a class="fa-link" href="./assignInWith" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10336" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assigninwith" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.assignInWith(object, sources, [customizer])</div>

<div data-render-html="/assignInWith"><p>This method is like <code>_.assignIn</code> except that it accepts <code>customizer</code> which
<div data-render-html="/assignInWith"><p>这个方法类似 <code>_.assignIn</code> except that it accepts <code>customizer</code> which
is invoked to produce the assigned values. If <code>customizer</code> returns <code>undefined</code>
assignment is handled by the method instead. The <code>customizer</code> is invoked
with five arguments: (objValue, srcValue, key, object, source).
<br>
<br>
<strong>注意:</strong> This method mutates <code>object</code>.</p>
<strong>注意:</strong> 这方法会改变源对象</p>
</div>

<h3>参数</h3>
Expand Down
6 changes: 3 additions & 3 deletions assignWith.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,16 +392,16 @@

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

<div data-render-html="/assignWith"><p>This method is like <code>_.assign</code> except that it accepts <code>customizer</code> which
<div data-render-html="/assignWith"><p>这个方法类似 <code>_.assign</code> except that it accepts <code>customizer</code> which
is invoked to produce the assigned values. If <code>customizer</code> returns <code>undefined</code>
assignment is handled by the method instead. The <code>customizer</code> is invoked
with five arguments: (objValue, srcValue, key, object, source).
<br>
<br>
<strong>注意:</strong> This method mutates <code>object</code>.</p>
<strong>注意:</strong> 这方法会改变源对象</p>
</div>

<h3>参数</h3>
Expand Down
2 changes: 1 addition & 1 deletion at.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>at <a class="fa-link" href="./at" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10391" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.at" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>at <a class="fa-link" href="./at" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10390" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.at" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.at(object, [paths])</div>

<div data-render-html="/at"><p>Creates an array of values corresponding to <code>paths</code> of <code>object</code>.</p>
Expand Down
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#L12684" 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#L12683" 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#L12718" 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#L12717" 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
2 changes: 1 addition & 1 deletion camelCase.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>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#L11636" 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 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#L11635" 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>
Expand Down
2 changes: 1 addition & 1 deletion capitalize.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>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#L11655" 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#L11654" 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
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#L13499" 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#L13498" 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>Computes <code>number</code> rounded up to <code>precision</code>.</p>
Expand Down
2 changes: 1 addition & 1 deletion clamp.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>clamp <a class="fa-link" href="./clamp" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11477" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.clamp" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>clamp <a class="fa-link" href="./clamp" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11476" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.clamp" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.clamp(number, [min], max)</div>

<div data-render-html="/clamp"><p>Returns a number whose value is limited to the given range specified
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#L12753" 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#L12752" 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#L12795" 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#L12794" 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#L12815" 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#L12814" 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
2 changes: 1 addition & 1 deletion create.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>create <a class="fa-link" href="./create" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10427" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.create" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>create <a class="fa-link" href="./create" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10426" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.create" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.create(prototype, [properties])</div>

<div data-render-html="/create"><p>Creates an object that inherits from the <code>prototype</code> object. If a <code>properties</code>
Expand Down
Loading

0 comments on commit d49255e

Please sign in to comment.