OLD | NEW |
(Empty) | |
| 1 (function() { |
| 2 function keywords(str) { |
| 3 var obj = {}, words = str.split(" "); |
| 4 for (var i = 0; i < words.length; ++i) obj[words[i]] = true; |
| 5 return obj; |
| 6 } |
| 7 function heredoc(delim) { |
| 8 return function(stream, state) { |
| 9 if (stream.match(delim)) state.tokenize = null; |
| 10 else stream.skipToEnd(); |
| 11 return "string"; |
| 12 }; |
| 13 } |
| 14 var phpConfig = { |
| 15 name: "clike", |
| 16 keywords: keywords("abstract and array as break case catch class clone const
continue declare default " + |
| 17 "do else elseif enddeclare endfor endforeach endif endswi
tch endwhile extends final " + |
| 18 "for foreach function global goto if implements interface
instanceof namespace " + |
| 19 "new or private protected public static switch throw trai
t try use var while xor " + |
| 20 "die echo empty exit eval include include_once isset list
require require_once return " + |
| 21 "print unset __halt_compiler self static parent"), |
| 22 blockKeywords: keywords("catch do else elseif for foreach if switch try whil
e"), |
| 23 atoms: keywords("true false null TRUE FALSE NULL __CLASS__ __DIR__ __FILE__
__LINE__ __METHOD__ __FUNCTION__ __NAMESPACE__"), |
| 24 builtin: keywords("func_num_args func_get_arg func_get_args strlen strcmp st
rncmp strcasecmp strncasecmp each error_reporting define defined trigger_error u
ser_error set_error_handler restore_error_handler get_declared_classes get_loade
d_extensions extension_loaded get_extension_funcs debug_backtrace constant bin2h
ex sleep usleep time mktime gmmktime strftime gmstrftime strtotime date gmdate g
etdate localtime checkdate flush wordwrap htmlspecialchars htmlentities html_ent
ity_decode md5 md5_file crc32 getimagesize image_type_to_mime_type phpinfo phpve
rsion phpcredits strnatcmp strnatcasecmp substr_count strspn strcspn strtok strt
oupper strtolower strpos strrpos strrev hebrev hebrevc nl2br basename dirname pa
thinfo stripslashes stripcslashes strstr stristr strrchr str_shuffle str_word_co
unt strcoll substr substr_replace quotemeta ucfirst ucwords strtr addslashes add
cslashes rtrim str_replace str_repeat count_chars chunk_split trim ltrim strip_t
ags similar_text explode implode setlocale localeconv parse_str str_pad chop str
chr sprintf printf vprintf vsprintf sscanf fscanf parse_url urlencode urldecode
rawurlencode rawurldecode readlink linkinfo link unlink exec system escapeshellc
md escapeshellarg passthru shell_exec proc_open proc_close rand srand getrandmax
mt_rand mt_srand mt_getrandmax base64_decode base64_encode abs ceil floor round
is_finite is_nan is_infinite bindec hexdec octdec decbin decoct dechex base_con
vert number_format fmod ip2long long2ip getenv putenv getopt microtime gettimeof
day getrusage uniqid quoted_printable_decode set_time_limit get_cfg_var magic_qu
otes_runtime set_magic_quotes_runtime get_magic_quotes_gpc get_magic_quotes_runt
ime import_request_variables error_log serialize unserialize memory_get_usage va
r_dump var_export debug_zval_dump print_r highlight_file show_source highlight_s
tring ini_get ini_get_all ini_set ini_alter ini_restore get_include_path set_inc
lude_path restore_include_path setcookie header headers_sent connection_aborted
connection_status ignore_user_abort parse_ini_file is_uploaded_file move_uploade
d_file intval floatval doubleval strval gettype settype is_null is_resource is_b
ool is_long is_float is_int is_integer is_double is_real is_numeric is_string is
_array is_object is_scalar ereg ereg_replace eregi eregi_replace split spliti jo
in sql_regcase dl pclose popen readfile rewind rmdir umask fclose feof fgetc fge
ts fgetss fread fopen fpassthru ftruncate fstat fseek ftell fflush fwrite fputs
mkdir rename copy tempnam tmpfile file file_get_contents stream_select stream_co
ntext_create stream_context_set_params stream_context_set_option stream_context_
get_options stream_filter_prepend stream_filter_append fgetcsv flock get_meta_ta
gs stream_set_write_buffer set_file_buffer set_socket_blocking stream_set_blocki
ng socket_set_blocking stream_get_meta_data stream_register_wrapper stream_wrapp
er_register stream_set_timeout socket_set_timeout socket_get_status realpath fnm
atch fsockopen pfsockopen pack unpack get_browser crypt opendir closedir chdir g
etcwd rewinddir readdir dir glob fileatime filectime filegroup fileinode filemti
me fileowner fileperms filesize filetype file_exists is_writable is_writeable is
_readable is_executable is_file is_dir is_link stat lstat chown touch clearstatc
ache mail ob_start ob_flush ob_clean ob_end_flush ob_end_clean ob_get_flush ob_g
et_clean ob_get_length ob_get_level ob_get_status ob_get_contents ob_implicit_fl
ush ob_list_handlers ksort krsort natsort natcasesort asort arsort sort rsort us
ort uasort uksort shuffle array_walk count end prev next reset current key min m
ax in_array array_search extract compact array_fill range array_multisort array_
push array_pop array_shift array_unshift array_splice array_slice array_merge ar
ray_merge_recursive array_keys array_values array_count_values array_reverse arr
ay_reduce array_pad array_flip array_change_key_case array_rand array_unique arr
ay_intersect array_intersect_assoc array_diff array_diff_assoc array_sum array_f
ilter array_map array_chunk array_key_exists pos sizeof key_exists assert assert
_options version_compare ftok str_rot13 aggregate session_name session_module_na
me session_save_path session_id session_regenerate_id session_decode session_reg
ister session_unregister session_is_registered session_encode session_start sess
ion_destroy session_unset session_set_save_handler session_cache_limiter session
_cache_expire session_set_cookie_params session_get_cookie_params session_write_
close preg_match preg_match_all preg_replace preg_replace_callback preg_split pr
eg_quote preg_grep overload ctype_alnum ctype_alpha ctype_cntrl ctype_digit ctyp
e_lower ctype_graph ctype_print ctype_punct ctype_space ctype_upper ctype_xdigit
virtual apache_request_headers apache_note apache_lookup_uri apache_child_termi
nate apache_setenv apache_response_headers apache_get_version getallheaders mysq
l_connect mysql_pconnect mysql_close mysql_select_db mysql_create_db mysql_drop_
db mysql_query mysql_unbuffered_query mysql_db_query mysql_list_dbs mysql_list_t
ables mysql_list_fields mysql_list_processes mysql_error mysql_errno mysql_affec
ted_rows mysql_insert_id mysql_result mysql_num_rows mysql_num_fields mysql_fetc
h_row mysql_fetch_array mysql_fetch_assoc mysql_fetch_object mysql_data_seek mys
ql_fetch_lengths mysql_fetch_field mysql_field_seek mysql_free_result mysql_fiel
d_name mysql_field_table mysql_field_len mysql_field_type mysql_field_flags mysq
l_escape_string mysql_real_escape_string mysql_stat mysql_thread_id mysql_client
_encoding mysql_get_client_info mysql_get_host_info mysql_get_proto_info mysql_g
et_server_info mysql_info mysql mysql_fieldname mysql_fieldtable mysql_fieldlen
mysql_fieldtype mysql_fieldflags mysql_selectdb mysql_createdb mysql_dropdb mysq
l_freeresult mysql_numfields mysql_numrows mysql_listdbs mysql_listtables mysql_
listfields mysql_db_name mysql_dbname mysql_tablename mysql_table_name pg_connec
t pg_pconnect pg_close pg_connection_status pg_connection_busy pg_connection_res
et pg_host pg_dbname pg_port pg_tty pg_options pg_ping pg_query pg_send_query pg
_cancel_query pg_fetch_result pg_fetch_row pg_fetch_assoc pg_fetch_array pg_fetc
h_object pg_fetch_all pg_affected_rows pg_get_result pg_result_seek pg_result_st
atus pg_free_result pg_last_oid pg_num_rows pg_num_fields pg_field_name pg_field
_num pg_field_size pg_field_type pg_field_prtlen pg_field_is_null pg_get_notify
pg_get_pid pg_result_error pg_last_error pg_last_notice pg_put_line pg_end_copy
pg_copy_to pg_copy_from pg_trace pg_untrace pg_lo_create pg_lo_unlink pg_lo_open
pg_lo_close pg_lo_read pg_lo_write pg_lo_read_all pg_lo_import pg_lo_export pg_
lo_seek pg_lo_tell pg_escape_string pg_escape_bytea pg_unescape_bytea pg_client_
encoding pg_set_client_encoding pg_meta_data pg_convert pg_insert pg_update pg_d
elete pg_select pg_exec pg_getlastoid pg_cmdtuples pg_errormessage pg_numrows pg
_numfields pg_fieldname pg_fieldsize pg_fieldtype pg_fieldnum pg_fieldprtlen pg_
fieldisnull pg_freeresult pg_result pg_loreadall pg_locreate pg_lounlink pg_loop
en pg_loclose pg_loread pg_lowrite pg_loimport pg_loexport echo print global sta
tic exit array empty eval isset unset die include require include_once require_o
nce"), |
| 25 multiLineStrings: true, |
| 26 hooks: { |
| 27 "$": function(stream) { |
| 28 stream.eatWhile(/[\w\$_]/); |
| 29 return "variable-2"; |
| 30 }, |
| 31 "<": function(stream, state) { |
| 32 if (stream.match(/<</)) { |
| 33 stream.eatWhile(/[\w\.]/); |
| 34 state.tokenize = heredoc(stream.current().slice(3)); |
| 35 return state.tokenize(stream, state); |
| 36 } |
| 37 return false; |
| 38 }, |
| 39 "#": function(stream) { |
| 40 while (!stream.eol() && !stream.match("?>", false)) stream.next(); |
| 41 return "comment"; |
| 42 }, |
| 43 "/": function(stream) { |
| 44 if (stream.eat("/")) { |
| 45 while (!stream.eol() && !stream.match("?>", false)) stream.next(); |
| 46 return "comment"; |
| 47 } |
| 48 return false; |
| 49 } |
| 50 } |
| 51 }; |
| 52 |
| 53 CodeMirror.defineMode("php", function(config, parserConfig) { |
| 54 var htmlMode = CodeMirror.getMode(config, "text/html"); |
| 55 var phpMode = CodeMirror.getMode(config, phpConfig); |
| 56 |
| 57 function dispatch(stream, state) { |
| 58 var isPHP = state.curMode == phpMode; |
| 59 if (stream.sol() && state.pending != '"') state.pending = null; |
| 60 if (!isPHP) { |
| 61 if (stream.match(/^<\?\w*/)) { |
| 62 state.curMode = phpMode; |
| 63 state.curState = state.php; |
| 64 return "meta"; |
| 65 } |
| 66 if (state.pending == '"') { |
| 67 while (!stream.eol() && stream.next() != '"') {} |
| 68 var style = "string"; |
| 69 } else if (state.pending && stream.pos < state.pending.end) { |
| 70 stream.pos = state.pending.end; |
| 71 var style = state.pending.style; |
| 72 } else { |
| 73 var style = htmlMode.token(stream, state.curState); |
| 74 } |
| 75 state.pending = null; |
| 76 var cur = stream.current(), openPHP = cur.search(/<\?/); |
| 77 if (openPHP != -1) { |
| 78 if (style == "string" && /\"$/.test(cur) && !/\?>/.test(cur)) state.pe
nding = '"'; |
| 79 else state.pending = {end: stream.pos, style: style}; |
| 80 stream.backUp(cur.length - openPHP); |
| 81 } |
| 82 return style; |
| 83 } else if (isPHP && state.php.tokenize == null && stream.match("?>")) { |
| 84 state.curMode = htmlMode; |
| 85 state.curState = state.html; |
| 86 return "meta"; |
| 87 } else { |
| 88 return phpMode.token(stream, state.curState); |
| 89 } |
| 90 } |
| 91 |
| 92 return { |
| 93 startState: function() { |
| 94 var html = CodeMirror.startState(htmlMode), php = CodeMirror.startState(
phpMode); |
| 95 return {html: html, |
| 96 php: php, |
| 97 curMode: parserConfig.startOpen ? phpMode : htmlMode, |
| 98 curState: parserConfig.startOpen ? php : html, |
| 99 pending: null}; |
| 100 }, |
| 101 |
| 102 copyState: function(state) { |
| 103 var html = state.html, htmlNew = CodeMirror.copyState(htmlMode, html), |
| 104 php = state.php, phpNew = CodeMirror.copyState(phpMode, php), cur; |
| 105 if (state.curMode == htmlMode) cur = htmlNew; |
| 106 else cur = phpNew; |
| 107 return {html: htmlNew, php: phpNew, curMode: state.curMode, curState: cu
r, |
| 108 pending: state.pending}; |
| 109 }, |
| 110 |
| 111 token: dispatch, |
| 112 |
| 113 indent: function(state, textAfter) { |
| 114 if ((state.curMode != phpMode && /^\s*<\//.test(textAfter)) || |
| 115 (state.curMode == phpMode && /^\?>/.test(textAfter))) |
| 116 return htmlMode.indent(state.html, textAfter); |
| 117 return state.curMode.indent(state.curState, textAfter); |
| 118 }, |
| 119 |
| 120 electricChars: "/{}:", |
| 121 blockCommentStart: "/*", |
| 122 blockCommentEnd: "*/", |
| 123 lineComment: "//", |
| 124 |
| 125 innerMode: function(state) { return {state: state.curState, mode: state.cu
rMode}; } |
| 126 }; |
| 127 }, "htmlmixed", "clike"); |
| 128 |
| 129 CodeMirror.defineMIME("application/x-httpd-php", "php"); |
| 130 CodeMirror.defineMIME("application/x-httpd-php-open", {name: "php", startOpen:
true}); |
| 131 CodeMirror.defineMIME("text/x-php", phpConfig); |
| 132 })(); |
OLD | NEW |