resque_ui 3.2.3 → 3.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,157 +1,135 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+
3
+ <html>
5
4
  <head>
6
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
7
6
 
8
- <title>Module: ResqueUi</title>
7
+ <title>Module: ResqueUi</title>
9
8
 
10
- <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
11
10
 
12
- <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
- <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
- <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
- <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
16
14
 
17
- </head>
18
- <body id="top" class="module">
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
19
21
 
20
- <div id="metadata">
21
- <div id="home-metadata">
22
- <div id="home-section" class="section">
23
- <h3 class="section-header">
24
- <a href="./index.html">Home</a>
25
- <a href="./index.html#classes">Classes</a>
26
- <a href="./index.html#methods">Methods</a>
27
- </h3>
28
- </div>
29
- </div>
30
-
31
- <div id="file-metadata">
32
- <div id="file-list-section" class="section">
33
- <h3 class="section-header">In Files</h3>
34
- <div class="section-body">
35
- <ul>
36
-
37
- <li><a href="./lib/resque_ui_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
- class="thickbox" title="lib/resque_ui.rb">lib/resque_ui.rb</a></li>
39
-
40
- <li><a href="./lib/resque_ui/cap_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
41
- class="thickbox" title="lib/resque_ui/cap.rb">lib/resque_ui/cap.rb</a></li>
42
-
43
- </ul>
44
- </div>
45
- </div>
46
-
47
-
48
- </div>
49
-
50
- <div id="class-metadata">
51
-
52
-
53
-
54
-
55
-
56
- <!-- Namespace Contents -->
57
- <div id="namespace-list-section" class="section">
58
- <h3 class="section-header">Namespace</h3>
59
- <ul class="link-list">
60
-
61
- <li><span class="type">CLASS</span> <a href="ResqueUi/Cap.html">ResqueUi::Cap</a></li>
62
-
63
- <li><span class="type">CLASS</span> <a href="ResqueUi/Engine.html">ResqueUi::Engine</a></li>
64
-
65
- </ul>
66
- </div>
67
-
68
-
69
-
70
-
71
-
72
- </div>
73
-
74
- <div id="project-metadata">
75
-
76
-
77
-
78
- <div id="classindex-section" class="section project-section">
79
- <h3 class="section-header">Class/Module Index
80
- <span class="search-toggle"><img src="./images/find.png"
81
- height="16" width="16" alt="[+]"
82
- title="show/hide quicksearch" /></span></h3>
83
- <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
84
- <fieldset>
85
- <legend>Quicksearch</legend>
86
- <input type="text" name="quicksearch" value=""
87
- class="quicksearch-field" />
88
- </fieldset>
89
- </form>
90
-
91
- <ul class="link-list">
92
-
93
- <li><a href="./Resque.html">Resque</a></li>
94
-
95
- <li><a href="./Resque/ChainedJobWithStatus.html">Resque::ChainedJobWithStatus</a></li>
96
-
97
- <li><a href="./Resque/Job.html">Resque::Job</a></li>
98
-
99
- <li><a href="./Resque/JobWithStatus.html">Resque::JobWithStatus</a></li>
100
-
101
- <li><a href="./Resque/Status.html">Resque::Status</a></li>
102
-
103
- <li><a href="./Resque/Worker.html">Resque::Worker</a></li>
104
-
105
- <li><a href="./ResqueUi.html">ResqueUi</a></li>
106
-
107
- <li><a href="./ResqueUi/Cap.html">ResqueUi::Cap</a></li>
108
-
109
- <li><a href="./ResqueUi/Engine.html">ResqueUi::Engine</a></li>
110
-
111
- <li><a href="./Object.html">Object</a></li>
112
-
113
- <li><a href="./ResqueScheduler.html">ResqueScheduler</a></li>
114
-
115
- </ul>
116
- <div id="no-class-search-results" style="display: none;">No matching classes.</div>
117
- </div>
118
-
119
-
120
- </div>
121
- </div>
122
22
 
123
- <div id="documentation">
124
- <h1 class="module">ResqueUi</h1>
23
+ <body id="top" class="module">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/resque_ui.rb
51
+ <li>lib/resque_ui/cap.rb
52
+ </ul>
53
+ </nav>
125
54
 
126
- <div id="description" class="description">
127
-
128
- </div><!-- description -->
55
+
56
+ </div>
129
57
 
58
+ <div id="class-metadata">
59
+
130
60
 
131
61
 
132
62
 
133
- <div id="5Buntitled-5D" class="documentation-section">
134
-
63
+ </div>
135
64
 
136
-
65
+ <div id="project-metadata">
66
+
67
+ <nav id="classindex-section" class="section project-section">
68
+ <h3 class="section-header">Class and Module Index</h3>
137
69
 
