Lines Matching full:brackets
1382 and Brackets among other things can all also be highlighted. Here are the related methods:</p>
1835 any quotemarks or angle brackets you want displayed. You set the header content using the method
1847 any quotemarks or angle brackets you want displayed. You set the footer content using the method
3133 <span class="xtra li2"><span class="de2"> <span class="st_h">'BRACKETS'</span> <span class="sy0">=></span> <a href="http://www.php.net/array"><span class="kw3">array</span></a><span class="br0">(</span></span></span> <span class="nu0">0</span> <span class="sy0">=></span> <span class="st_h">'color: #009900;'</span>
3192 <li><strong>Ending brackets for multi-lined arrays on a new line:</strong> Also with a comma after them, unless the array is
3256 <p>The parts in angle brackets are the parts that you change for your language file. <strong>Everything else <em>must</em> remain the same!</strong></p>
3407 what symbols your language uses. These are things like colons, brackets/braces, and other such general punctuation.
3494 <span class="xtra li2"><span class="de2"> <span class="br0">)</span><span class="sy0">,</span></span></span> <span class="st_h">'BRACKETS'</span> <span class="sy0">=></span> <a href="http://www.php.net/array"><span class="kw3">array</span></a><span class="br0">(</span>
3520 <li><strong>‘ESCAPE_CHAR’, ‘BRACKETS’ and ‘METHODS’:</strong> These are arrays with only one index: 0. You cannot add other indices to
3666 <li><strong>Don’t use curly brackets where possible:</strong> If you want to use curly brackets (<code>()</code>) then by all means give it a try,
3668 use brackets, it would be better to use the advanced syntax.</li>
3676 use brackets (<code>()</code>). See how in the first example above, most of the regular expression is in one set of brackets
3677 (with the equals sign in other brackets). You should make sure that the part of the regular expression that is
3678 supposed to match what is highlighted is in brackets.</li>
3680 grouped the stuff you want highlighted into brackets in the GESHI_SEARCH element, then you can use <code>\\number</code>
3681 to match that group, where <code>number</code> is a number corresponding to how many open brackets are between the open
3685 the number of brackets before that bracket and the start of the string is 0. So we add 1 and get our replacement
3689 <p>If you didn’t understand a word of that, make sure that there are brackets around the string in <code>GESHI_SEARCH</code>
3848 Usually <abbr title="Generic Syntax Highlighter">GeSHi</abbr> checks for a fixed set of characters like brackets and common symbols that denote the word boundary for a keyword.
3899 <span class="xtra li2"><span class="de2"> <span class="st_h">'ESCAPE_CHAR'</span> <span class="sy0">=></span> GESHI_NEVER<span class="sy0">,</span></span></span> <span class="st_h">'BRACKETS'</span> <span class="sy0">=></span> GESHI_NEVER<span class="sy0">,</span>