Lines Matching +full:protected -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

232     protected $source = '';
238 protected $language = '';
244 protected $language_data = array();
250 protected $language_path = GESHI_LANG_ROOT;
257 protected $error = false;
263 protected $error_messages = array(
274 protected $strict_mode = false;
280 protected $use_classes = false;
292 protected $header_type = GESHI_HEADER_PRE;
298 protected $lexic_permissions = array(
315 protected $time = 0;
321 protected $header_content = '';
327 protected $footer_content = '';
333 protected $header_content_style = '';
339 protected $footer_content_style = '';
346 protected $force_code_block = false;
352 protected $link_styles = array();
360 protected $enable_important_blocks = false;
369 protected $important_styles = 'font-weight: bold; color: red;'; // Styles for important parts of the code
375 protected $add_ids = false;
381 protected $highlight_extra_lines = array();
387 protected $highlight_extra_lines_styles = array();
393 protected $highlight_extra_lines_style = 'background-color: #ffc;';
401 protected $line_ending = null;
407 protected $line_numbers_start = 1;
413 protected $overall_style = 'font-family:monospace;';
419 protected $code_style = 'font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;';
425 protected $overall_class = '';
431 protected $overall_id = '';
437 protected $line_style1 = 'font-weight: normal; vertical-align:top;';
443 protected $line_style2 = 'font-weight: bold; vertical-align:top;';
449 protected $table_linenumber_style = 'width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;';
455 protected $line_numbers = GESHI_NO_LINE_NUMBERS;
462 protected $allow_multiline_span = true;
468 protected $line_nth_row = 0;
474 protected $tab_width = 8;
480 protected $use_language_tab_width = false;
486 protected $link_target = '';
493 protected $encoding = 'utf-8';
499 protected $keyword_links = true;
506 protected $loaded_language = '';
514 protected $parse_cache_built = false;
531 protected $_kw_replace_group = 0;
532 protected $_rx_key = 0;
541 protected $_hmr_before = '';
542 protected $_hmr_replace = '';
543 protected $_hmr_after = '';
544 protected $_hmr_key = 0;
1922 protected function build_style_cache() {
1972 protected function build_parse_cache() {
3121 protected function indent(&$result) {
3220 protected function change_case($instr) {
3240 protected function handle_keyword_replace($match) {
3301 protected function handle_regexps_callback($matches) {
3315 protected function handle_multiline_regexps($matches) {
3348 protected function parse_non_string_part($stuff_to_parse) {
3668 protected function set_time($start_time, $end_time) {
3689 protected function merge_arrays() {
3729 protected function load_language($file_name) {
3827 protected function finalise(&$parsed_code) {
4071 protected function header() {
4150 protected function footer() {
4205 protected function replace_keywords($instr) {
4289 protected function hsc($string, $quote_style = ENT_COMPAT) {
4328 protected function _genCSSName($name) {
4544 protected function get_line_style($line) {
4569 protected function optimize_regexp_list($list, $regexp_delimiter = '/') {
4692 protected function _optimize_regexp_list_tokens_to_string(&$tokens, $recursed = false) {