mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 09:19:06 +00:00
4563 lines
204 KiB
XML
4563 lines
204 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
PHP syntax highlighting
|
|
Written by Ezra Altahan
|
|
Created 08/08/2014 | Updated 16/10/2016
|
|
Version 1.2
|
|
|
|
hello@exr.be
|
|
https://github.com/ei
|
|
-->
|
|
|
|
<SyntaxDefinition name="PHP" extensions=".php;.php3;.php4;.php5;.hh">
|
|
|
|
<Environment>
|
|
<Default color="Black" bgcolor="#FFFFFF"/>
|
|
<Selection color="Black" bgcolor="#C3C3FF"/>
|
|
<LineNumbers color="Gray" bgcolor="#FFFFFF"/>
|
|
<CaretMarker color="#F0F0F1"/>
|
|
<VRuler color="#E0E0E5"/>
|
|
|
|
<FoldLine color="#A0A0A0" bgcolor="#FFFFFF"/>
|
|
<FoldMarker color="Black" bgcolor="#FFFFFF"/>
|
|
<SelectedFoldLine color="Black" bgcolor="#FFFFFF"/>
|
|
|
|
<EOLMarkers color="#CACAD2"/>
|
|
<SpaceMarkers color="#B6B6C0"/>
|
|
<TabMarkers color="#B6B6C0"/>
|
|
<InvalidLines color="#B6B6C0"/>
|
|
</Environment>
|
|
|
|
<Properties>
|
|
<Property name="LineComment" value="//"/>
|
|
<Property name="BlockCommentBegin" value="/*"/>
|
|
<Property name="BlockCommentEnd" value="*/"/>
|
|
</Properties>
|
|
|
|
<Digits name="Digits" color="#BF382A"/>
|
|
|
|
<RuleSets>
|
|
<RuleSet ignorecase="true">
|
|
<Delimiters>~!%^*()-+=|\#/{}[]:;$"' , .</Delimiters>
|
|
|
|
<Span name="LineComment1" rule="PHPDoc" stopateol="true" color="Green" bold="false" italic="false">
|
|
<Begin>//@!/@</Begin>
|
|
</Span>
|
|
|
|
<Span name="LineComment2" stopateol="true" color="Green" bold="false" italic="false">
|
|
<Begin>#</Begin>
|
|
</Span>
|
|
|
|
<Span name="BlockComment" rule="PHPDoc" stopateol="false" color="Green" bold="false" italic="false">
|
|
<Begin>/*</Begin>
|
|
<End>*/</End>
|
|
</Span>
|
|
|
|
<Span name="String" stopateol="true" color="#808080" bold="false" italic="false" escapecharacter="\">
|
|
<Begin>"</Begin>
|
|
<End>"</End>
|
|
</Span>
|
|
|
|
<Span name="MultilineString" stopateol="false" color="#808080" bold ="false" italic ="false" escapecharacter="\">
|
|
<Begin>@@"</Begin>
|
|
<End>"</End>
|
|
</Span>
|
|
|
|
<Span name="Char" stopateol="false" color="#808080" bold="false" italic="false" escapecharacter="\">
|
|
<Begin>'</Begin>
|
|
<End>'</End>
|
|
</Span>
|
|
|
|
<!-- <MarkFollowing markmarker="true" color="#82751A" bold="false">$</MarkFollowing> -->
|
|
<MarkFollowing color="Black" bold="false" italic="true">class</MarkFollowing>
|
|
<MarkFollowing color="Purple" bold="true">trait</MarkFollowing>
|
|
<MarkFollowing color="Purple" bold="true">interface</MarkFollowing>
|
|
|
|
<KeyWords name="Punctuation" color="DarkGreen" bold="false">
|
|
<Key word="?"/>
|
|
<Key word=","/>
|
|
<Key word="."/>
|
|
<Key word="+"/>
|
|
<Key word="-"/>
|
|
<Key word="/"/>
|
|
<Key word="%"/>
|
|
<Key word="*"/>
|
|
<Key word="<"/>
|
|
<Key word=">"/>
|
|
<Key word="^"/>
|
|
<Key word="!"/>
|
|
<Key word="|"/>
|
|
</KeyWords>
|
|
|
|
<KeyWords name="Header" color="Red" bold="false">
|
|
<Key word="<?php"/>
|
|
<Key word="<?hh"/>
|
|
<Key word="?>"/>
|
|
</KeyWords>
|
|
|
|
<KeyWords name="Keywords1" color="Blue" bold="false">
|
|
<Key word="abstract"/>
|
|
<Key word="and"/>
|
|
<Key word="array"/>
|
|
<Key word="as"/>
|
|
<Key word="break"/>
|
|
<Key word="case"/>
|
|
<Key word="catch"/>
|
|
<Key word="class"/>
|
|
<Key word="clone"/>
|
|
<Key word="const"/>
|
|
<Key word="continue"/>
|
|
<Key word="declare"/>
|
|
<Key word="default"/>
|
|
<Key word="do"/>
|
|
<Key word="else"/>
|
|
<Key word="elseif"/>
|
|
<Key word="enddeclare"/>
|
|
<Key word="endfor"/>
|
|
<Key word="endforeach"/>
|
|
<Key word="endif"/>
|
|
<Key word="endswitch"/>
|
|
<Key word="endwhile"/>
|
|
<Key word="extends"/>
|
|
<Key word="final"/>
|
|
<Key word="finally"/>
|
|
<Key word="for"/>
|
|
<Key word="foreach"/>
|
|
<Key word="function"/>
|
|
<Key word="global"/>
|
|
<Key word="goto"/>
|
|
<Key word="if"/>
|
|
<Key word="implements"/>
|
|
<Key word="instanceof"/>
|
|
<Key word="insteadof"/>
|
|
<Key word="interface"/>
|
|
<Key word="namespace"/>
|
|
<Key word="new"/>
|
|
<Key word="not"/>
|
|
<Key word="or"/>
|
|
<Key word="private"/>
|
|
<Key word="protected"/>
|
|
<Key word="public"/>
|
|
<Key word="static"/>
|
|
<Key word="stdClass"/>
|
|
<Key word="switch"/>
|
|
<Key word="this"/>
|
|
<Key word="throw"/>
|
|
<Key word="trait"/>
|
|
<Key word="try"/>
|
|
<Key word="use"/>
|
|
<Key word="var"/>
|
|
<Key word="while"/>
|
|
<Key word="xor"/>
|
|
<Key word="yield"/>
|
|
</KeyWords>
|
|
|
|
<KeyWords name="Keywords2" color="Navy" bold="false">
|
|
<Key word="parent"/>
|
|
</KeyWords>
|
|
|
|
<KeyWords name="Keywords3" color="DarkViolet" bold="false">
|
|
<Key word="abs"/>
|
|
<Key word="acos"/>
|
|
<Key word="acosh"/>
|
|
<Key word="addcslashes"/>
|
|
<Key word="addslashes"/>
|
|
<Key word="apache_child_terminate"/>
|
|
<Key word="apache_get_modules"/>
|
|
<Key word="apache_get_version"/>
|
|
<Key word="apache_getenv"/>
|
|
<Key word="apache_lookup_uri"/>
|
|
<Key word="apache_note"/>
|
|
<Key word="apache_request_headers"/>
|
|
<Key word="apache_reset_timeout"/>
|
|
<Key word="apache_response_headers"/>
|
|
<Key word="apache_setenv"/>
|
|
<Key word="apc_add"/>
|
|
<Key word="apc_bin_dump"/>
|
|
<Key word="apc_bin_dumpfile"/>
|
|
<Key word="apc_bin_load"/>
|
|
<Key word="apc_bin_loadfile"/>
|
|
<Key word="apc_cache_info"/>
|
|
<Key word="apc_cas"/>
|
|
<Key word="apc_clear_cache"/>
|
|
<Key word="apc_compile_file"/>
|
|
<Key word="apc_dec"/>
|
|
<Key word="apc_define_constants"/>
|
|
<Key word="apc_delete"/>
|
|
<Key word="apc_delete_file"/>
|
|
<Key word="apc_exists"/>
|
|
<Key word="apc_fetch"/>
|
|
<Key word="apc_inc"/>
|
|
<Key word="apc_load_constants"/>
|
|
<Key word="apc_sma_info"/>
|
|
<Key word="apc_store"/>
|
|
<Key word="apd_breakpoint"/>
|
|
<Key word="apd_callstack"/>
|
|
<Key word="apd_clunk"/>
|
|
<Key word="apd_continue"/>
|
|
<Key word="apd_croak"/>
|
|
<Key word="apd_dump_function_table"/>
|
|
<Key word="apd_dump_persistent_resources"/>
|
|
<Key word="apd_dump_regular_resources"/>
|
|
<Key word="apd_echo"/>
|
|
<Key word="apd_get_active_symbols"/>
|
|
<Key word="apd_set_pprof_trace"/>
|
|
<Key word="apd_set_session"/>
|
|
<Key word="apd_set_session_trace"/>
|
|
<Key word="apd_set_session_trace_socket"/>
|
|
<Key word="array"/>
|
|
<Key word="array_change_key_case"/>
|
|
<Key word="array_chunk"/>
|
|
<Key word="array_combine"/>
|
|
<Key word="array_count_values"/>
|
|
<Key word="array_diff"/>
|
|
<Key word="array_diff_assoc"/>
|
|
<Key word="array_diff_key"/>
|
|
<Key word="array_diff_uassoc"/>
|
|
<Key word="array_diff_ukey"/>
|
|
<Key word="array_fill"/>
|
|
<Key word="array_fill_keys"/>
|
|
<Key word="array_filter"/>
|
|
<Key word="array_flip"/>
|
|
<Key word="array_intersect"/>
|
|
<Key word="array_intersect_assoc"/>
|
|
<Key word="array_intersect_key"/>
|
|
<Key word="array_intersect_uassoc"/>
|
|
<Key word="array_intersect_ukey"/>
|
|
<Key word="array_key_exists"/>
|
|
<Key word="array_keys"/>
|
|
<Key word="array_map"/>
|
|
<Key word="array_merge"/>
|
|
<Key word="array_merge_recursive"/>
|
|
<Key word="array_multisort"/>
|
|
<Key word="array_pad"/>
|
|
<Key word="array_pop"/>
|
|
<Key word="array_product"/>
|
|
<Key word="array_push"/>
|
|
<Key word="array_rand"/>
|
|
<Key word="array_reduce"/>
|
|
<Key word="array_replace"/>
|
|
<Key word="array_replace_recursive"/>
|
|
<Key word="array_reverse"/>
|
|
<Key word="array_search"/>
|
|
<Key word="array_shift"/>
|
|
<Key word="array_slice"/>
|
|
<Key word="array_splice"/>
|
|
<Key word="array_sum"/>
|
|
<Key word="array_udiff"/>
|
|
<Key word="array_udiff_assoc"/>
|
|
<Key word="array_udiff_uassoc"/>
|
|
<Key word="array_uintersect"/>
|
|
<Key word="array_uintersect_assoc"/>
|
|
<Key word="array_uintersect_uassoc"/>
|
|
<Key word="array_unique"/>
|
|
<Key word="array_unshift"/>
|
|
<Key word="array_values"/>
|
|
<Key word="array_walk"/>
|
|
<Key word="array_walk_recursive"/>
|
|
<Key word="arrayaccess"/>
|
|
<Key word="arrayiterator"/>
|
|
<Key word="arrayobject"/>
|
|
<Key word="arsort"/>
|
|
<Key word="asin"/>
|
|
<Key word="asinh"/>
|
|
<Key word="asort"/>
|
|
<Key word="assert"/>
|
|
<Key word="assert_options"/>
|
|
<Key word="atan"/>
|
|
<Key word="atan2"/>
|
|
<Key word="atanh"/>
|
|
<Key word="base64_decode"/>
|
|
<Key word="base64_encode"/>
|
|
<Key word="base_convert"/>
|
|
<Key word="basename"/>
|
|
<Key word="bbcode_add_element"/>
|
|
<Key word="bbcode_add_smiley"/>
|
|
<Key word="bbcode_create"/>
|
|
<Key word="bbcode_destroy"/>
|
|
<Key word="bbcode_parse"/>
|
|
<Key word="bbcode_set_arg_parser"/>
|
|
<Key word="bbcode_set_flags"/>
|
|
<Key word="bcadd"/>
|
|
<Key word="bccomp"/>
|
|
<Key word="bcdiv"/>
|
|
<Key word="bcmod"/>
|
|
<Key word="bcmul"/>
|
|
<Key word="bcompiler_load"/>
|
|
<Key word="bcompiler_load_exe"/>
|
|
<Key word="bcompiler_parse_class"/>
|
|
<Key word="bcompiler_read"/>
|
|
<Key word="bcompiler_write_class"/>
|
|
<Key word="bcompiler_write_constant"/>
|
|
<Key word="bcompiler_write_exe_footer"/>
|
|
<Key word="bcompiler_write_file"/>
|
|
<Key word="bcompiler_write_footer"/>
|
|
<Key word="bcompiler_write_function"/>
|
|
<Key word="bcompiler_write_functions_from_file"/>
|
|
<Key word="bcompiler_write_header"/>
|
|
<Key word="bcompiler_write_included_filename"/>
|
|
<Key word="bcpow"/>
|
|
<Key word="bcpowmod"/>
|
|
<Key word="bcscale"/>
|
|
<Key word="bcsqrt"/>
|
|
<Key word="bcsub"/>
|
|
<Key word="bin2hex"/>
|
|
<Key word="bind_textdomain_codeset"/>
|
|
<Key word="bindec"/>
|
|
<Key word="bindtextdomain"/>
|
|
<Key word="bool"/>
|
|
<Key word="bson_decode"/>
|
|
<Key word="bson_encode"/>
|
|
<Key word="bzclose"/>
|
|
<Key word="bzcompress"/>
|
|
<Key word="bzdecompress"/>
|
|
<Key word="bzerrno"/>
|
|
<Key word="bzerror"/>
|
|
<Key word="bzerrstr"/>
|
|
<Key word="bzflush"/>
|
|
<Key word="bzopen"/>
|
|
<Key word="bzread"/>
|
|
<Key word="bzwrite"/>
|
|
<Key word="cairo_create"/>
|
|
<Key word="cairo_font_face_get_type"/>
|
|
<Key word="cairo_font_face_status"/>
|
|
<Key word="cairo_font_options_create"/>
|
|
<Key word="cairo_font_options_equal"/>
|
|
<Key word="cairo_font_options_get_antialias"/>
|
|
<Key word="cairo_font_options_get_hint_metrics"/>
|
|
<Key word="cairo_font_options_get_hint_style"/>
|
|
<Key word="cairo_font_options_get_subpixel_order"/>
|
|
<Key word="cairo_font_options_hash"/>
|
|
<Key word="cairo_font_options_merge"/>
|
|
<Key word="cairo_font_options_set_antialias"/>
|
|
<Key word="cairo_font_options_set_hint_metrics"/>
|
|
<Key word="cairo_font_options_set_hint_style"/>
|
|
<Key word="cairo_font_options_set_subpixel_order"/>
|
|
<Key word="cairo_font_options_status"/>
|
|
<Key word="cairo_format_stride_for_width"/>
|
|
<Key word="cairo_image_surface_create"/>
|
|
<Key word="cairo_image_surface_create_for_data"/>
|
|
<Key word="cairo_image_surface_create_from_png"/>
|
|
<Key word="cairo_image_surface_get_data"/>
|
|
<Key word="cairo_image_surface_get_format"/>
|
|
<Key word="cairo_image_surface_get_height"/>
|
|
<Key word="cairo_image_surface_get_stride"/>
|
|
<Key word="cairo_image_surface_get_width"/>
|
|
<Key word="cairo_matrix_create_scale"/>
|
|
<Key word="cairo_matrix_create_translate"/>
|
|
<Key word="cairo_matrix_invert"/>
|
|
<Key word="cairo_matrix_multiply"/>
|
|
<Key word="cairo_matrix_rotate"/>
|
|
<Key word="cairo_matrix_transform_distance"/>
|
|
<Key word="cairo_matrix_transform_point"/>
|
|
<Key word="cairo_matrix_translate"/>
|
|
<Key word="cairo_pattern_add_color_stop_rgb"/>
|
|
<Key word="cairo_pattern_add_color_stop_rgba"/>
|
|
<Key word="cairo_pattern_create_for_surface"/>
|
|
<Key word="cairo_pattern_create_linear"/>
|
|
<Key word="cairo_pattern_create_radial"/>
|
|
<Key word="cairo_pattern_create_rgb"/>
|
|
<Key word="cairo_pattern_create_rgba"/>
|
|
<Key word="cairo_pattern_get_color_stop_count"/>
|
|
<Key word="cairo_pattern_get_color_stop_rgba"/>
|
|
<Key word="cairo_pattern_get_extend"/>
|
|
<Key word="cairo_pattern_get_filter"/>
|
|
<Key word="cairo_pattern_get_linear_points"/>
|
|
<Key word="cairo_pattern_get_matrix"/>
|
|
<Key word="cairo_pattern_get_radial_circles"/>
|
|
<Key word="cairo_pattern_get_rgba"/>
|
|
<Key word="cairo_pattern_get_surface"/>
|
|
<Key word="cairo_pattern_get_type"/>
|
|
<Key word="cairo_pattern_set_extend"/>
|
|
<Key word="cairo_pattern_set_filter"/>
|
|
<Key word="cairo_pattern_set_matrix"/>
|
|
<Key word="cairo_pattern_status"/>
|
|
<Key word="cairo_pdf_surface_create"/>
|
|
<Key word="cairo_pdf_surface_set_size"/>
|
|
<Key word="cairo_ps_get_levels"/>
|
|
<Key word="cairo_ps_level_to_string"/>
|
|
<Key word="cairo_ps_surface_create"/>
|
|
<Key word="cairo_ps_surface_dsc_begin_page_setup"/>
|
|
<Key word="cairo_ps_surface_dsc_begin_setup"/>
|
|
<Key word="cairo_ps_surface_dsc_comment"/>
|
|
<Key word="cairo_ps_surface_get_eps"/>
|
|
<Key word="cairo_ps_surface_restrict_to_level"/>
|
|
<Key word="cairo_ps_surface_set_eps"/>
|
|
<Key word="cairo_ps_surface_set_size"/>
|
|
<Key word="cairo_scaled_font_create"/>
|
|
<Key word="cairo_scaled_font_extents"/>
|
|
<Key word="cairo_scaled_font_get_ctm"/>
|
|
<Key word="cairo_scaled_font_get_font_face"/>
|
|
<Key word="cairo_scaled_font_get_font_matrix"/>
|
|
<Key word="cairo_scaled_font_get_font_options"/>
|
|
<Key word="cairo_scaled_font_get_scale_matrix"/>
|
|
<Key word="cairo_scaled_font_get_type"/>
|
|
<Key word="cairo_scaled_font_glyph_extents"/>
|
|
<Key word="cairo_scaled_font_status"/>
|
|
<Key word="cairo_scaled_font_text_extents"/>
|
|
<Key word="cairo_surface_copy_page"/>
|
|
<Key word="cairo_surface_create_similar"/>
|
|
<Key word="cairo_surface_finish"/>
|
|
<Key word="cairo_surface_flush"/>
|
|
<Key word="cairo_surface_get_content"/>
|
|
<Key word="cairo_surface_get_device_offset"/>
|
|
<Key word="cairo_surface_get_font_options"/>
|
|
<Key word="cairo_surface_get_type"/>
|
|
<Key word="cairo_surface_mark_dirty"/>
|
|
<Key word="cairo_surface_mark_dirty_rectangle"/>
|
|
<Key word="cairo_surface_set_device_offset"/>
|
|
<Key word="cairo_surface_set_fallback_resolution"/>
|
|
<Key word="cairo_surface_show_page"/>
|
|
<Key word="cairo_surface_status"/>
|
|
<Key word="cairo_surface_write_to_png"/>
|
|
<Key word="cairo_svg_surface_create"/>
|
|
<Key word="cairo_svg_surface_restrict_to_version"/>
|
|
<Key word="cairo_svg_version_to_string"/>
|
|
<Key word="cal_days_in_month"/>
|
|
<Key word="cal_from_jd"/>
|
|
<Key word="cal_info"/>
|
|
<Key word="cal_to_jd"/>
|
|
<Key word="calcul_hmac"/>
|
|
<Key word="calculhmac"/>
|
|
<Key word="call_user_func"/>
|
|
<Key word="call_user_func_array"/>
|
|
<Key word="call_user_method"/>
|
|
<Key word="call_user_method_array"/>
|
|
<Key word="ceil"/>
|
|
<Key word="char"/>
|
|
<Key word="chdb_create"/>
|
|
<Key word="chdir"/>
|
|
<Key word="checkdate"/>
|
|
<Key word="checkdnsrr"/>
|
|
<Key word="chgrp"/>
|
|
<Key word="chmod"/>
|
|
<Key word="chop"/>
|
|
<Key word="chown"/>
|
|
<Key word="chr"/>
|
|
<Key word="chroot"/>
|
|
<Key word="chunk_split"/>
|
|
<Key word="class_alias"/>
|
|
<Key word="class_exists"/>
|
|
<Key word="class_implements"/>
|
|
<Key word="class_parents"/>
|
|
<Key word="clearstatcache"/>
|
|
<Key word="closedir"/>
|
|
<Key word="closelog"/>
|
|
<Key word="com_create_guid"/>
|
|
<Key word="com_event_sink"/>
|
|
<Key word="com_get"/>
|
|
<Key word="com_get_active_object"/>
|
|
<Key word="com_invoke"/>
|
|
<Key word="com_load"/>
|
|
<Key word="com_load_typelib"/>
|
|
<Key word="com_message_pump"/>
|
|
<Key word="com_print_typeinfo"/>
|
|
<Key word="com_propget"/>
|
|
<Key word="com_propput"/>
|
|
<Key word="com_set"/>
|
|
<Key word="compact"/>
|
|
<Key word="connection_aborted"/>
|
|
<Key word="connection_status"/>
|
|
<Key word="connection_timeout"/>
|
|
<Key word="constant"/>
|
|
<Key word="convert_cyr_string"/>
|
|
<Key word="convert_uudecode"/>
|
|
<Key word="convert_uuencode"/>
|
|
<Key word="copy"/>
|
|
<Key word="cos"/>
|
|
<Key word="cosh"/>
|
|
<Key word="count"/>
|
|
<Key word="count_chars"/>
|
|
<Key word="crc32"/>
|
|
<Key word="create_function"/>
|
|
<Key word="crypt"/>
|
|
<Key word="ctype_alnum"/>
|
|
<Key word="ctype_alpha"/>
|
|
<Key word="ctype_cntrl"/>
|
|
<Key word="ctype_digit"/>
|
|
<Key word="ctype_graph"/>
|
|
<Key word="ctype_lower"/>
|
|
<Key word="ctype_print"/>
|
|
<Key word="ctype_punct"/>
|
|
<Key word="ctype_space"/>
|
|
<Key word="ctype_upper"/>
|
|
<Key word="ctype_xdigit"/>
|
|
<Key word="cubrid_affected_rows"/>
|
|
<Key word="cubrid_bind"/>
|
|
<Key word="cubrid_client_encoding"/>
|
|
<Key word="cubrid_close"/>
|
|
<Key word="cubrid_close_prepare"/>
|
|
<Key word="cubrid_close_request"/>
|
|
<Key word="cubrid_col_get"/>
|
|
<Key word="cubrid_col_size"/>
|
|
<Key word="cubrid_column_names"/>
|
|
<Key word="cubrid_column_types"/>
|
|
<Key word="cubrid_commit"/>
|
|
<Key word="cubrid_connect"/>
|
|
<Key word="cubrid_connect_with_url"/>
|
|
<Key word="cubrid_current_oid"/>
|
|
<Key word="cubrid_data_seek"/>
|
|
<Key word="cubrid_db_name"/>
|
|
<Key word="cubrid_disconnect"/>
|
|
<Key word="cubrid_drop"/>
|
|
<Key word="cubrid_errno"/>
|
|
<Key word="cubrid_error"/>
|
|
<Key word="cubrid_error_code"/>
|
|
<Key word="cubrid_error_code_facility"/>
|
|
<Key word="cubrid_error_msg"/>
|
|
<Key word="cubrid_execute"/>
|
|
<Key word="cubrid_fetch"/>
|
|
<Key word="cubrid_fetch_array"/>
|
|
<Key word="cubrid_fetch_assoc"/>
|
|
<Key word="cubrid_fetch_field"/>
|
|
<Key word="cubrid_fetch_lengths"/>
|
|
<Key word="cubrid_fetch_object"/>
|
|
<Key word="cubrid_fetch_row"/>
|
|
<Key word="cubrid_field_flags"/>
|
|
<Key word="cubrid_field_len"/>
|
|
<Key word="cubrid_field_name"/>
|
|
<Key word="cubrid_field_seek"/>
|
|
<Key word="cubrid_field_table"/>
|
|
<Key word="cubrid_field_type"/>
|
|
<Key word="cubrid_free_result"/>
|
|
<Key word="cubrid_get"/>
|
|
<Key word="cubrid_get_autocommit"/>
|
|
<Key word="cubrid_get_charset"/>
|
|
<Key word="cubrid_get_class_name"/>
|
|
<Key word="cubrid_get_client_info"/>
|
|
<Key word="cubrid_get_db_parameter"/>
|
|
<Key word="cubrid_get_server_info"/>
|
|
<Key word="cubrid_insert_id"/>
|
|
<Key word="cubrid_is_instance"/>
|
|
<Key word="cubrid_list_dbs"/>
|
|
<Key word="cubrid_lob_close"/>
|
|
<Key word="cubrid_lob_export"/>
|
|
<Key word="cubrid_lob_get"/>
|
|
<Key word="cubrid_lob_send"/>
|
|
<Key word="cubrid_lob_size"/>
|
|
<Key word="cubrid_lock_read"/>
|
|
<Key word="cubrid_lock_write"/>
|
|
<Key word="cubrid_move_cursor"/>
|
|
<Key word="cubrid_next_result"/>
|
|
<Key word="cubrid_num_cols"/>
|
|
<Key word="cubrid_num_fields"/>
|
|
<Key word="cubrid_num_rows"/>
|
|
<Key word="cubrid_ping"/>
|
|
<Key word="cubrid_prepare"/>
|
|
<Key word="cubrid_put"/>
|
|
<Key word="cubrid_query"/>
|
|
<Key word="cubrid_real_escape_string"/>
|
|
<Key word="cubrid_result"/>
|
|
<Key word="cubrid_rollback"/>
|
|
<Key word="cubrid_schema"/>
|
|
<Key word="cubrid_seq_drop"/>
|
|
<Key word="cubrid_seq_insert"/>
|
|
<Key word="cubrid_seq_put"/>
|
|
<Key word="cubrid_set_add"/>
|
|
<Key word="cubrid_set_autocommit"/>
|
|
<Key word="cubrid_set_db_parameter"/>
|
|
<Key word="cubrid_set_drop"/>
|
|
<Key word="cubrid_unbuffered_query"/>
|
|
<Key word="cubrid_version"/>
|
|
<Key word="curl_close"/>
|
|
<Key word="curl_copy_handle"/>
|
|
<Key word="curl_errno"/>
|
|
<Key word="curl_error"/>
|
|
<Key word="curl_exec"/>
|
|
<Key word="curl_getinfo"/>
|
|
<Key word="curl_init"/>
|
|
<Key word="curl_multi_add_handle"/>
|
|
<Key word="curl_multi_close"/>
|
|
<Key word="curl_multi_exec"/>
|
|
<Key word="curl_multi_getcontent"/>
|
|
<Key word="curl_multi_info_read"/>
|
|
<Key word="curl_multi_init"/>
|
|
<Key word="curl_multi_remove_handle"/>
|
|
<Key word="curl_multi_select"/>
|
|
<Key word="curl_setopt"/>
|
|
<Key word="curl_setopt_array"/>
|
|
<Key word="current"/>
|
|
<Key word="cyrus_authenticate"/>
|
|
<Key word="cyrus_bind"/>
|
|
<Key word="cyrus_close"/>
|
|
<Key word="cyrus_connect"/>
|
|
<Key word="cyrus_query"/>
|
|
<Key word="cyrus_unbind"/>
|
|
<Key word="date"/>
|
|
<Key word="date_add"/>
|
|
<Key word="date_create"/>
|
|
<Key word="date_create_from_format"/>
|
|
<Key word="date_date_set"/>
|
|
<Key word="date_default_timezone_get"/>
|
|
<Key word="date_default_timezone_set"/>
|
|
<Key word="date_diff"/>
|
|
<Key word="date_format"/>
|
|
<Key word="date_get_last_errors"/>
|
|
<Key word="date_interval_create_from_date_string"/>
|
|
<Key word="date_interval_format"/>
|
|
<Key word="date_isodate_set"/>
|
|
<Key word="date_modify"/>
|
|
<Key word="date_offset_get"/>
|
|
<Key word="date_parse"/>
|
|
<Key word="date_parse_from_format"/>
|
|
<Key word="date_sub"/>
|
|
<Key word="date_sun_info"/>
|
|
<Key word="date_sunrise"/>
|
|
<Key word="date_sunset"/>
|
|
<Key word="date_time_set"/>
|
|
<Key word="date_timestamp_get"/>
|
|
<Key word="date_timestamp_set"/>
|
|
<Key word="date_timezone_get"/>
|
|
<Key word="date_timezone_set"/>
|
|
<Key word="db2_autocommit"/>
|
|
<Key word="db2_bind_param"/>
|
|
<Key word="db2_client_info"/>
|
|
<Key word="db2_close"/>
|
|
<Key word="db2_column_privileges"/>
|
|
<Key word="db2_columns"/>
|
|
<Key word="db2_commit"/>
|
|
<Key word="db2_conn_error"/>
|
|
<Key word="db2_conn_errormsg"/>
|
|
<Key word="db2_connect"/>
|
|
<Key word="db2_cursor_type"/>
|
|
<Key word="db2_escape_string"/>
|
|
<Key word="db2_exec"/>
|
|
<Key word="db2_execute"/>
|
|
<Key word="db2_fetch_array"/>
|
|
<Key word="db2_fetch_assoc"/>
|
|
<Key word="db2_fetch_both"/>
|
|
<Key word="db2_fetch_object"/>
|
|
<Key word="db2_fetch_row"/>
|
|
<Key word="db2_field_display_size"/>
|
|
<Key word="db2_field_name"/>
|
|
<Key word="db2_field_num"/>
|
|
<Key word="db2_field_precision"/>
|
|
<Key word="db2_field_scale"/>
|
|
<Key word="db2_field_type"/>
|
|
<Key word="db2_field_width"/>
|
|
<Key word="db2_foreign_keys"/>
|
|
<Key word="db2_free_result"/>
|
|
<Key word="db2_free_stmt"/>
|
|
<Key word="db2_get_option"/>
|
|
<Key word="db2_last_insert_id"/>
|
|
<Key word="db2_lob_read"/>
|
|
<Key word="db2_next_result"/>
|
|
<Key word="db2_num_fields"/>
|
|
<Key word="db2_num_rows"/>
|
|
<Key word="db2_pclose"/>
|
|
<Key word="db2_pconnect"/>
|
|
<Key word="db2_prepare"/>
|
|
<Key word="db2_primary_keys"/>
|
|
<Key word="db2_procedure_columns"/>
|
|
<Key word="db2_procedures"/>
|
|
<Key word="db2_result"/>
|
|
<Key word="db2_rollback"/>
|
|
<Key word="db2_server_info"/>
|
|
<Key word="db2_set_option"/>
|
|
<Key word="db2_special_columns"/>
|
|
<Key word="db2_statistics"/>
|
|
<Key word="db2_stmt_error"/>
|
|
<Key word="db2_stmt_errormsg"/>
|
|
<Key word="db2_table_privileges"/>
|
|
<Key word="db2_tables"/>
|
|
<Key word="dba_close"/>
|
|
<Key word="dba_delete"/>
|
|
<Key word="dba_exists"/>
|
|
<Key word="dba_fetch"/>
|
|
<Key word="dba_firstkey"/>
|
|
<Key word="dba_handlers"/>
|
|
<Key word="dba_insert"/>
|
|
<Key word="dba_key_split"/>
|
|
<Key word="dba_list"/>
|
|
<Key word="dba_nextkey"/>
|
|
<Key word="dba_open"/>
|
|
<Key word="dba_optimize"/>
|
|
<Key word="dba_popen"/>
|
|
<Key word="dba_replace"/>
|
|
<Key word="dba_sync"/>
|
|
<Key word="dbase_add_record"/>
|
|
<Key word="dbase_close"/>
|
|
<Key word="dbase_create"/>
|
|
<Key word="dbase_delete_record"/>
|
|
<Key word="dbase_get_header_info"/>
|
|
<Key word="dbase_get_record"/>
|
|
<Key word="dbase_get_record_with_names"/>
|
|
<Key word="dbase_numfields"/>
|
|
<Key word="dbase_numrecords"/>
|
|
<Key word="dbase_open"/>
|
|
<Key word="dbase_pack"/>
|
|
<Key word="dbase_replace_record"/>
|
|
<Key word="dbplus_add"/>
|
|
<Key word="dbplus_aql"/>
|
|
<Key word="dbplus_chdir"/>
|
|
<Key word="dbplus_close"/>
|
|
<Key word="dbplus_curr"/>
|
|
<Key word="dbplus_errcode"/>
|
|
<Key word="dbplus_errno"/>
|
|
<Key word="dbplus_find"/>
|
|
<Key word="dbplus_first"/>
|
|
<Key word="dbplus_flush"/>
|
|
<Key word="dbplus_freealllocks"/>
|
|
<Key word="dbplus_freelock"/>
|
|
<Key word="dbplus_freerlocks"/>
|
|
<Key word="dbplus_getlock"/>
|
|
<Key word="dbplus_getunique"/>
|
|
<Key word="dbplus_info"/>
|
|
<Key word="dbplus_last"/>
|
|
<Key word="dbplus_lockrel"/>
|
|
<Key word="dbplus_next"/>
|
|
<Key word="dbplus_open"/>
|
|
<Key word="dbplus_prev"/>
|
|
<Key word="dbplus_rchperm"/>
|
|
<Key word="dbplus_rcreate"/>
|
|
<Key word="dbplus_rcrtexact"/>
|
|
<Key word="dbplus_rcrtlike"/>
|
|
<Key word="dbplus_resolve"/>
|
|
<Key word="dbplus_restorepos"/>
|
|
<Key word="dbplus_rkeys"/>
|
|
<Key word="dbplus_ropen"/>
|
|
<Key word="dbplus_rquery"/>
|
|
<Key word="dbplus_rrename"/>
|
|
<Key word="dbplus_rsecindex"/>
|
|
<Key word="dbplus_runlink"/>
|
|
<Key word="dbplus_rzap"/>
|
|
<Key word="dbplus_savepos"/>
|
|
<Key word="dbplus_setindex"/>
|
|
<Key word="dbplus_setindexbynumber"/>
|
|
<Key word="dbplus_sql"/>
|
|
<Key word="dbplus_tcl"/>
|
|
<Key word="dbplus_tremove"/>
|
|
<Key word="dbplus_undo"/>
|
|
<Key word="dbplus_undoprepare"/>
|
|
<Key word="dbplus_unlockrel"/>
|
|
<Key word="dbplus_unselect"/>
|
|
<Key word="dbplus_update"/>
|
|
<Key word="dbplus_xlockrel"/>
|
|
<Key word="dbplus_xunlockrel"/>
|
|
<Key word="dbx_close"/>
|
|
<Key word="dbx_compare"/>
|
|
<Key word="dbx_connect"/>
|
|
<Key word="dbx_error"/>
|
|
<Key word="dbx_escape_string"/>
|
|
<Key word="dbx_fetch_row"/>
|
|
<Key word="dbx_query"/>
|
|
<Key word="dbx_sort"/>
|
|
<Key word="dcgettext"/>
|
|
<Key word="dcngettext"/>
|
|
<Key word="debug_backtrace"/>
|
|
<Key word="debug_print_backtrace"/>
|
|
<Key word="debug_zval_dump"/>
|
|
<Key word="decbin"/>
|
|
<Key word="dechex"/>
|
|
<Key word="decoct"/>
|
|
<Key word="define"/>
|
|
<Key word="define_syslog_variables"/>
|
|
<Key word="defined"/>
|
|
<Key word="deg2rad"/>
|
|
<Key word="delete"/>
|
|
<Key word="dgettext"/>
|
|
<Key word="die"/>
|
|
<Key word="dio_close"/>
|
|
<Key word="dio_fcntl"/>
|
|
<Key word="dio_open"/>
|
|
<Key word="dio_read"/>
|
|
<Key word="dio_seek"/>
|
|
<Key word="dio_stat"/>
|
|
<Key word="dio_tcsetattr"/>
|
|
<Key word="dio_truncate"/>
|
|
<Key word="dio_write"/>
|
|
<Key word="dir"/>
|
|
<Key word="dirname"/>
|
|
<Key word="disk_free_space"/>
|
|
<Key word="disk_total_space"/>
|
|
<Key word="diskfreespace"/>
|
|
<Key word="dl"/>
|
|
<Key word="dngettext"/>
|
|
<Key word="dns_check_record"/>
|
|
<Key word="dns_get_mx"/>
|
|
<Key word="dns_get_record"/>
|
|
<Key word="dom_import_simplexml"/>
|
|
<Key word="double"/>
|
|
<Key word="doubleval"/>
|
|
<Key word="each"/>
|
|
<Key word="easter_date"/>
|
|
<Key word="easter_days"/>
|
|
<Key word="echo"/>
|
|
<Key word="empty"/>
|
|
<Key word="end"/>
|
|
<Key word="ereg"/>
|
|
<Key word="ereg_replace"/>
|
|
<Key word="eregi"/>
|
|
<Key word="eregi_replace"/>
|
|
<Key word="error_get_last"/>
|
|
<Key word="error_log"/>
|
|
<Key word="error_reporting"/>
|
|
<Key word="escapeshellarg"/>
|
|
<Key word="escapeshellcmd"/>
|
|
<Key word="eval"/>
|
|
<Key word="event_add"/>
|
|
<Key word="event_base_free"/>
|
|
<Key word="event_base_loop"/>
|
|
<Key word="event_base_loopbreak"/>
|
|
<Key word="event_base_loopexit"/>
|
|
<Key word="event_base_new"/>
|
|
<Key word="event_base_priority_init"/>
|
|
<Key word="event_base_set"/>
|
|
<Key word="event_buffer_base_set"/>
|
|
<Key word="event_buffer_disable"/>
|
|
<Key word="event_buffer_enable"/>
|
|
<Key word="event_buffer_fd_set"/>
|
|
<Key word="event_buffer_free"/>
|
|
<Key word="event_buffer_new"/>
|
|
<Key word="event_buffer_priority_set"/>
|
|
<Key word="event_buffer_read"/>
|
|
<Key word="event_buffer_set_callback"/>
|
|
<Key word="event_buffer_timeout_set"/>
|
|
<Key word="event_buffer_watermark_set"/>
|
|
<Key word="event_buffer_write"/>
|
|
<Key word="event_del"/>
|
|
<Key word="event_free"/>
|
|
<Key word="event_new"/>
|
|
<Key word="event_set"/>
|
|
<Key word="exception"/>
|
|
<Key word="exec"/>
|
|
<Key word="exif_imagetype"/>
|
|
<Key word="exif_read_data"/>
|
|
<Key word="exif_tagname"/>
|
|
<Key word="exif_thumbnail"/>
|
|
<Key word="exit"/>
|
|
<Key word="exp"/>
|
|
<Key word="expect_expectl"/>
|
|
<Key word="expect_popen"/>
|
|
<Key word="explode"/>
|
|
<Key word="expm1"/>
|
|
<Key word="extension_loaded"/>
|
|
<Key word="extract"/>
|
|
<Key word="ezmlm_hash"/>
|
|
<Key word="fbsql_affected_rows"/>
|
|
<Key word="fbsql_autocommit"/>
|
|
<Key word="fbsql_blob_size"/>
|
|
<Key word="fbsql_change_user"/>
|
|
<Key word="fbsql_clob_size"/>
|
|
<Key word="fbsql_close"/>
|
|
<Key word="fbsql_commit"/>
|
|
<Key word="fbsql_connect"/>
|
|
<Key word="fbsql_create_blob"/>
|
|
<Key word="fbsql_create_clob"/>
|
|
<Key word="fbsql_create_db"/>
|
|
<Key word="fbsql_data_seek"/>
|
|
<Key word="fbsql_database"/>
|
|
<Key word="fbsql_database_password"/>
|
|
<Key word="fbsql_db_query"/>
|
|
<Key word="fbsql_db_status"/>
|
|
<Key word="fbsql_drop_db"/>
|
|
<Key word="fbsql_errno"/>
|
|
<Key word="fbsql_error"/>
|
|
<Key word="fbsql_fetch_array"/>
|
|
<Key word="fbsql_fetch_assoc"/>
|
|
<Key word="fbsql_fetch_field"/>
|
|
<Key word="fbsql_fetch_lengths"/>
|
|
<Key word="fbsql_fetch_object"/>
|
|
<Key word="fbsql_fetch_row"/>
|
|
<Key word="fbsql_field_flags"/>
|
|
<Key word="fbsql_field_len"/>
|
|
<Key word="fbsql_field_name"/>
|
|
<Key word="fbsql_field_seek"/>
|
|
<Key word="fbsql_field_table"/>
|
|
<Key word="fbsql_field_type"/>
|
|
<Key word="fbsql_free_result"/>
|
|
<Key word="fbsql_get_autostart_info"/>
|
|
<Key word="fbsql_hostname"/>
|
|
<Key word="fbsql_insert_id"/>
|
|
<Key word="fbsql_list_dbs"/>
|
|
<Key word="fbsql_list_fields"/>
|
|
<Key word="fbsql_list_tables"/>
|
|
<Key word="fbsql_next_result"/>
|
|
<Key word="fbsql_num_fields"/>
|
|
<Key word="fbsql_num_rows"/>
|
|
<Key word="fbsql_password"/>
|
|
<Key word="fbsql_pconnect"/>
|
|
<Key word="fbsql_query"/>
|
|
<Key word="fbsql_read_blob"/>
|
|
<Key word="fbsql_read_clob"/>
|
|
<Key word="fbsql_result"/>
|
|
<Key word="fbsql_rollback"/>
|
|
<Key word="fbsql_rows_fetched"/>
|
|
<Key word="fbsql_select_db"/>
|
|
<Key word="fbsql_set_characterset"/>
|
|
<Key word="fbsql_set_lob_mode"/>
|
|
<Key word="fbsql_set_password"/>
|
|
<Key word="fbsql_set_transaction"/>
|
|
<Key word="fbsql_start_db"/>
|
|
<Key word="fbsql_stop_db"/>
|
|
<Key word="fbsql_table_name"/>
|
|
<Key word="fbsql_tablename"/>
|
|
<Key word="fbsql_username"/>
|
|
<Key word="fbsql_warnings"/>
|
|
<Key word="fclose"/>
|
|
<Key word="fdf_add_doc_javascript"/>
|
|
<Key word="fdf_add_template"/>
|
|
<Key word="fdf_close"/>
|
|
<Key word="fdf_create"/>
|
|
<Key word="fdf_enum_values"/>
|
|
<Key word="fdf_errno"/>
|
|
<Key word="fdf_error"/>
|
|
<Key word="fdf_get_ap"/>
|
|
<Key word="fdf_get_attachment"/>
|
|
<Key word="fdf_get_encoding"/>
|
|
<Key word="fdf_get_file"/>
|
|
<Key word="fdf_get_flags"/>
|
|
<Key word="fdf_get_opt"/>
|
|
<Key word="fdf_get_status"/>
|
|
<Key word="fdf_get_value"/>
|
|
<Key word="fdf_get_version"/>
|
|
<Key word="fdf_header"/>
|
|
<Key word="fdf_next_field_name"/>
|
|
<Key word="fdf_open"/>
|
|
<Key word="fdf_open_string"/>
|
|
<Key word="fdf_remove_item"/>
|
|
<Key word="fdf_save"/>
|
|
<Key word="fdf_save_string"/>
|
|
<Key word="fdf_set_ap"/>
|
|
<Key word="fdf_set_encoding"/>
|
|
<Key word="fdf_set_file"/>
|
|
<Key word="fdf_set_flags"/>
|
|
<Key word="fdf_set_javascript_action"/>
|
|
<Key word="fdf_set_on_import_javascript"/>
|
|
<Key word="fdf_set_opt"/>
|
|
<Key word="fdf_set_status"/>
|
|
<Key word="fdf_set_submit_form_action"/>
|
|
<Key word="fdf_set_target_frame"/>
|
|
<Key word="fdf_set_value"/>
|
|
<Key word="fdf_set_version"/>
|
|
<Key word="feof"/>
|
|
<Key word="fflush"/>
|
|
<Key word="fgetc"/>
|
|
<Key word="fgetcsv"/>
|
|
<Key word="fgets"/>
|
|
<Key word="fgetss"/>
|
|
<Key word="file"/>
|
|
<Key word="file_exists"/>
|
|
<Key word="file_get_contents"/>
|
|
<Key word="file_put_contents"/>
|
|
<Key word="fileatime"/>
|
|
<Key word="filectime"/>
|
|
<Key word="filegroup"/>
|
|
<Key word="fileinode"/>
|
|
<Key word="filemtime"/>
|
|
<Key word="fileowner"/>
|
|
<Key word="fileperms"/>
|
|
<Key word="filepro"/>
|
|
<Key word="filepro_fieldcount"/>
|
|
<Key word="filepro_fieldname"/>
|
|
<Key word="filepro_fieldtype"/>
|
|
<Key word="filepro_fieldwidth"/>
|
|
<Key word="filepro_retrieve"/>
|
|
<Key word="filepro_rowcount"/>
|
|
<Key word="filesize"/>
|
|
<Key word="filetype"/>
|
|
<Key word="filter_has_var"/>
|
|
<Key word="filter_id"/>
|
|
<Key word="filter_input"/>
|
|
<Key word="filter_input_array"/>
|
|
<Key word="filter_list"/>
|
|
<Key word="filter_var"/>
|
|
<Key word="filter_var_array"/>
|
|
<Key word="finfo_buffer"/>
|
|
<Key word="finfo_close"/>
|
|
<Key word="finfo_file"/>
|
|
<Key word="finfo_open"/>
|
|
<Key word="finfo_set_flags"/>
|
|
<Key word="float"/>
|
|
<Key word="floatval"/>
|
|
<Key word="flock"/>
|
|
<Key word="floor"/>
|
|
<Key word="flush"/>
|
|
<Key word="fmod"/>
|
|
<Key word="fnmatch"/>
|
|
<Key word="fopen"/>
|
|
<Key word="forward_static_call"/>
|
|
<Key word="forward_static_call_array"/>
|
|
<Key word="fpassthru"/>
|
|
<Key word="fprintf"/>
|
|
<Key word="fputcsv"/>
|
|
<Key word="fputs"/>
|
|
<Key word="fread"/>
|
|
<Key word="frenchtojd"/>
|
|
<Key word="fscanf"/>
|
|
<Key word="fseek"/>
|
|
<Key word="fsockopen"/>
|
|
<Key word="fstat"/>
|
|
<Key word="ftell"/>
|
|
<Key word="ftok"/>
|
|
<Key word="ftp_alloc"/>
|
|
<Key word="ftp_cdup"/>
|
|
<Key word="ftp_chdir"/>
|
|
<Key word="ftp_chmod"/>
|
|
<Key word="ftp_close"/>
|
|
<Key word="ftp_connect"/>
|
|
<Key word="ftp_delete"/>
|
|
<Key word="ftp_exec"/>
|
|
<Key word="ftp_fget"/>
|
|
<Key word="ftp_fput"/>
|
|
<Key word="ftp_get"/>
|
|
<Key word="ftp_get_option"/>
|
|
<Key word="ftp_login"/>
|
|
<Key word="ftp_mdtm"/>
|
|
<Key word="ftp_mkdir"/>
|
|
<Key word="ftp_nb_continue"/>
|
|
<Key word="ftp_nb_fget"/>
|
|
<Key word="ftp_nb_fput"/>
|
|
<Key word="ftp_nb_get"/>
|
|
<Key word="ftp_nb_put"/>
|
|
<Key word="ftp_nlist"/>
|
|
<Key word="ftp_pasv"/>
|
|
<Key word="ftp_put"/>
|
|
<Key word="ftp_pwd"/>
|
|
<Key word="ftp_quit"/>
|
|
<Key word="ftp_raw"/>
|
|
<Key word="ftp_rawlist"/>
|
|
<Key word="ftp_rename"/>
|
|
<Key word="ftp_rmdir"/>
|
|
<Key word="ftp_set_option"/>
|
|
<Key word="ftp_site"/>
|
|
<Key word="ftp_size"/>
|
|
<Key word="ftp_ssl_connect"/>
|
|
<Key word="ftp_systype"/>
|
|
<Key word="ftruncate"/>
|
|
<Key word="func_get_arg"/>
|
|
<Key word="func_get_args"/>
|
|
<Key word="func_num_args"/>
|
|
<Key word="function_exists"/>
|
|
<Key word="fwrite"/>
|
|
<Key word="gc_collect_cycles"/>
|
|
<Key word="gc_disable"/>
|
|
<Key word="gc_enable"/>
|
|
<Key word="gc_enabled"/>
|
|
<Key word="gd_info"/>
|
|
<Key word="geoip_continent_code_by_name"/>
|
|
<Key word="geoip_country_code3_by_name"/>
|
|
<Key word="geoip_country_code_by_name"/>
|
|
<Key word="geoip_country_name_by_name"/>
|
|
<Key word="geoip_database_info"/>
|
|
<Key word="geoip_db_avail"/>
|
|
<Key word="geoip_db_filename"/>
|
|
<Key word="geoip_db_get_all_info"/>
|
|
<Key word="geoip_id_by_name"/>
|
|
<Key word="geoip_isp_by_name"/>
|
|
<Key word="geoip_org_by_name"/>
|
|
<Key word="geoip_record_by_name"/>
|
|
<Key word="geoip_region_by_name"/>
|
|
<Key word="geoip_region_name_by_code"/>
|
|
<Key word="geoip_time_zone_by_country_and_region"/>
|
|
<Key word="get_browser"/>
|
|
<Key word="get_called_class"/>
|
|
<Key word="get_cfg_var"/>
|
|
<Key word="get_class"/>
|
|
<Key word="get_class_methods"/>
|
|
<Key word="get_class_vars"/>
|
|
<Key word="get_current_user"/>
|
|
<Key word="get_declared_classes"/>
|
|
<Key word="get_declared_interfaces"/>
|
|
<Key word="get_defined_constants"/>
|
|
<Key word="get_defined_functions"/>
|
|
<Key word="get_defined_vars"/>
|
|
<Key word="get_extension_funcs"/>
|
|
<Key word="get_headers"/>
|
|
<Key word="get_html_translation_table"/>
|
|
<Key word="get_include_path"/>
|
|
<Key word="get_included_files"/>
|
|
<Key word="get_loaded_extensions"/>
|
|
<Key word="get_magic_quotes_gpc"/>
|
|
<Key word="get_magic_quotes_runtime"/>
|
|
<Key word="get_meta_tags"/>
|
|
<Key word="get_object_vars"/>
|
|
<Key word="get_parent_class"/>
|
|
<Key word="get_required_files"/>
|
|
<Key word="get_resource_type"/>
|
|
<Key word="getallheaders"/>
|
|
<Key word="getcwd"/>
|
|
<Key word="getdate"/>
|
|
<Key word="getenv"/>
|
|
<Key word="gethostbyaddr"/>
|
|
<Key word="gethostbyname"/>
|
|
<Key word="gethostbynamel"/>
|
|
<Key word="gethostname"/>
|
|
<Key word="getimagesize"/>
|
|
<Key word="getlastmod"/>
|
|
<Key word="getmxrr"/>
|
|
<Key word="getmygid"/>
|
|
<Key word="getmyinode"/>
|
|
<Key word="getmypid"/>
|
|
<Key word="getmyuid"/>
|
|
<Key word="getopt"/>
|
|
<Key word="getprotobyname"/>
|
|
<Key word="getprotobynumber"/>
|
|
<Key word="getrandmax"/>
|
|
<Key word="getrusage"/>
|
|
<Key word="getservbyname"/>
|
|
<Key word="getservbyport"/>
|
|
<Key word="gettext"/>
|
|
<Key word="gettimeofday"/>
|
|
<Key word="gettype"/>
|
|
<Key word="glob"/>
|
|
<Key word="gmdate"/>
|
|
<Key word="gmmktime"/>
|
|
<Key word="gmp_abs"/>
|
|
<Key word="gmp_add"/>
|
|
<Key word="gmp_and"/>
|
|
<Key word="gmp_clrbit"/>
|
|
<Key word="gmp_cmp"/>
|
|
<Key word="gmp_com"/>
|
|
<Key word="gmp_div"/>
|
|
<Key word="gmp_div_q"/>
|
|
<Key word="gmp_div_qr"/>
|
|
<Key word="gmp_div_r"/>
|
|
<Key word="gmp_divexact"/>
|
|
<Key word="gmp_fact"/>
|
|
<Key word="gmp_gcd"/>
|
|
<Key word="gmp_gcdext"/>
|
|
<Key word="gmp_hamdist"/>
|
|
<Key word="gmp_init"/>
|
|
<Key word="gmp_intval"/>
|
|
<Key word="gmp_invert"/>
|
|
<Key word="gmp_jacobi"/>
|
|
<Key word="gmp_legendre"/>
|
|
<Key word="gmp_mod"/>
|
|
<Key word="gmp_mul"/>
|
|
<Key word="gmp_neg"/>
|
|
<Key word="gmp_nextprime"/>
|
|
<Key word="gmp_or"/>
|
|
<Key word="gmp_perfect_square"/>
|
|
<Key word="gmp_popcount"/>
|
|
<Key word="gmp_pow"/>
|
|
<Key word="gmp_powm"/>
|
|
<Key word="gmp_prob_prime"/>
|
|
<Key word="gmp_random"/>
|
|
<Key word="gmp_scan0"/>
|
|
<Key word="gmp_scan1"/>
|
|
<Key word="gmp_setbit"/>
|
|
<Key word="gmp_sign"/>
|
|
<Key word="gmp_sqrt"/>
|
|
<Key word="gmp_sqrtrem"/>
|
|
<Key word="gmp_strval"/>
|
|
<Key word="gmp_sub"/>
|
|
<Key word="gmp_testbit"/>
|
|
<Key word="gmp_xor"/>
|
|
<Key word="gmstrftime"/>
|
|
<Key word="gnupg_adddecryptkey"/>
|
|
<Key word="gnupg_addencryptkey"/>
|
|
<Key word="gnupg_addsignkey"/>
|
|
<Key word="gnupg_cleardecryptkeys"/>
|
|
<Key word="gnupg_clearencryptkeys"/>
|
|
<Key word="gnupg_clearsignkeys"/>
|
|
<Key word="gnupg_decrypt"/>
|
|
<Key word="gnupg_decryptverify"/>
|
|
<Key word="gnupg_encrypt"/>
|
|
<Key word="gnupg_encryptsign"/>
|
|
<Key word="gnupg_export"/>
|
|
<Key word="gnupg_geterror"/>
|
|
<Key word="gnupg_getprotocol"/>
|
|
<Key word="gnupg_import"/>
|
|
<Key word="gnupg_init"/>
|
|
<Key word="gnupg_keyinfo"/>
|
|
<Key word="gnupg_setarmor"/>
|
|
<Key word="gnupg_seterrormode"/>
|
|
<Key word="gnupg_setsignmode"/>
|
|
<Key word="gnupg_sign"/>
|
|
<Key word="gnupg_verify"/>
|
|
<Key word="gopher_parsedir"/>
|
|
<Key word="grapheme_extract"/>
|
|
<Key word="grapheme_stripos"/>
|
|
<Key word="grapheme_stristr"/>
|
|
<Key word="grapheme_strlen"/>
|
|
<Key word="grapheme_strpos"/>
|
|
<Key word="grapheme_strripos"/>
|
|
<Key word="grapheme_strrpos"/>
|
|
<Key word="grapheme_strstr"/>
|
|
<Key word="grapheme_substr"/>
|
|
<Key word="gregoriantojd"/>
|
|
<Key word="gupnp_context_get_host_ip"/>
|
|
<Key word="gupnp_context_get_port"/>
|
|
<Key word="gupnp_context_get_subscription_timeout"/>
|
|
<Key word="gupnp_context_host_path"/>
|
|
<Key word="gupnp_context_new"/>
|
|
<Key word="gupnp_context_set_subscription_timeout"/>
|
|
<Key word="gupnp_context_timeout_add"/>
|
|
<Key word="gupnp_context_unhost_path"/>
|
|
<Key word="gupnp_control_point_browse_start"/>
|
|
<Key word="gupnp_control_point_browse_stop"/>
|
|
<Key word="gupnp_control_point_callback_set"/>
|
|
<Key word="gupnp_control_point_new"/>
|
|
<Key word="gupnp_device_action_callback_set"/>
|
|
<Key word="gupnp_device_info_get"/>
|
|
<Key word="gupnp_device_info_get_service"/>
|
|
<Key word="gupnp_root_device_get_available"/>
|
|
<Key word="gupnp_root_device_get_relative_location"/>
|
|
<Key word="gupnp_root_device_new"/>
|
|
<Key word="gupnp_root_device_set_available"/>
|
|
<Key word="gupnp_root_device_start"/>
|
|
<Key word="gupnp_root_device_stop"/>
|
|
<Key word="gupnp_service_action_get"/>
|
|
<Key word="gupnp_service_action_return"/>
|
|
<Key word="gupnp_service_action_return_error"/>
|
|
<Key word="gupnp_service_action_set"/>
|
|
<Key word="gupnp_service_freeze_notify"/>
|
|
<Key word="gupnp_service_info_get"/>
|
|
<Key word="gupnp_service_info_get_introspection"/>
|
|
<Key word="gupnp_service_introspection_get_state_variable"/>
|
|
<Key word="gupnp_service_notify"/>
|
|
<Key word="gupnp_service_proxy_action_get"/>
|
|
<Key word="gupnp_service_proxy_action_set"/>
|
|
<Key word="gupnp_service_proxy_add_notify"/>
|
|
<Key word="gupnp_service_proxy_callback_set"/>
|
|
<Key word="gupnp_service_proxy_get_subscribed"/>
|
|
<Key word="gupnp_service_proxy_remove_notify"/>
|
|
<Key word="gupnp_service_proxy_set_subscribed"/>
|
|
<Key word="gupnp_service_thaw_notify"/>
|
|
<Key word="gzclose"/>
|
|
<Key word="gzcompress"/>
|
|
<Key word="gzdecode"/>
|
|
<Key word="gzdeflate"/>
|
|
<Key word="gzencode"/>
|
|
<Key word="gzeof"/>
|
|
<Key word="gzfile"/>
|
|
<Key word="gzgetc"/>
|
|
<Key word="gzgets"/>
|
|
<Key word="gzgetss"/>
|
|
<Key word="gzinflate"/>
|
|
<Key word="gzopen"/>
|
|
<Key word="gzpassthru"/>
|
|
<Key word="gzputs"/>
|
|
<Key word="gzread"/>
|
|
<Key word="gzrewind"/>
|
|
<Key word="gzseek"/>
|
|
<Key word="gztell"/>
|
|
<Key word="gzuncompress"/>
|
|
<Key word="gzwrite"/>
|
|
<Key word="hash"/>
|
|
<Key word="hash_algos"/>
|
|
<Key word="hash_copy"/>
|
|
<Key word="hash_file"/>
|
|
<Key word="hash_final"/>
|
|
<Key word="hash_hmac"/>
|
|
<Key word="hash_hmac_file"/>
|
|
<Key word="hash_init"/>
|
|
<Key word="hash_update"/>
|
|
<Key word="hash_update_file"/>
|
|
<Key word="hash_update_stream"/>
|
|
<Key word="header"/>
|
|
<Key word="header_register_callback"/>
|
|
<Key word="header_remove"/>
|
|
<Key word="headers_list"/>
|
|
<Key word="headers_sent"/>
|
|
<Key word="hebrev"/>
|
|
<Key word="hebrevc"/>
|
|
<Key word="hex2bin"/>
|
|
<Key word="hexdec"/>
|
|
<Key word="highlight_file"/>
|
|
<Key word="highlight_string"/>
|
|
<Key word="html_entity_decode"/>
|
|
<Key word="htmlentities"/>
|
|
<Key word="htmlspecialchars"/>
|
|
<Key word="htmlspecialchars_decode"/>
|
|
<Key word="http_build_cookie"/>
|
|
<Key word="http_build_query"/>
|
|
<Key word="http_build_str"/>
|
|
<Key word="http_build_url"/>
|
|
<Key word="http_cache_etag"/>
|
|
<Key word="http_cache_last_modified"/>
|
|
<Key word="http_chunked_decode"/>
|
|
<Key word="http_date"/>
|
|
<Key word="http_deflate"/>
|
|
<Key word="http_get"/>
|
|
<Key word="http_get_request_body"/>
|
|
<Key word="http_get_request_body_stream"/>
|
|
<Key word="http_get_request_headers"/>
|
|
<Key word="http_head"/>
|
|
<Key word="http_inflate"/>
|
|
<Key word="http_match_etag"/>
|
|
<Key word="http_match_modified"/>
|
|
<Key word="http_match_request_header"/>
|
|
<Key word="http_negotiate_charset"/>
|
|
<Key word="http_negotiate_content_type"/>
|
|
<Key word="http_negotiate_language"/>
|
|
<Key word="http_parse_cookie"/>
|
|
<Key word="http_parse_headers"/>
|
|
<Key word="http_parse_message"/>
|
|
<Key word="http_parse_params"/>
|
|
<Key word="http_persistent_handles_clean"/>
|
|
<Key word="http_persistent_handles_count"/>
|
|
<Key word="http_persistent_handles_ident"/>
|
|
<Key word="http_post_data"/>
|
|
<Key word="http_post_fields"/>
|
|
<Key word="http_put_data"/>
|
|
<Key word="http_put_file"/>
|
|
<Key word="http_put_stream"/>
|
|
<Key word="http_redirect"/>
|
|
<Key word="http_request"/>
|
|
<Key word="http_request_body_encode"/>
|
|
<Key word="http_request_method_exists"/>
|
|
<Key word="http_request_method_name"/>
|
|
<Key word="http_request_method_register"/>
|
|
<Key word="http_request_method_unregister"/>
|
|
<Key word="http_response_code"/>
|
|
<Key word="http_send_content_disposition"/>
|
|
<Key word="http_send_content_type"/>
|
|
<Key word="http_send_data"/>
|
|
<Key word="http_send_file"/>
|
|
<Key word="http_send_last_modified"/>
|
|
<Key word="http_send_status"/>
|
|
<Key word="http_send_stream"/>
|
|
<Key word="http_support"/>
|
|
<Key word="http_throttle"/>
|
|
<Key word="hypot"/>
|
|
<Key word="ibase_add_user"/>
|
|
<Key word="ibase_affected_rows"/>
|
|
<Key word="ibase_backup"/>
|
|
<Key word="ibase_blob_add"/>
|
|
<Key word="ibase_blob_cancel"/>
|
|
<Key word="ibase_blob_close"/>
|
|
<Key word="ibase_blob_create"/>
|
|
<Key word="ibase_blob_echo"/>
|
|
<Key word="ibase_blob_get"/>
|
|
<Key word="ibase_blob_import"/>
|
|
<Key word="ibase_blob_info"/>
|
|
<Key word="ibase_blob_open"/>
|
|
<Key word="ibase_close"/>
|
|
<Key word="ibase_commit"/>
|
|
<Key word="ibase_commit_ret"/>
|
|
<Key word="ibase_connect"/>
|
|
<Key word="ibase_db_info"/>
|
|
<Key word="ibase_delete_user"/>
|
|
<Key word="ibase_drop_db"/>
|
|
<Key word="ibase_errcode"/>
|
|
<Key word="ibase_errmsg"/>
|
|
<Key word="ibase_execute"/>
|
|
<Key word="ibase_fetch_assoc"/>
|
|
<Key word="ibase_fetch_object"/>
|
|
<Key word="ibase_fetch_row"/>
|
|
<Key word="ibase_field_info"/>
|
|
<Key word="ibase_free_event_handler"/>
|
|
<Key word="ibase_free_query"/>
|
|
<Key word="ibase_free_result"/>
|
|
<Key word="ibase_gen_id"/>
|
|
<Key word="ibase_maintain_db"/>
|
|
<Key word="ibase_modify_user"/>
|
|
<Key word="ibase_name_result"/>
|
|
<Key word="ibase_num_fields"/>
|
|
<Key word="ibase_num_params"/>
|
|
<Key word="ibase_param_info"/>
|
|
<Key word="ibase_pconnect"/>
|
|
<Key word="ibase_prepare"/>
|
|
<Key word="ibase_query"/>
|
|
<Key word="ibase_restore"/>
|
|
<Key word="ibase_rollback"/>
|
|
<Key word="ibase_rollback_ret"/>
|
|
<Key word="ibase_server_info"/>
|
|
<Key word="ibase_service_attach"/>
|
|
<Key word="ibase_service_detach"/>
|
|
<Key word="ibase_set_event_handler"/>
|
|
<Key word="ibase_trans"/>
|
|
<Key word="ibase_wait_event"/>
|
|
<Key word="iconv"/>
|
|
<Key word="iconv_get_encoding"/>
|
|
<Key word="iconv_mime_decode"/>
|
|
<Key word="iconv_mime_decode_headers"/>
|
|
<Key word="iconv_mime_encode"/>
|
|
<Key word="iconv_set_encoding"/>
|
|
<Key word="iconv_strlen"/>
|
|
<Key word="iconv_strpos"/>
|
|
<Key word="iconv_strrpos"/>
|
|
<Key word="iconv_substr"/>
|
|
<Key word="id3_get_frame_long_name"/>
|
|
<Key word="id3_get_frame_short_name"/>
|
|
<Key word="id3_get_genre_id"/>
|
|
<Key word="id3_get_genre_list"/>
|
|
<Key word="id3_get_genre_name"/>
|
|
<Key word="id3_get_tag"/>
|
|
<Key word="id3_get_version"/>
|
|
<Key word="id3_remove_tag"/>
|
|
<Key word="id3_set_tag"/>
|
|
<Key word="idate"/>
|
|
<Key word="idn_to_ascii"/>
|
|
<Key word="idn_to_unicode"/>
|
|
<Key word="idn_to_utf8"/>
|
|
<Key word="ifx_affected_rows"/>
|
|
<Key word="ifx_blobinfile_mode"/>
|
|
<Key word="ifx_byteasvarchar"/>
|
|
<Key word="ifx_close"/>
|
|
<Key word="ifx_connect"/>
|
|
<Key word="ifx_copy_blob"/>
|
|
<Key word="ifx_create_blob"/>
|
|
<Key word="ifx_create_char"/>
|
|
<Key word="ifx_do"/>
|
|
<Key word="ifx_error"/>
|
|
<Key word="ifx_errormsg"/>
|
|
<Key word="ifx_fetch_row"/>
|
|
<Key word="ifx_fieldproperties"/>
|
|
<Key word="ifx_fieldtypes"/>
|
|
<Key word="ifx_free_blob"/>
|
|
<Key word="ifx_free_char"/>
|
|
<Key word="ifx_free_result"/>
|
|
<Key word="ifx_get_blob"/>
|
|
<Key word="ifx_get_char"/>
|
|
<Key word="ifx_getsqlca"/>
|
|
<Key word="ifx_htmltbl_result"/>
|
|
<Key word="ifx_nullformat"/>
|
|
<Key word="ifx_num_fields"/>
|
|
<Key word="ifx_num_rows"/>
|
|
<Key word="ifx_pconnect"/>
|
|
<Key word="ifx_prepare"/>
|
|
<Key word="ifx_query"/>
|
|
<Key word="ifx_textasvarchar"/>
|
|
<Key word="ifx_update_blob"/>
|
|
<Key word="ifx_update_char"/>
|
|
<Key word="ifxus_close_slob"/>
|
|
<Key word="ifxus_create_slob"/>
|
|
<Key word="ifxus_free_slob"/>
|
|
<Key word="ifxus_open_slob"/>
|
|
<Key word="ifxus_read_slob"/>
|
|
<Key word="ifxus_seek_slob"/>
|
|
<Key word="ifxus_tell_slob"/>
|
|
<Key word="ifxus_write_slob"/>
|
|
<Key word="ignore_user_abort"/>
|
|
<Key word="iis_add_server"/>
|
|
<Key word="iis_get_dir_security"/>
|
|
<Key word="iis_get_script_map"/>
|
|
<Key word="iis_get_server_by_comment"/>
|
|
<Key word="iis_get_server_by_path"/>
|
|
<Key word="iis_get_server_rights"/>
|
|
<Key word="iis_get_service_state"/>
|
|
<Key word="iis_remove_server"/>
|
|
<Key word="iis_set_app_settings"/>
|
|
<Key word="iis_set_dir_security"/>
|
|
<Key word="iis_set_script_map"/>
|
|
<Key word="iis_set_server_rights"/>
|
|
<Key word="iis_start_server"/>
|
|
<Key word="iis_start_service"/>
|
|
<Key word="iis_stop_server"/>
|
|
<Key word="iis_stop_service"/>
|
|
<Key word="image2wbmp"/>
|
|
<Key word="image_type_to_extension"/>
|
|
<Key word="image_type_to_mime_type"/>
|
|
<Key word="imagealphablending"/>
|
|
<Key word="imageantialias"/>
|
|
<Key word="imagearc"/>
|
|
<Key word="imagechar"/>
|
|
<Key word="imagecharup"/>
|
|
<Key word="imagecolorallocate"/>
|
|
<Key word="imagecolorallocatealpha"/>
|
|
<Key word="imagecolorat"/>
|
|
<Key word="imagecolorclosest"/>
|
|
<Key word="imagecolorclosestalpha"/>
|
|
<Key word="imagecolorclosesthwb"/>
|
|
<Key word="imagecolordeallocate"/>
|
|
<Key word="imagecolorexact"/>
|
|
<Key word="imagecolorexactalpha"/>
|
|
<Key word="imagecolormatch"/>
|
|
<Key word="imagecolorresolve"/>
|
|
<Key word="imagecolorresolvealpha"/>
|
|
<Key word="imagecolorset"/>
|
|
<Key word="imagecolorsforindex"/>
|
|
<Key word="imagecolorstotal"/>
|
|
<Key word="imagecolortransparent"/>
|
|
<Key word="imageconvolution"/>
|
|
<Key word="imagecopy"/>
|
|
<Key word="imagecopymerge"/>
|
|
<Key word="imagecopymergegray"/>
|
|
<Key word="imagecopyresampled"/>
|
|
<Key word="imagecopyresized"/>
|
|
<Key word="imagecreate"/>
|
|
<Key word="imagecreatefromgd"/>
|
|
<Key word="imagecreatefromgd2"/>
|
|
<Key word="imagecreatefromgd2part"/>
|
|
<Key word="imagecreatefromgif"/>
|
|
<Key word="imagecreatefromjpeg"/>
|
|
<Key word="imagecreatefrompng"/>
|
|
<Key word="imagecreatefromstring"/>
|
|
<Key word="imagecreatefromwbmp"/>
|
|
<Key word="imagecreatefromxbm"/>
|
|
<Key word="imagecreatefromxpm"/>
|
|
<Key word="imagecreatetruecolor"/>
|
|
<Key word="imagedashedline"/>
|
|
<Key word="imagedestroy"/>
|
|
<Key word="imageellipse"/>
|
|
<Key word="imagefill"/>
|
|
<Key word="imagefilledarc"/>
|
|
<Key word="imagefilledellipse"/>
|
|
<Key word="imagefilledpolygon"/>
|
|
<Key word="imagefilledrectangle"/>
|
|
<Key word="imagefilltoborder"/>
|
|
<Key word="imagefilter"/>
|
|
<Key word="imagefontheight"/>
|
|
<Key word="imagefontwidth"/>
|
|
<Key word="imageftbbox"/>
|
|
<Key word="imagefttext"/>
|
|
<Key word="imagegammacorrect"/>
|
|
<Key word="imagegd"/>
|
|
<Key word="imagegd2"/>
|
|
<Key word="imagegif"/>
|
|
<Key word="imagegrabscreen"/>
|
|
<Key word="imagegrabwindow"/>
|
|
<Key word="imageinterlace"/>
|
|
<Key word="imageistruecolor"/>
|
|
<Key word="imagejpeg"/>
|
|
<Key word="imagelayereffect"/>
|
|
<Key word="imageline"/>
|
|
<Key word="imageloadfont"/>
|
|
<Key word="imagepalettecopy"/>
|
|
<Key word="imagepng"/>
|
|
<Key word="imagepolygon"/>
|
|
<Key word="imagepsbbox"/>
|
|
<Key word="imagepsencodefont"/>
|
|
<Key word="imagepsextendfont"/>
|
|
<Key word="imagepsfreefont"/>
|
|
<Key word="imagepsloadfont"/>
|
|
<Key word="imagepsslantfont"/>
|
|
<Key word="imagepstext"/>
|
|
<Key word="imagerectangle"/>
|
|
<Key word="imagerotate"/>
|
|
<Key word="imagesavealpha"/>
|
|
<Key word="imagesetbrush"/>
|
|
<Key word="imagesetpixel"/>
|
|
<Key word="imagesetstyle"/>
|
|
<Key word="imagesetthickness"/>
|
|
<Key word="imagesettile"/>
|
|
<Key word="imagestring"/>
|
|
<Key word="imagestringup"/>
|
|
<Key word="imagesx"/>
|
|
<Key word="imagesy"/>
|
|
<Key word="imagetruecolortopalette"/>
|
|
<Key word="imagettfbbox"/>
|
|
<Key word="imagettftext"/>
|
|
<Key word="imagetypes"/>
|
|
<Key word="imagewbmp"/>
|
|
<Key word="imagexbm"/>
|
|
<Key word="imap_8bit"/>
|
|
<Key word="imap_alerts"/>
|
|
<Key word="imap_append"/>
|
|
<Key word="imap_base64"/>
|
|
<Key word="imap_binary"/>
|
|
<Key word="imap_body"/>
|
|
<Key word="imap_bodystruct"/>
|
|
<Key word="imap_check"/>
|
|
<Key word="imap_clearflag_full"/>
|
|
<Key word="imap_close"/>
|
|
<Key word="imap_create"/>
|
|
<Key word="imap_createmailbox"/>
|
|
<Key word="imap_delete"/>
|
|
<Key word="imap_deletemailbox"/>
|
|
<Key word="imap_errors"/>
|
|
<Key word="imap_expunge"/>
|
|
<Key word="imap_fetch_overview"/>
|
|
<Key word="imap_fetchbody"/>
|
|
<Key word="imap_fetchheader"/>
|
|
<Key word="imap_fetchmime"/>
|
|
<Key word="imap_fetchstructure"/>
|
|
<Key word="imap_fetchtext"/>
|
|
<Key word="imap_gc"/>
|
|
<Key word="imap_get_quota"/>
|
|
<Key word="imap_get_quotaroot"/>
|
|
<Key word="imap_getacl"/>
|
|
<Key word="imap_getmailboxes"/>
|
|
<Key word="imap_getsubscribed"/>
|
|
<Key word="imap_header"/>
|
|
<Key word="imap_headerinfo"/>
|
|
<Key word="imap_headers"/>
|
|
<Key word="imap_last_error"/>
|
|
<Key word="imap_list"/>
|
|
<Key word="imap_listmailbox"/>
|
|
<Key word="imap_listscan"/>
|
|
<Key word="imap_listsubscribed"/>
|
|
<Key word="imap_lsub"/>
|
|
<Key word="imap_mail"/>
|
|
<Key word="imap_mail_compose"/>
|
|
<Key word="imap_mail_copy"/>
|
|
<Key word="imap_mail_move"/>
|
|
<Key word="imap_mailboxmsginfo"/>
|
|
<Key word="imap_mime_header_decode"/>
|
|
<Key word="imap_msgno"/>
|
|
<Key word="imap_mutf7_to_utf8"/>
|
|
<Key word="imap_num_msg"/>
|
|
<Key word="imap_num_recent"/>
|
|
<Key word="imap_open"/>
|
|
<Key word="imap_ping"/>
|
|
<Key word="imap_qprint"/>
|
|
<Key word="imap_rename"/>
|
|
<Key word="imap_renamemailbox"/>
|
|
<Key word="imap_reopen"/>
|
|
<Key word="imap_rfc822_parse_adrlist"/>
|
|
<Key word="imap_rfc822_parse_headers"/>
|
|
<Key word="imap_rfc822_write_address"/>
|
|
<Key word="imap_savebody"/>
|
|
<Key word="imap_scan"/>
|
|
<Key word="imap_scanmailbox"/>
|
|
<Key word="imap_search"/>
|
|
<Key word="imap_set_quota"/>
|
|
<Key word="imap_setacl"/>
|
|
<Key word="imap_setflag_full"/>
|
|
<Key word="imap_sort"/>
|
|
<Key word="imap_status"/>
|
|
<Key word="imap_subscribe"/>
|
|
<Key word="imap_thread"/>
|
|
<Key word="imap_timeout"/>
|
|
<Key word="imap_uid"/>
|
|
<Key word="imap_undelete"/>
|
|
<Key word="imap_unsubscribe"/>
|
|
<Key word="imap_utf7_decode"/>
|
|
<Key word="imap_utf7_encode"/>
|
|
<Key word="imap_utf8"/>
|
|
<Key word="implode"/>
|
|
<Key word="import_request_variables"/>
|
|
<Key word="in_array"/>
|
|
<Key word="include"/>
|
|
<Key word="include_once"/>
|
|
<Key word="inet_ntop"/>
|
|
<Key word="inet_pton"/>
|
|
<Key word="ingres_autocommit"/>
|
|
<Key word="ingres_autocommit_state"/>
|
|
<Key word="ingres_charset"/>
|
|
<Key word="ingres_close"/>
|
|
<Key word="ingres_commit"/>
|
|
<Key word="ingres_connect"/>
|
|
<Key word="ingres_cursor"/>
|
|
<Key word="ingres_errno"/>
|
|
<Key word="ingres_error"/>
|
|
<Key word="ingres_errsqlstate"/>
|
|
<Key word="ingres_escape_string"/>
|
|
<Key word="ingres_execute"/>
|
|
<Key word="ingres_fetch_array"/>
|
|
<Key word="ingres_fetch_assoc"/>
|
|
<Key word="ingres_fetch_object"/>
|
|
<Key word="ingres_fetch_proc_return"/>
|
|
<Key word="ingres_fetch_row"/>
|
|
<Key word="ingres_field_length"/>
|
|
<Key word="ingres_field_name"/>
|
|
<Key word="ingres_field_nullable"/>
|
|
<Key word="ingres_field_precision"/>
|
|
<Key word="ingres_field_scale"/>
|
|
<Key word="ingres_field_type"/>
|
|
<Key word="ingres_free_result"/>
|
|
<Key word="ingres_next_error"/>
|
|
<Key word="ingres_num_fields"/>
|
|
<Key word="ingres_num_rows"/>
|
|
<Key word="ingres_pconnect"/>
|
|
<Key word="ingres_prepare"/>
|
|
<Key word="ingres_query"/>
|
|
<Key word="ingres_result_seek"/>
|
|
<Key word="ingres_rollback"/>
|
|
<Key word="ingres_set_environment"/>
|
|
<Key word="ingres_unbuffered_query"/>
|
|
<Key word="ini_alter"/>
|
|
<Key word="ini_get"/>
|
|
<Key word="ini_get_all"/>
|
|
<Key word="ini_restore"/>
|
|
<Key word="ini_set"/>
|
|
<Key word="inotify_add_watch"/>
|
|
<Key word="inotify_init"/>
|
|
<Key word="inotify_queue_len"/>
|
|
<Key word="inotify_read"/>
|
|
<Key word="inotify_rm_watch"/>
|
|
<Key word="int"/>
|
|
<Key word="integer"/>
|
|
<Key word="interface_exists"/>
|
|
<Key word="intl_error_name"/>
|
|
<Key word="intl_get_error_code"/>
|
|
<Key word="intl_get_error_message"/>
|
|
<Key word="intl_is_failure"/>
|
|
<Key word="intval"/>
|
|
<Key word="iptcembed"/>
|
|
<Key word="iptcparse"/>
|
|
<Key word="is_a"/>
|
|
<Key word="is_array"/>
|
|
<Key word="is_bool"/>
|
|
<Key word="is_callable"/>
|
|
<Key word="is_dir"/>
|
|
<Key word="is_double"/>
|
|
<Key word="is_executable"/>
|
|
<Key word="is_file"/>
|
|
<Key word="is_finite"/>
|
|
<Key word="is_float"/>
|
|
<Key word="is_infinite"/>
|
|
<Key word="is_int"/>
|
|
<Key word="is_integer"/>
|
|
<Key word="is_link"/>
|
|
<Key word="is_long"/>
|
|
<Key word="is_nan"/>
|
|
<Key word="is_null"/>
|
|
<Key word="is_numeric"/>
|
|
<Key word="is_object"/>
|
|
<Key word="is_readable"/>
|
|
<Key word="is_real"/>
|
|
<Key word="is_resource"/>
|
|
<Key word="is_scalar"/>
|
|
<Key word="is_soap_fault"/>
|
|
<Key word="is_string"/>
|
|
<Key word="is_subclass_of"/>
|
|
<Key word="is_uploaded_file"/>
|
|
<Key word="is_writable"/>
|
|
<Key word="is_writeable"/>
|
|
<Key word="isset"/>
|
|
<Key word="iterator_apply"/>
|
|
<Key word="iterator_count"/>
|
|
<Key word="iterator_to_array"/>
|
|
<Key word="jddayofweek"/>
|
|
<Key word="jdmonthname"/>
|
|
<Key word="jdtofrench"/>
|
|
<Key word="jdtogregorian"/>
|
|
<Key word="jdtojewish"/>
|
|
<Key word="jdtojulian"/>
|
|
<Key word="jdtounix"/>
|
|
<Key word="jewishtojd"/>
|
|
<Key word="join"/>
|
|
<Key word="jpeg2wbmp"/>
|
|
<Key word="json_decode"/>
|
|
<Key word="json_encode"/>
|
|
<Key word="json_last_error"/>
|
|
<Key word="judy_type"/>
|
|
<Key word="judy_version"/>
|
|
<Key word="juliantojd"/>
|
|
<Key word="kadm5_chpass_principal"/>
|
|
<Key word="kadm5_create_principal"/>
|
|
<Key word="kadm5_delete_principal"/>
|
|
<Key word="kadm5_destroy"/>
|
|
<Key word="kadm5_flush"/>
|
|
<Key word="kadm5_get_policies"/>
|
|
<Key word="kadm5_get_principal"/>
|
|
<Key word="kadm5_get_principals"/>
|
|
<Key word="kadm5_init_with_password"/>
|
|
<Key word="kadm5_modify_principal"/>
|
|
<Key word="key"/>
|
|
<Key word="krsort"/>
|
|
<Key word="ksort"/>
|
|
<Key word="lcfirst"/>
|
|
<Key word="lcg_value"/>
|
|
<Key word="lchgrp"/>
|
|
<Key word="lchown"/>
|
|
<Key word="ldap_8859_to_t61"/>
|
|
<Key word="ldap_add"/>
|
|
<Key word="ldap_bind"/>
|
|
<Key word="ldap_close"/>
|
|
<Key word="ldap_compare"/>
|
|
<Key word="ldap_connect"/>
|
|
<Key word="ldap_count_entries"/>
|
|
<Key word="ldap_delete"/>
|
|
<Key word="ldap_dn2ufn"/>
|
|
<Key word="ldap_err2str"/>
|
|
<Key word="ldap_errno"/>
|
|
<Key word="ldap_error"/>
|
|
<Key word="ldap_explode_dn"/>
|
|
<Key word="ldap_first_attribute"/>
|
|
<Key word="ldap_first_entry"/>
|
|
<Key word="ldap_first_reference"/>
|
|
<Key word="ldap_free_result"/>
|
|
<Key word="ldap_get_attributes"/>
|
|
<Key word="ldap_get_dn"/>
|
|
<Key word="ldap_get_entries"/>
|
|
<Key word="ldap_get_option"/>
|
|
<Key word="ldap_get_values"/>
|
|
<Key word="ldap_get_values_len"/>
|
|
<Key word="ldap_list"/>
|
|
<Key word="ldap_mod_add"/>
|
|
<Key word="ldap_mod_del"/>
|
|
<Key word="ldap_mod_replace"/>
|
|
<Key word="ldap_modify"/>
|
|
<Key word="ldap_next_attribute"/>
|
|
<Key word="ldap_next_entry"/>
|
|
<Key word="ldap_next_reference"/>
|
|
<Key word="ldap_parse_reference"/>
|
|
<Key word="ldap_parse_result"/>
|
|
<Key word="ldap_read"/>
|
|
<Key word="ldap_rename"/>
|
|
<Key word="ldap_sasl_bind"/>
|
|
<Key word="ldap_search"/>
|
|
<Key word="ldap_set_option"/>
|
|
<Key word="ldap_set_rebind_proc"/>
|
|
<Key word="ldap_sort"/>
|
|
<Key word="ldap_start_tls"/>
|
|
<Key word="ldap_t61_to_8859"/>
|
|
<Key word="ldap_unbind"/>
|
|
<Key word="levenshtein"/>
|
|
<Key word="libxml_clear_errors"/>
|
|
<Key word="libxml_disable_entity_loader"/>
|
|
<Key word="libxml_get_errors"/>
|
|
<Key word="libxml_get_last_error"/>
|
|
<Key word="libxml_set_streams_context"/>
|
|
<Key word="libxml_use_internal_errors"/>
|
|
<Key word="link"/>
|
|
<Key word="linkinfo"/>
|
|
<Key word="list"/>
|
|
<Key word="localeconv"/>
|
|
<Key word="localtime"/>
|
|
<Key word="log"/>
|
|
<Key word="log10"/>
|
|
<Key word="log1p"/>
|
|
<Key word="long"/>
|
|
<Key word="long2ip"/>
|
|
<Key word="lstat"/>
|
|
<Key word="ltrim"/>
|
|
<Key word="lzf_compress"/>
|
|
<Key word="lzf_decompress"/>
|
|
<Key word="lzf_optimized_for"/>
|
|
<Key word="m_checkstatus"/>
|
|
<Key word="m_completeauthorizations"/>
|
|
<Key word="m_connect"/>
|
|
<Key word="m_connectionerror"/>
|
|
<Key word="m_deletetrans"/>
|
|
<Key word="m_destroyconn"/>
|
|
<Key word="m_destroyengine"/>
|
|
<Key word="m_getcell"/>
|
|
<Key word="m_getcellbynum"/>
|
|
<Key word="m_getcommadelimited"/>
|
|
<Key word="m_getheader"/>
|
|
<Key word="m_initconn"/>
|
|
<Key word="m_initengine"/>
|
|
<Key word="m_iscommadelimited"/>
|
|
<Key word="m_maxconntimeout"/>
|
|
<Key word="m_monitor"/>
|
|
<Key word="m_numcolumns"/>
|
|
<Key word="m_numrows"/>
|
|
<Key word="m_parsecommadelimited"/>
|
|
<Key word="m_responsekeys"/>
|
|
<Key word="m_responseparam"/>
|
|
<Key word="m_returnstatus"/>
|
|
<Key word="m_setblocking"/>
|
|
<Key word="m_setdropfile"/>
|
|
<Key word="m_setip"/>
|
|
<Key word="m_setssl"/>
|
|
<Key word="m_setssl_cafile"/>
|
|
<Key word="m_setssl_files"/>
|
|
<Key word="m_settimeout"/>
|
|
<Key word="m_sslcert_gen_hash"/>
|
|
<Key word="m_transactionssent"/>
|
|
<Key word="m_transinqueue"/>
|
|
<Key word="m_transkeyval"/>
|
|
<Key word="m_transnew"/>
|
|
<Key word="m_transsend"/>
|
|
<Key word="m_uwait"/>
|
|
<Key word="m_validateidentifier"/>
|
|
<Key word="m_verifyconnection"/>
|
|
<Key word="m_verifysslcert"/>
|
|
<Key word="magic_quotes_runtime"/>
|
|
<Key word="mail"/>
|
|
<Key word="mailparse_determine_best_xfer_encoding"/>
|
|
<Key word="mailparse_msg_create"/>
|
|
<Key word="mailparse_msg_extract_part"/>
|
|
<Key word="mailparse_msg_extract_part_file"/>
|
|
<Key word="mailparse_msg_extract_whole_part_file"/>
|
|
<Key word="mailparse_msg_free"/>
|
|
<Key word="mailparse_msg_get_part"/>
|
|
<Key word="mailparse_msg_get_part_data"/>
|
|
<Key word="mailparse_msg_get_structure"/>
|
|
<Key word="mailparse_msg_parse"/>
|
|
<Key word="mailparse_msg_parse_file"/>
|
|
<Key word="mailparse_rfc822_parse_addresses"/>
|
|
<Key word="mailparse_stream_encode"/>
|
|
<Key word="mailparse_uudecode_all"/>
|
|
<Key word="main"/>
|
|
<Key word="max"/>
|
|
<Key word="maxdb_affected_rows"/>
|
|
<Key word="maxdb_autocommit"/>
|
|
<Key word="maxdb_bind_param"/>
|
|
<Key word="maxdb_bind_result"/>
|
|
<Key word="maxdb_change_user"/>
|
|
<Key word="maxdb_character_set_name"/>
|
|
<Key word="maxdb_client_encoding"/>
|
|
<Key word="maxdb_close"/>
|
|
<Key word="maxdb_close_long_data"/>
|
|
<Key word="maxdb_commit"/>
|
|
<Key word="maxdb_connect"/>
|
|
<Key word="maxdb_connect_errno"/>
|
|
<Key word="maxdb_connect_error"/>
|
|
<Key word="maxdb_data_seek"/>
|
|
<Key word="maxdb_debug"/>
|
|
<Key word="maxdb_disable_reads_from_master"/>
|
|
<Key word="maxdb_disable_rpl_parse"/>
|
|
<Key word="maxdb_dump_debug_info"/>
|
|
<Key word="maxdb_embedded_connect"/>
|
|
<Key word="maxdb_enable_reads_from_master"/>
|
|
<Key word="maxdb_enable_rpl_parse"/>
|
|
<Key word="maxdb_errno"/>
|
|
<Key word="maxdb_error"/>
|
|
<Key word="maxdb_escape_string"/>
|
|
<Key word="maxdb_execute"/>
|
|
<Key word="maxdb_fetch"/>
|
|
<Key word="maxdb_fetch_array"/>
|
|
<Key word="maxdb_fetch_assoc"/>
|
|
<Key word="maxdb_fetch_field"/>
|
|
<Key word="maxdb_fetch_field_direct"/>
|
|
<Key word="maxdb_fetch_fields"/>
|
|
<Key word="maxdb_fetch_lengths"/>
|
|
<Key word="maxdb_fetch_object"/>
|
|
<Key word="maxdb_fetch_row"/>
|
|
<Key word="maxdb_field_count"/>
|
|
<Key word="maxdb_field_seek"/>
|
|
<Key word="maxdb_field_tell"/>
|
|
<Key word="maxdb_free_result"/>
|
|
<Key word="maxdb_get_client_info"/>
|
|
<Key word="maxdb_get_client_version"/>
|
|
<Key word="maxdb_get_host_info"/>
|
|
<Key word="maxdb_get_metadata"/>
|
|
<Key word="maxdb_get_proto_info"/>
|
|
<Key word="maxdb_get_server_info"/>
|
|
<Key word="maxdb_get_server_version"/>
|
|
<Key word="maxdb_info"/>
|
|
<Key word="maxdb_init"/>
|
|
<Key word="maxdb_insert_id"/>
|
|
<Key word="maxdb_kill"/>
|
|
<Key word="maxdb_master_query"/>
|
|
<Key word="maxdb_more_results"/>
|
|
<Key word="maxdb_multi_query"/>
|
|
<Key word="maxdb_next_result"/>
|
|
<Key word="maxdb_num_fields"/>
|
|
<Key word="maxdb_num_rows"/>
|
|
<Key word="maxdb_options"/>
|
|
<Key word="maxdb_param_count"/>
|
|
<Key word="maxdb_ping"/>
|
|
<Key word="maxdb_prepare"/>
|
|
<Key word="maxdb_query"/>
|
|
<Key word="maxdb_real_connect"/>
|
|
<Key word="maxdb_real_escape_string"/>
|
|
<Key word="maxdb_real_query"/>
|
|
<Key word="maxdb_report"/>
|
|
<Key word="maxdb_rollback"/>
|
|
<Key word="maxdb_rpl_parse_enabled"/>
|
|
<Key word="maxdb_rpl_probe"/>
|
|
<Key word="maxdb_rpl_query_type"/>
|
|
<Key word="maxdb_select_db"/>
|
|
<Key word="maxdb_send_long_data"/>
|
|
<Key word="maxdb_send_query"/>
|
|
<Key word="maxdb_server_end"/>
|
|
<Key word="maxdb_server_init"/>
|
|
<Key word="maxdb_set_opt"/>
|
|
<Key word="maxdb_sqlstate"/>
|
|
<Key word="maxdb_ssl_set"/>
|
|
<Key word="maxdb_stat"/>
|
|
<Key word="maxdb_stmt_affected_rows"/>
|
|
<Key word="maxdb_stmt_bind_param"/>
|
|
<Key word="maxdb_stmt_bind_result"/>
|
|
<Key word="maxdb_stmt_close"/>
|
|
<Key word="maxdb_stmt_close_long_data"/>
|
|
<Key word="maxdb_stmt_data_seek"/>
|
|
<Key word="maxdb_stmt_errno"/>
|
|
<Key word="maxdb_stmt_error"/>
|
|
<Key word="maxdb_stmt_execute"/>
|
|
<Key word="maxdb_stmt_fetch"/>
|
|
<Key word="maxdb_stmt_free_result"/>
|
|
<Key word="maxdb_stmt_init"/>
|
|
<Key word="maxdb_stmt_num_rows"/>
|
|
<Key word="maxdb_stmt_param_count"/>
|
|
<Key word="maxdb_stmt_prepare"/>
|
|
<Key word="maxdb_stmt_reset"/>
|
|
<Key word="maxdb_stmt_result_metadata"/>
|
|
<Key word="maxdb_stmt_send_long_data"/>
|
|
<Key word="maxdb_stmt_sqlstate"/>
|
|
<Key word="maxdb_stmt_store_result"/>
|
|
<Key word="maxdb_store_result"/>
|
|
<Key word="maxdb_thread_id"/>
|
|
<Key word="maxdb_thread_safe"/>
|
|
<Key word="maxdb_use_result"/>
|
|
<Key word="maxdb_warning_count"/>
|
|
<Key word="mb_check_encoding"/>
|
|
<Key word="mb_convert_case"/>
|
|
<Key word="mb_convert_encoding"/>
|
|
<Key word="mb_convert_kana"/>
|
|
<Key word="mb_convert_variables"/>
|
|
<Key word="mb_decode_mimeheader"/>
|
|
<Key word="mb_decode_numericentity"/>
|
|
<Key word="mb_detect_encoding"/>
|
|
<Key word="mb_detect_order"/>
|
|
<Key word="mb_encode_mimeheader"/>
|
|
<Key word="mb_encode_numericentity"/>
|
|
<Key word="mb_encoding_aliases"/>
|
|
<Key word="mb_ereg"/>
|
|
<Key word="mb_ereg_match"/>
|
|
<Key word="mb_ereg_replace"/>
|
|
<Key word="mb_ereg_search"/>
|
|
<Key word="mb_ereg_search_getpos"/>
|
|
<Key word="mb_ereg_search_getregs"/>
|
|
<Key word="mb_ereg_search_init"/>
|
|
<Key word="mb_ereg_search_pos"/>
|
|
<Key word="mb_ereg_search_regs"/>
|
|
<Key word="mb_ereg_search_setpos"/>
|
|
<Key word="mb_eregi"/>
|
|
<Key word="mb_eregi_replace"/>
|
|
<Key word="mb_get_info"/>
|
|
<Key word="mb_http_input"/>
|
|
<Key word="mb_http_output"/>
|
|
<Key word="mb_internal_encoding"/>
|
|
<Key word="mb_language"/>
|
|
<Key word="mb_list_encodings"/>
|
|
<Key word="mb_output_handler"/>
|
|
<Key word="mb_parse_str"/>
|
|
<Key word="mb_preferred_mime_name"/>
|
|
<Key word="mb_regex_encoding"/>
|
|
<Key word="mb_regex_set_options"/>
|
|
<Key word="mb_send_mail"/>
|
|
<Key word="mb_split"/>
|
|
<Key word="mb_strcut"/>
|
|
<Key word="mb_strimwidth"/>
|
|
<Key word="mb_stripos"/>
|
|
<Key word="mb_stristr"/>
|
|
<Key word="mb_strlen"/>
|
|
<Key word="mb_strpos"/>
|
|
<Key word="mb_strrchr"/>
|
|
<Key word="mb_strrichr"/>
|
|
<Key word="mb_strripos"/>
|
|
<Key word="mb_strrpos"/>
|
|
<Key word="mb_strstr"/>
|
|
<Key word="mb_strtolower"/>
|
|
<Key word="mb_strtoupper"/>
|
|
<Key word="mb_strwidth"/>
|
|
<Key word="mb_substitute_character"/>
|
|
<Key word="mb_substr"/>
|
|
<Key word="mb_substr_count"/>
|
|
<Key word="mcrypt_cbc"/>
|
|
<Key word="mcrypt_cfb"/>
|
|
<Key word="mcrypt_create_iv"/>
|
|
<Key word="mcrypt_decrypt"/>
|
|
<Key word="mcrypt_ecb"/>
|
|
<Key word="mcrypt_enc_get_algorithms_name"/>
|
|
<Key word="mcrypt_enc_get_block_size"/>
|
|
<Key word="mcrypt_enc_get_iv_size"/>
|
|
<Key word="mcrypt_enc_get_key_size"/>
|
|
<Key word="mcrypt_enc_get_modes_name"/>
|
|
<Key word="mcrypt_enc_get_supported_key_sizes"/>
|
|
<Key word="mcrypt_enc_is_block_algorithm"/>
|
|
<Key word="mcrypt_enc_is_block_algorithm_mode"/>
|
|
<Key word="mcrypt_enc_is_block_mode"/>
|
|
<Key word="mcrypt_enc_self_test"/>
|
|
<Key word="mcrypt_encrypt"/>
|
|
<Key word="mcrypt_generic"/>
|
|
<Key word="mcrypt_generic_deinit"/>
|
|
<Key word="mcrypt_generic_end"/>
|
|
<Key word="mcrypt_generic_init"/>
|
|
<Key word="mcrypt_get_block_size"/>
|
|
<Key word="mcrypt_get_cipher_name"/>
|
|
<Key word="mcrypt_get_iv_size"/>
|
|
<Key word="mcrypt_get_key_size"/>
|
|
<Key word="mcrypt_list_algorithms"/>
|
|
<Key word="mcrypt_list_modes"/>
|
|
<Key word="mcrypt_module_close"/>
|
|
<Key word="mcrypt_module_get_algo_block_size"/>
|
|
<Key word="mcrypt_module_get_algo_key_size"/>
|
|
<Key word="mcrypt_module_get_supported_key_sizes"/>
|
|
<Key word="mcrypt_module_is_block_algorithm"/>
|
|
<Key word="mcrypt_module_is_block_algorithm_mode"/>
|
|
<Key word="mcrypt_module_is_block_mode"/>
|
|
<Key word="mcrypt_module_open"/>
|
|
<Key word="mcrypt_module_self_test"/>
|
|
<Key word="mcrypt_ofb"/>
|
|
<Key word="md5"/>
|
|
<Key word="md5_file"/>
|
|
<Key word="mdecrypt_generic"/>
|
|
<Key word="memcache_debug"/>
|
|
<Key word="memory_get_peak_usage"/>
|
|
<Key word="memory_get_usage"/>
|
|
<Key word="metaphone"/>
|
|
<Key word="method_exists"/>
|
|
<Key word="mhash"/>
|
|
<Key word="mhash_count"/>
|
|
<Key word="mhash_get_block_size"/>
|
|
<Key word="mhash_get_hash_name"/>
|
|
<Key word="mhash_keygen_s2k"/>
|
|
<Key word="microtime"/>
|
|
<Key word="mime_content_type"/>
|
|
<Key word="min"/>
|
|
<Key word="ming_keypress"/>
|
|
<Key word="ming_setcubicthreshold"/>
|
|
<Key word="ming_setscale"/>
|
|
<Key word="ming_setswfcompression"/>
|
|
<Key word="ming_useconstants"/>
|
|
<Key word="ming_useswfversion"/>
|
|
<Key word="mkdir"/>
|
|
<Key word="mktime"/>
|
|
<Key word="money_format"/>
|
|
<Key word="move_uploaded_file"/>
|
|
<Key word="mqseries_back"/>
|
|
<Key word="mqseries_begin"/>
|
|
<Key word="mqseries_close"/>
|
|
<Key word="mqseries_cmit"/>
|
|
<Key word="mqseries_conn"/>
|
|
<Key word="mqseries_connx"/>
|
|
<Key word="mqseries_disc"/>
|
|
<Key word="mqseries_get"/>
|
|
<Key word="mqseries_inq"/>
|
|
<Key word="mqseries_open"/>
|
|
<Key word="mqseries_put"/>
|
|
<Key word="mqseries_put1"/>
|
|
<Key word="mqseries_set"/>
|
|
<Key word="mqseries_strerror"/>
|
|
<Key word="msession_connect"/>
|
|
<Key word="msession_count"/>
|
|
<Key word="msession_create"/>
|
|
<Key word="msession_destroy"/>
|
|
<Key word="msession_disconnect"/>
|
|
<Key word="msession_find"/>
|
|
<Key word="msession_get"/>
|
|
<Key word="msession_get_array"/>
|
|
<Key word="msession_get_data"/>
|
|
<Key word="msession_inc"/>
|
|
<Key word="msession_list"/>
|
|
<Key word="msession_listvar"/>
|
|
<Key word="msession_lock"/>
|
|
<Key word="msession_plugin"/>
|
|
<Key word="msession_randstr"/>
|
|
<Key word="msession_set"/>
|
|
<Key word="msession_set_array"/>
|
|
<Key word="msession_set_data"/>
|
|
<Key word="msession_timeout"/>
|
|
<Key word="msession_uniq"/>
|
|
<Key word="msession_unlock"/>
|
|
<Key word="msg_get_queue"/>
|
|
<Key word="msg_queue_exists"/>
|
|
<Key word="msg_receive"/>
|
|
<Key word="msg_remove_queue"/>
|
|
<Key word="msg_send"/>
|
|
<Key word="msg_set_queue"/>
|
|
<Key word="msg_stat_queue"/>
|
|
<Key word="msql"/>
|
|
<Key word="msql_affected_rows"/>
|
|
<Key word="msql_close"/>
|
|
<Key word="msql_connect"/>
|
|
<Key word="msql_create_db"/>
|
|
<Key word="msql_createdb"/>
|
|
<Key word="msql_data_seek"/>
|
|
<Key word="msql_db_query"/>
|
|
<Key word="msql_dbname"/>
|
|
<Key word="msql_drop_db"/>
|
|
<Key word="msql_error"/>
|
|
<Key word="msql_fetch_array"/>
|
|
<Key word="msql_fetch_field"/>
|
|
<Key word="msql_fetch_object"/>
|
|
<Key word="msql_fetch_row"/>
|
|
<Key word="msql_field_flags"/>
|
|
<Key word="msql_field_len"/>
|
|
<Key word="msql_field_name"/>
|
|
<Key word="msql_field_seek"/>
|
|
<Key word="msql_field_table"/>
|
|
<Key word="msql_field_type"/>
|
|
<Key word="msql_fieldflags"/>
|
|
<Key word="msql_fieldlen"/>
|
|
<Key word="msql_fieldname"/>
|
|
<Key word="msql_fieldtable"/>
|
|
<Key word="msql_fieldtype"/>
|
|
<Key word="msql_free_result"/>
|
|
<Key word="msql_list_dbs"/>
|
|
<Key word="msql_list_fields"/>
|
|
<Key word="msql_list_tables"/>
|
|
<Key word="msql_num_fields"/>
|
|
<Key word="msql_num_rows"/>
|
|
<Key word="msql_numfields"/>
|
|
<Key word="msql_numrows"/>
|
|
<Key word="msql_pconnect"/>
|
|
<Key word="msql_query"/>
|
|
<Key word="msql_regcase"/>
|
|
<Key word="msql_result"/>
|
|
<Key word="msql_select_db"/>
|
|
<Key word="msql_tablename"/>
|
|
<Key word="mssql_bind"/>
|
|
<Key word="mssql_close"/>
|
|
<Key word="mssql_connect"/>
|
|
<Key word="mssql_data_seek"/>
|
|
<Key word="mssql_execute"/>
|
|
<Key word="mssql_fetch_array"/>
|
|
<Key word="mssql_fetch_assoc"/>
|
|
<Key word="mssql_fetch_batch"/>
|
|
<Key word="mssql_fetch_field"/>
|
|
<Key word="mssql_fetch_object"/>
|
|
<Key word="mssql_fetch_row"/>
|
|
<Key word="mssql_field_length"/>
|
|
<Key word="mssql_field_name"/>
|
|
<Key word="mssql_field_seek"/>
|
|
<Key word="mssql_field_type"/>
|
|
<Key word="mssql_free_result"/>
|
|
<Key word="mssql_free_statement"/>
|
|
<Key word="mssql_get_last_message"/>
|
|
<Key word="mssql_guid_string"/>
|
|
<Key word="mssql_init"/>
|
|
<Key word="mssql_min_error_severity"/>
|
|
<Key word="mssql_min_message_severity"/>
|
|
<Key word="mssql_next_result"/>
|
|
<Key word="mssql_num_fields"/>
|
|
<Key word="mssql_num_rows"/>
|
|
<Key word="mssql_pconnect"/>
|
|
<Key word="mssql_query"/>
|
|
<Key word="mssql_result"/>
|
|
<Key word="mssql_rows_affected"/>
|
|
<Key word="mssql_select_db"/>
|
|
<Key word="mt_getrandmax"/>
|
|
<Key word="mt_rand"/>
|
|
<Key word="mt_srand"/>
|
|
<Key word="mysql_affected_rows"/>
|
|
<Key word="mysql_client_encoding"/>
|
|
<Key word="mysql_close"/>
|
|
<Key word="mysql_connect"/>
|
|
<Key word="mysql_create_db"/>
|
|
<Key word="mysql_data_seek"/>
|
|
<Key word="mysql_db_name"/>
|
|
<Key word="mysql_db_query"/>
|
|
<Key word="mysql_drop_db"/>
|
|
<Key word="mysql_errno"/>
|
|
<Key word="mysql_error"/>
|
|
<Key word="mysql_escape_string"/>
|
|
<Key word="mysql_fetch_array"/>
|
|
<Key word="mysql_fetch_assoc"/>
|
|
<Key word="mysql_fetch_field"/>
|
|
<Key word="mysql_fetch_lengths"/>
|
|
<Key word="mysql_fetch_object"/>
|
|
<Key word="mysql_fetch_row"/>
|
|
<Key word="mysql_field_flags"/>
|
|
<Key word="mysql_field_len"/>
|
|
<Key word="mysql_field_name"/>
|
|
<Key word="mysql_field_seek"/>
|
|
<Key word="mysql_field_table"/>
|
|
<Key word="mysql_field_type"/>
|
|
<Key word="mysql_free_result"/>
|
|
<Key word="mysql_get_client_info"/>
|
|
<Key word="mysql_get_host_info"/>
|
|
<Key word="mysql_get_proto_info"/>
|
|
<Key word="mysql_get_server_info"/>
|
|
<Key word="mysql_info"/>
|
|
<Key word="mysql_insert_id"/>
|
|
<Key word="mysql_list_dbs"/>
|
|
<Key word="mysql_list_fields"/>
|
|
<Key word="mysql_list_processes"/>
|
|
<Key word="mysql_list_tables"/>
|
|
<Key word="mysql_num_fields"/>
|
|
<Key word="mysql_num_rows"/>
|
|
<Key word="mysql_pconnect"/>
|
|
<Key word="mysql_ping"/>
|
|
<Key word="mysql_query"/>
|
|
<Key word="mysql_real_escape_string"/>
|
|
<Key word="mysql_result"/>
|
|
<Key word="mysql_select_db"/>
|
|
<Key word="mysql_set_charset"/>
|
|
<Key word="mysql_stat"/>
|
|
<Key word="mysql_tablename"/>
|
|
<Key word="mysql_thread_id"/>
|
|
<Key word="mysql_unbuffered_query"/>
|
|
<Key word="mysqli_affected_rows"/>
|
|
<Key word="mysqli_assoc"/>
|
|
<Key word="mysqli_async"/>
|
|
<Key word="mysqli_auto_increment_flag"/>
|
|
<Key word="mysqli_autocommit"/>
|
|
<Key word="mysqli_begin_transaction"/>
|
|
<Key word="mysqli_binary_flag"/>
|
|
<Key word="mysqli_bind_param"/>
|
|
<Key word="mysqli_bind_result"/>
|
|
<Key word="mysqli_blob_flag"/>
|
|
<Key word="mysqli_both"/>
|
|
<Key word="mysqli_change_user"/>
|
|
<Key word="mysqli_character_set_name"/>
|
|
<Key word="mysqli_client_can_handle_expired_passwords"/>
|
|
<Key word="mysqli_client_compress"/>
|
|
<Key word="mysqli_client_encoding"/>
|
|
<Key word="mysqli_client_found_rows"/>
|
|
<Key word="mysqli_client_ignore_space"/>
|
|
<Key word="mysqli_client_interactive"/>
|
|
<Key word="mysqli_client_multi_queries"/>
|
|
<Key word="mysqli_client_no_schema"/>
|
|
<Key word="mysqli_client_ssl"/>
|
|
<Key word="mysqli_close"/>
|
|
<Key word="mysqli_commit"/>
|
|
<Key word="mysqli_connect"/>
|
|
<Key word="mysqli_connect_errno"/>
|
|
<Key word="mysqli_connect_error"/>
|
|
<Key word="mysqli_cursor_type_for_update"/>
|
|
<Key word="mysqli_cursor_type_no_cursor"/>
|
|
<Key word="mysqli_cursor_type_read_only"/>
|
|
<Key word="mysqli_cursor_type_scrollable"/>
|
|
<Key word="mysqli_data_seek"/>
|
|
<Key word="mysqli_data_truncated"/>
|
|
<Key word="mysqli_debug"/>
|
|
<Key word="mysqli_debug_trace_enabled"/>
|
|
<Key word="mysqli_dump_debug_info"/>
|
|
<Key word="mysqli_embedded_server_end"/>
|
|
<Key word="mysqli_embedded_server_start"/>
|
|
<Key word="mysqli_enum_flag"/>
|
|
<Key word="mysqli_errno"/>
|
|
<Key word="mysqli_error"/>
|
|
<Key word="mysqli_error_list"/>
|
|
<Key word="mysqli_escape_string"/>
|
|
<Key word="mysqli_execute"/>
|
|
<Key word="mysqli_fetch"/>
|
|
<Key word="mysqli_fetch_all"/>
|
|
<Key word="mysqli_fetch_array"/>
|
|
<Key word="mysqli_fetch_assoc"/>
|
|
<Key word="mysqli_fetch_field"/>
|
|
<Key word="mysqli_fetch_field_direct"/>
|
|
<Key word="mysqli_fetch_fields"/>
|
|
<Key word="mysqli_fetch_lengths"/>
|
|
<Key word="mysqli_fetch_object"/>
|
|
<Key word="mysqli_fetch_row"/>
|
|
<Key word="mysqli_field_count"/>
|
|
<Key word="mysqli_field_seek"/>
|
|
<Key word="mysqli_field_tell"/>
|
|
<Key word="mysqli_free_result"/>
|
|
<Key word="mysqli_get_cache_stats"/>
|
|
<Key word="mysqli_get_charset"/>
|
|
<Key word="mysqli_get_client_info"/>
|
|
<Key word="mysqli_get_client_stats"/>
|
|
<Key word="mysqli_get_client_version"/>
|
|
<Key word="mysqli_get_connection_stats"/>
|
|
<Key word="mysqli_get_host_info"/>
|
|
<Key word="mysqli_get_links_stats"/>
|
|
<Key word="mysqli_get_metadata"/>
|
|
<Key word="mysqli_get_proto_info"/>
|
|
<Key word="mysqli_get_server_info"/>
|
|
<Key word="mysqli_get_server_version"/>
|
|
<Key word="mysqli_get_warnings"/>
|
|
<Key word="mysqli_group_flag"/>
|
|
<Key word="mysqli_info"/>
|
|
<Key word="mysqli_init"/>
|
|
<Key word="mysqli_init_command"/>
|
|
<Key word="mysqli_insert_id"/>
|
|
<Key word="mysqli_kill"/>
|
|
<Key word="mysqli_more_results"/>
|
|
<Key word="mysqli_multi_query"/>
|
|
<Key word="mysqli_multiple_key_flag"/>
|
|
<Key word="mysqli_need_data"/>
|
|
<Key word="mysqli_next_result"/>
|
|
<Key word="mysqli_no_data"/>
|
|
<Key word="mysqli_no_default_value_flag"/>
|
|
<Key word="mysqli_not_null_flag"/>
|
|
<Key word="mysqli_num"/>
|
|
<Key word="mysqli_num_fields"/>
|
|
<Key word="mysqli_num_flag"/>
|
|
<Key word="mysqli_num_rows"/>
|
|
<Key word="mysqli_on_update_now_flag"/>
|
|
<Key word="mysqli_opt_can_handle_expired_passwords"/>
|
|
<Key word="mysqli_opt_connect_timeout"/>
|
|
<Key word="mysqli_opt_int_and_float_native"/>
|
|
<Key word="mysqli_opt_local_infile"/>
|
|
<Key word="mysqli_opt_net_cmd_buffer_size"/>
|
|
<Key word="mysqli_opt_net_read_buffer_size"/>
|
|
<Key word="mysqli_opt_ssl_verify_server_cert"/>
|
|
<Key word="mysqli_options"/>
|
|
<Key word="mysqli_param_count"/>
|
|
<Key word="mysqli_part_key_flag"/>
|
|
<Key word="mysqli_ping"/>
|
|
<Key word="mysqli_poll"/>
|
|
<Key word="mysqli_prepare"/>
|
|
<Key word="mysqli_pri_key_flag"/>
|
|
<Key word="mysqli_query"/>
|
|
<Key word="mysqli_read_default_file"/>
|
|
<Key word="mysqli_read_default_group"/>
|
|
<Key word="mysqli_real_connect"/>
|
|
<Key word="mysqli_real_escape_string"/>
|
|
<Key word="mysqli_real_query"/>
|
|
<Key word="mysqli_reap_async_query"/>
|
|
<Key word="mysqli_refresh"/>
|
|
<Key word="mysqli_refresh_backup_log"/>
|
|
<Key word="mysqli_refresh_grant"/>
|
|
<Key word="mysqli_refresh_hosts"/>
|
|
<Key word="mysqli_refresh_log"/>
|
|
<Key word="mysqli_refresh_master"/>
|
|
<Key word="mysqli_refresh_slave"/>
|
|
<Key word="mysqli_refresh_status"/>
|
|
<Key word="mysqli_refresh_tables"/>
|
|
<Key word="mysqli_refresh_threads"/>
|
|
<Key word="mysqli_release_savepoint"/>
|
|
<Key word="mysqli_report"/>
|
|
<Key word="mysqli_report_all"/>
|
|
<Key word="mysqli_report_error"/>
|
|
<Key word="mysqli_report_index"/>
|
|
<Key word="mysqli_report_off"/>
|
|
<Key word="mysqli_report_strict"/>
|
|
<Key word="mysqli_rollback"/>
|
|
<Key word="mysqli_savepoint"/>
|
|
<Key word="mysqli_select_db"/>
|
|
<Key word="mysqli_send_long_data"/>
|
|
<Key word="mysqli_server_ps_out_params"/>
|
|
<Key word="mysqli_server_public_key"/>
|
|
<Key word="mysqli_server_query_no_good_index_used"/>
|
|
<Key word="mysqli_server_query_no_index_used"/>
|
|
<Key word="mysqli_server_query_was_slow"/>
|
|
<Key word="mysqli_set_charset"/>
|
|
<Key word="mysqli_set_charset_dir"/>
|
|
<Key word="mysqli_set_charset_name"/>
|
|
<Key word="mysqli_set_flag"/>
|
|
<Key word="mysqli_set_local_infile_default"/>
|
|
<Key word="mysqli_set_local_infile_handler"/>
|
|
<Key word="mysqli_set_opt"/>
|
|
<Key word="mysqli_sqlstate"/>
|
|
<Key word="mysqli_ssl_set"/>
|
|
<Key word="mysqli_stat"/>
|
|
<Key word="mysqli_stmt_affected_rows"/>
|
|
<Key word="mysqli_stmt_attr_cursor_type"/>
|
|
<Key word="mysqli_stmt_attr_get"/>
|
|
<Key word="mysqli_stmt_attr_prefetch_rows"/>
|
|
<Key word="mysqli_stmt_attr_set"/>
|
|
<Key word="mysqli_stmt_attr_update_max_length"/>
|
|
<Key word="mysqli_stmt_bind_param"/>
|
|
<Key word="mysqli_stmt_bind_result"/>
|
|
<Key word="mysqli_stmt_close"/>
|
|
<Key word="mysqli_stmt_data_seek"/>
|
|
<Key word="mysqli_stmt_errno"/>
|
|
<Key word="mysqli_stmt_error"/>
|
|
<Key word="mysqli_stmt_error_list"/>
|
|
<Key word="mysqli_stmt_execute"/>
|
|
<Key word="mysqli_stmt_fetch"/>
|
|
<Key word="mysqli_stmt_field_count"/>
|
|
<Key word="mysqli_stmt_free_result"/>
|
|
<Key word="mysqli_stmt_get_result"/>
|
|
<Key word="mysqli_stmt_get_warnings"/>
|
|
<Key word="mysqli_stmt_init"/>
|
|
<Key word="mysqli_stmt_insert_id"/>
|
|
<Key word="mysqli_stmt_more_results"/>
|
|
<Key word="mysqli_stmt_next_result"/>
|
|
<Key word="mysqli_stmt_num_rows"/>
|
|
<Key word="mysqli_stmt_param_count"/>
|
|
<Key word="mysqli_stmt_prepare"/>
|
|
<Key word="mysqli_stmt_reset"/>
|
|
<Key word="mysqli_stmt_result_metadata"/>
|
|
<Key word="mysqli_stmt_send_long_data"/>
|
|
<Key word="mysqli_stmt_sqlstate"/>
|
|
<Key word="mysqli_stmt_store_result"/>
|
|
<Key word="mysqli_store_result"/>
|
|
<Key word="mysqli_store_result_copy_data"/>
|
|
<Key word="mysqli_thread_id"/>
|
|
<Key word="mysqli_thread_safe"/>
|
|
<Key word="mysqli_timestamp_flag"/>
|
|
<Key word="mysqli_trans_cor_and_chain"/>
|
|
<Key word="mysqli_trans_cor_and_no_chain"/>
|
|
<Key word="mysqli_trans_cor_no_release"/>
|
|
<Key word="mysqli_trans_cor_release"/>
|
|
<Key word="mysqli_trans_start_read_only"/>
|
|
<Key word="mysqli_trans_start_read_write"/>
|
|
<Key word="mysqli_trans_start_with_consistent_snapshot"/>
|
|
<Key word="mysqli_type_bit"/>
|
|
<Key word="mysqli_type_blob"/>
|
|
<Key word="mysqli_type_char"/>
|
|
<Key word="mysqli_type_date"/>
|
|
<Key word="mysqli_type_datetime"/>
|
|
<Key word="mysqli_type_decimal"/>
|
|
<Key word="mysqli_type_double"/>
|
|
<Key word="mysqli_type_enum"/>
|
|
<Key word="mysqli_type_float"/>
|
|
<Key word="mysqli_type_geometry"/>
|
|
<Key word="mysqli_type_int24"/>
|
|
<Key word="mysqli_type_interval"/>
|
|
<Key word="mysqli_type_long"/>
|
|
<Key word="mysqli_type_long_blob"/>
|
|
<Key word="mysqli_type_longlong"/>
|
|
<Key word="mysqli_type_medium_blob"/>
|
|
<Key word="mysqli_type_newdate"/>
|
|
<Key word="mysqli_type_newdecimal"/>
|
|
<Key word="mysqli_type_null"/>
|
|
<Key word="mysqli_type_set"/>
|
|
<Key word="mysqli_type_short"/>
|
|
<Key word="mysqli_type_string"/>
|
|
<Key word="mysqli_type_time"/>
|
|
<Key word="mysqli_type_timestamp"/>
|
|
<Key word="mysqli_type_tiny"/>
|
|
<Key word="mysqli_type_tiny_blob"/>
|
|
<Key word="mysqli_type_var_string"/>
|
|
<Key word="mysqli_type_year"/>
|
|
<Key word="mysqli_unique_key_flag"/>
|
|
<Key word="mysqli_unsigned_flag"/>
|
|
<Key word="mysqli_use_result"/>
|
|
<Key word="mysqli_warning_count"/>
|
|
<Key word="mysqli_zerofill_flag"/>
|
|
<Key word="natcasesort"/>
|
|
<Key word="natsort"/>
|
|
<Key word="ncurses_addch"/>
|
|
<Key word="ncurses_addchnstr"/>
|
|
<Key word="ncurses_addchstr"/>
|
|
<Key word="ncurses_addnstr"/>
|
|
<Key word="ncurses_addstr"/>
|
|
<Key word="ncurses_assume_default_colors"/>
|
|
<Key word="ncurses_attroff"/>
|
|
<Key word="ncurses_attron"/>
|
|
<Key word="ncurses_attrset"/>
|
|
<Key word="ncurses_baudrate"/>
|
|
<Key word="ncurses_beep"/>
|
|
<Key word="ncurses_bkgd"/>
|
|
<Key word="ncurses_bkgdset"/>
|
|
<Key word="ncurses_border"/>
|
|
<Key word="ncurses_bottom_panel"/>
|
|
<Key word="ncurses_can_change_color"/>
|
|
<Key word="ncurses_cbreak"/>
|
|
<Key word="ncurses_clear"/>
|
|
<Key word="ncurses_clrtobot"/>
|
|
<Key word="ncurses_clrtoeol"/>
|
|
<Key word="ncurses_color_content"/>
|
|
<Key word="ncurses_color_set"/>
|
|
<Key word="ncurses_curs_set"/>
|
|
<Key word="ncurses_def_prog_mode"/>
|
|
<Key word="ncurses_def_shell_mode"/>
|
|
<Key word="ncurses_define_key"/>
|
|
<Key word="ncurses_del_panel"/>
|
|
<Key word="ncurses_delay_output"/>
|
|
<Key word="ncurses_delch"/>
|
|
<Key word="ncurses_deleteln"/>
|
|
<Key word="ncurses_delwin"/>
|
|
<Key word="ncurses_doupdate"/>
|
|
<Key word="ncurses_echo"/>
|
|
<Key word="ncurses_echochar"/>
|
|
<Key word="ncurses_end"/>
|
|
<Key word="ncurses_erase"/>
|
|
<Key word="ncurses_erasechar"/>
|
|
<Key word="ncurses_filter"/>
|
|
<Key word="ncurses_flash"/>
|
|
<Key word="ncurses_flushinp"/>
|
|
<Key word="ncurses_getch"/>
|
|
<Key word="ncurses_getmaxyx"/>
|
|
<Key word="ncurses_getmouse"/>
|
|
<Key word="ncurses_getyx"/>
|
|
<Key word="ncurses_halfdelay"/>
|
|
<Key word="ncurses_has_colors"/>
|
|
<Key word="ncurses_has_ic"/>
|
|
<Key word="ncurses_has_il"/>
|
|
<Key word="ncurses_has_key"/>
|
|
<Key word="ncurses_hide_panel"/>
|
|
<Key word="ncurses_hline"/>
|
|
<Key word="ncurses_inch"/>
|
|
<Key word="ncurses_init"/>
|
|
<Key word="ncurses_init_color"/>
|
|
<Key word="ncurses_init_pair"/>
|
|
<Key word="ncurses_insch"/>
|
|
<Key word="ncurses_insdelln"/>
|
|
<Key word="ncurses_insertln"/>
|
|
<Key word="ncurses_insstr"/>
|
|
<Key word="ncurses_instr"/>
|
|
<Key word="ncurses_isendwin"/>
|
|
<Key word="ncurses_keyok"/>
|
|
<Key word="ncurses_keypad"/>
|
|
<Key word="ncurses_killchar"/>
|
|
<Key word="ncurses_longname"/>
|
|
<Key word="ncurses_meta"/>
|
|
<Key word="ncurses_mouse_trafo"/>
|
|
<Key word="ncurses_mouseinterval"/>
|
|
<Key word="ncurses_mousemask"/>
|
|
<Key word="ncurses_move"/>
|
|
<Key word="ncurses_move_panel"/>
|
|
<Key word="ncurses_mvaddch"/>
|
|
<Key word="ncurses_mvaddchnstr"/>
|
|
<Key word="ncurses_mvaddchstr"/>
|
|
<Key word="ncurses_mvaddnstr"/>
|
|
<Key word="ncurses_mvaddstr"/>
|
|
<Key word="ncurses_mvcur"/>
|
|
<Key word="ncurses_mvdelch"/>
|
|
<Key word="ncurses_mvgetch"/>
|
|
<Key word="ncurses_mvhline"/>
|
|
<Key word="ncurses_mvinch"/>
|
|
<Key word="ncurses_mvvline"/>
|
|
<Key word="ncurses_mvwaddstr"/>
|
|
<Key word="ncurses_napms"/>
|
|
<Key word="ncurses_new_panel"/>
|
|
<Key word="ncurses_newpad"/>
|
|
<Key word="ncurses_newwin"/>
|
|
<Key word="ncurses_nl"/>
|
|
<Key word="ncurses_nocbreak"/>
|
|
<Key word="ncurses_noecho"/>
|
|
<Key word="ncurses_nonl"/>
|
|
<Key word="ncurses_noqiflush"/>
|
|
<Key word="ncurses_noraw"/>
|
|
<Key word="ncurses_pair_content"/>
|
|
<Key word="ncurses_panel_above"/>
|
|
<Key word="ncurses_panel_below"/>
|
|
<Key word="ncurses_panel_window"/>
|
|
<Key word="ncurses_pnoutrefresh"/>
|
|
<Key word="ncurses_prefresh"/>
|
|
<Key word="ncurses_putp"/>
|
|
<Key word="ncurses_qiflush"/>
|
|
<Key word="ncurses_raw"/>
|
|
<Key word="ncurses_refresh"/>
|
|
<Key word="ncurses_replace_panel"/>
|
|
<Key word="ncurses_reset_prog_mode"/>
|
|
<Key word="ncurses_reset_shell_mode"/>
|
|
<Key word="ncurses_resetty"/>
|
|
<Key word="ncurses_savetty"/>
|
|
<Key word="ncurses_scr_dump"/>
|
|
<Key word="ncurses_scr_init"/>
|
|
<Key word="ncurses_scr_restore"/>
|
|
<Key word="ncurses_scr_set"/>
|
|
<Key word="ncurses_scrl"/>
|
|
<Key word="ncurses_show_panel"/>
|
|
<Key word="ncurses_slk_attr"/>
|
|
<Key word="ncurses_slk_attroff"/>
|
|
<Key word="ncurses_slk_attron"/>
|
|
<Key word="ncurses_slk_attrset"/>
|
|
<Key word="ncurses_slk_clear"/>
|
|
<Key word="ncurses_slk_color"/>
|
|
<Key word="ncurses_slk_init"/>
|
|
<Key word="ncurses_slk_noutrefresh"/>
|
|
<Key word="ncurses_slk_refresh"/>
|
|
<Key word="ncurses_slk_restore"/>
|
|
<Key word="ncurses_slk_set"/>
|
|
<Key word="ncurses_slk_touch"/>
|
|
<Key word="ncurses_standend"/>
|
|
<Key word="ncurses_standout"/>
|
|
<Key word="ncurses_start_color"/>
|
|
<Key word="ncurses_termattrs"/>
|
|
<Key word="ncurses_termname"/>
|
|
<Key word="ncurses_timeout"/>
|
|
<Key word="ncurses_top_panel"/>
|
|
<Key word="ncurses_typeahead"/>
|
|
<Key word="ncurses_ungetch"/>
|
|
<Key word="ncurses_ungetmouse"/>
|
|
<Key word="ncurses_update_panels"/>
|
|
<Key word="ncurses_use_default_colors"/>
|
|
<Key word="ncurses_use_env"/>
|
|
<Key word="ncurses_use_extended_names"/>
|
|
<Key word="ncurses_vidattr"/>
|
|
<Key word="ncurses_vline"/>
|
|
<Key word="ncurses_waddch"/>
|
|
<Key word="ncurses_waddstr"/>
|
|
<Key word="ncurses_wattroff"/>
|
|
<Key word="ncurses_wattron"/>
|
|
<Key word="ncurses_wattrset"/>
|
|
<Key word="ncurses_wborder"/>
|
|
<Key word="ncurses_wclear"/>
|
|
<Key word="ncurses_wcolor_set"/>
|
|
<Key word="ncurses_werase"/>
|
|
<Key word="ncurses_wgetch"/>
|
|
<Key word="ncurses_whline"/>
|
|
<Key word="ncurses_wmouse_trafo"/>
|
|
<Key word="ncurses_wmove"/>
|
|
<Key word="ncurses_wnoutrefresh"/>
|
|
<Key word="ncurses_wrefresh"/>
|
|
<Key word="ncurses_wstandend"/>
|
|
<Key word="ncurses_wstandout"/>
|
|
<Key word="ncurses_wvline"/>
|
|
<Key word="newt_bell"/>
|
|
<Key word="newt_button"/>
|
|
<Key word="newt_button_bar"/>
|
|
<Key word="newt_centered_window"/>
|
|
<Key word="newt_checkbox"/>
|
|
<Key word="newt_checkbox_get_value"/>
|
|
<Key word="newt_checkbox_set_flags"/>
|
|
<Key word="newt_checkbox_set_value"/>
|
|
<Key word="newt_checkbox_tree"/>
|
|
<Key word="newt_checkbox_tree_add_item"/>
|
|
<Key word="newt_checkbox_tree_find_item"/>
|
|
<Key word="newt_checkbox_tree_get_current"/>
|
|
<Key word="newt_checkbox_tree_get_entry_value"/>
|
|
<Key word="newt_checkbox_tree_get_multi_selection"/>
|
|
<Key word="newt_checkbox_tree_get_selection"/>
|
|
<Key word="newt_checkbox_tree_multi"/>
|
|
<Key word="newt_checkbox_tree_set_current"/>
|
|
<Key word="newt_checkbox_tree_set_entry"/>
|
|
<Key word="newt_checkbox_tree_set_entry_value"/>
|
|
<Key word="newt_checkbox_tree_set_width"/>
|
|
<Key word="newt_clear_key_buffer"/>
|
|
<Key word="newt_cls"/>
|
|
<Key word="newt_compact_button"/>
|
|
<Key word="newt_component_add_callback"/>
|
|
<Key word="newt_component_takes_focus"/>
|
|
<Key word="newt_create_grid"/>
|
|
<Key word="newt_cursor_off"/>
|
|
<Key word="newt_cursor_on"/>
|
|
<Key word="newt_delay"/>
|
|
<Key word="newt_draw_form"/>
|
|
<Key word="newt_draw_root_text"/>
|
|
<Key word="newt_entry"/>
|
|
<Key word="newt_entry_get_value"/>
|
|
<Key word="newt_entry_set"/>
|
|
<Key word="newt_entry_set_filter"/>
|
|
<Key word="newt_entry_set_flags"/>
|
|
<Key word="newt_finished"/>
|
|
<Key word="newt_form"/>
|
|
<Key word="newt_form_add_component"/>
|
|
<Key word="newt_form_add_components"/>
|
|
<Key word="newt_form_add_hot_key"/>
|
|
<Key word="newt_form_destroy"/>
|
|
<Key word="newt_form_get_current"/>
|
|
<Key word="newt_form_run"/>
|
|
<Key word="newt_form_set_background"/>
|
|
<Key word="newt_form_set_height"/>
|
|
<Key word="newt_form_set_size"/>
|
|
<Key word="newt_form_set_timer"/>
|
|
<Key word="newt_form_set_width"/>
|
|
<Key word="newt_form_watch_fd"/>
|
|
<Key word="newt_get_screen_size"/>
|
|
<Key word="newt_grid_add_components_to_form"/>
|
|
<Key word="newt_grid_basic_window"/>
|
|
<Key word="newt_grid_free"/>
|
|
<Key word="newt_grid_get_size"/>
|
|
<Key word="newt_grid_h_close_stacked"/>
|
|
<Key word="newt_grid_h_stacked"/>
|
|
<Key word="newt_grid_place"/>
|
|
<Key word="newt_grid_set_field"/>
|
|
<Key word="newt_grid_simple_window"/>
|
|
<Key word="newt_grid_v_close_stacked"/>
|
|
<Key word="newt_grid_v_stacked"/>
|
|
<Key word="newt_grid_wrapped_window"/>
|
|
<Key word="newt_grid_wrapped_window_at"/>
|
|
<Key word="newt_init"/>
|
|
<Key word="newt_label"/>
|
|
<Key word="newt_label_set_text"/>
|
|
<Key word="newt_listbox"/>
|
|
<Key word="newt_listbox_append_entry"/>
|
|
<Key word="newt_listbox_clear"/>
|
|
<Key word="newt_listbox_clear_selection"/>
|
|
<Key word="newt_listbox_delete_entry"/>
|
|
<Key word="newt_listbox_get_current"/>
|
|
<Key word="newt_listbox_get_selection"/>
|
|
<Key word="newt_listbox_insert_entry"/>
|
|
<Key word="newt_listbox_item_count"/>
|
|
<Key word="newt_listbox_select_item"/>
|
|
<Key word="newt_listbox_set_current"/>
|
|
<Key word="newt_listbox_set_current_by_key"/>
|
|
<Key word="newt_listbox_set_data"/>
|
|
<Key word="newt_listbox_set_entry"/>
|
|
<Key word="newt_listbox_set_width"/>
|
|
<Key word="newt_listitem"/>
|
|
<Key word="newt_listitem_get_data"/>
|
|
<Key word="newt_listitem_set"/>
|
|
<Key word="newt_open_window"/>
|
|
<Key word="newt_pop_help_line"/>
|
|
<Key word="newt_pop_window"/>
|
|
<Key word="newt_push_help_line"/>
|
|
<Key word="newt_radio_get_current"/>
|
|
<Key word="newt_radiobutton"/>
|
|
<Key word="newt_redraw_help_line"/>
|
|
<Key word="newt_reflow_text"/>
|
|
<Key word="newt_refresh"/>
|
|
<Key word="newt_resize_screen"/>
|
|
<Key word="newt_resume"/>
|
|
<Key word="newt_run_form"/>
|
|
<Key word="newt_scale"/>
|
|
<Key word="newt_scale_set"/>
|
|
<Key word="newt_scrollbar_set"/>
|
|
<Key word="newt_set_help_callback"/>
|
|
<Key word="newt_set_suspend_callback"/>
|
|
<Key word="newt_suspend"/>
|
|
<Key word="newt_textbox"/>
|
|
<Key word="newt_textbox_get_num_lines"/>
|
|
<Key word="newt_textbox_reflowed"/>
|
|
<Key word="newt_textbox_set_height"/>
|
|
<Key word="newt_textbox_set_text"/>
|
|
<Key word="newt_vertical_scrollbar"/>
|
|
<Key word="newt_wait_for_key"/>
|
|
<Key word="newt_win_choice"/>
|
|
<Key word="newt_win_entries"/>
|
|
<Key word="newt_win_menu"/>
|
|
<Key word="newt_win_message"/>
|
|
<Key word="newt_win_messagev"/>
|
|
<Key word="newt_win_ternary"/>
|
|
<Key word="next"/>
|
|
<Key word="ngettext"/>
|
|
<Key word="nl2br"/>
|
|
<Key word="nl_langinfo"/>
|
|
<Key word="nthmac"/>
|
|
<Key word="number_format"/>
|
|
<Key word="ob_clean"/>
|
|
<Key word="ob_deflatehandler"/>
|
|
<Key word="ob_end_clean"/>
|
|
<Key word="ob_end_flush"/>
|
|
<Key word="ob_etaghandler"/>
|
|
<Key word="ob_flush"/>
|
|
<Key word="ob_get_clean"/>
|
|
<Key word="ob_get_contents"/>
|
|
<Key word="ob_get_flush"/>
|
|
<Key word="ob_get_length"/>
|
|
<Key word="ob_get_level"/>
|
|
<Key word="ob_get_status"/>
|
|
<Key word="ob_gzhandler"/>
|
|
<Key word="ob_iconv_handler"/>
|
|
<Key word="ob_implicit_flush"/>
|
|
<Key word="ob_inflatehandler"/>
|
|
<Key word="ob_list_handlers"/>
|
|
<Key word="ob_start"/>
|
|
<Key word="ob_tidyhandler"/>
|
|
<Key word="object"/>
|
|
<Key word="oci_bind_array_by_name"/>
|
|
<Key word="oci_bind_by_name"/>
|
|
<Key word="oci_cancel"/>
|
|
<Key word="oci_client_version"/>
|
|
<Key word="oci_close"/>
|
|
<Key word="oci_commit"/>
|
|
<Key word="oci_connect"/>
|
|
<Key word="oci_define_by_name"/>
|
|
<Key word="oci_error"/>
|
|
<Key word="oci_execute"/>
|
|
<Key word="oci_fetch"/>
|
|
<Key word="oci_fetch_all"/>
|
|
<Key word="oci_fetch_array"/>
|
|
<Key word="oci_fetch_assoc"/>
|
|
<Key word="oci_fetch_object"/>
|
|
<Key word="oci_fetch_row"/>
|
|
<Key word="oci_field_is_null"/>
|
|
<Key word="oci_field_name"/>
|
|
<Key word="oci_field_precision"/>
|
|
<Key word="oci_field_scale"/>
|
|
<Key word="oci_field_size"/>
|
|
<Key word="oci_field_type"/>
|
|
<Key word="oci_field_type_raw"/>
|
|
<Key word="oci_free_statement"/>
|
|
<Key word="oci_internal_debug"/>
|
|
<Key word="oci_lob_copy"/>
|
|
<Key word="oci_lob_is_equal"/>
|
|
<Key word="oci_new_collection"/>
|
|
<Key word="oci_new_connect"/>
|
|
<Key word="oci_new_cursor"/>
|
|
<Key word="oci_new_descriptor"/>
|
|
<Key word="oci_num_fields"/>
|
|
<Key word="oci_num_rows"/>
|
|
<Key word="oci_parse"/>
|
|
<Key word="oci_password_change"/>
|
|
<Key word="oci_pconnect"/>
|
|
<Key word="oci_result"/>
|
|
<Key word="oci_rollback"/>
|
|
<Key word="oci_server_version"/>
|
|
<Key word="oci_set_action"/>
|
|
<Key word="oci_set_client_identifier"/>
|
|
<Key word="oci_set_client_info"/>
|
|
<Key word="oci_set_edition"/>
|
|
<Key word="oci_set_module_name"/>
|
|
<Key word="oci_set_prefetch"/>
|
|
<Key word="oci_statement_type"/>
|
|
<Key word="ocibindbyname"/>
|
|
<Key word="ocicolumnisnull"/>
|
|
<Key word="ocicolumnname"/>
|
|
<Key word="ocicolumnsize"/>
|
|
<Key word="ocicolumntype"/>
|
|
<Key word="ocicommit"/>
|
|
<Key word="ocidefinebyname"/>
|
|
<Key word="ocierror"/>
|
|
<Key word="ociexecute"/>
|
|
<Key word="ocifetch"/>
|
|
<Key word="ocifetchinto"/>
|
|
<Key word="ocifetchstatement"/>
|
|
<Key word="ocifreestatement"/>
|
|
<Key word="ocilogoff"/>
|
|
<Key word="ocilogon"/>
|
|
<Key word="ocinewcursor"/>
|
|
<Key word="ocinewdescriptor"/>
|
|
<Key word="ocinlogon"/>
|
|
<Key word="ocinumcols"/>
|
|
<Key word="ociparse"/>
|
|
<Key word="ociplogon"/>
|
|
<Key word="ociresult"/>
|
|
<Key word="ocirollback"/>
|
|
<Key word="ocirowcount"/>
|
|
<Key word="ociserverversion"/>
|
|
<Key word="ocistatementtype"/>
|
|
<Key word="octdec"/>
|
|
<Key word="odbc_autocommit"/>
|
|
<Key word="odbc_binmode"/>
|
|
<Key word="odbc_close"/>
|
|
<Key word="odbc_close_all"/>
|
|
<Key word="odbc_columnprivileges"/>
|
|
<Key word="odbc_columns"/>
|
|
<Key word="odbc_commit"/>
|
|
<Key word="odbc_connect"/>
|
|
<Key word="odbc_cursor"/>
|
|
<Key word="odbc_data_source"/>
|
|
<Key word="odbc_do"/>
|
|
<Key word="odbc_error"/>
|
|
<Key word="odbc_errormsg"/>
|
|
<Key word="odbc_exec"/>
|
|
<Key word="odbc_execute"/>
|
|
<Key word="odbc_fetch_array"/>
|
|
<Key word="odbc_fetch_into"/>
|
|
<Key word="odbc_fetch_object"/>
|
|
<Key word="odbc_fetch_row"/>
|
|
<Key word="odbc_field_len"/>
|
|
<Key word="odbc_field_name"/>
|
|
<Key word="odbc_field_num"/>
|
|
<Key word="odbc_field_precision"/>
|
|
<Key word="odbc_field_scale"/>
|
|
<Key word="odbc_field_type"/>
|
|
<Key word="odbc_foreignkeys"/>
|
|
<Key word="odbc_free_result"/>
|
|
<Key word="odbc_gettypeinfo"/>
|
|
<Key word="odbc_longreadlen"/>
|
|
<Key word="odbc_next_result"/>
|
|
<Key word="odbc_num_fields"/>
|
|
<Key word="odbc_num_rows"/>
|
|
<Key word="odbc_pconnect"/>
|
|
<Key word="odbc_prepare"/>
|
|
<Key word="odbc_primarykeys"/>
|
|
<Key word="odbc_procedurecolumns"/>
|
|
<Key word="odbc_procedures"/>
|
|
<Key word="odbc_result"/>
|
|
<Key word="odbc_result_all"/>
|
|
<Key word="odbc_rollback"/>
|
|
<Key word="odbc_setoption"/>
|
|
<Key word="odbc_specialcolumns"/>
|
|
<Key word="odbc_statistics"/>
|
|
<Key word="odbc_tableprivileges"/>
|
|
<Key word="odbc_tables"/>
|
|
<Key word="openal_buffer_create"/>
|
|
<Key word="openal_buffer_data"/>
|
|
<Key word="openal_buffer_destroy"/>
|
|
<Key word="openal_buffer_get"/>
|
|
<Key word="openal_buffer_loadwav"/>
|
|
<Key word="openal_context_create"/>
|
|
<Key word="openal_context_current"/>
|
|
<Key word="openal_context_destroy"/>
|
|
<Key word="openal_context_process"/>
|
|
<Key word="openal_context_suspend"/>
|
|
<Key word="openal_device_close"/>
|
|
<Key word="openal_device_open"/>
|
|
<Key word="openal_listener_get"/>
|
|
<Key word="openal_listener_set"/>
|
|
<Key word="openal_source_create"/>
|
|
<Key word="openal_source_destroy"/>
|
|
<Key word="openal_source_get"/>
|
|
<Key word="openal_source_pause"/>
|
|
<Key word="openal_source_play"/>
|
|
<Key word="openal_source_rewind"/>
|
|
<Key word="openal_source_set"/>
|
|
<Key word="openal_source_stop"/>
|
|
<Key word="openal_stream"/>
|
|
<Key word="opendir"/>
|
|
<Key word="openlog"/>
|
|
<Key word="openssl_cipher_iv_length"/>
|
|
<Key word="openssl_csr_export"/>
|
|
<Key word="openssl_csr_export_to_file"/>
|
|
<Key word="openssl_csr_get_public_key"/>
|
|
<Key word="openssl_csr_get_subject"/>
|
|
<Key word="openssl_csr_new"/>
|
|
<Key word="openssl_csr_sign"/>
|
|
<Key word="openssl_decrypt"/>
|
|
<Key word="openssl_dh_compute_key"/>
|
|
<Key word="openssl_digest"/>
|
|
<Key word="openssl_encrypt"/>
|
|
<Key word="openssl_error_string"/>
|
|
<Key word="openssl_free_key"/>
|
|
<Key word="openssl_get_cipher_methods"/>
|
|
<Key word="openssl_get_md_methods"/>
|
|
<Key word="openssl_get_privatekey"/>
|
|
<Key word="openssl_get_publickey"/>
|
|
<Key word="openssl_open"/>
|
|
<Key word="openssl_pkcs12_export"/>
|
|
<Key word="openssl_pkcs12_export_to_file"/>
|
|
<Key word="openssl_pkcs12_read"/>
|
|
<Key word="openssl_pkcs7_decrypt"/>
|
|
<Key word="openssl_pkcs7_encrypt"/>
|
|
<Key word="openssl_pkcs7_sign"/>
|
|
<Key word="openssl_pkcs7_verify"/>
|
|
<Key word="openssl_pkey_export"/>
|
|
<Key word="openssl_pkey_export_to_file"/>
|
|
<Key word="openssl_pkey_free"/>
|
|
<Key word="openssl_pkey_get_details"/>
|
|
<Key word="openssl_pkey_get_private"/>
|
|
<Key word="openssl_pkey_get_public"/>
|
|
<Key word="openssl_pkey_new"/>
|
|
<Key word="openssl_private_decrypt"/>
|
|
<Key word="openssl_private_encrypt"/>
|
|
<Key word="openssl_public_decrypt"/>
|
|
<Key word="openssl_public_encrypt"/>
|
|
<Key word="openssl_random_pseudo_bytes"/>
|
|
<Key word="openssl_seal"/>
|
|
<Key word="openssl_sign"/>
|
|
<Key word="openssl_verify"/>
|
|
<Key word="openssl_x509_check_private_key"/>
|
|
<Key word="openssl_x509_checkpurpose"/>
|
|
<Key word="openssl_x509_export"/>
|
|
<Key word="openssl_x509_export_to_file"/>
|
|
<Key word="openssl_x509_free"/>
|
|
<Key word="openssl_x509_parse"/>
|
|
<Key word="openssl_x509_read"/>
|
|
<Key word="ord"/>
|
|
<Key word="output_add_rewrite_var"/>
|
|
<Key word="output_reset_rewrite_vars"/>
|
|
<Key word="override_function"/>
|
|
<Key word="pack"/>
|
|
<Key word="parse_ini_file"/>
|
|
<Key word="parse_ini_string"/>
|
|
<Key word="parse_str"/>
|
|
<Key word="parse_url"/>
|
|
<Key word="parsekit_compile_file"/>
|
|
<Key word="parsekit_compile_string"/>
|
|
<Key word="parsekit_func_arginfo"/>
|
|
<Key word="passthru"/>
|
|
<Key word="pathinfo"/>
|
|
<Key word="pclose"/>
|
|
<Key word="pcntl_alarm"/>
|
|
<Key word="pcntl_exec"/>
|
|
<Key word="pcntl_fork"/>
|
|
<Key word="pcntl_getpriority"/>
|
|
<Key word="pcntl_setpriority"/>
|
|
<Key word="pcntl_signal"/>
|
|
<Key word="pcntl_signal_dispatch"/>
|
|
<Key word="pcntl_sigprocmask"/>
|
|
<Key word="pcntl_sigtimedwait"/>
|
|
<Key word="pcntl_sigwaitinfo"/>
|
|
<Key word="pcntl_wait"/>
|
|
<Key word="pcntl_waitpid"/>
|
|
<Key word="pcntl_wexitstatus"/>
|
|
<Key word="pcntl_wifexited"/>
|
|
<Key word="pcntl_wifsignaled"/>
|
|
<Key word="pcntl_wifstopped"/>
|
|
<Key word="pcntl_wstopsig"/>
|
|
<Key word="pcntl_wtermsig"/>
|
|
<Key word="pdf_activate_item"/>
|
|
<Key word="pdf_add_annotation"/>
|
|
<Key word="pdf_add_bookmark"/>
|
|
<Key word="pdf_add_launchlink"/>
|
|
<Key word="pdf_add_locallink"/>
|
|
<Key word="pdf_add_nameddest"/>
|
|
<Key word="pdf_add_note"/>
|
|
<Key word="pdf_add_outline"/>
|
|
<Key word="pdf_add_pdflink"/>
|
|
<Key word="pdf_add_table_cell"/>
|
|
<Key word="pdf_add_textflow"/>
|
|
<Key word="pdf_add_thumbnail"/>
|
|
<Key word="pdf_add_weblink"/>
|
|
<Key word="pdf_arc"/>
|
|
<Key word="pdf_arcn"/>
|
|
<Key word="pdf_attach_file"/>
|
|
<Key word="pdf_begin_document"/>
|
|
<Key word="pdf_begin_font"/>
|
|
<Key word="pdf_begin_glyph"/>
|
|
<Key word="pdf_begin_item"/>
|
|
<Key word="pdf_begin_layer"/>
|
|
<Key word="pdf_begin_page"/>
|
|
<Key word="pdf_begin_page_ext"/>
|
|
<Key word="pdf_begin_pattern"/>
|
|
<Key word="pdf_begin_template"/>
|
|
<Key word="pdf_begin_template_ext"/>
|
|
<Key word="pdf_circle"/>
|
|
<Key word="pdf_clip"/>
|
|
<Key word="pdf_close"/>
|
|
<Key word="pdf_close_image"/>
|
|
<Key word="pdf_close_pdi"/>
|
|
<Key word="pdf_close_pdi_page"/>
|
|
<Key word="pdf_closepath"/>
|
|
<Key word="pdf_closepath_fill_stroke"/>
|
|
<Key word="pdf_closepath_stroke"/>
|
|
<Key word="pdf_concat"/>
|
|
<Key word="pdf_continue_text"/>
|
|
<Key word="pdf_create_3dview"/>
|
|
<Key word="pdf_create_action"/>
|
|
<Key word="pdf_create_annotation"/>
|
|
<Key word="pdf_create_bookmark"/>
|
|
<Key word="pdf_create_field"/>
|
|
<Key word="pdf_create_fieldgroup"/>
|
|
<Key word="pdf_create_gstate"/>
|
|
<Key word="pdf_create_pvf"/>
|
|
<Key word="pdf_create_textflow"/>
|
|
<Key word="pdf_curveto"/>
|
|
<Key word="pdf_define_layer"/>
|
|
<Key word="pdf_delete"/>
|
|
<Key word="pdf_delete_pvf"/>
|
|
<Key word="pdf_delete_table"/>
|
|
<Key word="pdf_delete_textflow"/>
|
|
<Key word="pdf_encoding_set_char"/>
|
|
<Key word="pdf_end_document"/>
|
|
<Key word="pdf_end_font"/>
|
|
<Key word="pdf_end_glyph"/>
|
|
<Key word="pdf_end_item"/>
|
|
<Key word="pdf_end_layer"/>
|
|
<Key word="pdf_end_page"/>
|
|
<Key word="pdf_end_page_ext"/>
|
|
<Key word="pdf_end_pattern"/>
|
|
<Key word="pdf_end_template"/>
|
|
<Key word="pdf_endpath"/>
|
|
<Key word="pdf_fill"/>
|
|
<Key word="pdf_fill_imageblock"/>
|
|
<Key word="pdf_fill_pdfblock"/>
|
|
<Key word="pdf_fill_stroke"/>
|
|
<Key word="pdf_fill_textblock"/>
|
|
<Key word="pdf_findfont"/>
|
|
<Key word="pdf_fit_image"/>
|
|
<Key word="pdf_fit_pdi_page"/>
|
|
<Key word="pdf_fit_table"/>
|
|
<Key word="pdf_fit_textflow"/>
|
|
<Key word="pdf_fit_textline"/>
|
|
<Key word="pdf_get_apiname"/>
|
|
<Key word="pdf_get_buffer"/>
|
|
<Key word="pdf_get_errmsg"/>
|
|
<Key word="pdf_get_errnum"/>
|
|
<Key word="pdf_get_font"/>
|
|
<Key word="pdf_get_fontname"/>
|
|
<Key word="pdf_get_fontsize"/>
|
|
<Key word="pdf_get_image_height"/>
|
|
<Key word="pdf_get_image_width"/>
|
|
<Key word="pdf_get_majorversion"/>
|
|
<Key word="pdf_get_minorversion"/>
|
|
<Key word="pdf_get_parameter"/>
|
|
<Key word="pdf_get_pdi_parameter"/>
|
|
<Key word="pdf_get_pdi_value"/>
|
|
<Key word="pdf_get_value"/>
|
|
<Key word="pdf_info_font"/>
|
|
<Key word="pdf_info_matchbox"/>
|
|
<Key word="pdf_info_table"/>
|
|
<Key word="pdf_info_textflow"/>
|
|
<Key word="pdf_info_textline"/>
|
|
<Key word="pdf_initgraphics"/>
|
|
<Key word="pdf_lineto"/>
|
|
<Key word="pdf_load_3ddata"/>
|
|
<Key word="pdf_load_font"/>
|
|
<Key word="pdf_load_iccprofile"/>
|
|
<Key word="pdf_load_image"/>
|
|
<Key word="pdf_makespotcolor"/>
|
|
<Key word="pdf_moveto"/>
|
|
<Key word="pdf_new"/>
|
|
<Key word="pdf_open_ccitt"/>
|
|
<Key word="pdf_open_file"/>
|
|
<Key word="pdf_open_gif"/>
|
|
<Key word="pdf_open_image"/>
|
|
<Key word="pdf_open_image_file"/>
|
|
<Key word="pdf_open_jpeg"/>
|
|
<Key word="pdf_open_memory_image"/>
|
|
<Key word="pdf_open_pdi"/>
|
|
<Key word="pdf_open_pdi_document"/>
|
|
<Key word="pdf_open_pdi_page"/>
|
|
<Key word="pdf_open_tiff"/>
|
|
<Key word="pdf_pcos_get_number"/>
|
|
<Key word="pdf_pcos_get_stream"/>
|
|
<Key word="pdf_pcos_get_string"/>
|
|
<Key word="pdf_place_image"/>
|
|
<Key word="pdf_place_pdi_page"/>
|
|
<Key word="pdf_process_pdi"/>
|
|
<Key word="pdf_rect"/>
|
|
<Key word="pdf_restore"/>
|
|
<Key word="pdf_resume_page"/>
|
|
<Key word="pdf_rotate"/>
|
|
<Key word="pdf_save"/>
|
|
<Key word="pdf_scale"/>
|
|
<Key word="pdf_set_border_color"/>
|
|
<Key word="pdf_set_border_dash"/>
|
|
<Key word="pdf_set_border_style"/>
|
|
<Key word="pdf_set_char_spacing"/>
|
|
<Key word="pdf_set_duration"/>
|
|
<Key word="pdf_set_gstate"/>
|
|
<Key word="pdf_set_horiz_scaling"/>
|
|
<Key word="pdf_set_info"/>
|
|
<Key word="pdf_set_info_author"/>
|
|
<Key word="pdf_set_info_creator"/>
|
|
<Key word="pdf_set_info_keywords"/>
|
|
<Key word="pdf_set_info_subject"/>
|
|
<Key word="pdf_set_info_title"/>
|
|
<Key word="pdf_set_layer_dependency"/>
|
|
<Key word="pdf_set_leading"/>
|
|
<Key word="pdf_set_parameter"/>
|
|
<Key word="pdf_set_text_matrix"/>
|
|
<Key word="pdf_set_text_pos"/>
|
|
<Key word="pdf_set_text_rendering"/>
|
|
<Key word="pdf_set_text_rise"/>
|
|
<Key word="pdf_set_value"/>
|
|
<Key word="pdf_set_word_spacing"/>
|
|
<Key word="pdf_setcolor"/>
|
|
<Key word="pdf_setdash"/>
|
|
<Key word="pdf_setdashpattern"/>
|
|
<Key word="pdf_setflat"/>
|
|
<Key word="pdf_setfont"/>
|
|
<Key word="pdf_setgray"/>
|
|
<Key word="pdf_setgray_fill"/>
|
|
<Key word="pdf_setgray_stroke"/>
|
|
<Key word="pdf_setlinecap"/>
|
|
<Key word="pdf_setlinejoin"/>
|
|
<Key word="pdf_setlinewidth"/>
|
|
<Key word="pdf_setmatrix"/>
|
|
<Key word="pdf_setmiterlimit"/>
|
|
<Key word="pdf_setpolydash"/>
|
|
<Key word="pdf_setrgbcolor"/>
|
|
<Key word="pdf_setrgbcolor_fill"/>
|
|
<Key word="pdf_setrgbcolor_stroke"/>
|
|
<Key word="pdf_shading"/>
|
|
<Key word="pdf_shading_pattern"/>
|
|
<Key word="pdf_shfill"/>
|
|
<Key word="pdf_show"/>
|
|
<Key word="pdf_show_boxed"/>
|
|
<Key word="pdf_show_xy"/>
|
|
<Key word="pdf_skew"/>
|
|
<Key word="pdf_stringwidth"/>
|
|
<Key word="pdf_stroke"/>
|
|
<Key word="pdf_suspend_page"/>
|
|
<Key word="pdf_translate"/>
|
|
<Key word="pdf_utf16_to_utf8"/>
|
|
<Key word="pdf_utf32_to_utf16"/>
|
|
<Key word="pdf_utf8_to_utf16"/>
|
|
<Key word="pfsockopen"/>
|
|
<Key word="pg_affected_rows"/>
|
|
<Key word="pg_cancel_query"/>
|
|
<Key word="pg_client_encoding"/>
|
|
<Key word="pg_close"/>
|
|
<Key word="pg_connect"/>
|
|
<Key word="pg_connection_busy"/>
|
|
<Key word="pg_connection_reset"/>
|
|
<Key word="pg_connection_status"/>
|
|
<Key word="pg_convert"/>
|
|
<Key word="pg_copy_from"/>
|
|
<Key word="pg_copy_to"/>
|
|
<Key word="pg_dbname"/>
|
|
<Key word="pg_delete"/>
|
|
<Key word="pg_end_copy"/>
|
|
<Key word="pg_escape_bytea"/>
|
|
<Key word="pg_escape_string"/>
|
|
<Key word="pg_execute"/>
|
|
<Key word="pg_fetch_all"/>
|
|
<Key word="pg_fetch_all_columns"/>
|
|
<Key word="pg_fetch_array"/>
|
|
<Key word="pg_fetch_assoc"/>
|
|
<Key word="pg_fetch_object"/>
|
|
<Key word="pg_fetch_result"/>
|
|
<Key word="pg_fetch_row"/>
|
|
<Key word="pg_field_is_null"/>
|
|
<Key word="pg_field_name"/>
|
|
<Key word="pg_field_num"/>
|
|
<Key word="pg_field_prtlen"/>
|
|
<Key word="pg_field_size"/>
|
|
<Key word="pg_field_table"/>
|
|
<Key word="pg_field_type"/>
|
|
<Key word="pg_field_type_oid"/>
|
|
<Key word="pg_free_result"/>
|
|
<Key word="pg_get_notify"/>
|
|
<Key word="pg_get_pid"/>
|
|
<Key word="pg_get_result"/>
|
|
<Key word="pg_host"/>
|
|
<Key word="pg_insert"/>
|
|
<Key word="pg_last_error"/>
|
|
<Key word="pg_last_notice"/>
|
|
<Key word="pg_last_oid"/>
|
|
<Key word="pg_lo_close"/>
|
|
<Key word="pg_lo_create"/>
|
|
<Key word="pg_lo_export"/>
|
|
<Key word="pg_lo_import"/>
|
|
<Key word="pg_lo_open"/>
|
|
<Key word="pg_lo_read"/>
|
|
<Key word="pg_lo_read_all"/>
|
|
<Key word="pg_lo_seek"/>
|
|
<Key word="pg_lo_tell"/>
|
|
<Key word="pg_lo_unlink"/>
|
|
<Key word="pg_lo_write"/>
|
|
<Key word="pg_meta_data"/>
|
|
<Key word="pg_num_fields"/>
|
|
<Key word="pg_num_rows"/>
|
|
<Key word="pg_options"/>
|
|
<Key word="pg_parameter_status"/>
|
|
<Key word="pg_pconnect"/>
|
|
<Key word="pg_ping"/>
|
|
<Key word="pg_port"/>
|
|
<Key word="pg_prepare"/>
|
|
<Key word="pg_put_line"/>
|
|
<Key word="pg_query"/>
|
|
<Key word="pg_query_params"/>
|
|
<Key word="pg_result_error"/>
|
|
<Key word="pg_result_error_field"/>
|
|
<Key word="pg_result_seek"/>
|
|
<Key word="pg_result_status"/>
|
|
<Key word="pg_select"/>
|
|
<Key word="pg_send_execute"/>
|
|
<Key word="pg_send_prepare"/>
|
|
<Key word="pg_send_query"/>
|
|
<Key word="pg_send_query_params"/>
|
|
<Key word="pg_set_client_encoding"/>
|
|
<Key word="pg_set_error_verbosity"/>
|
|
<Key word="pg_trace"/>
|
|
<Key word="pg_transaction_status"/>
|
|
<Key word="pg_tty"/>
|
|
<Key word="pg_unescape_bytea"/>
|
|
<Key word="pg_untrace"/>
|
|
<Key word="pg_update"/>
|
|
<Key word="pg_version"/>
|
|
<Key word="php_check_syntax"/>
|
|
<Key word="php_ini_loaded_file"/>
|
|
<Key word="php_ini_scanned_files"/>
|
|
<Key word="php_logo_guid"/>
|
|
<Key word="php_sapi_name"/>
|
|
<Key word="php_strip_whitespace"/>
|
|
<Key word="php_uname"/>
|
|
<Key word="phpcredits"/>
|
|
<Key word="phpinfo"/>
|
|
<Key word="phpversion"/>
|
|
<Key word="pi"/>
|
|
<Key word="png2wbmp"/>
|
|
<Key word="popen"/>
|
|
<Key word="pos"/>
|
|
<Key word="posix_access"/>
|
|
<Key word="posix_ctermid"/>
|
|
<Key word="posix_errno"/>
|
|
<Key word="posix_get_last_error"/>
|
|
<Key word="posix_getcwd"/>
|
|
<Key word="posix_getegid"/>
|
|
<Key word="posix_geteuid"/>
|
|
<Key word="posix_getgid"/>
|
|
<Key word="posix_getgrgid"/>
|
|
<Key word="posix_getgrnam"/>
|
|
<Key word="posix_getgroups"/>
|
|
<Key word="posix_getlogin"/>
|
|
<Key word="posix_getpgid"/>
|
|
<Key word="posix_getpgrp"/>
|
|
<Key word="posix_getpid"/>
|
|
<Key word="posix_getppid"/>
|
|
<Key word="posix_getpwnam"/>
|
|
<Key word="posix_getpwuid"/>
|
|
<Key word="posix_getrlimit"/>
|
|
<Key word="posix_getsid"/>
|
|
<Key word="posix_getuid"/>
|
|
<Key word="posix_initgroups"/>
|
|
<Key word="posix_isatty"/>
|
|
<Key word="posix_kill"/>
|
|
<Key word="posix_mkfifo"/>
|
|
<Key word="posix_mknod"/>
|
|
<Key word="posix_setegid"/>
|
|
<Key word="posix_seteuid"/>
|
|
<Key word="posix_setgid"/>
|
|
<Key word="posix_setpgid"/>
|
|
<Key word="posix_setsid"/>
|
|
<Key word="posix_setuid"/>
|
|
<Key word="posix_strerror"/>
|
|
<Key word="posix_times"/>
|
|
<Key word="posix_ttyname"/>
|
|
<Key word="posix_uname"/>
|
|
<Key word="pow"/>
|
|
<Key word="preg_filter"/>
|
|
<Key word="preg_grep"/>
|
|
<Key word="preg_last_error"/>
|
|
<Key word="preg_match"/>
|
|
<Key word="preg_match_all"/>
|
|
<Key word="preg_quote"/>
|
|
<Key word="preg_replace"/>
|
|
<Key word="preg_replace_callback"/>
|
|
<Key word="preg_split"/>
|
|
<Key word="prev"/>
|
|
<Key word="print"/>
|
|
<Key word="print_r"/>
|
|
<Key word="printf"/>
|
|
<Key word="proc_close"/>
|
|
<Key word="proc_get_status"/>
|
|
<Key word="proc_nice"/>
|
|
<Key word="proc_open"/>
|
|
<Key word="proc_terminate"/>
|
|
<Key word="property_exists"/>
|
|
<Key word="ps_add_bookmark"/>
|
|
<Key word="ps_add_launchlink"/>
|
|
<Key word="ps_add_locallink"/>
|
|
<Key word="ps_add_note"/>
|
|
<Key word="ps_add_pdflink"/>
|
|
<Key word="ps_add_weblink"/>
|
|
<Key word="ps_arc"/>
|
|
<Key word="ps_arcn"/>
|
|
<Key word="ps_begin_page"/>
|
|
<Key word="ps_begin_pattern"/>
|
|
<Key word="ps_begin_template"/>
|
|
<Key word="ps_circle"/>
|
|
<Key word="ps_clip"/>
|
|
<Key word="ps_close"/>
|
|
<Key word="ps_close_image"/>
|
|
<Key word="ps_closepath"/>
|
|
<Key word="ps_closepath_stroke"/>
|
|
<Key word="ps_continue_text"/>
|
|
<Key word="ps_curveto"/>
|
|
<Key word="ps_delete"/>
|
|
<Key word="ps_end_page"/>
|
|
<Key word="ps_end_pattern"/>
|
|
<Key word="ps_end_template"/>
|
|
<Key word="ps_fill"/>
|
|
<Key word="ps_fill_stroke"/>
|
|
<Key word="ps_findfont"/>
|
|
<Key word="ps_get_buffer"/>
|
|
<Key word="ps_get_parameter"/>
|
|
<Key word="ps_get_value"/>
|
|
<Key word="ps_hyphenate"/>
|
|
<Key word="ps_include_file"/>
|
|
<Key word="ps_lineto"/>
|
|
<Key word="ps_makespotcolor"/>
|
|
<Key word="ps_moveto"/>
|
|
<Key word="ps_new"/>
|
|
<Key word="ps_open_file"/>
|
|
<Key word="ps_open_image"/>
|
|
<Key word="ps_open_image_file"/>
|
|
<Key word="ps_open_memory_image"/>
|
|
<Key word="ps_place_image"/>
|
|
<Key word="ps_rect"/>
|
|
<Key word="ps_restore"/>
|
|
<Key word="ps_rotate"/>
|
|
<Key word="ps_save"/>
|
|
<Key word="ps_scale"/>
|
|
<Key word="ps_set_border_color"/>
|
|
<Key word="ps_set_border_dash"/>
|
|
<Key word="ps_set_border_style"/>
|
|
<Key word="ps_set_info"/>
|
|
<Key word="ps_set_parameter"/>
|
|
<Key word="ps_set_text_pos"/>
|
|
<Key word="ps_set_value"/>
|
|
<Key word="ps_setcolor"/>
|
|
<Key word="ps_setdash"/>
|
|
<Key word="ps_setflat"/>
|
|
<Key word="ps_setfont"/>
|
|
<Key word="ps_setgray"/>
|
|
<Key word="ps_setlinecap"/>
|
|
<Key word="ps_setlinejoin"/>
|
|
<Key word="ps_setlinewidth"/>
|
|
<Key word="ps_setmiterlimit"/>
|
|
<Key word="ps_setoverprintmode"/>
|
|
<Key word="ps_setpolydash"/>
|
|
<Key word="ps_shading"/>
|
|
<Key word="ps_shading_pattern"/>
|
|
<Key word="ps_shfill"/>
|
|
<Key word="ps_show"/>
|
|
<Key word="ps_show2"/>
|
|
<Key word="ps_show_boxed"/>
|
|
<Key word="ps_show_xy"/>
|
|
<Key word="ps_show_xy2"/>
|
|
<Key word="ps_string_geometry"/>
|
|
<Key word="ps_stringwidth"/>
|
|
<Key word="ps_stroke"/>
|
|
<Key word="ps_symbol"/>
|
|
<Key word="ps_symbol_name"/>
|
|
<Key word="ps_symbol_width"/>
|
|
<Key word="ps_translate"/>
|
|
<Key word="pspell_add_to_personal"/>
|
|
<Key word="pspell_add_to_session"/>
|
|
<Key word="pspell_check"/>
|
|
<Key word="pspell_clear_session"/>
|
|
<Key word="pspell_config_create"/>
|
|
<Key word="pspell_config_data_dir"/>
|
|
<Key word="pspell_config_dict_dir"/>
|
|
<Key word="pspell_config_ignore"/>
|
|
<Key word="pspell_config_mode"/>
|
|
<Key word="pspell_config_personal"/>
|
|
<Key word="pspell_config_repl"/>
|
|
<Key word="pspell_config_runtogether"/>
|
|
<Key word="pspell_config_save_repl"/>
|
|
<Key word="pspell_new"/>
|
|
<Key word="pspell_new_config"/>
|
|
<Key word="pspell_new_personal"/>
|
|
<Key word="pspell_save_wordlist"/>
|
|
<Key word="pspell_store_replacement"/>
|
|
<Key word="pspell_suggest"/>
|
|
<Key word="putenv"/>
|
|
<Key word="px_close"/>
|
|
<Key word="px_create_fp"/>
|
|
<Key word="px_date2string"/>
|
|
<Key word="px_delete"/>
|
|
<Key word="px_delete_record"/>
|
|
<Key word="px_get_field"/>
|
|
<Key word="px_get_info"/>
|
|
<Key word="px_get_parameter"/>
|
|
<Key word="px_get_record"/>
|
|
<Key word="px_get_schema"/>
|
|
<Key word="px_get_value"/>
|
|
<Key word="px_insert_record"/>
|
|
<Key word="px_new"/>
|
|
<Key word="px_numfields"/>
|
|
<Key word="px_numrecords"/>
|
|
<Key word="px_open_fp"/>
|
|
<Key word="px_put_record"/>
|
|
<Key word="px_retrieve_record"/>
|
|
<Key word="px_set_blob_file"/>
|
|
<Key word="px_set_parameter"/>
|
|
<Key word="px_set_tablename"/>
|
|
<Key word="px_set_targetencoding"/>
|
|
<Key word="px_set_value"/>
|
|
<Key word="px_timestamp2string"/>
|
|
<Key word="px_update_record"/>
|
|
<Key word="quoted_printable_decode"/>
|
|
<Key word="quoted_printable_encode"/>
|
|
<Key word="quotemeta"/>
|
|
<Key word="rad2deg"/>
|
|
<Key word="radius_acct_open"/>
|
|
<Key word="radius_add_server"/>
|
|
<Key word="radius_auth_open"/>
|
|
<Key word="radius_close"/>
|
|
<Key word="radius_config"/>
|
|
<Key word="radius_create_request"/>
|
|
<Key word="radius_cvt_addr"/>
|
|
<Key word="radius_cvt_int"/>
|
|
<Key word="radius_cvt_string"/>
|
|
<Key word="radius_demangle"/>
|
|
<Key word="radius_demangle_mppe_key"/>
|
|
<Key word="radius_get_attr"/>
|
|
<Key word="radius_get_vendor_attr"/>
|
|
<Key word="radius_put_addr"/>
|
|
<Key word="radius_put_attr"/>
|
|
<Key word="radius_put_int"/>
|
|
<Key word="radius_put_string"/>
|
|
<Key word="radius_put_vendor_addr"/>
|
|
<Key word="radius_put_vendor_attr"/>
|
|
<Key word="radius_put_vendor_int"/>
|
|
<Key word="radius_put_vendor_string"/>
|
|
<Key word="radius_request_authenticator"/>
|
|
<Key word="radius_send_request"/>
|
|
<Key word="radius_server_secret"/>
|
|
<Key word="radius_strerror"/>
|
|
<Key word="rand"/>
|
|
<Key word="range"/>
|
|
<Key word="rar_wrapper_cache_stats"/>
|
|
<Key word="rawurldecode"/>
|
|
<Key word="rawurlencode"/>
|
|
<Key word="read_exif_data"/>
|
|
<Key word="readdir"/>
|
|
<Key word="readfile"/>
|
|
<Key word="readgzfile"/>
|
|
<Key word="readline"/>
|
|
<Key word="readline_add_history"/>
|
|
<Key word="readline_callback_handler_install"/>
|
|
<Key word="readline_callback_handler_remove"/>
|
|
<Key word="readline_callback_read_char"/>
|
|
<Key word="readline_clear_history"/>
|
|
<Key word="readline_completion_function"/>
|
|
<Key word="readline_info"/>
|
|
<Key word="readline_list_history"/>
|
|
<Key word="readline_on_new_line"/>
|
|
<Key word="readline_read_history"/>
|
|
<Key word="readline_redisplay"/>
|
|
<Key word="readline_write_history"/>
|
|
<Key word="readlink"/>
|
|
<Key word="real"/>
|
|
<Key word="realpath"/>
|
|
<Key word="realpath_cache_get"/>
|
|
<Key word="realpath_cache_size"/>
|
|
<Key word="register_shutdown_function"/>
|
|
<Key word="register_tick_function"/>
|
|
<Key word="rename"/>
|
|
<Key word="rename_function"/>
|
|
<Key word="require"/>
|
|
<Key word="require_once"/>
|
|
<Key word="reset"/>
|
|
<Key word="restore_error_handler"/>
|
|
<Key word="restore_exception_handler"/>
|
|
<Key word="restore_include_path"/>
|
|
<Key word="return"/>
|
|
<Key word="rewind"/>
|
|
<Key word="rewinddir"/>
|
|
<Key word="rmdir"/>
|
|
<Key word="round"/>
|
|
<Key word="rpm_close"/>
|
|
<Key word="rpm_get_tag"/>
|
|
<Key word="rpm_is_valid"/>
|
|
<Key word="rpm_open"/>
|
|
<Key word="rpm_version"/>
|
|
<Key word="rsort"/>
|
|
<Key word="rtrim"/>
|
|
<Key word="scandir"/>
|
|
<Key word="sem_acquire"/>
|
|
<Key word="sem_get"/>
|
|
<Key word="sem_release"/>
|
|
<Key word="sem_remove"/>
|
|
<Key word="serialize"/>
|
|
<Key word="session_cache_expire"/>
|
|
<Key word="session_cache_limiter"/>
|
|
<Key word="session_commit"/>
|
|
<Key word="session_decode"/>
|
|
<Key word="session_destroy"/>
|
|
<Key word="session_encode"/>
|
|
<Key word="session_get_cookie_params"/>
|
|
<Key word="session_id"/>
|
|
<Key word="session_is_registered"/>
|
|
<Key word="session_module_name"/>
|
|
<Key word="session_name"/>
|
|
<Key word="session_pgsql_add_error"/>
|
|
<Key word="session_pgsql_get_error"/>
|
|
<Key word="session_pgsql_get_field"/>
|
|
<Key word="session_pgsql_reset"/>
|
|
<Key word="session_pgsql_set_field"/>
|
|
<Key word="session_pgsql_status"/>
|
|
<Key word="session_regenerate_id"/>
|
|
<Key word="session_register"/>
|
|
<Key word="session_save_path"/>
|
|
<Key word="session_set_cookie_params"/>
|
|
<Key word="session_set_save_handler"/>
|
|
<Key word="session_start"/>
|
|
<Key word="session_unregister"/>
|
|
<Key word="session_unset"/>
|
|
<Key word="session_write_close"/>
|
|
<Key word="set_error_handler"/>
|
|
<Key word="set_exception_handler"/>
|
|
<Key word="set_file_buffer"/>
|
|
<Key word="set_include_path"/>
|
|
<Key word="set_magic_quotes_runtime"/>
|
|
<Key word="set_socket_blocking"/>
|
|
<Key word="set_time_limit"/>
|
|
<Key word="setcookie"/>
|
|
<Key word="setlocale"/>
|
|
<Key word="setproctitle"/>
|
|
<Key word="setrawcookie"/>
|
|
<Key word="setthreadtitle"/>
|
|
<Key word="settype"/>
|
|
<Key word="sha1"/>
|
|
<Key word="sha1_file"/>
|
|
<Key word="shell_exec"/>
|
|
<Key word="shm_attach"/>
|
|
<Key word="shm_detach"/>
|
|
<Key word="shm_get_var"/>
|
|
<Key word="shm_has_var"/>
|
|
<Key word="shm_put_var"/>
|
|
<Key word="shm_remove"/>
|
|
<Key word="shm_remove_var"/>
|
|
<Key word="shmop_close"/>
|
|
<Key word="shmop_delete"/>
|
|
<Key word="shmop_open"/>
|
|
<Key word="shmop_read"/>
|
|
<Key word="shmop_size"/>
|
|
<Key word="shmop_write"/>
|
|
<Key word="show_source"/>
|
|
<Key word="shuffle"/>
|
|
<Key word="signeurlpaiement"/>
|
|
<Key word="similar_text"/>
|
|
<Key word="simplexml_import_dom"/>
|
|
<Key word="simplexml_load_file"/>
|
|
<Key word="simplexml_load_string"/>
|
|
<Key word="sin"/>
|
|
<Key word="sinh"/>
|
|
<Key word="sizeof"/>
|
|
<Key word="sleep"/>
|
|
<Key word="snmp2_get"/>
|
|
<Key word="snmp2_getnext"/>
|
|
<Key word="snmp2_real_walk"/>
|
|
<Key word="snmp2_set"/>
|
|
<Key word="snmp2_walk"/>
|
|
<Key word="snmp3_get"/>
|
|
<Key word="snmp3_getnext"/>
|
|
<Key word="snmp3_real_walk"/>
|
|
<Key word="snmp3_set"/>
|
|
<Key word="snmp3_walk"/>
|
|
<Key word="snmp_get_quick_print"/>
|
|
<Key word="snmp_get_valueretrieval"/>
|
|
<Key word="snmp_read_mib"/>
|
|
<Key word="snmp_set_enum_print"/>
|
|
<Key word="snmp_set_oid_numeric_print"/>
|
|
<Key word="snmp_set_oid_output_format"/>
|
|
<Key word="snmp_set_quick_print"/>
|
|
<Key word="snmp_set_valueretrieval"/>
|
|
<Key word="snmpget"/>
|
|
<Key word="snmpgetnext"/>
|
|
<Key word="snmprealwalk"/>
|
|
<Key word="snmpset"/>
|
|
<Key word="snmpwalk"/>
|
|
<Key word="snmpwalkoid"/>
|
|
<Key word="socket_accept"/>
|
|
<Key word="socket_bind"/>
|
|
<Key word="socket_clear_error"/>
|
|
<Key word="socket_close"/>
|
|
<Key word="socket_connect"/>
|
|
<Key word="socket_create"/>
|
|
<Key word="socket_create_listen"/>
|
|
<Key word="socket_create_pair"/>
|
|
<Key word="socket_get_option"/>
|
|
<Key word="socket_get_status"/>
|
|
<Key word="socket_getpeername"/>
|
|
<Key word="socket_getsockname"/>
|
|
<Key word="socket_last_error"/>
|
|
<Key word="socket_listen"/>
|
|
<Key word="socket_read"/>
|
|
<Key word="socket_recv"/>
|
|
<Key word="socket_recvfrom"/>
|
|
<Key word="socket_select"/>
|
|
<Key word="socket_send"/>
|
|
<Key word="socket_sendto"/>
|
|
<Key word="socket_set_block"/>
|
|
<Key word="socket_set_blocking"/>
|
|
<Key word="socket_set_nonblock"/>
|
|
<Key word="socket_set_option"/>
|
|
<Key word="socket_set_timeout"/>
|
|
<Key word="socket_shutdown"/>
|
|
<Key word="socket_strerror"/>
|
|
<Key word="socket_write"/>
|
|
<Key word="sort"/>
|
|
<Key word="soundex"/>
|
|
<Key word="spl_autoload"/>
|
|
<Key word="spl_autoload_call"/>
|
|
<Key word="spl_autoload_extensions"/>
|
|
<Key word="spl_autoload_functions"/>
|
|
<Key word="spl_autoload_register"/>
|
|
<Key word="spl_autoload_unregister"/>
|
|
<Key word="spl_classes"/>
|
|
<Key word="spl_object_hash"/>
|
|
<Key word="split"/>
|
|
<Key word="spliti"/>
|
|
<Key word="sprintf"/>
|
|
<Key word="sql_regcase"/>
|
|
<Key word="sqlite_array_query"/>
|
|
<Key word="sqlite_busy_timeout"/>
|
|
<Key word="sqlite_changes"/>
|
|
<Key word="sqlite_close"/>
|
|
<Key word="sqlite_column"/>
|
|
<Key word="sqlite_create_aggregate"/>
|
|
<Key word="sqlite_create_function"/>
|
|
<Key word="sqlite_current"/>
|
|
<Key word="sqlite_error_string"/>
|
|
<Key word="sqlite_escape_string"/>
|
|
<Key word="sqlite_exec"/>
|
|
<Key word="sqlite_factory"/>
|
|
<Key word="sqlite_fetch_all"/>
|
|
<Key word="sqlite_fetch_array"/>
|
|
<Key word="sqlite_fetch_column_types"/>
|
|
<Key word="sqlite_fetch_object"/>
|
|
<Key word="sqlite_fetch_single"/>
|
|
<Key word="sqlite_fetch_string"/>
|
|
<Key word="sqlite_field_name"/>
|
|
<Key word="sqlite_has_more"/>
|
|
<Key word="sqlite_has_prev"/>
|
|
<Key word="sqlite_key"/>
|
|
<Key word="sqlite_last_error"/>
|
|
<Key word="sqlite_last_insert_rowid"/>
|
|
<Key word="sqlite_libencoding"/>
|
|
<Key word="sqlite_libversion"/>
|
|
<Key word="sqlite_next"/>
|
|
<Key word="sqlite_num_fields"/>
|
|
<Key word="sqlite_num_rows"/>
|
|
<Key word="sqlite_open"/>
|
|
<Key word="sqlite_popen"/>
|
|
<Key word="sqlite_prev"/>
|
|
<Key word="sqlite_query"/>
|
|
<Key word="sqlite_rewind"/>
|
|
<Key word="sqlite_seek"/>
|
|
<Key word="sqlite_single_query"/>
|
|
<Key word="sqlite_udf_decode_binary"/>
|
|
<Key word="sqlite_udf_encode_binary"/>
|
|
<Key word="sqlite_unbuffered_query"/>
|
|
<Key word="sqlite_valid"/>
|
|
<Key word="sqrt"/>
|
|
<Key word="sqrt"/>
|
|
<Key word="srand"/>
|
|
<Key word="srand"/>
|
|
<Key word="sscanf"/>
|
|
<Key word="ssdeep_fuzzy_compare"/>
|
|
<Key word="ssdeep_fuzzy_hash"/>
|
|
<Key word="ssdeep_fuzzy_hash_filename"/>
|
|
<Key word="ssh2_auth_hostbased_file"/>
|
|
<Key word="ssh2_auth_none"/>
|
|
<Key word="ssh2_auth_password"/>
|
|
<Key word="ssh2_auth_pubkey_file"/>
|
|
<Key word="ssh2_connect"/>
|
|
<Key word="ssh2_exec"/>
|
|
<Key word="ssh2_fetch_stream"/>
|
|
<Key word="ssh2_fingerprint"/>
|
|
<Key word="ssh2_methods_negotiated"/>
|
|
<Key word="ssh2_publickey_add"/>
|
|
<Key word="ssh2_publickey_init"/>
|
|
<Key word="ssh2_publickey_list"/>
|
|
<Key word="ssh2_publickey_remove"/>
|
|
<Key word="ssh2_scp_recv"/>
|
|
<Key word="ssh2_scp_send"/>
|
|
<Key word="ssh2_sftp"/>
|
|
<Key word="ssh2_sftp_lstat"/>
|
|
<Key word="ssh2_sftp_mkdir"/>
|
|
<Key word="ssh2_sftp_readlink"/>
|
|
<Key word="ssh2_sftp_realpath"/>
|
|
<Key word="ssh2_sftp_rename"/>
|
|
<Key word="ssh2_sftp_rmdir"/>
|
|
<Key word="ssh2_sftp_stat"/>
|
|
<Key word="ssh2_sftp_symlink"/>
|
|
<Key word="ssh2_sftp_unlink"/>
|
|
<Key word="ssh2_shell"/>
|
|
<Key word="ssh2_tunnel"/>
|
|
<Key word="stat"/>
|
|
<Key word="stats_absolute_deviation"/>
|
|
<Key word="stats_cdf_beta"/>
|
|
<Key word="stats_cdf_binomial"/>
|
|
<Key word="stats_cdf_cauchy"/>
|
|
<Key word="stats_cdf_chisquare"/>
|
|
<Key word="stats_cdf_exponential"/>
|
|
<Key word="stats_cdf_f"/>
|
|
<Key word="stats_cdf_gamma"/>
|
|
<Key word="stats_cdf_laplace"/>
|
|
<Key word="stats_cdf_logistic"/>
|
|
<Key word="stats_cdf_negative_binomial"/>
|
|
<Key word="stats_cdf_noncentral_chisquare"/>
|
|
<Key word="stats_cdf_noncentral_f"/>
|
|
<Key word="stats_cdf_poisson"/>
|
|
<Key word="stats_cdf_t"/>
|
|
<Key word="stats_cdf_uniform"/>
|
|
<Key word="stats_cdf_weibull"/>
|
|
<Key word="stats_covariance"/>
|
|
<Key word="stats_den_uniform"/>
|
|
<Key word="stats_dens_beta"/>
|
|
<Key word="stats_dens_cauchy"/>
|
|
<Key word="stats_dens_chisquare"/>
|
|
<Key word="stats_dens_exponential"/>
|
|
<Key word="stats_dens_f"/>
|
|
<Key word="stats_dens_gamma"/>
|
|
<Key word="stats_dens_laplace"/>
|
|
<Key word="stats_dens_logistic"/>
|
|
<Key word="stats_dens_negative_binomial"/>
|
|
<Key word="stats_dens_normal"/>
|
|
<Key word="stats_dens_pmf_binomial"/>
|
|
<Key word="stats_dens_pmf_hypergeometric"/>
|
|
<Key word="stats_dens_pmf_poisson"/>
|
|
<Key word="stats_dens_t"/>
|
|
<Key word="stats_dens_weibull"/>
|
|
<Key word="stats_harmonic_mean"/>
|
|
<Key word="stats_kurtosis"/>
|
|
<Key word="stats_rand_gen_beta"/>
|
|
<Key word="stats_rand_gen_chisquare"/>
|
|
<Key word="stats_rand_gen_exponential"/>
|
|
<Key word="stats_rand_gen_f"/>
|
|
<Key word="stats_rand_gen_funiform"/>
|
|
<Key word="stats_rand_gen_gamma"/>
|
|
<Key word="stats_rand_gen_ibinomial"/>
|
|
<Key word="stats_rand_gen_ibinomial_negative"/>
|
|
<Key word="stats_rand_gen_int"/>
|
|
<Key word="stats_rand_gen_ipoisson"/>
|
|
<Key word="stats_rand_gen_iuniform"/>
|
|
<Key word="stats_rand_gen_noncenral_chisquare"/>
|
|
<Key word="stats_rand_gen_noncentral_f"/>
|
|
<Key word="stats_rand_gen_noncentral_t"/>
|
|
<Key word="stats_rand_gen_normal"/>
|
|
<Key word="stats_rand_gen_t"/>
|
|
<Key word="stats_rand_get_seeds"/>
|
|
<Key word="stats_rand_phrase_to_seeds"/>
|
|
<Key word="stats_rand_ranf"/>
|
|
<Key word="stats_rand_setall"/>
|
|
<Key word="stats_skew"/>
|
|
<Key word="stats_standard_deviation"/>
|
|
<Key word="stats_stat_binomial_coef"/>
|
|
<Key word="stats_stat_correlation"/>
|
|
<Key word="stats_stat_gennch"/>
|
|
<Key word="stats_stat_independent_t"/>
|
|
<Key word="stats_stat_innerproduct"/>
|
|
<Key word="stats_stat_noncentral_t"/>
|
|
<Key word="stats_stat_paired_t"/>
|
|
<Key word="stats_stat_percentile"/>
|
|
<Key word="stats_stat_powersum"/>
|
|
<Key word="stats_variance"/>
|
|
<Key word="str_getcsv"/>
|
|
<Key word="str_ireplace"/>
|
|
<Key word="str_pad"/>
|
|
<Key word="str_repeat"/>
|
|
<Key word="str_replace"/>
|
|
<Key word="str_rot13"/>
|
|
<Key word="str_shuffle"/>
|
|
<Key word="str_split"/>
|
|
<Key word="str_word_count"/>
|
|
<Key word="strcasecmp"/>
|
|
<Key word="strchr"/>
|
|
<Key word="strcmp"/>
|
|
<Key word="strcoll"/>
|
|
<Key word="strcspn"/>
|
|
<Key word="stream_bucket_append"/>
|
|
<Key word="stream_bucket_make_writeable"/>
|
|
<Key word="stream_bucket_new"/>
|
|
<Key word="stream_bucket_prepend"/>
|
|
<Key word="stream_context_create"/>
|
|
<Key word="stream_context_get_default"/>
|
|
<Key word="stream_context_get_options"/>
|
|
<Key word="stream_context_get_params"/>
|
|
<Key word="stream_context_set_default"/>
|
|
<Key word="stream_context_set_option"/>
|
|
<Key word="stream_context_set_params"/>
|
|
<Key word="stream_copy_to_stream"/>
|
|
<Key word="stream_encoding"/>
|
|
<Key word="stream_filter_append"/>
|
|
<Key word="stream_filter_prepend"/>
|
|
<Key word="stream_filter_register"/>
|
|
<Key word="stream_filter_remove"/>
|
|
<Key word="stream_get_contents"/>
|
|
<Key word="stream_get_filters"/>
|
|
<Key word="stream_get_line"/>
|
|
<Key word="stream_get_meta_data"/>
|
|
<Key word="stream_get_transports"/>
|
|
<Key word="stream_get_wrappers"/>
|
|
<Key word="stream_is_local"/>
|
|
<Key word="stream_register_wrapper"/>
|
|
<Key word="stream_resolve_include_path"/>
|
|
<Key word="stream_select"/>
|
|
<Key word="stream_set_blocking"/>
|
|
<Key word="stream_set_read_buffer"/>
|
|
<Key word="stream_set_timeout"/>
|
|
<Key word="stream_set_write_buffer"/>
|
|
<Key word="stream_socket_accept"/>
|
|
<Key word="stream_socket_client"/>
|
|
<Key word="stream_socket_enable_crypto"/>
|
|
<Key word="stream_socket_get_name"/>
|
|
<Key word="stream_socket_pair"/>
|
|
<Key word="stream_socket_recvfrom"/>
|
|
<Key word="stream_socket_sendto"/>
|
|
<Key word="stream_socket_server"/>
|
|
<Key word="stream_socket_shutdown"/>
|
|
<Key word="stream_supports_lock"/>
|
|
<Key word="stream_wrapper_register"/>
|
|
<Key word="stream_wrapper_restore"/>
|
|
<Key word="stream_wrapper_unregister"/>
|
|
<Key word="strftime"/>
|
|
<Key word="string"/>
|
|
<Key word="strip_tags"/>
|
|
<Key word="stripcslashes"/>
|
|
<Key word="stripos"/>
|
|
<Key word="stripslashes"/>
|
|
<Key word="stristr"/>
|
|
<Key word="strlen"/>
|
|
<Key word="strnatcasecmp"/>
|
|
<Key word="strnatcmp"/>
|
|
<Key word="strncasecmp"/>
|
|
<Key word="strncmp"/>
|
|
<Key word="strpbrk"/>
|
|
<Key word="strpos"/>
|
|
<Key word="strptime"/>
|
|
<Key word="strrchr"/>
|
|
<Key word="strrev"/>
|
|
<Key word="strripos"/>
|
|
<Key word="strrpos"/>
|
|
<Key word="strspn"/>
|
|
<Key word="strstr"/>
|
|
<Key word="strtok"/>
|
|
<Key word="strtolower"/>
|
|
<Key word="strtotime"/>
|
|
<Key word="strtoupper"/>
|
|
<Key word="strtr"/>
|
|
<Key word="strval"/>
|
|
<Key word="substr"/>
|
|
<Key word="substr_compare"/>
|
|
<Key word="substr_count"/>
|
|
<Key word="substr_replace"/>
|
|
<Key word="svn_add"/>
|
|
<Key word="svn_auth_get_parameter"/>
|
|
<Key word="svn_auth_set_parameter"/>
|
|
<Key word="svn_blame"/>
|
|
<Key word="svn_cat"/>
|
|
<Key word="svn_checkout"/>
|
|
<Key word="svn_cleanup"/>
|
|
<Key word="svn_client_version"/>
|
|
<Key word="svn_commit"/>
|
|
<Key word="svn_delete"/>
|
|
<Key word="svn_diff"/>
|
|
<Key word="svn_export"/>
|
|
<Key word="svn_fs_abort_txn"/>
|
|
<Key word="svn_fs_apply_text"/>
|
|
<Key word="svn_fs_begin_txn2"/>
|
|
<Key word="svn_fs_change_node_prop"/>
|
|
<Key word="svn_fs_check_path"/>
|
|
<Key word="svn_fs_contents_changed"/>
|
|
<Key word="svn_fs_copy"/>
|
|
<Key word="svn_fs_delete"/>
|
|
<Key word="svn_fs_dir_entries"/>
|
|
<Key word="svn_fs_file_contents"/>
|
|
<Key word="svn_fs_file_length"/>
|
|
<Key word="svn_fs_is_dir"/>
|
|
<Key word="svn_fs_is_file"/>
|
|
<Key word="svn_fs_make_dir"/>
|
|
<Key word="svn_fs_make_file"/>
|
|
<Key word="svn_fs_node_created_rev"/>
|
|
<Key word="svn_fs_node_prop"/>
|
|
<Key word="svn_fs_props_changed"/>
|
|
<Key word="svn_fs_revision_prop"/>
|
|
<Key word="svn_fs_revision_root"/>
|
|
<Key word="svn_fs_txn_root"/>
|
|
<Key word="svn_fs_youngest_rev"/>
|
|
<Key word="svn_import"/>
|
|
<Key word="svn_log"/>
|
|
<Key word="svn_ls"/>
|
|
<Key word="svn_mkdir"/>
|
|
<Key word="svn_repos_create"/>
|
|
<Key word="svn_repos_fs"/>
|
|
<Key word="svn_repos_fs_begin_txn_for_commit"/>
|
|
<Key word="svn_repos_fs_commit_txn"/>
|
|
<Key word="svn_repos_hotcopy"/>
|
|
<Key word="svn_repos_open"/>
|
|
<Key word="svn_repos_recover"/>
|
|
<Key word="svn_revert"/>
|
|
<Key word="svn_status"/>
|
|
<Key word="svn_update"/>
|
|
<Key word="sybase_affected_rows"/>
|
|
<Key word="sybase_close"/>
|
|
<Key word="sybase_connect"/>
|
|
<Key word="sybase_data_seek"/>
|
|
<Key word="sybase_deadlock_retry_count"/>
|
|
<Key word="sybase_fetch_array"/>
|
|
<Key word="sybase_fetch_assoc"/>
|
|
<Key word="sybase_fetch_field"/>
|
|
<Key word="sybase_fetch_object"/>
|
|
<Key word="sybase_fetch_row"/>
|
|
<Key word="sybase_field_seek"/>
|
|
<Key word="sybase_free_result"/>
|
|
<Key word="sybase_get_last_message"/>
|
|
<Key word="sybase_min_client_severity"/>
|
|
<Key word="sybase_min_error_severity"/>
|
|
<Key word="sybase_min_message_severity"/>
|
|
<Key word="sybase_min_server_severity"/>
|
|
<Key word="sybase_num_fields"/>
|
|
<Key word="sybase_num_rows"/>
|
|
<Key word="sybase_pconnect"/>
|
|
<Key word="sybase_query"/>
|
|
<Key word="sybase_result"/>
|
|
<Key word="sybase_select_db"/>
|
|
<Key word="sybase_set_message_handler"/>
|
|
<Key word="sybase_unbuffered_query"/>
|
|
<Key word="symlink"/>
|
|
<Key word="sys_get_temp_dir"/>
|
|
<Key word="sys_getloadavg"/>
|
|
<Key word="syslog"/>
|
|
<Key word="system"/>
|
|
<Key word="tan"/>
|
|
<Key word="tanh"/>
|
|
<Key word="tcpwrap_check"/>
|
|
<Key word="tempnam"/>
|
|
<Key word="textdomain"/>
|
|
<Key word="tidy_access_count"/>
|
|
<Key word="tidy_config_count"/>
|
|
<Key word="tidy_diagnose"/>
|
|
<Key word="tidy_error_count"/>
|
|
<Key word="tidy_get_error_buffer"/>
|
|
<Key word="tidy_get_output"/>
|
|
<Key word="tidy_load_config"/>
|
|
<Key word="tidy_reset_config"/>
|
|
<Key word="tidy_save_config"/>
|
|
<Key word="tidy_set_encoding"/>
|
|
<Key word="tidy_setopt"/>
|
|
<Key word="tidy_warning_count"/>
|
|
<Key word="time"/>
|
|
<Key word="time_nanosleep"/>
|
|
<Key word="time_sleep_until"/>
|
|
<Key word="timezone_abbreviations_list"/>
|
|
<Key word="timezone_identifiers_list"/>
|
|
<Key word="timezone_location_get"/>
|
|
<Key word="timezone_name_from_abbr"/>
|
|
<Key word="timezone_name_get"/>
|
|
<Key word="timezone_offset_get"/>
|
|
<Key word="timezone_open"/>
|
|
<Key word="timezone_transitions_get"/>
|
|
<Key word="timezone_version_get"/>
|
|
<Key word="tmpfile"/>
|
|
<Key word="token_get_all"/>
|
|
<Key word="token_name"/>
|
|
<Key word="touch"/>
|
|
<Key word="trigger_error"/>
|
|
<Key word="trim"/>
|
|
<Key word="uasort"/>
|
|
<Key word="ucfirst"/>
|
|
<Key word="uchar"/>
|
|
<Key word="ucwords"/>
|
|
<Key word="udm_add_search_limit"/>
|
|
<Key word="udm_alloc_agent"/>
|
|
<Key word="udm_alloc_agent_array"/>
|
|
<Key word="udm_api_version"/>
|
|
<Key word="udm_cat_list"/>
|
|
<Key word="udm_cat_path"/>
|
|
<Key word="udm_check_charset"/>
|
|
<Key word="udm_clear_search_limits"/>
|
|
<Key word="udm_crc32"/>
|
|
<Key word="udm_errno"/>
|
|
<Key word="udm_error"/>
|
|
<Key word="udm_find"/>
|
|
<Key word="udm_free_agent"/>
|
|
<Key word="udm_free_ispell_data"/>
|
|
<Key word="udm_free_res"/>
|
|
<Key word="udm_get_doc_count"/>
|
|
<Key word="udm_get_res_field"/>
|
|
<Key word="udm_get_res_param"/>
|
|
<Key word="udm_hash32"/>
|
|
<Key word="udm_load_ispell_data"/>
|
|
<Key word="udm_set_agent_param"/>
|
|
<Key word="uksort"/>
|
|
<Key word="ulong"/>
|
|
<Key word="umask"/>
|
|
<Key word="uniqid"/>
|
|
<Key word="unixtojd"/>
|
|
<Key word="unlink"/>
|
|
<Key word="unpack"/>
|
|
<Key word="unregister_tick_function"/>
|
|
<Key word="unserialize"/>
|
|
<Key word="unset"/>
|
|
<Key word="urldecode"/>
|
|
<Key word="urlencode"/>
|
|
<Key word="use_soap_error_handler"/>
|
|
<Key word="user_error"/>
|
|
<Key word="usleep"/>
|
|
<Key word="usort"/>
|
|
<Key word="utf8_decode"/>
|
|
<Key word="utf8_encode"/>
|
|
<Key word="var_dump"/>
|
|
<Key word="var_export"/>
|
|
<Key word="variant_abs"/>
|
|
<Key word="variant_add"/>
|
|
<Key word="variant_and"/>
|
|
<Key word="variant_cast"/>
|
|
<Key word="variant_cat"/>
|
|
<Key word="variant_cmp"/>
|
|
<Key word="variant_date_from_timestamp"/>
|
|
<Key word="variant_date_to_timestamp"/>
|
|
<Key word="variant_div"/>
|
|
<Key word="variant_eqv"/>
|
|
<Key word="variant_fix"/>
|
|
<Key word="variant_get_type"/>
|
|
<Key word="variant_idiv"/>
|
|
<Key word="variant_imp"/>
|
|
<Key word="variant_int"/>
|
|
<Key word="variant_mod"/>
|
|
<Key word="variant_mul"/>
|
|
<Key word="variant_neg"/>
|
|
<Key word="variant_not"/>
|
|
<Key word="variant_or"/>
|
|
<Key word="variant_pow"/>
|
|
<Key word="variant_round"/>
|
|
<Key word="variant_set"/>
|
|
<Key word="variant_set_type"/>
|
|
<Key word="variant_sub"/>
|
|
<Key word="variant_xor"/>
|
|
<Key word="version_compare"/>
|
|
<Key word="vfprintf"/>
|
|
<Key word="virtual"/>
|
|
<Key word="vpopmail_add_alias_domain"/>
|
|
<Key word="vpopmail_add_alias_domain_ex"/>
|
|
<Key word="vpopmail_add_domain"/>
|
|
<Key word="vpopmail_add_domain_ex"/>
|
|
<Key word="vpopmail_add_user"/>
|
|
<Key word="vpopmail_alias_add"/>
|
|
<Key word="vpopmail_alias_del"/>
|
|
<Key word="vpopmail_alias_del_domain"/>
|
|
<Key word="vpopmail_alias_get"/>
|
|
<Key word="vpopmail_alias_get_all"/>
|
|
<Key word="vpopmail_auth_user"/>
|
|
<Key word="vpopmail_del_domain"/>
|
|
<Key word="vpopmail_del_domain_ex"/>
|
|
<Key word="vpopmail_del_user"/>
|
|
<Key word="vpopmail_error"/>
|
|
<Key word="vpopmail_passwd"/>
|
|
<Key word="vpopmail_set_user_quota"/>
|
|
<Key word="vprintf"/>
|
|
<Key word="vsprintf"/>
|
|
<Key word="wddx_add_vars"/>
|
|
<Key word="wddx_deserialize"/>
|
|
<Key word="wddx_packet_end"/>
|
|
<Key word="wddx_packet_start"/>
|
|
<Key word="wddx_serialize_value"/>
|
|
<Key word="wddx_serialize_vars"/>
|
|
<Key word="win32_continue_service"/>
|
|
<Key word="win32_create_service"/>
|
|
<Key word="win32_delete_service"/>
|
|
<Key word="win32_get_last_control_message"/>
|
|
<Key word="win32_pause_service"/>
|
|
<Key word="win32_ps_list_procs"/>
|
|
<Key word="win32_ps_stat_mem"/>
|
|
<Key word="win32_ps_stat_proc"/>
|
|
<Key word="win32_query_service_status"/>
|
|
<Key word="win32_set_service_status"/>
|
|
<Key word="win32_start_service"/>
|
|
<Key word="win32_start_service_ctrl_dispatcher"/>
|
|
<Key word="win32_stop_service"/>
|
|
<Key word="wincache_fcache_fileinfo"/>
|
|
<Key word="wincache_fcache_meminfo"/>
|
|
<Key word="wincache_lock"/>
|
|
<Key word="wincache_ocache_fileinfo"/>
|
|
<Key word="wincache_ocache_meminfo"/>
|
|
<Key word="wincache_refresh_if_changed"/>
|
|
<Key word="wincache_rplist_fileinfo"/>
|
|
<Key word="wincache_rplist_meminfo"/>
|
|
<Key word="wincache_scache_info"/>
|
|
<Key word="wincache_scache_meminfo"/>
|
|
<Key word="wincache_ucache_add"/>
|
|
<Key word="wincache_ucache_cas"/>
|
|
<Key word="wincache_ucache_clear"/>
|
|
<Key word="wincache_ucache_dec"/>
|
|
<Key word="wincache_ucache_delete"/>
|
|
<Key word="wincache_ucache_exists"/>
|
|
<Key word="wincache_ucache_get"/>
|
|
<Key word="wincache_ucache_inc"/>
|
|
<Key word="wincache_ucache_info"/>
|
|
<Key word="wincache_ucache_meminfo"/>
|
|
<Key word="wincache_ucache_set"/>
|
|
<Key word="wincache_unlock"/>
|
|
<Key word="wordwrap"/>
|
|
<Key word="xattr_get"/>
|
|
<Key word="xattr_list"/>
|
|
<Key word="xattr_remove"/>
|
|
<Key word="xattr_set"/>
|
|
<Key word="xattr_supported"/>
|
|
<Key word="xdiff_file_bdiff"/>
|
|
<Key word="xdiff_file_bdiff_size"/>
|
|
<Key word="xdiff_file_bpatch"/>
|
|
<Key word="xdiff_file_diff"/>
|
|
<Key word="xdiff_file_diff_binary"/>
|
|
<Key word="xdiff_file_merge3"/>
|
|
<Key word="xdiff_file_patch"/>
|
|
<Key word="xdiff_file_patch_binary"/>
|
|
<Key word="xdiff_file_rabdiff"/>
|
|
<Key word="xdiff_string_bdiff"/>
|
|
<Key word="xdiff_string_bdiff_size"/>
|
|
<Key word="xdiff_string_bpatch"/>
|
|
<Key word="xdiff_string_diff"/>
|
|
<Key word="xdiff_string_diff_binary"/>
|
|
<Key word="xdiff_string_merge3"/>
|
|
<Key word="xdiff_string_patch"/>
|
|
<Key word="xdiff_string_patch_binary"/>
|
|
<Key word="xdiff_string_rabdiff"/>
|
|
<Key word="xhprof_disable"/>
|
|
<Key word="xhprof_enable"/>
|
|
<Key word="xhprof_sample_disable"/>
|
|
<Key word="xhprof_sample_enable"/>
|
|
<Key word="xml_error_string"/>
|
|
<Key word="xml_get_current_byte_index"/>
|
|
<Key word="xml_get_current_column_number"/>
|
|
<Key word="xml_get_current_line_number"/>
|
|
<Key word="xml_get_error_code"/>
|
|
<Key word="xml_parse"/>
|
|
<Key word="xml_parse_into_struct"/>
|
|
<Key word="xml_parser_create"/>
|
|
<Key word="xml_parser_create_ns"/>
|
|
<Key word="xml_parser_free"/>
|
|
<Key word="xml_parser_get_option"/>
|
|
<Key word="xml_parser_set_option"/>
|
|
<Key word="xml_set_character_data_handler"/>
|
|
<Key word="xml_set_default_handler"/>
|
|
<Key word="xml_set_element_handler"/>
|
|
<Key word="xml_set_end_namespace_decl_handler"/>
|
|
<Key word="xml_set_external_entity_ref_handler"/>
|
|
<Key word="xml_set_notation_decl_handler"/>
|
|
<Key word="xml_set_object"/>
|
|
<Key word="xml_set_processing_instruction_handler"/>
|
|
<Key word="xml_set_start_namespace_decl_handler"/>
|
|
<Key word="xml_set_unparsed_entity_decl_handler"/>
|
|
<Key word="xmlrpc_decode"/>
|
|
<Key word="xmlrpc_decode_request"/>
|
|
<Key word="xmlrpc_encode"/>
|
|
<Key word="xmlrpc_encode_request"/>
|
|
<Key word="xmlrpc_get_type"/>
|
|
<Key word="xmlrpc_is_fault"/>
|
|
<Key word="xmlrpc_parse_method_descriptions"/>
|
|
<Key word="xmlrpc_server_add_introspection_data"/>
|
|
<Key word="xmlrpc_server_call_method"/>
|
|
<Key word="xmlrpc_server_create"/>
|
|
<Key word="xmlrpc_server_destroy"/>
|
|
<Key word="xmlrpc_server_register_introspection_callback"/>
|
|
<Key word="xmlrpc_server_register_method"/>
|
|
<Key word="xmlrpc_set_type"/>
|
|
<Key word="xmlwriter_end_attribute"/>
|
|
<Key word="xmlwriter_end_cdata"/>
|
|
<Key word="xmlwriter_end_comment"/>
|
|
<Key word="xmlwriter_end_document"/>
|
|
<Key word="xmlwriter_end_dtd"/>
|
|
<Key word="xmlwriter_end_dtd_attlist"/>
|
|
<Key word="xmlwriter_end_dtd_element"/>
|
|
<Key word="xmlwriter_end_dtd_entity"/>
|
|
<Key word="xmlwriter_end_element"/>
|
|
<Key word="xmlwriter_end_pi"/>
|
|
<Key word="xmlwriter_flush"/>
|
|
<Key word="xmlwriter_full_end_element"/>
|
|
<Key word="xmlwriter_open_memory"/>
|
|
<Key word="xmlwriter_open_uri"/>
|
|
<Key word="xmlwriter_output_memory"/>
|
|
<Key word="xmlwriter_set_indent"/>
|
|
<Key word="xmlwriter_set_indent_string"/>
|
|
<Key word="xmlwriter_start_attribute"/>
|
|
<Key word="xmlwriter_start_attribute_ns"/>
|
|
<Key word="xmlwriter_start_cdata"/>
|
|
<Key word="xmlwriter_start_comment"/>
|
|
<Key word="xmlwriter_start_document"/>
|
|
<Key word="xmlwriter_start_dtd"/>
|
|
<Key word="xmlwriter_start_dtd_attlist"/>
|
|
<Key word="xmlwriter_start_dtd_element"/>
|
|
<Key word="xmlwriter_start_dtd_entity"/>
|
|
<Key word="xmlwriter_start_element"/>
|
|
<Key word="xmlwriter_start_element_ns"/>
|
|
<Key word="xmlwriter_start_pi"/>
|
|
<Key word="xmlwriter_text"/>
|
|
<Key word="xmlwriter_write_attribute"/>
|
|
<Key word="xmlwriter_write_attribute_ns"/>
|
|
<Key word="xmlwriter_write_cdata"/>
|
|
<Key word="xmlwriter_write_comment"/>
|
|
<Key word="xmlwriter_write_dtd"/>
|
|
<Key word="xmlwriter_write_dtd_attlist"/>
|
|
<Key word="xmlwriter_write_dtd_element"/>
|
|
<Key word="xmlwriter_write_dtd_entity"/>
|
|
<Key word="xmlwriter_write_element"/>
|
|
<Key word="xmlwriter_write_element_ns"/>
|
|
<Key word="xmlwriter_write_pi"/>
|
|
<Key word="xmlwriter_write_raw"/>
|
|
<Key word="yaml_emit"/>
|
|
<Key word="yaml_emit_file"/>
|
|
<Key word="yaml_parse"/>
|
|
<Key word="yaml_parse_file"/>
|
|
<Key word="yaml_parse_url"/>
|
|
<Key word="zend_logo_guid"/>
|
|
<Key word="zend_thread_id"/>
|
|
<Key word="zend_version"/>
|
|
<Key word="zip_close"/>
|
|
<Key word="zip_entry_close"/>
|
|
<Key word="zip_entry_compressedsize"/>
|
|
<Key word="zip_entry_compressionmethod"/>
|
|
<Key word="zip_entry_filesize"/>
|
|
<Key word="zip_entry_name"/>
|
|
<Key word="zip_entry_open"/>
|
|
<Key word="zip_entry_read"/>
|
|
<Key word="zip_open"/>
|
|
<Key word="zip_read"/>
|
|
<Key word="zlib_get_coding_type"/>
|
|
</KeyWords>
|
|
|
|
<KeyWords name="Keywords4" color="#BF382A" bold="false">
|
|
<Key word="true"/>
|
|
<Key word="false"/>
|
|
<Key word="null"/>
|
|
</KeyWords>
|
|
|
|
<KeyWords name="Keywords5" color="DarkBlue" bold="true">
|
|
<Key word="ABDAY_1"/>
|
|
<Key word="ABDAY_2"/>
|
|
<Key word="ABDAY_3"/>
|
|
<Key word="ABDAY_4"/>
|
|
<Key word="ABDAY_5"/>
|
|
<Key word="ABDAY_6"/>
|
|
<Key word="ABDAY_7"/>
|
|
<Key word="ABMON_1"/>
|
|
<Key word="ABMON_10"/>
|
|
<Key word="ABMON_11"/>
|
|
<Key word="ABMON_12"/>
|
|
<Key word="ABMON_2"/>
|
|
<Key word="ABMON_3"/>
|
|
<Key word="ABMON_4"/>
|
|
<Key word="ABMON_5"/>
|
|
<Key word="ABMON_6"/>
|
|
<Key word="ABMON_7"/>
|
|
<Key word="ABMON_8"/>
|
|
<Key word="ABMON_9"/>
|
|
<Key word="ALT_DIGITS"/>
|
|
<Key word="AM_STR"/>
|
|
<Key word="CASE_LOWER"/>
|
|
<Key word="CASE_UPPER"/>
|
|
<Key word="CHAR_MAX"/>
|
|
<Key word="CODESET"/>
|
|
<Key word="COUNT_NORMAL"/>
|
|
<Key word="COUNT_RECURSIVE"/>
|
|
<Key word="CREDITS_ALL"/>
|
|
<Key word="CREDITS_DOCS"/>
|
|
<Key word="CREDITS_FULLPAGE"/>
|
|
<Key word="CREDITS_GENERAL"/>
|
|
<Key word="CREDITS_GROUP"/>
|
|
<Key word="CREDITS_MODULES"/>
|
|
<Key word="CREDITS_QA"/>
|
|
<Key word="CREDITS_SAPI"/>
|
|
<Key word="CRNCYSTR"/>
|
|
<Key word="CRYPT_BLOWFISH"/>
|
|
<Key word="CRYPT_EXT_DES"/>
|
|
<Key word="CRYPT_MD5"/>
|
|
<Key word="CRYPT_SALT_LENGTH"/>
|
|
<Key word="CRYPT_SHA256"/>
|
|
<Key word="CRYPT_SHA512"/>
|
|
<Key word="CRYPT_STD_DES"/>
|
|
<Key word="DAY_1"/>
|
|
<Key word="DAY_2"/>
|
|
<Key word="DAY_3"/>
|
|
<Key word="DAY_4"/>
|
|
<Key word="DAY_5"/>
|
|
<Key word="DAY_6"/>
|
|
<Key word="DAY_7"/>
|
|
<Key word="DECIMAL_POINT"/>
|
|
<Key word="DEFAULT_INCLUDE_PATH"/>
|
|
<Key word="DIRECTORY_SEPARATOR"/>
|
|
<Key word="D_FMT"/>
|
|
<Key word="D_T_FMT"/>
|
|
<Key word="ENT_COMPAT"/>
|
|
<Key word="ENT_NOQUOTES"/>
|
|
<Key word="ENT_QUOTES"/>
|
|
<Key word="ERA"/>
|
|
<Key word="ERA_D_FMT"/>
|
|
<Key word="ERA_D_T_FMT"/>
|
|
<Key word="ERA_T_FMT"/>
|
|
<Key word="ERA_YEAR"/>
|
|
<Key word="EXTR_IF_EXISTS"/>
|
|
<Key word="EXTR_OVERWRITE"/>
|
|
<Key word="EXTR_PREFIX_ALL"/>
|
|
<Key word="EXTR_PREFIX_IF_EXISTS"/>
|
|
<Key word="EXTR_PREFIX_INVALID"/>
|
|
<Key word="EXTR_PREFIX_SAME"/>
|
|
<Key word="EXTR_SKIP"/>
|
|
<Key word="E_ALL"/>
|
|
<Key word="E_COMPILE_ERROR"/>
|
|
<Key word="E_COMPILE_WARNING"/>
|
|
<Key word="E_CORE_ERROR"/>
|
|
<Key word="E_CORE_WARNING"/>
|
|
<Key word="E_ERROR"/>
|
|
<Key word="E_NOTICE"/>
|
|
<Key word="E_PARSE"/>
|
|
<Key word="E_STRICT"/>
|
|
<Key word="E_USER_ERROR"/>
|
|
<Key word="E_USER_NOTICE"/>
|
|
<Key word="E_USER_WARNING"/>
|
|
<Key word="E_WARNING"/>
|
|
<Key word="FRAC_DIGITS"/>
|
|
<Key word="GROUPING"/>
|
|
<Key word="HTML_ENTITIES"/>
|
|
<Key word="HTML_SPECIALCHARS"/>
|
|
<Key word="INFO_ALL"/>
|
|
<Key word="INFO_CONFIGURATION"/>
|
|
<Key word="INFO_CREDITS"/>
|
|
<Key word="INFO_ENVIRONMENT"/>
|
|
<Key word="INFO_GENERAL"/>
|
|
<Key word="INFO_LICENSE"/>
|
|
<Key word="INFO_MODULES"/>
|
|
<Key word="INFO_VARIABLES"/>
|
|
<Key word="INI_ALL"/>
|
|
<Key word="INI_PERDIR"/>
|
|
<Key word="INI_SYSTEM"/>
|
|
<Key word="INI_USER"/>
|
|
<Key word="INT_CURR_SYMBOL"/>
|
|
<Key word="INT_FRAC_DIGITS"/>
|
|
<Key word="LC_ALL"/>
|
|
<Key word="LC_COLLATE"/>
|
|
<Key word="LC_CTYPE"/>
|
|
<Key word="LC_MESSAGES"/>
|
|
<Key word="LC_MONETARY"/>
|
|
<Key word="LC_NUMERIC"/>
|
|
<Key word="LC_TIME"/>
|
|
<Key word="LOCK_EX"/>
|
|
<Key word="LOCK_NB"/>
|
|
<Key word="LOCK_SH"/>
|
|
<Key word="LOCK_UN"/>
|
|
<Key word="LOG_ALERT"/>
|
|
<Key word="LOG_AUTH"/>
|
|
<Key word="LOG_AUTHPRIV"/>
|
|
<Key word="LOG_CONS"/>
|
|
<Key word="LOG_CRIT"/>
|
|
<Key word="LOG_CRON"/>
|
|
<Key word="LOG_DAEMON"/>
|
|
<Key word="LOG_DEBUG"/>
|
|
<Key word="LOG_EMERG"/>
|
|
<Key word="LOG_ERR"/>
|
|
<Key word="LOG_INFO"/>
|
|
<Key word="LOG_KERN"/>
|
|
<Key word="LOG_LOCAL0"/>
|
|
<Key word="LOG_LOCAL1"/>
|
|
<Key word="LOG_LOCAL2"/>
|
|
<Key word="LOG_LOCAL3"/>
|
|
<Key word="LOG_LOCAL4"/>
|
|
<Key word="LOG_LOCAL5"/>
|
|
<Key word="LOG_LOCAL6"/>
|
|
<Key word="LOG_LOCAL7"/>
|
|
<Key word="LOG_LPR"/>
|
|
<Key word="LOG_MAIL"/>
|
|
<Key word="LOG_NDELAY"/>
|
|
<Key word="LOG_NEWS"/>
|
|
<Key word="LOG_NOTICE"/>
|
|
<Key word="LOG_NOWAIT"/>
|
|
<Key word="LOG_ODELAY"/>
|
|
<Key word="LOG_PERROR"/>
|
|
<Key word="LOG_PID"/>
|
|
<Key word="LOG_SYSLOG"/>
|
|
<Key word="LOG_USER"/>
|
|
<Key word="LOG_UUCP"/>
|
|
<Key word="LOG_WARNING"/>
|
|
<Key word="MON_1"/>
|
|
<Key word="MON_10"/>
|
|
<Key word="MON_11"/>
|
|
<Key word="MON_12"/>
|
|
<Key word="MON_2"/>
|
|
<Key word="MON_3"/>
|
|
<Key word="MON_4"/>
|
|
<Key word="MON_5"/>
|
|
<Key word="MON_6"/>
|
|
<Key word="MON_7"/>
|
|
<Key word="MON_8"/>
|
|
<Key word="MON_9"/>
|
|
<Key word="MON_DECIMAL_POINT"/>
|
|
<Key word="MON_GROUPING"/>
|
|
<Key word="MON_THOUSANDS_SEP"/>
|
|
<Key word="M_1_PI"/>
|
|
<Key word="M_2_PI"/>
|
|
<Key word="M_2_SQRTPI"/>
|
|
<Key word="M_E"/>
|
|
<Key word="M_LN10"/>
|
|
<Key word="M_LN2"/>
|
|
<Key word="M_LOG10E"/>
|
|
<Key word="M_LOG2E"/>
|
|
<Key word="M_PI"/>
|
|
<Key word="M_PI_2"/>
|
|
<Key word="M_PI_4"/>
|
|
<Key word="M_SQRT1_2"/>
|
|
<Key word="M_SQRT2"/>
|
|
<Key word="NOEXPR"/>
|
|
<Key word="NOSTR"/>
|
|
<Key word="N_CS_PRECEDES"/>
|
|
<Key word="N_SEP_BY_SPACE"/>
|
|
<Key word="N_SIGN_POSN"/>
|
|
<Key word="PATHINFO_BASENAME"/>
|
|
<Key word="PATHINFO_DIRNAME"/>
|
|
<Key word="PATHINFO_EXTENSION"/>
|
|
<Key word="PATH_SEPARATOR"/>
|
|
<Key word="PEAR_EXTENSION_DIR"/>
|
|
<Key word="PEAR_INSTALL_DIR"/>
|
|
<Key word="PHP_CONFIG_FILE_PATH"/>
|
|
<Key word="PHP_CONFIG_FILE_SCAN_DIR"/>
|
|
<Key word="PHP_DATADIR"/>
|
|
<Key word="PHP_EOL"/>
|
|
<Key word="PHP_EXTENSION_DIR"/>
|
|
<Key word="PHP_INT_MAX"/>
|
|
<Key word="PHP_INT_SIZE"/>
|
|
<Key word="PHP_LIBDIR"/>
|
|
<Key word="PHP_LOCALSTATEDIR"/>
|
|
<Key word="PHP_OS"/>
|
|
<Key word="PHP_OUTPUT_HANDLER_CONT"/>
|
|
<Key word="PHP_OUTPUT_HANDLER_END"/>
|
|
<Key word="PHP_OUTPUT_HANDLER_START"/>
|
|
<Key word="PHP_PREFIX"/>
|
|
<Key word="PHP_SAPI"/>
|
|
<Key word="PHP_SHLIB_SUFFIX"/>
|
|
<Key word="PHP_SYSCONFDIR"/>
|
|
<Key word="PHP_USER_FILTER"/>
|
|
<Key word="PHP_VERSION"/>
|
|
<Key word="PM_STR"/>
|
|
<Key word="P_CS_PRECEDES"/>
|
|
<Key word="P_SEP_BY_SPACE"/>
|
|
<Key word="P_SIGN_POSN"/>
|
|
<Key word="SEEK_CUR"/>
|
|
<Key word="SEEK_END"/>
|
|
<Key word="SEEK_SET"/>
|
|
<Key word="SORT_ASC"/>
|
|
<Key word="SORT_DESC"/>
|
|
<Key word="SORT_NUMERIC"/>
|
|
<Key word="SORT_REGULAR"/>
|
|
<Key word="SORT_STRING"/>
|
|
<Key word="STR_PAD_BOTH"/>
|
|
<Key word="STR_PAD_LEFT"/>
|
|
<Key word="STR_PAD_RIGHT"/>
|
|
<Key word="THOUSANDS_SEP"/>
|
|
<Key word="THOUSEP"/>
|
|
<Key word="T_FMT"/>
|
|
<Key word="T_FMT_AMPM"/>
|
|
<Key word="YESEXPR"/>
|
|
<Key word="YESSTR"/>
|
|
<Key word="__CLASS__"/>
|
|
<Key word="__COMPILER_HALT_OFFSET__"/>
|
|
<Key word="__DATA__"/>
|
|
<Key word="__DIR__"/>
|
|
<Key word="__END__"/>
|
|
<Key word="__FILE__"/>
|
|
<Key word="__FUNCTION__"/>
|
|
<Key word="__LINE__"/>
|
|
<Key word="__METHOD__"/>
|
|
<Key word="__NAMESPACE__"/>
|
|
<Key word="__PACKAGE__"/>
|
|
<Key word="__TRAIT__"/>
|
|
<Key word="__autoload"/>
|
|
<Key word="__call"/>
|
|
<Key word="__clone"/>
|
|
<Key word="__construct"/>
|
|
<Key word="__destruct"/>
|
|
<Key word="__get"/>
|
|
<Key word="__set"/>
|
|
<Key word="__sleep"/>
|
|
<Key word="__toString"/>
|
|
<Key word="__wakeup"/>
|
|
<Key word="cfunction"/>
|
|
<Key word="old_function"/>
|
|
</KeyWords>
|
|
</RuleSet>
|
|
|
|
<RuleSet name="PHPDoc" ignorecase="false">
|
|
<Delimiters>~!%^*()-+=|\#/{}[]:;"'<> , .?</Delimiters>
|
|
|
|
<KeyWords name="Keywords1" color="Maroon" bold="false" italic="false">
|
|
<Key word="@abstract"/>
|
|
<Key word="@access"/>
|
|
<Key word="@author"/>
|
|
<Key word="@copyright"/>
|
|
<Key word="@deprec"/>
|
|
<Key word="@deprecated"/>
|
|
<Key word="@example"/>
|
|
<Key word="@exception"/>
|
|
<Key word="@global"/>
|
|
<Key word="@ignore"/>
|
|
<Key word="@internal"/>
|
|
<Key word="@license"/>
|
|
<Key word="@link"/>
|
|
<Key word="@magic"/>
|
|
<Key word="@name"/>
|
|
<Key word="@package"/>
|
|
<Key word="@param"/>
|
|
<Key word="@return"/>
|
|
<Key word="@see"/>
|
|
<Key word="@since"/>
|
|
<Key word="@static"/>
|
|
<Key word="@staticvar"/>
|
|
<Key word="@subpackage"/>
|
|
<Key word="@throws"/>
|
|
<Key word="@todo"/>
|
|
<Key word="@var"/>
|
|
<Key word="@version"/>
|
|
</KeyWords>
|
|
</RuleSet>
|
|
</RuleSets>
|
|
</SyntaxDefinition>
|