Searched +refs:eval +refs:when (Results 26 - 50 of 78) sorted by relevance

1234

/macosx-10.10/vim-55/runtime/syntax/
H A Dtf.vim13 " For version 6.x: Quit when a syntax file was already loaded
87 syn keyword tfStatement dc def dokey echo edit escape eval export expr fg for contained
164 " For version 5.7 and earlier: only when not done already
165 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dbtm.vim15 " For version 6.x: Quit when a syntax file was already loaded
101 syn keyword btmBuiltInFunc contained doy ems eval exec execstr
187 " For version 5.7 and earlier: only when not done already
188 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dmonk.vim25 " For version 6.x: Quit when a syntax file was already loaded
104 syn keyword monkFunc char-ready? load transcript-on transcript-off eval
201 " For version 5.7 and earlier: only when not done already
202 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dspec.vim8 " For version 6.x: Quit when a syntax file was already loaded
65 syn keyword specCommand contained make xmkmf mkdir chmod ln find sed rm strip moc echo grep ls rm mv mkdir install cp pwd cat tail then else elif cd gzip rmdir ln eval export touch
161 " For version 5.7 and earlier: only when not done already
162 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Druby.vim127 syn region rubyRegexp matchgroup=rubyRegexpDelimiter start="\%(\%(^\|\<\%(and\|or\|while\|until\|unless\|if\|elsif\|when\|not\|then\|else\)\|[;\~=!|&(,[>]\)\s*\)\@<=/" end="/[iomxneus]*" skip="\\\\\|\\/" contains=@rubyRegexpSpecial keepend fold
231 syn match rubyConditional "\<\%(then\|else\|when\)\>[?!]\@!" contained containedin=rubyCaseExpression
250 syn match rubyControl "\<\%(case\|begin\|do\|for\|if\|unless\|while\|until\|else\|elsif\|ensure\|then\|when\|end\)\>[?!]\@!"
261 syn keyword rubyEval eval class_eval instance_eval module_eval
280 " Note: this is a hack to prevent 'keywords' being highlighted as such when called as methods with an explicit receiver
284 syn match rubyKeywordAsMethod "\%(\%(\.\@<!\.\)\|::\)\_s*\%(undef\|unless\|until\|when\|while\|yield\|BEGIN\|END\|__FILE__\|__LINE__\)\>" transparent contains=NONE
291 syn match rubyKeywordAsMethod "\%(\%(\.\@<!\.\)\|::\)\_s*\%(eval\|class_eval\|instance_eval\|module_eval\|exit\)\>" transparent contains=NONE
H A Dlisp.vim15 " For vim-version 6.x: Quit when a syntax file was already loaded
124 syn keyword lispFunc array-has-fill-pointer-p get-setf-method read-eval-print
361 syn keyword lispFunc eval package-nicknames vector-push
362 syn keyword lispFunc eval-when package-shadowing-symbols vector-push-extend
366 syn keyword lispFunc exp pairlis when
469 " eval-when situations
472 syn keyword lispKey :while :until :for :do :if :then :else :when :unless :in
499 syn keyword lispVar *debug-io* *print-escape* *read-eval*
[all...]
H A Dpython.vim41 " For version 6.x: Quit when a syntax file was already loaded.
58 " We include Python 3.0 features, but when a definition is duplicated,
175 syn keyword pythonBuiltin enumerate eval filter float format
H A Dmoo.vim7 " Quit when a syntax file was already loaded
95 syn keyword mooKnownBuiltinFunction abs acos add_property add_verb asin atan binary_hash boot_player buffered_output_length callers caller_perms call_function ceil children chparent clear_property connected_players connected_seconds connection_name connection_option connection_options cos cosh create crypt ctime db_disk_size decode_binary delete_property delete_verb disassemble dump_database encode_binary equal eval exp floatstr floor flush_input force_input function_info idle_seconds index is_clear_property is_member is_player kill_task length listappend listdelete listen listeners listinsert listset log log10 match max max_object memory_usage min move notify object_bytes open_network_connection output_delimiters parent pass players properties property_info queued_tasks queue_info raise random read recycle renumber reset_max_object resume rindex rmatch seconds_left server_log server_version setadd setremove set_connection_option set_player_flag set_property_info set_task_perms set_verb_args set_verb_code set_verb_info shutdown sin sinh sqrt strcmp string_hash strsub substitute suspend tan tanh task_id task_stack ticks_left time tofloat toint toliteral tonum toobj tostr trunc typeof unlisten valid value_bytes value_hash verbs verb_args verb_code verb_info contained
H A Dreva.vim11 " For version 6.x: Quit when a syntax file was already loaded
99 Builtin endcase endof eval exception exec false find func: header heapgone help help/
H A Dvoscm.vim10 " For version 6.x: Quit when a syntax file was already loaded
19 syn match voscmStatement "&\(label\|begin_parameters\|end_parameters\|goto\|attach_input\|break\|continue\|control\|detach_input\|display_line\|display_line_partial\|echo\|eof\|eval\|if\|mode\|return\|while\|set\|set_string\|then\|else\|do\|done\|end\)\>"
H A Dhamster.vim15 " For version 6.x: Quit when a syntax file was already loaded
92 syn keyword hamsterSpecial eval
361 " For version 5.7 and earlier: only when not done already
362 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dtcl.vim16 " For version 6.x: Quit when a syntax file was already loaded
25 syn keyword tclCommand close concat dde dict encoding eof error eval exec exit
155 syn keyword tcltkNamespaceSwitch contained children code current delete eval
237 " For version 5.7 and earlier: only when not done already
238 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dscheme.vim18 " For version 6.x: Quit when a syntax file was already loaded
110 syn keyword schemeFunc char-ready? load transcript-on transcript-off eval
206 syn keyword schemeExtSyntax with-handlers when unless instantiate define-struct case-lambda syntax-case
294 " For version 5.7 and earlier: only when not done already
295 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dskill.vim13 " For version 6.x: Quit when a syntax file was already loaded
139 syn match skillFunction "(eval\>"hs=s+1
140 syn match skillFunction "\<eval("he=e-1
472 syn match skillConditional "(when\>"hs=s+1
473 syn match skillConditional "\<when("he=e-1
528 " For version 5.7 and earlier: only when not done already
529 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dmush.vim7 " For version 6.x: Quit when a syntax file was already loaded
31 syntax keyword mushFunction contained eq escape etimefmt eval exit exp extract fdiv
91 " only highligh functions when they have an in-bracket immediately after
H A Dmaxima.vim10 " For version 6.x: Quit when a syntax file was already loaded
79 syn keyword maximaFunc %e_to_numlog euler ev eval evenp every evflag evfun evundiff
237 " For version 5.7 and earlier: only when not done already
238 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Drpl.vim10 " For version 6.x: Quit when a syntax file was already loaded
54 syntax match rplStatement "\(^\|\s\+\)eval\ze\($\|\s\+\)"
417 " For version 5.7 and earlier: only when not done already
418 " For version 5.8 and later: only when an item doesn't have highlighting yet
/macosx-10.10/vim-55/runtime/autoload/
H A Dpython3complete.vim11 " Add an "unsafe eval" mode, to allow for return type evaluation
25 " * Fixed a scoping issue when working inside a parameterless function
38 " * Fixed import handling when flattening scope
52 "findstart = 1 when we need to get the text length
70 "findstart = 0 when we need to return the list of completions
107 cmpl.evalsource('\n'.join(vim.current.buffer),vim.eval("line('.')"))
200 result = eval(_sanitize(stmt[:-1]), self.compldict)
211 result = eval(stmt, self.compldict)
523 #p.parse(vim.current.buffer[:],vim.eval("line('.')"))
H A Dpythoncomplete.vim9 " Add an "unsafe eval" mode, to allow for return type evaluation
23 " * Fixed a scoping issue when working inside a parameterless function
36 " * Fixed import handling when flattening scope
50 "findstart = 1 when we need to get the text length
68 "findstart = 0 when we need to return the list of completions
124 cmpl.evalsource('\n'.join(vim.current.buffer),vim.eval("line('.')"))
218 result = eval(_sanitize(stmt[:-1]), self.compldict)
229 result = eval(stmt, self.compldict)
541 #p.parse(vim.current.buffer[:],vim.eval("line('.')"))
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim25 " function to be called when <CR> is hit in the option-window
59 " function to be called when <Space> is hit in the option-window
270 call append("$", "ignorecase\tignore case when using a search pattern")
272 call append("$", "smartcase\toverride 'ignorecase' when pattern has upper case characters")
312 call append("$", "cscopeverbose\tgive messages when adding a cscope database")
392 call append("$", "filetype\ttype of file; triggers the FileType event when set")
438 call append("$", "laststatus\t0, 1 or 2; when to use a status line for the last window")
444 call append("$", "equalalways\tmake all windows the same size when adding/removing windows")
475 call append("$", "hidden\tdon't unload a buffer when no longer shown in a window")
477 call append("$", "switchbuf\t\"useopen\" and/or \"split\"; which window to use when jumpin
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm1104 # 1) We find that we're really invoking eval() in which case the
1107 # that the eval returned.
1109 # 2) We find that we're invoking something called eval() that is not
1110 # the real eval. Then the slow_path returns the PC of the thing to
1122 # - A bit to say if the slow_path successfully executed the eval and has
1123 # the return value, or did not execute the eval but has a PC for us
1133 # returns the JS value that the eval returned.
1225 # These opcodes should never arise when using LLInt or either JIT. We assert
/macosx-10.10/vim-55/src/
H A DMake_mvc.mak65 # You must set RUBY_VER_LONG when change RUBY_VER.
72 # You must set TCL_VER_LONG when you set TCL_VER.
488 $(OUTDIR)\eval.obj \
853 # Generate edit-and-continue debug info when no optimization - allows to
1007 $(OUTDIR)/eval.obj: $(OUTDIR) eval.c $(INCL)
1182 proto/eval.pro \
/macosx-10.10/emacs-93/emacs/etc/
H A Drefcard.tex12 % only when columnsperpage is 2 or 3.
168 % This next line is useful when designing the layout.
629 \key{eval {\bf sexp} before point}{C-x C-e}
630 \key{eval current {\bf defun}}{C-M-x}
631 \metax{eval {\bf region}}{M-x eval-region}
632 \key{read and eval minibuffer}{M-:}
H A Dpl-refcard.tex172 % This next line is useful when designing the layout.
931 %\key{eval {\bf sexp} before point}{C-x C-e}
932 %\key{eval current {\bf defun}}{C-M-x}
933 %\metax{eval {\bf region}}{M-x eval-region}
934 %\key{read and eval minibuffer}{M-:}
938 \metax{oblicz s-wyra/zenia w {\bf obszarze}}{M-x eval-region}
H A Dorgcard.tex12 % double-side page when printed.
158 % This next line is useful when designing the layout.
351 The following commands work when the cursor is {\it inside a table}.
384 \key{set and eval column formula}{C-c =}
385 \key{set and eval field formula}{C-u C-c =}

Completed in 137 milliseconds

1234