138
-
70
+ <ul class="link-list">
71
+
72
+ <li><a href="./Resque.html">Resque</a>
73
+
74
+ <li><a href="./Resque/ChainedJobWithStatus.html">Resque::ChainedJobWithStatus</a>
75
+
76
+ <li><a href="./Resque/Failure.html">Resque::Failure</a>
77
+
78
+ <li><a href="./Resque/Failure/Redis.html">Resque::Failure::Redis</a>
79
+
80
+ <li><a href="./Resque/Job.html">Resque::Job</a>
81
+
82
+ <li><a href="./Resque/JobWithStatus.html">Resque::JobWithStatus</a>
83
+
84
+ <li><a href="./Resque/Status.html">Resque::Status</a>
85
+
86
+ <li><a href="./Resque/Worker.html">Resque::Worker</a>
87
+
88
+ <li><a href="./ResqueUi.html">ResqueUi</a>
89
+
90
+ <li><a href="./ResqueUi/Cap.html">ResqueUi::Cap</a>
91
+
92
+ <li><a href="./ResqueUi/Engine.html">ResqueUi::Engine</a>
93
+
94
+ <li><a href="./Object.html">Object</a>
95
+
96
+ <li><a href="./ResqueScheduler.html">ResqueScheduler</a>
97
+
98
+ </ul>
99
+ </nav>
100
+
101
+ </div>
102
+ </nav>
139
103
 
140
-
104
+ <div id="documentation">
105
+ <h1 class="module">module ResqueUi</h1>
141
106
 
142
- <!-- Methods -->
143
-
144
- </div><!-- 5Buntitled-5D -->
107
+ <div id="description" class="description">
108
+
109
+ </div><!-- description -->
110
+
111
+
145
112
 
113
+
114
+ <section id="5Buntitled-5D" class="documentation-section">
115
+
146
116
 
147
- </div><!-- documentation -->
117
+
118
+
119
+
120
+
121
+
122
+
123
+ <!-- Methods -->
124
+
125
+ </section><!-- 5Buntitled-5D -->
126
+
127
+ </div><!-- documentation -->
148
128
 
149
- <div id="validator-badges">
150
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
151
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
152
- Rdoc Generator</a> 2</small>.</p>
153
- </div>
154
129
 
155
- </body>
156
- </html>
130
+ <footer id="validator-badges">
131
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
132
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.11.
133
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
134
+ </footer>
157
135
 
@@ -1,150 +1,140 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+
3
+ <html>
5
4
  <head>
6
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>Class: ResqueUi::Cap</title>
8
+
9
+ <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
7
10
 
8
- <title>Class: ResqueUi::Cap</title>
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "../";
13
+ </script>
9
14
 
10
- <link rel="stylesheet" href="../rdoc.css" type="text/css" media="screen" />
15
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
11
21
 
12
- <script src="../js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
- <script src="../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
- <script src="../js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
- <script src="../js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
22
 
17
- </head>
18
23
  <body id="top" class="class">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="../index.html">Home</a>
28
+ <a href="../table_of_contents.html#classes">Classes</a>
29
+ <a href="../table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/resque_ui/cap.rb
51
+ </ul>
52
+ </nav>
19
53
 
20
- <div id="metadata">
21
- <div id="home-metadata">
22
- <div id="home-section" class="section">
23
- <h3 class="section-header">
24
- <a href="../index.html">Home</a>
25
- <a href="../index.html#classes">Classes</a>
26
- <a href="../index.html#methods">Methods</a>
27
- </h3>
28
- </div>
29
- </div>
30
-
31
- <div id="file-metadata">
32
- <div id="file-list-section" class="section">
33
- <h3 class="section-header">In Files</h3>
34
- <div class="section-body">
35
- <ul>
36
-
37
- <li><a href="../lib/resque_ui/cap_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
- class="thickbox" title="lib/resque_ui/cap.rb">lib/resque_ui/cap.rb</a></li>
39
-
40
- </ul>
41
- </div>
42
- </div>
43
-
44
-
45
- </div>
46
-
47
- <div id="class-metadata">
48
-
49
- <!-- Parent Class -->
50
- <div id="parent-class-section" class="section">
51
- <h3 class="section-header">Parent</h3>
52
-
53
- <p class="link"><a href="../Object.html">Object</a></p>
54
-
55
- </div>
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
- </div>
66
-
67
- <div id="project-metadata">
68
-
69
-
70
-
71
- <div id="classindex-section" class="section project-section">
72
- <h3 class="section-header">Class/Module Index
73
- <span class="search-toggle"><img src="../images/find.png"
74
- height="16" width="16" alt="[+]"
75
- title="show/hide quicksearch" /></span></h3>
76
- <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
77
- <fieldset>
78
- <legend>Quicksearch</legend>
79
- <input type="text" name="quicksearch" value=""
80
- class="quicksearch-field" />
81
- </fieldset>
82
- </form>
83
-
84
- <ul class="link-list">
85
-
86
- <li><a href="../Resque.html">Resque</a></li>
87
-
88
- <li><a href="../Resque/ChainedJobWithStatus.html">Resque::ChainedJobWithStatus</a></li>
89
-
90
- <li><a href="../Resque/Job.html">Resque::Job</a></li>
91
-
92
- <li><a href="../Resque/JobWithStatus.html">Resque::JobWithStatus</a></li>
93
-
94
- <li><a href="../Resque/Status.html">Resque::Status</a></li>
95
-
96
- <li><a href="../Resque/Worker.html">Resque::Worker</a></li>
97
-
98
- <li><a href="../ResqueUi.html">ResqueUi</a></li>
99
-
100
- <li><a href="../ResqueUi/Cap.html">ResqueUi::Cap</a></li>
101
-
102
- <li><a href="../ResqueUi/Engine.html">ResqueUi::Engine</a></li>
103
-
104
- <li><a href="../Object.html">Object</a></li>
105
-
106
- <li><a href="../ResqueScheduler.html">ResqueScheduler</a></li>
107
-
108
- </ul>
109
- <div id="no-class-search-results" style="display: none;">No matching classes.</div>
110
- </div>
111
-
112
-
113
- </div>
54
+
114
55
  </div>
