Lines Matching full:brackets
332 'BRACKETS' => true,
1005 * Sets the styles for brackets. If $preserve_defaults is
1012 * @param string The style to make the brackets
1020 $this->language_data['STYLES']['BRACKETS'][0] = $style;
1022 $this->language_data['STYLES']['BRACKETS'][0] .= $style;
1027 * Turns highlighting on/off for brackets
1032 * @param boolean Whether to turn highlighting for brackets on or off
1037 $this->lexic_permissions['BRACKETS'] = ($flag) ? true : false;
1911 // brackets
1912 if ($this->lexic_permissions['BRACKETS']) {
1914 if (!$this->use_classes && isset($this->language_data['STYLES']['BRACKETS'][0])) {
1916 '<| style="' . $this->language_data['STYLES']['BRACKETS'][0] . '">[|>',
1917 '<| style="' . $this->language_data['STYLES']['BRACKETS'][0] . '">]|>',
1918 '<| style="' . $this->language_data['STYLES']['BRACKETS'][0] . '">(|>',
1919 '<| style="' . $this->language_data['STYLES']['BRACKETS'][0] . '">)|>',
1920 '<| style="' . $this->language_data['STYLES']['BRACKETS'][0] . '">{|>',
1921 '<| style="' . $this->language_data['STYLES']['BRACKETS'][0] . '">}|>',
3394 // Highlight brackets. Yes, I've tried adding a semi-colon to this list.
3399 if ($this->lexic_permissions['BRACKETS']) {
4338 foreach ($this->language_data['STYLES']['BRACKETS'] as $group => $styles) {
4339 if ($styles != '' && (!$economy_mode || $this->lexic_permissions['BRACKETS'])) {