Searched +refs:global +refs:unset +refs:key (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-cmd.el40 (defvar viper--key-maps)
41 (defvar viper--intercept-key-maps)
230 (memq (viper-event-key last-command-event)
420 (define-key viper-insert-basic-map "\C-m" 'viper-autoindent)
423 (define-key viper-insert-basic-map "\C-j" nil)
425 (define-key viper-insert-basic-map "\C-j" 'viper-autoindent)))
426 (define-key viper-insert-basic-map "\C-m" nil)
427 (define-key viper-insert-basic-map "\C-j" nil))
434 (define-key viper-insert-basic-map "\C-h" 'help-command)
435 (define-key vipe
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dphp.vim140 syn keyword phpFunctions array_change_key_case array_chunk array_combine array_count_values array_diff_assoc array_diff_uassoc array_diff array_fill array_filter array_flip array_intersect_assoc array_intersect array_key_exists array_keys array_map array_merge_recursive array_merge array_multisort array_pad array_pop array_push array_rand array_reduce array_reverse array_search array_shift array_slice array_splice array_sum array_udiff_assoc array_udiff_uassoc array_udiff array_unique array_unshift array_values array_walk array arsort asort compact count current each end extract in_array key krsort ksort list natcasesort natsort next pos prev range reset rsort shuffle sizeof sort uasort uksort usort contained
179 syn keyword phpMethods key langdepvalue value values checkin checkout children mimetype read content copy dbstat dcstat dstanchors dstofsrcanchors count reason find ftstat hwstat identify info insert insertanchor insertcollection insertdocument link lock move assign attreditable count insert remove title value object objectbyanchor parents description type remove replace setcommitedversion srcanchors srcsofdst unlock user userlist contained
251 syn keyword phpFunctions doubleval empty floatval get_defined_vars get_resource_type gettype import_request_variables intval is_array is_bool is_callable is_double is_float is_int is_integer is_long is_null is_numeric is_object is_real is_resource is_scalar is_string isset print_r serialize settype strval unserialize unset var_dump var_export contained
423 syn keyword phpStorageClass global contained
442 syn keyword phpStorageClass final global private protected public static contained
451 syn keyword phpStorageClass final global private protected public static contained
456 " Some of these changes (highlighting isset/unset/echo etc) are not so
528 " - isset()/unset()/empty() are not real functions.
535 \ user_error trigger_error isset unset eval extract compact empty
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim750 \ 'global':'',
1049 \ 'apc_define_constants(': 'string key, array constants [, bool case_sensitive] | bool',
1050 \ 'apc_delete(': 'string key | bool',
1051 \ 'apc_fetch(': 'string key | mixed',
1052 \ 'apc_load_constants(': 'string key [, bool case_sensitive] | bool',
1054 \ 'apc_store(': 'string key, mixed var [, int ttl] | bool',
1087 \ 'array_key_exists(': 'mixed key, array search | bool',
1414 \ 'dba_delete(': 'string key, resource handle | bool',
1415 \ 'dba_exists(': 'string key, resource handle | bool',
1416 \ 'dba_fetch(': 'string key, resourc
[all...]

Completed in 188 milliseconds