芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/public_html/wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php
__( 'Highest (no readability, smallest size)', 'w3-total-cache' ), 'high_compression' => __( 'High (moderate readability, smaller size)', 'w3-total-cache' ), 'default' => __( 'Standard (balance between readability and size)', 'w3-total-cache' ), 'low_compression' => __( 'Low (higher readability)', 'w3-total-cache' ), ); $optimise_shorthands_values = array( 0 => __( 'Don\'t optimise', 'w3-total-cache' ), 1 => __( 'Safe optimisations', 'w3-total-cache' ), 2 => __( 'Level II optimisations', 'w3-total-cache' ), 3 => __( 'All optimisations', 'w3-total-cache' ), ); $case_properties_values = array( 0 => __( 'None', 'w3-total-cache' ), 1 => __( 'Lowercase', 'w3-total-cache' ), 2 => __( 'Uppercase', 'w3-total-cache' ), ); $merge_selectors_values = array( 0 => __( 'Do not change anything', 'w3-total-cache' ), 1 => __( 'Only seperate selectors (split at ,)', 'w3-total-cache' ), 2 => __( 'Merge selectors with the same properties (fast)', 'w3-total-cache' ), ); $csstidy_template = $this->_config->get_string( 'minify.csstidy.options.template' ); $optimise_shorthands = $this->_config->get_integer( 'minify.csstidy.options.optimise_shorthands' ); $case_properties = $this->_config->get_integer( 'minify.csstidy.options.case_properties' ); $merge_selectors = $this->_config->get_integer( 'minify.csstidy.options.merge_selectors' ); ?>
> $csstidy_template_name ) : ?>
>
name="minify__csstidy__options__optimise_shorthands"> $optimise_shorthands_name ) : ?>
>
name="minify__csstidy__options__case_properties"> $case_properties_name ) : ?>
>
name="minify__csstidy__options__merge_selectors"> $merge_selectors_name ) : ?>
>