edge_framework 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. data/.gitignore +0 -3
  2. data/Gemfile +3 -3
  3. data/LICENSE.txt +22 -22
  4. data/README.md +39 -35
  5. data/Rakefile +6 -6
  6. data/assets/js/edge/edge.collect.js +13 -13
  7. data/assets/js/edge/edge.ie8.js +4 -13
  8. data/assets/js/edge/edge.prism.js +692 -0
  9. data/assets/js/edge/edge.template.js +15 -0
  10. data/assets/js/edge.js +15 -15
  11. data/{template/base/assets → assets}/js/vendor/custom.modernizr.js +4 -4
  12. data/assets/js/vendor/jquery.min.js +6 -0
  13. data/assets/sass/edge/_base.scss +54 -26
  14. data/assets/sass/edge/_components.scss +2 -1
  15. data/assets/sass/edge/_helpers.scss +1 -0
  16. data/assets/sass/edge/components/_code.scss +320 -0
  17. data/assets/sass/edge/components/_normalize.scss +7 -16
  18. data/assets/sass/edge/components/_typography.scss +11 -16
  19. data/assets/sass/edge/helpers/_sticky-footer.scss +13 -13
  20. data/assets/test.html +74 -0
  21. data/assets/test2.html +28 -16
  22. data/edge.gemspec +26 -26
  23. data/lib/edge/version.rb +4 -4
  24. data/lib/edge_framework.rb +85 -85
  25. data/template/base/assets/sass/_setting.scss +33 -23
  26. data/template/html/index.html +1 -1
  27. data/template/php/partials/header.php +1 -1
  28. data/template/wordpress/404.php +6 -5
  29. data/template/wordpress/category.php +20 -20
  30. data/template/wordpress/footer.php +2 -1
  31. data/template/wordpress/functions.php +24 -10
  32. data/template/wordpress/header.php +8 -9
  33. data/template/wordpress/index.php +53 -6
  34. data/template/wordpress/page.php +18 -0
  35. data/template/wordpress/single.php +19 -3
  36. data/template/wordpress/style.css +12 -0
  37. metadata +31 -22
  38. checksums.yaml +0 -15
  39. data/Gemfile.lock +0 -40
  40. data/assets/js/edge/edge.notification.js +0 -0
  41. data/assets/js/sh/clipboard.swf +0 -0
  42. data/assets/js/sh/shBrushCss.js +0 -91
  43. data/assets/js/sh/shBrushJScript.js +0 -52
  44. data/assets/js/sh/shBrushPhp.js +0 -88
  45. data/assets/js/sh/shBrushRuby.js +0 -55
  46. data/assets/js/sh/shBrushSass.js +0 -94
  47. data/assets/js/sh/shBrushXml.js +0 -71
  48. data/assets/js/sh/shCore.js +0 -17
  49. data/assets/sass/for-test.scss +0 -169
  50. data/template/base/config.rb +0 -16
  51. /data/{template/base/assets/js/vendor → assets/js-docs}/jquery.min.js +0 -0
metadata CHANGED
@@ -1,18 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edge_framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Henner Setyono
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-10-18 00:00:00.000000000 Z
12
+ date: 2014-01-03 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: sass
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ! '>='
18
20
  - !ruby/object:Gem::Version
@@ -20,6 +22,7 @@ dependencies:
20
22
  type: :runtime
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
27
  - - ! '>='
25
28
  - !ruby/object:Gem::Version
@@ -27,6 +30,7 @@ dependencies:
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: compass
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
35
  - - ! '>='
32
36
  - !ruby/object:Gem::Version
@@ -34,6 +38,7 @@ dependencies:
34
38
  type: :runtime
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
43
  - - ! '>='
39
44
  - !ruby/object:Gem::Version
@@ -41,6 +46,7 @@ dependencies:
41
46
  - !ruby/object:Gem::Dependency
42
47
  name: win32console
43
48
  requirement: !ruby/object:Gem::Requirement
49
+ none: false
44
50
  requirements:
45
51
  - - ! '>='
46
52
  - !ruby/object:Gem::Version
