Added the UCR seal in the bottom right corner.
[mwamko.git] / grep.txt
blobb064dea98c317e0c93f837d70273eabec64f77c3
1 ./mwamko/doc/app/classes/NucleusController.html:182:66:           <span class="ruby-identifier">session</span>[<span class="ruby-identifier">:workers</span>] <span class="ruby-operator">||=</span> {}
2 ./mwamko/doc/app/classes/NucleusController.html:184:68:             <span class="ruby-identifier">session</span>[<span class="ruby-identifier">:workers</span>][<span class="ruby-identifier">ve</span>.<span class="ruby-identifier">veid</span>] = 
3 ./mwamko/doc/app/classes/NucleusController.html:222:112:       <span class="ruby-identifier">session</span>[<span class="ruby-identifier">:workers</span>] <span class="ruby-operator">||=</span> {}
4 ./mwamko/doc/app/classes/NucleusController.html:223:113:       <span class="ruby-identifier">session</span>[<span class="ruby-identifier">:workers</span>][<span class="ruby-identifier">veid</span>] = <span class="ruby-constant">Nucleus</span>.<span class="ruby-identifier">new</span>.<span class="ruby-identifier">destroy</span>(<span class="ruby-identifier">veid</span>)
5 ./mwamko/doc/app/classes/NucleusController.html:305:86:       <span class="ruby-identifier">session</span>[<span class="ruby-identifier">:workers</span>] <span class="ruby-operator">||=</span> {}
6 ./mwamko/doc/app/classes/NucleusController.html:306:87:       <span class="ruby-identifier">session</span>[<span class="ruby-identifier">:workers</span>][<span class="ruby-identifier">veid</span>] = <span class="ruby-constant">Nucleus</span>.<span class="ruby-identifier">new</span>.<span class="ruby-identifier">start</span>(<span class="ruby-identifier">veid</span>)
7 ./mwamko/doc/app/classes/NucleusController.html:336: 98:       <span class="ruby-identifier">session</span>[<span class="ruby-identifier">:workers</span>] <span class="ruby-operator">||=</span> {}
8 ./mwamko/doc/app/classes/NucleusController.html:337: 99:       <span class="ruby-identifier">session</span>[<span class="ruby-identifier">:workers</span>][<span class="ruby-identifier">veid</span>] = <span class="ruby-constant">Nucleus</span>.<span class="ruby-identifier">new</span>.<span class="ruby-identifier">stop</span>(<span class="ruby-identifier">veid</span>)
9 ./mwamko/app/controllers/cytoskeleton_controller.rb:106:      s.disabled = session[:workers].keys.include?(started.veid.to_s)
10 ./mwamko/app/controllers/cytoskeleton_controller.rb:126:       s.disabled = session[:workers].keys.include?(stopped.veid.to_s)
11 ./mwamko/app/controllers/login_controller.rb:151:    unless session[:workers].nil? or session[:workers].empty?
12 ./mwamko/app/controllers/application.rb:67:    session[:workers] ||= {}
13 ./mwamko/app/controllers/application.rb:70:    session[:workers].keys.each do |veid|
14 ./mwamko/app/controllers/application.rb:71:      worker_key, status = session[:workers][veid]
15 ./mwamko/app/controllers/application.rb:96:        session[:workers].delete(veid)
16 ./mwamko/app/controllers/application.rb:116:        session[:workers].delete(veid)
17 ./mwamko/app/controllers/application.rb:151:        session[:workers].delete(veid)
18 ./mwamko/app/controllers/application.rb:195:        session[:workers].delete(veid)
19 ./mwamko/app/controllers/application.rb:218:        session[:workers].delete(veid)
20 ./mwamko/app/controllers/admin_controller.rb:120:        session[:workers] ||= {}
21 ./mwamko/app/controllers/admin_controller.rb:123:            session[:workers][ve.veid] = 
22 ./mwamko/app/controllers/admin_controller.rb:130:            session[:workers][ve.veid] = Nucleus.new.stop(ve.veid), 'stopping'
23 ./mwamko/app/controllers/admin_controller.rb:136:            session[:workers][ve.veid] = Nucleus.new.start(ve.veid), 'starting'
24 ./mwamko/app/controllers/nucleus_controller.rb:62:          session[:workers] ||= {}
25 ./mwamko/app/controllers/nucleus_controller.rb:64:            #session[:workers][ve.veid] = 
26 ./mwamko/app/controllers/nucleus_controller.rb:81:              session[:workers][ve.veid] = "3"*50, 'created' 
27 ./mwamko/app/controllers/nucleus_controller.rb:111:      session[:workers] ||= {}
28 ./mwamko/app/controllers/nucleus_controller.rb:112:      session[:workers][veid] = Nucleus.new.start(veid), 'starting'
29 ./mwamko/app/controllers/nucleus_controller.rb:154:      session[:workers] ||= {}
30 ./mwamko/app/controllers/nucleus_controller.rb:155:      session[:workers][veid] = Nucleus.new.destroy(veid), 'destroying'
31 ./mwamko/app/controllers/nucleus_controller.rb:212:    session[:workers] ||= {}
32 ./mwamko/app/controllers/nucleus_controller.rb:213:    session[:workers][veid] = Nucleus.new.upgrade(veid), 'upgrading'
33 ./mwamko/app/views/layouts/application.rhtml:46:        unless session[:workers].empty?