Skip to content

Commit

Permalink
ran build
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbtn committed May 22, 2014
1 parent 785adb5 commit d7443a9
Show file tree
Hide file tree
Showing 17 changed files with 870 additions and 2,192 deletions.
2 changes: 1 addition & 1 deletion Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fs = require 'fs'
querystring = require 'querystring'

#Globals
VERSION = '0.9.42'
VERSION = '0.9.43'
YEAR = (new Date).getFullYear
LICENSE = fs.readFileSync './license.include', 'utf8'

Expand Down
1,401 changes: 721 additions & 680 deletions docs/ExcelFormulaUtilities.html

Large diffs are not rendered by default.

128 changes: 64 additions & 64 deletions docs/core.html

Large diffs are not rendered by default.

130 changes: 68 additions & 62 deletions docs/docco.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,17 @@ b, strong {
font-family: "aller-bold";
}

p, ul, ol {
p {
margin: 15px 0 0px;
}
.annotation ul, .annotation ol {
margin: 25px 0;
}
.annotation ul li, .annotation ol li {
font-size: 14px;
line-height: 18px;
margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
color: #112233;
Expand All @@ -70,7 +78,7 @@ h1 {

hr {
border: 0;
background: 1px solid #ddd;
background: 1px #ddd;
height: 1px;
margin: 20px 0;
}
Expand Down Expand Up @@ -205,7 +213,6 @@ ul.sections > li > div {
}

ul.sections > li > div.content {
background: #f5f5ff;
overflow-x:auto;
-webkit-box-shadow: inset 0 0 5px #e5e5ee;
box-shadow: inset 0 0 5px #e5e5ee;
Expand Down Expand Up @@ -306,7 +313,6 @@ ul.sections > li > div {
ul.sections > li > div.content {
padding: 13px;
vertical-align: top;
background: #f5f5ff;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
Expand Down Expand Up @@ -376,125 +382,125 @@ pre code {
background: #f8f8ff
}

pre .comment,
pre .template_comment,
pre .diff .header,
pre .javadoc {
pre .hljs-comment,
pre .hljs-template_comment,
pre .hljs-diff .hljs-header,
pre .hljs-javadoc {
color: #408080;
font-style: italic
}

pre .keyword,
pre .assignment,
pre .literal,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .lisp .title,
pre .subst {
pre .hljs-keyword,
pre .hljs-assignment,
pre .hljs-literal,
pre .hljs-css .hljs-rule .hljs-keyword,
pre .hljs-winutils,
pre .hljs-javascript .hljs-title,
pre .hljs-lisp .hljs-title,
pre .hljs-subst {
color: #954121;
/*font-weight: bold*/
}

pre .number,
pre .hexcolor {
pre .hljs-number,
pre .hljs-hexcolor {
color: #40a070
}

pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula {
pre .hljs-string,
pre .hljs-tag .hljs-value,
pre .hljs-phpdoc,
pre .hljs-tex .hljs-formula {
color: #219161;
}

pre .title,
pre .id {
pre .hljs-title,
pre .hljs-id {
color: #19469D;
}
pre .params {
pre .hljs-params {
color: #00F;
}

pre .javascript .title,
pre .lisp .title,
pre .subst {
pre .hljs-javascript .hljs-title,
pre .hljs-lisp .hljs-title,
pre .hljs-subst {
font-weight: normal
}

pre .class .title,
pre .haskell .label,
pre .tex .command {
pre .hljs-class .hljs-title,
pre .hljs-haskell .hljs-label,
pre .hljs-tex .hljs-command {
color: #458;
font-weight: bold
}

pre .tag,
pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
pre .hljs-tag,
pre .hljs-tag .hljs-title,
pre .hljs-rules .hljs-property,
pre .hljs-django .hljs-tag .hljs-keyword {
color: #000080;
font-weight: normal
}

pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body {
pre .hljs-attribute,
pre .hljs-variable,
pre .hljs-instancevar,
pre .hljs-lisp .hljs-body {
color: #008080
}

pre .regexp {
pre .hljs-regexp {
color: #B68
}

pre .class {
pre .hljs-class {
color: #458;
font-weight: bold
}

pre .symbol,
pre .ruby .symbol .string,
pre .ruby .symbol .keyword,
pre .ruby .symbol .keymethods,
pre .lisp .keyword,
pre .tex .special,
pre .input_number {
pre .hljs-symbol,
pre .hljs-ruby .hljs-symbol .hljs-string,
pre .hljs-ruby .hljs-symbol .hljs-keyword,
pre .hljs-ruby .hljs-symbol .hljs-keymethods,
pre .hljs-lisp .hljs-keyword,
pre .hljs-tex .hljs-special,
pre .hljs-input_number {
color: #990073
}

pre .builtin,
pre .constructor,
pre .built_in,
pre .lisp .title {
pre .hljs-builtin,
pre .hljs-constructor,
pre .hljs-built_in,
pre .hljs-lisp .hljs-title {
color: #0086b3
}

pre .preprocessor,
pre .pi,
pre .doctype,
pre .shebang,
pre .cdata {
pre .hljs-preprocessor,
pre .hljs-pi,
pre .hljs-doctype,
pre .hljs-shebang,
pre .hljs-cdata {
color: #999;
font-weight: bold
}

pre .deletion {
pre .hljs-deletion {
background: #fdd
}

pre .addition {
pre .hljs-addition {
background: #dfd
}

pre .diff .change {
pre .hljs-diff .hljs-change {
background: #0086b3
}

pre .chunk {
pre .hljs-chunk {
color: #aaa
}

pre .tex .formula {
pre .hljs-tex .hljs-formula {
opacity: 0.5;
}
18 changes: 9 additions & 9 deletions docs/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,27 +57,27 @@ <h1>main.js</h1>

</div>

<div class="content"><div class='highlight'><pre>(<span class="keyword">function</span>() {
<span class="keyword">var</span> xl;
<div class="content"><div class='highlight'><pre>(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> {</span>
<span class="hljs-keyword">var</span> xl;

require(<span class="string">'./core'</span>);
<span class="hljs-built_in">require</span>(<span class="hljs-string">'./core'</span>);

require(<span class="string">'./ExcelFormulaUtilities'</span>);
<span class="hljs-built_in">require</span>(<span class="hljs-string">'./ExcelFormulaUtilities'</span>);

xl = excelFormulaUtilities;

module.exports = {
getTokens: <span class="keyword">function</span>(f) {
<span class="keyword">return</span> xl.getTokens(f).items;
getTokens: <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(f)</span> {</span>
<span class="hljs-keyword">return</span> xl.getTokens(f).items;
},
formatFormula: <span class="keyword">function</span>(f, opts) {
<span class="keyword">return</span> xl.formatFormula(f, opts);
formatFormula: <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(f, opts)</span> {</span>
<span class="hljs-keyword">return</span> xl.formatFormula(f, opts);
},
toJavaScript: xl.formula2JavaScript,
toCSharp: xl.formula2CSharp
};

}).call(<span class="keyword">this</span>);</pre></div></div>
}).call(<span class="hljs-keyword">this</span>);</pre></div></div>

</li>

Expand Down
Empty file modified docs/public/fonts/aller-bold.eot
100755 → 100644
Empty file.
Empty file modified docs/public/fonts/aller-bold.ttf
100755 → 100644
Empty file.
Empty file modified docs/public/fonts/aller-bold.woff
100755 → 100644
Empty file.
Empty file modified docs/public/fonts/aller-light.eot
100755 → 100644
Empty file.
Empty file modified docs/public/fonts/aller-light.ttf
100755 → 100644
Empty file.
Empty file modified docs/public/fonts/aller-light.woff
100755 → 100644
Empty file.
Empty file modified docs/public/fonts/novecento-bold.eot
100755 → 100644
Empty file.
Empty file modified docs/public/fonts/novecento-bold.ttf
100755 → 100644
Empty file.
Empty file modified docs/public/fonts/novecento-bold.woff
100755 → 100644
Empty file.
Loading

0 comments on commit d7443a9

Please sign in to comment.