@@ -48,6 +54,7 @@ dependencies:
48
54
  type: :runtime
49
55
  prerelease: false
50
56
  version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
51
58
  requirements:
52
59
  - - ! '>='
53
60
  - !ruby/object:Gem::Version
@@ -55,6 +62,7 @@ dependencies:
55
62
  - !ruby/object:Gem::Dependency
56
63
  name: bundler
57
64
  requirement: !ruby/object:Gem::Requirement
65
+ none: false
58
66
  requirements:
59
67
  - - ~>
60
68
  - !ruby/object:Gem::Version
@@ -62,6 +70,7 @@ dependencies:
62
70
  type: :development
63
71
  prerelease: false
64
72
  version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
65
74
  requirements:
66
75
  - - ~>
67
76
  - !ruby/object:Gem::Version
@@ -69,6 +78,7 @@ dependencies:
69
78
  - !ruby/object:Gem::Dependency
70
79
  name: rake
71
80
  requirement: !ruby/object:Gem::Requirement
81
+ none: false
72
82
  requirements:
73
83
  - - ! '>='
74
84
  - !ruby/object:Gem::Version
@@ -76,6 +86,7 @@ dependencies:
76
86
  type: :development
77
87
  prerelease: false
78
88
  version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
79
90
  requirements:
80
91
  - - ! '>='
81
92
  - !ruby/object:Gem::Version
@@ -83,6 +94,7 @@ dependencies:
83
94
  - !ruby/object:Gem::Dependency
84
95
  name: rspec
85
96
  requirement: !ruby/object:Gem::Requirement
97
+ none: false
86
98
  requirements:
87
99
  - - ! '>='
88
100
  - !ruby/object:Gem::Version
@@ -90,11 +102,12 @@ dependencies:
90
102
  type: :development
91
103
  prerelease: false
92
104
  version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
93
106
  requirements:
94
107
  - - ! '>='
95
108
  - !ruby/object:Gem::Version
96
109
  version: '0'
97
- description: Minimal Responsive Framework
110
+ description: Responsive SASS Framework
98
111
  email:
99
112
  - henner@setyono.net
100
113
  executables:
@@ -105,24 +118,19 @@ files:
105
118
  - .gitattributes
106
119
  - .gitignore
107
120
  - Gemfile
108
- - Gemfile.lock
109
121
  - LICENSE.txt
110
122
  - README.md
111
123
  - Rakefile
124
+ - assets/js-docs/jquery.min.js
112
125
  - assets/js/edge.js
113
126
  - assets/js/edge/edge.collect.js
114
127
  - assets/js/edge/edge.handlebars.js
115
128
  - assets/js/edge/edge.ie8.js
116
- - assets/js/edge/edge.notification.js
129
+ - assets/js/edge/edge.prism.js
130
+ - assets/js/edge/edge.template.js
117
131
  - assets/js/edge/prototype.js
118
- - assets/js/sh/clipboard.swf
119
- - assets/js/sh/shBrushCss.js
120
- - assets/js/sh/shBrushJScript.js
121
- - assets/js/sh/shBrushPhp.js
122
- - assets/js/sh/shBrushRuby.js
123
- - assets/js/sh/shBrushSass.js
124
- - assets/js/sh/shBrushXml.js
125
- - assets/js/sh/shCore.js
132
+ - assets/js/vendor/custom.modernizr.js
133
+ - assets/js/vendor/jquery.min.js
126
134
  - assets/sass/edge.scss
127
135
  - assets/sass/edge/_base.scss
128
136
  - assets/sass/edge/_components.scss
@@ -130,6 +138,7 @@ files:
130
138
  - assets/sass/edge/components/_block-grid-margin.scss
131
139
  - assets/sass/edge/components/_block-grid.scss
132
140
  - assets/sass/edge/components/_button.scss
141
+ - assets/sass/edge/components/_code.scss
133
142
  - assets/sass/edge/components/_form.scss
134
143
  - assets/sass/edge/components/_grid-margin.scss
135
144
  - assets/sass/edge/components/_grid.scss