115
56
 
116
- <div id="documentation">
117
- <h1 class="class">ResqueUi::Cap</h1>
118
-
119
- <div id="description" class="description">
120
-
121
- </div><!-- description -->
57
+ <div id="class-metadata">
58
+
59
+ <nav id="parent-class-section" class="section">
60
+ <h3 class="section-header">Parent</h3>
61
+
62
+ <p class="link"><a href="../Object.html">Object</a>
63
+
64
+ </nav>
122
65
 
123
66
 
124
67
 
68
+ </div>
69
+
70
+ <div id="project-metadata">
125
71
 
126
- <div id="5Buntitled-5D" class="documentation-section">
127
-
72
+ <nav id="classindex-section" class="section project-section">
73
+ <h3 class="section-header">Class and Module Index</h3>
128
74
 
129
-
75
+ <ul class="link-list">
76
+
77
+ <li><a href="../Resque.html">Resque</a>
78
+
79
+ <li><a href="../Resque/ChainedJobWithStatus.html">Resque::ChainedJobWithStatus</a>
80
+
81
+ <li><a href="../Resque/Failure.html">Resque::Failure</a>
82
+
83
+ <li><a href="../Resque/Failure/Redis.html">Resque::Failure::Redis</a>
84
+
85
+ <li><a href="../Resque/Job.html">Resque::Job</a>
86
+
87
+ <li><a href="../Resque/JobWithStatus.html">Resque::JobWithStatus</a>
88
+
89
+ <li><a href="../Resque/Status.html">Resque::Status</a>
90
+
91
+ <li><a href="../Resque/Worker.html">Resque::Worker</a>
92
+
93
+ <li><a href="../ResqueUi.html">ResqueUi</a>
94
+
95
+ <li><a href="../ResqueUi/Cap.html">ResqueUi::Cap</a>
96
+
97
+ <li><a href="../ResqueUi/Engine.html">ResqueUi::Engine</a>
98
+
99
+ <li><a href="../Object.html">Object</a>
100
+
101
+ <li><a href="../ResqueScheduler.html">ResqueScheduler</a>
102
+
103
+ </ul>
104
+ </nav>
105
+
106
+ </div>
107
+ </nav>
130
108
 
131
-
109
+ <div id="documentation">
110
+ <h1 class="class">class ResqueUi::Cap</h1>
132
111
 
133
-
112
+ <div id="description" class="description">
113
+
114
+ </div><!-- description -->
134
115
 
135
- <!-- Methods -->
136
-
137
- </div><!-- 5Buntitled-5D -->
138
116
 
117
+
118
+
119
+ <section id="5Buntitled-5D" class="documentation-section">
120
+
139
121
 
140
- </div><!-- documentation -->
122
+
123
+
124
+
125
+
126
+
127
+
128
+ <!-- Methods -->
129
+
130
+ </section><!-- 5Buntitled-5D -->
131
+
132
+ </div><!-- documentation -->
141
133
 
142
- <div id="validator-badges">
143
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
144
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
145
- Rdoc Generator</a> 2</small>.</p>
146
- </div>
147
134
 
148
- </body>
149
- </html>
135
+ <footer id="validator-badges">
136
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
137
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.11.
138
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
139
+ </footer>
150
140