summaryrefslogtreecommitdiff
path: root/pygments/lexers
diff options
context:
space:
mode:
authorEricFromCanada <eric3knibbe@gmail.com>2015-07-21 11:45:22 -0400
committerEricFromCanada <eric3knibbe@gmail.com>2015-07-21 11:45:22 -0400
commit1dd59da29be1cc8a3c47dff4f03452f76595070f (patch)
tree0dd1358370923737db4ebc3a01c3fab870a7d3b9 /pygments/lexers
parentdf288d5655c0c5fbd6ed9b4f86b99547c8798e69 (diff)
downloadpygments-1dd59da29be1cc8a3c47dff4f03452f76595070f.tar.gz
update Lasso builtins & generator for v9.3
Diffstat (limited to 'pygments/lexers')
-rw-r--r--pygments/lexers/_lasso_builtins.py2169
1 files changed, 1152 insertions, 1017 deletions
diff --git a/pygments/lexers/_lasso_builtins.py b/pygments/lexers/_lasso_builtins.py
index bda47d87..7c6fd6d4 100644
--- a/pygments/lexers/_lasso_builtins.py
+++ b/pygments/lexers/_lasso_builtins.py
@@ -5,16 +5,17 @@
Built-in Lasso types, traits, methods, and members.
- :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
BUILTINS = {
'Types': (
- 'portal_impl',
'array',
'atbegin',
'boolean',
+ 'bson_iter',
+ 'bson',
'bytes_document_body',
'bytes',
'cache_server_element',
@@ -25,21 +26,21 @@ BUILTINS = {
'component_container',
'component_render_state',
'component',
- 'curltoken',
'curl',
+ 'curltoken',
'currency',
'custom',
'data_document',
'database_registry',
- 'dateandtime',
'date',
+ 'dateandtime',
'dbgp_packet',
'dbgp_server',
'debugging_stack',
'decimal',
'delve',
- 'dirdesc',
'dir',
+ 'dirdesc',
'dns_response',
'document_base',
'document_body',
@@ -59,12 +60,13 @@ BUILTINS = {
'fastcgi_server',
'fcgi_record',
'fcgi_request',
+ 'file',
'filedesc',
'filemaker_datasource',
- 'file',
'generateforeachkeyed',
'generateforeachunkeyed',
'generateseries',
+ 'hash_map',
'html_atomic_element',
'html_attr',
'html_base',
@@ -118,16 +120,18 @@ BUILTINS = {
'inline_type',
'integer',
'java_jnienv',
- 'jbytearray',
'jbyte',
- 'jchararray',
+ 'jbytearray',
'jchar',
+ 'jchararray',
'jfieldid',
'jfloat',
'jint',
'jmethodid',
'jobject',
'jshort',
+ 'json_decode',
+ 'json_encode',
'json_literal',
'json_object',
'keyword',
@@ -159,6 +163,10 @@ BUILTINS = {
'memory_session_driver_impl',
'memory_session_driver',
'mime_reader',
+ 'mongo_client',
+ 'mongo_collection',
+ 'mongo_cursor',
+ 'mustache_ctx',
'mysql_session_driver_impl',
'mysql_session_driver',
'net_named_pipe',
@@ -171,9 +179,9 @@ BUILTINS = {
'odbc_session_driver',
'opaque',
'os_process',
- 'pairup',
'pair_compare',
'pair',
+ 'pairup',
'pdf_barcode',
'pdf_chunk',
'pdf_color',
@@ -189,18 +197,19 @@ BUILTINS = {
'pdf_text',
'pdf_typebase',
'percent',
+ 'portal_impl',
'queriable_groupby',
- 'queriable_groupjoin',
'queriable_grouping',
+ 'queriable_groupjoin',
'queriable_join',
- 'queriable_orderbydescending',
'queriable_orderby',
- 'queriable_selectmany',
+ 'queriable_orderbydescending',
'queriable_select',
+ 'queriable_selectmany',
'queriable_skip',
'queriable_take',
- 'queriable_thenbydescending',
'queriable_thenby',
+ 'queriable_thenbydescending',
'queriable_where',
'queue',
'raw_document_body',
@@ -218,8 +227,6 @@ BUILTINS = {
'set',
'signature',
'sourcefile',
- 'sqlite3_stmt',
- 'sqlite3',
'sqlite_column',
'sqlite_currentrow',
'sqlite_db',
@@ -228,6 +235,8 @@ BUILTINS = {
'sqlite_session_driver_impl',
'sqlite_session_driver',
'sqlite_table',
+ 'sqlite3_stmt',
+ 'sqlite3',
'staticarray',
'string',
'sys_process',
@@ -240,6 +249,8 @@ BUILTINS = {
'tree_node',
'tree_nullnode',
'ucal',
+ 'usgcpu',
+ 'usgvm',
'void',
'web_error_atend',
'web_node_base',
@@ -254,23 +265,24 @@ BUILTINS = {
'web_response_impl',
'web_response',
'web_router',
+ 'websocket_handler',
'worker_pool',
- 'xml_domimplementation',
'xml_attr',
'xml_cdatasection',
'xml_characterdata',
'xml_comment',
+ 'xml_document',
'xml_documentfragment',
'xml_documenttype',
- 'xml_document',
+ 'xml_domimplementation',
'xml_element',
- 'xml_entityreference',
'xml_entity',
+ 'xml_entityreference',
'xml_namednodemap_attr',
'xml_namednodemap_ht',
'xml_namednodemap',
- 'xml_nodelist',
'xml_node',
+ 'xml_nodelist',
'xml_notation',
'xml_processinginstruction',
'xml_text',
@@ -306,30 +318,30 @@ BUILTINS = {
'trait_endedfullymutable',
'trait_expandable',
'trait_file',
- 'trait_finiteforeach',
'trait_finite',
- 'trait_foreachtextelement',
+ 'trait_finiteforeach',
'trait_foreach',
+ 'trait_foreachtextelement',
'trait_frontcontractible',
'trait_frontended',
'trait_frontexpandable',
'trait_fullymutable',
- 'trait_generatorcentric',
'trait_generator',
+ 'trait_generatorcentric',
'trait_hashable',
'trait_json_serialize',
+ 'trait_keyed',
'trait_keyedfinite',
'trait_keyedforeach',
'trait_keyedmutable',
- 'trait_keyed',
'trait_list',
'trait_map',
'trait_net',
'trait_pathcomponents',
'trait_positionallykeyed',
'trait_positionallysearchable',
- 'trait_queriablelambda',
'trait_queriable',
+ 'trait_queriablelambda',
'trait_readbytes',
'trait_readstring',
'trait_scalar',
@@ -356,8 +368,124 @@ BUILTINS = {
'web_node',
),
'Unbound Methods': (
- 'curlauth_anysafe',
+ 'abort_clear',
+ 'abort_now',
+ 'abort',
+ 'action_param',
+ 'action_params',
+ 'action_statement',
+ 'admin_authorization',
+ 'admin_currentgroups',
+ 'admin_currentuserid',
+ 'admin_currentusername',
+ 'admin_getpref',
+ 'admin_initialize',
+ 'admin_lassoservicepath',
+ 'admin_removepref',
+ 'admin_setpref',
+ 'admin_userexists',
+ 'all',
+ 'auth_admin',
+ 'auth_check',
+ 'auth_custom',
+ 'auth_group',
+ 'auth_prompt',
+ 'auth_user',
+ 'bom_utf16be',
+ 'bom_utf16le',
+ 'bom_utf32be',
+ 'bom_utf32le',
+ 'bom_utf8',
+ 'bw',
+ 'capture_nearestloopabort',
+ 'capture_nearestloopcontinue',
+ 'capture_nearestloopcount',
+ 'checked',
+ 'cipher_decrypt_private',
+ 'cipher_decrypt_public',
+ 'cipher_decrypt',
+ 'cipher_digest',
+ 'cipher_encrypt_private',
+ 'cipher_encrypt_public',
+ 'cipher_encrypt',
+ 'cipher_generate_key',
+ 'cipher_hmac',
+ 'cipher_keylength',
+ 'cipher_list',
+ 'cipher_open',
+ 'cipher_seal',
+ 'cipher_sign',
+ 'cipher_verify',
+ 'client_addr',
+ 'client_authorization',
+ 'client_browser',
+ 'client_contentlength',
+ 'client_contenttype',
+ 'client_cookielist',
+ 'client_cookies',
+ 'client_encoding',
+ 'client_formmethod',
+ 'client_getargs',
+ 'client_getparam',
+ 'client_getparams',
+ 'client_headers',
+ 'client_integertoip',
+ 'client_iptointeger',
+ 'client_password',
+ 'client_postargs',
+ 'client_postparam',
+ 'client_postparams',
+ 'client_type',
+ 'client_url',
+ 'client_username',
+ 'cn',
+ 'column_name',
+ 'column_names',
+ 'column_type',
+ 'column',
+ 'compress',
+ 'content_addheader',
+ 'content_body',
+ 'content_encoding',
+ 'content_header',
+ 'content_replaceheader',
+ 'content_type',
+ 'cookie_set',
+ 'cookie',
+ 'curl_easy_cleanup',
+ 'curl_easy_duphandle',
+ 'curl_easy_getinfo',
+ 'curl_easy_init',
+ 'curl_easy_reset',
+ 'curl_easy_setopt',
+ 'curl_easy_strerror',
+ 'curl_getdate',
+ 'curl_http_version_1_0',
+ 'curl_http_version_1_1',
+ 'curl_http_version_none',
+ 'curl_ipresolve_v4',
+ 'curl_ipresolve_v6',
+ 'curl_ipresolve_whatever',
+ 'curl_multi_perform',
+ 'curl_multi_result',
+ 'curl_netrc_ignored',
+ 'curl_netrc_optional',
+ 'curl_netrc_required',
+ 'curl_version_asynchdns',
+ 'curl_version_debug',
+ 'curl_version_gssnegotiate',
+ 'curl_version_idn',
+ 'curl_version_info',
+ 'curl_version_ipv6',
+ 'curl_version_kerberos4',
+ 'curl_version_largefile',
+ 'curl_version_libz',
+ 'curl_version_ntlm',
+ 'curl_version_spnego',
+ 'curl_version_ssl',
+ 'curl_version',
'curlauth_any',
+ 'curlauth_anysafe',
'curlauth_basic',
'curlauth_digest',
'curlauth_gssnegotiate',
@@ -373,8 +501,8 @@ BUILTINS = {
'curle_couldnt_resolve_host',
'curle_couldnt_resolve_proxy',
'curle_failed_init',
- 'curle_filesize_exceeded',
'curle_file_couldnt_read_file',
+ 'curle_filesize_exceeded',
'curle_ftp_access_denied',
'curle_ftp_cant_get_host',
'curle_ftp_cant_reconnect',
@@ -445,8 +573,8 @@ BUILTINS = {
'curlinfo_effective_url',
'curlinfo_filetime',
'curlinfo_header_size',
- 'curlinfo_httpauth_avail',
'curlinfo_http_connectcode',
+ 'curlinfo_httpauth_avail',
'curlinfo_namelookup_time',
'curlinfo_num_connects',
'curlinfo_os_errno',
@@ -470,10 +598,10 @@ BUILTINS = {
'curlopt_cainfo',
'curlopt_capath',
'curlopt_connecttimeout',
+ 'curlopt_cookie',
'curlopt_cookiefile',
'curlopt_cookiejar',
'curlopt_cookiesession',
- 'curlopt_cookie',
'curlopt_crlf',
'curlopt_customrequest',
'curlopt_dns_use_global_cache',
@@ -484,24 +612,24 @@ BUILTINS = {
'curlopt_followlocation',
'curlopt_forbid_reuse',
'curlopt_fresh_connect',
- 'curlopt_ftpappend',
- 'curlopt_ftplistonly',
- 'curlopt_ftpport',
- 'curlopt_ftpsslauth',
'curlopt_ftp_account',
'curlopt_ftp_create_missing_dirs',
'curlopt_ftp_response_timeout',
'curlopt_ftp_ssl',
'curlopt_ftp_use_eprt',
'curlopt_ftp_use_epsv',
+ 'curlopt_ftpappend',
+ 'curlopt_ftplistonly',
+ 'curlopt_ftpport',
+ 'curlopt_ftpsslauth',
'curlopt_header',
+ 'curlopt_http_version',
'curlopt_http200aliases',
'curlopt_httpauth',
'curlopt_httpget',
'curlopt_httpheader',
'curlopt_httppost',
'curlopt_httpproxytunnel',
- 'curlopt_http_version',
'curlopt_infilesize_large',
'curlopt_infilesize',
'curlopt_interface',
@@ -509,6 +637,8 @@ BUILTINS = {
'curlopt_krb4level',
'curlopt_low_speed_limit',
'curlopt_low_speed_time',
+ 'curlopt_mail_from',
+ 'curlopt_mail_rcpt',
'curlopt_maxconnects',
'curlopt_maxfilesize_large',
'curlopt_maxfilesize',
@@ -518,17 +648,17 @@ BUILTINS = {
'curlopt_nobody',
'curlopt_noprogress',
'curlopt_port',
+ 'curlopt_post',
+ 'curlopt_postfields',
'curlopt_postfieldsize_large',
'curlopt_postfieldsize',
- 'curlopt_postfields',
'curlopt_postquote',
- 'curlopt_post',
'curlopt_prequote',
+ 'curlopt_proxy',
'curlopt_proxyauth',
'curlopt_proxyport',
'curlopt_proxytype',
'curlopt_proxyuserpwd',
- 'curlopt_proxy',
'curlopt_put',
'curlopt_quote',
'curlopt_random_file',
@@ -537,17 +667,17 @@ BUILTINS = {
'curlopt_referer',
'curlopt_resume_from_large',
'curlopt_resume_from',
- 'curlopt_sslcerttype',
+ 'curlopt_ssl_cipher_list',
+ 'curlopt_ssl_verifyhost',
+ 'curlopt_ssl_verifypeer',
'curlopt_sslcert',
+ 'curlopt_sslcerttype',
'curlopt_sslengine_default',
'curlopt_sslengine',
+ 'curlopt_sslkey',
'curlopt_sslkeypasswd',
'curlopt_sslkeytype',
- 'curlopt_sslkey',
'curlopt_sslversion',
- 'curlopt_ssl_cipher_list',
- 'curlopt_ssl_verifyhost',
- 'curlopt_ssl_verifypeer',
'curlopt_tcp_nodelay',
'curlopt_timecondition',
'curlopt_timeout',
@@ -556,427 +686,14 @@ BUILTINS = {
'curlopt_unrestricted_auth',
'curlopt_upload',
'curlopt_url',
+ 'curlopt_use_ssl',
'curlopt_useragent',
'curlopt_userpwd',
- 'curlopt_use_ssl',
'curlopt_verbose',
'curlopt_writedata',
'curlproxy_http',
'curlproxy_socks4',
'curlproxy_socks5',
- 'curl_http_version_1_0',
- 'curl_http_version_1_1',
- 'curl_http_version_none',
- 'curl_ipresolve_v4',
- 'curl_ipresolve_v6',
- 'curl_ipresolve_whatever',
- 'curl_netrc_ignored',
- 'curl_netrc_optional',
- 'curl_netrc_required',
- 'curl_version_asynchdns',
- 'curl_version_debug',
- 'curl_version_gssnegotiate',
- 'curl_version_idn',
- 'curl_version_ipv6',
- 'curl_version_kerberos4',
- 'curl_version_largefile',
- 'curl_version_libz',
- 'curl_version_ntlm',
- 'curl_version_spnego',
- 'curl_version_ssl',
- 'define_atend',
- 'email_immediate',
- 'email_queue',
- 'fcgi_abort_request',
- 'fcgi_authorize',
- 'fcgi_begin_request',
- 'fcgi_cant_mpx_conn',
- 'fcgi_data',
- 'fcgi_end_request',
- 'fcgi_filter',
- 'fcgi_get_values_result',
- 'fcgi_get_values',
- 'fcgi_keep_conn',
- 'fcgi_max_conns',
- 'fcgi_max_reqs',
- 'fcgi_mpxs_conns',
- 'fcgi_null_request_id',
- 'fcgi_overloaded',
- 'fcgi_params',
- 'fcgi_request_complete',
- 'fcgi_responder',
- 'fcgi_stderr',
- 'fcgi_stdin',
- 'fcgi_stdout',
- 'fcgi_unknown_role',
- 'fcgi_unknown_type',
- 'fcgi_version_1',
- 'fcgi_x_stdin',
- 'inline_colinfo_name_pos',
- 'inline_colinfo_type_pos',
- 'inline_colinfo_valuelist_pos',
- 'inline_columninfo_pos',
- 'inline_foundcount_pos',
- 'inline_resultrows_pos',
- 'mysqlds',
- 'net_connectinprogress',
- 'net_connectok',
- 'net_typessltcp',
- 'net_typessludp',
- 'net_typessl',
- 'net_typetcp',
- 'net_typeudp',
- 'net_waitread',
- 'net_waittimeout',
- 'net_waitwrite',
- 'odbc',
- 'portal',
- 'postgresql',
- 'server_admin',
- 'server_name',
- 'server_port',
- 'server_protocol',
- 'server_signature',
- 'server_software',
- 'sqlite_abort',
- 'sqlite_auth',
- 'sqlite_blob',
- 'sqlite_busy',
- 'sqlite_cantopen',
- 'sqlite_constraint',
- 'sqlite_corrupt',
- 'sqlite_done',
- 'sqlite_empty',
- 'sqlite_error',
- 'sqlite_float',
- 'sqlite_format',
- 'sqlite_full',
- 'sqlite_integer',
- 'sqlite_internal',
- 'sqlite_interrupt',
- 'sqlite_ioerr',
- 'sqlite_locked',
- 'sqlite_mismatch',
- 'sqlite_misuse',
- 'sqlite_nolfs',
- 'sqlite_nomem',
- 'sqlite_notadb',
- 'sqlite_notfound',
- 'sqlite_null',
- 'sqlite_ok',
- 'sqlite_perm',
- 'sqlite_protocol',
- 'sqlite_range',
- 'sqlite_readonly',
- 'sqlite_row',
- 'sqlite_schema',
- 'sqlite_text',
- 'sqlite_toobig',
- 'sqliteconnector',
- 'string_validcharset',
- 'uchar_age',
- 'uchar_alphabetic',
- 'uchar_ascii_hex_digit',
- 'uchar_bidi_class',
- 'uchar_bidi_control',
- 'uchar_bidi_mirrored',
- 'uchar_bidi_mirroring_glyph',
- 'uchar_block',
- 'uchar_canonical_combining_class',
- 'uchar_case_folding',
- 'uchar_case_sensitive',
- 'uchar_dash',
- 'uchar_decomposition_type',
- 'uchar_default_ignorable_code_point',
- 'uchar_deprecated',
- 'uchar_diacritic',
- 'uchar_east_asian_width',
- 'uchar_extender',
- 'uchar_full_composition_exclusion',
- 'uchar_general_category_mask',
- 'uchar_general_category',
- 'uchar_grapheme_base',
- 'uchar_grapheme_cluster_break',
- 'uchar_grapheme_extend',
- 'uchar_grapheme_link',
- 'uchar_hangul_syllable_type',
- 'uchar_hex_digit',
- 'uchar_hyphen',
- 'uchar_ideographic',
- 'uchar_ids_binary_operator',
- 'uchar_ids_trinary_operator',
- 'uchar_id_continue',
- 'uchar_iso_comment',
- 'uchar_joining_group',
- 'uchar_joining_type',
- 'uchar_join_control',
- 'uchar_lead_canonical_combining_class',
- 'uchar_line_break',
- 'uchar_logical_order_exception',
- 'uchar_lowercase_mapping',
- 'uchar_lowercase',
- 'uchar_math',
- 'uchar_name',
- 'uchar_nfc_inert',
- 'uchar_nfc_quick_check',
- 'uchar_nfd_inert',
- 'uchar_nfd_quick_check',
- 'uchar_nfkc_inert',
- 'uchar_nfkc_quick_check',
- 'uchar_nfkd_inert',
- 'uchar_nfkd_quick_check',
- 'uchar_noncharacter_code_point',
- 'uchar_numeric_type',
- 'uchar_numeric_value',
- 'uchar_pattern_syntax',
- 'uchar_pattern_white_space',
- 'uchar_posix_alnum',
- 'uchar_posix_blank',
- 'uchar_posix_graph',
- 'uchar_posix_print',
- 'uchar_posix_xdigit',
- 'uchar_quotation_mark',
- 'uchar_radical',
- 'uchar_script',
- 'uchar_segment_starter',
- 'uchar_sentence_break',
- 'uchar_simple_case_folding',
- 'uchar_simple_lowercase_mapping',
- 'uchar_simple_titlecase_mapping',
- 'uchar_simple_uppercase_mapping',
- 'uchar_soft_dotted',
- 'uchar_s_term',
- 'uchar_terminal_punctuation',
- 'uchar_titlecase_mapping',
- 'uchar_trail_canonical_combining_class',
- 'uchar_unicode_1_name',
- 'uchar_unified_ideograph',
- 'uchar_uppercase_mapping',
- 'uchar_uppercase',
- 'uchar_variation_selector',
- 'uchar_white_space',
- 'uchar_word_break',
- 'uchar_xid_continue',
- 'u_lb_alphabetic',
- 'u_lb_ambiguous',
- 'u_lb_break_after',
- 'u_lb_break_before',
- 'u_lb_break_both',
- 'u_lb_break_symbols',
- 'u_lb_carriage_return',
- 'u_lb_close_punctuation',
- 'u_lb_combining_mark',
- 'u_lb_complex_context',
- 'u_lb_contingent_break',
- 'u_lb_exclamation',
- 'u_lb_glue',
- 'u_lb_h2',
- 'u_lb_h3',
- 'u_lb_hyphen',
- 'u_lb_ideographic',
- 'u_lb_infix_numeric',
- 'u_lb_inseparable',
- 'u_lb_jl',
- 'u_lb_jt',
- 'u_lb_jv',
- 'u_lb_line_feed',
- 'u_lb_mandatory_break',
- 'u_lb_next_line',
- 'u_lb_nonstarter',
- 'u_lb_numeric',
- 'u_lb_open_punctuation',
- 'u_lb_postfix_numeric',
- 'u_lb_prefix_numeric',
- 'u_lb_quotation',
- 'u_lb_space',
- 'u_lb_surrogate',
- 'u_lb_unknown',
- 'u_lb_word_joiner',
- 'u_lb_zwspace',
- 'u_nt_decimal',
- 'u_nt_digit',
- 'u_nt_none',
- 'u_nt_numeric',
- 'u_sb_aterm',
- 'u_sb_close',
- 'u_sb_format',
- 'u_sb_lower',
- 'u_sb_numeric',
- 'u_sb_oletter',
- 'u_sb_other',
- 'u_sb_sep',
- 'u_sb_sp',
- 'u_sb_sterm',
- 'u_sb_upper',
- 'u_wb_aletter',
- 'u_wb_extendnumlet',
- 'u_wb_format',
- 'u_wb_katakana',
- 'u_wb_midletter',
- 'u_wb_midnum',
- 'u_wb_numeric',
- 'u_wb_other',
- 'wexitstatus',
- 'wifcontinued',
- 'wifexited',
- 'wifsignaled',
- 'wifstopped',
- 'wstopsig',
- 'wtermsig',
- 'zip_checkcons',
- 'zip_cm_bzip2',
- 'zip_cm_default',
- 'zip_cm_deflate64',
- 'zip_cm_deflate',
- 'zip_cm_implode',
- 'zip_cm_pkware_implode',
- 'zip_cm_reduce_1',
- 'zip_cm_reduce_2',
- 'zip_cm_reduce_3',
- 'zip_cm_reduce_4',
- 'zip_cm_shrink',
- 'zip_cm_store',
- 'zip_create',
- 'zip_em_3des_112',
- 'zip_em_3des_168',
- 'zip_em_aes_128',
- 'zip_em_aes_192',
- 'zip_em_aes_256',
- 'zip_em_des',
- 'zip_em_none',
- 'zip_em_rc2_old',
- 'zip_em_rc2',
- 'zip_em_rc4',
- 'zip_em_trad_pkware',
- 'zip_em_unknown',
- 'zip_er_changed',
- 'zip_er_close',
- 'zip_er_compnotsupp',
- 'zip_er_crc',
- 'zip_er_deleted',
- 'zip_er_eof',
- 'zip_er_exists',
- 'zip_er_incons',
- 'zip_er_internal',
- 'zip_er_inval',
- 'zip_er_memory',
- 'zip_er_multidisk',
- 'zip_er_noent',
- 'zip_er_nozip',
- 'zip_er_ok',
- 'zip_er_open',
- 'zip_er_read',
- 'zip_er_remove',
- 'zip_er_rename',
- 'zip_er_seek',
- 'zip_er_tmpopen',
- 'zip_er_write',
- 'zip_er_zipclosed',
- 'zip_er_zlib',
- 'zip_et_none',
- 'zip_et_sys',
- 'zip_et_zlib',
- 'zip_excl',
- 'zip_fl_compressed',
- 'zip_fl_nocase',
- 'zip_fl_nodir',
- 'zip_fl_unchanged',
- 'abort_clear',
- 'abort_now',
- 'abort',
- 'action_params',
- 'action_param',
- 'action_statement',
- 'admin_authorization',
- 'admin_currentgroups',
- 'admin_currentuserid',
- 'admin_currentusername',
- 'admin_getpref',
- 'admin_initialize',
- 'admin_lassoservicepath',
- 'admin_removepref',
- 'admin_setpref',
- 'admin_userexists',
- 'all',
- 'auth_admin',
- 'auth_check',
- 'auth_custom',
- 'auth_group',
- 'auth_prompt',
- 'auth_user',
- 'bom_utf16be',
- 'bom_utf16le',
- 'bom_utf32be',
- 'bom_utf32le',
- 'bom_utf8',
- 'bw',
- 'capture_nearestloopabort',
- 'capture_nearestloopcontinue',
- 'capture_nearestloopcount',
- 'checked',
- 'cipher_decrypt_private',
- 'cipher_decrypt_public',
- 'cipher_decrypt',
- 'cipher_digest',
- 'cipher_encrypt_private',
- 'cipher_encrypt_public',
- 'cipher_encrypt',
- 'cipher_generate_key',
- 'cipher_hmac',
- 'cipher_keylength',
- 'cipher_list',
- 'cipher_open',
- 'cipher_seal',
- 'cipher_sign',
- 'cipher_verify',
- 'client_addr',
- 'client_authorization',
- 'client_browser',
- 'client_contentlength',
- 'client_contenttype',
- 'client_cookielist',
- 'client_cookies',
- 'client_encoding',
- 'client_formmethod',
- 'client_getargs',
- 'client_getparams',
- 'client_getparam',
- 'client_headers',
- 'client_integertoip',
- 'client_iptointeger',
- 'client_password',
- 'client_postargs',
- 'client_postparams',
- 'client_postparam',
- 'client_type',
- 'client_url',
- 'client_username',
- 'cn',
- 'column_names',
- 'column_name',
- 'column_type',
- 'column',
- 'compress',
- 'content_addheader',
- 'content_body',
- 'content_encoding',
- 'content_header',
- 'content_replaceheader',
- 'content_type',
- 'cookie_set',
- 'cookie',
- 'curl_easy_cleanup',
- 'curl_easy_duphandle',
- 'curl_easy_getinfo',
- 'curl_easy_init',
- 'curl_easy_reset',
- 'curl_easy_setopt',
- 'curl_easy_strerror',
- 'curl_getdate',
- 'curl_multi_perform',
- 'curl_multi_result',
- 'curl_version_info',
- 'curl_version',
'database_adddefaultsqlitehost',
'database_database',
'database_initialize',
@@ -989,12 +706,12 @@ BUILTINS = {
'database_table_table_fields',
'database_util_cleanpath',
'dbgp_stop_stack_name',
+ 'debugging_break',
'debugging_breakpoint_get',
'debugging_breakpoint_list',
'debugging_breakpoint_remove',
'debugging_breakpoint_set',
'debugging_breakpoint_update',
- 'debugging_break',
'debugging_context_locals',
'debugging_context_self',
'debugging_context_vars',
@@ -1012,6 +729,7 @@ BUILTINS = {
'decompress',
'decrypt_blowfish',
'define_atbegin',
+ 'define_atend',
'dns_default',
'dns_lookup',
'document',
@@ -1024,12 +742,14 @@ BUILTINS = {
'email_fix_address_list',
'email_fix_address',
'email_fs_error_clean',
+ 'email_immediate',
'email_initialize',
'email_merge',
'email_mxlookup',
'email_pop_priv_extract',
'email_pop_priv_quote',
'email_pop_priv_substring',
+ 'email_queue',
'email_result',
'email_safeemail',
'email_send',
@@ -1076,29 +796,54 @@ BUILTINS = {
'evdns_resolve_reverse_ipv6',
'evdns_resolve_reverse',
'ew',
- 'fail_ifnot',
'fail_if',
+ 'fail_ifnot',
'fail_now',
- 'failure_clear',
'fail',
+ 'failure_clear',
'fastcgi_createfcgirequest',
'fastcgi_handlecon',
'fastcgi_handlereq',
'fastcgi_initialize',
'fastcgi_initiate_request',
+ 'fcgi_abort_request',
+ 'fcgi_authorize',
+ 'fcgi_begin_request',
'fcgi_bodychunksize',
+ 'fcgi_cant_mpx_conn',
+ 'fcgi_data',
+ 'fcgi_end_request',
+ 'fcgi_filter',
+ 'fcgi_get_values_result',
+ 'fcgi_get_values',
+ 'fcgi_keep_conn',
'fcgi_makeendrequestbody',
'fcgi_makestdoutbody',
- 'fcgi_readparam',
+ 'fcgi_max_conns',
+ 'fcgi_max_reqs',
+ 'fcgi_mpxs_conns',
+ 'fcgi_null_request_id',
+ 'fcgi_overloaded',
+ 'fcgi_params',
'fcgi_read_timeout_seconds',
- 'field_names',
+ 'fcgi_readparam',
+ 'fcgi_request_complete',
+ 'fcgi_responder',
+ 'fcgi_stderr',
+ 'fcgi_stdin',
+ 'fcgi_stdout',
+ 'fcgi_unknown_role',
+ 'fcgi_unknown_type',
+ 'fcgi_version_1',
+ 'fcgi_x_stdin',
'field_name',
+ 'field_names',
'field',
'file_copybuffersize',
'file_defaultencoding',
'file_forceroot',
- 'file_modeline',
'file_modechar',
+ 'file_modeline',
'file_stderr',
'file_stdin',
'file_stdout',
@@ -1106,19 +851,20 @@ BUILTINS = {
'filemakerds_initialize',
'filemakerds',
'found_count',
+ 'ft',
'ftp_deletefile',
'ftp_getdata',
'ftp_getfile',
'ftp_getlisting',
'ftp_putdata',
'ftp_putfile',
- 'ft',
'full',
'generateforeach',
- 'gte',
'gt',
+ 'gte',
'handle_failure',
'handle',
+ 'hash_primes',
'html_comment',
'http_char_colon',
'http_char_cr',
@@ -1127,6 +873,7 @@ BUILTINS = {
'http_char_question',
'http_char_space',
'http_default_files',
+ 'http_read_headers',
'http_read_timeout_secs',
'http_server_apps_path',
'http_server_request_logger',
@@ -1142,10 +889,16 @@ BUILTINS = {
'include_path',
'include_raw',
'include_url',
- 'includes',
'include',
+ 'includes',
+ 'inline_colinfo_name_pos',
+ 'inline_colinfo_type_pos',
+ 'inline_colinfo_valuelist_pos',
+ 'inline_columninfo_pos',
+ 'inline_foundcount_pos',
'inline_namedget',
'inline_namedput',
+ 'inline_resultrows_pos',
'inline_scopeget',
'inline_scopepop',
'inline_scopepush',
@@ -1173,8 +926,8 @@ BUILTINS = {
'io_file_f_rdlck',
'io_file_f_setfd',
'io_file_f_setfl',
- 'io_file_f_setlkw',
'io_file_f_setlk',
+ 'io_file_f_setlkw',
'io_file_f_test',
'io_file_f_tlock',
'io_file_f_ulock',
@@ -1259,8 +1012,8 @@ BUILTINS = {
'io_file_umask',
'io_file_unlink',
'io_net_accept',
- 'io_net_af_inet6',
'io_net_af_inet',
+ 'io_net_af_inet6',
'io_net_af_unix',
'io_net_bind',
'io_net_connect',
@@ -1272,12 +1025,12 @@ BUILTINS = {
'io_net_msg_oob',
'io_net_msg_peek',
'io_net_msg_waitall',
- 'io_net_recvfrom',
'io_net_recv',
- 'io_net_sendto',
+ 'io_net_recvfrom',
'io_net_send',
- 'io_net_shut_rdwr',
+ 'io_net_sendto',
'io_net_shut_rd',
+ 'io_net_shut_rdwr',
'io_net_shut_wr',
'io_net_shutdown',
'io_net_so_acceptconn',
@@ -1309,8 +1062,8 @@ BUILTINS = {
'io_net_ssl_begin',
'io_net_ssl_connect',
'io_net_ssl_end',
- 'io_net_ssl_errorstring',
'io_net_ssl_error',
+ 'io_net_ssl_errorstring',
'io_net_ssl_funcerrorstring',
'io_net_ssl_liberrorstring',
'io_net_ssl_read',
@@ -1325,13 +1078,36 @@ BUILTINS = {
'java_jvm_create',
'java_jvm_getenv',
'jdbc_initialize',
+ 'json_back_slash',
+ 'json_back_space',
+ 'json_close_array',
+ 'json_close_object',
+ 'json_colon',
+ 'json_comma',
'json_consume_array',
'json_consume_object',
'json_consume_string',
'json_consume_token',
+ 'json_cr',
+ 'json_debug',
'json_deserialize',
+ 'json_e_lower',
+ 'json_e_upper',
+ 'json_f_lower',
+ 'json_form_feed',
+ 'json_forward_slash',
+ 'json_lf',
+ 'json_n_lower',
+ 'json_negative',
+ 'json_open_array',
+ 'json_open_object',
+ 'json_period',
+ 'json_quote_double',
'json_rpccall',
'json_serialize',
+ 'json_t_lower',
+ 'json_tab',
+ 'json_white_space',
'keycolumn_name',
'keycolumn_value',
'keyfield_name',
@@ -1362,8 +1138,10 @@ BUILTINS = {
'lassoapp_mime_type_appcache',
'lassoapp_mime_type_css',
'lassoapp_mime_type_csv',
- 'lassoapp_mime_type_docx',
'lassoapp_mime_type_doc',
+ 'lassoapp_mime_type_docx',
+ 'lassoapp_mime_type_eof',
+ 'lassoapp_mime_type_eot',
'lassoapp_mime_type_gif',
'lassoapp_mime_type_html',
'lassoapp_mime_type_ico',
@@ -1409,19 +1187,19 @@ BUILTINS = {
'lcapi_datasourceopeq',
'lcapi_datasourceopew',
'lcapi_datasourceopft',
- 'lcapi_datasourceopgteq',
'lcapi_datasourceopgt',
+ 'lcapi_datasourceopgteq',
'lcapi_datasourceopin',
- 'lcapi_datasourceoplteq',
'lcapi_datasourceoplt',
+ 'lcapi_datasourceoplteq',
'lcapi_datasourceopnbw',
'lcapi_datasourceopnct',
'lcapi_datasourceopneq',
'lcapi_datasourceopnew',
'lcapi_datasourceopnin',
+ 'lcapi_datasourceopno',
'lcapi_datasourceopnot',
'lcapi_datasourceopnrx',
- 'lcapi_datasourceopno',
'lcapi_datasourceopor',
'lcapi_datasourceoprx',
'lcapi_datasourcepreparesql',
@@ -1447,8 +1225,8 @@ BUILTINS = {
'lcapi_datasourceupdate',
'lcapi_fourchartointeger',
'lcapi_listdatasources',
- 'lcapi_loadmodules',
'lcapi_loadmodule',
+ 'lcapi_loadmodules',
'lcapi_updatedatasourceslist',
'ldap_scope_base',
'ldap_scope_onelevel',
@@ -1457,8 +1235,8 @@ BUILTINS = {
'library',
'ljapi_initialize',
'locale_availablelocales',
- 'locale_canadafrench',
'locale_canada',
+ 'locale_canadafrench',
'locale_china',
'locale_chinese',
'locale_default',
@@ -1473,16 +1251,16 @@ BUILTINS = {
'locale_format',
'locale_france',
'locale_french',
- 'locale_germany',
'locale_german',
+ 'locale_germany',
'locale_isocountries',
'locale_isolanguages',
'locale_italian',
'locale_italy',
- 'locale_japanese',
'locale_japan',
- 'locale_korean',
+ 'locale_japanese',
'locale_korea',
+ 'locale_korean',
'locale_prc',
'locale_setdefault',
'locale_simplifiedchinese',
@@ -1521,34 +1299,68 @@ BUILTINS = {
'loop_value_push',
'loop_value',
'loop',
- 'lte',
'lt',
+ 'lte',
'main_thread_only',
- 'maxrecords_value',
'max',
+ 'maxrecords_value',
'median',
'method_name',
'micros',
'millis',
- 'minimal',
'min',
+ 'minimal',
+ 'mongo_insert_continue_on_error',
+ 'mongo_insert_no_validate',
+ 'mongo_insert_none',
+ 'mongo_query_await_data',
+ 'mongo_query_exhaust',
+ 'mongo_query_no_cursor_timeout',
+ 'mongo_query_none',
+ 'mongo_query_oplog_replay',
+ 'mongo_query_partial',
+ 'mongo_query_slave_ok',
+ 'mongo_query_tailable_cursor',
+ 'mongo_remove_none',
+ 'mongo_remove_single_remove',
+ 'mongo_update_multi_update',
+ 'mongo_update_no_validate',
+ 'mongo_update_none',
+ 'mongo_update_upsert',
+ 'mustache_compile_file',
+ 'mustache_compile_string',
+ 'mustache_include',
+ 'mysqlds',
'namespace_global',
'namespace_import',
'namespace_using',
'nbw',
'ncn',
'neq',
+ 'net_connectinprogress',
+ 'net_connectok',
+ 'net_typessl',
+ 'net_typessltcp',
+ 'net_typessludp',
+ 'net_typetcp',
+ 'net_typeudp',
+ 'net_waitread',
+ 'net_waittimeout',
+ 'net_waitwrite',
'new',
'none',
'nrx',
'nslookup',
'odbc_session_driver_mssql',
+ 'odbc',
'output_none',
'output',
'pdf_package',
'pdf_rectangle',
'pdf_serve',
'pi',
+ 'portal',
+ 'postgresql',
'process',
'protect_now',
'protect',
@@ -1577,8 +1389,8 @@ BUILTINS = {
'response_realm',
'response_root',
'resultset_count',
- 'resultsets',
'resultset',
+ 'resultsets',
'rows_array',
'rows_impl',
'rows',
@@ -1592,8 +1404,14 @@ BUILTINS = {
'security_table_users',
'selected',
'series',
+ 'server_admin',
'server_ip',
+ 'server_name',
+ 'server_port',
+ 'server_protocol',
'server_push',
+ 'server_signature',
+ 'server_software',
'session_abort',
'session_addvar',
'session_decorate',
@@ -1614,47 +1432,53 @@ BUILTINS = {
'skiprecords_value',
'sleep',
'split_thread',
+ 'sqlite_abort',
+ 'sqlite_auth',
+ 'sqlite_blob',
+ 'sqlite_busy',
+ 'sqlite_cantopen',
+ 'sqlite_constraint',
+ 'sqlite_corrupt',
'sqlite_createdb',
+ 'sqlite_done',
+ 'sqlite_empty',
+ 'sqlite_error',
+ 'sqlite_float',
+ 'sqlite_format',
+ 'sqlite_full',
+ 'sqlite_integer',
+ 'sqlite_internal',
+ 'sqlite_interrupt',
+ 'sqlite_ioerr',
+ 'sqlite_locked',
+ 'sqlite_mismatch',
+ 'sqlite_misuse',
+ 'sqlite_nolfs',
+ 'sqlite_nomem',
+ 'sqlite_notadb',
+ 'sqlite_notfound',
+ 'sqlite_null',
+ 'sqlite_ok',
+ 'sqlite_perm',
+ 'sqlite_protocol',
+ 'sqlite_range',
+ 'sqlite_readonly',
+ 'sqlite_row',
+ 'sqlite_schema',
'sqlite_setsleepmillis',
'sqlite_setsleeptries',
+ 'sqlite_text',
+ 'sqlite_toobig',
+ 'sqliteconnector',
'staticarray_join',
- 'stdoutnl',
'stdout',
+ 'stdoutnl',
+ 'string_validcharset',
'suspend',
- 'sys_sigabrt',
- 'sys_sigalrm',
- 'sys_sigbus',
- 'sys_sigchld',
- 'sys_sigcont',
- 'sys_sigfpe',
- 'sys_sighup',
- 'sys_sigill',
- 'sys_sigint',
- 'sys_sigkill',
- 'sys_sigpipe',
- 'sys_sigprof',
- 'sys_sigquit',
- 'sys_sigsegv',
- 'sys_sigstop',
- 'sys_sigsys',
- 'sys_sigterm',
- 'sys_sigtrap',
- 'sys_sigtstp',
- 'sys_sigttin',
- 'sys_sigttou',
- 'sys_sigurg',
- 'sys_sigusr1',
- 'sys_sigusr2',
- 'sys_sigvtalrm',
- 'sys_sigxcpu',
- 'sys_sigxfsz',
- 'sys_wcontinued',
- 'sys_wnohang',
- 'sys_wuntraced',
'sys_appspath',
'sys_chroot',
- 'sys_clockspersec',
'sys_clock',
+ 'sys_clockspersec',
'sys_credits',
'sys_databasespath',
'sys_detach_exec',
@@ -1665,6 +1489,7 @@ BUILTINS = {
'sys_eol',
'sys_erand48',
'sys_errno',
+ 'sys_exec_pid_to_os_pid',
'sys_exec',
'sys_exit',
'sys_fork',
@@ -1688,10 +1513,10 @@ BUILTINS = {
'sys_getuid',
'sys_growheapby',
'sys_homepath',
- 'sys_iswindows',
'sys_is_full_path',
'sys_is_windows',
'sys_isfullpath',
+ 'sys_iswindows',
'sys_iterate',
'sys_jrand48',
'sys_kill_exec',
@@ -1708,16 +1533,43 @@ BUILTINS = {
'sys_nrand48',
'sys_pid_exec',
'sys_pointersize',
- 'sys_random',
'sys_rand',
+ 'sys_random',
'sys_seed48',
'sys_setenv',
'sys_setgid',
'sys_setsid',
'sys_setuid',
+ 'sys_sigabrt',
+ 'sys_sigalrm',
+ 'sys_sigbus',
+ 'sys_sigchld',
+ 'sys_sigcont',
+ 'sys_sigfpe',
+ 'sys_sighup',
+ 'sys_sigill',
+ 'sys_sigint',
+ 'sys_sigkill',
+ 'sys_sigpipe',
+ 'sys_sigprof',
+ 'sys_sigquit',
+ 'sys_sigsegv',
+ 'sys_sigstop',
+ 'sys_sigsys',
+ 'sys_sigterm',
+ 'sys_sigtrap',
+ 'sys_sigtstp',
+ 'sys_sigttin',
+ 'sys_sigttou',
+ 'sys_sigurg',
+ 'sys_sigusr1',
+ 'sys_sigusr2',
+ 'sys_sigvtalrm',
+ 'sys_sigxcpu',
+ 'sys_sigxfsz',
+ 'sys_srand',
'sys_srand48',
'sys_srandom',
- 'sys_srand',
'sys_strerror',
'sys_supportpath',
'sys_test_exec',
@@ -1726,9 +1578,13 @@ BUILTINS = {
'sys_unsetenv',
'sys_usercapimodulepath',
'sys_userstartuppath',
+ 'sys_version',
'sys_wait_exec',
'sys_waitpid',
+ 'sys_wcontinued',
'sys_while',
+ 'sys_wnohang',
+ 'sys_wuntraced',
'table_name',
'tag_exists',
'tag_name',
@@ -1742,10 +1598,69 @@ BUILTINS = {
'timer',
'token_value',
'treemap',
+ 'u_lb_alphabetic',
+ 'u_lb_ambiguous',
+ 'u_lb_break_after',
+ 'u_lb_break_before',
+ 'u_lb_break_both',
+ 'u_lb_break_symbols',
+ 'u_lb_carriage_return',
+ 'u_lb_close_punctuation',
+ 'u_lb_combining_mark',
+ 'u_lb_complex_context',
+ 'u_lb_contingent_break',
+ 'u_lb_exclamation',
+ 'u_lb_glue',
+ 'u_lb_h2',
+ 'u_lb_h3',
+ 'u_lb_hyphen',
+ 'u_lb_ideographic',
+ 'u_lb_infix_numeric',
+ 'u_lb_inseparable',
+ 'u_lb_jl',
+ 'u_lb_jt',
+ 'u_lb_jv',
+ 'u_lb_line_feed',
+ 'u_lb_mandatory_break',
+ 'u_lb_next_line',
+ 'u_lb_nonstarter',
+ 'u_lb_numeric',
+ 'u_lb_open_punctuation',
+ 'u_lb_postfix_numeric',
+ 'u_lb_prefix_numeric',
+ 'u_lb_quotation',
+ 'u_lb_space',
+ 'u_lb_surrogate',
+ 'u_lb_unknown',
+ 'u_lb_word_joiner',
+ 'u_lb_zwspace',
+ 'u_nt_decimal',
+ 'u_nt_digit',
+ 'u_nt_none',
+ 'u_nt_numeric',
+ 'u_sb_aterm',
+ 'u_sb_close',
+ 'u_sb_format',
+ 'u_sb_lower',
+ 'u_sb_numeric',
+ 'u_sb_oletter',
+ 'u_sb_other',
+ 'u_sb_sep',
+ 'u_sb_sp',
+ 'u_sb_sterm',
+ 'u_sb_upper',
+ 'u_wb_aletter',
+ 'u_wb_extendnumlet',
+ 'u_wb_format',
+ 'u_wb_katakana',
+ 'u_wb_midletter',
+ 'u_wb_midnum',
+ 'u_wb_numeric',
+ 'u_wb_other',
'ucal_ampm',
'ucal_dayofmonth',
- 'ucal_dayofweekinmonth',
'ucal_dayofweek',
+ 'ucal_dayofweekinmonth',
'ucal_dayofyear',
'ucal_daysinfirstweek',
'ucal_dowlocal',
@@ -1753,21 +1668,104 @@ BUILTINS = {
'ucal_era',
'ucal_extendedyear',
'ucal_firstdayofweek',
- 'ucal_hourofday',
'ucal_hour',
+ 'ucal_hourofday',
'ucal_julianday',
'ucal_lenient',
'ucal_listtimezones',
- 'ucal_millisecondsinday',
'ucal_millisecond',
+ 'ucal_millisecondsinday',
'ucal_minute',
'ucal_month',
'ucal_second',
'ucal_weekofmonth',
'ucal_weekofyear',
- 'ucal_yearwoy',
'ucal_year',
+ 'ucal_yearwoy',
'ucal_zoneoffset',
+ 'uchar_age',
+ 'uchar_alphabetic',
+ 'uchar_ascii_hex_digit',
+ 'uchar_bidi_class',
+ 'uchar_bidi_control',
+ 'uchar_bidi_mirrored',
+ 'uchar_bidi_mirroring_glyph',
+ 'uchar_block',
+ 'uchar_canonical_combining_class',
+ 'uchar_case_folding',
+ 'uchar_case_sensitive',
+ 'uchar_dash',
+ 'uchar_decomposition_type',
+ 'uchar_default_ignorable_code_point',
+ 'uchar_deprecated',
+ 'uchar_diacritic',
+ 'uchar_east_asian_width',
+ 'uchar_extender',
+ 'uchar_full_composition_exclusion',
+ 'uchar_general_category_mask',
+ 'uchar_general_category',
+ 'uchar_grapheme_base',
+ 'uchar_grapheme_cluster_break',
+ 'uchar_grapheme_extend',
+ 'uchar_grapheme_link',
+ 'uchar_hangul_syllable_type',
+ 'uchar_hex_digit',
+ 'uchar_hyphen',
+ 'uchar_id_continue',
+ 'uchar_ideographic',
+ 'uchar_ids_binary_operator',
+ 'uchar_ids_trinary_operator',
+ 'uchar_iso_comment',
+ 'uchar_join_control',
+ 'uchar_joining_group',
+ 'uchar_joining_type',
+ 'uchar_lead_canonical_combining_class',
+ 'uchar_line_break',
+ 'uchar_logical_order_exception',
+ 'uchar_lowercase_mapping',
+ 'uchar_lowercase',
+ 'uchar_math',
+ 'uchar_name',
+ 'uchar_nfc_inert',
+ 'uchar_nfc_quick_check',
+ 'uchar_nfd_inert',
+ 'uchar_nfd_quick_check',
+ 'uchar_nfkc_inert',
+ 'uchar_nfkc_quick_check',
+ 'uchar_nfkd_inert',
+ 'uchar_nfkd_quick_check',
+ 'uchar_noncharacter_code_point',
+ 'uchar_numeric_type',
+ 'uchar_numeric_value',
+ 'uchar_pattern_syntax',
+ 'uchar_pattern_white_space',
+ 'uchar_posix_alnum',
+ 'uchar_posix_blank',
+ 'uchar_posix_graph',
+ 'uchar_posix_print',
+ 'uchar_posix_xdigit',
+ 'uchar_quotation_mark',
+ 'uchar_radical',
+ 'uchar_s_term',
+ 'uchar_script',
+ 'uchar_segment_starter',
+ 'uchar_sentence_break',
+ 'uchar_simple_case_folding',
+ 'uchar_simple_lowercase_mapping',
+ 'uchar_simple_titlecase_mapping',
+ 'uchar_simple_uppercase_mapping',
+ 'uchar_soft_dotted',
+ 'uchar_terminal_punctuation',
+ 'uchar_titlecase_mapping',
+ 'uchar_trail_canonical_combining_class',
+ 'uchar_unicode_1_name',
+ 'uchar_unified_ideograph',
+ 'uchar_uppercase_mapping',
+ 'uchar_uppercase',
+ 'uchar_variation_selector',
+ 'uchar_white_space',
+ 'uchar_word_break',
+ 'uchar_xid_continue',
'uncompress',
'usage',
'uuid_compare',
@@ -1780,8 +1778,8 @@ BUILTINS = {
'uuid_unparse_lower',
'uuid_unparse_upper',
'uuid_unparse',
- 'value_listitem',
'value_list',
+ 'value_listitem',
'valuelistitem',
'var_keys',
'var_values',
@@ -1804,18 +1802,84 @@ BUILTINS = {
'web_response_nodesentry',
'web_router_database',
'web_router_initialize',
+ 'websocket_handler_timeout',
+ 'wexitstatus',
+ 'wifcontinued',
+ 'wifexited',
+ 'wifsignaled',
+ 'wifstopped',
+ 'wstopsig',
+ 'wtermsig',
'xml_transform',
'xml',
'zip_add_dir',
'zip_add',
+ 'zip_checkcons',
'zip_close',
+ 'zip_cm_bzip2',
+ 'zip_cm_default',
+ 'zip_cm_deflate',
+ 'zip_cm_deflate64',
+ 'zip_cm_implode',
+ 'zip_cm_pkware_implode',
+ 'zip_cm_reduce_1',
+ 'zip_cm_reduce_2',
+ 'zip_cm_reduce_3',
+ 'zip_cm_reduce_4',
+ 'zip_cm_shrink',
+ 'zip_cm_store',
+ 'zip_create',
'zip_delete',
+ 'zip_em_3des_112',
+ 'zip_em_3des_168',
+ 'zip_em_aes_128',
+ 'zip_em_aes_192',
+ 'zip_em_aes_256',
+ 'zip_em_des',
+ 'zip_em_none',
+ 'zip_em_rc2_old',
+ 'zip_em_rc2',
+ 'zip_em_rc4',
+ 'zip_em_trad_pkware',
+ 'zip_em_unknown',
+ 'zip_er_changed',
+ 'zip_er_close',
+ 'zip_er_compnotsupp',
+ 'zip_er_crc',
+ 'zip_er_deleted',
+ 'zip_er_eof',
+ 'zip_er_exists',
+ 'zip_er_incons',
+ 'zip_er_internal',
+ 'zip_er_inval',
+ 'zip_er_memory',
+ 'zip_er_multidisk',
+ 'zip_er_noent',
+ 'zip_er_nozip',
+ 'zip_er_ok',
+ 'zip_er_open',
+ 'zip_er_read',
+ 'zip_er_remove',
+ 'zip_er_rename',
+ 'zip_er_seek',
+ 'zip_er_tmpopen',
+ 'zip_er_write',
+ 'zip_er_zipclosed',
+ 'zip_er_zlib',
'zip_error_get_sys_type',
'zip_error_get',
'zip_error_to_str',
+ 'zip_et_none',
+ 'zip_et_sys',
+ 'zip_et_zlib',
+ 'zip_excl',
'zip_fclose',
'zip_file_error_get',
'zip_file_strerror',
+ 'zip_fl_compressed',
+ 'zip_fl_nocase',
+ 'zip_fl_nodir',
+ 'zip_fl_unchanged',
'zip_fopen_index',
'zip_fopen',
'zip_fread',
@@ -3025,210 +3089,166 @@ BUILTINS = {
}
MEMBERS = {
'Member Methods': (
- 'ampm',
- 'am',
- 'addbarcode',
- 'addchapter',
- 'addcheckbox',
- 'addcombobox',
- 'addhiddenfield',
- 'addimage',
- 'addjavascript',
- 'addlist',
- 'addpage',
- 'addparagraph',
- 'addpasswordfield',
- 'addphrase',
- 'addradiobutton',
- 'addradiogroup',
- 'addresetbutton',
- 'addsection',
- 'addselectlist',
- 'addsubmitbutton',
- 'addtable',
- 'addtextarea',
- 'addtextfield',
- 'addtext',
- 'arc',
- 'circle',
- 'closepath',
- 'curveto',
- 'drawtext',
- 'exportfdf',
- 'extractimage',
- 'fieldnames',
- 'fieldposition',
- 'fieldtype',
- 'fieldvalue',
- 'findclass',
- 'getabswidth',
- 'getalignment',
- 'getbold',
- 'getbordercolor',
- 'getborderwidth',
- 'getcolor',
- 'getcolumncount',
- 'getencoding',
- 'getface',
- 'getfullfontname',
- 'getheaders',
- 'getheader',
- 'getitalic',
- 'getmargins',
- 'getpsfontname',
- 'getpadding',
- 'getpagenumber',
- 'getrowcount',
- 'getspacing',
- 'getstyle',
- 'getsupportedencodings',
- 'gettext',
- 'getunderline',
- 'getversion',
- 'importfdf',
- 'insertpage',
- 'istruetype',
- 'javascript',
- 'line',
- 'pm',
- 'pagecount',
- 'pagerotation',
- 'rect',
- 'setalignment',
- 'setbaseline',
- 'setbold',
- 'setbordercolor',
- 'setborderwidth',
- 'setcolor',
- 'setface',
- 'setfieldvalue',
- 'setfont',
- 'setitalic',
- 'setlinewidth',
- 'setpadding',
- 'setpagenumber',
- 'setpagerange',
- 'setspacing',
- 'setunderline',
- 'textwidth',
'abort',
'abs',
+ 'accept_charset',
+ 'accept',
'acceptconnections',
'acceptdeserializedelement',
'acceptnossl',
'acceptpost',
- 'accept_charset',
- 'accept',
'accesskey',
- 'acosh',
'acos',
- 'actionparams',
+ 'acosh',
'action',
+ 'actionparams',
'active_tick',
+ 'add',
'addatend',
- 'addcss',
- 'addcomponents',
+ 'addattachment',
+ 'addbarcode',
+ 'addchapter',
+ 'addcheckbox',
+ 'addcolumninfo',
+ 'addcombobox',
+ 'addcomment',
'addcomponent',
+ 'addcomponents',
+ 'addcss',
'adddatabasetable',
+ 'adddatasource',
'adddatasourcedatabase',
'adddatasourcehost',
- 'adddatasource',
- 'adddirpath',
'adddir',
- 'addendjstext',
+ 'adddirpath',
'addendjs',
+ 'addendjstext',
'adderror',
'addfavicon',
'addfile',
'addgroup',
'addheader',
- 'addjstext',
+ 'addhiddenfield',
+ 'addhtmlpart',
+ 'addimage',
+ 'addjavascript',
'addjs',
+ 'addjstext',
+ 'addlist',
+ 'addmathfunctions',
'addmember',
'addoneheaderline',
+ 'addpage',
+ 'addparagraph',
+ 'addpart',
+ 'addpasswordfield',
+ 'addphrase',
'addpostdispatch',
'addpredispatch',
+ 'addradiobutton',
+ 'addradiogroup',
+ 'addresetbutton',
+ 'addrow',
+ 'addsection',
+ 'addselectlist',
+ 'addset',
+ 'addsubmitbutton',
'addsubnode',
+ 'addtable',
'addtask',
+ 'addtext',
+ 'addtextarea',
+ 'addtextfield',
+ 'addtextpart',
'addtobuffer',
'addtrait',
- 'addusertogroup',
'adduser',
+ 'addusertogroup',
'addwarning',
'addzip',
- 'addattachment',
- 'addcolumninfo',
- 'addcomment',
- 'addhtmlpart',
- 'addmathfunctions',
- 'addpart',
- 'addrow',
- 'addset',
- 'addtextpart',
- 'add',
'allocobject',
+ 'am',
+ 'ampm',
'annotate',
'answer',
'apop',
- 'appmessage',
- 'appprefix',
+ 'append',
+ 'appendarray',
+ 'appendarraybegin',
+ 'appendarrayend',
+ 'appendbool',
+ 'appendbytes',
'appendchar',
'appendchild',
+ 'appendcolon',
+ 'appendcomma',
'appenddata',
+ 'appenddatetime',
+ 'appenddbpointer',
+ 'appenddecimal',
+ 'appenddocument',
'appendimagetolist',
+ 'appendinteger',
+ 'appendnowutc',
+ 'appendnull',
+ 'appendoid',
+ 'appendregex',
'appendreplacement',
+ 'appendstring',
'appendtail',
- 'append',
+ 'appendtime',
'applyheatcolors',
+ 'appmessage',
'appname',
+ 'appprefix',
'appstatus',
+ 'arc',
'archive',
- 'argumentvalue',
'arguments',
+ 'argumentvalue',
'asarray',
+ 'asarraystring',
'asasync',
'asbytes',
+ 'ascopy',
+ 'ascopydeep',
'asdecimal',
'asgenerator',
+ 'asin',
+ 'asinh',
'asinteger',
'askeyedgenerator',
'aslazystring',
'aslist',
- 'asstringhex',
- 'asstringoct',
- 'asxml',
- 'ascopydeep',
- 'ascopy',
- 'asinh',
- 'asin',
'asraw',
'asstaticarray',
'asstring',
- 'atends',
- 'atend',
+ 'asstringhex',
+ 'asstringoct',
+ 'asxml',
+ 'atan',
'atan2',
'atanh',
- 'atan',
+ 'atend',
+ 'atends',
'atime',
'attributecount',
'attributes',
'attrs',
+ 'auth',
'authenticate',
'authorize',
- 'auth',
'autocollectbuffer',
'average',
'back',
'basename',
+ 'basepaths',
'baseuri',
'bcc',
'beginssl',
- 'begintls',
'beginswith',
+ 'begintls',
'bestcharset',
- 'bindcount',
- 'bindone',
- 'bindparam',
'bind_blob',
'bind_double',
'bind_int',
@@ -3236,6 +3256,9 @@ MEMBERS = {
'bind_parameter_index',
'bind_text',
'bind',
+ 'bindcount',
+ 'bindone',
+ 'bindparam',
'bitand',
'bitclear',
'bitflip',
@@ -3248,28 +3271,29 @@ MEMBERS = {
'bittest',
'bitxor',
'blur',
- 'bodybytes',
'body',
+ 'bodybytes',
'boundary',
'bptoxml',
'bptypetostr',
+ 'bucketnumber',
'buff',
'buildquery',
'businessdaysbetween',
- 'bytes',
'by',
+ 'bytes',
'cachedappprefix',
'cachedroot',
'callboolean',
- 'callfirst',
- 'callint',
'callbooleanmethod',
'callbytemethod',
'callcharmethod',
'calldoublemethod',
'calledname',
- 'callfloatmethod',
+ 'callfirst',
'callfloat',
+ 'callfloatmethod',
+ 'callint',
'callintmethod',
'calllongmethod',
'callnonvirtualbooleanmethod',
@@ -3282,35 +3306,35 @@ MEMBERS = {
'callnonvirtualobjectmethod',
'callnonvirtualshortmethod',
'callnonvirtualvoidmethod',
- 'callobjectmethod',
'callobject',
+ 'callobjectmethod',
'callshortmethod',
'callsite_col',
'callsite_file',
'callsite_line',
'callstack',
- 'callstaticbooleanmethod',
'callstaticboolean',
+ 'callstaticbooleanmethod',
'callstaticbytemethod',
'callstaticcharmethod',
'callstaticdoublemethod',
'callstaticfloatmethod',
- 'callstaticintmethod',
'callstaticint',
+ 'callstaticintmethod',
'callstaticlongmethod',
- 'callstaticobjectmethod',
'callstaticobject',
+ 'callstaticobjectmethod',
'callstaticshortmethod',
'callstaticstring',
'callstaticvoidmethod',
'callstring',
- 'callvoidmethod',
'callvoid',
+ 'callvoidmethod',
'cancel',
- 'capabilities',
+ 'cap',
'capa',
+ 'capabilities',
'capi',
- 'cap',
'cbrt',
'cc',
'ceil',
@@ -3319,24 +3343,26 @@ MEMBERS = {
'charset',
'chartype',
'checkdebugging',
- 'checkuser',
'checked',
+ 'checkuser',
'childnodes',
'chk',
'chmod',
'choosecolumntype',
'chown',
'chunked',
- 'classid',
+ 'circle',
'class',
+ 'classid',
'clear',
'clonenode',
+ 'close',
+ 'closepath',
'closeprepared',
'closewrite',
- 'close',
+ 'code',
'codebase',
'codetype',
- 'code',
'colmap',
'colorspace',
'column_blob',
@@ -3349,70 +3375,77 @@ MEMBERS = {
'column_type',
'command',
'comments',
- 'comparecodepointorder',
'compare',
+ 'comparecodepointorder',
'componentdelimiter',
'components',
'composite',
'compress',
+ 'concat',
'condtoint',
- 'configuredskeys',
'configureds',
- 'connhandler',
- 'connectionhandler',
- 'connection',
+ 'configuredskeys',
'connect',
+ 'connection',
+ 'connectionhandler',
+ 'connhandler',
'consume_domain',
'consume_label',
'consume_message',
'consume_rdata',
'consume_string',
'contains',
- 'contentlength',
- 'contenttype',
'content_disposition',
'content_transfer_encoding',
'content_type',
- 'contents',
'content',
+ 'contentlength',
+ 'contents',
+ 'contenttype',
+ 'continuation',
'continuationpacket',
'continuationpoint',
'continuationstack',
- 'continuation',
'continue',
'contrast',
'conventionaltop',
'convert',
+ 'cookie',
+ 'cookies',
'cookiesarray',
'cookiesary',
- 'cookies',
- 'cookie',
'copyto',
- 'cosh',
'cos',
- 'countusersbygroup',
- 'country',
+ 'cosh',
'count',
+ 'countkeys',
+ 'country',
+ 'countusersbygroup',
'crc',
- 'createdocumenttype',
- 'createdocument',
- 'createtable',
- 'createattributens',
+ 'create',
'createattribute',
+ 'createattributens',
'createcdatasection',
'createcomment',
+ 'createdocument',
'createdocumentfragment',
- 'createelementns',
+ 'createdocumenttype',
'createelement',
+ 'createelementns',
'createentityreference',
+ 'createindex',
'createprocessinginstruction',
+ 'createtable',
'createtextnode',
- 'create',
'criteria',
'crop',
'csscontent',
'curl',
+ 'current',
'currentfile',
+ 'curveto',
+ 'd',
+ 'data',
'databasecolumnnames',
'databasecolumns',
'databasemap',
@@ -3420,17 +3453,16 @@ MEMBERS = {
'datasourcecolumnnames',
'datasourcecolumns',
'datasourcemap',
- 'data',
'date',
+ 'day',
'dayofmonth',
- 'dayofweekinmonth',
'dayofweek',
+ 'dayofweekinmonth',
'dayofyear',
- 'daysbetween',
'days',
- 'day',
- 'dbtablestable',
+ 'daysbetween',
'db',
+ 'dbtablestable',
'debug',
'declare',
'decodebase64',
@@ -3439,21 +3471,22 @@ MEMBERS = {
'decodeqp',
'decodeurl',
'decodexml',
- 'decomposeassignment',
'decompose',
+ 'decomposeassignment',
'defaultcontentrepresentation',
'defer',
'deg2rad',
+ 'dele',
+ 'delete',
'deletedata',
'deleteglobalref',
'deletelocalref',
- 'delete',
- 'dele',
'delim',
'depth',
'dereferencepointer',
'describe',
'description',
+ 'deserialize',
'detach',
'detectcharset',
'didinclude',
@@ -3467,77 +3500,80 @@ MEMBERS = {
'displayvariant',
'div',
'dns_response',
+ 'do',
'doatbegins',
'doatends',
- 'doclose',
- 'domainbody',
- 'dosessions',
- 'dowithclose',
'doccomment',
+ 'doclose',
'doctype',
+ 'document',
'documentelement',
'documentroot',
- 'document',
+ 'domainbody',
'done',
+ 'dosessions',
+ 'dowithclose',
'dowlocal',
'download',
- 'do',
- 'dstable',
+ 'drawtext',
+ 'drop',
+ 'dropindex',
'dsdbtable',
'dshoststable',
'dsinfo',
- 'dstoffset',
'dst',
+ 'dstable',
+ 'dstoffset',
'dtdid',
- 'dup2',
'dup',
- 'd',
+ 'dup2',
+ 'each',
'eachbyte',
'eachcharacter',
'eachchild',
'eachcomponent',
- 'eachdirpathrecursive',
- 'eachdirpath',
'eachdir',
+ 'eachdirpath',
+ 'eachdirpathrecursive',
'eachentry',
+ 'eachfile',
'eachfilename',
- 'eachfilepathrecursive',
'eachfilepath',
- 'eachfile',
+ 'eachfilepathrecursive',
'eachkey',
- 'eachlinebreak',
'eachline',
+ 'eachlinebreak',
'eachmatch',
'eachnode',
'eachpair',
- 'eachpathrecursive',
'eachpath',
+ 'eachpathrecursive',
'eachrow',
'eachsub',
- 'eachwordbreak',
'eachword',
- 'each',
+ 'eachwordbreak',
'element',
- 'eligiblepaths',
'eligiblepath',
- 'encodepassword',
+ 'eligiblepaths',
'encodebase64',
'encodehex',
- 'encodehtmltoxml',
'encodehtml',
+ 'encodehtmltoxml',
'encodemd5',
+ 'encodepassword',
'encodeqp',
- 'encodesql92',
'encodesql',
+ 'encodesql92',
'encodeurl',
+ 'encodevalue',
'encodexml',
'encoding',
'enctype',
+ 'end',
'endjs',
'endssl',
- 'endtls',
'endswith',
- 'end',
+ 'endtls',
'enhance',
'ensurestopped',
'entities',
@@ -3545,14 +3581,14 @@ MEMBERS = {
'env',
'equals',
'era',
- 'erfc',
'erf',
- 'errstack',
+ 'erfc',
+ 'err',
'errcode',
'errmsg',
- 'errors',
'error',
- 'err',
+ 'errors',
+ 'errstack',
'escape_member',
'establisherrorstate',
'exceptioncheck',
@@ -3562,39 +3598,43 @@ MEMBERS = {
'exchange',
'execinits',
'execinstalls',
+ 'execute',
'executelazy',
'executenow',
- 'execute',
'exists',
+ 'exit',
'exitcode',
+ 'exp',
+ 'expire',
'expireminutes',
'expiresminutes',
- 'expire',
'expm1',
'export16bits',
'export32bits',
'export64bits',
'export8bits',
'exportas',
- 'exportpointerbits',
- 'exportstring',
'exportbytes',
+ 'exportfdf',
+ 'exportpointerbits',
'exportsigned16bits',
'exportsigned32bits',
'exportsigned64bits',
'exportsigned8bits',
+ 'exportstring',
'expose',
- 'exp',
'extendedyear',
'extensiondelimiter',
'extensions',
- 'extractfastone',
+ 'extract',
'extractfast',
+ 'extractfastone',
+ 'extractimage',
'extractone',
- 'extract',
+ 'f',
'fabs',
- 'failnoconnectionhandler',
'fail',
+ 'failnoconnectionhandler',
'family',
'fatalerror',
'fcgireq',
@@ -3604,71 +3644,83 @@ MEMBERS = {
'fd',
'features',
'fetchdata',
+ 'fieldnames',
+ 'fieldposition',
'fieldstable',
+ 'fieldtype',
+ 'fieldvalue',
+ 'file',
+ 'filename',
'filenames',
'filequeue',
- 'fileuploadsary',
'fileuploads',
- 'filename',
- 'file',
+ 'fileuploadsary',
'filterinputcolumn',
'finalize',
- 'findinclude',
- 'findlast',
+ 'find',
'findall',
+ 'findandmodify',
+ 'findbucket',
+ 'findcase',
+ 'findclass',
'findcount',
+ 'finddescendant',
'findfirst',
+ 'findinclude',
+ 'findinctx',
'findindex',
+ 'findlast',
'findpattern',
'findposition',
'findsymbols',
- 'find',
+ 'first',
'firstchild',
'firstcomponent',
'firstdayofweek',
'firstnode',
- 'first',
'fixformat',
+ 'flags',
'fliph',
'flipv',
'floor',
'flush',
'foldcase',
'foo',
+ 'for',
+ 'forcedrowid',
+ 'foreach',
'foreachaccept',
'foreachbyte',
'foreachcharacter',
'foreachchild',
+ 'foreachday',
'foreachentry',
- 'foreachfilename',
'foreachfile',
+ 'foreachfilename',
'foreachkey',
- 'foreachlinebreak',
'foreachline',
+ 'foreachlinebreak',
'foreachmatch',
'foreachnode',
'foreachpair',
'foreachpathcomponent',
'foreachrow',
+ 'foreachspool',
'foreachsub',
'foreachwordbreak',
- 'foreach',
- 'forcedrowid',
- 'foreachday',
- 'foreachspool',
+ 'form',
+ 'format',
'formatas',
- 'formatcontextelements',
'formatcontextelement',
+ 'formatcontextelements',
'formatnumber',
- 'format',
- 'form',
- 'for',
+ 'free',
'frexp',
+ 'from',
'fromname',
'fromport',
'fromreflectedfield',
'fromreflectedmethod',
- 'from',
'front',
'fsync',
'ftpdeletefile',
@@ -3676,110 +3728,120 @@ MEMBERS = {
'ftruncate',
'fullpath',
'fx',
- 'f',
'gamma',
'gatewayinterface',
- 'generatechecksum',
'gen',
+ 'generatechecksum',
+ 'get',
+ 'getabswidth',
+ 'getalignment',
'getappsource',
+ 'getarraylength',
'getattr',
+ 'getattribute',
+ 'getattributenamespace',
+ 'getattributenode',
+ 'getattributenodens',
+ 'getattributens',
'getbarheight',
'getbarmultiplier',
'getbarwidth',
'getbaseline',
+ 'getbold',
+ 'getbooleanarrayelements',
+ 'getbooleanarrayregion',
+ 'getbooleanfield',
+ 'getbordercolor',
+ 'getborderwidth',
+ 'getbytearrayelements',
+ 'getbytearrayregion',
+ 'getbytefield',
+ 'getchararrayelements',
+ 'getchararrayregion',
+ 'getcharfield',
'getclass',
'getcode',
- 'getcolumns',
+ 'getcolor',
'getcolumn',
+ 'getcolumncount',
+ 'getcolumns',
'getdatabasebyalias',
'getdatabasebyid',
'getdatabasebyname',
'getdatabasehost',
+ 'getdatabasetable',
+ 'getdatabasetablebyalias',
'getdatabasetablebyid',
'getdatabasetablepart',
- 'getdatabasetablebyalias',
- 'getdatabasetable',
- 'getdatasourcedatabasebyid',
+ 'getdatasource',
'getdatasourcedatabase',
+ 'getdatasourcedatabasebyid',
'getdatasourcehost',
'getdatasourceid',
'getdatasourcename',
- 'getdatasource',
'getdefaultstorage',
- 'getfile',
- 'getfont',
- 'getgroupid',
- 'getgroup',
- 'gethtmlattrstring',
- 'gethtmlattr',
- 'gethostdatabase',
- 'getinclude',
- 'getlcapitype',
- 'getnode',
- 'getprowcount',
- 'getsize',
- 'getsortfieldspart',
- 'getstatus',
- 'gettablebyid',
- 'gettextalignment',
- 'gettextsize',
- 'gettrigger',
- 'getuniquealiasname',
- 'getuserbykey',
- 'getuserid',
- 'getuser',
- 'getzipfilebytes',
- 'getarraylength',
- 'getattributenamespace',
- 'getattributenodens',
- 'getattributenode',
- 'getattributens',
- 'getattribute',
- 'getbooleanarrayelements',
- 'getbooleanarrayregion',
- 'getbooleanfield',
- 'getbytearrayelements',
- 'getbytearrayregion',
- 'getbytefield',
- 'getchararrayelements',
- 'getchararrayregion',
- 'getcharfield',
'getdoublearrayelements',
'getdoublearrayregion',
'getdoublefield',
'getelementbyid',
- 'getelementsbytagnamens',
'getelementsbytagname',
- 'getfieldid',
+ 'getelementsbytagnamens',
+ 'getencoding',
+ 'getface',
'getfield',
+ 'getfieldid',
+ 'getfile',
'getfloatarrayelements',
'getfloatarrayregion',
'getfloatfield',
+ 'getfont',
'getformat',
+ 'getfullfontname',
+ 'getgroup',
+ 'getgroupid',
+ 'getheader',
+ 'getheaders',
+ 'gethostdatabase',
+ 'gethtmlattr',
+ 'gethtmlattrstring',
+ 'getinclude',
'getintarrayelements',
'getintarrayregion',
'getintfield',
'getisocomment',
+ 'getitalic',
+ 'getlasterror',
+ 'getlcapitype',
'getlibrary',
'getlongarrayelements',
'getlongarrayregion',
'getlongfield',
+ 'getmargins',
'getmethodid',
'getmode',
- 'getnameditemns',
'getnameditem',
+ 'getnameditemns',
+ 'getnode',
'getnumericvalue',
'getobjectarrayelement',
'getobjectclass',
'getobjectfield',
+ 'getpadding',
+ 'getpagenumber',
'getparts',
'getprefs',
'getpropertyvalue',
+ 'getprowcount',
+ 'getpsfontname',
'getrange',
+ 'getrowcount',
'getset',
'getshortarrayelements',
'getshortarrayregion',
'getshortfield',
+ 'getsize',
+ 'getsortfieldspart',
+ 'getspacing',
'getstaticbooleanfield',
'getstaticbytefield',
'getstaticcharfield',
@@ -3791,18 +3853,32 @@ MEMBERS = {
'getstaticmethodid',
'getstaticobjectfield',
'getstaticshortfield',
+ 'getstatus',
'getstringchars',
'getstringlength',
+ 'getstyle',
+ 'getsupportedencodings',
+ 'gettablebyid',
+ 'gettext',
+ 'gettextalignment',
+ 'gettextsize',
+ 'gettrigger',
'gettype',
- 'get',
+ 'getunderline',
+ 'getuniquealiasname',
+ 'getuser',
+ 'getuserbykey',
+ 'getuserid',
+ 'getversion',
+ 'getzipfilebytes',
'givenblock',
'gmt',
'gotconnection',
'gotfileupload',
'groupby',
'groupcolumns',
- 'groupjoin',
'groupcount',
+ 'groupjoin',
'handlebreakpointget',
'handlebreakpointlist',
'handlebreakpointremove',
@@ -3820,45 +3896,50 @@ MEMBERS = {
'handlefeatureset',
'handlelassoappcontent',
'handlelassoappresponse',
+ 'handlenested',
'handlenormalconnection',
+ 'handlepop',
'handleresource',
'handlesource',
'handlestackget',
'handlestderr',
'handlestdin',
'handlestdout',
- 'hasexpired',
- 'hasfeature',
- 'hashtmlattr',
- 'hastable',
- 'hastrailingcomponent',
+ 'handshake',
+ 'hasattribute',
'hasattributens',
'hasattributes',
- 'hasattribute',
'hasbinaryproperty',
'haschildnodes',
+ 'hasexpired',
+ 'hasfeature',
+ 'hasfield',
'hash',
+ 'hashtmlattr',
'hasmethod',
+ 'hastable',
+ 'hastrailingcomponent',
'hasvalue',
+ 'head',
+ 'header',
'headerbytes',
+ 'headers',
'headersarray',
'headersmap',
- 'headers',
- 'header',
- 'head',
'height',
'histogram',
'home',
- 'hostcolumnnames2',
+ 'host',
'hostcolumnnames',
- 'hostcolumns2',
+ 'hostcolumnnames2',
'hostcolumns',
- 'hostmap2',
+ 'hostcolumns2',
'hostdatasource',
'hostextra',
'hostid',
'hostisdynamic',
'hostmap',
+ 'hostmap2',
'hostname',
'hostpassword',
'hostport',
@@ -3868,34 +3949,36 @@ MEMBERS = {
'hosttonet32',
'hosttonet64',
'hostusername',
- 'host',
+ 'hour',
'hourofampm',
'hourofday',
'hoursbetween',
- 'hour',
- 'hreflang',
'href',
+ 'hreflang',
'htmlcontent',
- 'htmlizestacktracelink',
'htmlizestacktrace',
+ 'htmlizestacktracelink',
+ 'httpaccept',
'httpacceptencoding',
'httpacceptlanguage',
- 'httpaccept',
'httpauthorization',
'httpcachecontrol',
'httpconnection',
'httpcookie',
+ 'httpequiv',
'httphost',
'httpreferer',
'httpreferrer',
'httpuseragent',
- 'httpequiv',
'hypot',
- 'idmap',
- 'idealinmemory',
'id',
+ 'idealinmemory',
+ 'idle',
+ 'idmap',
'ifempty',
+ 'ifkey',
'ifnotempty',
+ 'ifnotkey',
'ignorecase',
'ilogb',
'imgptr',
@@ -3904,99 +3987,105 @@ MEMBERS = {
'import32bits',
'import64bits',
'import8bits',
- 'importstring',
'importas',
'importbytes',
+ 'importfdf',
'importnode',
'importpointer',
+ 'importstring',
+ 'in',
+ 'include',
'includebytes',
- 'includelibraryonce',
'includelibrary',
+ 'includelibraryonce',
'includeonce',
- 'includestack',
'includes',
- 'include',
+ 'includestack',
'indaylighttime',
'index',
- 'initrequest',
+ 'init',
'initialize',
+ 'initrequest',
'inits',
- 'init',
'inneroncompare',
+ 'input',
'inputcolumns',
'inputtype',
- 'input',
+ 'insert',
'insertback',
+ 'insertbefore',
+ 'insertdata',
'insertfirst',
'insertfrom',
'insertfront',
+ 'insertinternal',
'insertlast',
- 'insertbefore',
- 'insertdata',
- 'insert',
- 'installs',
+ 'insertpage',
'install',
- 'inttocond',
+ 'installs',
'integer',
'internalsubset',
'interrupt',
'intersection',
+ 'inttocond',
+ 'invoke',
'invokeautocollect',
'invokeuntil',
'invokewhile',
- 'invoke',
- 'in',
'ioctl',
+ 'isa',
+ 'isalive',
'isallof',
- 'isanyof',
- 'isdir',
- 'isempty',
- 'isfirststep',
- 'isfullpath',
- 'ishttps',
- 'isidle',
- 'islink',
- 'isnota',
- 'isnotempty',
- 'isnothing',
- 'isopen',
- 'issourcefile',
- 'isualphabetic',
- 'isulowercase',
- 'isuuppercase',
- 'isuwhitespace',
- 'iswhitespace',
- 'isxhr',
'isalnum',
'isalpha',
- 'isa',
+ 'isanyof',
'isbase',
'isblank',
'iscntrl',
'isdigit',
+ 'isdir',
+ 'isempty',
'isemptyelement',
+ 'isfirststep',
+ 'isfullpath',
'isgraph',
+ 'ishttps',
+ 'isidle',
'isinstanceof',
+ 'islink',
'islower',
'ismultipart',
'isnan',
+ 'isnota',
+ 'isnotempty',
+ 'isnothing',
'iso3country',
'iso3language',
+ 'isopen',
'isprint',
'ispunct',
'issameobject',
'isset',
+ 'issourcefile',
'isspace',
'isssl',
'issupported',
'istitle',
+ 'istruetype',
'istype',
+ 'isualphabetic',
+ 'isulowercase',
'isupper',
+ 'isuuppercase',
+ 'isuwhitespace',
'isvalid',
+ 'iswhitespace',
'isxdigit',
+ 'isxhr',
'item',
'j0',
'j1',
+ 'javascript',
'jbarcode',
'jcolor',
'jfont',
@@ -4014,34 +4103,37 @@ MEMBERS = {
'jtable',
'jtext',
'julianday',
+ 'kernel',
+ 'key',
'keycolumns',
'keys',
'keywords',
- 'key',
'kill',
'label',
- 'language',
'lang',
+ 'language',
+ 'last_insert_rowid',
+ 'last',
'lastaccessdate',
'lastaccesstime',
'lastchild',
'lastcomponent',
+ 'lasterror',
'lastinsertid',
'lastnode',
'lastpoint',
'lasttouched',
- 'last_insert_rowid',
- 'lasterror',
- 'last',
'lazyvalue',
'ldexp',
'leaveopen',
'left',
'length',
'lgamma',
+ 'line',
'linediffers',
'linkto',
'linktype',
+ 'list',
'listactivedatasources',
'listalldatabases',
'listalltables',
@@ -4049,16 +4141,15 @@ MEMBERS = {
'listdatasourcedatabases',
'listdatasourcehosts',
'listdatasources',
- 'listgroupsbyuser',
+ 'listen',
'listgroups',
+ 'listgroupsbyuser',
'listhostdatabases',
'listhosts',
+ 'listmethods',
'listnode',
- 'listusersbygroup',
'listusers',
- 'listen',
- 'listmethods',
- 'list',
+ 'listusersbygroup',
'loadcerts',
'loaddatasourcehostinfo',
'loaddatasourceinfo',
@@ -4067,10 +4158,10 @@ MEMBERS = {
'localname',
'locals',
'lock',
+ 'log',
'log10',
'log1p',
'logb',
- 'log',
'lookupnamespace',
'lop',
'lowagiefont',
@@ -4085,16 +4176,16 @@ MEMBERS = {
'makeurl',
'map',
'marker',
- 'matchtriggers',
- 'matchesstart',
'matches',
+ 'matchesstart',
'matchposition',
'matchstring',
+ 'matchtriggers',
+ 'max',
'maxinmemory',
- 'maxrows',
'maxlength',
+ 'maxrows',
'maxworkers',
- 'max',
'maybeslash',
'maybevalue',
'md5hex',
@@ -4102,18 +4193,18 @@ MEMBERS = {
'members',
'merge',
'meta',
- 'methodname',
'method',
- 'millisecondsinday',
+ 'methodname',
'millisecond',
+ 'millisecondsinday',
'mime_boundary',
'mime_contenttype',
'mime_hdrs',
- 'mimes',
'mime',
- 'minutesbetween',
- 'minute',
+ 'mimes',
'min',
+ 'minute',
+ 'minutesbetween',
'moddatestr',
'mode',
'modf',
@@ -4124,22 +4215,24 @@ MEMBERS = {
'monitorexit',
'month',
'moveto',
- 'movetoattributenamespace',
'movetoattribute',
+ 'movetoattributenamespace',
'movetoelement',
'movetofirstattribute',
'movetonextattribute',
'msg',
'mtime',
'multiple',
+ 'n',
+ 'name',
'named',
'namespaceuri',
- 'name',
'needinitialization',
+ 'net',
'nettohost16',
'nettohost32',
'nettohost64',
- 'net',
+ 'new',
'newbooleanarray',
'newbytearray',
'newchararray',
@@ -4148,18 +4241,17 @@ MEMBERS = {
'newglobalref',
'newintarray',
'newlongarray',
- 'newobjectarray',
'newobject',
+ 'newobjectarray',
'newshortarray',
'newstring',
- 'new',
+ 'next',
+ 'nextafter',
'nextnode',
- 'nextprunedelta',
+ 'nextprime',
'nextprune',
+ 'nextprunedelta',
'nextsibling',
- 'nextafter',
- 'next',
- 'novaluelists',
'nodeforpath',
'nodelist',
'nodename',
@@ -4169,16 +4261,15 @@ MEMBERS = {
'normalize',
'notationname',
'notations',
+ 'novaluelists',
'numsets',
- 'n',
+ 'object',
'objects',
'objecttype',
- 'object',
- 'oncomparestrict',
- 'onconvert',
- 'ontop',
'onclick',
'oncompare',
+ 'oncomparestrict',
+ 'onconvert',
'oncreate',
'ondblclick',
'onkeydown',
@@ -4191,34 +4282,33 @@ MEMBERS = {
'onmouseup',
'onreset',
'onsubmit',
+ 'ontop',
+ 'open',
'openappend',
'openread',
'opentruncate',
'openwith',
- 'openwriteonly',
'openwrite',
- 'open',
- 'orderbydescending',
+ 'openwriteonly',
'orderby',
- 'outputencoding',
- 'output',
+ 'orderbydescending',
'out',
+ 'output',
+ 'outputencoding',
'ownerdocument',
'ownerelement',
- 'pdifference',
'padleading',
'padtrailing',
'padzero',
+ 'pagecount',
+ 'pagerotation',
'pagesize',
+ 'param',
'paramdescs',
'params',
- 'param',
+ 'parent',
'parentdir',
'parentnode',
- 'parent',
- 'parseas',
- 'parsedocument',
- 'parseoneheaderline',
'parse_body',
'parse_boundary',
'parse_charset',
@@ -4230,23 +4320,27 @@ MEMBERS = {
'parse_msg',
'parse_parts',
'parse_rawhdrs',
- 'parsenumber',
'parse',
+ 'parseas',
+ 'parsedocument',
+ 'parsenumber',
+ 'parseoneheaderline',
'pass',
+ 'path',
'pathinfo',
'pathtouri',
'pathtranslated',
- 'path',
'pause',
'payload',
- 'performonce',
+ 'pdifference',
'perform',
+ 'performonce',
'perms',
'pid',
'pixel',
+ 'pm',
'polldbg',
'pollide',
- 'popinclude',
'pop_capa',
'pop_cmd',
'pop_debug',
@@ -4262,25 +4356,29 @@ MEMBERS = {
'pop_timeout',
'pop_token',
'pop',
+ 'popctx',
+ 'popinclude',
+ 'populate',
'port',
'position',
'postdispatch',
- 'postparamsary',
'postparam',
- 'poststring',
'postparams',
+ 'postparamsary',
+ 'poststring',
'pow',
'predispatch',
'prefix',
'preflight',
- 'prepared',
'prepare',
- 'previoussibling',
+ 'prepared',
+ 'pretty',
'prev',
+ 'previoussibling',
'printsimplemsg',
'private_compare',
- 'private_findlast',
'private_find',
+ 'private_findlast',
'private_merge',
'private_rebalanceforinsert',
'private_rebalanceforremove',
@@ -4298,97 +4396,104 @@ MEMBERS = {
'pullhttpheader',
'pullmimepost',
'pulloneheaderline',
- 'pullrawpostchunks',
+ 'pullpost',
'pullrawpost',
- 'pullrequestline',
+ 'pullrawpostchunks',
'pullrequest',
- 'pullurlpost',
- 'pushinclude',
+ 'pullrequestline',
'push',
+ 'pushctx',
+ 'pushinclude',
'qdarray',
'qdcount',
- 'queryparamsary',
- 'queryparams',
'queryparam',
+ 'queryparams',
+ 'queryparamsary',
'querystring',
'queue_maintenance',
'queue_messages',
'queue_status',
'queue',
'quit',
+ 'r',
+ 'raw',
'rawcontent',
- 'rawheader',
- 'rawinvokable',
'rawdiff',
+ 'rawheader',
'rawheaders',
- 'raw',
- 'readbytesfully',
+ 'rawinvokable',
+ 'read',
+ 'readattributevalue',
'readbytes',
+ 'readbytesfully',
'readdestinations',
'readerror',
'readidobjects',
'readline',
+ 'readmessage',
+ 'readnumber',
+ 'readobject',
'readobjecttcp',
'readpacket',
'readsomebytes',
- 'readattributevalue',
- 'readobject',
'readstring',
'ready',
- 'read',
'realdoc',
'realpath',
'receivefd',
'recipients',
'recover',
+ 'rect',
'rectype',
- 'redirectto',
'red',
+ 'redirectto',
+ 'referrals',
'refid',
'refobj',
'refresh',
'rel',
'remainder',
- 'remoteaddress',
'remoteaddr',
+ 'remoteaddress',
'remoteport',
+ 'remove',
+ 'removeall',
+ 'removeattribute',
+ 'removeattributenode',
+ 'removeattributens',
'removeback',
+ 'removechild',
'removedatabasetable',
+ 'removedatasource',
'removedatasourcedatabase',
'removedatasourcehost',
- 'removedatasource',
'removefield',
'removefirst',
'removefront',
'removegroup',
'removelast',
+ 'removeleading',
+ 'removenameditem',
+ 'removenameditemns',
'removenode',
'removesubnode',
'removetrailing',
+ 'removeuser',
'removeuserfromallgroups',
'removeuserfromgroup',
- 'removeuser',
- 'removeall',
- 'removeattributenode',
- 'removeattributens',
- 'removeattribute',
- 'removechild',
- 'removeleading',
- 'removenameditemns',
- 'removenameditem',
- 'remove',
+ 'rename',
'renderbytes',
'renderdocumentbytes',
'renderstring',
- 'replaceheader',
+ 'replace',
'replaceall',
'replacechild',
'replacedata',
'replacefirst',
+ 'replaceheader',
'replacepattern',
- 'replace',
- 'representnoderesult',
'representnode',
+ 'representnoderesult',
'reqid',
'requestid',
'requestmethod',
@@ -4397,6 +4502,7 @@ MEMBERS = {
'requires',
'reserve',
'reset',
+ 'resize',
'resolutionh',
'resolutionv',
'resolvelinks',
@@ -4407,35 +4513,36 @@ MEMBERS = {
'respond',
'restart',
'restname',
- 'results',
'result',
+ 'results',
'resume',
- 'retrieve',
'retr',
+ 'retrieve',
'returncolumns',
'returntype',
- 'reverse',
'rev',
+ 'reverse',
'rewind',
'right',
'rint',
'roll',
- 'rootmap',
'root',
+ 'rootmap',
'rotate',
'route',
'rowsfound',
'rset',
- 'rules',
'rule',
- 'runonce',
- 'running',
+ 'rules',
'run',
- 'r',
+ 'running',
+ 'runonce',
+ 's',
+ 'sa',
'safeexport8bits',
'sameas',
- 'savedata',
'save',
+ 'savedata',
'scalb',
'scale',
'scanfordatasource',
@@ -4443,29 +4550,31 @@ MEMBERS = {
'scanworkers',
'schemaname',
'scheme',
+ 'script',
'scriptextensions',
'scriptfilename',
'scriptname',
+ 'scripttype',
'scripturi',
'scripturl',
- 'scripttype',
- 'script',
'scrubkeywords',
- 'searchurl',
'search',
- 'secondsbetween',
+ 'searchinbucket',
+ 'searchurl',
'second',
+ 'secondsbetween',
'seek',
- 'selectmany',
- 'selected',
'select',
+ 'selected',
+ 'selectmany',
'self',
+ 'send',
'sendchunk',
+ 'sendfd',
'sendfile',
'sendpacket',
'sendresponse',
- 'sendfd',
- 'send',
+ 'separator',
'serializationelements',
'serialize',
'serveraddr',
@@ -4477,60 +4586,73 @@ MEMBERS = {
'serversoftware',
'sessionsdump',
'sessionsmap',
+ 'set',
+ 'setalignment',
'setattr',
+ 'setattribute',
+ 'setattributenode',
+ 'setattributenodens',
+ 'setattributens',
'setbarheight',
'setbarmultiplier',
'setbarwidth',
- 'setcode',
- 'setcookie',
- 'setdefaultstorage',
- 'setencoding',
- 'setgeneratechecksum',
- 'sethtmlattr',
- 'setheaders',
- 'setname',
- 'setrange',
- 'setshowchecksum',
- 'setstatus',
- 'settextalignment',
- 'settextsize',
- 'setattributenodens',
- 'setattributenode',
- 'setattributens',
- 'setattribute',
+ 'setbaseline',
+ 'setbold',
'setbooleanarrayregion',
'setbooleanfield',
+ 'setbordercolor',
+ 'setborderwidth',
'setbytearrayregion',
'setbytefield',
'setchararrayregion',
'setcharfield',
+ 'setcode',
+ 'setcolor',
'setcolorspace',
+ 'setcookie',
'setcwd',
+ 'setdefaultstorage',
'setdestination',
'setdoublearrayregion',
'setdoublefield',
+ 'setencoding',
+ 'setface',
+ 'setfieldvalue',
'setfindpattern',
'setfloatarrayregion',
'setfloatfield',
+ 'setfont',
'setformat',
+ 'setgeneratechecksum',
+ 'setheaders',
+ 'sethtmlattr',
'setignorecase',
'setinput',
'setintarrayregion',
'setintfield',
+ 'setitalic',
+ 'setlinewidth',
'setlongarrayregion',
'setlongfield',
'setmarker',
'setmaxfilesize',
'setmode',
- 'setnameditemns',
+ 'setname',
'setnameditem',
+ 'setnameditemns',
'setobjectarrayelement',
'setobjectfield',
+ 'setpadding',
+ 'setpagenumber',
+ 'setpagerange',
'setposition',
+ 'setrange',
'setreplacepattern',
'setshortarrayregion',
'setshortfield',
+ 'setshowchecksum',
'setsize',
+ 'setspacing',
'setstaticbooleanfield',
'setstaticbytefield',
'setstaticcharfield',
@@ -4540,106 +4662,115 @@ MEMBERS = {
'setstaticlongfield',
'setstaticobjectfield',
'setstaticshortfield',
+ 'setstatus',
+ 'settextalignment',
+ 'settextsize',
'settimezone',
'settrait',
- 'set',
+ 'setunderline',
'sharpen',
'shouldabort',
'shouldclose',
'showchecksum',
'showcode39startstop',
'showeanguardbars',
- 'shutdownrdwr',
'shutdownrd',
+ 'shutdownrdwr',
'shutdownwr',
- 'sinh',
'sin',
+ 'sinh',
'size',
- 'skiprows',
'skip',
- 'sortcolumns',
+ 'skiprows',
'sort',
+ 'sortcolumns',
+ 'source',
'sourcecolumn',
- 'sourceline',
'sourcefile',
- 'source',
+ 'sourceline',
'specified',
+ 'split',
'splitconnection',
'splitdebuggingthread',
'splitextension',
- 'splittoprivatedev',
- 'splituppath',
'splittext',
'splitthread',
- 'split',
- 'sqlite3',
+ 'splittoprivatedev',
+ 'splituppath',
'sql',
+ 'sqlite3',
'sqrt',
- 'srcpath',
'src',
+ 'srcpath',
'sslerrfail',
+ 'stack',
'standby',
+ 'start',
'startone',
'startup',
- 'start',
- 'statementonly',
+ 'stat',
'statement',
+ 'statementonly',
+ 'stats',
+ 'status',
'statuscode',
'statusmsg',
- 'status',
- 'stat',
'stdin',
'step',
'stls',
- 'stoprunning',
'stop',
+ 'stoprunning',
+ 'storedata',
'stripfirstcomponent',
'striplastcomponent',
- 'styletype',
'style',
- 'subnodes',
- 'subnode',
+ 'styletype',
+ 'sub',
'subject',
+ 'subnode',
+ 'subnodes',
'substringdata',
'subtract',
'subtraits',
- 'sub',
'sum',
'supportscontentrepresentation',
'swapbytes',
'systemid',
- 's',
- 'tabstr',
+ 't',
'tabindex',
+ 'table',
'tablecolumnnames',
'tablecolumns',
'tablehascolumn',
+ 'tableizestacktrace',
+ 'tableizestacktracelink',
'tablemap',
'tablename',
'tables',
- 'table',
'tabs',
- 'tagname',
+ 'tabstr',
'tag',
+ 'tagname',
'take',
- 'tanh',
'tan',
+ 'tanh',
'target',
'tasks',
'tb',
'tell',
'testexitcode',
'testlock',
- 'thenbydescending',
+ 'textwidth',
'thenby',
+ 'thenbydescending',
'threadreaddesc',
- 'thrownew',
'throw',
- 'timezone',
+ 'thrownew',
'time',
- 'titlecase',
+ 'timezone',
'title',
- 'toxmlstring',
+ 'titlecase',
+ 'to',
'token',
'tolower',
'top',
@@ -4649,7 +4780,7 @@ MEMBERS = {
'totitle',
'touch',
'toupper',
- 'to',
+ 'toxmlstring',
'trace',
'trackingid',
'trait',
@@ -4660,9 +4791,8 @@ MEMBERS = {
'tryfinderrorfile',
'trylock',
'tryreadobject',
- 'typename',
'type',
- 't',
+ 'typename',
'uidl',
'uncompress',
'unescape',
@@ -4670,59 +4800,64 @@ MEMBERS = {
'uniqueid',
'unlock',
'unspool',
+ 'up',
+ 'update',
'updategroup',
'upload',
'uppercase',
- 'up',
'url',
+ 'used',
'usemap',
- 'usercolumns',
'user',
- 'validatesessionstable',
+ 'usercolumns',
'valid',
- 'values',
+ 'validate',
+ 'validatesessionstable',
'value',
+ 'values',
+ 'valuetype',
'variant',
'version',
- 'waitforcompletion',
'wait',
+ 'waitforcompletion',
'warnings',
+ 'week',
'weekofmonth',
'weekofyear',
- 'week',
'where',
'width',
'workers',
'workinginputcolumns',
'workingkeycolumns',
+ 'workingkeyfield_name',
'workingreturncolumns',
'workingsortcolumns',
- 'workingkeyfield_name',
+ 'write',
'writebodybytes',
'writebytes',
+ 'writeheader',
'writeheaderbytes',
'writeheaderline',
- 'writeheader',
'writeid',
+ 'writemessage',
+ 'writeobject',
'writeobjecttcp',
'writestring',
- 'writeobject',
- 'write',
'wroteheaders',
'xhtml',
'xmllang',
'y0',
'y1',
- 'yearwoy',
'year',
+ 'yearwoy',
'yn',
+ 'z',
+ 'zip',
+ 'zipfile',
'zipfilename',
'zipname',
- 'zipfile',
'zips',
- 'zip',
'zoneoffset',
- 'z',
),
'Lasso 8 Member Tags': (
'accept',