@@ -139,8 +148,9 @@ files:
139
148
  - assets/sass/edge/components/_visibility.scss
140
149
  - assets/sass/edge/helpers/_sprites.scss
141
150
  - assets/sass/edge/helpers/_sticky-footer.scss
142
- - assets/sass/for-test.scss
151
+ - assets/test.html
143
152
  - assets/test2.html
153
+ - bin/edge
144
154
  - edge.gemspec
145
155
  - lib/edge/console.rb
146
156
  - lib/edge/message.rb
@@ -153,12 +163,9 @@ files:
153
163
  - template/base/assets/img/favicon-big.png
154
164
  - template/base/assets/img/favicon.ico
155
165
  - template/base/assets/js/app.js
156
- - template/base/assets/js/vendor/custom.modernizr.js
157
- - template/base/assets/js/vendor/jquery.min.js
158
166
  - template/base/assets/sass/_setting.scss
159
167
  - template/base/assets/sass/app.scss
160
168
  - template/base/assets/sass/edge-framework.scss
161
- - template/base/config.rb
162
169
  - template/base/robots.txt
163
170
  - template/html/index.html
164
171
  - template/php/index.php
@@ -172,30 +179,32 @@ files:
172
179
  - template/wordpress/functions.php
173
180
  - template/wordpress/header.php
174
181
  - template/wordpress/index.php
182
+ - template/wordpress/page.php
175
183
  - template/wordpress/single.php
176
- - bin/edge
184
+ - template/wordpress/style.css
177
185
  homepage: http://edge.setyono.net
178
186
  licenses:
179
187
  - MIT
180
- metadata: {}
181
188
  post_install_message:
182
189
  rdoc_options: []
183
190
  require_paths:
184
191
  - lib
185
192
  required_ruby_version: !ruby/object:Gem::Requirement
193
+ none: false
186
194
  requirements:
187
195
  - - ! '>='
188
196
  - !ruby/object:Gem::Version
189
197
  version: '0'
190
198
  required_rubygems_version: !ruby/object:Gem::Requirement
199
+ none: false
191
200
  requirements:
192
201
  - - ! '>='
193
202
  - !ruby/object:Gem::Version
194
203
  version: '0'
195
204
  requirements: []
196
205
  rubyforge_project:
197
- rubygems_version: 2.0.6
206
+ rubygems_version: 1.8.28
198
207
  signing_key:
