Lines Matching refs:when
66 let s:end_middle_regex = '\<\%(ensure\|else\|\%(\%(^\|;\)\s*\)\@<=\<rescue:\@!\>\|when\|elsif\):\@!…
219 "findstart = 1 when we need to get the text length
237 "findstart = 0 when we need to return the list of completions
275 "when", "while",
550 when "app"
557 when "views"
560 when "controllers"
563 when "models"
568 when "db"
675 when /^(\/[^\/]*\/)\.([^.]*)$/ # Regexp
680 when /^([^\]]*\])\.([^.]*)$/ # Array
685 when /^([^\}]*\})\.([^.]*)$/ # Proc or Hash
690 when /^(:[^:.]*)$/ # Symbol
699 when /^::([A-Z][^:\.\(]*)?$/ # Absolute Constant or class methods
704 when /^(((::)?[A-Z][^:.\(]*)+?)::?([^:.]*)$/ # Constant or class methods
719 when /^(:[^:.]+)\.([^.]*)$/ # Symbol
725 when /^([0-9_]+(\.[0-9_]+)?(e[0-9]+)?)\.([^.]*)$/ # Numeric
735 when /^(\$[^.]*)$/ #global
739 when /^((\.?[^.]+)+?)\.([^.]*)$/ # variable
780 when /^\(?\s*[A-Za-z0-9:^@.%\/+*\(\)]+\.\.\.?[A-Za-z0-9:^@.%\/+*\(\)]+\s*\)?\.([^.]*)/
784 when /^\.([^.]*)$/ # unknown(maybe String)