SYMBOL INDEX (268 symbols across 29 files) FILE: lib/serve.rb type Kernel (line 3) | module Kernel function singleton_class (line 5) | def singleton_class FILE: lib/serve/application.rb type Serve (line 5) | module Serve class Application (line 6) | class Application class InvalidArgumentsError (line 7) | class InvalidArgumentsError < StandardError; end method run (line 11) | def self.run(args = ARGV) method initialize (line 15) | def initialize method run (line 19) | def run(args = ARGV) method parse (line 52) | def parse(args) method version (line 67) | def version method help (line 71) | def help method normalize_args (line 146) | def normalize_args(args) method extract_boolean (line 152) | def extract_boolean(args, *opts) method extract_environment (line 159) | def extract_environment(args) method extract_port (line 163) | def extract_port(args) method extract_address (line 167) | def extract_address(args) method extract_root (line 171) | def extract_root(args) method extract_arg_and_value (line 181) | def extract_arg_and_value(args, opts) method extract_javascript_framework (line 195) | def extract_javascript_framework(args) method extract_template (line 199) | def extract_template(args) method extract_create (line 203) | def extract_create(args) method extract_convert (line 216) | def extract_convert(args) method extract_export (line 227) | def extract_export(args) method rails_script_server (line 239) | def rails_script_server method rails_app? (line 243) | def rails_app? method run_rails_app (line 247) | def run_rails_app method rack_config (line 251) | def rack_config method rack_app? (line 255) | def rack_app? method run_rack_app (line 259) | def run_rack_app method run_server (line 263) | def run_server FILE: lib/serve/export.rb type Serve (line 8) | module Serve class Exporter (line 9) | class Exporter method initialize (line 11) | def initialize(options={}) method process (line 16) | def process method collect_files (line 29) | def collect_files method compile_compass_sass (line 47) | def compile_compass_sass method compile_views (line 54) | def compile_views method compile_redirects (line 58) | def compile_redirects method copy_remaining (line 62) | def copy_remaining method compile_view (line 66) | def compile_view(filename) method compile_redirect (line 88) | def compile_redirect(filename) method copy_file (line 105) | def copy_file(filename) method ensure_path (line 116) | def ensure_path(path) method remove_ext (line 124) | def remove_ext(path) method extract_ext (line 132) | def extract_ext(path) method extract_request_path (line 142) | def extract_request_path(filename) method rackified? (line 149) | def rackified? function export (line 155) | def self.export(options={}) FILE: lib/serve/handlers/coffee_handler.rb type Serve (line 1) | module Serve #:nodoc: class CoffeeHandler (line 2) | class CoffeeHandler < FileTypeHandler #:nodoc: method parse (line 5) | def parse(input, context) method content_type (line 10) | def content_type method layout? (line 14) | def layout? FILE: lib/serve/handlers/dynamic_handler.rb type Serve (line 3) | module Serve #:nodoc: class DynamicHandler (line 4) | class DynamicHandler < FileTypeHandler #:nodoc: method extensions (line 6) | def self.extensions method extensions (line 12) | def extensions method parse (line 18) | def parse(input, context) class Parser (line 23) | class Parser #:nodoc: method initialize (line 26) | def initialize(context, template_path) method parse (line 32) | def parse(input, ext, locals={}) FILE: lib/serve/handlers/email_handler.rb type Serve (line 1) | module Serve #:nodoc: class EmailHandler (line 2) | class EmailHandler < FileTypeHandler #:nodoc: method parse (line 5) | def parse(string) FILE: lib/serve/handlers/file_type_handler.rb type Serve (line 1) | module Serve #:nodoc: class FileTypeHandler (line 2) | class FileTypeHandler #:nodoc: method handlers (line 3) | def self.handlers method extension (line 7) | def self.extension(*extensions) method extensions (line 13) | def self.extensions method handlers_for (line 17) | def self.handlers_for(path) method configure (line 22) | def self.configure(extension, options) method extension_options (line 26) | def self.extension_options method options_for (line 30) | def self.options_for(extension) method initialize (line 35) | def initialize(root_path, template_path, extension) method process (line 41) | def process(input, context) method content_type (line 45) | def content_type method layout? (line 49) | def layout? method parse (line 53) | def parse(input, context) FILE: lib/serve/handlers/less_handler.rb type Serve (line 1) | module Serve #:nodoc: class LessHandler (line 7) | class LessHandler < FileTypeHandler #:nodoc: method parse (line 10) | def parse(string, context) method content_type (line 15) | def content_type FILE: lib/serve/handlers/redirect_handler.rb type Serve (line 1) | module Serve #:nodoc: class RedirectHandler (line 2) | class RedirectHandler < FileTypeHandler #:nodoc: method process (line 5) | def process(input, context) method layout? (line 14) | def layout? FILE: lib/serve/handlers/sass_handler.rb type Serve (line 1) | module Serve #:nodoc: class SassHandler (line 7) | class SassHandler < FileTypeHandler #:nodoc: method parse (line 10) | def parse(string, context) method syntax (line 20) | def syntax method content_type (line 28) | def content_type FILE: lib/serve/javascripts.rb type Serve (line 4) | module Serve type JavaScripts (line 5) | module JavaScripts function fetch_javascript (line 17) | def fetch_javascript(framework, download_path) function supported_javascript_frameworks (line 24) | def supported_javascript_frameworks function valid_javascript_framework? (line 28) | def valid_javascript_framework?(framework) function javascript_filename (line 33) | def javascript_filename(framework, path) function javascript_framework_url (line 37) | def javascript_framework_url(framework) function jquery_url (line 41) | def jquery_url function jquery_ui_url (line 45) | def jquery_ui_url function mootools_url (line 49) | def mootools_url function prototype_url (line 53) | def prototype_url function scriptaculous_url (line 57) | def scriptaculous_url FILE: lib/serve/out.rb type Serve (line 3) | module Serve #:nodoc: type Out (line 6) | module Out #:nodoc: function stdout (line 17) | def stdout function stdout= (line 21) | def stdout=(value) function stderr (line 25) | def stderr function stderr= (line 29) | def stderr=(value) function puts (line 33) | def puts(*args) function print (line 37) | def print(*args) function log_action (line 42) | def log_action(name, message) function log_error (line 50) | def log_error(name, message) function color_msg (line 58) | def color_msg(pigment, *args) function color (line 67) | def color(pigment) FILE: lib/serve/path.rb type Serve (line 4) | module Serve #:nodoc: type Path (line 5) | module Path #:nodoc: function normalize_path (line 8) | def normalize_path(*paths) function glob_path (line 14) | def glob_path(path, directories = false) FILE: lib/serve/pipeline.rb type Serve (line 3) | module Serve class Pipeline (line 4) | class Pipeline method handles? (line 5) | def self.handles?(path) method build (line 9) | def self.build(root, path) method initialize (line 15) | def initialize(root_path, path) method find_layout_for (line 21) | def find_layout_for(template_path) method process (line 42) | def process(request, response) class Template (line 50) | class Template method initialize (line 52) | def initialize(file, root_path) method content_type (line 59) | def content_type method process (line 63) | def process(context) method layout? (line 69) | def layout? method passthrough? (line 73) | def passthrough? class Passthrough (line 77) | class Passthrough method initialize (line 78) | def initialize(template) method process (line 82) | def process(context) method layout? (line 85) | def layout? method content_type (line 89) | def content_type method passthrough? (line 93) | def passthrough? class Context (line 99) | class Context #:nodoc: method initialize (line 103) | def initialize(root_path, request, response) method install_view_helpers (line 109) | def install_view_helpers FILE: lib/serve/project.rb type Serve (line 6) | module Serve #:nodoc: class Project (line 11) | class Project #:nodoc: method initialize (line 14) | def initialize(options) method create (line 21) | def create method create (line 35) | def self.create(options={}) method convert (line 40) | def convert method convert (line 59) | def self.convert(options={}) method setup_base (line 70) | def setup_base method copy_project_template (line 85) | def copy_project_template(name) method install_javascript_framework (line 108) | def install_javascript_framework(framework) method copy_readme (line 127) | def copy_readme method post_create_message (line 132) | def post_create_message(action_message = "You created a new Serve pr... method post_convert_message (line 153) | def post_convert_message method read_bootstrap_file (line 165) | def read_bootstrap_file(name, eval = false) method create_file (line 171) | def create_file(file, contents, exists=:noisy) method create_empty_file (line 182) | def create_empty_file(file) method make_path (line 188) | def make_path(path=nil) method move_file (line 199) | def move_file(from, to) method default_templates_directory (line 209) | def default_templates_directory method lookup_template_directory (line 213) | def lookup_template_directory(name) FILE: lib/serve/rack.rb type Serve (line 4) | module Serve class Request (line 5) | class Request < Rack::Request method get_params (line 7) | def get_params method post_params (line 13) | def post_params method params (line 18) | def params method protocol (line 27) | def protocol method headers (line 32) | def headers method request_uri (line 37) | def request_uri method request_uri= (line 42) | def request_uri=(s) class Response (line 47) | class Response < Rack::Response method body= (line 50) | def body=(value) class Headers (line 63) | class Headers < Hash method initialize (line 64) | def initialize(*args) method [] (line 73) | def [](header_name) method env_name (line 83) | def env_name(header_name) class RackAdapter (line 88) | class RackAdapter method initialize (line 92) | def initialize(root) method call (line 97) | def call(env) method process (line 107) | def process(request, response) method not_found (line 128) | def not_found(request, response) method rewrite (line 135) | def rewrite(request, response, path) FILE: lib/serve/router.rb type Serve (line 1) | module Serve type Router (line 2) | module Router function resolve (line 6) | def self.resolve(root, path) function normalize_path (line 36) | def self.normalize_path(path) function best_match (line 42) | def self.best_match(path) FILE: lib/serve/templates/default/views/view_helpers.rb type ViewHelpers (line 6) | module ViewHelpers function copyright_years (line 9) | def copyright_years(start_year) function hidden (line 19) | def hidden(&block) FILE: lib/serve/version.rb type Serve (line 1) | module Serve #:nodoc: function version (line 2) | def self.version FILE: lib/serve/view_helpers.rb type Serve (line 1) | module Serve #:nodoc: type EscapeHelpers (line 4) | module EscapeHelpers function html_escape (line 17) | def html_escape(s) function json_escape (line 31) | def json_escape(s) type ContentHelpers (line 37) | module ContentHelpers function content_for (line 38) | def content_for(symbol, content = nil, &block) function content_for? (line 44) | def content_for?(symbol) function get_content_for (line 48) | def get_content_for(symbol = :content) function set_content_for (line 56) | def set_content_for(symbol, value) function capture_erb (line 60) | def capture_erb(&block) function capture (line 71) | def capture(&block) function engine_name (line 82) | def engine_name function script_extension (line 86) | def script_extension type FlashHelpers (line 91) | module FlashHelpers function flash (line 92) | def flash type ParamHelpers (line 97) | module ParamHelpers function params (line 100) | def params function boolean_param (line 106) | def boolean_param(key, default = false) type RenderHelpers (line 118) | module RenderHelpers function render (line 119) | def render(partial, options={}) function render_partial (line 135) | def render_partial(partial, options={}) function render_template (line 139) | def render_template(template, options={}) function template_filename (line 155) | def template_filename(path, template, options) function extname (line 163) | def extname(filename) type TagHelpers (line 170) | module TagHelpers function content_tag (line 171) | def content_tag(name, content, html_options={}) function tag (line 175) | def tag(name, html_options={}) function image_tag (line 179) | def image_tag(src, html_options = {}) function image (line 183) | def image(name, options = {}) function javascript_tag (line 187) | def javascript_tag(content = nil, html_options = {}) function link_to (line 191) | def link_to(name, href, html_options = {}) function link_to_function (line 198) | def link_to_function(name, *args, &block) function mail_to (line 206) | def mail_to(email_address, name = nil, html_options = {}) function javascript_include_tag (line 264) | def javascript_include_tag(*sources) function stylesheet_link_tag (line 291) | def stylesheet_link_tag(*sources) function cdata_section (line 306) | def cdata_section(content) function javascript_cdata_section (line 310) | def javascript_cdata_section(content) #:nodoc: function html_attributes (line 314) | def html_attributes(options) function ensure_extension (line 339) | def ensure_extension(source, extension) function ensure_path (line 358) | def ensure_path(source, path) function extract_options! (line 374) | def extract_options!(array) type ViewHelpers (line 379) | module ViewHelpers #:nodoc: FILE: spec/application_spec.rb function parse (line 142) | def parse(*args) FILE: spec/project_spec.rb class SilentOut (line 9) | class SilentOut method puts (line 10) | def puts(*args); end method print (line 11) | def print(*args); end function exists? (line 100) | def exists?(filename) FILE: spec/router_spec.rb function resolve (line 58) | def resolve(name) FILE: spec/views/view_helpers.rb type ViewHelpers (line 5) | module ViewHelpers function hello (line 8) | def hello(name) function hidden (line 13) | def hidden(&block) function image (line 18) | def image(name, options = {}) function copyright_years (line 25) | def copyright_years(start_year) FILE: tasks/undefine.rake function undefine_task (line 1) | def undefine_task(*names) FILE: tasks/website.rake function ok_failed (line 1) | def ok_failed(condition) FILE: test_project/view_helpers.rb type ViewHelpers (line 1) | module ViewHelpers function custom_method (line 3) | def custom_method FILE: website/public/javascripts/jquery.colorbox-min.js function bc (line 4) | function bc(b){if(!U){P=b,_(),y=a(P),Q=0,K.rel!=="nofollow"&&(y=a("."+g)... function bb (line 4) | function bb(){var a,b=f+"Slideshow_",c="click."+f,d,e,g;K.slideshow&&y[1... function ba (line 4) | function ba(b,c){c&&c.call(P),a.event.trigger(b)} function _ (line 4) | function _(b){K=a.extend({},a.data(P,e));for(b in K)a.isFunction(K[b])&&... function $ (line 4) | function $(a){return K.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:... function Z (line 4) | function Z(a,b){return Math.round((/%/.test(a)?(b==="x"?z.width():z.heig... function Y (line 4) | function Y(c,d,e){e=b.createElement("div"),c&&(e.id=f+c),e.style.cssText... function g (line 4) | function g(a){u[0].style.width=x[0].style.width=t[0].style.width=a.style... function h (line 4) | function h(){K.h=K.h||A.height(),K.h=K.mh&&K.mh