199
- specification_version: 4
200
- summary: Minimal Responsive Framework with Compass
208
+ specification_version: 3
209
+ summary: Responsive SASS Framework that utilize Compass to its full extend
201
210
  test_files: []
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NDc2ZGYzODhjNTc2ZjViYmNkNGMyNmNhZTY2MGYxZGMwOGM1OTM4ZQ==
5
- data.tar.gz: !binary |-
6
- ODUzZjY1M2ZlMjQ3ODRkOTA2MTliMjE0NTYyYTYzZGE3Njg4Mjg1OA==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NzBiMzQ1ZGVhNGMyNmZjMWU1NzJiMjg2Yzk4N2M1ZDgxZmM5OTM3ZDExODY1
10
- NmEyMmY3NjYwMDRhMzE2YWRiMzFkNjJiODY3OGEwMmFmMTlhNGQ1ZjMyOWRm
11
- NTc2NWI4MTFlMGRlMjhhZTVkNjJiZjYwM2ZkOWRkYmYyYzY1YWM=
12
- data.tar.gz: !binary |-
13
- MzY1ZDkxOWY4N2RmMWZkMDNjMzQ5MzFkMWUzYTdmNjk4NmZlYzNiYTAzOTVk
14
- NzhiNmJjZTI1MjY0YzdjOTRiZjllMTdhNjVlODg4NjViNmM2N2YxMTIyNjRk
15
- N2UwNzg4MTRlNDZkYTE4ZmMzNmMzZTg0NDA2MDQxOWE1ZjBkMGU=
data/Gemfile.lock DELETED
@@ -1,40 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- edge_framework (0.0.3)
5
- compass (>= 0.12.0)
6
- sass (>= 3.2.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- chunky_png (1.2.8)
12
- compass (0.12.2)
13
- chunky_png (~> 1.2)
14
- fssm (>= 0.2.7)
15
- sass (~> 3.1)
16
- diff-lcs (1.2.4)
17
- fssm (0.2.10)
18
- paint (0.8.6)
19
- rake (10.1.0)
20
- rspec (2.14.1)
21
- rspec-core (~> 2.14.0)
22
- rspec-expectations (~> 2.14.0)
23
- rspec-mocks (~> 2.14.0)
24
- rspec-core (2.14.5)
25
- rspec-expectations (2.14.2)
26
- diff-lcs (>= 1.1.3, < 2.0)
27
- rspec-mocks (2.14.3)
28
- sass (3.2.10)
29
- win32console (1.3.2-x86-mingw32)
30
-
31
- PLATFORMS
32
- x86-mingw32
33
-
34
- DEPENDENCIES
35
- bundler (~> 1.3)
36
- edge_framework!
37
- paint (~> 0.8.6)
38
- rake
39
- rspec
40
- win32console
File without changes
Binary file
@@ -1,91 +0,0 @@
1
- /**
2
- * SyntaxHighlighter
3
- * http://alexgorbatchev.com/SyntaxHighlighter
4
- *
5
- * SyntaxHighlighter is donationware. If you are using it, please donate.
6
- * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
7
- *
8
- * @version
9
- * 3.0.83 (July 02 2010)
10
- *
11
- * @copyright
12
- * Copyright (C) 2004-2010 Alex Gorbatchev.
13
- *
14
- * @license
15
- * Dual licensed under the MIT and GPL licenses.
16
- */
17
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- function getKeywordsCSS(str)
25
- {
26
- return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
27
- };
28
-
29
- function getValuesCSS(str)
30
- {
31
- return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
32
- };
33
-
34
- var keywords = 'ascent azimuth background-attachment background-color background-image background-position ' +
35
- 'background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top ' +
36
- 'border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color ' +
37
- 'border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width ' +
38
- 'border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color ' +
39
- 'content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display ' +
40
- 'elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font ' +
41
- 'height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top ' +
42
- 'margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans ' +
43
- 'outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page ' +
44
- 'page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position ' +
45
- 'quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress ' +
46
- 'table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em ' +
47
- 'vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index';
48
-
49
- var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder '+
50
- 'both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed '+
51
- 'continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero default digits disc dotted double '+
52
- 'embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia '+
53
- 'gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic '+
54
- 'justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha '+
55
- 'lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower '+
56
- 'navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset '+
57
- 'outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side '+
58
- 'rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow '+
59
- 'small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize '+
60
- 'table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal '+
61
- 'text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin '+
62
- 'upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow';
63
-
64
- var fonts = '[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif';
65
-
66
- this.regexList = [
67
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
68
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
69
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
70
- { regex: /\#[a-fA-F0-9]{3,6}/g, css: 'value' }, // html colors
71
- { regex: /(-?\d+)(\.\d+)?(px|em|pt|\:|\%|)/g, css: 'value' }, // sizes
72
- { regex: /!important/g, css: 'color3' }, // !important
73
- { regex: new RegExp(getKeywordsCSS(keywords), 'gm'), css: 'keyword' }, // keywords
74
- { regex: new RegExp(getValuesCSS(values), 'g'), css: 'value' }, // values
75
- { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts
76
- ];
77
-
78
- this.forHtmlScript({
79
- left: /(&lt;|<)\s*style.*?(&gt;|>)/gi,
80
- right: /(&lt;|<)\/\s*style\s*(&gt;|>)/gi
81
- });
82
- };
83
-
84
- Brush.prototype = new SyntaxHighlighter.Highlighter();
85
- Brush.aliases = ['css'];
86
-
87
- SyntaxHighlighter.brushes.CSS = Brush;
88
-
89
- // CommonJS
90
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
91
- })();
@@ -1,52 +0,0 @@
1
- /**
2
- * SyntaxHighlighter
3
- * http://alexgorbatchev.com/SyntaxHighlighter
4
- *
5
- * SyntaxHighlighter is donationware. If you are using it, please donate.
6
- * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
7
- *
8
- * @version
9
- * 3.0.83 (July 02 2010)
10
- *
11
- * @copyright
12
- * Copyright (C) 2004-2010 Alex Gorbatchev.
13
- *
14
- * @license
15
- * Dual licensed under the MIT and GPL licenses.
16
- */
17
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- var keywords = 'break case catch continue ' +
25
- 'default delete do else false ' +
26
- 'for function if in instanceof ' +
27
- 'new null return super switch ' +
28
- 'this throw true try typeof var while with'
29
- ;
30
-
31
- var r = SyntaxHighlighter.regexLib;
32
-
33
- this.regexList = [
34
- { regex: r.multiLineDoubleQuotedString, css: 'string' }, // double quoted strings
35
- { regex: r.multiLineSingleQuotedString, css: 'string' }, // single quoted strings
36
- { regex: r.singleLineCComments, css: 'comments' }, // one line comments
37
- { regex: r.multiLineCComments, css: 'comments' }, // multiline comments
38
- { regex: /\s*#.*/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion
39
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords
40
- ];
41
-
42
- this.forHtmlScript(r.scriptScriptTags);
43
- };
44
-
45
- Brush.prototype = new SyntaxHighlighter.Highlighter();
46
- Brush.aliases = ['js', 'jscript', 'javascript'];
47
-
48
- SyntaxHighlighter.brushes.JScript = Brush;
49
-
50
- // CommonJS
51
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
52
- })();
@@ -1,88 +0,0 @@
1
- /**
2
- * SyntaxHighlighter
3
- * http://alexgorbatchev.com/SyntaxHighlighter
4
- *
5
- * SyntaxHighlighter is donationware. If you are using it, please donate.
6
- * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
7
- *
8
- * @version
9
- * 3.0.83 (July 02 2010)
10
- *
11
- * @copyright
12
- * Copyright (C) 2004-2010 Alex Gorbatchev.
13
- *
14
- * @license
15
- * Dual licensed under the MIT and GPL licenses.
16
- */
17
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- var funcs = 'abs acos acosh addcslashes addslashes ' +
25
- 'array_change_key_case array_chunk array_combine array_count_values array_diff '+
26
- 'array_diff_assoc array_diff_key array_diff_uassoc array_diff_ukey array_fill '+
27
- 'array_filter array_flip array_intersect array_intersect_assoc array_intersect_key '+
28
- 'array_intersect_uassoc array_intersect_ukey array_key_exists array_keys array_map '+
29
- 'array_merge array_merge_recursive array_multisort array_pad array_pop array_product '+
30
- 'array_push array_rand array_reduce array_reverse array_search array_shift '+
31
- 'array_slice array_splice array_sum array_udiff array_udiff_assoc '+
32
- 'array_udiff_uassoc array_uintersect array_uintersect_assoc '+
33
- 'array_uintersect_uassoc array_unique array_unshift array_values array_walk '+
34
- 'array_walk_recursive atan atan2 atanh base64_decode base64_encode base_convert '+
35
- 'basename bcadd bccomp bcdiv bcmod bcmul bindec bindtextdomain bzclose bzcompress '+
36
- 'bzdecompress bzerrno bzerror bzerrstr bzflush bzopen bzread bzwrite ceil chdir '+
37
- 'checkdate checkdnsrr chgrp chmod chop chown chr chroot chunk_split class_exists '+
38
- 'closedir closelog copy cos cosh count count_chars date decbin dechex decoct '+
39
- 'deg2rad delete ebcdic2ascii echo empty end ereg ereg_replace eregi eregi_replace error_log '+
40
- 'error_reporting escapeshellarg escapeshellcmd eval exec exit exp explode extension_loaded '+
41
- 'feof fflush fgetc fgetcsv fgets fgetss file_exists file_get_contents file_put_contents '+
42
- 'fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype '+
43
- 'floatval flock floor flush fmod fnmatch fopen fpassthru fprintf fputcsv fputs fread fscanf '+
44
- 'fseek fsockopen fstat ftell ftok getallheaders getcwd getdate getenv gethostbyaddr gethostbyname '+
45
- 'gethostbynamel getimagesize getlastmod getmxrr getmygid getmyinode getmypid getmyuid getopt '+
46
- 'getprotobyname getprotobynumber getrandmax getrusage getservbyname getservbyport gettext '+
47
- 'gettimeofday gettype glob gmdate gmmktime ini_alter ini_get ini_get_all ini_restore ini_set '+
48
- 'interface_exists intval ip2long is_a is_array is_bool is_callable is_dir is_double '+
49
- 'is_executable is_file is_finite is_float is_infinite is_int is_integer is_link is_long '+
50
- 'is_nan is_null is_numeric is_object is_readable is_real is_resource is_scalar is_soap_fault '+
51
- 'is_string is_subclass_of is_uploaded_file is_writable is_writeable mkdir mktime nl2br '+
52
- 'parse_ini_file parse_str parse_url passthru pathinfo print readlink realpath rewind rewinddir rmdir '+
53
- 'round str_ireplace str_pad str_repeat str_replace str_rot13 str_shuffle str_split '+
54
- 'str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes '+
55
- 'stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk '+
56
- 'strpos strptime strrchr strrev strripos strrpos strspn strstr strtok strtolower strtotime '+
57
- 'strtoupper strtr strval substr substr_compare';
58
-
59
- var keywords = 'abstract and array as break case catch cfunction class clone const continue declare default die do ' +
60
- 'else elseif enddeclare endfor endforeach endif endswitch endwhile extends final for foreach ' +
61
- 'function include include_once global goto if implements interface instanceof namespace new ' +
62
- 'old_function or private protected public return require require_once static switch ' +
63
- 'throw try use var while xor ';
64
-
65
- var constants = '__FILE__ __LINE__ __METHOD__ __FUNCTION__ __CLASS__';
66
-
67
- this.regexList = [
68
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
69
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
70
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
71
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
72
- { regex: /\$\w+/g, css: 'variable' }, // variables
73
- { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, // common functions
74
- { regex: new RegExp(this.getKeywords(constants), 'gmi'), css: 'constants' }, // constants
75
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keyword
76
- ];
77
-
78
- this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags);
79
- };
80
-
81
- Brush.prototype = new SyntaxHighlighter.Highlighter();
82
- Brush.aliases = ['php'];
83
-
84
- SyntaxHighlighter.brushes.Php = Brush;
85
-
86
- // CommonJS
87
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
88
- })();
@@ -1,55 +0,0 @@
1
- /**
2
- * SyntaxHighlighter
3
- * http://alexgorbatchev.com/SyntaxHighlighter
4
- *
5
- * SyntaxHighlighter is donationware. If you are using it, please donate.
6
- * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
7
- *
8
- * @version
9
- * 3.0.83 (July 02 2010)
10
- *
11
- * @copyright
12
- * Copyright (C) 2004-2010 Alex Gorbatchev.
13
- *
14
- * @license
15
- * Dual licensed under the MIT and GPL licenses.
16
- */
17
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Contributed by Erik Peterson.
25
-
26
- var keywords = 'alias and BEGIN begin break case class def define_method defined do each else elsif ' +
27
- 'END end ensure false for if in module new next nil not or raise redo rescue retry return ' +
28
- 'self super then throw true undef unless until when while yield';
29
-
30
- var builtins = 'Array Bignum Binding Class Continuation Dir Exception FalseClass File::Stat File Fixnum Fload ' +
31
- 'Hash Integer IO MatchData Method Module NilClass Numeric Object Proc Range Regexp String Struct::TMS Symbol ' +
32
- 'ThreadGroup Thread Time TrueClass';
33
-
34
- this.regexList = [
35
- { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comments
36
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
37
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
38
- { regex: /\b[A-Z0-9_]+\b/g, css: 'constants' }, // constants
39
- { regex: /:[a-z][A-Za-z0-9_]*/g, css: 'color2' }, // symbols
40
- { regex: /(\$|@@|@)\w+/g, css: 'variable bold' }, // $global, @instance, and @@class variables
41
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
42
- { regex: new RegExp(this.getKeywords(builtins), 'gm'), css: 'color1' } // builtins
43
- ];
44
-
45
- this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
46
- };
47
-
48
- Brush.prototype = new SyntaxHighlighter.Highlighter();
49
- Brush.aliases = ['ruby', 'rails', 'ror', 'rb'];
50
-
51
- SyntaxHighlighter.brushes.Ruby = Brush;
52
-
53
- // CommonJS
54
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
55
- })();
@@ -1,94 +0,0 @@
1
- /**
2
- * SyntaxHighlighter
3
- * http://alexgorbatchev.com/SyntaxHighlighter
4
- *
5
- * SyntaxHighlighter is donationware. If you are using it, please donate.
6
- * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
7
- *
8
- * @version
9
- * 3.0.83 (July 02 2010)
10
- *
11
- * @copyright
12
- * Copyright (C) 2004-2010 Alex Gorbatchev.
13
- *
14
- * @license
15
- * Dual licensed under the MIT and GPL licenses.
16
- */
17
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- function getKeywordsCSS(str)
25
- {
26
- return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
27
- };
28
-
29
- function getValuesCSS(str)
30
- {
31
- return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
32
- };
33
-
34
- var keywords = 'ascent azimuth background-attachment background-color background-image background-position ' +
35
- 'background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top ' +
36
- 'border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color ' +
37
- 'border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width ' +
38
- 'border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color ' +
39
- 'content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display ' +
40
- 'elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font ' +
41
- 'height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top ' +
42
- 'margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans ' +
43
- 'outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page ' +
44
- 'page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position ' +
45
- 'quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress ' +
46
- 'table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em ' +
47
- 'vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index';
48
-
49
- var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder '+
50
- 'both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed '+
51
- 'continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero digits disc dotted double '+
52
- 'embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia '+
53
- 'gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic '+
54
- 'justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha '+
55
- 'lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower '+
56
- 'navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset '+
57
- 'outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side '+
58
- 'rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow '+
59
- 'small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize '+
60
- 'table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal '+
61
- 'text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin '+
62
- 'upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow';
63
-
64
- var fonts = '[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif';
65
-
66
- var statements = '!important !default';
67
- var preprocessor = '@import @extend @debug @warn @if @for @while @mixin @include';
68
-
69
- var r = SyntaxHighlighter.regexLib;
70
-
71
- this.regexList = [
72
- { regex: r.multiLineCComments, css: 'comments' }, // multiline comments
73
- { regex: r.singleLineCComments, css: 'comments' }, // singleline comments
74
- { regex: r.doubleQuotedString, css: 'string' }, // double quoted strings
75
- { regex: r.singleQuotedString, css: 'string' }, // single quoted strings
76
- { regex: /\#[a-fA-F0-9]{3,6}/g, css: 'value' }, // html colors
77
- { regex: /\b(-?\d+)(\.\d+)?(px|em|pt|\:|\%|)\b/g, css: 'value' }, // sizes
78
- { regex: /\$\w+/g, css: 'variable' }, // variables
79
- { regex: new RegExp(this.getKeywords(statements), 'g'), css: 'color3' }, // statements
80
- { regex: new RegExp(this.getKeywords(preprocessor), 'g'), css: 'preprocessor' }, // preprocessor
81
- { regex: new RegExp(getKeywordsCSS(keywords), 'gm'), css: 'keyword' }, // keywords
82
- { regex: new RegExp(getValuesCSS(values), 'g'), css: 'value' }, // values
83
- { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts
84
- ];
85
- };
86
-
87
- Brush.prototype = new SyntaxHighlighter.Highlighter();
88
- Brush.aliases = ['sass', 'scss'];
89
-
90
- SyntaxHighlighter.brushes.Sass = Brush;
91
-
92
- // CommonJS
93
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
94
- })();